﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif;
    scroll-behavior: smooth
}

body {
    line-height: 1.5;
    overflow-x: hidden;
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    margin: 0
}

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: ""
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

[tabindex="-1"]:focus {
    outline: none !important
}

[hidden] {
    display: none !important
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
    -webkit-appearance: listbox
}

svg:not(:root) {
    overflow: hidden
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    object-fit: cover;
    height: auto
}

article > * + * {
    margin-top: 1em
}

@media(prefers-reduced-motion:reduce) {
    * {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important
    }
}

[disabled], .disabled {
    pointer-events: none !important;
    color: #d3d3d3 !important
}

:root {
    --media-fs: 0;
    --media-xs: 360px;
    --media-sm: 576px;
    --media-ld: 640px;
    --media-md: 768px;
    --media-lg: 992px;
    --media-xl: 1200px;
    --media-xxl: 1400px;
    --media-xxxl: 2000px
}

:root {
    --layout-fs: 0;
    --layout-xs: 360px;
    --layout-sm: 576px;
    --layout-ld: 640px;
    --layout-md: 768px;
    --layout-lg: 992px;
    --layout-xl: 1200px;
    --layout-xxl: 1400px;
    --layout-xxxl: 2000px;
    --control-height-normal: 36px;
    --control-height-mini: 20px;
    --control-height-small: 26px;
    --control-height-medium: 30px;
    --control-height-large: 40px;
    --control-height-largest: 54px
}

:root {
    --default-background: #fff;
    --default-color: #191919;
    --default-color-hover: #000000;
    --default-background-disabled: #f7f8fa;
    --default-color-disabled: #c9ccd6;
    --body-background: var(--default-background);
    --body-color: var(--default-color);
    --body-color-secondary: #a2a5b1;
    --border-color: #e8e8e8;
    --link-color: #5a87cb;
    --link-color-hover: #0056B3FF;
    --selected-color: #1FB1F8FF;
    --selected-row-background: #f5f8fe;
    --selected-item-background: #d4e2ff
}

.dark-side {
    --default-background: #1e1f22;
    --default-color: #dbdfe7;
    --default-color-hover: #dbdfe7;
    --default-background-disabled: #343637;
    --default-color-disabled: #54565a;
    --body-background: var(--default-background);
    --body-color: var(--default-color);
    --body-color-secondary: #c0c0c0;
    --border-color: #4a4d51;
    --link-color: #4493f8;
    --link-color-hover: #2771d1;
    --selected-row-background: #26282e;
    --selected-item-background: #2e436e
}

body {
    background-color: var(--body-background);
    color: var(--body-color)
}

:root {
    --base-duration-0: 0ms;
    --base-duration-100: .1s;
    --base-duration-1000: 1s;
    --base-duration-200: .2s;
    --base-duration-300: .3s;
    --base-duration-400: .4s;
    --base-duration-500: .5s;
    --base-duration-600: .6s;
    --base-duration-700: .7s;
    --base-duration-800: .8s;
    --base-duration-900: .9s;
    --base-easing-easeIn: cubic-bezier(.7, .1, .75, .9);
    --base-easing-easeInOut: cubic-bezier(.6, 0, .2, 1);
    --base-easing-easeOut: cubic-bezier(.3, .8, .6, 1);
    --base-easing-linear: cubic-bezier(0, 0, 1, 1)
}

.ani-spin, .ani-hover-spin:hover {
    animation: ani-spin 1.5s linear infinite
}

.ani-spin-reverse, .ani-hover-spin-reverse:hover {
    animation: ani-spin-reverse 1.5s linear infinite
}

.ani-pulse, .ani-hover-pulse:hover {
    animation: ani-pulse 1.7s infinite
}

.ani-spanner, .ani-hover-spanner:hover {
    transform-origin: 90% 35%;
    animation: ani-wrench 2.5s ease infinite
}

.ani-ring, .ani-hover-ring:hover {
    transform-origin: 50% 0;
    animation: ani-ring 2s ease infinite
}

.ani-vertical, .ani-hover-vertical:hover {
    animation: ani-vertical 2s ease infinite
}

.ani-horizontal, .ani-hover-horizontal:hover {
    animation: ani-horizontal 2s ease infinite
}

.ani-flash, .ani-hover-flash:hover {
    animation: ani-flash 2s ease infinite
}

.ani-bounce, .ani-hover-bounce:hover {
    animation: ani-bounce 2s ease infinite
}

.ani-float, .ani-hover-float:hover {
    animation: ani-float 2s linear infinite
}

.ani-heartbeat, .ani-hover-heartbeat:hover {
    animation: ani-heartbeat 2s linear infinite
}

.ani-shake, .ani-hover-shake:hover {
    animation: ani-wrench 2.5s ease infinite
}

.ani-shuttle, .ani-hover-shuttle:hover {
    animation: ani-shuttle 2s linear infinite
}

.ani-pass, .ani-hover-pass:hover {
    animation: ani-pass 2s linear infinite
}

.ani-ripple, .ani-hover-ripple:hover {
    animation: ani-ripple 2s infinite linear
}

@keyframes swinging {
    0% {
        transform: rotate(0)
    }

    5% {
        transform: rotate(10deg)
    }

    10% {
        transform: rotate(-9deg)
    }

    15% {
        transform: rotate(8deg)
    }

    20% {
        transform: rotate(-7deg)
    }

    25% {
        transform: rotate(6deg)
    }

    30% {
        transform: rotate(-5deg)
    }

    35% {
        transform: rotate(4deg)
    }

    40% {
        transform: rotate(-3deg)
    }

    45% {
        transform: rotate(2deg)
    }

    50% {
        transform: rotate(0)
    }

    to {
        transform: rotate(0)
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1);
        opacity: 0
    }
}

@keyframes cubemove {
    25% {
        transform: translate(10px) rotate(-90deg)
    }

    50% {
        transform: translate(10px) translateY(10px) rotate(-179deg)
    }

    50.1% {
        transform: translate(10px) translateY(10px) rotate(-180deg)
    }

    75% {
        transform: translate(0) translateY(10px) rotate(-270deg)
    }

    to {
        transform: rotate(-360deg)
    }
}

@keyframes orbit {
    0% {
        opacity: 1;
        animation-timing-function: ease-out;
        transform: rotate(225deg)
    }

    7% {
        transform: rotate(345deg);
        animation-timing-function: linear
    }

    35% {
        transform: rotate(495deg);
        animation-timing-function: ease-in-out
    }

    42% {
        transform: rotate(690deg);
        animation-timing-function: linear
    }

    70% {
        opacity: 1;
        transform: rotate(835deg);
        animation-timing-function: linear
    }

    76% {
        opacity: 1
    }

    77% {
        transform: rotate(955deg);
        animation-timing-function: ease-in
    }

    78% {
        transform: rotate(955deg);
        opacity: 0
    }

    to {
        transform: rotate(955deg);
        opacity: 0
    }
}

@keyframes metro-slide {
    0% {
        left: -50%
    }

    to {
        left: 150%
    }
}

@keyframes metro-opacity {
    0% {
        opacity: 0
    }

    50% {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

@keyframes ani-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

@keyframes ani-spin-reverse {
    0% {
        transform: rotate(359deg)
    }

    to {
        transform: rotate(0)
    }
}

@keyframes ani-pulse {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

@keyframes ani-wrench {
    0% {
        transform: rotate(-12deg)
    }

    8% {
        transform: rotate(12deg)
    }

    10% {
        transform: rotate(24deg)
    }

    18% {
        transform: rotate(-24deg)
    }

    20% {
        transform: rotate(-24deg)
    }

    28% {
        transform: rotate(24deg)
    }

    30% {
        transform: rotate(24deg)
    }

    38% {
        transform: rotate(-24deg)
    }

    40% {
        transform: rotate(-24deg)
    }

    48% {
        transform: rotate(24deg)
    }

    50% {
        transform: rotate(24deg)
    }

    58% {
        transform: rotate(-24deg)
    }

    60% {
        transform: rotate(-24deg)
    }

    68% {
        transform: rotate(24deg)
    }

    75% {
        transform: rotate(0)
    }
}

@keyframes ani-ring {
    0% {
        transform: rotate(-15deg)
    }

    2% {
        transform: rotate(15deg)
    }

    4% {
        transform: rotate(-18deg)
    }

    6% {
        transform: rotate(18deg)
    }

    8% {
        transform: rotate(-22deg)
    }

    10% {
        transform: rotate(22deg)
    }

    12% {
        transform: rotate(-18deg)
    }

    14% {
        transform: rotate(18deg)
    }

    16% {
        transform: rotate(-12deg)
    }

    18% {
        transform: rotate(12deg)
    }

    20% {
        transform: rotate(0)
    }
}

@keyframes ani-vertical {
    0% {
        transform: translateY(-3px)
    }

    4% {
        transform: translateY(3px)
    }

    8% {
        transform: translateY(-3px)
    }

    12% {
        transform: translateY(3px)
    }

    16% {
        transform: translateY(-3px)
    }

    20% {
        transform: translateY(3px)
    }

    22% {
        transform: translate(0)
    }
}

@keyframes ani-horizontal {
    0% {
        transform: translate(0)
    }

    6% {
        transform: translate(5px)
    }

    12% {
        transform: translate(0)
    }

    18% {
        transform: translate(5px)
    }

    24% {
        transform: translate(0)
    }

    30% {
        transform: translate(5px)
    }

    36% {
        transform: translate(0)
    }
}

@keyframes ani-flash {
    0%,to,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes ani-bounce {
    0%,10%,20%,50%,80% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-15px)
    }

    60% {
        transform: translateY(-15px)
    }
}

@keyframes ani-float {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-6px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes ani-heartbeat {
    0% {
        transform: scale(1.1)
    }

    50% {
        transform: scale(.8)
    }

    to {
        transform: scale(1.1)
    }
}

@keyframes ani-shuttle {
    0% {
        transform: scale(1)
    }

    10%,20% {
        transform: scale(.9) rotate(-8deg)
    }

    30%,50%,70% {
        transform: scale(1.3) rotate(8deg)
    }

    40%,60% {
        transform: scale(1.3) rotate(-8deg)
    }

    80% {
        transform: scale(1) rotate(0)
    }
}

@keyframes ani-pass {
    0% {
        transform: translate(-50%);
        opacity: 0
    }

    50% {
        transform: translate(0);
        opacity: 1
    }

    to {
        transform: translate(50%);
        opacity: 0
    }
}

@keyframes ani-ripple {
    0% {
        opacity: .6
    }

    50% {
        transform: scale(1.8);
        opacity: 0
    }

    to {
        opacity: 0
    }
}

@keyframes ani-shrink {
    0% {
        transform: scale(1)
    }

    90% {
        transform: scale(1)
    }

    to {
        transform: scale(.5)
    }
}

@keyframes ani-pre-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes ani-bg-stripes {
    0% {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

:root {
    --border-radius: 6px
}

.no-border {
    border: 0 !important
}

.no-border-left {
    border-left: none !important
}

.no-border-right {
    border-right: none !important
}

.no-border-top {
    border-top: none !important
}

.no-border-bottom {
    border-bottom: none !important
}

.no-border-visible {
    border-color: transparent !important
}

.border-none {
    border: 0 !important
}

.border-left-none {
    border-left: none !important
}

.border-right-none {
    border-right: none !important
}

.border-top-none {
    border-top: none !important
}

.border-bottom-none {
    border-bottom: none !important
}

.border-visible-none {
    border-color: transparent !important
}

.border {
    border: 1px solid transparent
}

.border-left {
    border-left: 1px solid transparent
}

.border-right {
    border-right: 1px solid transparent
}

.border-top {
    border-top: 1px solid transparent
}

.border-bottom {
    border-bottom: 1px solid transparent
}

.border-radius, .rounded {
    border-radius: var(--border-radius)
}

.border-radius-half, .to-cycle {
    border-radius: 50%
}

.border-size-1 {
    border-width: 1px !important
}

.border-radius-1 {
    border-radius: 1px !important
}

.border-size-2 {
    border-width: 2px !important
}

.border-radius-2 {
    border-radius: 2px !important
}

.border-size-3 {
    border-width: 3px !important
}

.border-radius-3 {
    border-radius: 3px !important
}

.border-size-4 {
    border-width: 4px !important
}

.border-radius-4 {
    border-radius: 4px !important
}

.border-size-5 {
    border-width: 5px !important
}

.border-radius-5 {
    border-radius: 5px !important
}

.border-size-6 {
    border-width: 6px !important
}

.border-radius-6 {
    border-radius: 6px !important
}

.border-size-7 {
    border-width: 7px !important
}

.border-radius-7 {
    border-radius: 7px !important
}

.border-size-8 {
    border-width: 8px !important
}

.border-radius-8 {
    border-radius: 8px !important
}

.border-size-9 {
    border-width: 9px !important
}

.border-radius-9 {
    border-radius: 9px !important
}

.border-size-10 {
    border-width: 10px !important
}

.border-radius-10 {
    border-radius: 10px !important
}

.border-size-11 {
    border-width: 11px !important
}

.border-radius-11 {
    border-radius: 11px !important
}

.border-size-12 {
    border-width: 12px !important
}

.border-radius-12 {
    border-radius: 12px !important
}

.border-size-13 {
    border-width: 13px !important
}

.border-radius-13 {
    border-radius: 13px !important
}

.border-size-14 {
    border-width: 14px !important
}

.border-radius-14 {
    border-radius: 14px !important
}

.border-size-15 {
    border-width: 15px !important
}

.border-radius-15 {
    border-radius: 15px !important
}

.border-size-16 {
    border-width: 16px !important
}

.border-radius-16 {
    border-radius: 16px !important
}

.border-size-17 {
    border-width: 17px !important
}

.border-radius-17 {
    border-radius: 17px !important
}

.border-size-18 {
    border-width: 18px !important
}

.border-radius-18 {
    border-radius: 18px !important
}

.border-size-19 {
    border-width: 19px !important
}

.border-radius-19 {
    border-radius: 19px !important
}

.border-size-20 {
    border-width: 20px !important
}

.border-radius-20 {
    border-radius: 20px !important
}

@container (min-width: 0) {
    .border-none-fs {
        border: none !important
    }

    .border-top-none-fs {
        border-top: none !important
    }

    .border-right-none-fs {
        border-right: none !important
    }

    .border-bottom-none-fs {
        border-bottom: none !important
    }

    .border-left-none-fs {
        border-left: none !important
    }
}

@container (min-width: 360px) {
    .border-none-xs {
        border: none !important
    }

    .border-top-none-xs {
        border-top: none !important
    }

    .border-right-none-xs {
        border-right: none !important
    }

    .border-bottom-none-xs {
        border-bottom: none !important
    }

    .border-left-none-xs {
        border-left: none !important
    }
}

@container (min-width: 576px) {
    .border-none-sm {
        border: none !important
    }

    .border-top-none-sm {
        border-top: none !important
    }

    .border-right-none-sm {
        border-right: none !important
    }

    .border-bottom-none-sm {
        border-bottom: none !important
    }

    .border-left-none-sm {
        border-left: none !important
    }
}

@container (min-width: 640px) {
    .border-none-ld {
        border: none !important
    }

    .border-top-none-ld {
        border-top: none !important
    }

    .border-right-none-ld {
        border-right: none !important
    }

    .border-bottom-none-ld {
        border-bottom: none !important
    }

    .border-left-none-ld {
        border-left: none !important
    }
}

@container (min-width: 768px) {
    .border-none-md {
        border: none !important
    }

    .border-top-none-md {
        border-top: none !important
    }

    .border-right-none-md {
        border-right: none !important
    }

    .border-bottom-none-md {
        border-bottom: none !important
    }

    .border-left-none-md {
        border-left: none !important
    }
}

@container (min-width: 992px) {
    .border-none-lg {
        border: none !important
    }

    .border-top-none-lg {
        border-top: none !important
    }

    .border-right-none-lg {
        border-right: none !important
    }

    .border-bottom-none-lg {
        border-bottom: none !important
    }

    .border-left-none-lg {
        border-left: none !important
    }
}

@container (min-width: 1200px) {
    .border-none-xl {
        border: none !important
    }

    .border-top-none-xl {
        border-top: none !important
    }

    .border-right-none-xl {
        border-right: none !important
    }

    .border-bottom-none-xl {
        border-bottom: none !important
    }

    .border-left-none-xl {
        border-left: none !important
    }
}

@container (min-width: 1400px) {
    .border-none-xxl {
        border: none !important
    }

    .border-top-none-xxl {
        border-top: none !important
    }

    .border-right-none-xxl {
        border-right: none !important
    }

    .border-bottom-none-xxl {
        border-bottom: none !important
    }

    .border-left-none-xxl {
        border-left: none !important
    }
}

@container (min-width: 2000px) {
    .border-none-xxxl {
        border: none !important
    }

    .border-top-none-xxxl {
        border-top: none !important
    }

    .border-right-none-xxxl {
        border-right: none !important
    }

    .border-bottom-none-xxxl {
        border-bottom: none !important
    }

    .border-left-none-xxxl {
        border-left: none !important
    }
}

.border-solid {
    border-style: solid !important
}

.border-dashed {
    border-style: dashed !important
}

.border-dotted {
    border-style: dotted !important
}

.border-double {
    border-style: double !important
}

.border-groove {
    border-style: groove !important
}

.border-inset {
    border-style: inset !important
}

.border-outset {
    border-style: outset !important
}

.border-ridge {
    border-style: ridge !important
}

.c-auto {
    cursor: auto
}

.c-default {
    cursor: default
}

.c-help {
    cursor: help
}

.c-pointer {
    cursor: pointer
}

.c-progress {
    cursor: progress
}

.c-wait {
    cursor: wait
}

.c-cell {
    cursor: cell
}

.c-crosshair {
    cursor: crosshair
}

.c-text {
    cursor: text
}

.c-text-vertical {
    cursor: vertical-text
}

.c-alias {
    cursor: alias
}

.c-copy {
    cursor: copy
}

.c-move {
    cursor: move
}

.c-no-drop {
    cursor: no-drop
}

.c-not-allowed {
    cursor: not-allowed
}

.c-all-scroll {
    cursor: all-scroll
}

.c-col-resize {
    cursor: col-resize
}

.c-row-resize {
    cursor: row-resize
}

.c-n-resize {
    cursor: n-resize
}

.c-e-resize {
    cursor: e-resize
}

.c-s-resize {
    cursor: s-resize
}

.c-w-resize {
    cursor: w-resize
}

.c-ne-resize {
    cursor: ne-resize
}

.c-nw-resize {
    cursor: nw-resize
}

.c-se-resize {
    cursor: se-resize
}

.c-sw-resize {
    cursor: sw-resize
}

.c-ew-resize {
    cursor: ew-resize
}

.c-ns-resize {
    cursor: ns-resize
}

.c-nesw-resize {
    cursor: nesw-resize
}

.c-nwse-resize {
    cursor: nwse-resize
}

.c-zoom-in {
    cursor: zoom-in
}

.c-zoom-out {
    cursor: zoom-out
}

.c-grab {
    cursor: grab
}

.c-grabbing {
    cursor: grabbing
}

.c-none {
    cursor: none
}

.debug {
    outline: 1px dotted red !important;
    min-width: 1px;
    min-height: 1px
}

.visible {
    visibility: visible !important
}

.no-visible {
    visibility: hidden !important
}

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

@container (min-width: 0) {
    .visible-fs {
        visibility: visible !important
    }

    .no-visible-fs {
        visibility: hidden !important
    }

    .d-none-fs {
        display: none !important
    }

    .d-block-fs {
        display: block !important
    }

    .d-inline-fs {
        display: inline !important
    }

    .d-inline-block-fs {
        display: inline-block !important
    }

    .d-table-fs {
        display: table !important
    }

    .d-table-row-fs {
        display: table-row !important
    }

    .d-table-cell-fs {
        display: table-cell !important
    }
}

@container (min-width: 360px) {
    .visible-xs {
        visibility: visible !important
    }

    .no-visible-xs {
        visibility: hidden !important
    }

    .d-none-xs {
        display: none !important
    }

    .d-block-xs {
        display: block !important
    }

    .d-inline-xs {
        display: inline !important
    }

    .d-inline-block-xs {
        display: inline-block !important
    }

    .d-table-xs {
        display: table !important
    }

    .d-table-row-xs {
        display: table-row !important
    }

    .d-table-cell-xs {
        display: table-cell !important
    }
}

@container (min-width: 576px) {
    .visible-sm {
        visibility: visible !important
    }

    .no-visible-sm {
        visibility: hidden !important
    }

    .d-none-sm {
        display: none !important
    }

    .d-block-sm {
        display: block !important
    }

    .d-inline-sm {
        display: inline !important
    }

    .d-inline-block-sm {
        display: inline-block !important
    }

    .d-table-sm {
        display: table !important
    }

    .d-table-row-sm {
        display: table-row !important
    }

    .d-table-cell-sm {
        display: table-cell !important
    }
}

@container (min-width: 640px) {
    .visible-ld {
        visibility: visible !important
    }

    .no-visible-ld {
        visibility: hidden !important
    }

    .d-none-ld {
        display: none !important
    }

    .d-block-ld {
        display: block !important
    }

    .d-inline-ld {
        display: inline !important
    }

    .d-inline-block-ld {
        display: inline-block !important
    }

    .d-table-ld {
        display: table !important
    }

    .d-table-row-ld {
        display: table-row !important
    }

    .d-table-cell-ld {
        display: table-cell !important
    }
}

@container (min-width: 768px) {
    .visible-md {
        visibility: visible !important
    }

    .no-visible-md {
        visibility: hidden !important
    }

    .d-none-md {
        display: none !important
    }

    .d-block-md {
        display: block !important
    }

    .d-inline-md {
        display: inline !important
    }

    .d-inline-block-md {
        display: inline-block !important
    }

    .d-table-md {
        display: table !important
    }

    .d-table-row-md {
        display: table-row !important
    }

    .d-table-cell-md {
        display: table-cell !important
    }
}

@container (min-width: 992px) {
    .visible-lg {
        visibility: visible !important
    }

    .no-visible-lg {
        visibility: hidden !important
    }

    .d-none-lg {
        display: none !important
    }

    .d-block-lg {
        display: block !important
    }

    .d-inline-lg {
        display: inline !important
    }

    .d-inline-block-lg {
        display: inline-block !important
    }

    .d-table-lg {
        display: table !important
    }

    .d-table-row-lg {
        display: table-row !important
    }

    .d-table-cell-lg {
        display: table-cell !important
    }
}

@container (min-width: 1200px) {
    .visible-xl {
        visibility: visible !important
    }

    .no-visible-xl {
        visibility: hidden !important
    }

    .d-none-xl {
        display: none !important
    }

    .d-block-xl {
        display: block !important
    }

    .d-inline-xl {
        display: inline !important
    }

    .d-inline-block-xl {
        display: inline-block !important
    }

    .d-table-xl {
        display: table !important
    }

    .d-table-row-xl {
        display: table-row !important
    }

    .d-table-cell-xl {
        display: table-cell !important
    }
}

@container (min-width: 1400px) {
    .visible-xxl {
        visibility: visible !important
    }

    .no-visible-xxl {
        visibility: hidden !important
    }

    .d-none-xxl {
        display: none !important
    }

    .d-block-xxl {
        display: block !important
    }

    .d-inline-xxl {
        display: inline !important
    }

    .d-inline-block-xxl {
        display: inline-block !important
    }

    .d-table-xxl {
        display: table !important
    }

    .d-table-row-xxl {
        display: table-row !important
    }

    .d-table-cell-xxl {
        display: table-cell !important
    }
}

@container (min-width: 2000px) {
    .visible-xxxl {
        visibility: visible !important
    }

    .no-visible-xxxl {
        visibility: hidden !important
    }

    .d-none-xxxl {
        display: none !important
    }

    .d-block-xxxl {
        display: block !important
    }

    .d-inline-xxxl {
        display: inline !important
    }

    .d-inline-block-xxxl {
        display: inline-block !important
    }

    .d-table-xxxl {
        display: table !important
    }

    .d-table-row-xxxl {
        display: table-row !important
    }

    .d-table-cell-xxxl {
        display: table-cell !important
    }
}

.embed-container {
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: 100%
}

    .embed-container:before {
        padding-top: 56.25%;
        display: block;
        content: ""
    }

    .embed-container iframe, .embed-container object, .embed-container embed, .embed-container video, .embed-container .embed-item {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

    .embed-container.size-21x9:before {
        padding-top: 42.85714286%
    }

    .embed-container.size-16x9:before {
        padding-top: 56.25%
    }

    .embed-container.size-4x3:before {
        padding-top: 75%
    }

    .embed-container.size-1x1:before {
        padding-top: 100%
    }

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@container (min-width: 0) {
    .d-flex-fs {
        display: flex !important
    }

    .d-inline-flex-fs {
        display: inline-flex !important
    }
}

@container (min-width: 360px) {
    .d-flex-xs {
        display: flex !important
    }

    .d-inline-flex-xs {
        display: inline-flex !important
    }
}

@container (min-width: 576px) {
    .d-flex-sm {
        display: flex !important
    }

    .d-inline-flex-sm {
        display: inline-flex !important
    }
}

@container (min-width: 640px) {
    .d-flex-ld {
        display: flex !important
    }

    .d-inline-flex-ld {
        display: inline-flex !important
    }
}

@container (min-width: 768px) {
    .d-flex-md {
        display: flex !important
    }

    .d-inline-flex-md {
        display: inline-flex !important
    }
}

@container (min-width: 992px) {
    .d-flex-lg {
        display: flex !important
    }

    .d-inline-flex-lg {
        display: inline-flex !important
    }
}

@container (min-width: 1200px) {
    .d-flex-xl {
        display: flex !important
    }

    .d-inline-flex-xl {
        display: inline-flex !important
    }
}

@container (min-width: 1400px) {
    .d-flex-xxl {
        display: flex !important
    }

    .d-inline-flex-xxl {
        display: inline-flex !important
    }
}

@container (min-width: 2000px) {
    .d-flex-xxxl {
        display: flex !important
    }

    .d-inline-flex-xxxl {
        display: inline-flex !important
    }
}

.gap-1 {
    gap: 4px !important
}

.gap-2 {
    gap: 8px !important
}

.gap-3 {
    gap: 12px !important
}

.gap-4 {
    gap: 16px !important
}

.gap-5 {
    gap: 20px !important
}

.gap-6 {
    gap: 24px !important
}

.gap-7 {
    gap: 28px !important
}

.gap-8 {
    gap: 32px !important
}

.gap-9 {
    gap: 36px !important
}

.gap-10 {
    gap: 40px !important
}

.gap-11 {
    gap: 44px !important
}

.gap-12 {
    gap: 48px !important
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.order-13 {
    order: 13
}

.order-14 {
    order: 14
}

.order-15 {
    order: 15
}

.order-16 {
    order: 16
}

.order-17 {
    order: 17
}

.order-18 {
    order: 18
}

.order-19 {
    order: 19
}

.order-20 {
    order: 20
}

.order-21 {
    order: 21
}

.order-22 {
    order: 22
}

.order-23 {
    order: 23
}

.order-24 {
    order: 24
}

.flex-equal-items > * {
    flex: 1
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-column {
    flex-direction: column !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-row {
    flex-direction: row !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-align-normal {
    align-items: normal !important
}

.flex-align-stretch {
    align-items: stretch !important
}

.flex-align-start {
    align-items: flex-start !important
}

.flex-align-end {
    align-items: flex-end !important
}

.flex-align-baseline {
    align-items: baseline !important
}

.flex-align-baseline-first {
    align-items: first baseline !important
}

.flex-align-baseline-last {
    align-items: last baseline !important
}

.flex-align-center {
    align-items: center !important
}

.flex-align-center-safe {
    align-items: safe center !important
}

.flex-align-center-unsafe {
    align-items: unsafe center !important
}

.flex-align-inherit {
    align-items: inherit !important
}

.flex-align-initial {
    align-items: initial !important
}

.flex-align-revert {
    align-items: revert !important
}

.flex-align-unset {
    align-items: unset !important
}

.flex-align-items-normal {
    align-items: normal !important
}

.flex-align-items-stretch {
    align-items: stretch !important
}

.flex-align-items-start {
    align-items: flex-start !important
}

.flex-align-items-end {
    align-items: flex-end !important
}

.flex-align-items-baseline {
    align-items: baseline !important
}

.flex-align-items-baseline-first {
    align-items: first baseline !important
}

.flex-align-items-baseline-last {
    align-items: last baseline !important
}

.flex-align-items-center {
    align-items: center !important
}

.flex-align-items-center-safe {
    align-items: safe center !important
}

.flex-align-items-center-unsafe {
    align-items: unsafe center !important
}

.flex-align-items-inherit {
    align-items: inherit !important
}

.flex-align-items-initial {
    align-items: initial !important
}

.flex-align-items-revert {
    align-items: revert !important
}

.flex-align-items-unset {
    align-items: unset !important
}

.flex-align-self-auto {
    align-self: auto !important
}

.flex-align-self-normal {
    align-self: normal !important
}

.flex-align-self-start {
    align-self: flex-start !important
}

.flex-align-self-end {
    align-self: flex-end !important
}

.flex-align-self-center {
    align-self: center !important
}

.flex-align-self-center-safe {
    align-self: safe center !important
}

.flex-align-self-center-unsafe {
    align-self: unsafe center !important
}

.flex-align-self-baseline {
    align-self: baseline !important
}

.flex-align-self-baseline-first {
    align-self: first baseline !important
}

.flex-align-self-baseline-last {
    align-self: last baseline !important
}

.flex-align-self-stretch {
    align-self: stretch !important
}

.flex-align-self-inherit {
    align-self: inherit !important
}

.flex-align-self-initial {
    align-self: initial !important
}

.flex-align-self-revert {
    align-self: revert !important
}

.flex-align-self-unset {
    align-self: unset !important
}

.flex-align-content-normal {
    align-content: normal !important
}

.flex-align-content-start {
    align-content: flex-start !important
}

.flex-align-content-end {
    align-content: flex-end !important
}

.flex-align-content-baseline {
    align-content: baseline !important
}

.flex-align-content-baseline-first {
    align-content: first baseline !important
}

.flex-align-content-baseline-last {
    align-content: last baseline !important
}

.flex-align-content-between {
    align-content: space-between !important
}

.flex-align-content-around {
    align-content: space-around !important
}

.flex-align-content-evenly {
    align-content: space-evenly !important
}

.flex-align-content-stretch {
    align-content: stretch !important
}

.flex-align-content-center {
    align-content: center !important
}

.flex-align-content-center-safe {
    align-content: safe center !important
}

.flex-align-content-center-unsafe {
    align-content: unsafe center !important
}

.flex-align-content-inherit {
    align-content: inherit !important
}

.flex-align-content-initial {
    align-content: initial !important
}

.flex-align-content-revert {
    align-content: revert !important
}

.flex-align-content-unset {
    align-content: unset !important
}

.flex-justify-items-normal {
    justify-items: normal !important
}

.flex-justify-items-stretch {
    justify-items: stretch !important
}

.flex-justify-items-start {
    justify-items: flex-start !important
}

.flex-justify-items-end {
    justify-items: flex-end !important
}

.flex-justify-items-left {
    justify-items: left !important
}

.flex-justify-items-right {
    justify-items: right !important
}

.flex-justify-items-baseline {
    justify-items: baseline !important
}

.flex-justify-items-baseline-first {
    justify-items: first baseline !important
}

.flex-justify-items-baseline-last {
    justify-items: last baseline !important
}

.flex-justify-items-center {
    justify-items: center !important
}

.flex-justify-items-center-safe {
    justify-items: safe center !important
}

.flex-justify-items-center-unsafe {
    justify-items: unsafe center !important
}

.flex-justify-items-inherit {
    justify-items: inherit !important
}

.flex-justify-items-initial {
    justify-items: initial !important
}

.flex-justify-items-revert {
    justify-items: revert !important
}

.flex-justify-items-unset {
    justify-items: unset !important
}

.flex-justify-self-inherit {
    justify-self: inherit !important
}

.flex-justify-self-initial {
    justify-self: initial !important
}

.flex-justify-self-revert {
    justify-self: revert !important
}

.flex-justify-self-unset {
    justify-self: unset !important
}

.flex-justify-self-auto {
    justify-self: auto !important
}

.flex-justify-self-normal {
    justify-self: normal !important
}

.flex-justify-self-start {
    justify-self: flex-start !important
}

.flex-justify-self-end {
    justify-self: flex-end !important
}

.flex-justify-self-center {
    justify-self: center !important
}

.flex-justify-self-stretch {
    justify-self: stretch !important
}

.flex-justify-self-baseline {
    justify-self: baseline !important
}

.flex-justify-self-baseline-first {
    justify-self: first baseline !important
}

.flex-justify-self-baseline-last {
    justify-self: last baseline !important
}

.flex-justify-self-left {
    justify-self: left !important
}

.flex-justify-self-right {
    justify-self: right !important
}

.flex-justify-content-center {
    justify-content: center !important
}

.flex-justify-content-center-safe {
    justify-content: safe center !important
}

.flex-justify-content-center-unsafe {
    justify-content: unsafe center !important
}

.flex-justify-content-start {
    justify-content: flex-start !important
}

.flex-justify-content-end {
    justify-content: flex-end !important
}

.flex-justify-content-left {
    justify-content: left !important
}

.flex-justify-content-right {
    justify-content: right !important
}

.flex-justify-content-normal {
    justify-content: normal !important
}

.flex-justify-content-between {
    justify-content: space-between !important
}

.flex-justify-content-around {
    justify-content: space-around !important
}

.flex-justify-content-evenly {
    justify-content: space-evenly !important
}

.flex-justify-content-stretch {
    justify-content: stretch !important
}

.flex-justify-content-inherit {
    justify-content: inherit !important
}

.flex-justify-content-initial {
    justify-content: initial !important
}

.flex-justify-content-revert {
    justify-content: revert !important
}

.flex-justify-content-unset {
    justify-content: unset !important
}

.flex-justify-center {
    justify-content: center !important
}

.flex-justify-center-safe {
    justify-content: safe center !important
}

.flex-justify-center-unsafe {
    justify-content: unsafe center !important
}

.flex-justify-start {
    justify-content: flex-start !important
}

.flex-justify-end {
    justify-content: flex-end !important
}

.flex-justify-left {
    justify-content: left !important
}

.flex-justify-right {
    justify-content: right !important
}

.flex-justify-normal {
    justify-content: normal !important
}

.flex-justify-between {
    justify-content: space-between !important
}

.flex-justify-around {
    justify-content: space-around !important
}

.flex-justify-evenly {
    justify-content: space-evenly !important
}

.flex-justify-stretch {
    justify-content: stretch !important
}

.flex-justify-inherit {
    justify-content: inherit !important
}

.flex-justify-initial {
    justify-content: initial !important
}

.flex-justify-revert {
    justify-content: revert !important
}

.flex-justify-unset {
    justify-content: unset !important
}

.flex-no-shrink > * {
    flex-shrink: 0 !important
}

.flex-shrink > * {
    flex-shrink: 1 !important
}

.flex-no-grow > * {
    flex-grow: 0 !important
}

.flex-grow > * {
    flex-grow: 1 !important
}

.flex-no-shrink-self {
    flex-shrink: 0 !important
}

.flex-shrink-self {
    flex-shrink: 1 !important
}

.flex-no-grow-self {
    flex-grow: 0 !important
}

.flex-grow-self {
    flex-grow: 1 !important
}

.flex-right {
    margin-left: auto !important
}

.flex-left {
    margin-right: auto !important
}

.flex-top {
    margin-bottom: auto !important
}

.flex-bottom {
    margin-top: auto !important
}

.flex-center {
    align-items: center !important;
    justify-content: center !important
}

@container (min-width: 0) {
    .flex-nowrap-fs {
        flex-wrap: nowrap !important
    }

    .flex-wrap-fs {
        flex-wrap: wrap !important
    }

    .flex-wrap-reverse-fs {
        flex-wrap: wrap-reverse !important
    }

    .flex-column-fs {
        flex-direction: column !important
    }

    .flex-column-reverse-fs {
        flex-direction: column-reverse !important
    }

    .flex-row-fs {
        flex-direction: row !important
    }

    .flex-row-reverse-fs {
        flex-direction: row-reverse !important
    }

    .flex-no-shrink-fs > * {
        flex-shrink: 0 !important
    }

    .flex-shrink-fs > * {
        flex-shrink: 1 !important
    }

    .flex-no-grow-fs > * {
        flex-grow: 0 !important
    }

    .flex-grow-fs > * {
        flex-grow: 1 !important
    }

    .flex-no-shrink-self-fs {
        flex-shrink: 0 !important
    }

    .flex-shrink-self-fs {
        flex-shrink: 1 !important
    }

    .flex-no-grow-self-fs {
        flex-grow: 0 !important
    }

    .flex-grow-self-fs {
        flex-grow: 1 !important
    }

    .flex-right-fs {
        margin-left: auto !important
    }

    .flex-left-fs {
        margin-right: auto !important
    }

    .flex-top-fs {
        margin-bottom: auto !important
    }

    .flex-bottom-fs {
        margin-top: auto !important
    }

    .flex-center-fs {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important
    }

    .flex-align-normal-fs {
        align-items: normal !important
    }

    .flex-align-stretch-fs {
        align-items: stretch !important
    }

    .flex-align-start-fs {
        align-items: flex-start !important
    }

    .flex-align-end-fs {
        align-items: flex-end !important
    }

    .flex-align-baseline-fs {
        align-items: baseline !important
    }

    .flex-align-baseline-first-fs {
        align-items: first baseline !important
    }

    .flex-align-baseline-last-fs {
        align-items: last baseline !important
    }

    .flex-align-center-fs {
        align-items: center !important
    }

    .flex-align-center-safe-fs {
        align-items: safe center !important
    }

    .flex-align-center-unsafe-fs {
        align-items: unsafe center !important
    }

    .flex-align-inherit-fs {
        align-items: inherit !important
    }

    .flex-align-initial-fs {
        align-items: initial !important
    }

    .flex-align-revert-fs {
        align-items: revert !important
    }

    .flex-align-unset-fs {
        align-items: unset !important
    }

    .flex-align-items-normal-fs {
        align-items: normal !important
    }

    .flex-align-items-stretch-fs {
        align-items: stretch !important
    }

    .flex-align-items-start-fs {
        align-items: flex-start !important
    }

    .flex-align-items-end-fs {
        align-items: flex-end !important
    }

    .flex-align-items-baseline-fs {
        align-items: baseline !important
    }

    .flex-align-items-baseline-first-fs {
        align-items: first baseline !important
    }

    .flex-align-items-baseline-last-fs {
        align-items: last baseline !important
    }

    .flex-align-items-center-fs {
        align-items: center !important
    }

    .flex-align-items-center-safe-fs {
        align-items: safe center !important
    }

    .flex-align-items-center-unsafe-fs {
        align-items: unsafe center !important
    }

    .flex-align-items-inherit-fs {
        align-items: inherit !important
    }

    .flex-align-items-initial-fs {
        align-items: initial !important
    }

    .flex-align-items-revert-fs {
        align-items: revert !important
    }

    .flex-align-items-unset-fs {
        align-items: unset !important
    }

    .flex-align-self-auto-fs {
        align-self: auto !important
    }

    .flex-align-self-normal-fs {
        align-self: normal !important
    }

    .flex-align-self-start-fs {
        align-self: flex-start !important
    }

    .flex-align-self-end-fs {
        align-self: flex-end !important
    }

    .flex-align-self-center-fs {
        align-self: center !important
    }

    .flex-align-self-center-safe-fs {
        align-self: safe center !important
    }

    .flex-align-self-center-unsafe-fs {
        align-self: unsafe center !important
    }

    .flex-align-self-baseline-fs {
        align-self: baseline !important
    }

    .flex-align-self-baseline-first-fs {
        align-self: first baseline !important
    }

    .flex-align-self-baseline-last-fs {
        align-self: last baseline !important
    }

    .flex-align-self-stretch-fs {
        align-self: stretch !important
    }

    .flex-align-self-inherit-fs {
        align-self: inherit !important
    }

    .flex-align-self-initial-fs {
        align-self: initial !important
    }

    .flex-align-self-revert-fs {
        align-self: revert !important
    }

    .flex-align-self-unset-fs {
        align-self: unset !important
    }

    .flex-align-content-normal-fs {
        align-content: normal !important
    }

    .flex-align-content-start-fs {
        align-content: flex-start !important
    }

    .flex-align-content-end-fs {
        align-content: flex-end !important
    }

    .flex-align-content-baseline-fs {
        align-content: baseline !important
    }

    .flex-align-content-baseline-first-fs {
        align-content: first baseline !important
    }

    .flex-align-content-baseline-last-fs {
        align-content: last baseline !important
    }

    .flex-align-content-between-fs {
        align-content: space-between !important
    }

    .flex-align-content-around-fs {
        align-content: space-around !important
    }

    .flex-align-content-evenly-fs {
        align-content: space-evenly !important
    }

    .flex-align-content-stretch-fs {
        align-content: stretch !important
    }

    .flex-align-content-center-fs {
        align-content: center !important
    }

    .flex-align-content-center-safe-fs {
        align-content: safe center !important
    }

    .flex-align-content-center-unsafe-fs {
        align-content: unsafe center !important
    }

    .flex-align-content-inherit-fs {
        align-content: inherit !important
    }

    .flex-align-content-initial-fs {
        align-content: initial !important
    }

    .flex-align-content-revert-fs {
        align-content: revert !important
    }

    .flex-align-content-unset-fs {
        align-content: unset !important
    }

    .flex-justify-items-normal-fs {
        justify-items: normal !important
    }

    .flex-justify-items-stretch-fs {
        justify-items: stretch !important
    }

    .flex-justify-items-start-fs {
        justify-items: flex-start !important
    }

    .flex-justify-items-end-fs {
        justify-items: flex-end !important
    }

    .flex-justify-items-left-fs {
        justify-items: left !important
    }

    .flex-justify-items-right-fs {
        justify-items: right !important
    }

    .flex-justify-items-baseline-fs {
        justify-items: baseline !important
    }

    .flex-justify-items-baseline-first-fs {
        justify-items: first baseline !important
    }

    .flex-justify-items-baseline-last-fs {
        justify-items: last baseline !important
    }

    .flex-justify-items-center-fs {
        justify-items: center !important
    }

    .flex-justify-items-center-safe-fs {
        justify-items: safe center !important
    }

    .flex-justify-items-center-unsafe-fs {
        justify-items: unsafe center !important
    }

    .flex-justify-items-inherit-fs {
        justify-items: inherit !important
    }

    .flex-justify-items-initial-fs {
        justify-items: initial !important
    }

    .flex-justify-items-revert-fs {
        justify-items: revert !important
    }

    .flex-justify-items-unset-fs {
        justify-items: unset !important
    }

    .flex-justify-self-inherit-fs {
        justify-self: inherit !important
    }

    .flex-justify-self-initial-fs {
        justify-self: initial !important
    }

    .flex-justify-self-revert-fs {
        justify-self: revert !important
    }

    .flex-justify-self-unset-fs {
        justify-self: unset !important
    }

    .flex-justify-self-auto-fs {
        justify-self: auto !important
    }

    .flex-justify-self-normal-fs {
        justify-self: normal !important
    }

    .flex-justify-self-start-fs {
        justify-self: flex-start !important
    }

    .flex-justify-self-end-fs {
        justify-self: flex-end !important
    }

    .flex-justify-self-center-fs {
        justify-self: center !important
    }

    .flex-justify-self-stretch-fs {
        justify-self: stretch !important
    }

    .flex-justify-self-baseline-fs {
        justify-self: baseline !important
    }

    .flex-justify-self-baseline-first-fs {
        justify-self: first baseline !important
    }

    .flex-justify-self-baseline-last-fs {
        justify-self: last baseline !important
    }

    .flex-justify-self-left-fs {
        justify-self: left !important
    }

    .flex-justify-self-right-fs {
        justify-self: right !important
    }

    .flex-justify-content-center-fs {
        justify-content: center !important
    }

    .flex-justify-content-center-safe-fs {
        justify-content: safe center !important
    }

    .flex-justify-content-center-unsafe-fs {
        justify-content: unsafe center !important
    }

    .flex-justify-content-start-fs {
        justify-content: flex-start !important
    }

    .flex-justify-content-end-fs {
        justify-content: flex-end !important
    }

    .flex-justify-content-left-fs {
        justify-content: left !important
    }

    .flex-justify-content-right-fs {
        justify-content: right !important
    }

    .flex-justify-content-normal-fs {
        justify-content: normal !important
    }

    .flex-justify-content-between-fs {
        justify-content: space-between !important
    }

    .flex-justify-content-around-fs {
        justify-content: space-around !important
    }

    .flex-justify-content-evenly-fs {
        justify-content: space-evenly !important
    }

    .flex-justify-content-stretch-fs {
        justify-content: stretch !important
    }

    .flex-justify-content-inherit-fs {
        justify-content: inherit !important
    }

    .flex-justify-content-initial-fs {
        justify-content: initial !important
    }

    .flex-justify-content-revert-fs {
        justify-content: revert !important
    }

    .flex-justify-content-unset-fs {
        justify-content: unset !important
    }

    .flex-justify-center-fs {
        justify-content: center !important
    }

    .flex-justify-center-safe-fs {
        justify-content: safe center !important
    }

    .flex-justify-center-unsafe-fs {
        justify-content: unsafe center !important
    }

    .flex-justify-start-fs {
        justify-content: flex-start !important
    }

    .flex-justify-end-fs {
        justify-content: flex-end !important
    }

    .flex-justify-left-fs {
        justify-content: left !important
    }

    .flex-justify-right-fs {
        justify-content: right !important
    }

    .flex-justify-normal-fs {
        justify-content: normal !important
    }

    .flex-justify-between-fs {
        justify-content: space-between !important
    }

    .flex-justify-around-fs {
        justify-content: space-around !important
    }

    .flex-justify-evenly-fs {
        justify-content: space-evenly !important
    }

    .flex-justify-stretch-fs {
        justify-content: stretch !important
    }

    .flex-justify-inherit-fs {
        justify-content: inherit !important
    }

    .flex-justify-initial-fs {
        justify-content: initial !important
    }

    .flex-justify-revert-fs {
        justify-content: revert !important
    }

    .flex-justify-unset-fs {
        justify-content: unset !important
    }

    .order-1-fs {
        order: 1 !important
    }

    .order-2-fs {
        order: 2 !important
    }

    .order-3-fs {
        order: 3 !important
    }

    .order-4-fs {
        order: 4 !important
    }

    .order-5-fs {
        order: 5 !important
    }

    .order-6-fs {
        order: 6 !important
    }

    .order-7-fs {
        order: 7 !important
    }

    .order-8-fs {
        order: 8 !important
    }

    .order-9-fs {
        order: 9 !important
    }

    .order-10-fs {
        order: 10 !important
    }

    .order-11-fs {
        order: 11 !important
    }

    .order-12-fs {
        order: 12 !important
    }

    .order-13-fs {
        order: 13 !important
    }

    .order-14-fs {
        order: 14 !important
    }

    .order-15-fs {
        order: 15 !important
    }

    .order-16-fs {
        order: 16 !important
    }

    .order-17-fs {
        order: 17 !important
    }

    .order-18-fs {
        order: 18 !important
    }

    .order-19-fs {
        order: 19 !important
    }

    .order-20-fs {
        order: 20 !important
    }

    .order-21-fs {
        order: 21 !important
    }

    .order-22-fs {
        order: 22 !important
    }

    .order-23-fs {
        order: 23 !important
    }

    .order-24-fs {
        order: 24 !important
    }

    .gap-1-fs {
        gap: 4px !important
    }

    .gap-2-fs {
        gap: 8px !important
    }

    .gap-3-fs {
        gap: 12px !important
    }

    .gap-4-fs {
        gap: 16px !important
    }

    .gap-5-fs {
        gap: 20px !important
    }

    .gap-6-fs {
        gap: 24px !important
    }

    .gap-7-fs {
        gap: 28px !important
    }

    .gap-8-fs {
        gap: 32px !important
    }

    .gap-9-fs {
        gap: 36px !important
    }

    .gap-10-fs {
        gap: 40px !important
    }

    .gap-11-fs {
        gap: 44px !important
    }

    .gap-12-fs {
        gap: 48px !important
    }
}

@container (min-width: 360px) {
    .flex-nowrap-xs {
        flex-wrap: nowrap !important
    }

    .flex-wrap-xs {
        flex-wrap: wrap !important
    }

    .flex-wrap-reverse-xs {
        flex-wrap: wrap-reverse !important
    }

    .flex-column-xs {
        flex-direction: column !important
    }

    .flex-column-reverse-xs {
        flex-direction: column-reverse !important
    }

    .flex-row-xs {
        flex-direction: row !important
    }

    .flex-row-reverse-xs {
        flex-direction: row-reverse !important
    }

    .flex-no-shrink-xs > * {
        flex-shrink: 0 !important
    }

    .flex-shrink-xs > * {
        flex-shrink: 1 !important
    }

    .flex-no-grow-xs > * {
        flex-grow: 0 !important
    }

    .flex-grow-xs > * {
        flex-grow: 1 !important
    }

    .flex-no-shrink-self-xs {
        flex-shrink: 0 !important
    }

    .flex-shrink-self-xs {
        flex-shrink: 1 !important
    }

    .flex-no-grow-self-xs {
        flex-grow: 0 !important
    }

    .flex-grow-self-xs {
        flex-grow: 1 !important
    }

    .flex-right-xs {
        margin-left: auto !important
    }

    .flex-left-xs {
        margin-right: auto !important
    }

    .flex-top-xs {
        margin-bottom: auto !important
    }

    .flex-bottom-xs {
        margin-top: auto !important
    }

    .flex-center-xs {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important
    }

    .flex-align-normal-xs {
        align-items: normal !important
    }

    .flex-align-stretch-xs {
        align-items: stretch !important
    }

    .flex-align-start-xs {
        align-items: flex-start !important
    }

    .flex-align-end-xs {
        align-items: flex-end !important
    }

    .flex-align-baseline-xs {
        align-items: baseline !important
    }

    .flex-align-baseline-first-xs {
        align-items: first baseline !important
    }

    .flex-align-baseline-last-xs {
        align-items: last baseline !important
    }

    .flex-align-center-xs {
        align-items: center !important
    }

    .flex-align-center-safe-xs {
        align-items: safe center !important
    }

    .flex-align-center-unsafe-xs {
        align-items: unsafe center !important
    }

    .flex-align-inherit-xs {
        align-items: inherit !important
    }

    .flex-align-initial-xs {
        align-items: initial !important
    }

    .flex-align-revert-xs {
        align-items: revert !important
    }

    .flex-align-unset-xs {
        align-items: unset !important
    }

    .flex-align-items-normal-xs {
        align-items: normal !important
    }

    .flex-align-items-stretch-xs {
        align-items: stretch !important
    }

    .flex-align-items-start-xs {
        align-items: flex-start !important
    }

    .flex-align-items-end-xs {
        align-items: flex-end !important
    }

    .flex-align-items-baseline-xs {
        align-items: baseline !important
    }

    .flex-align-items-baseline-first-xs {
        align-items: first baseline !important
    }

    .flex-align-items-baseline-last-xs {
        align-items: last baseline !important
    }

    .flex-align-items-center-xs {
        align-items: center !important
    }

    .flex-align-items-center-safe-xs {
        align-items: safe center !important
    }

    .flex-align-items-center-unsafe-xs {
        align-items: unsafe center !important
    }

    .flex-align-items-inherit-xs {
        align-items: inherit !important
    }

    .flex-align-items-initial-xs {
        align-items: initial !important
    }

    .flex-align-items-revert-xs {
        align-items: revert !important
    }

    .flex-align-items-unset-xs {
        align-items: unset !important
    }

    .flex-align-self-auto-xs {
        align-self: auto !important
    }

    .flex-align-self-normal-xs {
        align-self: normal !important
    }

    .flex-align-self-start-xs {
        align-self: flex-start !important
    }

    .flex-align-self-end-xs {
        align-self: flex-end !important
    }

    .flex-align-self-center-xs {
        align-self: center !important
    }

    .flex-align-self-center-safe-xs {
        align-self: safe center !important
    }

    .flex-align-self-center-unsafe-xs {
        align-self: unsafe center !important
    }

    .flex-align-self-baseline-xs {
        align-self: baseline !important
    }

    .flex-align-self-baseline-first-xs {
        align-self: first baseline !important
    }

    .flex-align-self-baseline-last-xs {
        align-self: last baseline !important
    }

    .flex-align-self-stretch-xs {
        align-self: stretch !important
    }

    .flex-align-self-inherit-xs {
        align-self: inherit !important
    }

    .flex-align-self-initial-xs {
        align-self: initial !important
    }

    .flex-align-self-revert-xs {
        align-self: revert !important
    }

    .flex-align-self-unset-xs {
        align-self: unset !important
    }

    .flex-align-content-normal-xs {
        align-content: normal !important
    }

    .flex-align-content-start-xs {
        align-content: flex-start !important
    }

    .flex-align-content-end-xs {
        align-content: flex-end !important
    }

    .flex-align-content-baseline-xs {
        align-content: baseline !important
    }

    .flex-align-content-baseline-first-xs {
        align-content: first baseline !important
    }

    .flex-align-content-baseline-last-xs {
        align-content: last baseline !important
    }

    .flex-align-content-between-xs {
        align-content: space-between !important
    }

    .flex-align-content-around-xs {
        align-content: space-around !important
    }

    .flex-align-content-evenly-xs {
        align-content: space-evenly !important
    }

    .flex-align-content-stretch-xs {
        align-content: stretch !important
    }

    .flex-align-content-center-xs {
        align-content: center !important
    }

    .flex-align-content-center-safe-xs {
        align-content: safe center !important
    }

    .flex-align-content-center-unsafe-xs {
        align-content: unsafe center !important
    }

    .flex-align-content-inherit-xs {
        align-content: inherit !important
    }

    .flex-align-content-initial-xs {
        align-content: initial !important
    }

    .flex-align-content-revert-xs {
        align-content: revert !important
    }

    .flex-align-content-unset-xs {
        align-content: unset !important
    }

    .flex-justify-items-normal-xs {
        justify-items: normal !important
    }

    .flex-justify-items-stretch-xs {
        justify-items: stretch !important
    }

    .flex-justify-items-start-xs {
        justify-items: flex-start !important
    }

    .flex-justify-items-end-xs {
        justify-items: flex-end !important
    }

    .flex-justify-items-left-xs {
        justify-items: left !important
    }

    .flex-justify-items-right-xs {
        justify-items: right !important
    }

    .flex-justify-items-baseline-xs {
        justify-items: baseline !important
    }

    .flex-justify-items-baseline-first-xs {
        justify-items: first baseline !important
    }

    .flex-justify-items-baseline-last-xs {
        justify-items: last baseline !important
    }

    .flex-justify-items-center-xs {
        justify-items: center !important
    }

    .flex-justify-items-center-safe-xs {
        justify-items: safe center !important
    }

    .flex-justify-items-center-unsafe-xs {
        justify-items: unsafe center !important
    }

    .flex-justify-items-inherit-xs {
        justify-items: inherit !important
    }

    .flex-justify-items-initial-xs {
        justify-items: initial !important
    }

    .flex-justify-items-revert-xs {
        justify-items: revert !important
    }

    .flex-justify-items-unset-xs {
        justify-items: unset !important
    }

    .flex-justify-self-inherit-xs {
        justify-self: inherit !important
    }

    .flex-justify-self-initial-xs {
        justify-self: initial !important
    }

    .flex-justify-self-revert-xs {
        justify-self: revert !important
    }

    .flex-justify-self-unset-xs {
        justify-self: unset !important
    }

    .flex-justify-self-auto-xs {
        justify-self: auto !important
    }

    .flex-justify-self-normal-xs {
        justify-self: normal !important
    }

    .flex-justify-self-start-xs {
        justify-self: flex-start !important
    }

    .flex-justify-self-end-xs {
        justify-self: flex-end !important
    }

    .flex-justify-self-center-xs {
        justify-self: center !important
    }

    .flex-justify-self-stretch-xs {
        justify-self: stretch !important
    }

    .flex-justify-self-baseline-xs {
        justify-self: baseline !important
    }

    .flex-justify-self-baseline-first-xs {
        justify-self: first baseline !important
    }

    .flex-justify-self-baseline-last-xs {
        justify-self: last baseline !important
    }

    .flex-justify-self-left-xs {
        justify-self: left !important
    }

    .flex-justify-self-right-xs {
        justify-self: right !important
    }

    .flex-justify-content-center-xs {
        justify-content: center !important
    }

    .flex-justify-content-center-safe-xs {
        justify-content: safe center !important
    }

    .flex-justify-content-center-unsafe-xs {
        justify-content: unsafe center !important
    }

    .flex-justify-content-start-xs {
        justify-content: flex-start !important
    }

    .flex-justify-content-end-xs {
        justify-content: flex-end !important
    }

    .flex-justify-content-left-xs {
        justify-content: left !important
    }

    .flex-justify-content-right-xs {
        justify-content: right !important
    }

    .flex-justify-content-normal-xs {
        justify-content: normal !important
    }

    .flex-justify-content-between-xs {
        justify-content: space-between !important
    }

    .flex-justify-content-around-xs {
        justify-content: space-around !important
    }

    .flex-justify-content-evenly-xs {
        justify-content: space-evenly !important
    }

    .flex-justify-content-stretch-xs {
        justify-content: stretch !important
    }

    .flex-justify-content-inherit-xs {
        justify-content: inherit !important
    }

    .flex-justify-content-initial-xs {
        justify-content: initial !important
    }

    .flex-justify-content-revert-xs {
        justify-content: revert !important
    }

    .flex-justify-content-unset-xs {
        justify-content: unset !important
    }

    .flex-justify-center-xs {
        justify-content: center !important
    }

    .flex-justify-center-safe-xs {
        justify-content: safe center !important
    }

    .flex-justify-center-unsafe-xs {
        justify-content: unsafe center !important
    }

    .flex-justify-start-xs {
        justify-content: flex-start !important
    }

    .flex-justify-end-xs {
        justify-content: flex-end !important
    }

    .flex-justify-left-xs {
        justify-content: left !important
    }

    .flex-justify-right-xs {
        justify-content: right !important
    }

    .flex-justify-normal-xs {
        justify-content: normal !important
    }

    .flex-justify-between-xs {
        justify-content: space-between !important
    }

    .flex-justify-around-xs {
        justify-content: space-around !important
    }

    .flex-justify-evenly-xs {
        justify-content: space-evenly !important
    }

    .flex-justify-stretch-xs {
        justify-content: stretch !important
    }

    .flex-justify-inherit-xs {
        justify-content: inherit !important
    }

    .flex-justify-initial-xs {
        justify-content: initial !important
    }

    .flex-justify-revert-xs {
        justify-content: revert !important
    }

    .flex-justify-unset-xs {
        justify-content: unset !important
    }

    .order-1-xs {
        order: 1 !important
    }

    .order-2-xs {
        order: 2 !important
    }

    .order-3-xs {
        order: 3 !important
    }

    .order-4-xs {
        order: 4 !important
    }

    .order-5-xs {
        order: 5 !important
    }

    .order-6-xs {
        order: 6 !important
    }

    .order-7-xs {
        order: 7 !important
    }

    .order-8-xs {
        order: 8 !important
    }

    .order-9-xs {
        order: 9 !important
    }

    .order-10-xs {
        order: 10 !important
    }

    .order-11-xs {
        order: 11 !important
    }

    .order-12-xs {
        order: 12 !important
    }

    .order-13-xs {
        order: 13 !important
    }

    .order-14-xs {
        order: 14 !important
    }

    .order-15-xs {
        order: 15 !important
    }

    .order-16-xs {
        order: 16 !important
    }

    .order-17-xs {
        order: 17 !important
    }

    .order-18-xs {
        order: 18 !important
    }

    .order-19-xs {
        order: 19 !important
    }

    .order-20-xs {
        order: 20 !important
    }

    .order-21-xs {
        order: 21 !important
    }

    .order-22-xs {
        order: 22 !important
    }

    .order-23-xs {
        order: 23 !important
    }

    .order-24-xs {
        order: 24 !important
    }

    .gap-1-xs {
        gap: 4px !important
    }

    .gap-2-xs {
        gap: 8px !important
    }

    .gap-3-xs {
        gap: 12px !important
    }

    .gap-4-xs {
        gap: 16px !important
    }

    .gap-5-xs {
        gap: 20px !important
    }

    .gap-6-xs {
        gap: 24px !important
    }

    .gap-7-xs {
        gap: 28px !important
    }

    .gap-8-xs {
        gap: 32px !important
    }

    .gap-9-xs {
        gap: 36px !important
    }

    .gap-10-xs {
        gap: 40px !important
    }

    .gap-11-xs {
        gap: 44px !important
    }

    .gap-12-xs {
        gap: 48px !important
    }
}

@container (min-width: 576px) {
    .flex-nowrap-sm {
        flex-wrap: nowrap !important
    }

    .flex-wrap-sm {
        flex-wrap: wrap !important
    }

    .flex-wrap-reverse-sm {
        flex-wrap: wrap-reverse !important
    }

    .flex-column-sm {
        flex-direction: column !important
    }

    .flex-column-reverse-sm {
        flex-direction: column-reverse !important
    }

    .flex-row-sm {
        flex-direction: row !important
    }

    .flex-row-reverse-sm {
        flex-direction: row-reverse !important
    }

    .flex-no-shrink-sm > * {
        flex-shrink: 0 !important
    }

    .flex-shrink-sm > * {
        flex-shrink: 1 !important
    }

    .flex-no-grow-sm > * {
        flex-grow: 0 !important
    }

    .flex-grow-sm > * {
        flex-grow: 1 !important
    }

    .flex-no-shrink-self-sm {
        flex-shrink: 0 !important
    }

    .flex-shrink-self-sm {
        flex-shrink: 1 !important
    }

    .flex-no-grow-self-sm {
        flex-grow: 0 !important
    }

    .flex-grow-self-sm {
        flex-grow: 1 !important
    }

    .flex-right-sm {
        margin-left: auto !important
    }

    .flex-left-sm {
        margin-right: auto !important
    }

    .flex-top-sm {
        margin-bottom: auto !important
    }

    .flex-bottom-sm {
        margin-top: auto !important
    }

    .flex-center-sm {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important
    }

    .flex-align-normal-sm {
        align-items: normal !important
    }

    .flex-align-stretch-sm {
        align-items: stretch !important
    }

    .flex-align-start-sm {
        align-items: flex-start !important
    }

    .flex-align-end-sm {
        align-items: flex-end !important
    }

    .flex-align-baseline-sm {
        align-items: baseline !important
    }

    .flex-align-baseline-first-sm {
        align-items: first baseline !important
    }

    .flex-align-baseline-last-sm {
        align-items: last baseline !important
    }

    .flex-align-center-sm {
        align-items: center !important
    }

    .flex-align-center-safe-sm {
        align-items: safe center !important
    }

    .flex-align-center-unsafe-sm {
        align-items: unsafe center !important
    }

    .flex-align-inherit-sm {
        align-items: inherit !important
    }

    .flex-align-initial-sm {
        align-items: initial !important
    }

    .flex-align-revert-sm {
        align-items: revert !important
    }

    .flex-align-unset-sm {
        align-items: unset !important
    }

    .flex-align-items-normal-sm {
        align-items: normal !important
    }

    .flex-align-items-stretch-sm {
        align-items: stretch !important
    }

    .flex-align-items-start-sm {
        align-items: flex-start !important
    }

    .flex-align-items-end-sm {
        align-items: flex-end !important
    }

    .flex-align-items-baseline-sm {
        align-items: baseline !important
    }

    .flex-align-items-baseline-first-sm {
        align-items: first baseline !important
    }

    .flex-align-items-baseline-last-sm {
        align-items: last baseline !important
    }

    .flex-align-items-center-sm {
        align-items: center !important
    }

    .flex-align-items-center-safe-sm {
        align-items: safe center !important
    }

    .flex-align-items-center-unsafe-sm {
        align-items: unsafe center !important
    }

    .flex-align-items-inherit-sm {
        align-items: inherit !important
    }

    .flex-align-items-initial-sm {
        align-items: initial !important
    }

    .flex-align-items-revert-sm {
        align-items: revert !important
    }

    .flex-align-items-unset-sm {
        align-items: unset !important
    }

    .flex-align-self-auto-sm {
        align-self: auto !important
    }

    .flex-align-self-normal-sm {
        align-self: normal !important
    }

    .flex-align-self-start-sm {
        align-self: flex-start !important
    }

    .flex-align-self-end-sm {
        align-self: flex-end !important
    }

    .flex-align-self-center-sm {
        align-self: center !important
    }

    .flex-align-self-center-safe-sm {
        align-self: safe center !important
    }

    .flex-align-self-center-unsafe-sm {
        align-self: unsafe center !important
    }

    .flex-align-self-baseline-sm {
        align-self: baseline !important
    }

    .flex-align-self-baseline-first-sm {
        align-self: first baseline !important
    }

    .flex-align-self-baseline-last-sm {
        align-self: last baseline !important
    }

    .flex-align-self-stretch-sm {
        align-self: stretch !important
    }

    .flex-align-self-inherit-sm {
        align-self: inherit !important
    }

    .flex-align-self-initial-sm {
        align-self: initial !important
    }

    .flex-align-self-revert-sm {
        align-self: revert !important
    }

    .flex-align-self-unset-sm {
        align-self: unset !important
    }

    .flex-align-content-normal-sm {
        align-content: normal !important
    }

    .flex-align-content-start-sm {
        align-content: flex-start !important
    }

    .flex-align-content-end-sm {
        align-content: flex-end !important
    }

    .flex-align-content-baseline-sm {
        align-content: baseline !important
    }

    .flex-align-content-baseline-first-sm {
        align-content: first baseline !important
    }

    .flex-align-content-baseline-last-sm {
        align-content: last baseline !important
    }

    .flex-align-content-between-sm {
        align-content: space-between !important
    }

    .flex-align-content-around-sm {
        align-content: space-around !important
    }

    .flex-align-content-evenly-sm {
        align-content: space-evenly !important
    }

    .flex-align-content-stretch-sm {
        align-content: stretch !important
    }

    .flex-align-content-center-sm {
        align-content: center !important
    }

    .flex-align-content-center-safe-sm {
        align-content: safe center !important
    }

    .flex-align-content-center-unsafe-sm {
        align-content: unsafe center !important
    }

    .flex-align-content-inherit-sm {
        align-content: inherit !important
    }

    .flex-align-content-initial-sm {
        align-content: initial !important
    }

    .flex-align-content-revert-sm {
        align-content: revert !important
    }

    .flex-align-content-unset-sm {
        align-content: unset !important
    }

    .flex-justify-items-normal-sm {
        justify-items: normal !important
    }

    .flex-justify-items-stretch-sm {
        justify-items: stretch !important
    }

    .flex-justify-items-start-sm {
        justify-items: flex-start !important
    }

    .flex-justify-items-end-sm {
        justify-items: flex-end !important
    }

    .flex-justify-items-left-sm {
        justify-items: left !important
    }

    .flex-justify-items-right-sm {
        justify-items: right !important
    }

    .flex-justify-items-baseline-sm {
        justify-items: baseline !important
    }

    .flex-justify-items-baseline-first-sm {
        justify-items: first baseline !important
    }

    .flex-justify-items-baseline-last-sm {
        justify-items: last baseline !important
    }

    .flex-justify-items-center-sm {
        justify-items: center !important
    }

    .flex-justify-items-center-safe-sm {
        justify-items: safe center !important
    }

    .flex-justify-items-center-unsafe-sm {
        justify-items: unsafe center !important
    }

    .flex-justify-items-inherit-sm {
        justify-items: inherit !important
    }

    .flex-justify-items-initial-sm {
        justify-items: initial !important
    }

    .flex-justify-items-revert-sm {
        justify-items: revert !important
    }

    .flex-justify-items-unset-sm {
        justify-items: unset !important
    }

    .flex-justify-self-inherit-sm {
        justify-self: inherit !important
    }

    .flex-justify-self-initial-sm {
        justify-self: initial !important
    }

    .flex-justify-self-revert-sm {
        justify-self: revert !important
    }

    .flex-justify-self-unset-sm {
        justify-self: unset !important
    }

    .flex-justify-self-auto-sm {
        justify-self: auto !important
    }

    .flex-justify-self-normal-sm {
        justify-self: normal !important
    }

    .flex-justify-self-start-sm {
        justify-self: flex-start !important
    }

    .flex-justify-self-end-sm {
        justify-self: flex-end !important
    }

    .flex-justify-self-center-sm {
        justify-self: center !important
    }

    .flex-justify-self-stretch-sm {
        justify-self: stretch !important
    }

    .flex-justify-self-baseline-sm {
        justify-self: baseline !important
    }

    .flex-justify-self-baseline-first-sm {
        justify-self: first baseline !important
    }

    .flex-justify-self-baseline-last-sm {
        justify-self: last baseline !important
    }

    .flex-justify-self-left-sm {
        justify-self: left !important
    }

    .flex-justify-self-right-sm {
        justify-self: right !important
    }

    .flex-justify-content-center-sm {
        justify-content: center !important
    }

    .flex-justify-content-center-safe-sm {
        justify-content: safe center !important
    }

    .flex-justify-content-center-unsafe-sm {
        justify-content: unsafe center !important
    }

    .flex-justify-content-start-sm {
        justify-content: flex-start !important
    }

    .flex-justify-content-end-sm {
        justify-content: flex-end !important
    }

    .flex-justify-content-left-sm {
        justify-content: left !important
    }

    .flex-justify-content-right-sm {
        justify-content: right !important
    }

    .flex-justify-content-normal-sm {
        justify-content: normal !important
    }

    .flex-justify-content-between-sm {
        justify-content: space-between !important
    }

    .flex-justify-content-around-sm {
        justify-content: space-around !important
    }

    .flex-justify-content-evenly-sm {
        justify-content: space-evenly !important
    }

    .flex-justify-content-stretch-sm {
        justify-content: stretch !important
    }

    .flex-justify-content-inherit-sm {
        justify-content: inherit !important
    }

    .flex-justify-content-initial-sm {
        justify-content: initial !important
    }

    .flex-justify-content-revert-sm {
        justify-content: revert !important
    }

    .flex-justify-content-unset-sm {
        justify-content: unset !important
    }

    .flex-justify-center-sm {
        justify-content: center !important
    }

    .flex-justify-center-safe-sm {
        justify-content: safe center !important
    }

    .flex-justify-center-unsafe-sm {
        justify-content: unsafe center !important
    }

    .flex-justify-start-sm {
        justify-content: flex-start !important
    }

    .flex-justify-end-sm {
        justify-content: flex-end !important
    }

    .flex-justify-left-sm {
        justify-content: left !important
    }

    .flex-justify-right-sm {
        justify-content: right !important
    }

    .flex-justify-normal-sm {
        justify-content: normal !important
    }

    .flex-justify-between-sm {
        justify-content: space-between !important
    }

    .flex-justify-around-sm {
        justify-content: space-around !important
    }

    .flex-justify-evenly-sm {
        justify-content: space-evenly !important
    }

    .flex-justify-stretch-sm {
        justify-content: stretch !important
    }

    .flex-justify-inherit-sm {
        justify-content: inherit !important
    }

    .flex-justify-initial-sm {
        justify-content: initial !important
    }

    .flex-justify-revert-sm {
        justify-content: revert !important
    }

    .flex-justify-unset-sm {
        justify-content: unset !important
    }

    .order-1-sm {
        order: 1 !important
    }

    .order-2-sm {
        order: 2 !important
    }

    .order-3-sm {
        order: 3 !important
    }

    .order-4-sm {
        order: 4 !important
    }

    .order-5-sm {
        order: 5 !important
    }

    .order-6-sm {
        order: 6 !important
    }

    .order-7-sm {
        order: 7 !important
    }

    .order-8-sm {
        order: 8 !important
    }

    .order-9-sm {
        order: 9 !important
    }

    .order-10-sm {
        order: 10 !important
    }

    .order-11-sm {
        order: 11 !important
    }

    .order-12-sm {
        order: 12 !important
    }

    .order-13-sm {
        order: 13 !important
    }

    .order-14-sm {
        order: 14 !important
    }

    .order-15-sm {
        order: 15 !important
    }

    .order-16-sm {
        order: 16 !important
    }

    .order-17-sm {
        order: 17 !important
    }

    .order-18-sm {
        order: 18 !important
    }

    .order-19-sm {
        order: 19 !important
    }

    .order-20-sm {
        order: 20 !important
    }

    .order-21-sm {
        order: 21 !important
    }

    .order-22-sm {
        order: 22 !important
    }

    .order-23-sm {
        order: 23 !important
    }

    .order-24-sm {
        order: 24 !important
    }

    .gap-1-sm {
        gap: 4px !important
    }

    .gap-2-sm {
        gap: 8px !important
    }

    .gap-3-sm {
        gap: 12px !important
    }

    .gap-4-sm {
        gap: 16px !important
    }

    .gap-5-sm {
        gap: 20px !important
    }

    .gap-6-sm {
        gap: 24px !important
    }

    .gap-7-sm {
        gap: 28px !important
    }

    .gap-8-sm {
        gap: 32px !important
    }

    .gap-9-sm {
        gap: 36px !important
    }

    .gap-10-sm {
        gap: 40px !important
    }

    .gap-11-sm {
        gap: 44px !important
    }

    .gap-12-sm {
        gap: 48px !important
    }
}

@container (min-width: 640px) {
    .flex-nowrap-ld {
        flex-wrap: nowrap !important
    }

    .flex-wrap-ld {
        flex-wrap: wrap !important
    }

    .flex-wrap-reverse-ld {
        flex-wrap: wrap-reverse !important
    }

    .flex-column-ld {
        flex-direction: column !important
    }

    .flex-column-reverse-ld {
        flex-direction: column-reverse !important
    }

    .flex-row-ld {
        flex-direction: row !important
    }

    .flex-row-reverse-ld {
        flex-direction: row-reverse !important
    }

    .flex-no-shrink-ld > * {
        flex-shrink: 0 !important
    }

    .flex-shrink-ld > * {
        flex-shrink: 1 !important
    }

    .flex-no-grow-ld > * {
        flex-grow: 0 !important
    }

    .flex-grow-ld > * {
        flex-grow: 1 !important
    }

    .flex-no-shrink-self-ld {
        flex-shrink: 0 !important
    }

    .flex-shrink-self-ld {
        flex-shrink: 1 !important
    }

    .flex-no-grow-self-ld {
        flex-grow: 0 !important
    }

    .flex-grow-self-ld {
        flex-grow: 1 !important
    }

    .flex-right-ld {
        margin-left: auto !important
    }

    .flex-left-ld {
        margin-right: auto !important
    }

    .flex-top-ld {
        margin-bottom: auto !important
    }

    .flex-bottom-ld {
        margin-top: auto !important
    }

    .flex-center-ld {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important
    }

    .flex-align-normal-ld {
        align-items: normal !important
    }

    .flex-align-stretch-ld {
        align-items: stretch !important
    }

    .flex-align-start-ld {
        align-items: flex-start !important
    }

    .flex-align-end-ld {
        align-items: flex-end !important
    }

    .flex-align-baseline-ld {
        align-items: baseline !important
    }

    .flex-align-baseline-first-ld {
        align-items: first baseline !important
    }

    .flex-align-baseline-last-ld {
        align-items: last baseline !important
    }

    .flex-align-center-ld {
        align-items: center !important
    }

    .flex-align-center-safe-ld {
        align-items: safe center !important
    }

    .flex-align-center-unsafe-ld {
        align-items: unsafe center !important
    }

    .flex-align-inherit-ld {
        align-items: inherit !important
    }

    .flex-align-initial-ld {
        align-items: initial !important
    }

    .flex-align-revert-ld {
        align-items: revert !important
    }

    .flex-align-unset-ld {
        align-items: unset !important
    }

    .flex-align-items-normal-ld {
        align-items: normal !important
    }

    .flex-align-items-stretch-ld {
        align-items: stretch !important
    }

    .flex-align-items-start-ld {
        align-items: flex-start !important
    }

    .flex-align-items-end-ld {
        align-items: flex-end !important
    }

    .flex-align-items-baseline-ld {
        align-items: baseline !important
    }

    .flex-align-items-baseline-first-ld {
        align-items: first baseline !important
    }

    .flex-align-items-baseline-last-ld {
        align-items: last baseline !important
    }

    .flex-align-items-center-ld {
        align-items: center !important
    }

    .flex-align-items-center-safe-ld {
        align-items: safe center !important
    }

    .flex-align-items-center-unsafe-ld {
        align-items: unsafe center !important
    }

    .flex-align-items-inherit-ld {
        align-items: inherit !important
    }

    .flex-align-items-initial-ld {
        align-items: initial !important
    }

    .flex-align-items-revert-ld {
        align-items: revert !important
    }

    .flex-align-items-unset-ld {
        align-items: unset !important
    }

    .flex-align-self-auto-ld {
        align-self: auto !important
    }

    .flex-align-self-normal-ld {
        align-self: normal !important
    }

    .flex-align-self-start-ld {
        align-self: flex-start !important
    }

    .flex-align-self-end-ld {
        align-self: flex-end !important
    }

    .flex-align-self-center-ld {
        align-self: center !important
    }

    .flex-align-self-center-safe-ld {
        align-self: safe center !important
    }

    .flex-align-self-center-unsafe-ld {
        align-self: unsafe center !important
    }

    .flex-align-self-baseline-ld {
        align-self: baseline !important
    }

    .flex-align-self-baseline-first-ld {
        align-self: first baseline !important
    }

    .flex-align-self-baseline-last-ld {
        align-self: last baseline !important
    }

    .flex-align-self-stretch-ld {
        align-self: stretch !important
    }

    .flex-align-self-inherit-ld {
        align-self: inherit !important
    }

    .flex-align-self-initial-ld {
        align-self: initial !important
    }

    .flex-align-self-revert-ld {
        align-self: revert !important
    }

    .flex-align-self-unset-ld {
        align-self: unset !important
    }

    .flex-align-content-normal-ld {
        align-content: normal !important
    }

    .flex-align-content-start-ld {
        align-content: flex-start !important
    }

    .flex-align-content-end-ld {
        align-content: flex-end !important
    }

    .flex-align-content-baseline-ld {
        align-content: baseline !important
    }

    .flex-align-content-baseline-first-ld {
        align-content: first baseline !important
    }

    .flex-align-content-baseline-last-ld {
        align-content: last baseline !important
    }

    .flex-align-content-between-ld {
        align-content: space-between !important
    }

    .flex-align-content-around-ld {
        align-content: space-around !important
    }

    .flex-align-content-evenly-ld {
        align-content: space-evenly !important
    }

    .flex-align-content-stretch-ld {
        align-content: stretch !important
    }

    .flex-align-content-center-ld {
        align-content: center !important
    }

    .flex-align-content-center-safe-ld {
        align-content: safe center !important
    }

    .flex-align-content-center-unsafe-ld {
        align-content: unsafe center !important
    }

    .flex-align-content-inherit-ld {
        align-content: inherit !important
    }

    .flex-align-content-initial-ld {
        align-content: initial !important
    }

    .flex-align-content-revert-ld {
        align-content: revert !important
    }

    .flex-align-content-unset-ld {
        align-content: unset !important
    }

    .flex-justify-items-normal-ld {
        justify-items: normal !important
    }

    .flex-justify-items-stretch-ld {
        justify-items: stretch !important
    }

    .flex-justify-items-start-ld {
        justify-items: flex-start !important
    }

    .flex-justify-items-end-ld {
        justify-items: flex-end !important
    }

    .flex-justify-items-left-ld {
        justify-items: left !important
    }

    .flex-justify-items-right-ld {
        justify-items: right !important
    }

    .flex-justify-items-baseline-ld {
        justify-items: baseline !important
    }

    .flex-justify-items-baseline-first-ld {
        justify-items: first baseline !important
    }

    .flex-justify-items-baseline-last-ld {
        justify-items: last baseline !important
    }

    .flex-justify-items-center-ld {
        justify-items: center !important
    }

    .flex-justify-items-center-safe-ld {
        justify-items: safe center !important
    }

    .flex-justify-items-center-unsafe-ld {
        justify-items: unsafe center !important
    }

    .flex-justify-items-inherit-ld {
        justify-items: inherit !important
    }

    .flex-justify-items-initial-ld {
        justify-items: initial !important
    }

    .flex-justify-items-revert-ld {
        justify-items: revert !important
    }

    .flex-justify-items-unset-ld {
        justify-items: unset !important
    }

    .flex-justify-self-inherit-ld {
        justify-self: inherit !important
    }

    .flex-justify-self-initial-ld {
        justify-self: initial !important
    }

    .flex-justify-self-revert-ld {
        justify-self: revert !important
    }

    .flex-justify-self-unset-ld {
        justify-self: unset !important
    }

    .flex-justify-self-auto-ld {
        justify-self: auto !important
    }

    .flex-justify-self-normal-ld {
        justify-self: normal !important
    }

    .flex-justify-self-start-ld {
        justify-self: flex-start !important
    }

    .flex-justify-self-end-ld {
        justify-self: flex-end !important
    }

    .flex-justify-self-center-ld {
        justify-self: center !important
    }

    .flex-justify-self-stretch-ld {
        justify-self: stretch !important
    }

    .flex-justify-self-baseline-ld {
        justify-self: baseline !important
    }

    .flex-justify-self-baseline-first-ld {
        justify-self: first baseline !important
    }

    .flex-justify-self-baseline-last-ld {
        justify-self: last baseline !important
    }

    .flex-justify-self-left-ld {
        justify-self: left !important
    }

    .flex-justify-self-right-ld {
        justify-self: right !important
    }

    .flex-justify-content-center-ld {
        justify-content: center !important
    }

    .flex-justify-content-center-safe-ld {
        justify-content: safe center !important
    }

    .flex-justify-content-center-unsafe-ld {
        justify-content: unsafe center !important
    }

    .flex-justify-content-start-ld {
        justify-content: flex-start !important
    }

    .flex-justify-content-end-ld {
        justify-content: flex-end !important
    }

    .flex-justify-content-left-ld {
        justify-content: left !important
    }

    .flex-justify-content-right-ld {
        justify-content: right !important
    }

    .flex-justify-content-normal-ld {
        justify-content: normal !important
    }

    .flex-justify-content-between-ld {
        justify-content: space-between !important
    }

    .flex-justify-content-around-ld {
        justify-content: space-around !important
    }

    .flex-justify-content-evenly-ld {
        justify-content: space-evenly !important
    }

    .flex-justify-content-stretch-ld {
        justify-content: stretch !important
    }

    .flex-justify-content-inherit-ld {
        justify-content: inherit !important
    }

    .flex-justify-content-initial-ld {
        justify-content: initial !important
    }

    .flex-justify-content-revert-ld {
        justify-content: revert !important
    }

    .flex-justify-content-unset-ld {
        justify-content: unset !important
    }

    .flex-justify-center-ld {
        justify-content: center !important
    }

    .flex-justify-center-safe-ld {
        justify-content: safe center !important
    }

    .flex-justify-center-unsafe-ld {
        justify-content: unsafe center !important
    }

    .flex-justify-start-ld {
        justify-content: flex-start !important
    }

    .flex-justify-end-ld {
        justify-content: flex-end !important
    }

    .flex-justify-left-ld {
        justify-content: left !important
    }

    .flex-justify-right-ld {
        justify-content: right !important
    }

    .flex-justify-normal-ld {
        justify-content: normal !important
    }

    .flex-justify-between-ld {
        justify-content: space-between !important
    }

    .flex-justify-around-ld {
        justify-content: space-around !important
    }

    .flex-justify-evenly-ld {
        justify-content: space-evenly !important
    }

    .flex-justify-stretch-ld {
        justify-content: stretch !important
    }

    .flex-justify-inherit-ld {
        justify-content: inherit !important
    }

    .flex-justify-initial-ld {
        justify-content: initial !important
    }

    .flex-justify-revert-ld {
        justify-content: revert !important
    }

    .flex-justify-unset-ld {
        justify-content: unset !important
    }

    .order-1-ld {
        order: 1 !important
    }

    .order-2-ld {
        order: 2 !important
    }

    .order-3-ld {
        order: 3 !important
    }

    .order-4-ld {
        order: 4 !important
    }

    .order-5-ld {
        order: 5 !important
    }

    .order-6-ld {
        order: 6 !important
    }

    .order-7-ld {
        order: 7 !important
    }

    .order-8-ld {
        order: 8 !important
    }

    .order-9-ld {
        order: 9 !important
    }

    .order-10-ld {
        order: 10 !important
    }

    .order-11-ld {
        order: 11 !important
    }

    .order-12-ld {
        order: 12 !important
    }

    .order-13-ld {
        order: 13 !important
    }

    .order-14-ld {
        order: 14 !important
    }

    .order-15-ld {
        order: 15 !important
    }

    .order-16-ld {
        order: 16 !important
    }

    .order-17-ld {
        order: 17 !important
    }

    .order-18-ld {
        order: 18 !important
    }

    .order-19-ld {
        order: 19 !important
    }

    .order-20-ld {
        order: 20 !important
    }

    .order-21-ld {
        order: 21 !important
    }

    .order-22-ld {
        order: 22 !important
    }

    .order-23-ld {
        order: 23 !important
    }

    .order-24-ld {
        order: 24 !important
    }

    .gap-1-ld {
        gap: 4px !important
    }

    .gap-2-ld {
        gap: 8px !important
    }

    .gap-3-ld {
        gap: 12px !important
    }

    .gap-4-ld {
        gap: 16px !important
    }

    .gap-5-ld {
        gap: 20px !important
    }

    .gap-6-ld {
        gap: 24px !important
    }

    .gap-7-ld {
        gap: 28px !important
    }

    .gap-8-ld {
        gap: 32px !important
    }

    .gap-9-ld {
        gap: 36px !important
    }

    .gap-10-ld {
        gap: 40px !important
    }

    .gap-11-ld {
        gap: 44px !important
    }

    .gap-12-ld {
        gap: 48px !important
    }
}

@container (min-width: 768px) {
    .flex-nowrap-md {
        flex-wrap: nowrap !important
    }

    .flex-wrap-md {
        flex-wrap: wrap !important
    }

    .flex-wrap-reverse-md {
        flex-wrap: wrap-reverse !important
    }

    .flex-column-md {
        flex-direction: column !important
    }

    .flex-column-reverse-md {
        flex-direction: column-reverse !important
    }

    .flex-row-md {
        flex-direction: row !important
    }

    .flex-row-reverse-md {
        flex-direction: row-reverse !important
    }

    .flex-no-shrink-md > * {
        flex-shrink: 0 !important
    }

    .flex-shrink-md > * {
        flex-shrink: 1 !important
    }

    .flex-no-grow-md > * {
        flex-grow: 0 !important
    }

    .flex-grow-md > * {
        flex-grow: 1 !important
    }

    .flex-no-shrink-self-md {
        flex-shrink: 0 !important
    }

    .flex-shrink-self-md {
        flex-shrink: 1 !important
    }

    .flex-no-grow-self-md {
        flex-grow: 0 !important
    }

    .flex-grow-self-md {
        flex-grow: 1 !important
    }

    .flex-right-md {
        margin-left: auto !important
    }

    .flex-left-md {
        margin-right: auto !important
    }

    .flex-top-md {
        margin-bottom: auto !important
    }

    .flex-bottom-md {
        margin-top: auto !important
    }

    .flex-center-md {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important
    }

    .flex-align-normal-md {
        align-items: normal !important
    }

    .flex-align-stretch-md {
        align-items: stretch !important
    }

    .flex-align-start-md {
        align-items: flex-start !important
    }

    .flex-align-end-md {
        align-items: flex-end !important
    }

    .flex-align-baseline-md {
        align-items: baseline !important
    }

    .flex-align-baseline-first-md {
        align-items: first baseline !important
    }

    .flex-align-baseline-last-md {
        align-items: last baseline !important
    }

    .flex-align-center-md {
        align-items: center !important
    }

    .flex-align-center-safe-md {
        align-items: safe center !important
    }

    .flex-align-center-unsafe-md {
        align-items: unsafe center !important
    }

    .flex-align-inherit-md {
        align-items: inherit !important
    }

    .flex-align-initial-md {
        align-items: initial !important
    }

    .flex-align-revert-md {
        align-items: revert !important
    }

    .flex-align-unset-md {
        align-items: unset !important
    }

    .flex-align-items-normal-md {
        align-items: normal !important
    }

    .flex-align-items-stretch-md {
        align-items: stretch !important
    }

    .flex-align-items-start-md {
        align-items: flex-start !important
    }

    .flex-align-items-end-md {
        align-items: flex-end !important
    }

    .flex-align-items-baseline-md {
        align-items: baseline !important
    }

    .flex-align-items-baseline-first-md {
        align-items: first baseline !important
    }

    .flex-align-items-baseline-last-md {
        align-items: last baseline !important
    }

    .flex-align-items-center-md {
        align-items: center !important
    }

    .flex-align-items-center-safe-md {
        align-items: safe center !important
    }

    .flex-align-items-center-unsafe-md {
        align-items: unsafe center !important
    }

    .flex-align-items-inherit-md {
        align-items: inherit !important
    }

    .flex-align-items-initial-md {
        align-items: initial !important
    }

    .flex-align-items-revert-md {
        align-items: revert !important
    }

    .flex-align-items-unset-md {
        align-items: unset !important
    }

    .flex-align-self-auto-md {
        align-self: auto !important
    }

    .flex-align-self-normal-md {
        align-self: normal !important
    }

    .flex-align-self-start-md {
        align-self: flex-start !important
    }

    .flex-align-self-end-md {
        align-self: flex-end !important
    }

    .flex-align-self-center-md {
        align-self: center !important
    }

    .flex-align-self-center-safe-md {
        align-self: safe center !important
    }

    .flex-align-self-center-unsafe-md {
        align-self: unsafe center !important
    }

    .flex-align-self-baseline-md {
        align-self: baseline !important
    }

    .flex-align-self-baseline-first-md {
        align-self: first baseline !important
    }

    .flex-align-self-baseline-last-md {
        align-self: last baseline !important
    }

    .flex-align-self-stretch-md {
        align-self: stretch !important
    }

    .flex-align-self-inherit-md {
        align-self: inherit !important
    }

    .flex-align-self-initial-md {
        align-self: initial !important
    }

    .flex-align-self-revert-md {
        align-self: revert !important
    }

    .flex-align-self-unset-md {
        align-self: unset !important
    }

    .flex-align-content-normal-md {
        align-content: normal !important
    }

    .flex-align-content-start-md {
        align-content: flex-start !important
    }

    .flex-align-content-end-md {
        align-content: flex-end !important
    }

    .flex-align-content-baseline-md {
        align-content: baseline !important
    }

    .flex-align-content-baseline-first-md {
        align-content: first baseline !important
    }

    .flex-align-content-baseline-last-md {
        align-content: last baseline !important
    }

    .flex-align-content-between-md {
        align-content: space-between !important
    }

    .flex-align-content-around-md {
        align-content: space-around !important
    }

    .flex-align-content-evenly-md {
        align-content: space-evenly !important
    }

    .flex-align-content-stretch-md {
        align-content: stretch !important
    }

    .flex-align-content-center-md {
        align-content: center !important
    }

    .flex-align-content-center-safe-md {
        align-content: safe center !important
    }

    .flex-align-content-center-unsafe-md {
        align-content: unsafe center !important
    }

    .flex-align-content-inherit-md {
        align-content: inherit !important
    }

    .flex-align-content-initial-md {
        align-content: initial !important
    }

    .flex-align-content-revert-md {
        align-content: revert !important
    }

    .flex-align-content-unset-md {
        align-content: unset !important
    }

    .flex-justify-items-normal-md {
        justify-items: normal !important
    }

    .flex-justify-items-stretch-md {
        justify-items: stretch !important
    }

    .flex-justify-items-start-md {
        justify-items: flex-start !important
    }

    .flex-justify-items-end-md {
        justify-items: flex-end !important
    }

    .flex-justify-items-left-md {
        justify-items: left !important
    }

    .flex-justify-items-right-md {
        justify-items: right !important
    }

    .flex-justify-items-baseline-md {
        justify-items: baseline !important
    }

    .flex-justify-items-baseline-first-md {
        justify-items: first baseline !important
    }

    .flex-justify-items-baseline-last-md {
        justify-items: last baseline !important
    }

    .flex-justify-items-center-md {
        justify-items: center !important
    }

    .flex-justify-items-center-safe-md {
        justify-items: safe center !important
    }

    .flex-justify-items-center-unsafe-md {
        justify-items: unsafe center !important
    }

    .flex-justify-items-inherit-md {
        justify-items: inherit !important
    }

    .flex-justify-items-initial-md {
        justify-items: initial !important
    }

    .flex-justify-items-revert-md {
        justify-items: revert !important
    }

    .flex-justify-items-unset-md {
        justify-items: unset !important
    }

    .flex-justify-self-inherit-md {
        justify-self: inherit !important
    }

    .flex-justify-self-initial-md {
        justify-self: initial !important
    }

    .flex-justify-self-revert-md {
        justify-self: revert !important
    }

    .flex-justify-self-unset-md {
        justify-self: unset !important
    }

    .flex-justify-self-auto-md {
        justify-self: auto !important
    }

    .flex-justify-self-normal-md {
        justify-self: normal !important
    }

    .flex-justify-self-start-md {
        justify-self: flex-start !important
    }

    .flex-justify-self-end-md {
        justify-self: flex-end !important
    }

    .flex-justify-self-center-md {
        justify-self: center !important
    }

    .flex-justify-self-stretch-md {
        justify-self: stretch !important
    }

    .flex-justify-self-baseline-md {
        justify-self: baseline !important
    }

    .flex-justify-self-baseline-first-md {
        justify-self: first baseline !important
    }

    .flex-justify-self-baseline-last-md {
        justify-self: last baseline !important
    }

    .flex-justify-self-left-md {
        justify-self: left !important
    }

    .flex-justify-self-right-md {
        justify-self: right !important
    }

    .flex-justify-content-center-md {
        justify-content: center !important
    }

    .flex-justify-content-center-safe-md {
        justify-content: safe center !important
    }

    .flex-justify-content-center-unsafe-md {
        justify-content: unsafe center !important
    }

    .flex-justify-content-start-md {
        justify-content: flex-start !important
    }

    .flex-justify-content-end-md {
        justify-content: flex-end !important
    }

    .flex-justify-content-left-md {
        justify-content: left !important
    }

    .flex-justify-content-right-md {
        justify-content: right !important
    }

    .flex-justify-content-normal-md {
        justify-content: normal !important
    }

    .flex-justify-content-between-md {
        justify-content: space-between !important
    }

    .flex-justify-content-around-md {
        justify-content: space-around !important
    }

    .flex-justify-content-evenly-md {
        justify-content: space-evenly !important
    }

    .flex-justify-content-stretch-md {
        justify-content: stretch !important
    }

    .flex-justify-content-inherit-md {
        justify-content: inherit !important
    }

    .flex-justify-content-initial-md {
        justify-content: initial !important
    }

    .flex-justify-content-revert-md {
        justify-content: revert !important
    }

    .flex-justify-content-unset-md {
        justify-content: unset !important
    }

    .flex-justify-center-md {
        justify-content: center !important
    }

    .flex-justify-center-safe-md {
        justify-content: safe center !important
    }

    .flex-justify-center-unsafe-md {
        justify-content: unsafe center !important
    }

    .flex-justify-start-md {
        justify-content: flex-start !important
    }

    .flex-justify-end-md {
        justify-content: flex-end !important
    }

    .flex-justify-left-md {
        justify-content: left !important
    }

    .flex-justify-right-md {
        justify-content: right !important
    }

    .flex-justify-normal-md {
        justify-content: normal !important
    }

    .flex-justify-between-md {
        justify-content: space-between !important
    }

    .flex-justify-around-md {
        justify-content: space-around !important
    }

    .flex-justify-evenly-md {
        justify-content: space-evenly !important
    }

    .flex-justify-stretch-md {
        justify-content: stretch !important
    }

    .flex-justify-inherit-md {
        justify-content: inherit !important
    }

    .flex-justify-initial-md {
        justify-content: initial !important
    }

    .flex-justify-revert-md {
        justify-content: revert !important
    }

    .flex-justify-unset-md {
        justify-content: unset !important
    }

    .order-1-md {
        order: 1 !important
    }

    .order-2-md {
        order: 2 !important
    }

    .order-3-md {
        order: 3 !important
    }

    .order-4-md {
        order: 4 !important
    }

    .order-5-md {
        order: 5 !important
    }

    .order-6-md {
        order: 6 !important
    }

    .order-7-md {
        order: 7 !important
    }

    .order-8-md {
        order: 8 !important
    }

    .order-9-md {
        order: 9 !important
    }

    .order-10-md {
        order: 10 !important
    }

    .order-11-md {
        order: 11 !important
    }

    .order-12-md {
        order: 12 !important
    }

    .order-13-md {
        order: 13 !important
    }

    .order-14-md {
        order: 14 !important
    }

    .order-15-md {
        order: 15 !important
    }

    .order-16-md {
        order: 16 !important
    }

    .order-17-md {
        order: 17 !important
    }

    .order-18-md {
        order: 18 !important
    }

    .order-19-md {
        order: 19 !important
    }

    .order-20-md {
        order: 20 !important
    }

    .order-21-md {
        order: 21 !important
    }

    .order-22-md {
        order: 22 !important
    }

    .order-23-md {
        order: 23 !important
    }

    .order-24-md {
        order: 24 !important
    }

    .gap-1-md {
        gap: 4px !important
    }

    .gap-2-md {
        gap: 8px !important
    }

    .gap-3-md {
        gap: 12px !important
    }

    .gap-4-md {
        gap: 16px !important
    }

    .gap-5-md {
        gap: 20px !important
    }

    .gap-6-md {
        gap: 24px !important
    }

    .gap-7-md {
        gap: 28px !important
    }

    .gap-8-md {
        gap: 32px !important
    }

    .gap-9-md {
        gap: 36px !important
    }

    .gap-10-md {
        gap: 40px !important
    }

    .gap-11-md {
        gap: 44px !important
    }

    .gap-12-md {
        gap: 48px !important
    }
}

@container (min-width: 992px) {
    .flex-nowrap-lg {
        flex-wrap: nowrap !important
    }

    .flex-wrap-lg {
        flex-wrap: wrap !important
    }

    .flex-wrap-reverse-lg {
        flex-wrap: wrap-reverse !important
    }

    .flex-column-lg {
        flex-direction: column !important
    }

    .flex-column-reverse-lg {
        flex-direction: column-reverse !important
    }

    .flex-row-lg {
        flex-direction: row !important
    }

    .flex-row-reverse-lg {
        flex-direction: row-reverse !important
    }

    .flex-no-shrink-lg > * {
        flex-shrink: 0 !important
    }

    .flex-shrink-lg > * {
        flex-shrink: 1 !important
    }

    .flex-no-grow-lg > * {
        flex-grow: 0 !important
    }

    .flex-grow-lg > * {
        flex-grow: 1 !important
    }

    .flex-no-shrink-self-lg {
        flex-shrink: 0 !important
    }

    .flex-shrink-self-lg {
        flex-shrink: 1 !important
    }

    .flex-no-grow-self-lg {
        flex-grow: 0 !important
    }

    .flex-grow-self-lg {
        flex-grow: 1 !important
    }

    .flex-right-lg {
        margin-left: auto !important
    }

    .flex-left-lg {
        margin-right: auto !important
    }

    .flex-top-lg {
        margin-bottom: auto !important
    }

    .flex-bottom-lg {
        margin-top: auto !important
    }

    .flex-center-lg {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important
    }

    .flex-align-normal-lg {
        align-items: normal !important
    }

    .flex-align-stretch-lg {
        align-items: stretch !important
    }

    .flex-align-start-lg {
        align-items: flex-start !important
    }

    .flex-align-end-lg {
        align-items: flex-end !important
    }

    .flex-align-baseline-lg {
        align-items: baseline !important
    }

    .flex-align-baseline-first-lg {
        align-items: first baseline !important
    }

    .flex-align-baseline-last-lg {
        align-items: last baseline !important
    }

    .flex-align-center-lg {
        align-items: center !important
    }

    .flex-align-center-safe-lg {
        align-items: safe center !important
    }

    .flex-align-center-unsafe-lg {
        align-items: unsafe center !important
    }

    .flex-align-inherit-lg {
        align-items: inherit !important
    }

    .flex-align-initial-lg {
        align-items: initial !important
    }

    .flex-align-revert-lg {
        align-items: revert !important
    }

    .flex-align-unset-lg {
        align-items: unset !important
    }

    .flex-align-items-normal-lg {
        align-items: normal !important
    }

    .flex-align-items-stretch-lg {
        align-items: stretch !important
    }

    .flex-align-items-start-lg {
        align-items: flex-start !important
    }

    .flex-align-items-end-lg {
        align-items: flex-end !important
    }

    .flex-align-items-baseline-lg {
        align-items: baseline !important
    }

    .flex-align-items-baseline-first-lg {
        align-items: first baseline !important
    }

    .flex-align-items-baseline-last-lg {
        align-items: last baseline !important
    }

    .flex-align-items-center-lg {
        align-items: center !important
    }

    .flex-align-items-center-safe-lg {
        align-items: safe center !important
    }

    .flex-align-items-center-unsafe-lg {
        align-items: unsafe center !important
    }

    .flex-align-items-inherit-lg {
        align-items: inherit !important
    }

    .flex-align-items-initial-lg {
        align-items: initial !important
    }

    .flex-align-items-revert-lg {
        align-items: revert !important
    }

    .flex-align-items-unset-lg {
        align-items: unset !important
    }

    .flex-align-self-auto-lg {
        align-self: auto !important
    }

    .flex-align-self-normal-lg {
        align-self: normal !important
    }

    .flex-align-self-start-lg {
        align-self: flex-start !important
    }

    .flex-align-self-end-lg {
        align-self: flex-end !important
    }

    .flex-align-self-center-lg {
        align-self: center !important
    }

    .flex-align-self-center-safe-lg {
        align-self: safe center !important
    }

    .flex-align-self-center-unsafe-lg {
        align-self: unsafe center !important
    }

    .flex-align-self-baseline-lg {
        align-self: baseline !important
    }

    .flex-align-self-baseline-first-lg {
        align-self: first baseline !important
    }

    .flex-align-self-baseline-last-lg {
        align-self: last baseline !important
    }

    .flex-align-self-stretch-lg {
        align-self: stretch !important
    }

    .flex-align-self-inherit-lg {
        align-self: inherit !important
    }

    .flex-align-self-initial-lg {
        align-self: initial !important
    }

    .flex-align-self-revert-lg {
        align-self: revert !important
    }

    .flex-align-self-unset-lg {
        align-self: unset !important
    }

    .flex-align-content-normal-lg {
        align-content: normal !important
    }

    .flex-align-content-start-lg {
        align-content: flex-start !important
    }

    .flex-align-content-end-lg {
        align-content: flex-end !important
    }

    .flex-align-content-baseline-lg {
        align-content: baseline !important
    }

    .flex-align-content-baseline-first-lg {
        align-content: first baseline !important
    }

    .flex-align-content-baseline-last-lg {
        align-content: last baseline !important
    }

    .flex-align-content-between-lg {
        align-content: space-between !important
    }

    .flex-align-content-around-lg {
        align-content: space-around !important
    }

    .flex-align-content-evenly-lg {
        align-content: space-evenly !important
    }

    .flex-align-content-stretch-lg {
        align-content: stretch !important
    }

    .flex-align-content-center-lg {
        align-content: center !important
    }

    .flex-align-content-center-safe-lg {
        align-content: safe center !important
    }

    .flex-align-content-center-unsafe-lg {
        align-content: unsafe center !important
    }

    .flex-align-content-inherit-lg {
        align-content: inherit !important
    }

    .flex-align-content-initial-lg {
        align-content: initial !important
    }

    .flex-align-content-revert-lg {
        align-content: revert !important
    }

    .flex-align-content-unset-lg {
        align-content: unset !important
    }

    .flex-justify-items-normal-lg {
        justify-items: normal !important
    }

    .flex-justify-items-stretch-lg {
        justify-items: stretch !important
    }

    .flex-justify-items-start-lg {
        justify-items: flex-start !important
    }

    .flex-justify-items-end-lg {
        justify-items: flex-end !important
    }

    .flex-justify-items-left-lg {
        justify-items: left !important
    }

    .flex-justify-items-right-lg {
        justify-items: right !important
    }

    .flex-justify-items-baseline-lg {
        justify-items: baseline !important
    }

    .flex-justify-items-baseline-first-lg {
        justify-items: first baseline !important
    }

    .flex-justify-items-baseline-last-lg {
        justify-items: last baseline !important
    }

    .flex-justify-items-center-lg {
        justify-items: center !important
    }

    .flex-justify-items-center-safe-lg {
        justify-items: safe center !important
    }

    .flex-justify-items-center-unsafe-lg {
        justify-items: unsafe center !important
    }

    .flex-justify-items-inherit-lg {
        justify-items: inherit !important
    }

    .flex-justify-items-initial-lg {
        justify-items: initial !important
    }

    .flex-justify-items-revert-lg {
        justify-items: revert !important
    }

    .flex-justify-items-unset-lg {
        justify-items: unset !important
    }

    .flex-justify-self-inherit-lg {
        justify-self: inherit !important
    }

    .flex-justify-self-initial-lg {
        justify-self: initial !important
    }

    .flex-justify-self-revert-lg {
        justify-self: revert !important
    }

    .flex-justify-self-unset-lg {
        justify-self: unset !important
    }

    .flex-justify-self-auto-lg {
        justify-self: auto !important
    }

    .flex-justify-self-normal-lg {
        justify-self: normal !important
    }

    .flex-justify-self-start-lg {
        justify-self: flex-start !important
    }

    .flex-justify-self-end-lg {
        justify-self: flex-end !important
    }

    .flex-justify-self-center-lg {
        justify-self: center !important
    }

    .flex-justify-self-stretch-lg {
        justify-self: stretch !important
    }

    .flex-justify-self-baseline-lg {
        justify-self: baseline !important
    }

    .flex-justify-self-baseline-first-lg {
        justify-self: first baseline !important
    }

    .flex-justify-self-baseline-last-lg {
        justify-self: last baseline !important
    }

    .flex-justify-self-left-lg {
        justify-self: left !important
    }

    .flex-justify-self-right-lg {
        justify-self: right !important
    }

    .flex-justify-content-center-lg {
        justify-content: center !important
    }

    .flex-justify-content-center-safe-lg {
        justify-content: safe center !important
    }

    .flex-justify-content-center-unsafe-lg {
        justify-content: unsafe center !important
    }

    .flex-justify-content-start-lg {
        justify-content: flex-start !important
    }

    .flex-justify-content-end-lg {
        justify-content: flex-end !important
    }

    .flex-justify-content-left-lg {
        justify-content: left !important
    }

    .flex-justify-content-right-lg {
        justify-content: right !important
    }

    .flex-justify-content-normal-lg {
        justify-content: normal !important
    }

    .flex-justify-content-between-lg {
        justify-content: space-between !important
    }

    .flex-justify-content-around-lg {
        justify-content: space-around !important
    }

    .flex-justify-content-evenly-lg {
        justify-content: space-evenly !important
    }

    .flex-justify-content-stretch-lg {
        justify-content: stretch !important
    }

    .flex-justify-content-inherit-lg {
        justify-content: inherit !important
    }

    .flex-justify-content-initial-lg {
        justify-content: initial !important
    }

    .flex-justify-content-revert-lg {
        justify-content: revert !important
    }

    .flex-justify-content-unset-lg {
        justify-content: unset !important
    }

    .flex-justify-center-lg {
        justify-content: center !important
    }

    .flex-justify-center-safe-lg {
        justify-content: safe center !important
    }

    .flex-justify-center-unsafe-lg {
        justify-content: unsafe center !important
    }

    .flex-justify-start-lg {
        justify-content: flex-start !important
    }

    .flex-justify-end-lg {
        justify-content: flex-end !important
    }

    .flex-justify-left-lg {
        justify-content: left !important
    }

    .flex-justify-right-lg {
        justify-content: right !important
    }

    .flex-justify-normal-lg {
        justify-content: normal !important
    }

    .flex-justify-between-lg {
        justify-content: space-between !important
    }

    .flex-justify-around-lg {
        justify-content: space-around !important
    }

    .flex-justify-evenly-lg {
        justify-content: space-evenly !important
    }

    .flex-justify-stretch-lg {
        justify-content: stretch !important
    }

    .flex-justify-inherit-lg {
        justify-content: inherit !important
    }

    .flex-justify-initial-lg {
        justify-content: initial !important
    }

    .flex-justify-revert-lg {
        justify-content: revert !important
    }

    .flex-justify-unset-lg {
        justify-content: unset !important
    }

    .order-1-lg {
        order: 1 !important
    }

    .order-2-lg {
        order: 2 !important
    }

    .order-3-lg {
        order: 3 !important
    }

    .order-4-lg {
        order: 4 !important
    }

    .order-5-lg {
        order: 5 !important
    }

    .order-6-lg {
        order: 6 !important
    }

    .order-7-lg {
        order: 7 !important
    }

    .order-8-lg {
        order: 8 !important
    }

    .order-9-lg {
        order: 9 !important
    }

    .order-10-lg {
        order: 10 !important
    }

    .order-11-lg {
        order: 11 !important
    }

    .order-12-lg {
        order: 12 !important
    }

    .order-13-lg {
        order: 13 !important
    }

    .order-14-lg {
        order: 14 !important
    }

    .order-15-lg {
        order: 15 !important
    }

    .order-16-lg {
        order: 16 !important
    }

    .order-17-lg {
        order: 17 !important
    }

    .order-18-lg {
        order: 18 !important
    }

    .order-19-lg {
        order: 19 !important
    }

    .order-20-lg {
        order: 20 !important
    }

    .order-21-lg {
        order: 21 !important
    }

    .order-22-lg {
        order: 22 !important
    }

    .order-23-lg {
        order: 23 !important
    }

    .order-24-lg {
        order: 24 !important
    }

    .gap-1-lg {
        gap: 4px !important
    }

    .gap-2-lg {
        gap: 8px !important
    }

    .gap-3-lg {
        gap: 12px !important
    }

    .gap-4-lg {
        gap: 16px !important
    }

    .gap-5-lg {
        gap: 20px !important
    }

    .gap-6-lg {
        gap: 24px !important
    }

    .gap-7-lg {
        gap: 28px !important
    }

    .gap-8-lg {
        gap: 32px !important
    }

    .gap-9-lg {
        gap: 36px !important
    }

    .gap-10-lg {
        gap: 40px !important
    }

    .gap-11-lg {
        gap: 44px !important
    }

    .gap-12-lg {
        gap: 48px !important
    }
}

@container (min-width: 1200px) {
    .flex-nowrap-xl {
        flex-wrap: nowrap !important
    }

    .flex-wrap-xl {
        flex-wrap: wrap !important
    }

    .flex-wrap-reverse-xl {
        flex-wrap: wrap-reverse !important
    }

    .flex-column-xl {
        flex-direction: column !important
    }

    .flex-column-reverse-xl {
        flex-direction: column-reverse !important
    }

    .flex-row-xl {
        flex-direction: row !important
    }

    .flex-row-reverse-xl {
        flex-direction: row-reverse !important
    }

    .flex-no-shrink-xl > * {
        flex-shrink: 0 !important
    }

    .flex-shrink-xl > * {
        flex-shrink: 1 !important
    }

    .flex-no-grow-xl > * {
        flex-grow: 0 !important
    }

    .flex-grow-xl > * {
        flex-grow: 1 !important
    }

    .flex-no-shrink-self-xl {
        flex-shrink: 0 !important
    }

    .flex-shrink-self-xl {
        flex-shrink: 1 !important
    }

    .flex-no-grow-self-xl {
        flex-grow: 0 !important
    }

    .flex-grow-self-xl {
        flex-grow: 1 !important
    }

    .flex-right-xl {
        margin-left: auto !important
    }

    .flex-left-xl {
        margin-right: auto !important
    }

    .flex-top-xl {
        margin-bottom: auto !important
    }

    .flex-bottom-xl {
        margin-top: auto !important
    }

    .flex-center-xl {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important
    }

    .flex-align-normal-xl {
        align-items: normal !important
    }

    .flex-align-stretch-xl {
        align-items: stretch !important
    }

    .flex-align-start-xl {
        align-items: flex-start !important
    }

    .flex-align-end-xl {
        align-items: flex-end !important
    }

    .flex-align-baseline-xl {
        align-items: baseline !important
    }

    .flex-align-baseline-first-xl {
        align-items: first baseline !important
    }

    .flex-align-baseline-last-xl {
        align-items: last baseline !important
    }

    .flex-align-center-xl {
        align-items: center !important
    }

    .flex-align-center-safe-xl {
        align-items: safe center !important
    }

    .flex-align-center-unsafe-xl {
        align-items: unsafe center !important
    }

    .flex-align-inherit-xl {
        align-items: inherit !important
    }

    .flex-align-initial-xl {
        align-items: initial !important
    }

    .flex-align-revert-xl {
        align-items: revert !important
    }

    .flex-align-unset-xl {
        align-items: unset !important
    }

    .flex-align-items-normal-xl {
        align-items: normal !important
    }

    .flex-align-items-stretch-xl {
        align-items: stretch !important
    }

    .flex-align-items-start-xl {
        align-items: flex-start !important
    }

    .flex-align-items-end-xl {
        align-items: flex-end !important
    }

    .flex-align-items-baseline-xl {
        align-items: baseline !important
    }

    .flex-align-items-baseline-first-xl {
        align-items: first baseline !important
    }

    .flex-align-items-baseline-last-xl {
        align-items: last baseline !important
    }

    .flex-align-items-center-xl {
        align-items: center !important
    }

    .flex-align-items-center-safe-xl {
        align-items: safe center !important
    }

    .flex-align-items-center-unsafe-xl {
        align-items: unsafe center !important
    }

    .flex-align-items-inherit-xl {
        align-items: inherit !important
    }

    .flex-align-items-initial-xl {
        align-items: initial !important
    }

    .flex-align-items-revert-xl {
        align-items: revert !important
    }

    .flex-align-items-unset-xl {
        align-items: unset !important
    }

    .flex-align-self-auto-xl {
        align-self: auto !important
    }

    .flex-align-self-normal-xl {
        align-self: normal !important
    }

    .flex-align-self-start-xl {
        align-self: flex-start !important
    }

    .flex-align-self-end-xl {
        align-self: flex-end !important
    }

    .flex-align-self-center-xl {
        align-self: center !important
    }

    .flex-align-self-center-safe-xl {
        align-self: safe center !important
    }

    .flex-align-self-center-unsafe-xl {
        align-self: unsafe center !important
    }

    .flex-align-self-baseline-xl {
        align-self: baseline !important
    }

    .flex-align-self-baseline-first-xl {
        align-self: first baseline !important
    }

    .flex-align-self-baseline-last-xl {
        align-self: last baseline !important
    }

    .flex-align-self-stretch-xl {
        align-self: stretch !important
    }

    .flex-align-self-inherit-xl {
        align-self: inherit !important
    }

    .flex-align-self-initial-xl {
        align-self: initial !important
    }

    .flex-align-self-revert-xl {
        align-self: revert !important
    }

    .flex-align-self-unset-xl {
        align-self: unset !important
    }

    .flex-align-content-normal-xl {
        align-content: normal !important
    }

    .flex-align-content-start-xl {
        align-content: flex-start !important
    }

    .flex-align-content-end-xl {
        align-content: flex-end !important
    }

    .flex-align-content-baseline-xl {
        align-content: baseline !important
    }

    .flex-align-content-baseline-first-xl {
        align-content: first baseline !important
    }

    .flex-align-content-baseline-last-xl {
        align-content: last baseline !important
    }

    .flex-align-content-between-xl {
        align-content: space-between !important
    }

    .flex-align-content-around-xl {
        align-content: space-around !important
    }

    .flex-align-content-evenly-xl {
        align-content: space-evenly !important
    }

    .flex-align-content-stretch-xl {
        align-content: stretch !important
    }

    .flex-align-content-center-xl {
        align-content: center !important
    }

    .flex-align-content-center-safe-xl {
        align-content: safe center !important
    }

    .flex-align-content-center-unsafe-xl {
        align-content: unsafe center !important
    }

    .flex-align-content-inherit-xl {
        align-content: inherit !important
    }

    .flex-align-content-initial-xl {
        align-content: initial !important
    }

    .flex-align-content-revert-xl {
        align-content: revert !important
    }

    .flex-align-content-unset-xl {
        align-content: unset !important
    }

    .flex-justify-items-normal-xl {
        justify-items: normal !important
    }

    .flex-justify-items-stretch-xl {
        justify-items: stretch !important
    }

    .flex-justify-items-start-xl {
        justify-items: flex-start !important
    }

    .flex-justify-items-end-xl {
        justify-items: flex-end !important
    }

    .flex-justify-items-left-xl {
        justify-items: left !important
    }

    .flex-justify-items-right-xl {
        justify-items: right !important
    }

    .flex-justify-items-baseline-xl {
        justify-items: baseline !important
    }

    .flex-justify-items-baseline-first-xl {
        justify-items: first baseline !important
    }

    .flex-justify-items-baseline-last-xl {
        justify-items: last baseline !important
    }

    .flex-justify-items-center-xl {
        justify-items: center !important
    }

    .flex-justify-items-center-safe-xl {
        justify-items: safe center !important
    }

    .flex-justify-items-center-unsafe-xl {
        justify-items: unsafe center !important
    }

    .flex-justify-items-inherit-xl {
        justify-items: inherit !important
    }

    .flex-justify-items-initial-xl {
        justify-items: initial !important
    }

    .flex-justify-items-revert-xl {
        justify-items: revert !important
    }

    .flex-justify-items-unset-xl {
        justify-items: unset !important
    }

    .flex-justify-self-inherit-xl {
        justify-self: inherit !important
    }

    .flex-justify-self-initial-xl {
        justify-self: initial !important
    }

    .flex-justify-self-revert-xl {
        justify-self: revert !important
    }

    .flex-justify-self-unset-xl {
        justify-self: unset !important
    }

    .flex-justify-self-auto-xl {
        justify-self: auto !important
    }

    .flex-justify-self-normal-xl {
        justify-self: normal !important
    }

    .flex-justify-self-start-xl {
        justify-self: flex-start !important
    }

    .flex-justify-self-end-xl {
        justify-self: flex-end !important
    }

    .flex-justify-self-center-xl {
        justify-self: center !important
    }

    .flex-justify-self-stretch-xl {
        justify-self: stretch !important
    }

    .flex-justify-self-baseline-xl {
        justify-self: baseline !important
    }

    .flex-justify-self-baseline-first-xl {
        justify-self: first baseline !important
    }

    .flex-justify-self-baseline-last-xl {
        justify-self: last baseline !important
    }

    .flex-justify-self-left-xl {
        justify-self: left !important
    }

    .flex-justify-self-right-xl {
        justify-self: right !important
    }

    .flex-justify-content-center-xl {
        justify-content: center !important
    }

    .flex-justify-content-center-safe-xl {
        justify-content: safe center !important
    }

    .flex-justify-content-center-unsafe-xl {
        justify-content: unsafe center !important
    }

    .flex-justify-content-start-xl {
        justify-content: flex-start !important
    }

    .flex-justify-content-end-xl {
        justify-content: flex-end !important
    }

    .flex-justify-content-left-xl {
        justify-content: left !important
    }

    .flex-justify-content-right-xl {
        justify-content: right !important
    }

    .flex-justify-content-normal-xl {
        justify-content: normal !important
    }

    .flex-justify-content-between-xl {
        justify-content: space-between !important
    }

    .flex-justify-content-around-xl {
        justify-content: space-around !important
    }

    .flex-justify-content-evenly-xl {
        justify-content: space-evenly !important
    }

    .flex-justify-content-stretch-xl {
        justify-content: stretch !important
    }

    .flex-justify-content-inherit-xl {
        justify-content: inherit !important
    }

    .flex-justify-content-initial-xl {
        justify-content: initial !important
    }

    .flex-justify-content-revert-xl {
        justify-content: revert !important
    }

    .flex-justify-content-unset-xl {
        justify-content: unset !important
    }

    .flex-justify-center-xl {
        justify-content: center !important
    }

    .flex-justify-center-safe-xl {
        justify-content: safe center !important
    }

    .flex-justify-center-unsafe-xl {
        justify-content: unsafe center !important
    }

    .flex-justify-start-xl {
        justify-content: flex-start !important
    }

    .flex-justify-end-xl {
        justify-content: flex-end !important
    }

    .flex-justify-left-xl {
        justify-content: left !important
    }

    .flex-justify-right-xl {
        justify-content: right !important
    }

    .flex-justify-normal-xl {
        justify-content: normal !important
    }

    .flex-justify-between-xl {
        justify-content: space-between !important
    }

    .flex-justify-around-xl {
        justify-content: space-around !important
    }

    .flex-justify-evenly-xl {
        justify-content: space-evenly !important
    }

    .flex-justify-stretch-xl {
        justify-content: stretch !important
    }

    .flex-justify-inherit-xl {
        justify-content: inherit !important
    }

    .flex-justify-initial-xl {
        justify-content: initial !important
    }

    .flex-justify-revert-xl {
        justify-content: revert !important
    }

    .flex-justify-unset-xl {
        justify-content: unset !important
    }

    .order-1-xl {
        order: 1 !important
    }

    .order-2-xl {
        order: 2 !important
    }

    .order-3-xl {
        order: 3 !important
    }

    .order-4-xl {
        order: 4 !important
    }

    .order-5-xl {
        order: 5 !important
    }

    .order-6-xl {
        order: 6 !important
    }

    .order-7-xl {
        order: 7 !important
    }

    .order-8-xl {
        order: 8 !important
    }

    .order-9-xl {
        order: 9 !important
    }

    .order-10-xl {
        order: 10 !important
    }

    .order-11-xl {
        order: 11 !important
    }

    .order-12-xl {
        order: 12 !important
    }

    .order-13-xl {
        order: 13 !important
    }

    .order-14-xl {
        order: 14 !important
    }

    .order-15-xl {
        order: 15 !important
    }

    .order-16-xl {
        order: 16 !important
    }

    .order-17-xl {
        order: 17 !important
    }

    .order-18-xl {
        order: 18 !important
    }

    .order-19-xl {
        order: 19 !important
    }

    .order-20-xl {
        order: 20 !important
    }

    .order-21-xl {
        order: 21 !important
    }

    .order-22-xl {
        order: 22 !important
    }

    .order-23-xl {
        order: 23 !important
    }

    .order-24-xl {
        order: 24 !important
    }

    .gap-1-xl {
        gap: 4px !important
    }

    .gap-2-xl {
        gap: 8px !important
    }

    .gap-3-xl {
        gap: 12px !important
    }

    .gap-4-xl {
        gap: 16px !important
    }

    .gap-5-xl {
        gap: 20px !important
    }

    .gap-6-xl {
        gap: 24px !important
    }

    .gap-7-xl {
        gap: 28px !important
    }

    .gap-8-xl {
        gap: 32px !important
    }

    .gap-9-xl {
        gap: 36px !important
    }

    .gap-10-xl {
        gap: 40px !important
    }

    .gap-11-xl {
        gap: 44px !important
    }

    .gap-12-xl {
        gap: 48px !important
    }
}

@container (min-width: 1400px) {
    .flex-nowrap-xxl {
        flex-wrap: nowrap !important
    }

    .flex-wrap-xxl {
        flex-wrap: wrap !important
    }

    .flex-wrap-reverse-xxl {
        flex-wrap: wrap-reverse !important
    }

    .flex-column-xxl {
        flex-direction: column !important
    }

    .flex-column-reverse-xxl {
        flex-direction: column-reverse !important
    }

    .flex-row-xxl {
        flex-direction: row !important
    }

    .flex-row-reverse-xxl {
        flex-direction: row-reverse !important
    }

    .flex-no-shrink-xxl > * {
        flex-shrink: 0 !important
    }

    .flex-shrink-xxl > * {
        flex-shrink: 1 !important
    }

    .flex-no-grow-xxl > * {
        flex-grow: 0 !important
    }

    .flex-grow-xxl > * {
        flex-grow: 1 !important
    }

    .flex-no-shrink-self-xxl {
        flex-shrink: 0 !important
    }

    .flex-shrink-self-xxl {
        flex-shrink: 1 !important
    }

    .flex-no-grow-self-xxl {
        flex-grow: 0 !important
    }

    .flex-grow-self-xxl {
        flex-grow: 1 !important
    }

    .flex-right-xxl {
        margin-left: auto !important
    }

    .flex-left-xxl {
        margin-right: auto !important
    }

    .flex-top-xxl {
        margin-bottom: auto !important
    }

    .flex-bottom-xxl {
        margin-top: auto !important
    }

    .flex-center-xxl {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important
    }

    .flex-align-normal-xxl {
        align-items: normal !important
    }

    .flex-align-stretch-xxl {
        align-items: stretch !important
    }

    .flex-align-start-xxl {
        align-items: flex-start !important
    }

    .flex-align-end-xxl {
        align-items: flex-end !important
    }

    .flex-align-baseline-xxl {
        align-items: baseline !important
    }

    .flex-align-baseline-first-xxl {
        align-items: first baseline !important
    }

    .flex-align-baseline-last-xxl {
        align-items: last baseline !important
    }

    .flex-align-center-xxl {
        align-items: center !important
    }

    .flex-align-center-safe-xxl {
        align-items: safe center !important
    }

    .flex-align-center-unsafe-xxl {
        align-items: unsafe center !important
    }

    .flex-align-inherit-xxl {
        align-items: inherit !important
    }

    .flex-align-initial-xxl {
        align-items: initial !important
    }

    .flex-align-revert-xxl {
        align-items: revert !important
    }

    .flex-align-unset-xxl {
        align-items: unset !important
    }

    .flex-align-items-normal-xxl {
        align-items: normal !important
    }

    .flex-align-items-stretch-xxl {
        align-items: stretch !important
    }

    .flex-align-items-start-xxl {
        align-items: flex-start !important
    }

    .flex-align-items-end-xxl {
        align-items: flex-end !important
    }

    .flex-align-items-baseline-xxl {
        align-items: baseline !important
    }

    .flex-align-items-baseline-first-xxl {
        align-items: first baseline !important
    }

    .flex-align-items-baseline-last-xxl {
        align-items: last baseline !important
    }

    .flex-align-items-center-xxl {
        align-items: center !important
    }

    .flex-align-items-center-safe-xxl {
        align-items: safe center !important
    }

    .flex-align-items-center-unsafe-xxl {
        align-items: unsafe center !important
    }

    .flex-align-items-inherit-xxl {
        align-items: inherit !important
    }

    .flex-align-items-initial-xxl {
        align-items: initial !important
    }

    .flex-align-items-revert-xxl {
        align-items: revert !important
    }

    .flex-align-items-unset-xxl {
        align-items: unset !important
    }

    .flex-align-self-auto-xxl {
        align-self: auto !important
    }

    .flex-align-self-normal-xxl {
        align-self: normal !important
    }

    .flex-align-self-start-xxl {
        align-self: flex-start !important
    }

    .flex-align-self-end-xxl {
        align-self: flex-end !important
    }

    .flex-align-self-center-xxl {
        align-self: center !important
    }

    .flex-align-self-center-safe-xxl {
        align-self: safe center !important
    }

    .flex-align-self-center-unsafe-xxl {
        align-self: unsafe center !important
    }

    .flex-align-self-baseline-xxl {
        align-self: baseline !important
    }

    .flex-align-self-baseline-first-xxl {
        align-self: first baseline !important
    }

    .flex-align-self-baseline-last-xxl {
        align-self: last baseline !important
    }

    .flex-align-self-stretch-xxl {
        align-self: stretch !important
    }

    .flex-align-self-inherit-xxl {
        align-self: inherit !important
    }

    .flex-align-self-initial-xxl {
        align-self: initial !important
    }

    .flex-align-self-revert-xxl {
        align-self: revert !important
    }

    .flex-align-self-unset-xxl {
        align-self: unset !important
    }

    .flex-align-content-normal-xxl {
        align-content: normal !important
    }

    .flex-align-content-start-xxl {
        align-content: flex-start !important
    }

    .flex-align-content-end-xxl {
        align-content: flex-end !important
    }

    .flex-align-content-baseline-xxl {
        align-content: baseline !important
    }

    .flex-align-content-baseline-first-xxl {
        align-content: first baseline !important
    }

    .flex-align-content-baseline-last-xxl {
        align-content: last baseline !important
    }

    .flex-align-content-between-xxl {
        align-content: space-between !important
    }

    .flex-align-content-around-xxl {
        align-content: space-around !important
    }

    .flex-align-content-evenly-xxl {
        align-content: space-evenly !important
    }

    .flex-align-content-stretch-xxl {
        align-content: stretch !important
    }

    .flex-align-content-center-xxl {
        align-content: center !important
    }

    .flex-align-content-center-safe-xxl {
        align-content: safe center !important
    }

    .flex-align-content-center-unsafe-xxl {
        align-content: unsafe center !important
    }

    .flex-align-content-inherit-xxl {
        align-content: inherit !important
    }

    .flex-align-content-initial-xxl {
        align-content: initial !important
    }

    .flex-align-content-revert-xxl {
        align-content: revert !important
    }

    .flex-align-content-unset-xxl {
        align-content: unset !important
    }

    .flex-justify-items-normal-xxl {
        justify-items: normal !important
    }

    .flex-justify-items-stretch-xxl {
        justify-items: stretch !important
    }

    .flex-justify-items-start-xxl {
        justify-items: flex-start !important
    }

    .flex-justify-items-end-xxl {
        justify-items: flex-end !important
    }

    .flex-justify-items-left-xxl {
        justify-items: left !important
    }

    .flex-justify-items-right-xxl {
        justify-items: right !important
    }

    .flex-justify-items-baseline-xxl {
        justify-items: baseline !important
    }

    .flex-justify-items-baseline-first-xxl {
        justify-items: first baseline !important
    }

    .flex-justify-items-baseline-last-xxl {
        justify-items: last baseline !important
    }

    .flex-justify-items-center-xxl {
        justify-items: center !important
    }

    .flex-justify-items-center-safe-xxl {
        justify-items: safe center !important
    }

    .flex-justify-items-center-unsafe-xxl {
        justify-items: unsafe center !important
    }

    .flex-justify-items-inherit-xxl {
        justify-items: inherit !important
    }

    .flex-justify-items-initial-xxl {
        justify-items: initial !important
    }

    .flex-justify-items-revert-xxl {
        justify-items: revert !important
    }

    .flex-justify-items-unset-xxl {
        justify-items: unset !important
    }

    .flex-justify-self-inherit-xxl {
        justify-self: inherit !important
    }

    .flex-justify-self-initial-xxl {
        justify-self: initial !important
    }

    .flex-justify-self-revert-xxl {
        justify-self: revert !important
    }

    .flex-justify-self-unset-xxl {
        justify-self: unset !important
    }

    .flex-justify-self-auto-xxl {
        justify-self: auto !important
    }

    .flex-justify-self-normal-xxl {
        justify-self: normal !important
    }

    .flex-justify-self-start-xxl {
        justify-self: flex-start !important
    }

    .flex-justify-self-end-xxl {
        justify-self: flex-end !important
    }

    .flex-justify-self-center-xxl {
        justify-self: center !important
    }

    .flex-justify-self-stretch-xxl {
        justify-self: stretch !important
    }

    .flex-justify-self-baseline-xxl {
        justify-self: baseline !important
    }

    .flex-justify-self-baseline-first-xxl {
        justify-self: first baseline !important
    }

    .flex-justify-self-baseline-last-xxl {
        justify-self: last baseline !important
    }

    .flex-justify-self-left-xxl {
        justify-self: left !important
    }

    .flex-justify-self-right-xxl {
        justify-self: right !important
    }

    .flex-justify-content-center-xxl {
        justify-content: center !important
    }

    .flex-justify-content-center-safe-xxl {
        justify-content: safe center !important
    }

    .flex-justify-content-center-unsafe-xxl {
        justify-content: unsafe center !important
    }

    .flex-justify-content-start-xxl {
        justify-content: flex-start !important
    }

    .flex-justify-content-end-xxl {
        justify-content: flex-end !important
    }

    .flex-justify-content-left-xxl {
        justify-content: left !important
    }

    .flex-justify-content-right-xxl {
        justify-content: right !important
    }

    .flex-justify-content-normal-xxl {
        justify-content: normal !important
    }

    .flex-justify-content-between-xxl {
        justify-content: space-between !important
    }

    .flex-justify-content-around-xxl {
        justify-content: space-around !important
    }

    .flex-justify-content-evenly-xxl {
        justify-content: space-evenly !important
    }

    .flex-justify-content-stretch-xxl {
        justify-content: stretch !important
    }

    .flex-justify-content-inherit-xxl {
        justify-content: inherit !important
    }

    .flex-justify-content-initial-xxl {
        justify-content: initial !important
    }

    .flex-justify-content-revert-xxl {
        justify-content: revert !important
    }

    .flex-justify-content-unset-xxl {
        justify-content: unset !important
    }

    .flex-justify-center-xxl {
        justify-content: center !important
    }

    .flex-justify-center-safe-xxl {
        justify-content: safe center !important
    }

    .flex-justify-center-unsafe-xxl {
        justify-content: unsafe center !important
    }

    .flex-justify-start-xxl {
        justify-content: flex-start !important
    }

    .flex-justify-end-xxl {
        justify-content: flex-end !important
    }

    .flex-justify-left-xxl {
        justify-content: left !important
    }

    .flex-justify-right-xxl {
        justify-content: right !important
    }

    .flex-justify-normal-xxl {
        justify-content: normal !important
    }

    .flex-justify-between-xxl {
        justify-content: space-between !important
    }

    .flex-justify-around-xxl {
        justify-content: space-around !important
    }

    .flex-justify-evenly-xxl {
        justify-content: space-evenly !important
    }

    .flex-justify-stretch-xxl {
        justify-content: stretch !important
    }

    .flex-justify-inherit-xxl {
        justify-content: inherit !important
    }

    .flex-justify-initial-xxl {
        justify-content: initial !important
    }

    .flex-justify-revert-xxl {
        justify-content: revert !important
    }

    .flex-justify-unset-xxl {
        justify-content: unset !important
    }

    .order-1-xxl {
        order: 1 !important
    }

    .order-2-xxl {
        order: 2 !important
    }

    .order-3-xxl {
        order: 3 !important
    }

    .order-4-xxl {
        order: 4 !important
    }

    .order-5-xxl {
        order: 5 !important
    }

    .order-6-xxl {
        order: 6 !important
    }

    .order-7-xxl {
        order: 7 !important
    }

    .order-8-xxl {
        order: 8 !important
    }

    .order-9-xxl {
        order: 9 !important
    }

    .order-10-xxl {
        order: 10 !important
    }

    .order-11-xxl {
        order: 11 !important
    }

    .order-12-xxl {
        order: 12 !important
    }

    .order-13-xxl {
        order: 13 !important
    }

    .order-14-xxl {
        order: 14 !important
    }

    .order-15-xxl {
        order: 15 !important
    }

    .order-16-xxl {
        order: 16 !important
    }

    .order-17-xxl {
        order: 17 !important
    }

    .order-18-xxl {
        order: 18 !important
    }

    .order-19-xxl {
        order: 19 !important
    }

    .order-20-xxl {
        order: 20 !important
    }

    .order-21-xxl {
        order: 21 !important
    }

    .order-22-xxl {
        order: 22 !important
    }

    .order-23-xxl {
        order: 23 !important
    }

    .order-24-xxl {
        order: 24 !important
    }

    .gap-1-xxl {
        gap: 4px !important
    }

    .gap-2-xxl {
        gap: 8px !important
    }

    .gap-3-xxl {
        gap: 12px !important
    }

    .gap-4-xxl {
        gap: 16px !important
    }

    .gap-5-xxl {
        gap: 20px !important
    }

    .gap-6-xxl {
        gap: 24px !important
    }

    .gap-7-xxl {
        gap: 28px !important
    }

    .gap-8-xxl {
        gap: 32px !important
    }

    .gap-9-xxl {
        gap: 36px !important
    }

    .gap-10-xxl {
        gap: 40px !important
    }

    .gap-11-xxl {
        gap: 44px !important
    }

    .gap-12-xxl {
        gap: 48px !important
    }
}

@container (min-width: 2000px) {
    .flex-nowrap-xxxl {
        flex-wrap: nowrap !important
    }

    .flex-wrap-xxxl {
        flex-wrap: wrap !important
    }

    .flex-wrap-reverse-xxxl {
        flex-wrap: wrap-reverse !important
    }

    .flex-column-xxxl {
        flex-direction: column !important
    }

    .flex-column-reverse-xxxl {
        flex-direction: column-reverse !important
    }

    .flex-row-xxxl {
        flex-direction: row !important
    }

    .flex-row-reverse-xxxl {
        flex-direction: row-reverse !important
    }

    .flex-no-shrink-xxxl > * {
        flex-shrink: 0 !important
    }

    .flex-shrink-xxxl > * {
        flex-shrink: 1 !important
    }

    .flex-no-grow-xxxl > * {
        flex-grow: 0 !important
    }

    .flex-grow-xxxl > * {
        flex-grow: 1 !important
    }

    .flex-no-shrink-self-xxxl {
        flex-shrink: 0 !important
    }

    .flex-shrink-self-xxxl {
        flex-shrink: 1 !important
    }

    .flex-no-grow-self-xxxl {
        flex-grow: 0 !important
    }

    .flex-grow-self-xxxl {
        flex-grow: 1 !important
    }

    .flex-right-xxxl {
        margin-left: auto !important
    }

    .flex-left-xxxl {
        margin-right: auto !important
    }

    .flex-top-xxxl {
        margin-bottom: auto !important
    }

    .flex-bottom-xxxl {
        margin-top: auto !important
    }

    .flex-center-xxxl {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important
    }

    .flex-align-normal-xxxl {
        align-items: normal !important
    }

    .flex-align-stretch-xxxl {
        align-items: stretch !important
    }

    .flex-align-start-xxxl {
        align-items: flex-start !important
    }

    .flex-align-end-xxxl {
        align-items: flex-end !important
    }

    .flex-align-baseline-xxxl {
        align-items: baseline !important
    }

    .flex-align-baseline-first-xxxl {
        align-items: first baseline !important
    }

    .flex-align-baseline-last-xxxl {
        align-items: last baseline !important
    }

    .flex-align-center-xxxl {
        align-items: center !important
    }

    .flex-align-center-safe-xxxl {
        align-items: safe center !important
    }

    .flex-align-center-unsafe-xxxl {
        align-items: unsafe center !important
    }

    .flex-align-inherit-xxxl {
        align-items: inherit !important
    }

    .flex-align-initial-xxxl {
        align-items: initial !important
    }

    .flex-align-revert-xxxl {
        align-items: revert !important
    }

    .flex-align-unset-xxxl {
        align-items: unset !important
    }

    .flex-align-items-normal-xxxl {
        align-items: normal !important
    }

    .flex-align-items-stretch-xxxl {
        align-items: stretch !important
    }

    .flex-align-items-start-xxxl {
        align-items: flex-start !important
    }

    .flex-align-items-end-xxxl {
        align-items: flex-end !important
    }

    .flex-align-items-baseline-xxxl {
        align-items: baseline !important
    }

    .flex-align-items-baseline-first-xxxl {
        align-items: first baseline !important
    }

    .flex-align-items-baseline-last-xxxl {
        align-items: last baseline !important
    }

    .flex-align-items-center-xxxl {
        align-items: center !important
    }

    .flex-align-items-center-safe-xxxl {
        align-items: safe center !important
    }

    .flex-align-items-center-unsafe-xxxl {
        align-items: unsafe center !important
    }

    .flex-align-items-inherit-xxxl {
        align-items: inherit !important
    }

    .flex-align-items-initial-xxxl {
        align-items: initial !important
    }

    .flex-align-items-revert-xxxl {
        align-items: revert !important
    }

    .flex-align-items-unset-xxxl {
        align-items: unset !important
    }

    .flex-align-self-auto-xxxl {
        align-self: auto !important
    }

    .flex-align-self-normal-xxxl {
        align-self: normal !important
    }

    .flex-align-self-start-xxxl {
        align-self: flex-start !important
    }

    .flex-align-self-end-xxxl {
        align-self: flex-end !important
    }

    .flex-align-self-center-xxxl {
        align-self: center !important
    }

    .flex-align-self-center-safe-xxxl {
        align-self: safe center !important
    }

    .flex-align-self-center-unsafe-xxxl {
        align-self: unsafe center !important
    }

    .flex-align-self-baseline-xxxl {
        align-self: baseline !important
    }

    .flex-align-self-baseline-first-xxxl {
        align-self: first baseline !important
    }

    .flex-align-self-baseline-last-xxxl {
        align-self: last baseline !important
    }

    .flex-align-self-stretch-xxxl {
        align-self: stretch !important
    }

    .flex-align-self-inherit-xxxl {
        align-self: inherit !important
    }

    .flex-align-self-initial-xxxl {
        align-self: initial !important
    }

    .flex-align-self-revert-xxxl {
        align-self: revert !important
    }

    .flex-align-self-unset-xxxl {
        align-self: unset !important
    }

    .flex-align-content-normal-xxxl {
        align-content: normal !important
    }

    .flex-align-content-start-xxxl {
        align-content: flex-start !important
    }

    .flex-align-content-end-xxxl {
        align-content: flex-end !important
    }

    .flex-align-content-baseline-xxxl {
        align-content: baseline !important
    }

    .flex-align-content-baseline-first-xxxl {
        align-content: first baseline !important
    }

    .flex-align-content-baseline-last-xxxl {
        align-content: last baseline !important
    }

    .flex-align-content-between-xxxl {
        align-content: space-between !important
    }

    .flex-align-content-around-xxxl {
        align-content: space-around !important
    }

    .flex-align-content-evenly-xxxl {
        align-content: space-evenly !important
    }

    .flex-align-content-stretch-xxxl {
        align-content: stretch !important
    }

    .flex-align-content-center-xxxl {
        align-content: center !important
    }

    .flex-align-content-center-safe-xxxl {
        align-content: safe center !important
    }

    .flex-align-content-center-unsafe-xxxl {
        align-content: unsafe center !important
    }

    .flex-align-content-inherit-xxxl {
        align-content: inherit !important
    }

    .flex-align-content-initial-xxxl {
        align-content: initial !important
    }

    .flex-align-content-revert-xxxl {
        align-content: revert !important
    }

    .flex-align-content-unset-xxxl {
        align-content: unset !important
    }

    .flex-justify-items-normal-xxxl {
        justify-items: normal !important
    }

    .flex-justify-items-stretch-xxxl {
        justify-items: stretch !important
    }

    .flex-justify-items-start-xxxl {
        justify-items: flex-start !important
    }

    .flex-justify-items-end-xxxl {
        justify-items: flex-end !important
    }

    .flex-justify-items-left-xxxl {
        justify-items: left !important
    }

    .flex-justify-items-right-xxxl {
        justify-items: right !important
    }

    .flex-justify-items-baseline-xxxl {
        justify-items: baseline !important
    }

    .flex-justify-items-baseline-first-xxxl {
        justify-items: first baseline !important
    }

    .flex-justify-items-baseline-last-xxxl {
        justify-items: last baseline !important
    }

    .flex-justify-items-center-xxxl {
        justify-items: center !important
    }

    .flex-justify-items-center-safe-xxxl {
        justify-items: safe center !important
    }

    .flex-justify-items-center-unsafe-xxxl {
        justify-items: unsafe center !important
    }

    .flex-justify-items-inherit-xxxl {
        justify-items: inherit !important
    }

    .flex-justify-items-initial-xxxl {
        justify-items: initial !important
    }

    .flex-justify-items-revert-xxxl {
        justify-items: revert !important
    }

    .flex-justify-items-unset-xxxl {
        justify-items: unset !important
    }

    .flex-justify-self-inherit-xxxl {
        justify-self: inherit !important
    }

    .flex-justify-self-initial-xxxl {
        justify-self: initial !important
    }

    .flex-justify-self-revert-xxxl {
        justify-self: revert !important
    }

    .flex-justify-self-unset-xxxl {
        justify-self: unset !important
    }

    .flex-justify-self-auto-xxxl {
        justify-self: auto !important
    }

    .flex-justify-self-normal-xxxl {
        justify-self: normal !important
    }

    .flex-justify-self-start-xxxl {
        justify-self: flex-start !important
    }

    .flex-justify-self-end-xxxl {
        justify-self: flex-end !important
    }

    .flex-justify-self-center-xxxl {
        justify-self: center !important
    }

    .flex-justify-self-stretch-xxxl {
        justify-self: stretch !important
    }

    .flex-justify-self-baseline-xxxl {
        justify-self: baseline !important
    }

    .flex-justify-self-baseline-first-xxxl {
        justify-self: first baseline !important
    }

    .flex-justify-self-baseline-last-xxxl {
        justify-self: last baseline !important
    }

    .flex-justify-self-left-xxxl {
        justify-self: left !important
    }

    .flex-justify-self-right-xxxl {
        justify-self: right !important
    }

    .flex-justify-content-center-xxxl {
        justify-content: center !important
    }

    .flex-justify-content-center-safe-xxxl {
        justify-content: safe center !important
    }

    .flex-justify-content-center-unsafe-xxxl {
        justify-content: unsafe center !important
    }

    .flex-justify-content-start-xxxl {
        justify-content: flex-start !important
    }

    .flex-justify-content-end-xxxl {
        justify-content: flex-end !important
    }

    .flex-justify-content-left-xxxl {
        justify-content: left !important
    }

    .flex-justify-content-right-xxxl {
        justify-content: right !important
    }

    .flex-justify-content-normal-xxxl {
        justify-content: normal !important
    }

    .flex-justify-content-between-xxxl {
        justify-content: space-between !important
    }

    .flex-justify-content-around-xxxl {
        justify-content: space-around !important
    }

    .flex-justify-content-evenly-xxxl {
        justify-content: space-evenly !important
    }

    .flex-justify-content-stretch-xxxl {
        justify-content: stretch !important
    }

    .flex-justify-content-inherit-xxxl {
        justify-content: inherit !important
    }

    .flex-justify-content-initial-xxxl {
        justify-content: initial !important
    }

    .flex-justify-content-revert-xxxl {
        justify-content: revert !important
    }

    .flex-justify-content-unset-xxxl {
        justify-content: unset !important
    }

    .flex-justify-center-xxxl {
        justify-content: center !important
    }

    .flex-justify-center-safe-xxxl {
        justify-content: safe center !important
    }

    .flex-justify-center-unsafe-xxxl {
        justify-content: unsafe center !important
    }

    .flex-justify-start-xxxl {
        justify-content: flex-start !important
    }

    .flex-justify-end-xxxl {
        justify-content: flex-end !important
    }

    .flex-justify-left-xxxl {
        justify-content: left !important
    }

    .flex-justify-right-xxxl {
        justify-content: right !important
    }

    .flex-justify-normal-xxxl {
        justify-content: normal !important
    }

    .flex-justify-between-xxxl {
        justify-content: space-between !important
    }

    .flex-justify-around-xxxl {
        justify-content: space-around !important
    }

    .flex-justify-evenly-xxxl {
        justify-content: space-evenly !important
    }

    .flex-justify-stretch-xxxl {
        justify-content: stretch !important
    }

    .flex-justify-inherit-xxxl {
        justify-content: inherit !important
    }

    .flex-justify-initial-xxxl {
        justify-content: initial !important
    }

    .flex-justify-revert-xxxl {
        justify-content: revert !important
    }

    .flex-justify-unset-xxxl {
        justify-content: unset !important
    }

    .order-1-xxxl {
        order: 1 !important
    }

    .order-2-xxxl {
        order: 2 !important
    }

    .order-3-xxxl {
        order: 3 !important
    }

    .order-4-xxxl {
        order: 4 !important
    }

    .order-5-xxxl {
        order: 5 !important
    }

    .order-6-xxxl {
        order: 6 !important
    }

    .order-7-xxxl {
        order: 7 !important
    }

    .order-8-xxxl {
        order: 8 !important
    }

    .order-9-xxxl {
        order: 9 !important
    }

    .order-10-xxxl {
        order: 10 !important
    }

    .order-11-xxxl {
        order: 11 !important
    }

    .order-12-xxxl {
        order: 12 !important
    }

    .order-13-xxxl {
        order: 13 !important
    }

    .order-14-xxxl {
        order: 14 !important
    }

    .order-15-xxxl {
        order: 15 !important
    }

    .order-16-xxxl {
        order: 16 !important
    }

    .order-17-xxxl {
        order: 17 !important
    }

    .order-18-xxxl {
        order: 18 !important
    }

    .order-19-xxxl {
        order: 19 !important
    }

    .order-20-xxxl {
        order: 20 !important
    }

    .order-21-xxxl {
        order: 21 !important
    }

    .order-22-xxxl {
        order: 22 !important
    }

    .order-23-xxxl {
        order: 23 !important
    }

    .order-24-xxxl {
        order: 24 !important
    }

    .gap-1-xxxl {
        gap: 4px !important
    }

    .gap-2-xxxl {
        gap: 8px !important
    }

    .gap-3-xxxl {
        gap: 12px !important
    }

    .gap-4-xxxl {
        gap: 16px !important
    }

    .gap-5-xxxl {
        gap: 20px !important
    }

    .gap-6-xxxl {
        gap: 24px !important
    }

    .gap-7-xxxl {
        gap: 28px !important
    }

    .gap-8-xxxl {
        gap: 32px !important
    }

    .gap-9-xxxl {
        gap: 36px !important
    }

    .gap-10-xxxl {
        gap: 40px !important
    }

    .gap-11-xxxl {
        gap: 44px !important
    }

    .gap-12-xxxl {
        gap: 48px !important
    }
}

.clear-float:after {
    display: block;
    clear: both;
    content: ""
}

.place-right, .float-right {
    float: right !important
}

.place-left, .float-left {
    float: left !important
}

.place-none, .float-none, .no-float {
    float: none !important
}

@container (min-width: 0) {
    .place-right-fs, .float-right-fs {
        float: right !important
    }

    .place-left-fs, .float-left-fs {
        float: left !important
    }

    .place-none-fs, .float-none-fs, .no-float-fs {
        float: none !important
    }
}

@container (min-width: 360px) {
    .place-right-xs, .float-right-xs {
        float: right !important
    }

    .place-left-xs, .float-left-xs {
        float: left !important
    }

    .place-none-xs, .float-none-xs, .no-float-xs {
        float: none !important
    }
}

@container (min-width: 576px) {
    .place-right-sm, .float-right-sm {
        float: right !important
    }

    .place-left-sm, .float-left-sm {
        float: left !important
    }

    .place-none-sm, .float-none-sm, .no-float-sm {
        float: none !important
    }
}

@container (min-width: 640px) {
    .place-right-ld, .float-right-ld {
        float: right !important
    }

    .place-left-ld, .float-left-ld {
        float: left !important
    }

    .place-none-ld, .float-none-ld, .no-float-ld {
        float: none !important
    }
}

@container (min-width: 768px) {
    .place-right-md, .float-right-md {
        float: right !important
    }

    .place-left-md, .float-left-md {
        float: left !important
    }

    .place-none-md, .float-none-md, .no-float-md {
        float: none !important
    }
}

@container (min-width: 992px) {
    .place-right-lg, .float-right-lg {
        float: right !important
    }

    .place-left-lg, .float-left-lg {
        float: left !important
    }

    .place-none-lg, .float-none-lg, .no-float-lg {
        float: none !important
    }
}

@container (min-width: 1200px) {
    .place-right-xl, .float-right-xl {
        float: right !important
    }

    .place-left-xl, .float-left-xl {
        float: left !important
    }

    .place-none-xl, .float-none-xl, .no-float-xl {
        float: none !important
    }
}

@container (min-width: 1400px) {
    .place-right-xxl, .float-right-xxl {
        float: right !important
    }

    .place-left-xxl, .float-left-xxl {
        float: left !important
    }

    .place-none-xxl, .float-none-xxl, .no-float-xxl {
        float: none !important
    }
}

@container (min-width: 2000px) {
    .place-right-xxxl, .float-right-xxxl {
        float: right !important
    }

    .place-left-xxxl, .float-left-xxxl {
        float: left !important
    }

    .place-none-xxxl, .float-none-xxxl, .no-float-xxxl {
        float: none !important
    }
}

@font-face {
    font-family: digital;
    font-weight: 400;
    font-style: normal;
    src: url(data:application/font-woff;base64,d09GRgABAAAAACLoABEAAAAAYGwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcXxj59EdERUYAAAGcAAAAHQAAACAAqgAET1MvMgAAAbwAAABNAAAAYHRwuQ5jbWFwAAACDAAAAPIAAAGqqm1PKGN2dCAAAAMAAAAADgAAAA4K4wYDZnBnbQAAAxAAAAGxAAACZVO0L6dnYXNwAAAExAAAAAgAAAAIAAAAEGdseWYAAATMAAAZEAAAUYhYV1NCaGVhZAAAHdwAAAAvAAAANgAQXKJoaGVhAAAeDAAAACAAAAAkC1wHdmhtdHgAAB4sAAAAqQAAAfSUaSbGbG9jYQAAHtgAAADsAAAA/KEHthhtYXhwAAAfxAAAACAAAAAgAaEBLW5hbWUAAB/kAAABmwAAA4S7IBQVcG9zdAAAIYAAAAEdAAABxhWlPDJwcmVwAAAioAAAAEAAAABAXMm7eXdlYmYAACLgAAAABgAAAAZYtlGqAAAAAQAAAADMPaLPAAAAAMULTfAAAAAAzdAJNHjaY2BkYGDgA2IJBhBgYmAEwhogZgHzGAAJngCvAAAAeNpjYGY2YpzAwMrAwirOsouBgZELQjN7M8QyPmJgYGKAgQagJAMScPQJCWZwYOB9wMCW9i+NgYFNhpGdAaqG1ZbVFkgpMDACAOLJCaQAAAB42mNgYGBmgGAZBkYGEFgC5DGC+SwMHUBajkEAKMIHZPEy1DEsYFjJsFaBS0FEQVJBVkFJQV8h/gHD//9gnbwMClB5BgUBBQkFGSR5xv9f/z/+f+j/rv/bH6Q+SHgQ+yD6QfgD7wcyCjVQe/EARjYGuCJGJiDBhK4A6AUWVjZ2Dk4ubh5ePn4BQSFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTS1tHV09fQNDI2MTUzNzC0sraxtbO3sHRydnF1c3dw9PL28fXz//gMCg4JDQsPCIyKjomNi4+IREBqJAJRAnE1KUBCaLS8orSssYiAYAUd84ZQAAABMFKgUqAJUAlQBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3ja7VxdjBvXdb53ZshZ/nNmSA65/NnlcsnV7iqiRGa1ZCzHshOk9jCo2mQD5IVpK7RygiAVHSgN9GLYSlAVjZEGiAkkTuGgfYiNVk1nSMouhKZ+cNAmRfRQJNgWcG05gR+qBxfFAq2BSEv3nHtnhkPucNcGkjytsJo/crn3np/vfOecy0sE8lFChD8MfIqIRCanLErq5wayFHi7YQUD/3luIApwSSwRHwfw8UAOBu+fG1B83lTKSrWslD8qLI9X6bfGnw186pd/+1HpNiHwaV047gUehKsFkiDnyQDuNy0q3h1EBLLJDtRM1k2ya0mhRsMSpbuWHIOLOFwodJNYEaqoAymYaLfbp880t5ppcWtbV0RlO6Mrcrff71X7LUOr9vt0Y69XG/+QvkOv97XO/jtVmBLpij8SSoEPE4mEyCNkIMDfM4PNkSSSiLRphhowBXgiN6kZZoOAv2+KSStAN60FGEEERyBIimoFFvDva0pTkbfx0O0bP+93JI1ujHc7H8ejQUgU5vuG+A2pSwIkQhSikyKpkHVSJ1vkAfIw+S3yPWIG6tbK+WYThWAtPdhomOt1K/wxeFCFB/JHGg1qPlo3o7uWmgU5JGEU6Ty8K5m0NmBUp8/Cw1PwsNmGi8fgSTKqqMOQWFpd1dvmhvLy0vJKpVo7sY63p9ThWvncI3BJLBpQ1Jtx/eTWuYfwpXXlZVVLZ0CmH8TbqnozGEoVGw/ADcxzu6nLFZEdNZB3WhY9x/f+ardjdJyfyx0DT+x/1cAL/tOb81wIwRP6RTiMH/6iYXzRoN9h76FXeobR64wtfPkKe/mJTueJDn1u6uW/x5f/BA5gcSHSfbcsfj5YAL2EiUqyoJcyqZINcoa8RAYS2KR5hmlkEAN7sFTx7iibkmKxTSsr3qVmo24Gdy0SAYmHwEBCSatINwellVoDnuSlu4Pl1XW4NPNJaxM0Uof3JBtWEy5DQUUd0ZiWyqKQi4qptq3NPChMSesCPqorlphpo3rAyszNtplVBqWlk2DtZkodBsMfOIXvUpXhQmilgpcx1ZRBQw/Rsl6uiQo4gXh2u5zR5bK4XYaj1kzLaznaBBeB/6gRTQGHCYLF0lda+/9maP1eRTOET8DFuPRxg77V6YwLt/pGpw//OgY4lGZ0W31NeJW+1Rp/tyecMlJaZ3v//0CW+1e6IOGL9MLYEnbY8ZPdTqd7r0yv92r77xgaAfmCz0sEfN7PB35OBqcRAZIrYPBnQN4LKO/Fk80mv4qA5Ndrpxdim2araa3DnaayO6lpaaiKc+imZrDheGoWhFwEd4inQf7FpFWC+9UNUEsZXi8nrbNw/wBcNhvWgxTVCfoIR5JaiutjEAvpIGurXAKUWa+fRrmfVYYnTp5pMKdZPwO6Ki+f3ca31xRzCXShjmKJjc06PtFAe0X4lYg6ELI5BlHaFvhADXTSBCegAFcr6BBBeW0LECs99eqW1tCp99UuQplmvNnqGbS083pPbfX6mtFi+Oa88s03etXxz0+6r4iv3Wld7mv0t41U/95fC4/8ePyg+CS++xa8o3PnfvdNfCu9AOqm139MX+3sv7J/wXndeBNwufvup8WXpD0SZPrKkALo6wQ5Rf6ODAI2WptK3YrBqVC3cnBaAoyq10151yQNKyLdHaoReWHTiuqg1DQIO5K0TtBNc71hVeHuJChmeVexVuA60bBOgxrSKoiVxpSC7RX5trmiDuPJxVMuVIGVm4oyDEc2PsDNHjxg8yReFpSbaipT4u6QUy2t3LYdQi7X1tDYuSesKYhJ4BxyObDFwoXIfQPeUen2hR0w2Q0QLeAFdwJu+/TbrfG/0wvbRqpW7Vd7vWq324Lnl+lbtd74eXyncZteaN3uAeBo/b09kOL4mdr9N7u1Ht2gGxCDdgByCMXYw2KfBNJkkccOOyzmUIgDdsBh/4MQaez4AqHFjiv4ORL6k1D3+NPvkoGCegGFDDR0Gh0dI+s4hoQI1bByIGaJQOSKqggvMQUupQDYqq6MiCCHIsx+VXMBZLeNQpNFdpyC72qvhbOHGXc6tw12vEVvgByutoSr9EZ3e3y1t/9tkIi0h0jrO1bHhgay7eBsrNFdU2XRzUzzsWIYs0Ji21a/FVXQr5RRPKmldRyrrJoppmdP8PGMu9v5Scf52btc+8z29mdqhjOye28jQI13usIP6fXt7ninivqhDwqvAvbrJEfYmNJMfporP1TIQ7QO9oIwuq0n6BKV18CEtuRu4amnCpe+YnSuXco//XT+0rWO8RX69uNG5xJYkQE/hUsd4/FCB6877G9dFHbF14AD1YiZqJshFm3gzzH2E9s1BeZIZqDBWA+LwPhHcZb4ByGSvtAxXjTgp/OC8DzcOPe2rb1bJnukDxpYJ6ZUHwnM0vyMjNEZk4IkddvY+jZ7YZ8j7Ai7wl3QX5kxFSQpFFUWxA8aiRKRpU1LtoeIXtbt0LcMY1yAQbFYSznng7GIMJYJ33MuKAzPO6YA+ywkdkDm+oyzAXH8vG1DVR6dWXBgB2pGAYpwHgtIy2gQfX+b4SxleNqlSztv9OiXX0eYNBgeChbHPUC4yWeHQRdphnV/bjOAAmcAKjLCpSY7W2kc8CqG/wGJJDHch0FLsYYZTloZgLhiw1rEQANIBzYcDuKQwN/MjDIQUmmMJosAUKIT4K0gxHozrZwHvAxHYolszoYxVTWjblTnGOaEdrlMeQB3Oa8dx6u9Pg/lH2iNP0J/gdjFQgUGbxuthMIkhve5E2CUFstTHNnm6EESI2fJIIjyDgn2gZpxBiwyB5YIO1kJVAByG0uItR0AmYzQHUrf7y8SkL5XD0mIOUXyF1wLLgkzc01OxpJAAjIqI2MZ1EZpQsZQF6AIHURfgFEt2SoAwqWoGRSrrgwTgB8saqhDIS6meHxBFwiilqxQuI3SH8oLhSK+LalYerY9owqmBR5Uqq4S3mntfxuV8E1bAw6VAolPK0GqgvAZfbrtEUJgys4V4KRLpGdbYpZbItq7mfcwIyUmAReyFBTDct1Ud81cw8qAEMAMyzD5DITVUSguJhOTaaoYRk2NRdBUurSEk4woVm5xMknv/PxtTTkwxylrk37izHD8sJ/GJXeuEugb5/plHsMGKcE+jEBxKZhbGOeW8+ZikINhqEjAXQa8DaYpQlgbBILhNosQlhyCcwIjGbHCEObAk8ygcpNIsbjOaHdKHYjolSyBg1npvjPt1Q5ODrCw0Bo/3tPmTs3Xlr9u67HoySkOMWM7p0AzzttmHJo1Y8E247w6FBNxjxnraMZmlhlxMJxbtI14AYXinyvMqHomL/ij1jgyrebZZGBW08QHV/NkhXzHlsLKBFcRT0d5XVJBCnmUQsUfWgsggmUQxarr0WpGz3PyNxTSWTbLZRBFSsu5orCCBZhzXhmEwkU0DV29KUcSC9zk04oVi7ePAFp/ubg46y8aP6g9ICE/H/ic7QPIi8xUk/Ojif0jFzjUBZAhR2wE85j/SwJYvsYtX1ZYpNfmxxK/ACLsHhk1CJF9db5Ovn9Q62a16a/9jbnaNysNNABzrcEy6lkbGEFwdYxgoImYec2zgZe5DfB6SFoZxuKV1SMj7mFYOB135yDiezAKjziDPhiySv7qIIqYy3OCYtUPTcwSq06YKw2r5oMpIyHhgsoAQqMrRC+m3ERM4RJLYhGCe9N7ApZZuR0ptMNAZsr4gLPQDbInaaxeuUlMwpgqMEsrgNJYYP4jcf/htQIrxDkrKyByrkk3+pAE2pwT+TN8ngT58CpjvkH8oJDXEWX+QWH2QYw880/Cygmj0BJ8KhubLuxIVVZzLBC7sggfMhLgibRpLjRYXREG06RyJQT5DO3ephutzvgZeqXTGu8Kz4x/9hh9jl55dPwz9nk/gNzhScYTNhxWbkbqloxDjNp5n83NMXWJeei5OEXSOw5Zl93q2PsZL21SzLxoBcR/e/w11Bz90m36+/Tk+GvCPz86fmYqHmLNN05SgAt/NlP3NfUmO1txMONUkkTAjFM4mcJUJRgkjuiXBtsFko01N4Z7w0gimXK9WdHwctHJc1MU81y5zcw1EFxkgBFXrXTGrR+DdaZ9KV1/HplD/dJztd6eeNOPyvGa1wwWLkPuskkapE3+w8NsGRxueeBwkcPhImi00Rid2GR3J1AWH/IHR/DkQaZQhoejdYnEJRYoAS7N9aR1Eny+2bBOw4PthvUAyKsWxowEEhFrHb1fUFMMNq3TJ4FCaTmR+fwiyMwMIyRYhZMguU31vCKHIvHEQrG0XK5UT9WbrTbK8YRiroDYVSv2wfZc7MQCQqC2htnr2havwOhpXic+Aku/2e+3xvfshwAMt/u3jgTV+69/qC9oT9yq9Vp7t1rbPRo0NNofP9zt1e7A1Ts+GBu0axMl0NBzvD5hlpqDOKqmzM9IsUe6FojH7OpKjRmmHG049RVTYrVHc6mBqQeGqzW74DKMqxorWGSVYVJJZXjyYSXSKGodSxsYr0xNeZnKEQEMtIrvwBp+eGmZWaviKcocia7VXusoaBVCWLF5H/jqF9vLZI38je3HAliyMgnoRHEC+on5AX2FB/Rqw1p3ArqQdgP6TTFgmyZGdEnjEV1Aoh8slNsspoOAikxAblCvrXEYGMXiKxVbjFZ0lXs6Cqs6sc2tCRpSb9moT39gGPvf5zYn7AA6Pmx4ZNhttbpw6BjXZo3vMx3DI8Op2hLnemWP/HZmMIAXFjIHxcWyALeOMElV08pNXjI4krt4UlMPb53nP77cvUy+6qNpaq7ML4QUeCEE3KHiTEBIs0LIEFVrY7SkTdSaybenayGLxaWyo8PSfB0epb0jteZTDHTjVnlKDk/4aG2KwBZ8FFic5asTJeZttq6rQzTg95mX+CvWcfhDWaebf5Q9+HeRY58/4GVnAc8tKDv4xsHMFBHKhghltu7YDI/AMC9qTU1iPlShjvzzzG/96vJMXrzD/CKd+XUlmdqkdD0vyfwfVt994X1lmAFPfIsRjSyCFz9jR7fF5iAs8CiH50GRks2RlggUQTya7djeGh8GtxQ4db5hZSdOjcofxBMa600qVhJFlVVNBSSjsbCG/p7AsCbEMvoy8+WwOojmC+221xbO4rk5N5ZB1PIrxUxMwxTC2Lu82psbwLCmqf26apov0uuXq+wvxr0cUJqyTczvP2vbpcLt0i11sfw+yHpndgHzYH6PxgipO+T3psCye9G1vwgTP0aDWDzLuvUeOwvMS1n989PqUfVZbks5YLNftW1p2balDD+jGYUdMyofNCOcTAnusg1rZcaGFpVRUk1l0LfMkteO8syOblI5JvCibBgiQuqgDfE63vYWbeghp2hzwISq9JVeFSzpAvOmCb4IIfAiMCIs7d3q0VfgrfvXPQUbcUYGj5FBHOcfaFoJ0CbzozDTZmrGmNL2PM04zCgRhwsJpqAMKNrVgUlgmuYdd7dFX+n7jpS3badx0OnZYr3gT20NFW0uuzzhsqxAcJDAqtiKxRacX7nAnoKpKqAaS0/DXRKRz0zAtMDQ1PNhbCNqmdwSrw/MxXzW1dQOpa3f63f2jiCs41P0xnjHGIcOt9kND/59egb/ik1bZe8J71LobnEFGUsY184IsYSaKTOPm1HhVpOmK9ocLOv36Ma1Fw7DMZjQeLc7sT4OLMAuqzMxb7Ke4qu+PeDV6R6wk6OUeI5iN6ncpjAkKC/H4klFS2V0O0lJJ5xe8VAKZIu8TnQ+zPrFi4WlcoU3ja2F5faBtvEcfu22kOlzwM4uGfYZvZKxtEP6yb5ELXAgjytifYExmZiHycQcJlOak7q5LSNGapRJ0hZP+iRtnOfcRJ7DMQk7LeFsjuUvMcVaWGzP2r4n46i6skCjP5BmIFk9aPNOgnHbnTzkZe++LT45U2dYwzg/XWGoeNuXhyRl5QNJmcuAxBRQIM6ArLw2qa/mOGmPc9Ke0bOl5RWehx3ew9xq6unK9No9+uCzaO7TfcwTvb1ey17UNzfp34Y30d+5A8bxCNiNiwJBH9tYRX44DxenKK8vROJ6ogrc5Seg6Cb4JeUlTPAhccG7il+OzwyGwyPL8DlPPIId64AnwUqOHprgY0hnLx2W3/d747xxWO9VZX1Hu/dqLh2yBm75QIU5x5de4VK38oGlbjng0IrKV24UVe8atxw6mblor2/LF/j6tsMaVhn98JbV9FI2/6aVs4JtqinDY/znQBYyiUPMaPIYzxbr8OoqxPaFXVy1FIWJKiy2E0uGmD4IJzXeUbQH6MI/LqpwB/U9owO43+9Id9gQANFusJVGmnCPXh9fNWb1wfvAX57uAzOrLXCrHeQpBrDl6SZ4gnk0hPOZhrBDI1VGIzNeGqmyLO1lcGMllV5cmiWSdmib3wLB0Cbs+NbnQk5g23/HP1ZLbqwOkCjYYI78nu2jsSZj6Ga6aTP1RYcqR/i6Mg0X8XFd5OEyghMUWAoakGJxhuDIU4DJgxcOhWgyxxe0AvBoaWpPakvDErAbqO+Mn8HZ0C/dsXEHTQhC8h3gXs5MLt6hG/CQbnhCswdvJA8Pe5oMknbfJuZ08Zeb9uoVDjKBgzwMtZbx42EqOk0MGFiG8zGbgcWSoEWigxYXlPMhKgkRNZVbXJ3QE1uD6DjlGgtA+ixDYUqs9OkPWvs/NegJozOhKW7hxGWfN0DDLzDz3fFLG6QDPOWUm/9wGaQcGWTrbHUVW8EzpOGYygfNFvGAv2vpCkdA0bOgp1Ltvf7Jq5+kS9Xea56lPdKeQccP/Mt//3j/nwx3mc+BnjzWeu0YaercpxbRl/AwSkalxRjrqFFzybE2G+IU0AZkLsiRCxAqbZQb0kg0ySBdGQApZGUsgLi4C3EKdh9w5UUU+2daqlhi9S9lEJKz7fY0wOmHt8xq81plRy1MmNYHcoUPk0EUJSB57FJt8hV5mTpaHlhVFIZP2MI7kSYV1h1c4AvvUD90xalhlHVnudVGb3wPYZj+b2f89UqHXm+NXwUuP74LGurtv4XI17/36X5fsHpCgamHj42+xfwmxPTzCTJIEL7KZXZN4yAQVhq2u8iTMpSpgbQjCT5cHQKtFJBDgr2oMThxAuYCTVwaikPnixqRb/SfgjHuI0WnYrX31EyhEKwd5I3rWmqXnTVpj0/WpEWcKMEOkzVpQsTuPrG44Boy/Mk3dq7u0FK15zVYHznYdWIzya00iDrSmuxshWyRhHcR/eKTpZNxbPLI7iIzbOWElFE0pjJez5dMYt9Ons1RINl8s1p9s9W95hoXCCeg1+avFRM/xuIljrc09X2KEOs9YvfQ6RZuUTlEt2ha7tIrdLxLL9Arj4pPYscQbnj/0FkvKH6O9CEGl3ilhk/dXS+4ULebt+g1QVAkuMcvEIS/D1Eekyz8DEmjNwIXQT8nsEOK6x9juP7RXbYYs5ctWkLAXv6Idbg0huo9I6B39joqOe4RHfeIjntExz2i4x7RcY/ouEd03CM67hEd94iOe0THPaLjHtFxj+i4R3TcIzruER33iI57RMc9ouMe0XGP6LhH9GvuETH9CK+6PAb95gtkkCY8Kg9yiL9FCEABms6BbgLul2oHkaTuqbU53wpn4RaykjSvswUUS8YqFMWNReIJvhGJFYH0y8xxkuIpwvi1kTrXDONa/3L12Werf9x/+vKkmXT5abYXAuQizyEzFR7HHUV2qtMtJWefBBZXamQgz3SUFjgG4AYJ7pfXtpnmIbSxrKEvaaDHe09ClJrICvMalXGaL3h6KewL5KDPUTEXxC+QF21ZxXdNrQHgcXcgRtIoMpSVGsftrrLMUIP8C+QgGMxxQDDDhKYnbTqbwr0MQPFpu8UUZBE4M5HZNlou20ek9xTukrJfrVIRDPapa4zOtZgEGT8J6DWIfPdVxvMvCTv0hmO4ODfhkvgN8W1PbrNDcEMaqdBkVmrRXKMx1GLKAiNpwwi7kvkccUqgdB3mpOLXoCIaZGkiiSayyMotOYZxLtR21c23F+HD1j1P+E5WuDEV/uPbVU2O4hm4+Ee4qMK5BefbrBrJeySvMRsOuXXzdfIPNs6sc5yJopetNtkZCwejQlGKgpoK4l0z1Rhl8+wu635j1iLhCcNKAvxk+K4lWpLVT9bAYDZtGLJolH0VDsIB5mRYZjNXlJtxIWcX0tdUECHquoBfnAuttNl+PBp+JxQ1n8XE3kxANlfxfuPL2ROBfbGY7x/AtmQJyrpjo32hvr1/EbSNX6n7y+39nz727DZzkD9o7am4Y5HxIjNjRgqkVut+i+2TcP+OEALdA3pdhd/dv4Gx1mPp03uUEP8tSH7z7xG/wd6jz+6ZMrNTivC8Yexf5L/Kf++19/Z7/9Xp7Gfd33P3FarY+wqRqd1esFApebYUAl8E6xV/RDcgSOz+Kvcm4vvrFez99T5k94Plpj0gM9Bw9tVDHiPxffVC7r56WGQI2vvqOdQDRtoHf/pXugFS3hUmY/5N7+WHe/Y8J1wVXwLUOUXMUH0kimRB2rRP9hdvR0GJPeQn55u3HzzbbGTSqWBlpdZ9vtd7Hv8LL/ae/+5luGbyxwD3IPuOLDmjlBW8/uWr/w+Ms03PeNpjYGRgYABiJutfC+L5bb4yyHMwgMDZC5wmCPq/IqstmwyQy8HABBIFAAvRCOIAeNpjYGRgYJP595OBgYOBgeH/f1ZbBqAICqgFAG+CBOF42mN6w+DCwcDAwLyIgYFJj4GB0Z8hlqmKIZb5LRCfYIhliQViIYZYsHg3BDMrALExRAxOn4BgZDYuDFIDNm8DRD+YRldXi0TXkmD+LST2MdzqmByB9BEofQyCmTjpZz8oDMFmKUDCGhT2LOaQ8GDmY2BgkwHGCZQGuouBsR2IWSCY4TCQtgDSYUA1xlA9xhBzQGbAw7cSEpdM14B8C4gZrDYMDACegG1/AAAAeNpjYGDQgcIchiWMBUxqTP+YVzGfY1FhqWLZwPKAlYVVjdWNtYT1H5sF2y52A/Z5HAocmzilOA9wRXA1cC3jOsf1j1uNewFPES8H7wref3xNfJ/4Q/gfCWQILBLkEOwSvCGUJHROOEz4ikiKyDfRGtF9YhZic8SVxDPEX0lYSEyQ2CMpImknmSDZIiUltUtaQHqKDItMmswX2SrZLXJScnPkXsmXyD9QyFB4plimxKHUp3RB2Ut5nYqJSpXKH1Uv1V2qD9T81NaorVEPU8/AAavUe9Tnqe9Sv6b+Q0NGI0ijS2MHGB4BAH3hSjMAAQAAAH0ASAAMAAAAAAACAAEAAgAWAAABAADhAAAAAHjapVLLTsJQED0X0AjxkYBh3bC3lgIFjBujcWFcSaI7k1oRiTwaKPhYGr+CP/APjHHlSvd+gR/gyg/w3OklMbIwxt703jMz58ydmRbACh6hoJ8cMtyTUKk0zwdaMVbI4tngBJbxZnCS/neDUyjg0+A5eCpv8Dyyat/gBWyqY4PTKKiJwYtw1ZPBS7hVHwbnsJoIDX5BPnFn8CucxMQpuqVyxavW6tjGAE34iLifwsIJrrk30MYNPT1coE97Cx1aV+T1yGpSY9N7z9eFw1UTTUSt5q2hKnGt6vAcMFsL54wPxWry1DnGcqdm6liEEBtY57qUZZM1zaj5Y6nHRsCKutiRnG0yfDL0jQeMtzCi5TP3bHzWY/3QHEpVQ3L6vMlCkbc50qHuJZQ+dD+OaLW/yDWb9z8z/Z3191ntSj1N8nxBFs7oH/AMTce6X196G4ne5r+UoS5mxVm6wg1Y33emztGRbmMrkFwRowH3mGXLpFyUUEYFHidUQx1H5J9IJT1hxtNuyNws7FGpv4H269djvy7V8T6dfukL/ReIfQB42m3Ox06CYRCF4XeUJh0E7AV79//p2FHA3nuXRAUTY4yGhQs3blx4N9bLUwLf0rN5MmeSyVBFOb9BXvgvzyBVUk01BoyYMGOhBis27Dhw4sKNBy+1+PAToI56GmikiWZaaKWNdoJ00EkX3fTQSx/9DDDIEMOMMIqGTogwEaLEiJMgyRjjTDDJFNPMkGKWOdJkyDLPAossscwKq6yxzgabbLHNDrvssc8BhxxxzAmnnHHOBTkx8CZGMYlZLFIjVrGJXRziFJe4xSNeqeWdD7754ZMvXsUnfgmY8rdP9wXdXLy70TQtXTGlKctzqLRQ6sqQMqyMKKPKmDKuTCiTylRFXd3Vdev1Tb74cHWZeyxUqlC2YrRspvTCH961Se8AAAC4Af+FsAGNAEuwCFBYsQEBjlmxRgYrWCGwEFlLsBRSWCGwgFkdsAYrXFgAsAMgRbADK0QBsAQgRbADK0RZsBQrAAFRqli1AAA=)
}

:root {
    --font-name: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue";
    --font-symbol: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    --font-size: 1rem;
    --line-height: 1.5;
    --font-style: normal;
    --font-weight: 400
}

html {
    font-family: var(--font-name),sans-serif;
    font-size: 100%
}

body {
    font-family: var(--font-name),sans-serif;
    font-size: var(--font-size);
    line-height: var(--line-height);
    font-style: var(--font-style);
    font-weight: var(--font-weight)
}

:root {
    --thumb-background: rgba(255, 255, 255, .8);
    --img-overlay-background: rgba(70, 140, 255, .7);
    --img-overlay-color: #ffffff;
    --img-border-radius: 6px
}

.dark-side {
    --thumb-background: rgba(0, 0, 0, .8);
    --img-overlay-background: rgba(70, 140, 255, .7);
    --img-overlay-color: #ffffff
}

.img-container, .img-fluid, .img-thumbnail {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    vertical-align: middle;
    background-color: transparent;
    transition: all .3s ease-in-out;
    overflow: hidden;
    border-radius: var(--img-border-radius)
}

.img-thumbnail {
    padding: .25rem;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    background-color: var(--thumb-background)
}

.img-container {
    display: block
}

    .img-container img {
        width: 100%;
        height: auto;
        position: relative;
        object-fit: cover
    }

    .img-container .image-overlay {
        position: absolute;
        inset: 0;
        opacity: 0;
        overflow: hidden;
        font-size: .875rem;
        line-height: 1rem;
        padding: 2em;
        background-color: var(--img-overlay-background);
        color: var(--img-overlay-color);
        text-align: center;
        border-radius: inherit;
        transition: all .3s ease-in-out
    }

        .img-container .image-overlay * {
            color: inherit
        }

@media(hover:hover) {
    .img-container .image-overlay:hover {
        opacity: 1
    }

        .img-container .image-overlay:hover:before, .img-container .image-overlay:hover:after {
            opacity: 1;
            transform: scale(1)
        }
}

@media(hover:none) {
    .img-container .image-overlay:active {
        opacity: 1
    }

        .img-container .image-overlay:active:before, .img-container .image-overlay:active:after {
            opacity: 1;
            transform: scale(1)
        }
}

.img-container .image-overlay:before, .img-container .image-overlay:after {
    display: block;
    position: absolute;
    content: "";
    border: 1px solid var(--border-color);
    border-radius: 6px;
    inset: 1em;
    opacity: 0;
    transform: scale(1.5);
    transition: all .3s ease-in-out
}

.img-container .image-overlay:after {
    border-left: none;
    border-right: none;
    bottom: 1em;
    top: 1em
}

.img-container .image-overlay:before {
    border-top: none;
    border-bottom: none;
    bottom: 1em;
    top: 1em
}

.img-container.thumbnail {
    padding: .25rem;
    border: 1px solid var(--border-color);
    background-color: var(--thumb-background);
    display: flex;
    flex-direction: column;
    gap: 6px
}

    .img-container.thumbnail img {
        flex: 1;
        border-radius: calc(var(--img-border-radius)/2)
    }

    .img-container.thumbnail .title {
        font-weight: 600;
        line-height: 1;
        padding: .5rem;
        border-bottom: 1px solid var(--border-color)
    }

    .img-container.thumbnail .description {
        font-size: 13px;
        line-height: 1.2;
        margin-top: .25rem;
        padding: 0 .5rem .5rem
    }

figure {
    margin: 0 0 1rem
}

    figure img {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        vertical-align: middle;
        background-color: transparent;
        transition: all .3s ease-in-out
    }

.flip-image-horizontal {
    transform: scaleX(-1)
}

.flip-image-vertical {
    transform: scaleY(-1)
}

.flip-image {
    transform: scale(-1)
}

.fit-cover {
    object-fit: cover
}

.fit-contain {
    object-fit: contain
}

.fit-fill {
    object-fit: fill
}

.fit-scale-down {
    object-fit: scale-down
}

.fit-none {
    object-fit: none
}

:root {
    --step-list-number-color: #757575
}

.dark-side {
    --step-list-number-color: #ffedbc
}

.step-list {
    margin: 0 0 0 3em;
    padding: 0;
    list-style-type: none;
    counter-reset: li
}

    .step-list > li {
        border-left: 1px var(--border-color) solid;
        position: relative;
        padding: 0 1rem;
        margin: 1rem;
        vertical-align: top
    }

        .step-list > li:before {
            position: absolute;
            content: counter(li);
            counter-increment: li;
            font-size: 2rem;
            color: var(--step-list-number-color);
            left: -.5rem;
            top: 0;
            margin-left: -2em;
            width: 1.8em;
            text-align: right
        }

.custom-list-marker {
    list-style: none inside
}

    .custom-list-marker li {
        position: relative;
        padding-left: 1.2em
    }

        .custom-list-marker li:before {
            content: attr(data-marker);
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%)
        }

.items-list, .feed-list {
    margin: 0;
    padding: 4px;
    position: relative;
    display: block;
    list-style: none inside
}

    .items-list .item, .feed-list .item, .items-list > li, .feed-list > li {
        display: flex;
        flex-flow: column;
        justify-content: center;
        position: relative;
        height: 56px;
        padding: 8px 16px;
        vertical-align: middle;
        overflow: hidden;
        cursor: default
    }

        .items-list .item .avatar, .feed-list .item .avatar, .items-list > li .avatar, .feed-list > li .avatar {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            position: absolute;
            left: 16px;
            top: 50%;
            margin-top: -21px;
            font-size: 32px;
            line-height: 42px
        }

        .items-list .item .second-action, .feed-list .item .second-action, .items-list > li .second-action, .feed-list > li .second-action {
            position: absolute;
            right: 16px;
            width: 24px;
            height: 24px;
            font-size: 24px;
            line-height: 24px;
            top: 50%;
            margin-top: -12px;
            cursor: pointer
        }

        .items-list .item .label, .feed-list .item .label, .items-list > li .label, .feed-list > li .label, .items-list .item .second-label, .feed-list .item .second-label, .items-list > li .second-label, .feed-list > li .second-label {
            display: block
        }

        .items-list .item .label, .feed-list .item .label, .items-list > li .label, .feed-list > li .label {
            line-height: 1
        }

        .items-list .item .second-label, .feed-list .item .second-label, .items-list > li .second-label, .feed-list > li .second-label {
            font-size: .9em;
            color: #8c8c8c;
            line-height: 1
        }

        .items-list .item .avatar ~ .label, .feed-list .item .avatar ~ .label, .items-list > li .avatar ~ .label, .feed-list > li .avatar ~ .label, .items-list .item .avatar ~ .second-label, .feed-list .item .avatar ~ .second-label, .items-list > li .avatar ~ .second-label, .feed-list > li .avatar ~ .second-label {
            padding-left: 56px
        }

        .items-list .item + .item, .feed-list .item + .item {
            border-top: 1px var(--border-color) solid
        }

        .items-list > li + li, .feed-list > li + li {
            border-top: 1px var(--border-color) solid
        }

    .feed-list .title {
        padding: 0 16px;
        font-size: 18px;
        font-weight: 500;
        height: 36px;
        line-height: 36px;
        display: block
    }

    .feed-list .item + .title, .feed-list li + .title {
        margin-top: 1rem
    }

    .feed-list .title + .item, .feed-list .title + li, .feed-list li + .title {
        border-top: 1px transparent solid
    }

    .feed-list .item, .feed-list > li {
        height: 104px;
        padding: 16px 0;
        justify-content: space-around
    }

        .feed-list .item .avatar, .feed-list > li .avatar {
            position: absolute;
            top: 16px;
            left: 16px;
            width: 96px;
            height: 72px;
            border-radius: 4px;
            overflow: hidden;
            margin-top: 0;
            object-fit: cover
        }

        .feed-list .item .second-label, .feed-list > li .second-label {
            font-size: 10px
        }

        .feed-list .item .avatar ~ .label, .feed-list > li .avatar ~ .label, .feed-list .item .avatar ~ .second-label, .feed-list > li .avatar ~ .second-label {
            margin-left: 128px;
            margin-right: 16px;
            padding-left: 0
        }

        .feed-list .item .avatar.on-right, .feed-list > li .avatar.on-right {
            float: none;
            left: auto;
            right: 16px
        }

            .feed-list .item .avatar.on-right ~ .label, .feed-list > li .avatar.on-right ~ .label, .feed-list .item .avatar.on-right ~ .second-label, .feed-list > li .avatar.on-right ~ .second-label {
                margin-left: 16px;
                margin-right: 128px
            }

.group-list {
    margin: 0;
    position: relative;
    display: block;
    list-style: none inside;
    border: 1px solid var(--border-color)
}

    .group-list .item, .group-list > li {
        display: block;
        position: relative;
        padding: 4px 8px
    }

        .group-list .item + .item, .group-list > li + li {
            border-top: 1px solid var(--border-color)
        }

    .group-list.horizontal {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

        .group-list.horizontal .item, .group-list.horizontal > li {
            flex-basis: 100%
        }

            .group-list.horizontal .item + .item, .group-list.horizontal > li + li {
                border-top: none;
                border-left: 1px solid var(--border-color)
            }

.inline-list {
    list-style: none;
    padding-left: 0;
    margin-left: 0
}

    .inline-list li {
        display: inline-block;
        margin-right: .625rem
    }

        .inline-list li:last-child {
            margin-right: 0
        }

.unstyled-list {
    list-style: none inside;
    margin-left: 0
}

ol.decimal {
    list-style-type: decimal
}

ol.roman-upper {
    list-style-type: upper-roman
}

ol.roman-lower {
    list-style-type: lower-roman
}

ol.alpha-upper {
    list-style-type: upper-alpha
}

ol.alpha-lower {
    list-style-type: lower-alpha
}

ol.latin-upper {
    list-style-type: upper-latin
}

ol.latin-lower {
    list-style-type: lower-latin
}

.no-style {
    list-style-type: none
}

.fixed-top, .fixed-bottom {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%
}

.fixed-top {
    top: 0;
    bottom: auto
}

.fixed-bottom {
    top: auto;
    bottom: 0
}

.pos-relative {
    position: relative !important
}

.pos-absolute {
    position: absolute !important
}

.pos-static {
    position: static !important
}

.pos-fixed {
    position: fixed !important
}

.pos-sticky {
    position: sticky !important;
    top: 0;
    align-self: flex-start !important
}

@container (min-width: 0) {
    .pos-relative-fs {
        position: relative !important
    }

    .pos-absolute-fs {
        position: absolute !important
    }

    .pos-static-fs {
        position: static !important
    }

    .pos-fixed-fs {
        position: fixed !important
    }
}

@container (min-width: 360px) {
    .pos-relative-xs {
        position: relative !important
    }

    .pos-absolute-xs {
        position: absolute !important
    }

    .pos-static-xs {
        position: static !important
    }

    .pos-fixed-xs {
        position: fixed !important
    }
}

@container (min-width: 576px) {
    .pos-relative-sm {
        position: relative !important
    }

    .pos-absolute-sm {
        position: absolute !important
    }

    .pos-static-sm {
        position: static !important
    }

    .pos-fixed-sm {
        position: fixed !important
    }
}

@container (min-width: 640px) {
    .pos-relative-ld {
        position: relative !important
    }

    .pos-absolute-ld {
        position: absolute !important
    }

    .pos-static-ld {
        position: static !important
    }

    .pos-fixed-ld {
        position: fixed !important
    }
}

@container (min-width: 768px) {
    .pos-relative-md {
        position: relative !important
    }

    .pos-absolute-md {
        position: absolute !important
    }

    .pos-static-md {
        position: static !important
    }

    .pos-fixed-md {
        position: fixed !important
    }
}

@container (min-width: 992px) {
    .pos-relative-lg {
        position: relative !important
    }

    .pos-absolute-lg {
        position: absolute !important
    }

    .pos-static-lg {
        position: static !important
    }

    .pos-fixed-lg {
        position: fixed !important
    }
}

@container (min-width: 1200px) {
    .pos-relative-xl {
        position: relative !important
    }

    .pos-absolute-xl {
        position: absolute !important
    }

    .pos-static-xl {
        position: static !important
    }

    .pos-fixed-xl {
        position: fixed !important
    }
}

@container (min-width: 1400px) {
    .pos-relative-xxl {
        position: relative !important
    }

    .pos-absolute-xxl {
        position: absolute !important
    }

    .pos-static-xxl {
        position: static !important
    }

    .pos-fixed-xxl {
        position: fixed !important
    }
}

@container (min-width: 2000px) {
    .pos-relative-xxxl {
        position: relative !important
    }

    .pos-absolute-xxxl {
        position: absolute !important
    }

    .pos-static-xxxl {
        position: static !important
    }

    .pos-fixed-xxxl {
        position: fixed !important
    }
}

.put-n {
    inset: 0 auto auto 50% !important;
    transform: translate(-50%) translateY(-100%)
}

.put-nw {
    inset: 0 auto auto 0 !important;
    transform: translateY(-100%)
}

.put-ne {
    inset: 0 0 auto auto !important;
    transform: translateY(-100%)
}

.put-wn {
    inset: 0 auto auto 0 !important;
    transform: translate(-100%)
}

.put-w {
    inset: 50% auto auto 0 !important;
    transform: translate(-100%) translateY(-50%)
}

.put-ws {
    inset: auto auto 0 0 !important;
    transform: translate(-100%)
}

.put-en {
    inset: 0 0 auto auto !important;
    transform: translate(100%)
}

.put-e {
    inset: 50% 0 auto auto !important;
    transform: translate(100%) translateY(-50%)
}

.put-es {
    inset: auto 0 0 auto !important;
    transform: translate(100%)
}

.put-s {
    inset: 100% auto auto 0 !important
}

.put-sw {
    inset: 100% auto auto 50% !important;
    transform: translate(-50%)
}

.put-se {
    inset: 100% 0 auto auto !important
}

.put-left {
    left: 0 !important;
    right: auto !important
}

.put-right {
    left: auto !important;
    right: 0 !important
}

.pos-top-left {
    inset: 0 auto auto 0 !important
}

.pos-top-center {
    inset: 0 auto auto 50% !important;
    transform: translate(-50%)
}

.pos-top-right {
    inset: 0 0 auto auto !important
}

.pos-bottom-left {
    inset: auto auto 0 0 !important
}

.pos-bottom-center {
    inset: auto auto 0 50% !important;
    transform: translate(-50%)
}

.pos-bottom-right {
    inset: auto 0 0 auto !important
}

.pos-left-center {
    inset: 50% auto auto 0 !important;
    transform: translateY(-50%)
}

.pos-right-center {
    inset: 50% 0 auto auto;
    transform: translateY(-50%)
}

.pos-center {
    inset: 50% auto auto 50% !important;
    transform: translate(-50%) translateY(-50%)
}

@container (min-width: 0) {
    .put-left-fs {
        left: 0 !important;
        right: auto !important
    }

    .put-right-fs {
        left: auto !important;
        right: 0 !important
    }

    .put-n-fs {
        inset: 0 auto auto 50% !important;
        transform: translate(-50%) translateY(-100%)
    }

    .put-nw-fs {
        inset: 0 auto auto 0 !important;
        transform: translateY(-100%)
    }

    .put-ne-fs {
        inset: 0 0 auto auto !important;
        transform: translateY(-100%)
    }

    .put-wn-fs {
        inset: 0 auto auto 0 !important;
        transform: translate(-100%)
    }

    .put-w-fs {
        inset: 50% auto auto 0 !important;
        transform: translate(-100%) translateY(-50%)
    }

    .put-ws-fs {
        inset: auto auto 0 0 !important;
        transform: translate(-100%)
    }

    .put-en-fs {
        inset: 0 0 auto auto !important;
        transform: translate(100%)
    }

    .put-e-fs {
        inset: 50% 0 auto auto !important;
        transform: translate(100%) translateY(-50%)
    }

    .put-es-fs {
        inset: auto 0 0 auto !important;
        transform: translate(100%)
    }

    .put-s-fs {
        inset: 100% auto auto 0 !important
    }

    .put-sw-fs {
        inset: 100% auto auto 50% !important;
        transform: translate(-50%)
    }

    .put-se-fs {
        inset: 100% 0 auto auto !important
    }
}

@container (min-width: 360px) {
    .put-left-xs {
        left: 0 !important;
        right: auto !important
    }

    .put-right-xs {
        left: auto !important;
        right: 0 !important
    }

    .put-n-xs {
        inset: 0 auto auto 50% !important;
        transform: translate(-50%) translateY(-100%)
    }

    .put-nw-xs {
        inset: 0 auto auto 0 !important;
        transform: translateY(-100%)
    }

    .put-ne-xs {
        inset: 0 0 auto auto !important;
        transform: translateY(-100%)
    }

    .put-wn-xs {
        inset: 0 auto auto 0 !important;
        transform: translate(-100%)
    }

    .put-w-xs {
        inset: 50% auto auto 0 !important;
        transform: translate(-100%) translateY(-50%)
    }

    .put-ws-xs {
        inset: auto auto 0 0 !important;
        transform: translate(-100%)
    }

    .put-en-xs {
        inset: 0 0 auto auto !important;
        transform: translate(100%)
    }

    .put-e-xs {
        inset: 50% 0 auto auto !important;
        transform: translate(100%) translateY(-50%)
    }

    .put-es-xs {
        inset: auto 0 0 auto !important;
        transform: translate(100%)
    }

    .put-s-xs {
        inset: 100% auto auto 0 !important
    }

    .put-sw-xs {
        inset: 100% auto auto 50% !important;
        transform: translate(-50%)
    }

    .put-se-xs {
        inset: 100% 0 auto auto !important
    }
}

@container (min-width: 576px) {
    .put-left-sm {
        left: 0 !important;
        right: auto !important
    }

    .put-right-sm {
        left: auto !important;
        right: 0 !important
    }

    .put-n-sm {
        inset: 0 auto auto 50% !important;
        transform: translate(-50%) translateY(-100%)
    }

    .put-nw-sm {
        inset: 0 auto auto 0 !important;
        transform: translateY(-100%)
    }

    .put-ne-sm {
        inset: 0 0 auto auto !important;
        transform: translateY(-100%)
    }

    .put-wn-sm {
        inset: 0 auto auto 0 !important;
        transform: translate(-100%)
    }

    .put-w-sm {
        inset: 50% auto auto 0 !important;
        transform: translate(-100%) translateY(-50%)
    }

    .put-ws-sm {
        inset: auto auto 0 0 !important;
        transform: translate(-100%)
    }

    .put-en-sm {
        inset: 0 0 auto auto !important;
        transform: translate(100%)
    }

    .put-e-sm {
        inset: 50% 0 auto auto !important;
        transform: translate(100%) translateY(-50%)
    }

    .put-es-sm {
        inset: auto 0 0 auto !important;
        transform: translate(100%)
    }

    .put-s-sm {
        inset: 100% auto auto 0 !important
    }

    .put-sw-sm {
        inset: 100% auto auto 50% !important;
        transform: translate(-50%)
    }

    .put-se-sm {
        inset: 100% 0 auto auto !important
    }
}

@container (min-width: 640px) {
    .put-left-ld {
        left: 0 !important;
        right: auto !important
    }

    .put-right-ld {
        left: auto !important;
        right: 0 !important
    }

    .put-n-ld {
        inset: 0 auto auto 50% !important;
        transform: translate(-50%) translateY(-100%)
    }

    .put-nw-ld {
        inset: 0 auto auto 0 !important;
        transform: translateY(-100%)
    }

    .put-ne-ld {
        inset: 0 0 auto auto !important;
        transform: translateY(-100%)
    }

    .put-wn-ld {
        inset: 0 auto auto 0 !important;
        transform: translate(-100%)
    }

    .put-w-ld {
        inset: 50% auto auto 0 !important;
        transform: translate(-100%) translateY(-50%)
    }

    .put-ws-ld {
        inset: auto auto 0 0 !important;
        transform: translate(-100%)
    }

    .put-en-ld {
        inset: 0 0 auto auto !important;
        transform: translate(100%)
    }

    .put-e-ld {
        inset: 50% 0 auto auto !important;
        transform: translate(100%) translateY(-50%)
    }

    .put-es-ld {
        inset: auto 0 0 auto !important;
        transform: translate(100%)
    }

    .put-s-ld {
        inset: 100% auto auto 0 !important
    }

    .put-sw-ld {
        inset: 100% auto auto 50% !important;
        transform: translate(-50%)
    }

    .put-se-ld {
        inset: 100% 0 auto auto !important
    }
}

@container (min-width: 768px) {
    .put-left-md {
        left: 0 !important;
        right: auto !important
    }

    .put-right-md {
        left: auto !important;
        right: 0 !important
    }

    .put-n-md {
        inset: 0 auto auto 50% !important;
        transform: translate(-50%) translateY(-100%)
    }

    .put-nw-md {
        inset: 0 auto auto 0 !important;
        transform: translateY(-100%)
    }

    .put-ne-md {
        inset: 0 0 auto auto !important;
        transform: translateY(-100%)
    }

    .put-wn-md {
        inset: 0 auto auto 0 !important;
        transform: translate(-100%)
    }

    .put-w-md {
        inset: 50% auto auto 0 !important;
        transform: translate(-100%) translateY(-50%)
    }

    .put-ws-md {
        inset: auto auto 0 0 !important;
        transform: translate(-100%)
    }

    .put-en-md {
        inset: 0 0 auto auto !important;
        transform: translate(100%)
    }

    .put-e-md {
        inset: 50% 0 auto auto !important;
        transform: translate(100%) translateY(-50%)
    }

    .put-es-md {
        inset: auto 0 0 auto !important;
        transform: translate(100%)
    }

    .put-s-md {
        inset: 100% auto auto 0 !important
    }

    .put-sw-md {
        inset: 100% auto auto 50% !important;
        transform: translate(-50%)
    }

    .put-se-md {
        inset: 100% 0 auto auto !important
    }
}

@container (min-width: 992px) {
    .put-left-lg {
        left: 0 !important;
        right: auto !important
    }

    .put-right-lg {
        left: auto !important;
        right: 0 !important
    }

    .put-n-lg {
        inset: 0 auto auto 50% !important;
        transform: translate(-50%) translateY(-100%)
    }

    .put-nw-lg {
        inset: 0 auto auto 0 !important;
        transform: translateY(-100%)
    }

    .put-ne-lg {
        inset: 0 0 auto auto !important;
        transform: translateY(-100%)
    }

    .put-wn-lg {
        inset: 0 auto auto 0 !important;
        transform: translate(-100%)
    }

    .put-w-lg {
        inset: 50% auto auto 0 !important;
        transform: translate(-100%) translateY(-50%)
    }

    .put-ws-lg {
        inset: auto auto 0 0 !important;
        transform: translate(-100%)
    }

    .put-en-lg {
        inset: 0 0 auto auto !important;
        transform: translate(100%)
    }

    .put-e-lg {
        inset: 50% 0 auto auto !important;
        transform: translate(100%) translateY(-50%)
    }

    .put-es-lg {
        inset: auto 0 0 auto !important;
        transform: translate(100%)
    }

    .put-s-lg {
        inset: 100% auto auto 0 !important
    }

    .put-sw-lg {
        inset: 100% auto auto 50% !important;
        transform: translate(-50%)
    }

    .put-se-lg {
        inset: 100% 0 auto auto !important
    }
}

@container (min-width: 1200px) {
    .put-left-xl {
        left: 0 !important;
        right: auto !important
    }

    .put-right-xl {
        left: auto !important;
        right: 0 !important
    }

    .put-n-xl {
        inset: 0 auto auto 50% !important;
        transform: translate(-50%) translateY(-100%)
    }

    .put-nw-xl {
        inset: 0 auto auto 0 !important;
        transform: translateY(-100%)
    }

    .put-ne-xl {
        inset: 0 0 auto auto !important;
        transform: translateY(-100%)
    }

    .put-wn-xl {
        inset: 0 auto auto 0 !important;
        transform: translate(-100%)
    }

    .put-w-xl {
        inset: 50% auto auto 0 !important;
        transform: translate(-100%) translateY(-50%)
    }

    .put-ws-xl {
        inset: auto auto 0 0 !important;
        transform: translate(-100%)
    }

    .put-en-xl {
        inset: 0 0 auto auto !important;
        transform: translate(100%)
    }

    .put-e-xl {
        inset: 50% 0 auto auto !important;
        transform: translate(100%) translateY(-50%)
    }

    .put-es-xl {
        inset: auto 0 0 auto !important;
        transform: translate(100%)
    }

    .put-s-xl {
        inset: 100% auto auto 0 !important
    }

    .put-sw-xl {
        inset: 100% auto auto 50% !important;
        transform: translate(-50%)
    }

    .put-se-xl {
        inset: 100% 0 auto auto !important
    }
}

@container (min-width: 1400px) {
    .put-left-xxl {
        left: 0 !important;
        right: auto !important
    }

    .put-right-xxl {
        left: auto !important;
        right: 0 !important
    }

    .put-n-xxl {
        inset: 0 auto auto 50% !important;
        transform: translate(-50%) translateY(-100%)
    }

    .put-nw-xxl {
        inset: 0 auto auto 0 !important;
        transform: translateY(-100%)
    }

    .put-ne-xxl {
        inset: 0 0 auto auto !important;
        transform: translateY(-100%)
    }

    .put-wn-xxl {
        inset: 0 auto auto 0 !important;
        transform: translate(-100%)
    }

    .put-w-xxl {
        inset: 50% auto auto 0 !important;
        transform: translate(-100%) translateY(-50%)
    }

    .put-ws-xxl {
        inset: auto auto 0 0 !important;
        transform: translate(-100%)
    }

    .put-en-xxl {
        inset: 0 0 auto auto !important;
        transform: translate(100%)
    }

    .put-e-xxl {
        inset: 50% 0 auto auto !important;
        transform: translate(100%) translateY(-50%)
    }

    .put-es-xxl {
        inset: auto 0 0 auto !important;
        transform: translate(100%)
    }

    .put-s-xxl {
        inset: 100% auto auto 0 !important
    }

    .put-sw-xxl {
        inset: 100% auto auto 50% !important;
        transform: translate(-50%)
    }

    .put-se-xxl {
        inset: 100% 0 auto auto !important
    }
}

@container (min-width: 2000px) {
    .put-left-xxxl {
        left: 0 !important;
        right: auto !important
    }

    .put-right-xxxl {
        left: auto !important;
        right: 0 !important
    }

    .put-n-xxxl {
        inset: 0 auto auto 50% !important;
        transform: translate(-50%) translateY(-100%)
    }

    .put-nw-xxxl {
        inset: 0 auto auto 0 !important;
        transform: translateY(-100%)
    }

    .put-ne-xxxl {
        inset: 0 0 auto auto !important;
        transform: translateY(-100%)
    }

    .put-wn-xxxl {
        inset: 0 auto auto 0 !important;
        transform: translate(-100%)
    }

    .put-w-xxxl {
        inset: 50% auto auto 0 !important;
        transform: translate(-100%) translateY(-50%)
    }

    .put-ws-xxxl {
        inset: auto auto 0 0 !important;
        transform: translate(-100%)
    }

    .put-en-xxxl {
        inset: 0 0 auto auto !important;
        transform: translate(100%)
    }

    .put-e-xxxl {
        inset: 50% 0 auto auto !important;
        transform: translate(100%) translateY(-50%)
    }

    .put-es-xxxl {
        inset: auto 0 0 auto !important;
        transform: translate(100%)
    }

    .put-s-xxxl {
        inset: 100% auto auto 0 !important
    }

    .put-sw-xxxl {
        inset: 100% auto auto 50% !important;
        transform: translate(-50%)
    }

    .put-se-xxxl {
        inset: 100% 0 auto auto !important
    }
}

@media print {
    .d-none-print {
        display: none !important
    }

    .d-block-print {
        display: block !important
    }

    .d-inline-print {
        display: inline !important
    }

    .d-inline-block-print {
        display: inline-block !important
    }

    .d-table-print {
        display: table !important
    }

    .d-table-row-print {
        display: table-row !important
    }

    .d-table-cell-print {
        display: table-cell !important
    }

    .d-flex-print {
        display: flex !important
    }

    .d-inline-flex-print {
        display: inline-flex !important
    }

    .visible-print {
        visibility: visible !important
    }

    .no-visible-print {
        visibility: hidden !important
    }

    .overflow-print {
        overflow: auto !important
    }

    .no-overflow-print {
        overflow: hidden !important
    }

    .scroll-print {
        overflow: scroll !important
    }

    .scroll-x-print {
        overflow-x: auto !important
    }

    .scroll-y-print {
        overflow-y: auto !important
    }

    .no-scroll-print {
        overflow: hidden !important
    }

    .no-scroll-x-print {
        overflow-x: hidden !important
    }

    .no-scroll-y-print {
        overflow-y: hidden !important
    }

    .wrap-print {
        white-space: normal !important
    }

    .no-wrap-print {
        white-space: nowrap !important
    }
}

.w-auto {
    width: auto !important
}

.h-auto {
    height: auto !important
}

.w-fs {
    width: 0 !important
}

.w-xs {
    width: 360px !important
}

.w-sm {
    width: 576px !important
}

.w-ld {
    width: 640px !important
}

.w-md {
    width: 768px !important
}

.w-lg {
    width: 992px !important
}

.w-xl {
    width: 1200px !important
}

.w-xxl {
    width: 1400px !important
}

.w-xxxl {
    width: 2000px !important
}

.h-10-vh {
    height: 10vh !important
}

.w-10-vw {
    width: 10vw !important
}

.h-10 {
    height: 10% !important
}

.w-10 {
    width: 10% !important
}

.h-max-10 {
    max-height: 10% !important
}

.w-max-10 {
    max-width: 10% !important
}

.h-min-10 {
    min-height: 10% !important
}

.w-min-10 {
    min-width: 10% !important
}

.h-20-vh {
    height: 20vh !important
}

.w-20-vw {
    width: 20vw !important
}

.h-20 {
    height: 20% !important
}

.w-20 {
    width: 20% !important
}

.h-max-20 {
    max-height: 20% !important
}

.w-max-20 {
    max-width: 20% !important
}

.h-min-20 {
    min-height: 20% !important
}

.w-min-20 {
    min-width: 20% !important
}

.h-25-vh {
    height: 25vh !important
}

.w-25-vw {
    width: 25vw !important
}

.h-25 {
    height: 25% !important
}

.w-25 {
    width: 25% !important
}

.h-max-25 {
    max-height: 25% !important
}

.w-max-25 {
    max-width: 25% !important
}

.h-min-25 {
    min-height: 25% !important
}

.w-min-25 {
    min-width: 25% !important
}

.h-33-vh {
    height: 33vh !important
}

.w-33-vw {
    width: 33vw !important
}

.h-33 {
    height: 33% !important
}

.w-33 {
    width: 33% !important
}

.h-max-33 {
    max-height: 33% !important
}

.w-max-33 {
    max-width: 33% !important
}

.h-min-33 {
    min-height: 33% !important
}

.w-min-33 {
    min-width: 33% !important
}

.h-50-vh {
    height: 50vh !important
}

.w-50-vw {
    width: 50vw !important
}

.h-50 {
    height: 50% !important
}

.w-50 {
    width: 50% !important
}

.h-max-50 {
    max-height: 50% !important
}

.w-max-50 {
    max-width: 50% !important
}

.h-min-50 {
    min-height: 50% !important
}

.w-min-50 {
    min-width: 50% !important
}

.h-66-vh {
    height: 66vh !important
}

.w-66-vw {
    width: 66vw !important
}

.h-66 {
    height: 66% !important
}

.w-66 {
    width: 66% !important
}

.h-max-66 {
    max-height: 66% !important
}

.w-max-66 {
    max-width: 66% !important
}

.h-min-66 {
    min-height: 66% !important
}

.w-min-66 {
    min-width: 66% !important
}

.h-75-vh {
    height: 75vh !important
}

.w-75-vw {
    width: 75vw !important
}

.h-75 {
    height: 75% !important
}

.w-75 {
    width: 75% !important
}

.h-max-75 {
    max-height: 75% !important
}

.w-max-75 {
    max-width: 75% !important
}

.h-min-75 {
    min-height: 75% !important
}

.w-min-75 {
    min-width: 75% !important
}

.h-80-vh {
    height: 80vh !important
}

.w-80-vw {
    width: 80vw !important
}

.h-80 {
    height: 80% !important
}

.w-80 {
    width: 80% !important
}

.h-max-80 {
    max-height: 80% !important
}

.w-max-80 {
    max-width: 80% !important
}

.h-min-80 {
    min-height: 80% !important
}

.w-min-80 {
    min-width: 80% !important
}

.h-90-vh {
    height: 90vh !important
}

.w-90-vw {
    width: 90vw !important
}

.h-90 {
    height: 90% !important
}

.w-90 {
    width: 90% !important
}

.h-max-90 {
    max-height: 90% !important
}

.w-max-90 {
    max-width: 90% !important
}

.h-min-90 {
    min-height: 90% !important
}

.w-min-90 {
    min-width: 90% !important
}

.h-100-vh {
    height: 100vh !important
}

.w-100-vw {
    width: 100vw !important
}

.h-100 {
    height: 100% !important
}

.w-100 {
    width: 100% !important
}

.h-max-100 {
    max-height: 100% !important
}

.w-max-100 {
    max-width: 100% !important
}

.h-min-100 {
    min-height: 100% !important
}

.w-min-100 {
    min-width: 100% !important
}

@container (min-width: 0) {
    .w-auto-fs {
        width: auto !important
    }

    .h-auto-fs {
        height: auto !important
    }

    .h-10-fs-vh {
        height: 10vh !important
    }

    .w-10-fs-vw {
        width: 10vw !important
    }

    .h-10-fs {
        height: 10% !important
    }

    .w-10-fs {
        width: 10% !important
    }

    .h-max-10-fs {
        max-height: 10% !important
    }

    .w-max-10-fs {
        min-width: 10% !important
    }

    .h-min-10-fs {
        min-height: 10% !important
    }

    .w-min-10-fs {
        min-width: 10% !important
    }

    .h-20-fs-vh {
        height: 20vh !important
    }

    .w-20-fs-vw {
        width: 20vw !important
    }

    .h-20-fs {
        height: 20% !important
    }

    .w-20-fs {
        width: 20% !important
    }

    .h-max-20-fs {
        max-height: 20% !important
    }

    .w-max-20-fs {
        min-width: 20% !important
    }

    .h-min-20-fs {
        min-height: 20% !important
    }

    .w-min-20-fs {
        min-width: 20% !important
    }

    .h-25-fs-vh {
        height: 25vh !important
    }

    .w-25-fs-vw {
        width: 25vw !important
    }

    .h-25-fs {
        height: 25% !important
    }

    .w-25-fs {
        width: 25% !important
    }

    .h-max-25-fs {
        max-height: 25% !important
    }

    .w-max-25-fs {
        min-width: 25% !important
    }

    .h-min-25-fs {
        min-height: 25% !important
    }

    .w-min-25-fs {
        min-width: 25% !important
    }

    .h-33-fs-vh {
        height: 33vh !important
    }

    .w-33-fs-vw {
        width: 33vw !important
    }

    .h-33-fs {
        height: 33% !important
    }

    .w-33-fs {
        width: 33% !important
    }

    .h-max-33-fs {
        max-height: 33% !important
    }

    .w-max-33-fs {
        min-width: 33% !important
    }

    .h-min-33-fs {
        min-height: 33% !important
    }

    .w-min-33-fs {
        min-width: 33% !important
    }

    .h-50-fs-vh {
        height: 50vh !important
    }

    .w-50-fs-vw {
        width: 50vw !important
    }

    .h-50-fs {
        height: 50% !important
    }

    .w-50-fs {
        width: 50% !important
    }

    .h-max-50-fs {
        max-height: 50% !important
    }

    .w-max-50-fs {
        min-width: 50% !important
    }

    .h-min-50-fs {
        min-height: 50% !important
    }

    .w-min-50-fs {
        min-width: 50% !important
    }

    .h-66-fs-vh {
        height: 66vh !important
    }

    .w-66-fs-vw {
        width: 66vw !important
    }

    .h-66-fs {
        height: 66% !important
    }

    .w-66-fs {
        width: 66% !important
    }

    .h-max-66-fs {
        max-height: 66% !important
    }

    .w-max-66-fs {
        min-width: 66% !important
    }

    .h-min-66-fs {
        min-height: 66% !important
    }

    .w-min-66-fs {
        min-width: 66% !important
    }

    .h-75-fs-vh {
        height: 75vh !important
    }

    .w-75-fs-vw {
        width: 75vw !important
    }

    .h-75-fs {
        height: 75% !important
    }

    .w-75-fs {
        width: 75% !important
    }

    .h-max-75-fs {
        max-height: 75% !important
    }

    .w-max-75-fs {
        min-width: 75% !important
    }

    .h-min-75-fs {
        min-height: 75% !important
    }

    .w-min-75-fs {
        min-width: 75% !important
    }

    .h-80-fs-vh {
        height: 80vh !important
    }

    .w-80-fs-vw {
        width: 80vw !important
    }

    .h-80-fs {
        height: 80% !important
    }

    .w-80-fs {
        width: 80% !important
    }

    .h-max-80-fs {
        max-height: 80% !important
    }

    .w-max-80-fs {
        min-width: 80% !important
    }

    .h-min-80-fs {
        min-height: 80% !important
    }

    .w-min-80-fs {
        min-width: 80% !important
    }

    .h-90-fs-vh {
        height: 90vh !important
    }

    .w-90-fs-vw {
        width: 90vw !important
    }

    .h-90-fs {
        height: 90% !important
    }

    .w-90-fs {
        width: 90% !important
    }

    .h-max-90-fs {
        max-height: 90% !important
    }

    .w-max-90-fs {
        min-width: 90% !important
    }

    .h-min-90-fs {
        min-height: 90% !important
    }

    .w-min-90-fs {
        min-width: 90% !important
    }

    .h-100-fs-vh {
        height: 100vh !important
    }

    .w-100-fs-vw {
        width: 100vw !important
    }

    .h-100-fs {
        height: 100% !important
    }

    .w-100-fs {
        width: 100% !important
    }

    .h-max-100-fs {
        max-height: 100% !important
    }

    .w-max-100-fs {
        min-width: 100% !important
    }

    .h-min-100-fs {
        min-height: 100% !important
    }

    .w-min-100-fs {
        min-width: 100% !important
    }
}

@container (min-width: 360px) {
    .w-auto-xs {
        width: auto !important
    }

    .h-auto-xs {
        height: auto !important
    }

    .h-10-xs-vh {
        height: 10vh !important
    }

    .w-10-xs-vw {
        width: 10vw !important
    }

    .h-10-xs {
        height: 10% !important
    }

    .w-10-xs {
        width: 10% !important
    }

    .h-max-10-xs {
        max-height: 10% !important
    }

    .w-max-10-xs {
        min-width: 10% !important
    }

    .h-min-10-xs {
        min-height: 10% !important
    }

    .w-min-10-xs {
        min-width: 10% !important
    }

    .h-20-xs-vh {
        height: 20vh !important
    }

    .w-20-xs-vw {
        width: 20vw !important
    }

    .h-20-xs {
        height: 20% !important
    }

    .w-20-xs {
        width: 20% !important
    }

    .h-max-20-xs {
        max-height: 20% !important
    }

    .w-max-20-xs {
        min-width: 20% !important
    }

    .h-min-20-xs {
        min-height: 20% !important
    }

    .w-min-20-xs {
        min-width: 20% !important
    }

    .h-25-xs-vh {
        height: 25vh !important
    }

    .w-25-xs-vw {
        width: 25vw !important
    }

    .h-25-xs {
        height: 25% !important
    }

    .w-25-xs {
        width: 25% !important
    }

    .h-max-25-xs {
        max-height: 25% !important
    }

    .w-max-25-xs {
        min-width: 25% !important
    }

    .h-min-25-xs {
        min-height: 25% !important
    }

    .w-min-25-xs {
        min-width: 25% !important
    }

    .h-33-xs-vh {
        height: 33vh !important
    }

    .w-33-xs-vw {
        width: 33vw !important
    }

    .h-33-xs {
        height: 33% !important
    }

    .w-33-xs {
        width: 33% !important
    }

    .h-max-33-xs {
        max-height: 33% !important
    }

    .w-max-33-xs {
        min-width: 33% !important
    }

    .h-min-33-xs {
        min-height: 33% !important
    }

    .w-min-33-xs {
        min-width: 33% !important
    }

    .h-50-xs-vh {
        height: 50vh !important
    }

    .w-50-xs-vw {
        width: 50vw !important
    }

    .h-50-xs {
        height: 50% !important
    }

    .w-50-xs {
        width: 50% !important
    }

    .h-max-50-xs {
        max-height: 50% !important
    }

    .w-max-50-xs {
        min-width: 50% !important
    }

    .h-min-50-xs {
        min-height: 50% !important
    }

    .w-min-50-xs {
        min-width: 50% !important
    }

    .h-66-xs-vh {
        height: 66vh !important
    }

    .w-66-xs-vw {
        width: 66vw !important
    }

    .h-66-xs {
        height: 66% !important
    }

    .w-66-xs {
        width: 66% !important
    }

    .h-max-66-xs {
        max-height: 66% !important
    }

    .w-max-66-xs {
        min-width: 66% !important
    }

    .h-min-66-xs {
        min-height: 66% !important
    }

    .w-min-66-xs {
        min-width: 66% !important
    }

    .h-75-xs-vh {
        height: 75vh !important
    }

    .w-75-xs-vw {
        width: 75vw !important
    }

    .h-75-xs {
        height: 75% !important
    }

    .w-75-xs {
        width: 75% !important
    }

    .h-max-75-xs {
        max-height: 75% !important
    }

    .w-max-75-xs {
        min-width: 75% !important
    }

    .h-min-75-xs {
        min-height: 75% !important
    }

    .w-min-75-xs {
        min-width: 75% !important
    }

    .h-80-xs-vh {
        height: 80vh !important
    }

    .w-80-xs-vw {
        width: 80vw !important
    }

    .h-80-xs {
        height: 80% !important
    }

    .w-80-xs {
        width: 80% !important
    }

    .h-max-80-xs {
        max-height: 80% !important
    }

    .w-max-80-xs {
        min-width: 80% !important
    }

    .h-min-80-xs {
        min-height: 80% !important
    }

    .w-min-80-xs {
        min-width: 80% !important
    }

    .h-90-xs-vh {
        height: 90vh !important
    }

    .w-90-xs-vw {
        width: 90vw !important
    }

    .h-90-xs {
        height: 90% !important
    }

    .w-90-xs {
        width: 90% !important
    }

    .h-max-90-xs {
        max-height: 90% !important
    }

    .w-max-90-xs {
        min-width: 90% !important
    }

    .h-min-90-xs {
        min-height: 90% !important
    }

    .w-min-90-xs {
        min-width: 90% !important
    }

    .h-100-xs-vh {
        height: 100vh !important
    }

    .w-100-xs-vw {
        width: 100vw !important
    }

    .h-100-xs {
        height: 100% !important
    }

    .w-100-xs {
        width: 100% !important
    }

    .h-max-100-xs {
        max-height: 100% !important
    }

    .w-max-100-xs {
        min-width: 100% !important
    }

    .h-min-100-xs {
        min-height: 100% !important
    }

    .w-min-100-xs {
        min-width: 100% !important
    }
}

@container (min-width: 576px) {
    .w-auto-sm {
        width: auto !important
    }

    .h-auto-sm {
        height: auto !important
    }

    .h-10-sm-vh {
        height: 10vh !important
    }

    .w-10-sm-vw {
        width: 10vw !important
    }

    .h-10-sm {
        height: 10% !important
    }

    .w-10-sm {
        width: 10% !important
    }

    .h-max-10-sm {
        max-height: 10% !important
    }

    .w-max-10-sm {
        min-width: 10% !important
    }

    .h-min-10-sm {
        min-height: 10% !important
    }

    .w-min-10-sm {
        min-width: 10% !important
    }

    .h-20-sm-vh {
        height: 20vh !important
    }

    .w-20-sm-vw {
        width: 20vw !important
    }

    .h-20-sm {
        height: 20% !important
    }

    .w-20-sm {
        width: 20% !important
    }

    .h-max-20-sm {
        max-height: 20% !important
    }

    .w-max-20-sm {
        min-width: 20% !important
    }

    .h-min-20-sm {
        min-height: 20% !important
    }

    .w-min-20-sm {
        min-width: 20% !important
    }

    .h-25-sm-vh {
        height: 25vh !important
    }

    .w-25-sm-vw {
        width: 25vw !important
    }

    .h-25-sm {
        height: 25% !important
    }

    .w-25-sm {
        width: 25% !important
    }

    .h-max-25-sm {
        max-height: 25% !important
    }

    .w-max-25-sm {
        min-width: 25% !important
    }

    .h-min-25-sm {
        min-height: 25% !important
    }

    .w-min-25-sm {
        min-width: 25% !important
    }

    .h-33-sm-vh {
        height: 33vh !important
    }

    .w-33-sm-vw {
        width: 33vw !important
    }

    .h-33-sm {
        height: 33% !important
    }

    .w-33-sm {
        width: 33% !important
    }

    .h-max-33-sm {
        max-height: 33% !important
    }

    .w-max-33-sm {
        min-width: 33% !important
    }

    .h-min-33-sm {
        min-height: 33% !important
    }

    .w-min-33-sm {
        min-width: 33% !important
    }

    .h-50-sm-vh {
        height: 50vh !important
    }

    .w-50-sm-vw {
        width: 50vw !important
    }

    .h-50-sm {
        height: 50% !important
    }

    .w-50-sm {
        width: 50% !important
    }

    .h-max-50-sm {
        max-height: 50% !important
    }

    .w-max-50-sm {
        min-width: 50% !important
    }

    .h-min-50-sm {
        min-height: 50% !important
    }

    .w-min-50-sm {
        min-width: 50% !important
    }

    .h-66-sm-vh {
        height: 66vh !important
    }

    .w-66-sm-vw {
        width: 66vw !important
    }

    .h-66-sm {
        height: 66% !important
    }

    .w-66-sm {
        width: 66% !important
    }

    .h-max-66-sm {
        max-height: 66% !important
    }

    .w-max-66-sm {
        min-width: 66% !important
    }

    .h-min-66-sm {
        min-height: 66% !important
    }

    .w-min-66-sm {
        min-width: 66% !important
    }

    .h-75-sm-vh {
        height: 75vh !important
    }

    .w-75-sm-vw {
        width: 75vw !important
    }

    .h-75-sm {
        height: 75% !important
    }

    .w-75-sm {
        width: 75% !important
    }

    .h-max-75-sm {
        max-height: 75% !important
    }

    .w-max-75-sm {
        min-width: 75% !important
    }

    .h-min-75-sm {
        min-height: 75% !important
    }

    .w-min-75-sm {
        min-width: 75% !important
    }

    .h-80-sm-vh {
        height: 80vh !important
    }

    .w-80-sm-vw {
        width: 80vw !important
    }

    .h-80-sm {
        height: 80% !important
    }

    .w-80-sm {
        width: 80% !important
    }

    .h-max-80-sm {
        max-height: 80% !important
    }

    .w-max-80-sm {
        min-width: 80% !important
    }

    .h-min-80-sm {
        min-height: 80% !important
    }

    .w-min-80-sm {
        min-width: 80% !important
    }

    .h-90-sm-vh {
        height: 90vh !important
    }

    .w-90-sm-vw {
        width: 90vw !important
    }

    .h-90-sm {
        height: 90% !important
    }

    .w-90-sm {
        width: 90% !important
    }

    .h-max-90-sm {
        max-height: 90% !important
    }

    .w-max-90-sm {
        min-width: 90% !important
    }

    .h-min-90-sm {
        min-height: 90% !important
    }

    .w-min-90-sm {
        min-width: 90% !important
    }

    .h-100-sm-vh {
        height: 100vh !important
    }

    .w-100-sm-vw {
        width: 100vw !important
    }

    .h-100-sm {
        height: 100% !important
    }

    .w-100-sm {
        width: 100% !important
    }

    .h-max-100-sm {
        max-height: 100% !important
    }

    .w-max-100-sm {
        min-width: 100% !important
    }

    .h-min-100-sm {
        min-height: 100% !important
    }

    .w-min-100-sm {
        min-width: 100% !important
    }
}

@container (min-width: 640px) {
    .w-auto-ld {
        width: auto !important
    }

    .h-auto-ld {
        height: auto !important
    }

    .h-10-ld-vh {
        height: 10vh !important
    }

    .w-10-ld-vw {
        width: 10vw !important
    }

    .h-10-ld {
        height: 10% !important
    }

    .w-10-ld {
        width: 10% !important
    }

    .h-max-10-ld {
        max-height: 10% !important
    }

    .w-max-10-ld {
        min-width: 10% !important
    }

    .h-min-10-ld {
        min-height: 10% !important
    }

    .w-min-10-ld {
        min-width: 10% !important
    }

    .h-20-ld-vh {
        height: 20vh !important
    }

    .w-20-ld-vw {
        width: 20vw !important
    }

    .h-20-ld {
        height: 20% !important
    }

    .w-20-ld {
        width: 20% !important
    }

    .h-max-20-ld {
        max-height: 20% !important
    }

    .w-max-20-ld {
        min-width: 20% !important
    }

    .h-min-20-ld {
        min-height: 20% !important
    }

    .w-min-20-ld {
        min-width: 20% !important
    }

    .h-25-ld-vh {
        height: 25vh !important
    }

    .w-25-ld-vw {
        width: 25vw !important
    }

    .h-25-ld {
        height: 25% !important
    }

    .w-25-ld {
        width: 25% !important
    }

    .h-max-25-ld {
        max-height: 25% !important
    }

    .w-max-25-ld {
        min-width: 25% !important
    }

    .h-min-25-ld {
        min-height: 25% !important
    }

    .w-min-25-ld {
        min-width: 25% !important
    }

    .h-33-ld-vh {
        height: 33vh !important
    }

    .w-33-ld-vw {
        width: 33vw !important
    }

    .h-33-ld {
        height: 33% !important
    }

    .w-33-ld {
        width: 33% !important
    }

    .h-max-33-ld {
        max-height: 33% !important
    }

    .w-max-33-ld {
        min-width: 33% !important
    }

    .h-min-33-ld {
        min-height: 33% !important
    }

    .w-min-33-ld {
        min-width: 33% !important
    }

    .h-50-ld-vh {
        height: 50vh !important
    }

    .w-50-ld-vw {
        width: 50vw !important
    }

    .h-50-ld {
        height: 50% !important
    }

    .w-50-ld {
        width: 50% !important
    }

    .h-max-50-ld {
        max-height: 50% !important
    }

    .w-max-50-ld {
        min-width: 50% !important
    }

    .h-min-50-ld {
        min-height: 50% !important
    }

    .w-min-50-ld {
        min-width: 50% !important
    }

    .h-66-ld-vh {
        height: 66vh !important
    }

    .w-66-ld-vw {
        width: 66vw !important
    }

    .h-66-ld {
        height: 66% !important
    }

    .w-66-ld {
        width: 66% !important
    }

    .h-max-66-ld {
        max-height: 66% !important
    }

    .w-max-66-ld {
        min-width: 66% !important
    }

    .h-min-66-ld {
        min-height: 66% !important
    }

    .w-min-66-ld {
        min-width: 66% !important
    }

    .h-75-ld-vh {
        height: 75vh !important
    }

    .w-75-ld-vw {
        width: 75vw !important
    }

    .h-75-ld {
        height: 75% !important
    }

    .w-75-ld {
        width: 75% !important
    }

    .h-max-75-ld {
        max-height: 75% !important
    }

    .w-max-75-ld {
        min-width: 75% !important
    }

    .h-min-75-ld {
        min-height: 75% !important
    }

    .w-min-75-ld {
        min-width: 75% !important
    }

    .h-80-ld-vh {
        height: 80vh !important
    }

    .w-80-ld-vw {
        width: 80vw !important
    }

    .h-80-ld {
        height: 80% !important
    }

    .w-80-ld {
        width: 80% !important
    }

    .h-max-80-ld {
        max-height: 80% !important
    }

    .w-max-80-ld {
        min-width: 80% !important
    }

    .h-min-80-ld {
        min-height: 80% !important
    }

    .w-min-80-ld {
        min-width: 80% !important
    }

    .h-90-ld-vh {
        height: 90vh !important
    }

    .w-90-ld-vw {
        width: 90vw !important
    }

    .h-90-ld {
        height: 90% !important
    }

    .w-90-ld {
        width: 90% !important
    }

    .h-max-90-ld {
        max-height: 90% !important
    }

    .w-max-90-ld {
        min-width: 90% !important
    }

    .h-min-90-ld {
        min-height: 90% !important
    }

    .w-min-90-ld {
        min-width: 90% !important
    }

    .h-100-ld-vh {
        height: 100vh !important
    }

    .w-100-ld-vw {
        width: 100vw !important
    }

    .h-100-ld {
        height: 100% !important
    }

    .w-100-ld {
        width: 100% !important
    }

    .h-max-100-ld {
        max-height: 100% !important
    }

    .w-max-100-ld {
        min-width: 100% !important
    }

    .h-min-100-ld {
        min-height: 100% !important
    }

    .w-min-100-ld {
        min-width: 100% !important
    }
}

@container (min-width: 768px) {
    .w-auto-md {
        width: auto !important
    }

    .h-auto-md {
        height: auto !important
    }

    .h-10-md-vh {
        height: 10vh !important
    }

    .w-10-md-vw {
        width: 10vw !important
    }

    .h-10-md {
        height: 10% !important
    }

    .w-10-md {
        width: 10% !important
    }

    .h-max-10-md {
        max-height: 10% !important
    }

    .w-max-10-md {
        min-width: 10% !important
    }

    .h-min-10-md {
        min-height: 10% !important
    }

    .w-min-10-md {
        min-width: 10% !important
    }

    .h-20-md-vh {
        height: 20vh !important
    }

    .w-20-md-vw {
        width: 20vw !important
    }

    .h-20-md {
        height: 20% !important
    }

    .w-20-md {
        width: 20% !important
    }

    .h-max-20-md {
        max-height: 20% !important
    }

    .w-max-20-md {
        min-width: 20% !important
    }

    .h-min-20-md {
        min-height: 20% !important
    }

    .w-min-20-md {
        min-width: 20% !important
    }

    .h-25-md-vh {
        height: 25vh !important
    }

    .w-25-md-vw {
        width: 25vw !important
    }

    .h-25-md {
        height: 25% !important
    }

    .w-25-md {
        width: 25% !important
    }

    .h-max-25-md {
        max-height: 25% !important
    }

    .w-max-25-md {
        min-width: 25% !important
    }

    .h-min-25-md {
        min-height: 25% !important
    }

    .w-min-25-md {
        min-width: 25% !important
    }

    .h-33-md-vh {
        height: 33vh !important
    }

    .w-33-md-vw {
        width: 33vw !important
    }

    .h-33-md {
        height: 33% !important
    }

    .w-33-md {
        width: 33% !important
    }

    .h-max-33-md {
        max-height: 33% !important
    }

    .w-max-33-md {
        min-width: 33% !important
    }

    .h-min-33-md {
        min-height: 33% !important
    }

    .w-min-33-md {
        min-width: 33% !important
    }

    .h-50-md-vh {
        height: 50vh !important
    }

    .w-50-md-vw {
        width: 50vw !important
    }

    .h-50-md {
        height: 50% !important
    }

    .w-50-md {
        width: 50% !important
    }

    .h-max-50-md {
        max-height: 50% !important
    }

    .w-max-50-md {
        min-width: 50% !important
    }

    .h-min-50-md {
        min-height: 50% !important
    }

    .w-min-50-md {
        min-width: 50% !important
    }

    .h-66-md-vh {
        height: 66vh !important
    }

    .w-66-md-vw {
        width: 66vw !important
    }

    .h-66-md {
        height: 66% !important
    }

    .w-66-md {
        width: 66% !important
    }

    .h-max-66-md {
        max-height: 66% !important
    }

    .w-max-66-md {
        min-width: 66% !important
    }

    .h-min-66-md {
        min-height: 66% !important
    }

    .w-min-66-md {
        min-width: 66% !important
    }

    .h-75-md-vh {
        height: 75vh !important
    }

    .w-75-md-vw {
        width: 75vw !important
    }

    .h-75-md {
        height: 75% !important
    }

    .w-75-md {
        width: 75% !important
    }

    .h-max-75-md {
        max-height: 75% !important
    }

    .w-max-75-md {
        min-width: 75% !important
    }

    .h-min-75-md {
        min-height: 75% !important
    }

    .w-min-75-md {
        min-width: 75% !important
    }

    .h-80-md-vh {
        height: 80vh !important
    }

    .w-80-md-vw {
        width: 80vw !important
    }

    .h-80-md {
        height: 80% !important
    }

    .w-80-md {
        width: 80% !important
    }

    .h-max-80-md {
        max-height: 80% !important
    }

    .w-max-80-md {
        min-width: 80% !important
    }

    .h-min-80-md {
        min-height: 80% !important
    }

    .w-min-80-md {
        min-width: 80% !important
    }

    .h-90-md-vh {
        height: 90vh !important
    }

    .w-90-md-vw {
        width: 90vw !important
    }

    .h-90-md {
        height: 90% !important
    }

    .w-90-md {
        width: 90% !important
    }

    .h-max-90-md {
        max-height: 90% !important
    }

    .w-max-90-md {
        min-width: 90% !important
    }

    .h-min-90-md {
        min-height: 90% !important
    }

    .w-min-90-md {
        min-width: 90% !important
    }

    .h-100-md-vh {
        height: 100vh !important
    }

    .w-100-md-vw {
        width: 100vw !important
    }

    .h-100-md {
        height: 100% !important
    }

    .w-100-md {
        width: 100% !important
    }

    .h-max-100-md {
        max-height: 100% !important
    }

    .w-max-100-md {
        min-width: 100% !important
    }

    .h-min-100-md {
        min-height: 100% !important
    }

    .w-min-100-md {
        min-width: 100% !important
    }
}

@container (min-width: 992px) {
    .w-auto-lg {
        width: auto !important
    }

    .h-auto-lg {
        height: auto !important
    }

    .h-10-lg-vh {
        height: 10vh !important
    }

    .w-10-lg-vw {
        width: 10vw !important
    }

    .h-10-lg {
        height: 10% !important
    }

    .w-10-lg {
        width: 10% !important
    }

    .h-max-10-lg {
        max-height: 10% !important
    }

    .w-max-10-lg {
        min-width: 10% !important
    }

    .h-min-10-lg {
        min-height: 10% !important
    }

    .w-min-10-lg {
        min-width: 10% !important
    }

    .h-20-lg-vh {
        height: 20vh !important
    }

    .w-20-lg-vw {
        width: 20vw !important
    }

    .h-20-lg {
        height: 20% !important
    }

    .w-20-lg {
        width: 20% !important
    }

    .h-max-20-lg {
        max-height: 20% !important
    }

    .w-max-20-lg {
        min-width: 20% !important
    }

    .h-min-20-lg {
        min-height: 20% !important
    }

    .w-min-20-lg {
        min-width: 20% !important
    }

    .h-25-lg-vh {
        height: 25vh !important
    }

    .w-25-lg-vw {
        width: 25vw !important
    }

    .h-25-lg {
        height: 25% !important
    }

    .w-25-lg {
        width: 25% !important
    }

    .h-max-25-lg {
        max-height: 25% !important
    }

    .w-max-25-lg {
        min-width: 25% !important
    }

    .h-min-25-lg {
        min-height: 25% !important
    }

    .w-min-25-lg {
        min-width: 25% !important
    }

    .h-33-lg-vh {
        height: 33vh !important
    }

    .w-33-lg-vw {
        width: 33vw !important
    }

    .h-33-lg {
        height: 33% !important
    }

    .w-33-lg {
        width: 33% !important
    }

    .h-max-33-lg {
        max-height: 33% !important
    }

    .w-max-33-lg {
        min-width: 33% !important
    }

    .h-min-33-lg {
        min-height: 33% !important
    }

    .w-min-33-lg {
        min-width: 33% !important
    }

    .h-50-lg-vh {
        height: 50vh !important
    }

    .w-50-lg-vw {
        width: 50vw !important
    }

    .h-50-lg {
        height: 50% !important
    }

    .w-50-lg {
        width: 50% !important
    }

    .h-max-50-lg {
        max-height: 50% !important
    }

    .w-max-50-lg {
        min-width: 50% !important
    }

    .h-min-50-lg {
        min-height: 50% !important
    }

    .w-min-50-lg {
        min-width: 50% !important
    }

    .h-66-lg-vh {
        height: 66vh !important
    }

    .w-66-lg-vw {
        width: 66vw !important
    }

    .h-66-lg {
        height: 66% !important
    }

    .w-66-lg {
        width: 66% !important
    }

    .h-max-66-lg {
        max-height: 66% !important
    }

    .w-max-66-lg {
        min-width: 66% !important
    }

    .h-min-66-lg {
        min-height: 66% !important
    }

    .w-min-66-lg {
        min-width: 66% !important
    }

    .h-75-lg-vh {
        height: 75vh !important
    }

    .w-75-lg-vw {
        width: 75vw !important
    }

    .h-75-lg {
        height: 75% !important
    }

    .w-75-lg {
        width: 75% !important
    }

    .h-max-75-lg {
        max-height: 75% !important
    }

    .w-max-75-lg {
        min-width: 75% !important
    }

    .h-min-75-lg {
        min-height: 75% !important
    }

    .w-min-75-lg {
        min-width: 75% !important
    }

    .h-80-lg-vh {
        height: 80vh !important
    }

    .w-80-lg-vw {
        width: 80vw !important
    }

    .h-80-lg {
        height: 80% !important
    }

    .w-80-lg {
        width: 80% !important
    }

    .h-max-80-lg {
        max-height: 80% !important
    }

    .w-max-80-lg {
        min-width: 80% !important
    }

    .h-min-80-lg {
        min-height: 80% !important
    }

    .w-min-80-lg {
        min-width: 80% !important
    }

    .h-90-lg-vh {
        height: 90vh !important
    }

    .w-90-lg-vw {
        width: 90vw !important
    }

    .h-90-lg {
        height: 90% !important
    }

    .w-90-lg {
        width: 90% !important
    }

    .h-max-90-lg {
        max-height: 90% !important
    }

    .w-max-90-lg {
        min-width: 90% !important
    }

    .h-min-90-lg {
        min-height: 90% !important
    }

    .w-min-90-lg {
        min-width: 90% !important
    }

    .h-100-lg-vh {
        height: 100vh !important
    }

    .w-100-lg-vw {
        width: 100vw !important
    }

    .h-100-lg {
        height: 100% !important
    }

    .w-100-lg {
        width: 100% !important
    }

    .h-max-100-lg {
        max-height: 100% !important
    }

    .w-max-100-lg {
        min-width: 100% !important
    }

    .h-min-100-lg {
        min-height: 100% !important
    }

    .w-min-100-lg {
        min-width: 100% !important
    }
}

@container (min-width: 1200px) {
    .w-auto-xl {
        width: auto !important
    }

    .h-auto-xl {
        height: auto !important
    }

    .h-10-xl-vh {
        height: 10vh !important
    }

    .w-10-xl-vw {
        width: 10vw !important
    }

    .h-10-xl {
        height: 10% !important
    }

    .w-10-xl {
        width: 10% !important
    }

    .h-max-10-xl {
        max-height: 10% !important
    }

    .w-max-10-xl {
        min-width: 10% !important
    }

    .h-min-10-xl {
        min-height: 10% !important
    }

    .w-min-10-xl {
        min-width: 10% !important
    }

    .h-20-xl-vh {
        height: 20vh !important
    }

    .w-20-xl-vw {
        width: 20vw !important
    }

    .h-20-xl {
        height: 20% !important
    }

    .w-20-xl {
        width: 20% !important
    }

    .h-max-20-xl {
        max-height: 20% !important
    }

    .w-max-20-xl {
        min-width: 20% !important
    }

    .h-min-20-xl {
        min-height: 20% !important
    }

    .w-min-20-xl {
        min-width: 20% !important
    }

    .h-25-xl-vh {
        height: 25vh !important
    }

    .w-25-xl-vw {
        width: 25vw !important
    }

    .h-25-xl {
        height: 25% !important
    }

    .w-25-xl {
        width: 25% !important
    }

    .h-max-25-xl {
        max-height: 25% !important
    }

    .w-max-25-xl {
        min-width: 25% !important
    }

    .h-min-25-xl {
        min-height: 25% !important
    }

    .w-min-25-xl {
        min-width: 25% !important
    }

    .h-33-xl-vh {
        height: 33vh !important
    }

    .w-33-xl-vw {
        width: 33vw !important
    }

    .h-33-xl {
        height: 33% !important
    }

    .w-33-xl {
        width: 33% !important
    }

    .h-max-33-xl {
        max-height: 33% !important
    }

    .w-max-33-xl {
        min-width: 33% !important
    }

    .h-min-33-xl {
        min-height: 33% !important
    }

    .w-min-33-xl {
        min-width: 33% !important
    }

    .h-50-xl-vh {
        height: 50vh !important
    }

    .w-50-xl-vw {
        width: 50vw !important
    }

    .h-50-xl {
        height: 50% !important
    }

    .w-50-xl {
        width: 50% !important
    }

    .h-max-50-xl {
        max-height: 50% !important
    }

    .w-max-50-xl {
        min-width: 50% !important
    }

    .h-min-50-xl {
        min-height: 50% !important
    }

    .w-min-50-xl {
        min-width: 50% !important
    }

    .h-66-xl-vh {
        height: 66vh !important
    }

    .w-66-xl-vw {
        width: 66vw !important
    }

    .h-66-xl {
        height: 66% !important
    }

    .w-66-xl {
        width: 66% !important
    }

    .h-max-66-xl {
        max-height: 66% !important
    }

    .w-max-66-xl {
        min-width: 66% !important
    }

    .h-min-66-xl {
        min-height: 66% !important
    }

    .w-min-66-xl {
        min-width: 66% !important
    }

    .h-75-xl-vh {
        height: 75vh !important
    }

    .w-75-xl-vw {
        width: 75vw !important
    }

    .h-75-xl {
        height: 75% !important
    }

    .w-75-xl {
        width: 75% !important
    }

    .h-max-75-xl {
        max-height: 75% !important
    }

    .w-max-75-xl {
        min-width: 75% !important
    }

    .h-min-75-xl {
        min-height: 75% !important
    }

    .w-min-75-xl {
        min-width: 75% !important
    }

    .h-80-xl-vh {
        height: 80vh !important
    }

    .w-80-xl-vw {
        width: 80vw !important
    }

    .h-80-xl {
        height: 80% !important
    }

    .w-80-xl {
        width: 80% !important
    }

    .h-max-80-xl {
        max-height: 80% !important
    }

    .w-max-80-xl {
        min-width: 80% !important
    }

    .h-min-80-xl {
        min-height: 80% !important
    }

    .w-min-80-xl {
        min-width: 80% !important
    }

    .h-90-xl-vh {
        height: 90vh !important
    }

    .w-90-xl-vw {
        width: 90vw !important
    }

    .h-90-xl {
        height: 90% !important
    }

    .w-90-xl {
        width: 90% !important
    }

    .h-max-90-xl {
        max-height: 90% !important
    }

    .w-max-90-xl {
        min-width: 90% !important
    }

    .h-min-90-xl {
        min-height: 90% !important
    }

    .w-min-90-xl {
        min-width: 90% !important
    }

    .h-100-xl-vh {
        height: 100vh !important
    }

    .w-100-xl-vw {
        width: 100vw !important
    }

    .h-100-xl {
        height: 100% !important
    }

    .w-100-xl {
        width: 100% !important
    }

    .h-max-100-xl {
        max-height: 100% !important
    }

    .w-max-100-xl {
        min-width: 100% !important
    }

    .h-min-100-xl {
        min-height: 100% !important
    }

    .w-min-100-xl {
        min-width: 100% !important
    }
}

@container (min-width: 1400px) {
    .w-auto-xxl {
        width: auto !important
    }

    .h-auto-xxl {
        height: auto !important
    }

    .h-10-xxl-vh {
        height: 10vh !important
    }

    .w-10-xxl-vw {
        width: 10vw !important
    }

    .h-10-xxl {
        height: 10% !important
    }

    .w-10-xxl {
        width: 10% !important
    }

    .h-max-10-xxl {
        max-height: 10% !important
    }

    .w-max-10-xxl {
        min-width: 10% !important
    }

    .h-min-10-xxl {
        min-height: 10% !important
    }

    .w-min-10-xxl {
        min-width: 10% !important
    }

    .h-20-xxl-vh {
        height: 20vh !important
    }

    .w-20-xxl-vw {
        width: 20vw !important
    }

    .h-20-xxl {
        height: 20% !important
    }

    .w-20-xxl {
        width: 20% !important
    }

    .h-max-20-xxl {
        max-height: 20% !important
    }

    .w-max-20-xxl {
        min-width: 20% !important
    }

    .h-min-20-xxl {
        min-height: 20% !important
    }

    .w-min-20-xxl {
        min-width: 20% !important
    }

    .h-25-xxl-vh {
        height: 25vh !important
    }

    .w-25-xxl-vw {
        width: 25vw !important
    }

    .h-25-xxl {
        height: 25% !important
    }

    .w-25-xxl {
        width: 25% !important
    }

    .h-max-25-xxl {
        max-height: 25% !important
    }

    .w-max-25-xxl {
        min-width: 25% !important
    }

    .h-min-25-xxl {
        min-height: 25% !important
    }

    .w-min-25-xxl {
        min-width: 25% !important
    }

    .h-33-xxl-vh {
        height: 33vh !important
    }

    .w-33-xxl-vw {
        width: 33vw !important
    }

    .h-33-xxl {
        height: 33% !important
    }

    .w-33-xxl {
        width: 33% !important
    }

    .h-max-33-xxl {
        max-height: 33% !important
    }

    .w-max-33-xxl {
        min-width: 33% !important
    }

    .h-min-33-xxl {
        min-height: 33% !important
    }

    .w-min-33-xxl {
        min-width: 33% !important
    }

    .h-50-xxl-vh {
        height: 50vh !important
    }

    .w-50-xxl-vw {
        width: 50vw !important
    }

    .h-50-xxl {
        height: 50% !important
    }

    .w-50-xxl {
        width: 50% !important
    }

    .h-max-50-xxl {
        max-height: 50% !important
    }

    .w-max-50-xxl {
        min-width: 50% !important
    }

    .h-min-50-xxl {
        min-height: 50% !important
    }

    .w-min-50-xxl {
        min-width: 50% !important
    }

    .h-66-xxl-vh {
        height: 66vh !important
    }

    .w-66-xxl-vw {
        width: 66vw !important
    }

    .h-66-xxl {
        height: 66% !important
    }

    .w-66-xxl {
        width: 66% !important
    }

    .h-max-66-xxl {
        max-height: 66% !important
    }

    .w-max-66-xxl {
        min-width: 66% !important
    }

    .h-min-66-xxl {
        min-height: 66% !important
    }

    .w-min-66-xxl {
        min-width: 66% !important
    }

    .h-75-xxl-vh {
        height: 75vh !important
    }

    .w-75-xxl-vw {
        width: 75vw !important
    }

    .h-75-xxl {
        height: 75% !important
    }

    .w-75-xxl {
        width: 75% !important
    }

    .h-max-75-xxl {
        max-height: 75% !important
    }

    .w-max-75-xxl {
        min-width: 75% !important
    }

    .h-min-75-xxl {
        min-height: 75% !important
    }

    .w-min-75-xxl {
        min-width: 75% !important
    }

    .h-80-xxl-vh {
        height: 80vh !important
    }

    .w-80-xxl-vw {
        width: 80vw !important
    }

    .h-80-xxl {
        height: 80% !important
    }

    .w-80-xxl {
        width: 80% !important
    }

    .h-max-80-xxl {
        max-height: 80% !important
    }

    .w-max-80-xxl {
        min-width: 80% !important
    }

    .h-min-80-xxl {
        min-height: 80% !important
    }

    .w-min-80-xxl {
        min-width: 80% !important
    }

    .h-90-xxl-vh {
        height: 90vh !important
    }

    .w-90-xxl-vw {
        width: 90vw !important
    }

    .h-90-xxl {
        height: 90% !important
    }

    .w-90-xxl {
        width: 90% !important
    }

    .h-max-90-xxl {
        max-height: 90% !important
    }

    .w-max-90-xxl {
        min-width: 90% !important
    }

    .h-min-90-xxl {
        min-height: 90% !important
    }

    .w-min-90-xxl {
        min-width: 90% !important
    }

    .h-100-xxl-vh {
        height: 100vh !important
    }

    .w-100-xxl-vw {
        width: 100vw !important
    }

    .h-100-xxl {
        height: 100% !important
    }

    .w-100-xxl {
        width: 100% !important
    }

    .h-max-100-xxl {
        max-height: 100% !important
    }

    .w-max-100-xxl {
        min-width: 100% !important
    }

    .h-min-100-xxl {
        min-height: 100% !important
    }

    .w-min-100-xxl {
        min-width: 100% !important
    }
}

@container (min-width: 2000px) {
    .w-auto-xxxl {
        width: auto !important
    }

    .h-auto-xxxl {
        height: auto !important
    }

    .h-10-xxxl-vh {
        height: 10vh !important
    }

    .w-10-xxxl-vw {
        width: 10vw !important
    }

    .h-10-xxxl {
        height: 10% !important
    }

    .w-10-xxxl {
        width: 10% !important
    }

    .h-max-10-xxxl {
        max-height: 10% !important
    }

    .w-max-10-xxxl {
        min-width: 10% !important
    }

    .h-min-10-xxxl {
        min-height: 10% !important
    }

    .w-min-10-xxxl {
        min-width: 10% !important
    }

    .h-20-xxxl-vh {
        height: 20vh !important
    }

    .w-20-xxxl-vw {
        width: 20vw !important
    }

    .h-20-xxxl {
        height: 20% !important
    }

    .w-20-xxxl {
        width: 20% !important
    }

    .h-max-20-xxxl {
        max-height: 20% !important
    }

    .w-max-20-xxxl {
        min-width: 20% !important
    }

    .h-min-20-xxxl {
        min-height: 20% !important
    }

    .w-min-20-xxxl {
        min-width: 20% !important
    }

    .h-25-xxxl-vh {
        height: 25vh !important
    }

    .w-25-xxxl-vw {
        width: 25vw !important
    }

    .h-25-xxxl {
        height: 25% !important
    }

    .w-25-xxxl {
        width: 25% !important
    }

    .h-max-25-xxxl {
        max-height: 25% !important
    }

    .w-max-25-xxxl {
        min-width: 25% !important
    }

    .h-min-25-xxxl {
        min-height: 25% !important
    }

    .w-min-25-xxxl {
        min-width: 25% !important
    }

    .h-33-xxxl-vh {
        height: 33vh !important
    }

    .w-33-xxxl-vw {
        width: 33vw !important
    }

    .h-33-xxxl {
        height: 33% !important
    }

    .w-33-xxxl {
        width: 33% !important
    }

    .h-max-33-xxxl {
        max-height: 33% !important
    }

    .w-max-33-xxxl {
        min-width: 33% !important
    }

    .h-min-33-xxxl {
        min-height: 33% !important
    }

    .w-min-33-xxxl {
        min-width: 33% !important
    }

    .h-50-xxxl-vh {
        height: 50vh !important
    }

    .w-50-xxxl-vw {
        width: 50vw !important
    }

    .h-50-xxxl {
        height: 50% !important
    }

    .w-50-xxxl {
        width: 50% !important
    }

    .h-max-50-xxxl {
        max-height: 50% !important
    }

    .w-max-50-xxxl {
        min-width: 50% !important
    }

    .h-min-50-xxxl {
        min-height: 50% !important
    }

    .w-min-50-xxxl {
        min-width: 50% !important
    }

    .h-66-xxxl-vh {
        height: 66vh !important
    }

    .w-66-xxxl-vw {
        width: 66vw !important
    }

    .h-66-xxxl {
        height: 66% !important
    }

    .w-66-xxxl {
        width: 66% !important
    }

    .h-max-66-xxxl {
        max-height: 66% !important
    }

    .w-max-66-xxxl {
        min-width: 66% !important
    }

    .h-min-66-xxxl {
        min-height: 66% !important
    }

    .w-min-66-xxxl {
        min-width: 66% !important
    }

    .h-75-xxxl-vh {
        height: 75vh !important
    }

    .w-75-xxxl-vw {
        width: 75vw !important
    }

    .h-75-xxxl {
        height: 75% !important
    }

    .w-75-xxxl {
        width: 75% !important
    }

    .h-max-75-xxxl {
        max-height: 75% !important
    }

    .w-max-75-xxxl {
        min-width: 75% !important
    }

    .h-min-75-xxxl {
        min-height: 75% !important
    }

    .w-min-75-xxxl {
        min-width: 75% !important
    }

    .h-80-xxxl-vh {
        height: 80vh !important
    }

    .w-80-xxxl-vw {
        width: 80vw !important
    }

    .h-80-xxxl {
        height: 80% !important
    }

    .w-80-xxxl {
        width: 80% !important
    }

    .h-max-80-xxxl {
        max-height: 80% !important
    }

    .w-max-80-xxxl {
        min-width: 80% !important
    }

    .h-min-80-xxxl {
        min-height: 80% !important
    }

    .w-min-80-xxxl {
        min-width: 80% !important
    }

    .h-90-xxxl-vh {
        height: 90vh !important
    }

    .w-90-xxxl-vw {
        width: 90vw !important
    }

    .h-90-xxxl {
        height: 90% !important
    }

    .w-90-xxxl {
        width: 90% !important
    }

    .h-max-90-xxxl {
        max-height: 90% !important
    }

    .w-max-90-xxxl {
        min-width: 90% !important
    }

    .h-min-90-xxxl {
        min-height: 90% !important
    }

    .w-min-90-xxxl {
        min-width: 90% !important
    }

    .h-100-xxxl-vh {
        height: 100vh !important
    }

    .w-100-xxxl-vw {
        width: 100vw !important
    }

    .h-100-xxxl {
        height: 100% !important
    }

    .w-100-xxxl {
        width: 100% !important
    }

    .h-max-100-xxxl {
        max-height: 100% !important
    }

    .w-max-100-xxxl {
        min-width: 100% !important
    }

    .h-min-100-xxxl {
        min-height: 100% !important
    }

    .w-min-100-xxxl {
        min-width: 100% !important
    }
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.my-auto {
    margin-top: auto !important;
    margin-left: auto !important
}

.ml-auto {
    margin-left: auto !important
}

.mr-auto {
    margin-right: auto !important
}

.mt-auto {
    margin-top: auto !important
}

.mb-auto {
    margin-bottom: auto !important
}

.p-0 {
    padding: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.m-0 {
    margin: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.p-1 {
    padding: 4px !important
}

.pr-1 {
    padding-right: 4px !important
}

.pl-1 {
    padding-left: 4px !important
}

.pt-1 {
    padding-top: 4px !important
}

.pb-1 {
    padding-bottom: 4px !important
}

.px-1 {
    padding-left: 4px !important;
    padding-right: 4px !important
}

.py-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important
}

.m-1 {
    margin: 4px !important
}

.mr-1 {
    margin-right: 4px !important
}

.ml-1 {
    margin-left: 4px !important
}

.mt-1 {
    margin-top: 4px !important
}

.mb-1 {
    margin-bottom: 4px !important
}

.mx-1 {
    margin-left: 4px !important;
    margin-right: 4px !important
}

.my-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important
}

.mr-1-minus {
    margin-right: -4px !important
}

.ml-1-minus {
    margin-left: -4px !important
}

.mt-1-minus {
    margin-top: -4px !important
}

.mb-1-minus {
    margin-bottom: -4px !important
}

.p-2 {
    padding: 8px !important
}

.pr-2 {
    padding-right: 8px !important
}

.pl-2 {
    padding-left: 8px !important
}

.pt-2 {
    padding-top: 8px !important
}

.pb-2 {
    padding-bottom: 8px !important
}

.px-2 {
    padding-left: 8px !important;
    padding-right: 8px !important
}

.py-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important
}

.m-2 {
    margin: 8px !important
}

.mr-2 {
    margin-right: 8px !important
}

.ml-2 {
    margin-left: 8px !important
}

.mt-2 {
    margin-top: 8px !important
}

.mb-2 {
    margin-bottom: 8px !important
}

.mx-2 {
    margin-left: 8px !important;
    margin-right: 8px !important
}

.my-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important
}

.mr-2-minus {
    margin-right: -8px !important
}

.ml-2-minus {
    margin-left: -8px !important
}

.mt-2-minus {
    margin-top: -8px !important
}

.mb-2-minus {
    margin-bottom: -8px !important
}

.p-3 {
    padding: 12px !important
}

.pr-3 {
    padding-right: 12px !important
}

.pl-3 {
    padding-left: 12px !important
}

.pt-3 {
    padding-top: 12px !important
}

.pb-3 {
    padding-bottom: 12px !important
}

.px-3 {
    padding-left: 12px !important;
    padding-right: 12px !important
}

.py-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important
}

.m-3 {
    margin: 12px !important
}

.mr-3 {
    margin-right: 12px !important
}

.ml-3 {
    margin-left: 12px !important
}

.mt-3 {
    margin-top: 12px !important
}

.mb-3 {
    margin-bottom: 12px !important
}

.mx-3 {
    margin-left: 12px !important;
    margin-right: 12px !important
}

.my-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important
}

.mr-3-minus {
    margin-right: -12px !important
}

.ml-3-minus {
    margin-left: -12px !important
}

.mt-3-minus {
    margin-top: -12px !important
}

.mb-3-minus {
    margin-bottom: -12px !important
}

.p-4 {
    padding: 16px !important
}

.pr-4 {
    padding-right: 16px !important
}

.pl-4 {
    padding-left: 16px !important
}

.pt-4 {
    padding-top: 16px !important
}

.pb-4 {
    padding-bottom: 16px !important
}

.px-4 {
    padding-left: 16px !important;
    padding-right: 16px !important
}

.py-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important
}

.m-4 {
    margin: 16px !important
}

.mr-4 {
    margin-right: 16px !important
}

.ml-4 {
    margin-left: 16px !important
}

.mt-4 {
    margin-top: 16px !important
}

.mb-4 {
    margin-bottom: 16px !important
}

.mx-4 {
    margin-left: 16px !important;
    margin-right: 16px !important
}

.my-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

.mr-4-minus {
    margin-right: -16px !important
}

.ml-4-minus {
    margin-left: -16px !important
}

.mt-4-minus {
    margin-top: -16px !important
}

.mb-4-minus {
    margin-bottom: -16px !important
}

.p-5 {
    padding: 20px !important
}

.pr-5 {
    padding-right: 20px !important
}

.pl-5 {
    padding-left: 20px !important
}

.pt-5 {
    padding-top: 20px !important
}

.pb-5 {
    padding-bottom: 20px !important
}

.px-5 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.py-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.m-5 {
    margin: 20px !important
}

.mr-5 {
    margin-right: 20px !important
}

.ml-5 {
    margin-left: 20px !important
}

.mt-5 {
    margin-top: 20px !important
}

.mb-5 {
    margin-bottom: 20px !important
}

.mx-5 {
    margin-left: 20px !important;
    margin-right: 20px !important
}

.my-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.mr-5-minus {
    margin-right: -20px !important
}

.ml-5-minus {
    margin-left: -20px !important
}

.mt-5-minus {
    margin-top: -20px !important
}

.mb-5-minus {
    margin-bottom: -20px !important
}

.p-6 {
    padding: 24px !important
}

.pr-6 {
    padding-right: 24px !important
}

.pl-6 {
    padding-left: 24px !important
}

.pt-6 {
    padding-top: 24px !important
}

.pb-6 {
    padding-bottom: 24px !important
}

.px-6 {
    padding-left: 24px !important;
    padding-right: 24px !important
}

.py-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important
}

.m-6 {
    margin: 24px !important
}

.mr-6 {
    margin-right: 24px !important
}

.ml-6 {
    margin-left: 24px !important
}

.mt-6 {
    margin-top: 24px !important
}

.mb-6 {
    margin-bottom: 24px !important
}

.mx-6 {
    margin-left: 24px !important;
    margin-right: 24px !important
}

.my-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important
}

.mr-6-minus {
    margin-right: -24px !important
}

.ml-6-minus {
    margin-left: -24px !important
}

.mt-6-minus {
    margin-top: -24px !important
}

.mb-6-minus {
    margin-bottom: -24px !important
}

.p-7 {
    padding: 28px !important
}

.pr-7 {
    padding-right: 28px !important
}

.pl-7 {
    padding-left: 28px !important
}

.pt-7 {
    padding-top: 28px !important
}

.pb-7 {
    padding-bottom: 28px !important
}

.px-7 {
    padding-left: 28px !important;
    padding-right: 28px !important
}

.py-7 {
    padding-top: 28px !important;
    padding-bottom: 28px !important
}

.m-7 {
    margin: 28px !important
}

.mr-7 {
    margin-right: 28px !important
}

.ml-7 {
    margin-left: 28px !important
}

.mt-7 {
    margin-top: 28px !important
}

.mb-7 {
    margin-bottom: 28px !important
}

.mx-7 {
    margin-left: 28px !important;
    margin-right: 28px !important
}

.my-7 {
    margin-top: 28px !important;
    margin-bottom: 28px !important
}

.mr-7-minus {
    margin-right: -28px !important
}

.ml-7-minus {
    margin-left: -28px !important
}

.mt-7-minus {
    margin-top: -28px !important
}

.mb-7-minus {
    margin-bottom: -28px !important
}

.p-8 {
    padding: 32px !important
}

.pr-8 {
    padding-right: 32px !important
}

.pl-8 {
    padding-left: 32px !important
}

.pt-8 {
    padding-top: 32px !important
}

.pb-8 {
    padding-bottom: 32px !important
}

.px-8 {
    padding-left: 32px !important;
    padding-right: 32px !important
}

.py-8 {
    padding-top: 32px !important;
    padding-bottom: 32px !important
}

.m-8 {
    margin: 32px !important
}

.mr-8 {
    margin-right: 32px !important
}

.ml-8 {
    margin-left: 32px !important
}

.mt-8 {
    margin-top: 32px !important
}

.mb-8 {
    margin-bottom: 32px !important
}

.mx-8 {
    margin-left: 32px !important;
    margin-right: 32px !important
}

.my-8 {
    margin-top: 32px !important;
    margin-bottom: 32px !important
}

.mr-8-minus {
    margin-right: -32px !important
}

.ml-8-minus {
    margin-left: -32px !important
}

.mt-8-minus {
    margin-top: -32px !important
}

.mb-8-minus {
    margin-bottom: -32px !important
}

.p-9 {
    padding: 36px !important
}

.pr-9 {
    padding-right: 36px !important
}

.pl-9 {
    padding-left: 36px !important
}

.pt-9 {
    padding-top: 36px !important
}

.pb-9 {
    padding-bottom: 36px !important
}

.px-9 {
    padding-left: 36px !important;
    padding-right: 36px !important
}

.py-9 {
    padding-top: 36px !important;
    padding-bottom: 36px !important
}

.m-9 {
    margin: 36px !important
}

.mr-9 {
    margin-right: 36px !important
}

.ml-9 {
    margin-left: 36px !important
}

.mt-9 {
    margin-top: 36px !important
}

.mb-9 {
    margin-bottom: 36px !important
}

.mx-9 {
    margin-left: 36px !important;
    margin-right: 36px !important
}

.my-9 {
    margin-top: 36px !important;
    margin-bottom: 36px !important
}

.mr-9-minus {
    margin-right: -36px !important
}

.ml-9-minus {
    margin-left: -36px !important
}

.mt-9-minus {
    margin-top: -36px !important
}

.mb-9-minus {
    margin-bottom: -36px !important
}

.p-10 {
    padding: 40px !important
}

.pr-10 {
    padding-right: 40px !important
}

.pl-10 {
    padding-left: 40px !important
}

.pt-10 {
    padding-top: 40px !important
}

.pb-10 {
    padding-bottom: 40px !important
}

.px-10 {
    padding-left: 40px !important;
    padding-right: 40px !important
}

.py-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.m-10 {
    margin: 40px !important
}

.mr-10 {
    margin-right: 40px !important
}

.ml-10 {
    margin-left: 40px !important
}

.mt-10 {
    margin-top: 40px !important
}

.mb-10 {
    margin-bottom: 40px !important
}

.mx-10 {
    margin-left: 40px !important;
    margin-right: 40px !important
}

.my-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

.mr-10-minus {
    margin-right: -40px !important
}

.ml-10-minus {
    margin-left: -40px !important
}

.mt-10-minus {
    margin-top: -40px !important
}

.mb-10-minus {
    margin-bottom: -40px !important
}

.p-11 {
    padding: 44px !important
}

.pr-11 {
    padding-right: 44px !important
}

.pl-11 {
    padding-left: 44px !important
}

.pt-11 {
    padding-top: 44px !important
}

.pb-11 {
    padding-bottom: 44px !important
}

.px-11 {
    padding-left: 44px !important;
    padding-right: 44px !important
}

.py-11 {
    padding-top: 44px !important;
    padding-bottom: 44px !important
}

.m-11 {
    margin: 44px !important
}

.mr-11 {
    margin-right: 44px !important
}

.ml-11 {
    margin-left: 44px !important
}

.mt-11 {
    margin-top: 44px !important
}

.mb-11 {
    margin-bottom: 44px !important
}

.mx-11 {
    margin-left: 44px !important;
    margin-right: 44px !important
}

.my-11 {
    margin-top: 44px !important;
    margin-bottom: 44px !important
}

.mr-11-minus {
    margin-right: -44px !important
}

.ml-11-minus {
    margin-left: -44px !important
}

.mt-11-minus {
    margin-top: -44px !important
}

.mb-11-minus {
    margin-bottom: -44px !important
}

.p-12 {
    padding: 48px !important
}

.pr-12 {
    padding-right: 48px !important
}

.pl-12 {
    padding-left: 48px !important
}

.pt-12 {
    padding-top: 48px !important
}

.pb-12 {
    padding-bottom: 48px !important
}

.px-12 {
    padding-left: 48px !important;
    padding-right: 48px !important
}

.py-12 {
    padding-top: 48px !important;
    padding-bottom: 48px !important
}

.m-12 {
    margin: 48px !important
}

.mr-12 {
    margin-right: 48px !important
}

.ml-12 {
    margin-left: 48px !important
}

.mt-12 {
    margin-top: 48px !important
}

.mb-12 {
    margin-bottom: 48px !important
}

.mx-12 {
    margin-left: 48px !important;
    margin-right: 48px !important
}

.my-12 {
    margin-top: 48px !important;
    margin-bottom: 48px !important
}

.mr-12-minus {
    margin-right: -48px !important
}

.ml-12-minus {
    margin-left: -48px !important
}

.mt-12-minus {
    margin-top: -48px !important
}

.mb-12-minus {
    margin-bottom: -48px !important
}

.p-13 {
    padding: 52px !important
}

.pr-13 {
    padding-right: 52px !important
}

.pl-13 {
    padding-left: 52px !important
}

.pt-13 {
    padding-top: 52px !important
}

.pb-13 {
    padding-bottom: 52px !important
}

.px-13 {
    padding-left: 52px !important;
    padding-right: 52px !important
}

.py-13 {
    padding-top: 52px !important;
    padding-bottom: 52px !important
}

.m-13 {
    margin: 52px !important
}

.mr-13 {
    margin-right: 52px !important
}

.ml-13 {
    margin-left: 52px !important
}

.mt-13 {
    margin-top: 52px !important
}

.mb-13 {
    margin-bottom: 52px !important
}

.mx-13 {
    margin-left: 52px !important;
    margin-right: 52px !important
}

.my-13 {
    margin-top: 52px !important;
    margin-bottom: 52px !important
}

.mr-13-minus {
    margin-right: -52px !important
}

.ml-13-minus {
    margin-left: -52px !important
}

.mt-13-minus {
    margin-top: -52px !important
}

.mb-13-minus {
    margin-bottom: -52px !important
}

.p-14 {
    padding: 56px !important
}

.pr-14 {
    padding-right: 56px !important
}

.pl-14 {
    padding-left: 56px !important
}

.pt-14 {
    padding-top: 56px !important
}

.pb-14 {
    padding-bottom: 56px !important
}

.px-14 {
    padding-left: 56px !important;
    padding-right: 56px !important
}

.py-14 {
    padding-top: 56px !important;
    padding-bottom: 56px !important
}

.m-14 {
    margin: 56px !important
}

.mr-14 {
    margin-right: 56px !important
}

.ml-14 {
    margin-left: 56px !important
}

.mt-14 {
    margin-top: 56px !important
}

.mb-14 {
    margin-bottom: 56px !important
}

.mx-14 {
    margin-left: 56px !important;
    margin-right: 56px !important
}

.my-14 {
    margin-top: 56px !important;
    margin-bottom: 56px !important
}

.mr-14-minus {
    margin-right: -56px !important
}

.ml-14-minus {
    margin-left: -56px !important
}

.mt-14-minus {
    margin-top: -56px !important
}

.mb-14-minus {
    margin-bottom: -56px !important
}

.p-15 {
    padding: 60px !important
}

.pr-15 {
    padding-right: 60px !important
}

.pl-15 {
    padding-left: 60px !important
}

.pt-15 {
    padding-top: 60px !important
}

.pb-15 {
    padding-bottom: 60px !important
}

.px-15 {
    padding-left: 60px !important;
    padding-right: 60px !important
}

.py-15 {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}

.m-15 {
    margin: 60px !important
}

.mr-15 {
    margin-right: 60px !important
}

.ml-15 {
    margin-left: 60px !important
}

.mt-15 {
    margin-top: 60px !important
}

.mb-15 {
    margin-bottom: 60px !important
}

.mx-15 {
    margin-left: 60px !important;
    margin-right: 60px !important
}

.my-15 {
    margin-top: 60px !important;
    margin-bottom: 60px !important
}

.mr-15-minus {
    margin-right: -60px !important
}

.ml-15-minus {
    margin-left: -60px !important
}

.mt-15-minus {
    margin-top: -60px !important
}

.mb-15-minus {
    margin-bottom: -60px !important
}

.p-16 {
    padding: 64px !important
}

.pr-16 {
    padding-right: 64px !important
}

.pl-16 {
    padding-left: 64px !important
}

.pt-16 {
    padding-top: 64px !important
}

.pb-16 {
    padding-bottom: 64px !important
}

.px-16 {
    padding-left: 64px !important;
    padding-right: 64px !important
}

.py-16 {
    padding-top: 64px !important;
    padding-bottom: 64px !important
}

.m-16 {
    margin: 64px !important
}

.mr-16 {
    margin-right: 64px !important
}

.ml-16 {
    margin-left: 64px !important
}

.mt-16 {
    margin-top: 64px !important
}

.mb-16 {
    margin-bottom: 64px !important
}

.mx-16 {
    margin-left: 64px !important;
    margin-right: 64px !important
}

.my-16 {
    margin-top: 64px !important;
    margin-bottom: 64px !important
}

.mr-16-minus {
    margin-right: -64px !important
}

.ml-16-minus {
    margin-left: -64px !important
}

.mt-16-minus {
    margin-top: -64px !important
}

.mb-16-minus {
    margin-bottom: -64px !important
}

.p-17 {
    padding: 68px !important
}

.pr-17 {
    padding-right: 68px !important
}

.pl-17 {
    padding-left: 68px !important
}

.pt-17 {
    padding-top: 68px !important
}

.pb-17 {
    padding-bottom: 68px !important
}

.px-17 {
    padding-left: 68px !important;
    padding-right: 68px !important
}

.py-17 {
    padding-top: 68px !important;
    padding-bottom: 68px !important
}

.m-17 {
    margin: 68px !important
}

.mr-17 {
    margin-right: 68px !important
}

.ml-17 {
    margin-left: 68px !important
}

.mt-17 {
    margin-top: 68px !important
}

.mb-17 {
    margin-bottom: 68px !important
}

.mx-17 {
    margin-left: 68px !important;
    margin-right: 68px !important
}

.my-17 {
    margin-top: 68px !important;
    margin-bottom: 68px !important
}

.mr-17-minus {
    margin-right: -68px !important
}

.ml-17-minus {
    margin-left: -68px !important
}

.mt-17-minus {
    margin-top: -68px !important
}

.mb-17-minus {
    margin-bottom: -68px !important
}

.p-18 {
    padding: 72px !important
}

.pr-18 {
    padding-right: 72px !important
}

.pl-18 {
    padding-left: 72px !important
}

.pt-18 {
    padding-top: 72px !important
}

.pb-18 {
    padding-bottom: 72px !important
}

.px-18 {
    padding-left: 72px !important;
    padding-right: 72px !important
}

.py-18 {
    padding-top: 72px !important;
    padding-bottom: 72px !important
}

.m-18 {
    margin: 72px !important
}

.mr-18 {
    margin-right: 72px !important
}

.ml-18 {
    margin-left: 72px !important
}

.mt-18 {
    margin-top: 72px !important
}

.mb-18 {
    margin-bottom: 72px !important
}

.mx-18 {
    margin-left: 72px !important;
    margin-right: 72px !important
}

.my-18 {
    margin-top: 72px !important;
    margin-bottom: 72px !important
}

.mr-18-minus {
    margin-right: -72px !important
}

.ml-18-minus {
    margin-left: -72px !important
}

.mt-18-minus {
    margin-top: -72px !important
}

.mb-18-minus {
    margin-bottom: -72px !important
}

.p-19 {
    padding: 76px !important
}

.pr-19 {
    padding-right: 76px !important
}

.pl-19 {
    padding-left: 76px !important
}

.pt-19 {
    padding-top: 76px !important
}

.pb-19 {
    padding-bottom: 76px !important
}

.px-19 {
    padding-left: 76px !important;
    padding-right: 76px !important
}

.py-19 {
    padding-top: 76px !important;
    padding-bottom: 76px !important
}

.m-19 {
    margin: 76px !important
}

.mr-19 {
    margin-right: 76px !important
}

.ml-19 {
    margin-left: 76px !important
}

.mt-19 {
    margin-top: 76px !important
}

.mb-19 {
    margin-bottom: 76px !important
}

.mx-19 {
    margin-left: 76px !important;
    margin-right: 76px !important
}

.my-19 {
    margin-top: 76px !important;
    margin-bottom: 76px !important
}

.mr-19-minus {
    margin-right: -76px !important
}

.ml-19-minus {
    margin-left: -76px !important
}

.mt-19-minus {
    margin-top: -76px !important
}

.mb-19-minus {
    margin-bottom: -76px !important
}

.p-20 {
    padding: 80px !important
}

.pr-20 {
    padding-right: 80px !important
}

.pl-20 {
    padding-left: 80px !important
}

.pt-20 {
    padding-top: 80px !important
}

.pb-20 {
    padding-bottom: 80px !important
}

.px-20 {
    padding-left: 80px !important;
    padding-right: 80px !important
}

.py-20 {
    padding-top: 80px !important;
    padding-bottom: 80px !important
}

.m-20 {
    margin: 80px !important
}

.mr-20 {
    margin-right: 80px !important
}

.ml-20 {
    margin-left: 80px !important
}

.mt-20 {
    margin-top: 80px !important
}

.mb-20 {
    margin-bottom: 80px !important
}

.mx-20 {
    margin-left: 80px !important;
    margin-right: 80px !important
}

.my-20 {
    margin-top: 80px !important;
    margin-bottom: 80px !important
}

.mr-20-minus {
    margin-right: -80px !important
}

.ml-20-minus {
    margin-left: -80px !important
}

.mt-20-minus {
    margin-top: -80px !important
}

.mb-20-minus {
    margin-bottom: -80px !important
}

@container (min-width: 0) {
    .mx-auto-fs {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-auto-fs {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .ml-auto-fs {
        margin-left: auto !important
    }

    .mr-auto-fs {
        margin-right: auto !important
    }

    .mt-auto-fs {
        margin-top: auto !important
    }

    .mb-auto-fs {
        margin-bottom: auto !important
    }

    .p-0-fs {
        padding: 0 !important
    }

    .pl-0-fs {
        padding-left: 0 !important
    }

    .pr-0-fs {
        padding-right: 0 !important
    }

    .pt-0-fs {
        padding-top: 0 !important
    }

    .pb-0-fs {
        padding-bottom: 0 !important
    }

    .m-0-fs {
        margin: 0 !important
    }

    .ml-0-fs {
        margin-left: 0 !important
    }

    .mr-0-fs {
        margin-right: 0 !important
    }

    .mt-0-fs {
        margin-top: 0 !important
    }

    .mb-0-fs {
        margin-bottom: 0 !important
    }

    .p-1-fs {
        padding: 4px !important
    }

    .pr-1-fs {
        padding-right: 4px !important
    }

    .pl-1-fs {
        padding-left: 4px !important
    }

    .pt-1-fs {
        padding-top: 4px !important
    }

    .pb-1-fs {
        padding-bottom: 4px !important
    }

    .px-1-fs {
        padding-left: 4px !important;
        padding-right: 4px !important
    }

    .py-1-fs {
        padding-top: 4px !important;
        padding-bottom: 4px !important
    }

    .m-1-fs {
        margin: 4px !important
    }

    .mr-1-fs {
        margin-right: 4px !important
    }

    .ml-1-fs {
        margin-left: 4px !important
    }

    .mt-1-fs {
        margin-top: 4px !important
    }

    .mb-1-fs {
        margin-bottom: 4px !important
    }

    .mx-1-fs {
        margin-left: 4px !important;
        margin-right: 4px !important
    }

    .my-1-fs {
        margin-top: 4px !important;
        margin-bottom: 4px !important
    }

    .m-1-fs-minus {
        margin: -4px !important
    }

    .mr-1-fs-minus {
        margin-right: -4px !important
    }

    .ml-1-fs-minus {
        margin-left: -4px !important
    }

    .mt-1-fs-minus {
        margin-top: -4px !important
    }

    .mb-1-fs-minus {
        margin-bottom: -4px !important
    }

    .p-2-fs {
        padding: 8px !important
    }

    .pr-2-fs {
        padding-right: 8px !important
    }

    .pl-2-fs {
        padding-left: 8px !important
    }

    .pt-2-fs {
        padding-top: 8px !important
    }

    .pb-2-fs {
        padding-bottom: 8px !important
    }

    .px-2-fs {
        padding-left: 8px !important;
        padding-right: 8px !important
    }

    .py-2-fs {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .m-2-fs {
        margin: 8px !important
    }

    .mr-2-fs {
        margin-right: 8px !important
    }

    .ml-2-fs {
        margin-left: 8px !important
    }

    .mt-2-fs {
        margin-top: 8px !important
    }

    .mb-2-fs {
        margin-bottom: 8px !important
    }

    .mx-2-fs {
        margin-left: 8px !important;
        margin-right: 8px !important
    }

    .my-2-fs {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .m-2-fs-minus {
        margin: -8px !important
    }

    .mr-2-fs-minus {
        margin-right: -8px !important
    }

    .ml-2-fs-minus {
        margin-left: -8px !important
    }

    .mt-2-fs-minus {
        margin-top: -8px !important
    }

    .mb-2-fs-minus {
        margin-bottom: -8px !important
    }

    .p-3-fs {
        padding: 12px !important
    }

    .pr-3-fs {
        padding-right: 12px !important
    }

    .pl-3-fs {
        padding-left: 12px !important
    }

    .pt-3-fs {
        padding-top: 12px !important
    }

    .pb-3-fs {
        padding-bottom: 12px !important
    }

    .px-3-fs {
        padding-left: 12px !important;
        padding-right: 12px !important
    }

    .py-3-fs {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .m-3-fs {
        margin: 12px !important
    }

    .mr-3-fs {
        margin-right: 12px !important
    }

    .ml-3-fs {
        margin-left: 12px !important
    }

    .mt-3-fs {
        margin-top: 12px !important
    }

    .mb-3-fs {
        margin-bottom: 12px !important
    }

    .mx-3-fs {
        margin-left: 12px !important;
        margin-right: 12px !important
    }

    .my-3-fs {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .m-3-fs-minus {
        margin: -12px !important
    }

    .mr-3-fs-minus {
        margin-right: -12px !important
    }

    .ml-3-fs-minus {
        margin-left: -12px !important
    }

    .mt-3-fs-minus {
        margin-top: -12px !important
    }

    .mb-3-fs-minus {
        margin-bottom: -12px !important
    }

    .p-4-fs {
        padding: 16px !important
    }

    .pr-4-fs {
        padding-right: 16px !important
    }

    .pl-4-fs {
        padding-left: 16px !important
    }

    .pt-4-fs {
        padding-top: 16px !important
    }

    .pb-4-fs {
        padding-bottom: 16px !important
    }

    .px-4-fs {
        padding-left: 16px !important;
        padding-right: 16px !important
    }

    .py-4-fs {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .m-4-fs {
        margin: 16px !important
    }

    .mr-4-fs {
        margin-right: 16px !important
    }

    .ml-4-fs {
        margin-left: 16px !important
    }

    .mt-4-fs {
        margin-top: 16px !important
    }

    .mb-4-fs {
        margin-bottom: 16px !important
    }

    .mx-4-fs {
        margin-left: 16px !important;
        margin-right: 16px !important
    }

    .my-4-fs {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }

    .m-4-fs-minus {
        margin: -16px !important
    }

    .mr-4-fs-minus {
        margin-right: -16px !important
    }

    .ml-4-fs-minus {
        margin-left: -16px !important
    }

    .mt-4-fs-minus {
        margin-top: -16px !important
    }

    .mb-4-fs-minus {
        margin-bottom: -16px !important
    }

    .p-5-fs {
        padding: 20px !important
    }

    .pr-5-fs {
        padding-right: 20px !important
    }

    .pl-5-fs {
        padding-left: 20px !important
    }

    .pt-5-fs {
        padding-top: 20px !important
    }

    .pb-5-fs {
        padding-bottom: 20px !important
    }

    .px-5-fs {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .py-5-fs {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .m-5-fs {
        margin: 20px !important
    }

    .mr-5-fs {
        margin-right: 20px !important
    }

    .ml-5-fs {
        margin-left: 20px !important
    }

    .mt-5-fs {
        margin-top: 20px !important
    }

    .mb-5-fs {
        margin-bottom: 20px !important
    }

    .mx-5-fs {
        margin-left: 20px !important;
        margin-right: 20px !important
    }

    .my-5-fs {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .m-5-fs-minus {
        margin: -20px !important
    }

    .mr-5-fs-minus {
        margin-right: -20px !important
    }

    .ml-5-fs-minus {
        margin-left: -20px !important
    }

    .mt-5-fs-minus {
        margin-top: -20px !important
    }

    .mb-5-fs-minus {
        margin-bottom: -20px !important
    }

    .p-6-fs {
        padding: 24px !important
    }

    .pr-6-fs {
        padding-right: 24px !important
    }

    .pl-6-fs {
        padding-left: 24px !important
    }

    .pt-6-fs {
        padding-top: 24px !important
    }

    .pb-6-fs {
        padding-bottom: 24px !important
    }

    .px-6-fs {
        padding-left: 24px !important;
        padding-right: 24px !important
    }

    .py-6-fs {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }

    .m-6-fs {
        margin: 24px !important
    }

    .mr-6-fs {
        margin-right: 24px !important
    }

    .ml-6-fs {
        margin-left: 24px !important
    }

    .mt-6-fs {
        margin-top: 24px !important
    }

    .mb-6-fs {
        margin-bottom: 24px !important
    }

    .mx-6-fs {
        margin-left: 24px !important;
        margin-right: 24px !important
    }

    .my-6-fs {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }

    .m-6-fs-minus {
        margin: -24px !important
    }

    .mr-6-fs-minus {
        margin-right: -24px !important
    }

    .ml-6-fs-minus {
        margin-left: -24px !important
    }

    .mt-6-fs-minus {
        margin-top: -24px !important
    }

    .mb-6-fs-minus {
        margin-bottom: -24px !important
    }

    .p-7-fs {
        padding: 28px !important
    }

    .pr-7-fs {
        padding-right: 28px !important
    }

    .pl-7-fs {
        padding-left: 28px !important
    }

    .pt-7-fs {
        padding-top: 28px !important
    }

    .pb-7-fs {
        padding-bottom: 28px !important
    }

    .px-7-fs {
        padding-left: 28px !important;
        padding-right: 28px !important
    }

    .py-7-fs {
        padding-top: 28px !important;
        padding-bottom: 28px !important
    }

    .m-7-fs {
        margin: 28px !important
    }

    .mr-7-fs {
        margin-right: 28px !important
    }

    .ml-7-fs {
        margin-left: 28px !important
    }

    .mt-7-fs {
        margin-top: 28px !important
    }

    .mb-7-fs {
        margin-bottom: 28px !important
    }

    .mx-7-fs {
        margin-left: 28px !important;
        margin-right: 28px !important
    }

    .my-7-fs {
        margin-top: 28px !important;
        margin-bottom: 28px !important
    }

    .m-7-fs-minus {
        margin: -28px !important
    }

    .mr-7-fs-minus {
        margin-right: -28px !important
    }

    .ml-7-fs-minus {
        margin-left: -28px !important
    }

    .mt-7-fs-minus {
        margin-top: -28px !important
    }

    .mb-7-fs-minus {
        margin-bottom: -28px !important
    }

    .p-8-fs {
        padding: 32px !important
    }

    .pr-8-fs {
        padding-right: 32px !important
    }

    .pl-8-fs {
        padding-left: 32px !important
    }

    .pt-8-fs {
        padding-top: 32px !important
    }

    .pb-8-fs {
        padding-bottom: 32px !important
    }

    .px-8-fs {
        padding-left: 32px !important;
        padding-right: 32px !important
    }

    .py-8-fs {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .m-8-fs {
        margin: 32px !important
    }

    .mr-8-fs {
        margin-right: 32px !important
    }

    .ml-8-fs {
        margin-left: 32px !important
    }

    .mt-8-fs {
        margin-top: 32px !important
    }

    .mb-8-fs {
        margin-bottom: 32px !important
    }

    .mx-8-fs {
        margin-left: 32px !important;
        margin-right: 32px !important
    }

    .my-8-fs {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }

    .m-8-fs-minus {
        margin: -32px !important
    }

    .mr-8-fs-minus {
        margin-right: -32px !important
    }

    .ml-8-fs-minus {
        margin-left: -32px !important
    }

    .mt-8-fs-minus {
        margin-top: -32px !important
    }

    .mb-8-fs-minus {
        margin-bottom: -32px !important
    }

    .p-9-fs {
        padding: 36px !important
    }

    .pr-9-fs {
        padding-right: 36px !important
    }

    .pl-9-fs {
        padding-left: 36px !important
    }

    .pt-9-fs {
        padding-top: 36px !important
    }

    .pb-9-fs {
        padding-bottom: 36px !important
    }

    .px-9-fs {
        padding-left: 36px !important;
        padding-right: 36px !important
    }

    .py-9-fs {
        padding-top: 36px !important;
        padding-bottom: 36px !important
    }

    .m-9-fs {
        margin: 36px !important
    }

    .mr-9-fs {
        margin-right: 36px !important
    }

    .ml-9-fs {
        margin-left: 36px !important
    }

    .mt-9-fs {
        margin-top: 36px !important
    }

    .mb-9-fs {
        margin-bottom: 36px !important
    }

    .mx-9-fs {
        margin-left: 36px !important;
        margin-right: 36px !important
    }

    .my-9-fs {
        margin-top: 36px !important;
        margin-bottom: 36px !important
    }

    .m-9-fs-minus {
        margin: -36px !important
    }

    .mr-9-fs-minus {
        margin-right: -36px !important
    }

    .ml-9-fs-minus {
        margin-left: -36px !important
    }

    .mt-9-fs-minus {
        margin-top: -36px !important
    }

    .mb-9-fs-minus {
        margin-bottom: -36px !important
    }

    .p-10-fs {
        padding: 40px !important
    }

    .pr-10-fs {
        padding-right: 40px !important
    }

    .pl-10-fs {
        padding-left: 40px !important
    }

    .pt-10-fs {
        padding-top: 40px !important
    }

    .pb-10-fs {
        padding-bottom: 40px !important
    }

    .px-10-fs {
        padding-left: 40px !important;
        padding-right: 40px !important
    }

    .py-10-fs {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .m-10-fs {
        margin: 40px !important
    }

    .mr-10-fs {
        margin-right: 40px !important
    }

    .ml-10-fs {
        margin-left: 40px !important
    }

    .mt-10-fs {
        margin-top: 40px !important
    }

    .mb-10-fs {
        margin-bottom: 40px !important
    }

    .mx-10-fs {
        margin-left: 40px !important;
        margin-right: 40px !important
    }

    .my-10-fs {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .m-10-fs-minus {
        margin: -40px !important
    }

    .mr-10-fs-minus {
        margin-right: -40px !important
    }

    .ml-10-fs-minus {
        margin-left: -40px !important
    }

    .mt-10-fs-minus {
        margin-top: -40px !important
    }

    .mb-10-fs-minus {
        margin-bottom: -40px !important
    }

    .p-11-fs {
        padding: 44px !important
    }

    .pr-11-fs {
        padding-right: 44px !important
    }

    .pl-11-fs {
        padding-left: 44px !important
    }

    .pt-11-fs {
        padding-top: 44px !important
    }

    .pb-11-fs {
        padding-bottom: 44px !important
    }

    .px-11-fs {
        padding-left: 44px !important;
        padding-right: 44px !important
    }

    .py-11-fs {
        padding-top: 44px !important;
        padding-bottom: 44px !important
    }

    .m-11-fs {
        margin: 44px !important
    }

    .mr-11-fs {
        margin-right: 44px !important
    }

    .ml-11-fs {
        margin-left: 44px !important
    }

    .mt-11-fs {
        margin-top: 44px !important
    }

    .mb-11-fs {
        margin-bottom: 44px !important
    }

    .mx-11-fs {
        margin-left: 44px !important;
        margin-right: 44px !important
    }

    .my-11-fs {
        margin-top: 44px !important;
        margin-bottom: 44px !important
    }

    .m-11-fs-minus {
        margin: -44px !important
    }

    .mr-11-fs-minus {
        margin-right: -44px !important
    }

    .ml-11-fs-minus {
        margin-left: -44px !important
    }

    .mt-11-fs-minus {
        margin-top: -44px !important
    }

    .mb-11-fs-minus {
        margin-bottom: -44px !important
    }

    .p-12-fs {
        padding: 48px !important
    }

    .pr-12-fs {
        padding-right: 48px !important
    }

    .pl-12-fs {
        padding-left: 48px !important
    }

    .pt-12-fs {
        padding-top: 48px !important
    }

    .pb-12-fs {
        padding-bottom: 48px !important
    }

    .px-12-fs {
        padding-left: 48px !important;
        padding-right: 48px !important
    }

    .py-12-fs {
        padding-top: 48px !important;
        padding-bottom: 48px !important
    }

    .m-12-fs {
        margin: 48px !important
    }

    .mr-12-fs {
        margin-right: 48px !important
    }

    .ml-12-fs {
        margin-left: 48px !important
    }

    .mt-12-fs {
        margin-top: 48px !important
    }

    .mb-12-fs {
        margin-bottom: 48px !important
    }

    .mx-12-fs {
        margin-left: 48px !important;
        margin-right: 48px !important
    }

    .my-12-fs {
        margin-top: 48px !important;
        margin-bottom: 48px !important
    }

    .m-12-fs-minus {
        margin: -48px !important
    }

    .mr-12-fs-minus {
        margin-right: -48px !important
    }

    .ml-12-fs-minus {
        margin-left: -48px !important
    }

    .mt-12-fs-minus {
        margin-top: -48px !important
    }

    .mb-12-fs-minus {
        margin-bottom: -48px !important
    }

    .p-13-fs {
        padding: 52px !important
    }

    .pr-13-fs {
        padding-right: 52px !important
    }

    .pl-13-fs {
        padding-left: 52px !important
    }

    .pt-13-fs {
        padding-top: 52px !important
    }

    .pb-13-fs {
        padding-bottom: 52px !important
    }

    .px-13-fs {
        padding-left: 52px !important;
        padding-right: 52px !important
    }

    .py-13-fs {
        padding-top: 52px !important;
        padding-bottom: 52px !important
    }

    .m-13-fs {
        margin: 52px !important
    }

    .mr-13-fs {
        margin-right: 52px !important
    }

    .ml-13-fs {
        margin-left: 52px !important
    }

    .mt-13-fs {
        margin-top: 52px !important
    }

    .mb-13-fs {
        margin-bottom: 52px !important
    }

    .mx-13-fs {
        margin-left: 52px !important;
        margin-right: 52px !important
    }

    .my-13-fs {
        margin-top: 52px !important;
        margin-bottom: 52px !important
    }

    .m-13-fs-minus {
        margin: -52px !important
    }

    .mr-13-fs-minus {
        margin-right: -52px !important
    }

    .ml-13-fs-minus {
        margin-left: -52px !important
    }

    .mt-13-fs-minus {
        margin-top: -52px !important
    }

    .mb-13-fs-minus {
        margin-bottom: -52px !important
    }

    .p-14-fs {
        padding: 56px !important
    }

    .pr-14-fs {
        padding-right: 56px !important
    }

    .pl-14-fs {
        padding-left: 56px !important
    }

    .pt-14-fs {
        padding-top: 56px !important
    }

    .pb-14-fs {
        padding-bottom: 56px !important
    }

    .px-14-fs {
        padding-left: 56px !important;
        padding-right: 56px !important
    }

    .py-14-fs {
        padding-top: 56px !important;
        padding-bottom: 56px !important
    }

    .m-14-fs {
        margin: 56px !important
    }

    .mr-14-fs {
        margin-right: 56px !important
    }

    .ml-14-fs {
        margin-left: 56px !important
    }

    .mt-14-fs {
        margin-top: 56px !important
    }

    .mb-14-fs {
        margin-bottom: 56px !important
    }

    .mx-14-fs {
        margin-left: 56px !important;
        margin-right: 56px !important
    }

    .my-14-fs {
        margin-top: 56px !important;
        margin-bottom: 56px !important
    }

    .m-14-fs-minus {
        margin: -56px !important
    }

    .mr-14-fs-minus {
        margin-right: -56px !important
    }

    .ml-14-fs-minus {
        margin-left: -56px !important
    }

    .mt-14-fs-minus {
        margin-top: -56px !important
    }

    .mb-14-fs-minus {
        margin-bottom: -56px !important
    }

    .p-15-fs {
        padding: 60px !important
    }

    .pr-15-fs {
        padding-right: 60px !important
    }

    .pl-15-fs {
        padding-left: 60px !important
    }

    .pt-15-fs {
        padding-top: 60px !important
    }

    .pb-15-fs {
        padding-bottom: 60px !important
    }

    .px-15-fs {
        padding-left: 60px !important;
        padding-right: 60px !important
    }

    .py-15-fs {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .m-15-fs {
        margin: 60px !important
    }

    .mr-15-fs {
        margin-right: 60px !important
    }

    .ml-15-fs {
        margin-left: 60px !important
    }

    .mt-15-fs {
        margin-top: 60px !important
    }

    .mb-15-fs {
        margin-bottom: 60px !important
    }

    .mx-15-fs {
        margin-left: 60px !important;
        margin-right: 60px !important
    }

    .my-15-fs {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .m-15-fs-minus {
        margin: -60px !important
    }

    .mr-15-fs-minus {
        margin-right: -60px !important
    }

    .ml-15-fs-minus {
        margin-left: -60px !important
    }

    .mt-15-fs-minus {
        margin-top: -60px !important
    }

    .mb-15-fs-minus {
        margin-bottom: -60px !important
    }

    .p-16-fs {
        padding: 64px !important
    }

    .pr-16-fs {
        padding-right: 64px !important
    }

    .pl-16-fs {
        padding-left: 64px !important
    }

    .pt-16-fs {
        padding-top: 64px !important
    }

    .pb-16-fs {
        padding-bottom: 64px !important
    }

    .px-16-fs {
        padding-left: 64px !important;
        padding-right: 64px !important
    }

    .py-16-fs {
        padding-top: 64px !important;
        padding-bottom: 64px !important
    }

    .m-16-fs {
        margin: 64px !important
    }

    .mr-16-fs {
        margin-right: 64px !important
    }

    .ml-16-fs {
        margin-left: 64px !important
    }

    .mt-16-fs {
        margin-top: 64px !important
    }

    .mb-16-fs {
        margin-bottom: 64px !important
    }

    .mx-16-fs {
        margin-left: 64px !important;
        margin-right: 64px !important
    }

    .my-16-fs {
        margin-top: 64px !important;
        margin-bottom: 64px !important
    }

    .m-16-fs-minus {
        margin: -64px !important
    }

    .mr-16-fs-minus {
        margin-right: -64px !important
    }

    .ml-16-fs-minus {
        margin-left: -64px !important
    }

    .mt-16-fs-minus {
        margin-top: -64px !important
    }

    .mb-16-fs-minus {
        margin-bottom: -64px !important
    }

    .p-17-fs {
        padding: 68px !important
    }

    .pr-17-fs {
        padding-right: 68px !important
    }

    .pl-17-fs {
        padding-left: 68px !important
    }

    .pt-17-fs {
        padding-top: 68px !important
    }

    .pb-17-fs {
        padding-bottom: 68px !important
    }

    .px-17-fs {
        padding-left: 68px !important;
        padding-right: 68px !important
    }

    .py-17-fs {
        padding-top: 68px !important;
        padding-bottom: 68px !important
    }

    .m-17-fs {
        margin: 68px !important
    }

    .mr-17-fs {
        margin-right: 68px !important
    }

    .ml-17-fs {
        margin-left: 68px !important
    }

    .mt-17-fs {
        margin-top: 68px !important
    }

    .mb-17-fs {
        margin-bottom: 68px !important
    }

    .mx-17-fs {
        margin-left: 68px !important;
        margin-right: 68px !important
    }

    .my-17-fs {
        margin-top: 68px !important;
        margin-bottom: 68px !important
    }

    .m-17-fs-minus {
        margin: -68px !important
    }

    .mr-17-fs-minus {
        margin-right: -68px !important
    }

    .ml-17-fs-minus {
        margin-left: -68px !important
    }

    .mt-17-fs-minus {
        margin-top: -68px !important
    }

    .mb-17-fs-minus {
        margin-bottom: -68px !important
    }

    .p-18-fs {
        padding: 72px !important
    }

    .pr-18-fs {
        padding-right: 72px !important
    }

    .pl-18-fs {
        padding-left: 72px !important
    }

    .pt-18-fs {
        padding-top: 72px !important
    }

    .pb-18-fs {
        padding-bottom: 72px !important
    }

    .px-18-fs {
        padding-left: 72px !important;
        padding-right: 72px !important
    }

    .py-18-fs {
        padding-top: 72px !important;
        padding-bottom: 72px !important
    }

    .m-18-fs {
        margin: 72px !important
    }

    .mr-18-fs {
        margin-right: 72px !important
    }

    .ml-18-fs {
        margin-left: 72px !important
    }

    .mt-18-fs {
        margin-top: 72px !important
    }

    .mb-18-fs {
        margin-bottom: 72px !important
    }

    .mx-18-fs {
        margin-left: 72px !important;
        margin-right: 72px !important
    }

    .my-18-fs {
        margin-top: 72px !important;
        margin-bottom: 72px !important
    }

    .m-18-fs-minus {
        margin: -72px !important
    }

    .mr-18-fs-minus {
        margin-right: -72px !important
    }

    .ml-18-fs-minus {
        margin-left: -72px !important
    }

    .mt-18-fs-minus {
        margin-top: -72px !important
    }

    .mb-18-fs-minus {
        margin-bottom: -72px !important
    }

    .p-19-fs {
        padding: 76px !important
    }

    .pr-19-fs {
        padding-right: 76px !important
    }

    .pl-19-fs {
        padding-left: 76px !important
    }

    .pt-19-fs {
        padding-top: 76px !important
    }

    .pb-19-fs {
        padding-bottom: 76px !important
    }

    .px-19-fs {
        padding-left: 76px !important;
        padding-right: 76px !important
    }

    .py-19-fs {
        padding-top: 76px !important;
        padding-bottom: 76px !important
    }

    .m-19-fs {
        margin: 76px !important
    }

    .mr-19-fs {
        margin-right: 76px !important
    }

    .ml-19-fs {
        margin-left: 76px !important
    }

    .mt-19-fs {
        margin-top: 76px !important
    }

    .mb-19-fs {
        margin-bottom: 76px !important
    }

    .mx-19-fs {
        margin-left: 76px !important;
        margin-right: 76px !important
    }

    .my-19-fs {
        margin-top: 76px !important;
        margin-bottom: 76px !important
    }

    .m-19-fs-minus {
        margin: -76px !important
    }

    .mr-19-fs-minus {
        margin-right: -76px !important
    }

    .ml-19-fs-minus {
        margin-left: -76px !important
    }

    .mt-19-fs-minus {
        margin-top: -76px !important
    }

    .mb-19-fs-minus {
        margin-bottom: -76px !important
    }

    .p-20-fs {
        padding: 80px !important
    }

    .pr-20-fs {
        padding-right: 80px !important
    }

    .pl-20-fs {
        padding-left: 80px !important
    }

    .pt-20-fs {
        padding-top: 80px !important
    }

    .pb-20-fs {
        padding-bottom: 80px !important
    }

    .px-20-fs {
        padding-left: 80px !important;
        padding-right: 80px !important
    }

    .py-20-fs {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .m-20-fs {
        margin: 80px !important
    }

    .mr-20-fs {
        margin-right: 80px !important
    }

    .ml-20-fs {
        margin-left: 80px !important
    }

    .mt-20-fs {
        margin-top: 80px !important
    }

    .mb-20-fs {
        margin-bottom: 80px !important
    }

    .mx-20-fs {
        margin-left: 80px !important;
        margin-right: 80px !important
    }

    .my-20-fs {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .m-20-fs-minus {
        margin: -80px !important
    }

    .mr-20-fs-minus {
        margin-right: -80px !important
    }

    .ml-20-fs-minus {
        margin-left: -80px !important
    }

    .mt-20-fs-minus {
        margin-top: -80px !important
    }

    .mb-20-fs-minus {
        margin-bottom: -80px !important
    }
}

@container (min-width: 360px) {
    .mx-auto-xs {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-auto-xs {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .ml-auto-xs {
        margin-left: auto !important
    }

    .mr-auto-xs {
        margin-right: auto !important
    }

    .mt-auto-xs {
        margin-top: auto !important
    }

    .mb-auto-xs {
        margin-bottom: auto !important
    }

    .p-0-xs {
        padding: 0 !important
    }

    .pl-0-xs {
        padding-left: 0 !important
    }

    .pr-0-xs {
        padding-right: 0 !important
    }

    .pt-0-xs {
        padding-top: 0 !important
    }

    .pb-0-xs {
        padding-bottom: 0 !important
    }

    .m-0-xs {
        margin: 0 !important
    }

    .ml-0-xs {
        margin-left: 0 !important
    }

    .mr-0-xs {
        margin-right: 0 !important
    }

    .mt-0-xs {
        margin-top: 0 !important
    }

    .mb-0-xs {
        margin-bottom: 0 !important
    }

    .p-1-xs {
        padding: 4px !important
    }

    .pr-1-xs {
        padding-right: 4px !important
    }

    .pl-1-xs {
        padding-left: 4px !important
    }

    .pt-1-xs {
        padding-top: 4px !important
    }

    .pb-1-xs {
        padding-bottom: 4px !important
    }

    .px-1-xs {
        padding-left: 4px !important;
        padding-right: 4px !important
    }

    .py-1-xs {
        padding-top: 4px !important;
        padding-bottom: 4px !important
    }

    .m-1-xs {
        margin: 4px !important
    }

    .mr-1-xs {
        margin-right: 4px !important
    }

    .ml-1-xs {
        margin-left: 4px !important
    }

    .mt-1-xs {
        margin-top: 4px !important
    }

    .mb-1-xs {
        margin-bottom: 4px !important
    }

    .mx-1-xs {
        margin-left: 4px !important;
        margin-right: 4px !important
    }

    .my-1-xs {
        margin-top: 4px !important;
        margin-bottom: 4px !important
    }

    .m-1-xs-minus {
        margin: -4px !important
    }

    .mr-1-xs-minus {
        margin-right: -4px !important
    }

    .ml-1-xs-minus {
        margin-left: -4px !important
    }

    .mt-1-xs-minus {
        margin-top: -4px !important
    }

    .mb-1-xs-minus {
        margin-bottom: -4px !important
    }

    .p-2-xs {
        padding: 8px !important
    }

    .pr-2-xs {
        padding-right: 8px !important
    }

    .pl-2-xs {
        padding-left: 8px !important
    }

    .pt-2-xs {
        padding-top: 8px !important
    }

    .pb-2-xs {
        padding-bottom: 8px !important
    }

    .px-2-xs {
        padding-left: 8px !important;
        padding-right: 8px !important
    }

    .py-2-xs {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .m-2-xs {
        margin: 8px !important
    }

    .mr-2-xs {
        margin-right: 8px !important
    }

    .ml-2-xs {
        margin-left: 8px !important
    }

    .mt-2-xs {
        margin-top: 8px !important
    }

    .mb-2-xs {
        margin-bottom: 8px !important
    }

    .mx-2-xs {
        margin-left: 8px !important;
        margin-right: 8px !important
    }

    .my-2-xs {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .m-2-xs-minus {
        margin: -8px !important
    }

    .mr-2-xs-minus {
        margin-right: -8px !important
    }

    .ml-2-xs-minus {
        margin-left: -8px !important
    }

    .mt-2-xs-minus {
        margin-top: -8px !important
    }

    .mb-2-xs-minus {
        margin-bottom: -8px !important
    }

    .p-3-xs {
        padding: 12px !important
    }

    .pr-3-xs {
        padding-right: 12px !important
    }

    .pl-3-xs {
        padding-left: 12px !important
    }

    .pt-3-xs {
        padding-top: 12px !important
    }

    .pb-3-xs {
        padding-bottom: 12px !important
    }

    .px-3-xs {
        padding-left: 12px !important;
        padding-right: 12px !important
    }

    .py-3-xs {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .m-3-xs {
        margin: 12px !important
    }

    .mr-3-xs {
        margin-right: 12px !important
    }

    .ml-3-xs {
        margin-left: 12px !important
    }

    .mt-3-xs {
        margin-top: 12px !important
    }

    .mb-3-xs {
        margin-bottom: 12px !important
    }

    .mx-3-xs {
        margin-left: 12px !important;
        margin-right: 12px !important
    }

    .my-3-xs {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .m-3-xs-minus {
        margin: -12px !important
    }

    .mr-3-xs-minus {
        margin-right: -12px !important
    }

    .ml-3-xs-minus {
        margin-left: -12px !important
    }

    .mt-3-xs-minus {
        margin-top: -12px !important
    }

    .mb-3-xs-minus {
        margin-bottom: -12px !important
    }

    .p-4-xs {
        padding: 16px !important
    }

    .pr-4-xs {
        padding-right: 16px !important
    }

    .pl-4-xs {
        padding-left: 16px !important
    }

    .pt-4-xs {
        padding-top: 16px !important
    }

    .pb-4-xs {
        padding-bottom: 16px !important
    }

    .px-4-xs {
        padding-left: 16px !important;
        padding-right: 16px !important
    }

    .py-4-xs {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .m-4-xs {
        margin: 16px !important
    }

    .mr-4-xs {
        margin-right: 16px !important
    }

    .ml-4-xs {
        margin-left: 16px !important
    }

    .mt-4-xs {
        margin-top: 16px !important
    }

    .mb-4-xs {
        margin-bottom: 16px !important
    }

    .mx-4-xs {
        margin-left: 16px !important;
        margin-right: 16px !important
    }

    .my-4-xs {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }

    .m-4-xs-minus {
        margin: -16px !important
    }

    .mr-4-xs-minus {
        margin-right: -16px !important
    }

    .ml-4-xs-minus {
        margin-left: -16px !important
    }

    .mt-4-xs-minus {
        margin-top: -16px !important
    }

    .mb-4-xs-minus {
        margin-bottom: -16px !important
    }

    .p-5-xs {
        padding: 20px !important
    }

    .pr-5-xs {
        padding-right: 20px !important
    }

    .pl-5-xs {
        padding-left: 20px !important
    }

    .pt-5-xs {
        padding-top: 20px !important
    }

    .pb-5-xs {
        padding-bottom: 20px !important
    }

    .px-5-xs {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .py-5-xs {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .m-5-xs {
        margin: 20px !important
    }

    .mr-5-xs {
        margin-right: 20px !important
    }

    .ml-5-xs {
        margin-left: 20px !important
    }

    .mt-5-xs {
        margin-top: 20px !important
    }

    .mb-5-xs {
        margin-bottom: 20px !important
    }

    .mx-5-xs {
        margin-left: 20px !important;
        margin-right: 20px !important
    }

    .my-5-xs {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .m-5-xs-minus {
        margin: -20px !important
    }

    .mr-5-xs-minus {
        margin-right: -20px !important
    }

    .ml-5-xs-minus {
        margin-left: -20px !important
    }

    .mt-5-xs-minus {
        margin-top: -20px !important
    }

    .mb-5-xs-minus {
        margin-bottom: -20px !important
    }

    .p-6-xs {
        padding: 24px !important
    }

    .pr-6-xs {
        padding-right: 24px !important
    }

    .pl-6-xs {
        padding-left: 24px !important
    }

    .pt-6-xs {
        padding-top: 24px !important
    }

    .pb-6-xs {
        padding-bottom: 24px !important
    }

    .px-6-xs {
        padding-left: 24px !important;
        padding-right: 24px !important
    }

    .py-6-xs {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }

    .m-6-xs {
        margin: 24px !important
    }

    .mr-6-xs {
        margin-right: 24px !important
    }

    .ml-6-xs {
        margin-left: 24px !important
    }

    .mt-6-xs {
        margin-top: 24px !important
    }

    .mb-6-xs {
        margin-bottom: 24px !important
    }

    .mx-6-xs {
        margin-left: 24px !important;
        margin-right: 24px !important
    }

    .my-6-xs {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }

    .m-6-xs-minus {
        margin: -24px !important
    }

    .mr-6-xs-minus {
        margin-right: -24px !important
    }

    .ml-6-xs-minus {
        margin-left: -24px !important
    }

    .mt-6-xs-minus {
        margin-top: -24px !important
    }

    .mb-6-xs-minus {
        margin-bottom: -24px !important
    }

    .p-7-xs {
        padding: 28px !important
    }

    .pr-7-xs {
        padding-right: 28px !important
    }

    .pl-7-xs {
        padding-left: 28px !important
    }

    .pt-7-xs {
        padding-top: 28px !important
    }

    .pb-7-xs {
        padding-bottom: 28px !important
    }

    .px-7-xs {
        padding-left: 28px !important;
        padding-right: 28px !important
    }

    .py-7-xs {
        padding-top: 28px !important;
        padding-bottom: 28px !important
    }

    .m-7-xs {
        margin: 28px !important
    }

    .mr-7-xs {
        margin-right: 28px !important
    }

    .ml-7-xs {
        margin-left: 28px !important
    }

    .mt-7-xs {
        margin-top: 28px !important
    }

    .mb-7-xs {
        margin-bottom: 28px !important
    }

    .mx-7-xs {
        margin-left: 28px !important;
        margin-right: 28px !important
    }

    .my-7-xs {
        margin-top: 28px !important;
        margin-bottom: 28px !important
    }

    .m-7-xs-minus {
        margin: -28px !important
    }

    .mr-7-xs-minus {
        margin-right: -28px !important
    }

    .ml-7-xs-minus {
        margin-left: -28px !important
    }

    .mt-7-xs-minus {
        margin-top: -28px !important
    }

    .mb-7-xs-minus {
        margin-bottom: -28px !important
    }

    .p-8-xs {
        padding: 32px !important
    }

    .pr-8-xs {
        padding-right: 32px !important
    }

    .pl-8-xs {
        padding-left: 32px !important
    }

    .pt-8-xs {
        padding-top: 32px !important
    }

    .pb-8-xs {
        padding-bottom: 32px !important
    }

    .px-8-xs {
        padding-left: 32px !important;
        padding-right: 32px !important
    }

    .py-8-xs {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .m-8-xs {
        margin: 32px !important
    }

    .mr-8-xs {
        margin-right: 32px !important
    }

    .ml-8-xs {
        margin-left: 32px !important
    }

    .mt-8-xs {
        margin-top: 32px !important
    }

    .mb-8-xs {
        margin-bottom: 32px !important
    }

    .mx-8-xs {
        margin-left: 32px !important;
        margin-right: 32px !important
    }

    .my-8-xs {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }

    .m-8-xs-minus {
        margin: -32px !important
    }

    .mr-8-xs-minus {
        margin-right: -32px !important
    }

    .ml-8-xs-minus {
        margin-left: -32px !important
    }

    .mt-8-xs-minus {
        margin-top: -32px !important
    }

    .mb-8-xs-minus {
        margin-bottom: -32px !important
    }

    .p-9-xs {
        padding: 36px !important
    }

    .pr-9-xs {
        padding-right: 36px !important
    }

    .pl-9-xs {
        padding-left: 36px !important
    }

    .pt-9-xs {
        padding-top: 36px !important
    }

    .pb-9-xs {
        padding-bottom: 36px !important
    }

    .px-9-xs {
        padding-left: 36px !important;
        padding-right: 36px !important
    }

    .py-9-xs {
        padding-top: 36px !important;
        padding-bottom: 36px !important
    }

    .m-9-xs {
        margin: 36px !important
    }

    .mr-9-xs {
        margin-right: 36px !important
    }

    .ml-9-xs {
        margin-left: 36px !important
    }

    .mt-9-xs {
        margin-top: 36px !important
    }

    .mb-9-xs {
        margin-bottom: 36px !important
    }

    .mx-9-xs {
        margin-left: 36px !important;
        margin-right: 36px !important
    }

    .my-9-xs {
        margin-top: 36px !important;
        margin-bottom: 36px !important
    }

    .m-9-xs-minus {
        margin: -36px !important
    }

    .mr-9-xs-minus {
        margin-right: -36px !important
    }

    .ml-9-xs-minus {
        margin-left: -36px !important
    }

    .mt-9-xs-minus {
        margin-top: -36px !important
    }

    .mb-9-xs-minus {
        margin-bottom: -36px !important
    }

    .p-10-xs {
        padding: 40px !important
    }

    .pr-10-xs {
        padding-right: 40px !important
    }

    .pl-10-xs {
        padding-left: 40px !important
    }

    .pt-10-xs {
        padding-top: 40px !important
    }

    .pb-10-xs {
        padding-bottom: 40px !important
    }

    .px-10-xs {
        padding-left: 40px !important;
        padding-right: 40px !important
    }

    .py-10-xs {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .m-10-xs {
        margin: 40px !important
    }

    .mr-10-xs {
        margin-right: 40px !important
    }

    .ml-10-xs {
        margin-left: 40px !important
    }

    .mt-10-xs {
        margin-top: 40px !important
    }

    .mb-10-xs {
        margin-bottom: 40px !important
    }

    .mx-10-xs {
        margin-left: 40px !important;
        margin-right: 40px !important
    }

    .my-10-xs {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .m-10-xs-minus {
        margin: -40px !important
    }

    .mr-10-xs-minus {
        margin-right: -40px !important
    }

    .ml-10-xs-minus {
        margin-left: -40px !important
    }

    .mt-10-xs-minus {
        margin-top: -40px !important
    }

    .mb-10-xs-minus {
        margin-bottom: -40px !important
    }

    .p-11-xs {
        padding: 44px !important
    }

    .pr-11-xs {
        padding-right: 44px !important
    }

    .pl-11-xs {
        padding-left: 44px !important
    }

    .pt-11-xs {
        padding-top: 44px !important
    }

    .pb-11-xs {
        padding-bottom: 44px !important
    }

    .px-11-xs {
        padding-left: 44px !important;
        padding-right: 44px !important
    }

    .py-11-xs {
        padding-top: 44px !important;
        padding-bottom: 44px !important
    }

    .m-11-xs {
        margin: 44px !important
    }

    .mr-11-xs {
        margin-right: 44px !important
    }

    .ml-11-xs {
        margin-left: 44px !important
    }

    .mt-11-xs {
        margin-top: 44px !important
    }

    .mb-11-xs {
        margin-bottom: 44px !important
    }

    .mx-11-xs {
        margin-left: 44px !important;
        margin-right: 44px !important
    }

    .my-11-xs {
        margin-top: 44px !important;
        margin-bottom: 44px !important
    }

    .m-11-xs-minus {
        margin: -44px !important
    }

    .mr-11-xs-minus {
        margin-right: -44px !important
    }

    .ml-11-xs-minus {
        margin-left: -44px !important
    }

    .mt-11-xs-minus {
        margin-top: -44px !important
    }

    .mb-11-xs-minus {
        margin-bottom: -44px !important
    }

    .p-12-xs {
        padding: 48px !important
    }

    .pr-12-xs {
        padding-right: 48px !important
    }

    .pl-12-xs {
        padding-left: 48px !important
    }

    .pt-12-xs {
        padding-top: 48px !important
    }

    .pb-12-xs {
        padding-bottom: 48px !important
    }

    .px-12-xs {
        padding-left: 48px !important;
        padding-right: 48px !important
    }

    .py-12-xs {
        padding-top: 48px !important;
        padding-bottom: 48px !important
    }

    .m-12-xs {
        margin: 48px !important
    }

    .mr-12-xs {
        margin-right: 48px !important
    }

    .ml-12-xs {
        margin-left: 48px !important
    }

    .mt-12-xs {
        margin-top: 48px !important
    }

    .mb-12-xs {
        margin-bottom: 48px !important
    }

    .mx-12-xs {
        margin-left: 48px !important;
        margin-right: 48px !important
    }

    .my-12-xs {
        margin-top: 48px !important;
        margin-bottom: 48px !important
    }

    .m-12-xs-minus {
        margin: -48px !important
    }

    .mr-12-xs-minus {
        margin-right: -48px !important
    }

    .ml-12-xs-minus {
        margin-left: -48px !important
    }

    .mt-12-xs-minus {
        margin-top: -48px !important
    }

    .mb-12-xs-minus {
        margin-bottom: -48px !important
    }

    .p-13-xs {
        padding: 52px !important
    }

    .pr-13-xs {
        padding-right: 52px !important
    }

    .pl-13-xs {
        padding-left: 52px !important
    }

    .pt-13-xs {
        padding-top: 52px !important
    }

    .pb-13-xs {
        padding-bottom: 52px !important
    }

    .px-13-xs {
        padding-left: 52px !important;
        padding-right: 52px !important
    }

    .py-13-xs {
        padding-top: 52px !important;
        padding-bottom: 52px !important
    }

    .m-13-xs {
        margin: 52px !important
    }

    .mr-13-xs {
        margin-right: 52px !important
    }

    .ml-13-xs {
        margin-left: 52px !important
    }

    .mt-13-xs {
        margin-top: 52px !important
    }

    .mb-13-xs {
        margin-bottom: 52px !important
    }

    .mx-13-xs {
        margin-left: 52px !important;
        margin-right: 52px !important
    }

    .my-13-xs {
        margin-top: 52px !important;
        margin-bottom: 52px !important
    }

    .m-13-xs-minus {
        margin: -52px !important
    }

    .mr-13-xs-minus {
        margin-right: -52px !important
    }

    .ml-13-xs-minus {
        margin-left: -52px !important
    }

    .mt-13-xs-minus {
        margin-top: -52px !important
    }

    .mb-13-xs-minus {
        margin-bottom: -52px !important
    }

    .p-14-xs {
        padding: 56px !important
    }

    .pr-14-xs {
        padding-right: 56px !important
    }

    .pl-14-xs {
        padding-left: 56px !important
    }

    .pt-14-xs {
        padding-top: 56px !important
    }

    .pb-14-xs {
        padding-bottom: 56px !important
    }

    .px-14-xs {
        padding-left: 56px !important;
        padding-right: 56px !important
    }

    .py-14-xs {
        padding-top: 56px !important;
        padding-bottom: 56px !important
    }

    .m-14-xs {
        margin: 56px !important
    }

    .mr-14-xs {
        margin-right: 56px !important
    }

    .ml-14-xs {
        margin-left: 56px !important
    }

    .mt-14-xs {
        margin-top: 56px !important
    }

    .mb-14-xs {
        margin-bottom: 56px !important
    }

    .mx-14-xs {
        margin-left: 56px !important;
        margin-right: 56px !important
    }

    .my-14-xs {
        margin-top: 56px !important;
        margin-bottom: 56px !important
    }

    .m-14-xs-minus {
        margin: -56px !important
    }

    .mr-14-xs-minus {
        margin-right: -56px !important
    }

    .ml-14-xs-minus {
        margin-left: -56px !important
    }

    .mt-14-xs-minus {
        margin-top: -56px !important
    }

    .mb-14-xs-minus {
        margin-bottom: -56px !important
    }

    .p-15-xs {
        padding: 60px !important
    }

    .pr-15-xs {
        padding-right: 60px !important
    }

    .pl-15-xs {
        padding-left: 60px !important
    }

    .pt-15-xs {
        padding-top: 60px !important
    }

    .pb-15-xs {
        padding-bottom: 60px !important
    }

    .px-15-xs {
        padding-left: 60px !important;
        padding-right: 60px !important
    }

    .py-15-xs {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .m-15-xs {
        margin: 60px !important
    }

    .mr-15-xs {
        margin-right: 60px !important
    }

    .ml-15-xs {
        margin-left: 60px !important
    }

    .mt-15-xs {
        margin-top: 60px !important
    }

    .mb-15-xs {
        margin-bottom: 60px !important
    }

    .mx-15-xs {
        margin-left: 60px !important;
        margin-right: 60px !important
    }

    .my-15-xs {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .m-15-xs-minus {
        margin: -60px !important
    }

    .mr-15-xs-minus {
        margin-right: -60px !important
    }

    .ml-15-xs-minus {
        margin-left: -60px !important
    }

    .mt-15-xs-minus {
        margin-top: -60px !important
    }

    .mb-15-xs-minus {
        margin-bottom: -60px !important
    }

    .p-16-xs {
        padding: 64px !important
    }

    .pr-16-xs {
        padding-right: 64px !important
    }

    .pl-16-xs {
        padding-left: 64px !important
    }

    .pt-16-xs {
        padding-top: 64px !important
    }

    .pb-16-xs {
        padding-bottom: 64px !important
    }

    .px-16-xs {
        padding-left: 64px !important;
        padding-right: 64px !important
    }

    .py-16-xs {
        padding-top: 64px !important;
        padding-bottom: 64px !important
    }

    .m-16-xs {
        margin: 64px !important
    }

    .mr-16-xs {
        margin-right: 64px !important
    }

    .ml-16-xs {
        margin-left: 64px !important
    }

    .mt-16-xs {
        margin-top: 64px !important
    }

    .mb-16-xs {
        margin-bottom: 64px !important
    }

    .mx-16-xs {
        margin-left: 64px !important;
        margin-right: 64px !important
    }

    .my-16-xs {
        margin-top: 64px !important;
        margin-bottom: 64px !important
    }

    .m-16-xs-minus {
        margin: -64px !important
    }

    .mr-16-xs-minus {
        margin-right: -64px !important
    }

    .ml-16-xs-minus {
        margin-left: -64px !important
    }

    .mt-16-xs-minus {
        margin-top: -64px !important
    }

    .mb-16-xs-minus {
        margin-bottom: -64px !important
    }

    .p-17-xs {
        padding: 68px !important
    }

    .pr-17-xs {
        padding-right: 68px !important
    }

    .pl-17-xs {
        padding-left: 68px !important
    }

    .pt-17-xs {
        padding-top: 68px !important
    }

    .pb-17-xs {
        padding-bottom: 68px !important
    }

    .px-17-xs {
        padding-left: 68px !important;
        padding-right: 68px !important
    }

    .py-17-xs {
        padding-top: 68px !important;
        padding-bottom: 68px !important
    }

    .m-17-xs {
        margin: 68px !important
    }

    .mr-17-xs {
        margin-right: 68px !important
    }

    .ml-17-xs {
        margin-left: 68px !important
    }

    .mt-17-xs {
        margin-top: 68px !important
    }

    .mb-17-xs {
        margin-bottom: 68px !important
    }

    .mx-17-xs {
        margin-left: 68px !important;
        margin-right: 68px !important
    }

    .my-17-xs {
        margin-top: 68px !important;
        margin-bottom: 68px !important
    }

    .m-17-xs-minus {
        margin: -68px !important
    }

    .mr-17-xs-minus {
        margin-right: -68px !important
    }

    .ml-17-xs-minus {
        margin-left: -68px !important
    }

    .mt-17-xs-minus {
        margin-top: -68px !important
    }

    .mb-17-xs-minus {
        margin-bottom: -68px !important
    }

    .p-18-xs {
        padding: 72px !important
    }

    .pr-18-xs {
        padding-right: 72px !important
    }

    .pl-18-xs {
        padding-left: 72px !important
    }

    .pt-18-xs {
        padding-top: 72px !important
    }

    .pb-18-xs {
        padding-bottom: 72px !important
    }

    .px-18-xs {
        padding-left: 72px !important;
        padding-right: 72px !important
    }

    .py-18-xs {
        padding-top: 72px !important;
        padding-bottom: 72px !important
    }

    .m-18-xs {
        margin: 72px !important
    }

    .mr-18-xs {
        margin-right: 72px !important
    }

    .ml-18-xs {
        margin-left: 72px !important
    }

    .mt-18-xs {
        margin-top: 72px !important
    }

    .mb-18-xs {
        margin-bottom: 72px !important
    }

    .mx-18-xs {
        margin-left: 72px !important;
        margin-right: 72px !important
    }

    .my-18-xs {
        margin-top: 72px !important;
        margin-bottom: 72px !important
    }

    .m-18-xs-minus {
        margin: -72px !important
    }

    .mr-18-xs-minus {
        margin-right: -72px !important
    }

    .ml-18-xs-minus {
        margin-left: -72px !important
    }

    .mt-18-xs-minus {
        margin-top: -72px !important
    }

    .mb-18-xs-minus {
        margin-bottom: -72px !important
    }

    .p-19-xs {
        padding: 76px !important
    }

    .pr-19-xs {
        padding-right: 76px !important
    }

    .pl-19-xs {
        padding-left: 76px !important
    }

    .pt-19-xs {
        padding-top: 76px !important
    }

    .pb-19-xs {
        padding-bottom: 76px !important
    }

    .px-19-xs {
        padding-left: 76px !important;
        padding-right: 76px !important
    }

    .py-19-xs {
        padding-top: 76px !important;
        padding-bottom: 76px !important
    }

    .m-19-xs {
        margin: 76px !important
    }

    .mr-19-xs {
        margin-right: 76px !important
    }

    .ml-19-xs {
        margin-left: 76px !important
    }

    .mt-19-xs {
        margin-top: 76px !important
    }

    .mb-19-xs {
        margin-bottom: 76px !important
    }

    .mx-19-xs {
        margin-left: 76px !important;
        margin-right: 76px !important
    }

    .my-19-xs {
        margin-top: 76px !important;
        margin-bottom: 76px !important
    }

    .m-19-xs-minus {
        margin: -76px !important
    }

    .mr-19-xs-minus {
        margin-right: -76px !important
    }

    .ml-19-xs-minus {
        margin-left: -76px !important
    }

    .mt-19-xs-minus {
        margin-top: -76px !important
    }

    .mb-19-xs-minus {
        margin-bottom: -76px !important
    }

    .p-20-xs {
        padding: 80px !important
    }

    .pr-20-xs {
        padding-right: 80px !important
    }

    .pl-20-xs {
        padding-left: 80px !important
    }

    .pt-20-xs {
        padding-top: 80px !important
    }

    .pb-20-xs {
        padding-bottom: 80px !important
    }

    .px-20-xs {
        padding-left: 80px !important;
        padding-right: 80px !important
    }

    .py-20-xs {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .m-20-xs {
        margin: 80px !important
    }

    .mr-20-xs {
        margin-right: 80px !important
    }

    .ml-20-xs {
        margin-left: 80px !important
    }

    .mt-20-xs {
        margin-top: 80px !important
    }

    .mb-20-xs {
        margin-bottom: 80px !important
    }

    .mx-20-xs {
        margin-left: 80px !important;
        margin-right: 80px !important
    }

    .my-20-xs {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .m-20-xs-minus {
        margin: -80px !important
    }

    .mr-20-xs-minus {
        margin-right: -80px !important
    }

    .ml-20-xs-minus {
        margin-left: -80px !important
    }

    .mt-20-xs-minus {
        margin-top: -80px !important
    }

    .mb-20-xs-minus {
        margin-bottom: -80px !important
    }
}

@container (min-width: 576px) {
    .mx-auto-sm {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-auto-sm {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .ml-auto-sm {
        margin-left: auto !important
    }

    .mr-auto-sm {
        margin-right: auto !important
    }

    .mt-auto-sm {
        margin-top: auto !important
    }

    .mb-auto-sm {
        margin-bottom: auto !important
    }

    .p-0-sm {
        padding: 0 !important
    }

    .pl-0-sm {
        padding-left: 0 !important
    }

    .pr-0-sm {
        padding-right: 0 !important
    }

    .pt-0-sm {
        padding-top: 0 !important
    }

    .pb-0-sm {
        padding-bottom: 0 !important
    }

    .m-0-sm {
        margin: 0 !important
    }

    .ml-0-sm {
        margin-left: 0 !important
    }

    .mr-0-sm {
        margin-right: 0 !important
    }

    .mt-0-sm {
        margin-top: 0 !important
    }

    .mb-0-sm {
        margin-bottom: 0 !important
    }

    .p-1-sm {
        padding: 4px !important
    }

    .pr-1-sm {
        padding-right: 4px !important
    }

    .pl-1-sm {
        padding-left: 4px !important
    }

    .pt-1-sm {
        padding-top: 4px !important
    }

    .pb-1-sm {
        padding-bottom: 4px !important
    }

    .px-1-sm {
        padding-left: 4px !important;
        padding-right: 4px !important
    }

    .py-1-sm {
        padding-top: 4px !important;
        padding-bottom: 4px !important
    }

    .m-1-sm {
        margin: 4px !important
    }

    .mr-1-sm {
        margin-right: 4px !important
    }

    .ml-1-sm {
        margin-left: 4px !important
    }

    .mt-1-sm {
        margin-top: 4px !important
    }

    .mb-1-sm {
        margin-bottom: 4px !important
    }

    .mx-1-sm {
        margin-left: 4px !important;
        margin-right: 4px !important
    }

    .my-1-sm {
        margin-top: 4px !important;
        margin-bottom: 4px !important
    }

    .m-1-sm-minus {
        margin: -4px !important
    }

    .mr-1-sm-minus {
        margin-right: -4px !important
    }

    .ml-1-sm-minus {
        margin-left: -4px !important
    }

    .mt-1-sm-minus {
        margin-top: -4px !important
    }

    .mb-1-sm-minus {
        margin-bottom: -4px !important
    }

    .p-2-sm {
        padding: 8px !important
    }

    .pr-2-sm {
        padding-right: 8px !important
    }

    .pl-2-sm {
        padding-left: 8px !important
    }

    .pt-2-sm {
        padding-top: 8px !important
    }

    .pb-2-sm {
        padding-bottom: 8px !important
    }

    .px-2-sm {
        padding-left: 8px !important;
        padding-right: 8px !important
    }

    .py-2-sm {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .m-2-sm {
        margin: 8px !important
    }

    .mr-2-sm {
        margin-right: 8px !important
    }

    .ml-2-sm {
        margin-left: 8px !important
    }

    .mt-2-sm {
        margin-top: 8px !important
    }

    .mb-2-sm {
        margin-bottom: 8px !important
    }

    .mx-2-sm {
        margin-left: 8px !important;
        margin-right: 8px !important
    }

    .my-2-sm {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .m-2-sm-minus {
        margin: -8px !important
    }

    .mr-2-sm-minus {
        margin-right: -8px !important
    }

    .ml-2-sm-minus {
        margin-left: -8px !important
    }

    .mt-2-sm-minus {
        margin-top: -8px !important
    }

    .mb-2-sm-minus {
        margin-bottom: -8px !important
    }

    .p-3-sm {
        padding: 12px !important
    }

    .pr-3-sm {
        padding-right: 12px !important
    }

    .pl-3-sm {
        padding-left: 12px !important
    }

    .pt-3-sm {
        padding-top: 12px !important
    }

    .pb-3-sm {
        padding-bottom: 12px !important
    }

    .px-3-sm {
        padding-left: 12px !important;
        padding-right: 12px !important
    }

    .py-3-sm {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .m-3-sm {
        margin: 12px !important
    }

    .mr-3-sm {
        margin-right: 12px !important
    }

    .ml-3-sm {
        margin-left: 12px !important
    }

    .mt-3-sm {
        margin-top: 12px !important
    }

    .mb-3-sm {
        margin-bottom: 12px !important
    }

    .mx-3-sm {
        margin-left: 12px !important;
        margin-right: 12px !important
    }

    .my-3-sm {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .m-3-sm-minus {
        margin: -12px !important
    }

    .mr-3-sm-minus {
        margin-right: -12px !important
    }

    .ml-3-sm-minus {
        margin-left: -12px !important
    }

    .mt-3-sm-minus {
        margin-top: -12px !important
    }

    .mb-3-sm-minus {
        margin-bottom: -12px !important
    }

    .p-4-sm {
        padding: 16px !important
    }

    .pr-4-sm {
        padding-right: 16px !important
    }

    .pl-4-sm {
        padding-left: 16px !important
    }

    .pt-4-sm {
        padding-top: 16px !important
    }

    .pb-4-sm {
        padding-bottom: 16px !important
    }

    .px-4-sm {
        padding-left: 16px !important;
        padding-right: 16px !important
    }

    .py-4-sm {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .m-4-sm {
        margin: 16px !important
    }

    .mr-4-sm {
        margin-right: 16px !important
    }

    .ml-4-sm {
        margin-left: 16px !important
    }

    .mt-4-sm {
        margin-top: 16px !important
    }

    .mb-4-sm {
        margin-bottom: 16px !important
    }

    .mx-4-sm {
        margin-left: 16px !important;
        margin-right: 16px !important
    }

    .my-4-sm {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }

    .m-4-sm-minus {
        margin: -16px !important
    }

    .mr-4-sm-minus {
        margin-right: -16px !important
    }

    .ml-4-sm-minus {
        margin-left: -16px !important
    }

    .mt-4-sm-minus {
        margin-top: -16px !important
    }

    .mb-4-sm-minus {
        margin-bottom: -16px !important
    }

    .p-5-sm {
        padding: 20px !important
    }

    .pr-5-sm {
        padding-right: 20px !important
    }

    .pl-5-sm {
        padding-left: 20px !important
    }

    .pt-5-sm {
        padding-top: 20px !important
    }

    .pb-5-sm {
        padding-bottom: 20px !important
    }

    .px-5-sm {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .py-5-sm {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .m-5-sm {
        margin: 20px !important
    }

    .mr-5-sm {
        margin-right: 20px !important
    }

    .ml-5-sm {
        margin-left: 20px !important
    }

    .mt-5-sm {
        margin-top: 20px !important
    }

    .mb-5-sm {
        margin-bottom: 20px !important
    }

    .mx-5-sm {
        margin-left: 20px !important;
        margin-right: 20px !important
    }

    .my-5-sm {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .m-5-sm-minus {
        margin: -20px !important
    }

    .mr-5-sm-minus {
        margin-right: -20px !important
    }

    .ml-5-sm-minus {
        margin-left: -20px !important
    }

    .mt-5-sm-minus {
        margin-top: -20px !important
    }

    .mb-5-sm-minus {
        margin-bottom: -20px !important
    }

    .p-6-sm {
        padding: 24px !important
    }

    .pr-6-sm {
        padding-right: 24px !important
    }

    .pl-6-sm {
        padding-left: 24px !important
    }

    .pt-6-sm {
        padding-top: 24px !important
    }

    .pb-6-sm {
        padding-bottom: 24px !important
    }

    .px-6-sm {
        padding-left: 24px !important;
        padding-right: 24px !important
    }

    .py-6-sm {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }

    .m-6-sm {
        margin: 24px !important
    }

    .mr-6-sm {
        margin-right: 24px !important
    }

    .ml-6-sm {
        margin-left: 24px !important
    }

    .mt-6-sm {
        margin-top: 24px !important
    }

    .mb-6-sm {
        margin-bottom: 24px !important
    }

    .mx-6-sm {
        margin-left: 24px !important;
        margin-right: 24px !important
    }

    .my-6-sm {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }

    .m-6-sm-minus {
        margin: -24px !important
    }

    .mr-6-sm-minus {
        margin-right: -24px !important
    }

    .ml-6-sm-minus {
        margin-left: -24px !important
    }

    .mt-6-sm-minus {
        margin-top: -24px !important
    }

    .mb-6-sm-minus {
        margin-bottom: -24px !important
    }

    .p-7-sm {
        padding: 28px !important
    }

    .pr-7-sm {
        padding-right: 28px !important
    }

    .pl-7-sm {
        padding-left: 28px !important
    }

    .pt-7-sm {
        padding-top: 28px !important
    }

    .pb-7-sm {
        padding-bottom: 28px !important
    }

    .px-7-sm {
        padding-left: 28px !important;
        padding-right: 28px !important
    }

    .py-7-sm {
        padding-top: 28px !important;
        padding-bottom: 28px !important
    }

    .m-7-sm {
        margin: 28px !important
    }

    .mr-7-sm {
        margin-right: 28px !important
    }

    .ml-7-sm {
        margin-left: 28px !important
    }

    .mt-7-sm {
        margin-top: 28px !important
    }

    .mb-7-sm {
        margin-bottom: 28px !important
    }

    .mx-7-sm {
        margin-left: 28px !important;
        margin-right: 28px !important
    }

    .my-7-sm {
        margin-top: 28px !important;
        margin-bottom: 28px !important
    }

    .m-7-sm-minus {
        margin: -28px !important
    }

    .mr-7-sm-minus {
        margin-right: -28px !important
    }

    .ml-7-sm-minus {
        margin-left: -28px !important
    }

    .mt-7-sm-minus {
        margin-top: -28px !important
    }

    .mb-7-sm-minus {
        margin-bottom: -28px !important
    }

    .p-8-sm {
        padding: 32px !important
    }

    .pr-8-sm {
        padding-right: 32px !important
    }

    .pl-8-sm {
        padding-left: 32px !important
    }

    .pt-8-sm {
        padding-top: 32px !important
    }

    .pb-8-sm {
        padding-bottom: 32px !important
    }

    .px-8-sm {
        padding-left: 32px !important;
        padding-right: 32px !important
    }

    .py-8-sm {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .m-8-sm {
        margin: 32px !important
    }

    .mr-8-sm {
        margin-right: 32px !important
    }

    .ml-8-sm {
        margin-left: 32px !important
    }

    .mt-8-sm {
        margin-top: 32px !important
    }

    .mb-8-sm {
        margin-bottom: 32px !important
    }

    .mx-8-sm {
        margin-left: 32px !important;
        margin-right: 32px !important
    }

    .my-8-sm {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }

    .m-8-sm-minus {
        margin: -32px !important
    }

    .mr-8-sm-minus {
        margin-right: -32px !important
    }

    .ml-8-sm-minus {
        margin-left: -32px !important
    }

    .mt-8-sm-minus {
        margin-top: -32px !important
    }

    .mb-8-sm-minus {
        margin-bottom: -32px !important
    }

    .p-9-sm {
        padding: 36px !important
    }

    .pr-9-sm {
        padding-right: 36px !important
    }

    .pl-9-sm {
        padding-left: 36px !important
    }

    .pt-9-sm {
        padding-top: 36px !important
    }

    .pb-9-sm {
        padding-bottom: 36px !important
    }

    .px-9-sm {
        padding-left: 36px !important;
        padding-right: 36px !important
    }

    .py-9-sm {
        padding-top: 36px !important;
        padding-bottom: 36px !important
    }

    .m-9-sm {
        margin: 36px !important
    }

    .mr-9-sm {
        margin-right: 36px !important
    }

    .ml-9-sm {
        margin-left: 36px !important
    }

    .mt-9-sm {
        margin-top: 36px !important
    }

    .mb-9-sm {
        margin-bottom: 36px !important
    }

    .mx-9-sm {
        margin-left: 36px !important;
        margin-right: 36px !important
    }

    .my-9-sm {
        margin-top: 36px !important;
        margin-bottom: 36px !important
    }

    .m-9-sm-minus {
        margin: -36px !important
    }

    .mr-9-sm-minus {
        margin-right: -36px !important
    }

    .ml-9-sm-minus {
        margin-left: -36px !important
    }

    .mt-9-sm-minus {
        margin-top: -36px !important
    }

    .mb-9-sm-minus {
        margin-bottom: -36px !important
    }

    .p-10-sm {
        padding: 40px !important
    }

    .pr-10-sm {
        padding-right: 40px !important
    }

    .pl-10-sm {
        padding-left: 40px !important
    }

    .pt-10-sm {
        padding-top: 40px !important
    }

    .pb-10-sm {
        padding-bottom: 40px !important
    }

    .px-10-sm {
        padding-left: 40px !important;
        padding-right: 40px !important
    }

    .py-10-sm {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .m-10-sm {
        margin: 40px !important
    }

    .mr-10-sm {
        margin-right: 40px !important
    }

    .ml-10-sm {
        margin-left: 40px !important
    }

    .mt-10-sm {
        margin-top: 40px !important
    }

    .mb-10-sm {
        margin-bottom: 40px !important
    }

    .mx-10-sm {
        margin-left: 40px !important;
        margin-right: 40px !important
    }

    .my-10-sm {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .m-10-sm-minus {
        margin: -40px !important
    }

    .mr-10-sm-minus {
        margin-right: -40px !important
    }

    .ml-10-sm-minus {
        margin-left: -40px !important
    }

    .mt-10-sm-minus {
        margin-top: -40px !important
    }

    .mb-10-sm-minus {
        margin-bottom: -40px !important
    }

    .p-11-sm {
        padding: 44px !important
    }

    .pr-11-sm {
        padding-right: 44px !important
    }

    .pl-11-sm {
        padding-left: 44px !important
    }

    .pt-11-sm {
        padding-top: 44px !important
    }

    .pb-11-sm {
        padding-bottom: 44px !important
    }

    .px-11-sm {
        padding-left: 44px !important;
        padding-right: 44px !important
    }

    .py-11-sm {
        padding-top: 44px !important;
        padding-bottom: 44px !important
    }

    .m-11-sm {
        margin: 44px !important
    }

    .mr-11-sm {
        margin-right: 44px !important
    }

    .ml-11-sm {
        margin-left: 44px !important
    }

    .mt-11-sm {
        margin-top: 44px !important
    }

    .mb-11-sm {
        margin-bottom: 44px !important
    }

    .mx-11-sm {
        margin-left: 44px !important;
        margin-right: 44px !important
    }

    .my-11-sm {
        margin-top: 44px !important;
        margin-bottom: 44px !important
    }

    .m-11-sm-minus {
        margin: -44px !important
    }

    .mr-11-sm-minus {
        margin-right: -44px !important
    }

    .ml-11-sm-minus {
        margin-left: -44px !important
    }

    .mt-11-sm-minus {
        margin-top: -44px !important
    }

    .mb-11-sm-minus {
        margin-bottom: -44px !important
    }

    .p-12-sm {
        padding: 48px !important
    }

    .pr-12-sm {
        padding-right: 48px !important
    }

    .pl-12-sm {
        padding-left: 48px !important
    }

    .pt-12-sm {
        padding-top: 48px !important
    }

    .pb-12-sm {
        padding-bottom: 48px !important
    }

    .px-12-sm {
        padding-left: 48px !important;
        padding-right: 48px !important
    }

    .py-12-sm {
        padding-top: 48px !important;
        padding-bottom: 48px !important
    }

    .m-12-sm {
        margin: 48px !important
    }

    .mr-12-sm {
        margin-right: 48px !important
    }

    .ml-12-sm {
        margin-left: 48px !important
    }

    .mt-12-sm {
        margin-top: 48px !important
    }

    .mb-12-sm {
        margin-bottom: 48px !important
    }

    .mx-12-sm {
        margin-left: 48px !important;
        margin-right: 48px !important
    }

    .my-12-sm {
        margin-top: 48px !important;
        margin-bottom: 48px !important
    }

    .m-12-sm-minus {
        margin: -48px !important
    }

    .mr-12-sm-minus {
        margin-right: -48px !important
    }

    .ml-12-sm-minus {
        margin-left: -48px !important
    }

    .mt-12-sm-minus {
        margin-top: -48px !important
    }

    .mb-12-sm-minus {
        margin-bottom: -48px !important
    }

    .p-13-sm {
        padding: 52px !important
    }

    .pr-13-sm {
        padding-right: 52px !important
    }

    .pl-13-sm {
        padding-left: 52px !important
    }

    .pt-13-sm {
        padding-top: 52px !important
    }

    .pb-13-sm {
        padding-bottom: 52px !important
    }

    .px-13-sm {
        padding-left: 52px !important;
        padding-right: 52px !important
    }

    .py-13-sm {
        padding-top: 52px !important;
        padding-bottom: 52px !important
    }

    .m-13-sm {
        margin: 52px !important
    }

    .mr-13-sm {
        margin-right: 52px !important
    }

    .ml-13-sm {
        margin-left: 52px !important
    }

    .mt-13-sm {
        margin-top: 52px !important
    }

    .mb-13-sm {
        margin-bottom: 52px !important
    }

    .mx-13-sm {
        margin-left: 52px !important;
        margin-right: 52px !important
    }

    .my-13-sm {
        margin-top: 52px !important;
        margin-bottom: 52px !important
    }

    .m-13-sm-minus {
        margin: -52px !important
    }

    .mr-13-sm-minus {
        margin-right: -52px !important
    }

    .ml-13-sm-minus {
        margin-left: -52px !important
    }

    .mt-13-sm-minus {
        margin-top: -52px !important
    }

    .mb-13-sm-minus {
        margin-bottom: -52px !important
    }

    .p-14-sm {
        padding: 56px !important
    }

    .pr-14-sm {
        padding-right: 56px !important
    }

    .pl-14-sm {
        padding-left: 56px !important
    }

    .pt-14-sm {
        padding-top: 56px !important
    }

    .pb-14-sm {
        padding-bottom: 56px !important
    }

    .px-14-sm {
        padding-left: 56px !important;
        padding-right: 56px !important
    }

    .py-14-sm {
        padding-top: 56px !important;
        padding-bottom: 56px !important
    }

    .m-14-sm {
        margin: 56px !important
    }

    .mr-14-sm {
        margin-right: 56px !important
    }

    .ml-14-sm {
        margin-left: 56px !important
    }

    .mt-14-sm {
        margin-top: 56px !important
    }

    .mb-14-sm {
        margin-bottom: 56px !important
    }

    .mx-14-sm {
        margin-left: 56px !important;
        margin-right: 56px !important
    }

    .my-14-sm {
        margin-top: 56px !important;
        margin-bottom: 56px !important
    }

    .m-14-sm-minus {
        margin: -56px !important
    }

    .mr-14-sm-minus {
        margin-right: -56px !important
    }

    .ml-14-sm-minus {
        margin-left: -56px !important
    }

    .mt-14-sm-minus {
        margin-top: -56px !important
    }

    .mb-14-sm-minus {
        margin-bottom: -56px !important
    }

    .p-15-sm {
        padding: 60px !important
    }

    .pr-15-sm {
        padding-right: 60px !important
    }

    .pl-15-sm {
        padding-left: 60px !important
    }

    .pt-15-sm {
        padding-top: 60px !important
    }

    .pb-15-sm {
        padding-bottom: 60px !important
    }

    .px-15-sm {
        padding-left: 60px !important;
        padding-right: 60px !important
    }

    .py-15-sm {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .m-15-sm {
        margin: 60px !important
    }

    .mr-15-sm {
        margin-right: 60px !important
    }

    .ml-15-sm {
        margin-left: 60px !important
    }

    .mt-15-sm {
        margin-top: 60px !important
    }

    .mb-15-sm {
        margin-bottom: 60px !important
    }

    .mx-15-sm {
        margin-left: 60px !important;
        margin-right: 60px !important
    }

    .my-15-sm {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .m-15-sm-minus {
        margin: -60px !important
    }

    .mr-15-sm-minus {
        margin-right: -60px !important
    }

    .ml-15-sm-minus {
        margin-left: -60px !important
    }

    .mt-15-sm-minus {
        margin-top: -60px !important
    }

    .mb-15-sm-minus {
        margin-bottom: -60px !important
    }

    .p-16-sm {
        padding: 64px !important
    }

    .pr-16-sm {
        padding-right: 64px !important
    }

    .pl-16-sm {
        padding-left: 64px !important
    }

    .pt-16-sm {
        padding-top: 64px !important
    }

    .pb-16-sm {
        padding-bottom: 64px !important
    }

    .px-16-sm {
        padding-left: 64px !important;
        padding-right: 64px !important
    }

    .py-16-sm {
        padding-top: 64px !important;
        padding-bottom: 64px !important
    }

    .m-16-sm {
        margin: 64px !important
    }

    .mr-16-sm {
        margin-right: 64px !important
    }

    .ml-16-sm {
        margin-left: 64px !important
    }

    .mt-16-sm {
        margin-top: 64px !important
    }

    .mb-16-sm {
        margin-bottom: 64px !important
    }

    .mx-16-sm {
        margin-left: 64px !important;
        margin-right: 64px !important
    }

    .my-16-sm {
        margin-top: 64px !important;
        margin-bottom: 64px !important
    }

    .m-16-sm-minus {
        margin: -64px !important
    }

    .mr-16-sm-minus {
        margin-right: -64px !important
    }

    .ml-16-sm-minus {
        margin-left: -64px !important
    }

    .mt-16-sm-minus {
        margin-top: -64px !important
    }

    .mb-16-sm-minus {
        margin-bottom: -64px !important
    }

    .p-17-sm {
        padding: 68px !important
    }

    .pr-17-sm {
        padding-right: 68px !important
    }

    .pl-17-sm {
        padding-left: 68px !important
    }

    .pt-17-sm {
        padding-top: 68px !important
    }

    .pb-17-sm {
        padding-bottom: 68px !important
    }

    .px-17-sm {
        padding-left: 68px !important;
        padding-right: 68px !important
    }

    .py-17-sm {
        padding-top: 68px !important;
        padding-bottom: 68px !important
    }

    .m-17-sm {
        margin: 68px !important
    }

    .mr-17-sm {
        margin-right: 68px !important
    }

    .ml-17-sm {
        margin-left: 68px !important
    }

    .mt-17-sm {
        margin-top: 68px !important
    }

    .mb-17-sm {
        margin-bottom: 68px !important
    }

    .mx-17-sm {
        margin-left: 68px !important;
        margin-right: 68px !important
    }

    .my-17-sm {
        margin-top: 68px !important;
        margin-bottom: 68px !important
    }

    .m-17-sm-minus {
        margin: -68px !important
    }

    .mr-17-sm-minus {
        margin-right: -68px !important
    }

    .ml-17-sm-minus {
        margin-left: -68px !important
    }

    .mt-17-sm-minus {
        margin-top: -68px !important
    }

    .mb-17-sm-minus {
        margin-bottom: -68px !important
    }

    .p-18-sm {
        padding: 72px !important
    }

    .pr-18-sm {
        padding-right: 72px !important
    }

    .pl-18-sm {
        padding-left: 72px !important
    }

    .pt-18-sm {
        padding-top: 72px !important
    }

    .pb-18-sm {
        padding-bottom: 72px !important
    }

    .px-18-sm {
        padding-left: 72px !important;
        padding-right: 72px !important
    }

    .py-18-sm {
        padding-top: 72px !important;
        padding-bottom: 72px !important
    }

    .m-18-sm {
        margin: 72px !important
    }

    .mr-18-sm {
        margin-right: 72px !important
    }

    .ml-18-sm {
        margin-left: 72px !important
    }

    .mt-18-sm {
        margin-top: 72px !important
    }

    .mb-18-sm {
        margin-bottom: 72px !important
    }

    .mx-18-sm {
        margin-left: 72px !important;
        margin-right: 72px !important
    }

    .my-18-sm {
        margin-top: 72px !important;
        margin-bottom: 72px !important
    }

    .m-18-sm-minus {
        margin: -72px !important
    }

    .mr-18-sm-minus {
        margin-right: -72px !important
    }

    .ml-18-sm-minus {
        margin-left: -72px !important
    }

    .mt-18-sm-minus {
        margin-top: -72px !important
    }

    .mb-18-sm-minus {
        margin-bottom: -72px !important
    }

    .p-19-sm {
        padding: 76px !important
    }

    .pr-19-sm {
        padding-right: 76px !important
    }

    .pl-19-sm {
        padding-left: 76px !important
    }

    .pt-19-sm {
        padding-top: 76px !important
    }

    .pb-19-sm {
        padding-bottom: 76px !important
    }

    .px-19-sm {
        padding-left: 76px !important;
        padding-right: 76px !important
    }

    .py-19-sm {
        padding-top: 76px !important;
        padding-bottom: 76px !important
    }

    .m-19-sm {
        margin: 76px !important
    }

    .mr-19-sm {
        margin-right: 76px !important
    }

    .ml-19-sm {
        margin-left: 76px !important
    }

    .mt-19-sm {
        margin-top: 76px !important
    }

    .mb-19-sm {
        margin-bottom: 76px !important
    }

    .mx-19-sm {
        margin-left: 76px !important;
        margin-right: 76px !important
    }

    .my-19-sm {
        margin-top: 76px !important;
        margin-bottom: 76px !important
    }

    .m-19-sm-minus {
        margin: -76px !important
    }

    .mr-19-sm-minus {
        margin-right: -76px !important
    }

    .ml-19-sm-minus {
        margin-left: -76px !important
    }

    .mt-19-sm-minus {
        margin-top: -76px !important
    }

    .mb-19-sm-minus {
        margin-bottom: -76px !important
    }

    .p-20-sm {
        padding: 80px !important
    }

    .pr-20-sm {
        padding-right: 80px !important
    }

    .pl-20-sm {
        padding-left: 80px !important
    }

    .pt-20-sm {
        padding-top: 80px !important
    }

    .pb-20-sm {
        padding-bottom: 80px !important
    }

    .px-20-sm {
        padding-left: 80px !important;
        padding-right: 80px !important
    }

    .py-20-sm {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .m-20-sm {
        margin: 80px !important
    }

    .mr-20-sm {
        margin-right: 80px !important
    }

    .ml-20-sm {
        margin-left: 80px !important
    }

    .mt-20-sm {
        margin-top: 80px !important
    }

    .mb-20-sm {
        margin-bottom: 80px !important
    }

    .mx-20-sm {
        margin-left: 80px !important;
        margin-right: 80px !important
    }

    .my-20-sm {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .m-20-sm-minus {
        margin: -80px !important
    }

    .mr-20-sm-minus {
        margin-right: -80px !important
    }

    .ml-20-sm-minus {
        margin-left: -80px !important
    }

    .mt-20-sm-minus {
        margin-top: -80px !important
    }

    .mb-20-sm-minus {
        margin-bottom: -80px !important
    }
}

@container (min-width: 640px) {
    .mx-auto-ld {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-auto-ld {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .ml-auto-ld {
        margin-left: auto !important
    }

    .mr-auto-ld {
        margin-right: auto !important
    }

    .mt-auto-ld {
        margin-top: auto !important
    }

    .mb-auto-ld {
        margin-bottom: auto !important
    }

    .p-0-ld {
        padding: 0 !important
    }

    .pl-0-ld {
        padding-left: 0 !important
    }

    .pr-0-ld {
        padding-right: 0 !important
    }

    .pt-0-ld {
        padding-top: 0 !important
    }

    .pb-0-ld {
        padding-bottom: 0 !important
    }

    .m-0-ld {
        margin: 0 !important
    }

    .ml-0-ld {
        margin-left: 0 !important
    }

    .mr-0-ld {
        margin-right: 0 !important
    }

    .mt-0-ld {
        margin-top: 0 !important
    }

    .mb-0-ld {
        margin-bottom: 0 !important
    }

    .p-1-ld {
        padding: 4px !important
    }

    .pr-1-ld {
        padding-right: 4px !important
    }

    .pl-1-ld {
        padding-left: 4px !important
    }

    .pt-1-ld {
        padding-top: 4px !important
    }

    .pb-1-ld {
        padding-bottom: 4px !important
    }

    .px-1-ld {
        padding-left: 4px !important;
        padding-right: 4px !important
    }

    .py-1-ld {
        padding-top: 4px !important;
        padding-bottom: 4px !important
    }

    .m-1-ld {
        margin: 4px !important
    }

    .mr-1-ld {
        margin-right: 4px !important
    }

    .ml-1-ld {
        margin-left: 4px !important
    }

    .mt-1-ld {
        margin-top: 4px !important
    }

    .mb-1-ld {
        margin-bottom: 4px !important
    }

    .mx-1-ld {
        margin-left: 4px !important;
        margin-right: 4px !important
    }

    .my-1-ld {
        margin-top: 4px !important;
        margin-bottom: 4px !important
    }

    .m-1-ld-minus {
        margin: -4px !important
    }

    .mr-1-ld-minus {
        margin-right: -4px !important
    }

    .ml-1-ld-minus {
        margin-left: -4px !important
    }

    .mt-1-ld-minus {
        margin-top: -4px !important
    }

    .mb-1-ld-minus {
        margin-bottom: -4px !important
    }

    .p-2-ld {
        padding: 8px !important
    }

    .pr-2-ld {
        padding-right: 8px !important
    }

    .pl-2-ld {
        padding-left: 8px !important
    }

    .pt-2-ld {
        padding-top: 8px !important
    }

    .pb-2-ld {
        padding-bottom: 8px !important
    }

    .px-2-ld {
        padding-left: 8px !important;
        padding-right: 8px !important
    }

    .py-2-ld {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .m-2-ld {
        margin: 8px !important
    }

    .mr-2-ld {
        margin-right: 8px !important
    }

    .ml-2-ld {
        margin-left: 8px !important
    }

    .mt-2-ld {
        margin-top: 8px !important
    }

    .mb-2-ld {
        margin-bottom: 8px !important
    }

    .mx-2-ld {
        margin-left: 8px !important;
        margin-right: 8px !important
    }

    .my-2-ld {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .m-2-ld-minus {
        margin: -8px !important
    }

    .mr-2-ld-minus {
        margin-right: -8px !important
    }

    .ml-2-ld-minus {
        margin-left: -8px !important
    }

    .mt-2-ld-minus {
        margin-top: -8px !important
    }

    .mb-2-ld-minus {
        margin-bottom: -8px !important
    }

    .p-3-ld {
        padding: 12px !important
    }

    .pr-3-ld {
        padding-right: 12px !important
    }

    .pl-3-ld {
        padding-left: 12px !important
    }

    .pt-3-ld {
        padding-top: 12px !important
    }

    .pb-3-ld {
        padding-bottom: 12px !important
    }

    .px-3-ld {
        padding-left: 12px !important;
        padding-right: 12px !important
    }

    .py-3-ld {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .m-3-ld {
        margin: 12px !important
    }

    .mr-3-ld {
        margin-right: 12px !important
    }

    .ml-3-ld {
        margin-left: 12px !important
    }

    .mt-3-ld {
        margin-top: 12px !important
    }

    .mb-3-ld {
        margin-bottom: 12px !important
    }

    .mx-3-ld {
        margin-left: 12px !important;
        margin-right: 12px !important
    }

    .my-3-ld {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .m-3-ld-minus {
        margin: -12px !important
    }

    .mr-3-ld-minus {
        margin-right: -12px !important
    }

    .ml-3-ld-minus {
        margin-left: -12px !important
    }

    .mt-3-ld-minus {
        margin-top: -12px !important
    }

    .mb-3-ld-minus {
        margin-bottom: -12px !important
    }

    .p-4-ld {
        padding: 16px !important
    }

    .pr-4-ld {
        padding-right: 16px !important
    }

    .pl-4-ld {
        padding-left: 16px !important
    }

    .pt-4-ld {
        padding-top: 16px !important
    }

    .pb-4-ld {
        padding-bottom: 16px !important
    }

    .px-4-ld {
        padding-left: 16px !important;
        padding-right: 16px !important
    }

    .py-4-ld {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .m-4-ld {
        margin: 16px !important
    }

    .mr-4-ld {
        margin-right: 16px !important
    }

    .ml-4-ld {
        margin-left: 16px !important
    }

    .mt-4-ld {
        margin-top: 16px !important
    }

    .mb-4-ld {
        margin-bottom: 16px !important
    }

    .mx-4-ld {
        margin-left: 16px !important;
        margin-right: 16px !important
    }

    .my-4-ld {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }

    .m-4-ld-minus {
        margin: -16px !important
    }

    .mr-4-ld-minus {
        margin-right: -16px !important
    }

    .ml-4-ld-minus {
        margin-left: -16px !important
    }

    .mt-4-ld-minus {
        margin-top: -16px !important
    }

    .mb-4-ld-minus {
        margin-bottom: -16px !important
    }

    .p-5-ld {
        padding: 20px !important
    }

    .pr-5-ld {
        padding-right: 20px !important
    }

    .pl-5-ld {
        padding-left: 20px !important
    }

    .pt-5-ld {
        padding-top: 20px !important
    }

    .pb-5-ld {
        padding-bottom: 20px !important
    }

    .px-5-ld {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .py-5-ld {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .m-5-ld {
        margin: 20px !important
    }

    .mr-5-ld {
        margin-right: 20px !important
    }

    .ml-5-ld {
        margin-left: 20px !important
    }

    .mt-5-ld {
        margin-top: 20px !important
    }

    .mb-5-ld {
        margin-bottom: 20px !important
    }

    .mx-5-ld {
        margin-left: 20px !important;
        margin-right: 20px !important
    }

    .my-5-ld {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .m-5-ld-minus {
        margin: -20px !important
    }

    .mr-5-ld-minus {
        margin-right: -20px !important
    }

    .ml-5-ld-minus {
        margin-left: -20px !important
    }

    .mt-5-ld-minus {
        margin-top: -20px !important
    }

    .mb-5-ld-minus {
        margin-bottom: -20px !important
    }

    .p-6-ld {
        padding: 24px !important
    }

    .pr-6-ld {
        padding-right: 24px !important
    }

    .pl-6-ld {
        padding-left: 24px !important
    }

    .pt-6-ld {
        padding-top: 24px !important
    }

    .pb-6-ld {
        padding-bottom: 24px !important
    }

    .px-6-ld {
        padding-left: 24px !important;
        padding-right: 24px !important
    }

    .py-6-ld {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }

    .m-6-ld {
        margin: 24px !important
    }

    .mr-6-ld {
        margin-right: 24px !important
    }

    .ml-6-ld {
        margin-left: 24px !important
    }

    .mt-6-ld {
        margin-top: 24px !important
    }

    .mb-6-ld {
        margin-bottom: 24px !important
    }

    .mx-6-ld {
        margin-left: 24px !important;
        margin-right: 24px !important
    }

    .my-6-ld {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }

    .m-6-ld-minus {
        margin: -24px !important
    }

    .mr-6-ld-minus {
        margin-right: -24px !important
    }

    .ml-6-ld-minus {
        margin-left: -24px !important
    }

    .mt-6-ld-minus {
        margin-top: -24px !important
    }

    .mb-6-ld-minus {
        margin-bottom: -24px !important
    }

    .p-7-ld {
        padding: 28px !important
    }

    .pr-7-ld {
        padding-right: 28px !important
    }

    .pl-7-ld {
        padding-left: 28px !important
    }

    .pt-7-ld {
        padding-top: 28px !important
    }

    .pb-7-ld {
        padding-bottom: 28px !important
    }

    .px-7-ld {
        padding-left: 28px !important;
        padding-right: 28px !important
    }

    .py-7-ld {
        padding-top: 28px !important;
        padding-bottom: 28px !important
    }

    .m-7-ld {
        margin: 28px !important
    }

    .mr-7-ld {
        margin-right: 28px !important
    }

    .ml-7-ld {
        margin-left: 28px !important
    }

    .mt-7-ld {
        margin-top: 28px !important
    }

    .mb-7-ld {
        margin-bottom: 28px !important
    }

    .mx-7-ld {
        margin-left: 28px !important;
        margin-right: 28px !important
    }

    .my-7-ld {
        margin-top: 28px !important;
        margin-bottom: 28px !important
    }

    .m-7-ld-minus {
        margin: -28px !important
    }

    .mr-7-ld-minus {
        margin-right: -28px !important
    }

    .ml-7-ld-minus {
        margin-left: -28px !important
    }

    .mt-7-ld-minus {
        margin-top: -28px !important
    }

    .mb-7-ld-minus {
        margin-bottom: -28px !important
    }

    .p-8-ld {
        padding: 32px !important
    }

    .pr-8-ld {
        padding-right: 32px !important
    }

    .pl-8-ld {
        padding-left: 32px !important
    }

    .pt-8-ld {
        padding-top: 32px !important
    }

    .pb-8-ld {
        padding-bottom: 32px !important
    }

    .px-8-ld {
        padding-left: 32px !important;
        padding-right: 32px !important
    }

    .py-8-ld {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .m-8-ld {
        margin: 32px !important
    }

    .mr-8-ld {
        margin-right: 32px !important
    }

    .ml-8-ld {
        margin-left: 32px !important
    }

    .mt-8-ld {
        margin-top: 32px !important
    }

    .mb-8-ld {
        margin-bottom: 32px !important
    }

    .mx-8-ld {
        margin-left: 32px !important;
        margin-right: 32px !important
    }

    .my-8-ld {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }

    .m-8-ld-minus {
        margin: -32px !important
    }

    .mr-8-ld-minus {
        margin-right: -32px !important
    }

    .ml-8-ld-minus {
        margin-left: -32px !important
    }

    .mt-8-ld-minus {
        margin-top: -32px !important
    }

    .mb-8-ld-minus {
        margin-bottom: -32px !important
    }

    .p-9-ld {
        padding: 36px !important
    }

    .pr-9-ld {
        padding-right: 36px !important
    }

    .pl-9-ld {
        padding-left: 36px !important
    }

    .pt-9-ld {
        padding-top: 36px !important
    }

    .pb-9-ld {
        padding-bottom: 36px !important
    }

    .px-9-ld {
        padding-left: 36px !important;
        padding-right: 36px !important
    }

    .py-9-ld {
        padding-top: 36px !important;
        padding-bottom: 36px !important
    }

    .m-9-ld {
        margin: 36px !important
    }

    .mr-9-ld {
        margin-right: 36px !important
    }

    .ml-9-ld {
        margin-left: 36px !important
    }

    .mt-9-ld {
        margin-top: 36px !important
    }

    .mb-9-ld {
        margin-bottom: 36px !important
    }

    .mx-9-ld {
        margin-left: 36px !important;
        margin-right: 36px !important
    }

    .my-9-ld {
        margin-top: 36px !important;
        margin-bottom: 36px !important
    }

    .m-9-ld-minus {
        margin: -36px !important
    }

    .mr-9-ld-minus {
        margin-right: -36px !important
    }

    .ml-9-ld-minus {
        margin-left: -36px !important
    }

    .mt-9-ld-minus {
        margin-top: -36px !important
    }

    .mb-9-ld-minus {
        margin-bottom: -36px !important
    }

    .p-10-ld {
        padding: 40px !important
    }

    .pr-10-ld {
        padding-right: 40px !important
    }

    .pl-10-ld {
        padding-left: 40px !important
    }

    .pt-10-ld {
        padding-top: 40px !important
    }

    .pb-10-ld {
        padding-bottom: 40px !important
    }

    .px-10-ld {
        padding-left: 40px !important;
        padding-right: 40px !important
    }

    .py-10-ld {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .m-10-ld {
        margin: 40px !important
    }

    .mr-10-ld {
        margin-right: 40px !important
    }

    .ml-10-ld {
        margin-left: 40px !important
    }

    .mt-10-ld {
        margin-top: 40px !important
    }

    .mb-10-ld {
        margin-bottom: 40px !important
    }

    .mx-10-ld {
        margin-left: 40px !important;
        margin-right: 40px !important
    }

    .my-10-ld {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .m-10-ld-minus {
        margin: -40px !important
    }

    .mr-10-ld-minus {
        margin-right: -40px !important
    }

    .ml-10-ld-minus {
        margin-left: -40px !important
    }

    .mt-10-ld-minus {
        margin-top: -40px !important
    }

    .mb-10-ld-minus {
        margin-bottom: -40px !important
    }

    .p-11-ld {
        padding: 44px !important
    }

    .pr-11-ld {
        padding-right: 44px !important
    }

    .pl-11-ld {
        padding-left: 44px !important
    }

    .pt-11-ld {
        padding-top: 44px !important
    }

    .pb-11-ld {
        padding-bottom: 44px !important
    }

    .px-11-ld {
        padding-left: 44px !important;
        padding-right: 44px !important
    }

    .py-11-ld {
        padding-top: 44px !important;
        padding-bottom: 44px !important
    }

    .m-11-ld {
        margin: 44px !important
    }

    .mr-11-ld {
        margin-right: 44px !important
    }

    .ml-11-ld {
        margin-left: 44px !important
    }

    .mt-11-ld {
        margin-top: 44px !important
    }

    .mb-11-ld {
        margin-bottom: 44px !important
    }

    .mx-11-ld {
        margin-left: 44px !important;
        margin-right: 44px !important
    }

    .my-11-ld {
        margin-top: 44px !important;
        margin-bottom: 44px !important
    }

    .m-11-ld-minus {
        margin: -44px !important
    }

    .mr-11-ld-minus {
        margin-right: -44px !important
    }

    .ml-11-ld-minus {
        margin-left: -44px !important
    }

    .mt-11-ld-minus {
        margin-top: -44px !important
    }

    .mb-11-ld-minus {
        margin-bottom: -44px !important
    }

    .p-12-ld {
        padding: 48px !important
    }

    .pr-12-ld {
        padding-right: 48px !important
    }

    .pl-12-ld {
        padding-left: 48px !important
    }

    .pt-12-ld {
        padding-top: 48px !important
    }

    .pb-12-ld {
        padding-bottom: 48px !important
    }

    .px-12-ld {
        padding-left: 48px !important;
        padding-right: 48px !important
    }

    .py-12-ld {
        padding-top: 48px !important;
        padding-bottom: 48px !important
    }

    .m-12-ld {
        margin: 48px !important
    }

    .mr-12-ld {
        margin-right: 48px !important
    }

    .ml-12-ld {
        margin-left: 48px !important
    }

    .mt-12-ld {
        margin-top: 48px !important
    }

    .mb-12-ld {
        margin-bottom: 48px !important
    }

    .mx-12-ld {
        margin-left: 48px !important;
        margin-right: 48px !important
    }

    .my-12-ld {
        margin-top: 48px !important;
        margin-bottom: 48px !important
    }

    .m-12-ld-minus {
        margin: -48px !important
    }

    .mr-12-ld-minus {
        margin-right: -48px !important
    }

    .ml-12-ld-minus {
        margin-left: -48px !important
    }

    .mt-12-ld-minus {
        margin-top: -48px !important
    }

    .mb-12-ld-minus {
        margin-bottom: -48px !important
    }

    .p-13-ld {
        padding: 52px !important
    }

    .pr-13-ld {
        padding-right: 52px !important
    }

    .pl-13-ld {
        padding-left: 52px !important
    }

    .pt-13-ld {
        padding-top: 52px !important
    }

    .pb-13-ld {
        padding-bottom: 52px !important
    }

    .px-13-ld {
        padding-left: 52px !important;
        padding-right: 52px !important
    }

    .py-13-ld {
        padding-top: 52px !important;
        padding-bottom: 52px !important
    }

    .m-13-ld {
        margin: 52px !important
    }

    .mr-13-ld {
        margin-right: 52px !important
    }

    .ml-13-ld {
        margin-left: 52px !important
    }

    .mt-13-ld {
        margin-top: 52px !important
    }

    .mb-13-ld {
        margin-bottom: 52px !important
    }

    .mx-13-ld {
        margin-left: 52px !important;
        margin-right: 52px !important
    }

    .my-13-ld {
        margin-top: 52px !important;
        margin-bottom: 52px !important
    }

    .m-13-ld-minus {
        margin: -52px !important
    }

    .mr-13-ld-minus {
        margin-right: -52px !important
    }

    .ml-13-ld-minus {
        margin-left: -52px !important
    }

    .mt-13-ld-minus {
        margin-top: -52px !important
    }

    .mb-13-ld-minus {
        margin-bottom: -52px !important
    }

    .p-14-ld {
        padding: 56px !important
    }

    .pr-14-ld {
        padding-right: 56px !important
    }

    .pl-14-ld {
        padding-left: 56px !important
    }

    .pt-14-ld {
        padding-top: 56px !important
    }

    .pb-14-ld {
        padding-bottom: 56px !important
    }

    .px-14-ld {
        padding-left: 56px !important;
        padding-right: 56px !important
    }

    .py-14-ld {
        padding-top: 56px !important;
        padding-bottom: 56px !important
    }

    .m-14-ld {
        margin: 56px !important
    }

    .mr-14-ld {
        margin-right: 56px !important
    }

    .ml-14-ld {
        margin-left: 56px !important
    }

    .mt-14-ld {
        margin-top: 56px !important
    }

    .mb-14-ld {
        margin-bottom: 56px !important
    }

    .mx-14-ld {
        margin-left: 56px !important;
        margin-right: 56px !important
    }

    .my-14-ld {
        margin-top: 56px !important;
        margin-bottom: 56px !important
    }

    .m-14-ld-minus {
        margin: -56px !important
    }

    .mr-14-ld-minus {
        margin-right: -56px !important
    }

    .ml-14-ld-minus {
        margin-left: -56px !important
    }

    .mt-14-ld-minus {
        margin-top: -56px !important
    }

    .mb-14-ld-minus {
        margin-bottom: -56px !important
    }

    .p-15-ld {
        padding: 60px !important
    }

    .pr-15-ld {
        padding-right: 60px !important
    }

    .pl-15-ld {
        padding-left: 60px !important
    }

    .pt-15-ld {
        padding-top: 60px !important
    }

    .pb-15-ld {
        padding-bottom: 60px !important
    }

    .px-15-ld {
        padding-left: 60px !important;
        padding-right: 60px !important
    }

    .py-15-ld {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .m-15-ld {
        margin: 60px !important
    }

    .mr-15-ld {
        margin-right: 60px !important
    }

    .ml-15-ld {
        margin-left: 60px !important
    }

    .mt-15-ld {
        margin-top: 60px !important
    }

    .mb-15-ld {
        margin-bottom: 60px !important
    }

    .mx-15-ld {
        margin-left: 60px !important;
        margin-right: 60px !important
    }

    .my-15-ld {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .m-15-ld-minus {
        margin: -60px !important
    }

    .mr-15-ld-minus {
        margin-right: -60px !important
    }

    .ml-15-ld-minus {
        margin-left: -60px !important
    }

    .mt-15-ld-minus {
        margin-top: -60px !important
    }

    .mb-15-ld-minus {
        margin-bottom: -60px !important
    }

    .p-16-ld {
        padding: 64px !important
    }

    .pr-16-ld {
        padding-right: 64px !important
    }

    .pl-16-ld {
        padding-left: 64px !important
    }

    .pt-16-ld {
        padding-top: 64px !important
    }

    .pb-16-ld {
        padding-bottom: 64px !important
    }

    .px-16-ld {
        padding-left: 64px !important;
        padding-right: 64px !important
    }

    .py-16-ld {
        padding-top: 64px !important;
        padding-bottom: 64px !important
    }

    .m-16-ld {
        margin: 64px !important
    }

    .mr-16-ld {
        margin-right: 64px !important
    }

    .ml-16-ld {
        margin-left: 64px !important
    }

    .mt-16-ld {
        margin-top: 64px !important
    }

    .mb-16-ld {
        margin-bottom: 64px !important
    }

    .mx-16-ld {
        margin-left: 64px !important;
        margin-right: 64px !important
    }

    .my-16-ld {
        margin-top: 64px !important;
        margin-bottom: 64px !important
    }

    .m-16-ld-minus {
        margin: -64px !important
    }

    .mr-16-ld-minus {
        margin-right: -64px !important
    }

    .ml-16-ld-minus {
        margin-left: -64px !important
    }

    .mt-16-ld-minus {
        margin-top: -64px !important
    }

    .mb-16-ld-minus {
        margin-bottom: -64px !important
    }

    .p-17-ld {
        padding: 68px !important
    }

    .pr-17-ld {
        padding-right: 68px !important
    }

    .pl-17-ld {
        padding-left: 68px !important
    }

    .pt-17-ld {
        padding-top: 68px !important
    }

    .pb-17-ld {
        padding-bottom: 68px !important
    }

    .px-17-ld {
        padding-left: 68px !important;
        padding-right: 68px !important
    }

    .py-17-ld {
        padding-top: 68px !important;
        padding-bottom: 68px !important
    }

    .m-17-ld {
        margin: 68px !important
    }

    .mr-17-ld {
        margin-right: 68px !important
    }

    .ml-17-ld {
        margin-left: 68px !important
    }

    .mt-17-ld {
        margin-top: 68px !important
    }

    .mb-17-ld {
        margin-bottom: 68px !important
    }

    .mx-17-ld {
        margin-left: 68px !important;
        margin-right: 68px !important
    }

    .my-17-ld {
        margin-top: 68px !important;
        margin-bottom: 68px !important
    }

    .m-17-ld-minus {
        margin: -68px !important
    }

    .mr-17-ld-minus {
        margin-right: -68px !important
    }

    .ml-17-ld-minus {
        margin-left: -68px !important
    }

    .mt-17-ld-minus {
        margin-top: -68px !important
    }

    .mb-17-ld-minus {
        margin-bottom: -68px !important
    }

    .p-18-ld {
        padding: 72px !important
    }

    .pr-18-ld {
        padding-right: 72px !important
    }

    .pl-18-ld {
        padding-left: 72px !important
    }

    .pt-18-ld {
        padding-top: 72px !important
    }

    .pb-18-ld {
        padding-bottom: 72px !important
    }

    .px-18-ld {
        padding-left: 72px !important;
        padding-right: 72px !important
    }

    .py-18-ld {
        padding-top: 72px !important;
        padding-bottom: 72px !important
    }

    .m-18-ld {
        margin: 72px !important
    }

    .mr-18-ld {
        margin-right: 72px !important
    }

    .ml-18-ld {
        margin-left: 72px !important
    }

    .mt-18-ld {
        margin-top: 72px !important
    }

    .mb-18-ld {
        margin-bottom: 72px !important
    }

    .mx-18-ld {
        margin-left: 72px !important;
        margin-right: 72px !important
    }

    .my-18-ld {
        margin-top: 72px !important;
        margin-bottom: 72px !important
    }

    .m-18-ld-minus {
        margin: -72px !important
    }

    .mr-18-ld-minus {
        margin-right: -72px !important
    }

    .ml-18-ld-minus {
        margin-left: -72px !important
    }

    .mt-18-ld-minus {
        margin-top: -72px !important
    }

    .mb-18-ld-minus {
        margin-bottom: -72px !important
    }

    .p-19-ld {
        padding: 76px !important
    }

    .pr-19-ld {
        padding-right: 76px !important
    }

    .pl-19-ld {
        padding-left: 76px !important
    }

    .pt-19-ld {
        padding-top: 76px !important
    }

    .pb-19-ld {
        padding-bottom: 76px !important
    }

    .px-19-ld {
        padding-left: 76px !important;
        padding-right: 76px !important
    }

    .py-19-ld {
        padding-top: 76px !important;
        padding-bottom: 76px !important
    }

    .m-19-ld {
        margin: 76px !important
    }

    .mr-19-ld {
        margin-right: 76px !important
    }

    .ml-19-ld {
        margin-left: 76px !important
    }

    .mt-19-ld {
        margin-top: 76px !important
    }

    .mb-19-ld {
        margin-bottom: 76px !important
    }

    .mx-19-ld {
        margin-left: 76px !important;
        margin-right: 76px !important
    }

    .my-19-ld {
        margin-top: 76px !important;
        margin-bottom: 76px !important
    }

    .m-19-ld-minus {
        margin: -76px !important
    }

    .mr-19-ld-minus {
        margin-right: -76px !important
    }

    .ml-19-ld-minus {
        margin-left: -76px !important
    }

    .mt-19-ld-minus {
        margin-top: -76px !important
    }

    .mb-19-ld-minus {
        margin-bottom: -76px !important
    }

    .p-20-ld {
        padding: 80px !important
    }

    .pr-20-ld {
        padding-right: 80px !important
    }

    .pl-20-ld {
        padding-left: 80px !important
    }

    .pt-20-ld {
        padding-top: 80px !important
    }

    .pb-20-ld {
        padding-bottom: 80px !important
    }

    .px-20-ld {
        padding-left: 80px !important;
        padding-right: 80px !important
    }

    .py-20-ld {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .m-20-ld {
        margin: 80px !important
    }

    .mr-20-ld {
        margin-right: 80px !important
    }

    .ml-20-ld {
        margin-left: 80px !important
    }

    .mt-20-ld {
        margin-top: 80px !important
    }

    .mb-20-ld {
        margin-bottom: 80px !important
    }

    .mx-20-ld {
        margin-left: 80px !important;
        margin-right: 80px !important
    }

    .my-20-ld {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .m-20-ld-minus {
        margin: -80px !important
    }

    .mr-20-ld-minus {
        margin-right: -80px !important
    }

    .ml-20-ld-minus {
        margin-left: -80px !important
    }

    .mt-20-ld-minus {
        margin-top: -80px !important
    }

    .mb-20-ld-minus {
        margin-bottom: -80px !important
    }
}

@container (min-width: 768px) {
    .mx-auto-md {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-auto-md {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .ml-auto-md {
        margin-left: auto !important
    }

    .mr-auto-md {
        margin-right: auto !important
    }

    .mt-auto-md {
        margin-top: auto !important
    }

    .mb-auto-md {
        margin-bottom: auto !important
    }

    .p-0-md {
        padding: 0 !important
    }

    .pl-0-md {
        padding-left: 0 !important
    }

    .pr-0-md {
        padding-right: 0 !important
    }

    .pt-0-md {
        padding-top: 0 !important
    }

    .pb-0-md {
        padding-bottom: 0 !important
    }

    .m-0-md {
        margin: 0 !important
    }

    .ml-0-md {
        margin-left: 0 !important
    }

    .mr-0-md {
        margin-right: 0 !important
    }

    .mt-0-md {
        margin-top: 0 !important
    }

    .mb-0-md {
        margin-bottom: 0 !important
    }

    .p-1-md {
        padding: 4px !important
    }

    .pr-1-md {
        padding-right: 4px !important
    }

    .pl-1-md {
        padding-left: 4px !important
    }

    .pt-1-md {
        padding-top: 4px !important
    }

    .pb-1-md {
        padding-bottom: 4px !important
    }

    .px-1-md {
        padding-left: 4px !important;
        padding-right: 4px !important
    }

    .py-1-md {
        padding-top: 4px !important;
        padding-bottom: 4px !important
    }

    .m-1-md {
        margin: 4px !important
    }

    .mr-1-md {
        margin-right: 4px !important
    }

    .ml-1-md {
        margin-left: 4px !important
    }

    .mt-1-md {
        margin-top: 4px !important
    }

    .mb-1-md {
        margin-bottom: 4px !important
    }

    .mx-1-md {
        margin-left: 4px !important;
        margin-right: 4px !important
    }

    .my-1-md {
        margin-top: 4px !important;
        margin-bottom: 4px !important
    }

    .m-1-md-minus {
        margin: -4px !important
    }

    .mr-1-md-minus {
        margin-right: -4px !important
    }

    .ml-1-md-minus {
        margin-left: -4px !important
    }

    .mt-1-md-minus {
        margin-top: -4px !important
    }

    .mb-1-md-minus {
        margin-bottom: -4px !important
    }

    .p-2-md {
        padding: 8px !important
    }

    .pr-2-md {
        padding-right: 8px !important
    }

    .pl-2-md {
        padding-left: 8px !important
    }

    .pt-2-md {
        padding-top: 8px !important
    }

    .pb-2-md {
        padding-bottom: 8px !important
    }

    .px-2-md {
        padding-left: 8px !important;
        padding-right: 8px !important
    }

    .py-2-md {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .m-2-md {
        margin: 8px !important
    }

    .mr-2-md {
        margin-right: 8px !important
    }

    .ml-2-md {
        margin-left: 8px !important
    }

    .mt-2-md {
        margin-top: 8px !important
    }

    .mb-2-md {
        margin-bottom: 8px !important
    }

    .mx-2-md {
        margin-left: 8px !important;
        margin-right: 8px !important
    }

    .my-2-md {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .m-2-md-minus {
        margin: -8px !important
    }

    .mr-2-md-minus {
        margin-right: -8px !important
    }

    .ml-2-md-minus {
        margin-left: -8px !important
    }

    .mt-2-md-minus {
        margin-top: -8px !important
    }

    .mb-2-md-minus {
        margin-bottom: -8px !important
    }

    .p-3-md {
        padding: 12px !important
    }

    .pr-3-md {
        padding-right: 12px !important
    }

    .pl-3-md {
        padding-left: 12px !important
    }

    .pt-3-md {
        padding-top: 12px !important
    }

    .pb-3-md {
        padding-bottom: 12px !important
    }

    .px-3-md {
        padding-left: 12px !important;
        padding-right: 12px !important
    }

    .py-3-md {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .m-3-md {
        margin: 12px !important
    }

    .mr-3-md {
        margin-right: 12px !important
    }

    .ml-3-md {
        margin-left: 12px !important
    }

    .mt-3-md {
        margin-top: 12px !important
    }

    .mb-3-md {
        margin-bottom: 12px !important
    }

    .mx-3-md {
        margin-left: 12px !important;
        margin-right: 12px !important
    }

    .my-3-md {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .m-3-md-minus {
        margin: -12px !important
    }

    .mr-3-md-minus {
        margin-right: -12px !important
    }

    .ml-3-md-minus {
        margin-left: -12px !important
    }

    .mt-3-md-minus {
        margin-top: -12px !important
    }

    .mb-3-md-minus {
        margin-bottom: -12px !important
    }

    .p-4-md {
        padding: 16px !important
    }

    .pr-4-md {
        padding-right: 16px !important
    }

    .pl-4-md {
        padding-left: 16px !important
    }

    .pt-4-md {
        padding-top: 16px !important
    }

    .pb-4-md {
        padding-bottom: 16px !important
    }

    .px-4-md {
        padding-left: 16px !important;
        padding-right: 16px !important
    }

    .py-4-md {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .m-4-md {
        margin: 16px !important
    }

    .mr-4-md {
        margin-right: 16px !important
    }

    .ml-4-md {
        margin-left: 16px !important
    }

    .mt-4-md {
        margin-top: 16px !important
    }

    .mb-4-md {
        margin-bottom: 16px !important
    }

    .mx-4-md {
        margin-left: 16px !important;
        margin-right: 16px !important
    }

    .my-4-md {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }

    .m-4-md-minus {
        margin: -16px !important
    }

    .mr-4-md-minus {
        margin-right: -16px !important
    }

    .ml-4-md-minus {
        margin-left: -16px !important
    }

    .mt-4-md-minus {
        margin-top: -16px !important
    }

    .mb-4-md-minus {
        margin-bottom: -16px !important
    }

    .p-5-md {
        padding: 20px !important
    }

    .pr-5-md {
        padding-right: 20px !important
    }

    .pl-5-md {
        padding-left: 20px !important
    }

    .pt-5-md {
        padding-top: 20px !important
    }

    .pb-5-md {
        padding-bottom: 20px !important
    }

    .px-5-md {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .py-5-md {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .m-5-md {
        margin: 20px !important
    }

    .mr-5-md {
        margin-right: 20px !important
    }

    .ml-5-md {
        margin-left: 20px !important
    }

    .mt-5-md {
        margin-top: 20px !important
    }

    .mb-5-md {
        margin-bottom: 20px !important
    }

    .mx-5-md {
        margin-left: 20px !important;
        margin-right: 20px !important
    }

    .my-5-md {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .m-5-md-minus {
        margin: -20px !important
    }

    .mr-5-md-minus {
        margin-right: -20px !important
    }

    .ml-5-md-minus {
        margin-left: -20px !important
    }

    .mt-5-md-minus {
        margin-top: -20px !important
    }

    .mb-5-md-minus {
        margin-bottom: -20px !important
    }

    .p-6-md {
        padding: 24px !important
    }

    .pr-6-md {
        padding-right: 24px !important
    }

    .pl-6-md {
        padding-left: 24px !important
    }

    .pt-6-md {
        padding-top: 24px !important
    }

    .pb-6-md {
        padding-bottom: 24px !important
    }

    .px-6-md {
        padding-left: 24px !important;
        padding-right: 24px !important
    }

    .py-6-md {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }

    .m-6-md {
        margin: 24px !important
    }

    .mr-6-md {
        margin-right: 24px !important
    }

    .ml-6-md {
        margin-left: 24px !important
    }

    .mt-6-md {
        margin-top: 24px !important
    }

    .mb-6-md {
        margin-bottom: 24px !important
    }

    .mx-6-md {
        margin-left: 24px !important;
        margin-right: 24px !important
    }

    .my-6-md {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }

    .m-6-md-minus {
        margin: -24px !important
    }

    .mr-6-md-minus {
        margin-right: -24px !important
    }

    .ml-6-md-minus {
        margin-left: -24px !important
    }

    .mt-6-md-minus {
        margin-top: -24px !important
    }

    .mb-6-md-minus {
        margin-bottom: -24px !important
    }

    .p-7-md {
        padding: 28px !important
    }

    .pr-7-md {
        padding-right: 28px !important
    }

    .pl-7-md {
        padding-left: 28px !important
    }

    .pt-7-md {
        padding-top: 28px !important
    }

    .pb-7-md {
        padding-bottom: 28px !important
    }

    .px-7-md {
        padding-left: 28px !important;
        padding-right: 28px !important
    }

    .py-7-md {
        padding-top: 28px !important;
        padding-bottom: 28px !important
    }

    .m-7-md {
        margin: 28px !important
    }

    .mr-7-md {
        margin-right: 28px !important
    }

    .ml-7-md {
        margin-left: 28px !important
    }

    .mt-7-md {
        margin-top: 28px !important
    }

    .mb-7-md {
        margin-bottom: 28px !important
    }

    .mx-7-md {
        margin-left: 28px !important;
        margin-right: 28px !important
    }

    .my-7-md {
        margin-top: 28px !important;
        margin-bottom: 28px !important
    }

    .m-7-md-minus {
        margin: -28px !important
    }

    .mr-7-md-minus {
        margin-right: -28px !important
    }

    .ml-7-md-minus {
        margin-left: -28px !important
    }

    .mt-7-md-minus {
        margin-top: -28px !important
    }

    .mb-7-md-minus {
        margin-bottom: -28px !important
    }

    .p-8-md {
        padding: 32px !important
    }

    .pr-8-md {
        padding-right: 32px !important
    }

    .pl-8-md {
        padding-left: 32px !important
    }

    .pt-8-md {
        padding-top: 32px !important
    }

    .pb-8-md {
        padding-bottom: 32px !important
    }

    .px-8-md {
        padding-left: 32px !important;
        padding-right: 32px !important
    }

    .py-8-md {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .m-8-md {
        margin: 32px !important
    }

    .mr-8-md {
        margin-right: 32px !important
    }

    .ml-8-md {
        margin-left: 32px !important
    }

    .mt-8-md {
        margin-top: 32px !important
    }

    .mb-8-md {
        margin-bottom: 32px !important
    }

    .mx-8-md {
        margin-left: 32px !important;
        margin-right: 32px !important
    }

    .my-8-md {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }

    .m-8-md-minus {
        margin: -32px !important
    }

    .mr-8-md-minus {
        margin-right: -32px !important
    }

    .ml-8-md-minus {
        margin-left: -32px !important
    }

    .mt-8-md-minus {
        margin-top: -32px !important
    }

    .mb-8-md-minus {
        margin-bottom: -32px !important
    }

    .p-9-md {
        padding: 36px !important
    }

    .pr-9-md {
        padding-right: 36px !important
    }

    .pl-9-md {
        padding-left: 36px !important
    }

    .pt-9-md {
        padding-top: 36px !important
    }

    .pb-9-md {
        padding-bottom: 36px !important
    }

    .px-9-md {
        padding-left: 36px !important;
        padding-right: 36px !important
    }

    .py-9-md {
        padding-top: 36px !important;
        padding-bottom: 36px !important
    }

    .m-9-md {
        margin: 36px !important
    }

    .mr-9-md {
        margin-right: 36px !important
    }

    .ml-9-md {
        margin-left: 36px !important
    }

    .mt-9-md {
        margin-top: 36px !important
    }

    .mb-9-md {
        margin-bottom: 36px !important
    }

    .mx-9-md {
        margin-left: 36px !important;
        margin-right: 36px !important
    }

    .my-9-md {
        margin-top: 36px !important;
        margin-bottom: 36px !important
    }

    .m-9-md-minus {
        margin: -36px !important
    }

    .mr-9-md-minus {
        margin-right: -36px !important
    }

    .ml-9-md-minus {
        margin-left: -36px !important
    }

    .mt-9-md-minus {
        margin-top: -36px !important
    }

    .mb-9-md-minus {
        margin-bottom: -36px !important
    }

    .p-10-md {
        padding: 40px !important
    }

    .pr-10-md {
        padding-right: 40px !important
    }

    .pl-10-md {
        padding-left: 40px !important
    }

    .pt-10-md {
        padding-top: 40px !important
    }

    .pb-10-md {
        padding-bottom: 40px !important
    }

    .px-10-md {
        padding-left: 40px !important;
        padding-right: 40px !important
    }

    .py-10-md {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .m-10-md {
        margin: 40px !important
    }

    .mr-10-md {
        margin-right: 40px !important
    }

    .ml-10-md {
        margin-left: 40px !important
    }

    .mt-10-md {
        margin-top: 40px !important
    }

    .mb-10-md {
        margin-bottom: 40px !important
    }

    .mx-10-md {
        margin-left: 40px !important;
        margin-right: 40px !important
    }

    .my-10-md {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .m-10-md-minus {
        margin: -40px !important
    }

    .mr-10-md-minus {
        margin-right: -40px !important
    }

    .ml-10-md-minus {
        margin-left: -40px !important
    }

    .mt-10-md-minus {
        margin-top: -40px !important
    }

    .mb-10-md-minus {
        margin-bottom: -40px !important
    }

    .p-11-md {
        padding: 44px !important
    }

    .pr-11-md {
        padding-right: 44px !important
    }

    .pl-11-md {
        padding-left: 44px !important
    }

    .pt-11-md {
        padding-top: 44px !important
    }

    .pb-11-md {
        padding-bottom: 44px !important
    }

    .px-11-md {
        padding-left: 44px !important;
        padding-right: 44px !important
    }

    .py-11-md {
        padding-top: 44px !important;
        padding-bottom: 44px !important
    }

    .m-11-md {
        margin: 44px !important
    }

    .mr-11-md {
        margin-right: 44px !important
    }

    .ml-11-md {
        margin-left: 44px !important
    }

    .mt-11-md {
        margin-top: 44px !important
    }

    .mb-11-md {
        margin-bottom: 44px !important
    }

    .mx-11-md {
        margin-left: 44px !important;
        margin-right: 44px !important
    }

    .my-11-md {
        margin-top: 44px !important;
        margin-bottom: 44px !important
    }

    .m-11-md-minus {
        margin: -44px !important
    }

    .mr-11-md-minus {
        margin-right: -44px !important
    }

    .ml-11-md-minus {
        margin-left: -44px !important
    }

    .mt-11-md-minus {
        margin-top: -44px !important
    }

    .mb-11-md-minus {
        margin-bottom: -44px !important
    }

    .p-12-md {
        padding: 48px !important
    }

    .pr-12-md {
        padding-right: 48px !important
    }

    .pl-12-md {
        padding-left: 48px !important
    }

    .pt-12-md {
        padding-top: 48px !important
    }

    .pb-12-md {
        padding-bottom: 48px !important
    }

    .px-12-md {
        padding-left: 48px !important;
        padding-right: 48px !important
    }

    .py-12-md {
        padding-top: 48px !important;
        padding-bottom: 48px !important
    }

    .m-12-md {
        margin: 48px !important
    }

    .mr-12-md {
        margin-right: 48px !important
    }

    .ml-12-md {
        margin-left: 48px !important
    }

    .mt-12-md {
        margin-top: 48px !important
    }

    .mb-12-md {
        margin-bottom: 48px !important
    }

    .mx-12-md {
        margin-left: 48px !important;
        margin-right: 48px !important
    }

    .my-12-md {
        margin-top: 48px !important;
        margin-bottom: 48px !important
    }

    .m-12-md-minus {
        margin: -48px !important
    }

    .mr-12-md-minus {
        margin-right: -48px !important
    }

    .ml-12-md-minus {
        margin-left: -48px !important
    }

    .mt-12-md-minus {
        margin-top: -48px !important
    }

    .mb-12-md-minus {
        margin-bottom: -48px !important
    }

    .p-13-md {
        padding: 52px !important
    }

    .pr-13-md {
        padding-right: 52px !important
    }

    .pl-13-md {
        padding-left: 52px !important
    }

    .pt-13-md {
        padding-top: 52px !important
    }

    .pb-13-md {
        padding-bottom: 52px !important
    }

    .px-13-md {
        padding-left: 52px !important;
        padding-right: 52px !important
    }

    .py-13-md {
        padding-top: 52px !important;
        padding-bottom: 52px !important
    }

    .m-13-md {
        margin: 52px !important
    }

    .mr-13-md {
        margin-right: 52px !important
    }

    .ml-13-md {
        margin-left: 52px !important
    }

    .mt-13-md {
        margin-top: 52px !important
    }

    .mb-13-md {
        margin-bottom: 52px !important
    }

    .mx-13-md {
        margin-left: 52px !important;
        margin-right: 52px !important
    }

    .my-13-md {
        margin-top: 52px !important;
        margin-bottom: 52px !important
    }

    .m-13-md-minus {
        margin: -52px !important
    }

    .mr-13-md-minus {
        margin-right: -52px !important
    }

    .ml-13-md-minus {
        margin-left: -52px !important
    }

    .mt-13-md-minus {
        margin-top: -52px !important
    }

    .mb-13-md-minus {
        margin-bottom: -52px !important
    }

    .p-14-md {
        padding: 56px !important
    }

    .pr-14-md {
        padding-right: 56px !important
    }

    .pl-14-md {
        padding-left: 56px !important
    }

    .pt-14-md {
        padding-top: 56px !important
    }

    .pb-14-md {
        padding-bottom: 56px !important
    }

    .px-14-md {
        padding-left: 56px !important;
        padding-right: 56px !important
    }

    .py-14-md {
        padding-top: 56px !important;
        padding-bottom: 56px !important
    }

    .m-14-md {
        margin: 56px !important
    }

    .mr-14-md {
        margin-right: 56px !important
    }

    .ml-14-md {
        margin-left: 56px !important
    }

    .mt-14-md {
        margin-top: 56px !important
    }

    .mb-14-md {
        margin-bottom: 56px !important
    }

    .mx-14-md {
        margin-left: 56px !important;
        margin-right: 56px !important
    }

    .my-14-md {
        margin-top: 56px !important;
        margin-bottom: 56px !important
    }

    .m-14-md-minus {
        margin: -56px !important
    }

    .mr-14-md-minus {
        margin-right: -56px !important
    }

    .ml-14-md-minus {
        margin-left: -56px !important
    }

    .mt-14-md-minus {
        margin-top: -56px !important
    }

    .mb-14-md-minus {
        margin-bottom: -56px !important
    }

    .p-15-md {
        padding: 60px !important
    }

    .pr-15-md {
        padding-right: 60px !important
    }

    .pl-15-md {
        padding-left: 60px !important
    }

    .pt-15-md {
        padding-top: 60px !important
    }

    .pb-15-md {
        padding-bottom: 60px !important
    }

    .px-15-md {
        padding-left: 60px !important;
        padding-right: 60px !important
    }

    .py-15-md {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .m-15-md {
        margin: 60px !important
    }

    .mr-15-md {
        margin-right: 60px !important
    }

    .ml-15-md {
        margin-left: 60px !important
    }

    .mt-15-md {
        margin-top: 60px !important
    }

    .mb-15-md {
        margin-bottom: 60px !important
    }

    .mx-15-md {
        margin-left: 60px !important;
        margin-right: 60px !important
    }

    .my-15-md {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .m-15-md-minus {
        margin: -60px !important
    }

    .mr-15-md-minus {
        margin-right: -60px !important
    }

    .ml-15-md-minus {
        margin-left: -60px !important
    }

    .mt-15-md-minus {
        margin-top: -60px !important
    }

    .mb-15-md-minus {
        margin-bottom: -60px !important
    }

    .p-16-md {
        padding: 64px !important
    }

    .pr-16-md {
        padding-right: 64px !important
    }

    .pl-16-md {
        padding-left: 64px !important
    }

    .pt-16-md {
        padding-top: 64px !important
    }

    .pb-16-md {
        padding-bottom: 64px !important
    }

    .px-16-md {
        padding-left: 64px !important;
        padding-right: 64px !important
    }

    .py-16-md {
        padding-top: 64px !important;
        padding-bottom: 64px !important
    }

    .m-16-md {
        margin: 64px !important
    }

    .mr-16-md {
        margin-right: 64px !important
    }

    .ml-16-md {
        margin-left: 64px !important
    }

    .mt-16-md {
        margin-top: 64px !important
    }

    .mb-16-md {
        margin-bottom: 64px !important
    }

    .mx-16-md {
        margin-left: 64px !important;
        margin-right: 64px !important
    }

    .my-16-md {
        margin-top: 64px !important;
        margin-bottom: 64px !important
    }

    .m-16-md-minus {
        margin: -64px !important
    }

    .mr-16-md-minus {
        margin-right: -64px !important
    }

    .ml-16-md-minus {
        margin-left: -64px !important
    }

    .mt-16-md-minus {
        margin-top: -64px !important
    }

    .mb-16-md-minus {
        margin-bottom: -64px !important
    }

    .p-17-md {
        padding: 68px !important
    }

    .pr-17-md {
        padding-right: 68px !important
    }

    .pl-17-md {
        padding-left: 68px !important
    }

    .pt-17-md {
        padding-top: 68px !important
    }

    .pb-17-md {
        padding-bottom: 68px !important
    }

    .px-17-md {
        padding-left: 68px !important;
        padding-right: 68px !important
    }

    .py-17-md {
        padding-top: 68px !important;
        padding-bottom: 68px !important
    }

    .m-17-md {
        margin: 68px !important
    }

    .mr-17-md {
        margin-right: 68px !important
    }

    .ml-17-md {
        margin-left: 68px !important
    }

    .mt-17-md {
        margin-top: 68px !important
    }

    .mb-17-md {
        margin-bottom: 68px !important
    }

    .mx-17-md {
        margin-left: 68px !important;
        margin-right: 68px !important
    }

    .my-17-md {
        margin-top: 68px !important;
        margin-bottom: 68px !important
    }

    .m-17-md-minus {
        margin: -68px !important
    }

    .mr-17-md-minus {
        margin-right: -68px !important
    }

    .ml-17-md-minus {
        margin-left: -68px !important
    }

    .mt-17-md-minus {
        margin-top: -68px !important
    }

    .mb-17-md-minus {
        margin-bottom: -68px !important
    }

    .p-18-md {
        padding: 72px !important
    }

    .pr-18-md {
        padding-right: 72px !important
    }

    .pl-18-md {
        padding-left: 72px !important
    }

    .pt-18-md {
        padding-top: 72px !important
    }

    .pb-18-md {
        padding-bottom: 72px !important
    }

    .px-18-md {
        padding-left: 72px !important;
        padding-right: 72px !important
    }

    .py-18-md {
        padding-top: 72px !important;
        padding-bottom: 72px !important
    }

    .m-18-md {
        margin: 72px !important
    }

    .mr-18-md {
        margin-right: 72px !important
    }

    .ml-18-md {
        margin-left: 72px !important
    }

    .mt-18-md {
        margin-top: 72px !important
    }

    .mb-18-md {
        margin-bottom: 72px !important
    }

    .mx-18-md {
        margin-left: 72px !important;
        margin-right: 72px !important
    }

    .my-18-md {
        margin-top: 72px !important;
        margin-bottom: 72px !important
    }

    .m-18-md-minus {
        margin: -72px !important
    }

    .mr-18-md-minus {
        margin-right: -72px !important
    }

    .ml-18-md-minus {
        margin-left: -72px !important
    }

    .mt-18-md-minus {
        margin-top: -72px !important
    }

    .mb-18-md-minus {
        margin-bottom: -72px !important
    }

    .p-19-md {
        padding: 76px !important
    }

    .pr-19-md {
        padding-right: 76px !important
    }

    .pl-19-md {
        padding-left: 76px !important
    }

    .pt-19-md {
        padding-top: 76px !important
    }

    .pb-19-md {
        padding-bottom: 76px !important
    }

    .px-19-md {
        padding-left: 76px !important;
        padding-right: 76px !important
    }

    .py-19-md {
        padding-top: 76px !important;
        padding-bottom: 76px !important
    }

    .m-19-md {
        margin: 76px !important
    }

    .mr-19-md {
        margin-right: 76px !important
    }

    .ml-19-md {
        margin-left: 76px !important
    }

    .mt-19-md {
        margin-top: 76px !important
    }

    .mb-19-md {
        margin-bottom: 76px !important
    }

    .mx-19-md {
        margin-left: 76px !important;
        margin-right: 76px !important
    }

    .my-19-md {
        margin-top: 76px !important;
        margin-bottom: 76px !important
    }

    .m-19-md-minus {
        margin: -76px !important
    }

    .mr-19-md-minus {
        margin-right: -76px !important
    }

    .ml-19-md-minus {
        margin-left: -76px !important
    }

    .mt-19-md-minus {
        margin-top: -76px !important
    }

    .mb-19-md-minus {
        margin-bottom: -76px !important
    }

    .p-20-md {
        padding: 80px !important
    }

    .pr-20-md {
        padding-right: 80px !important
    }

    .pl-20-md {
        padding-left: 80px !important
    }

    .pt-20-md {
        padding-top: 80px !important
    }

    .pb-20-md {
        padding-bottom: 80px !important
    }

    .px-20-md {
        padding-left: 80px !important;
        padding-right: 80px !important
    }

    .py-20-md {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .m-20-md {
        margin: 80px !important
    }

    .mr-20-md {
        margin-right: 80px !important
    }

    .ml-20-md {
        margin-left: 80px !important
    }

    .mt-20-md {
        margin-top: 80px !important
    }

    .mb-20-md {
        margin-bottom: 80px !important
    }

    .mx-20-md {
        margin-left: 80px !important;
        margin-right: 80px !important
    }

    .my-20-md {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .m-20-md-minus {
        margin: -80px !important
    }

    .mr-20-md-minus {
        margin-right: -80px !important
    }

    .ml-20-md-minus {
        margin-left: -80px !important
    }

    .mt-20-md-minus {
        margin-top: -80px !important
    }

    .mb-20-md-minus {
        margin-bottom: -80px !important
    }
}

@container (min-width: 992px) {
    .mx-auto-lg {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-auto-lg {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .ml-auto-lg {
        margin-left: auto !important
    }

    .mr-auto-lg {
        margin-right: auto !important
    }

    .mt-auto-lg {
        margin-top: auto !important
    }

    .mb-auto-lg {
        margin-bottom: auto !important
    }

    .p-0-lg {
        padding: 0 !important
    }

    .pl-0-lg {
        padding-left: 0 !important
    }

    .pr-0-lg {
        padding-right: 0 !important
    }

    .pt-0-lg {
        padding-top: 0 !important
    }

    .pb-0-lg {
        padding-bottom: 0 !important
    }

    .m-0-lg {
        margin: 0 !important
    }

    .ml-0-lg {
        margin-left: 0 !important
    }

    .mr-0-lg {
        margin-right: 0 !important
    }

    .mt-0-lg {
        margin-top: 0 !important
    }

    .mb-0-lg {
        margin-bottom: 0 !important
    }

    .p-1-lg {
        padding: 4px !important
    }

    .pr-1-lg {
        padding-right: 4px !important
    }

    .pl-1-lg {
        padding-left: 4px !important
    }

    .pt-1-lg {
        padding-top: 4px !important
    }

    .pb-1-lg {
        padding-bottom: 4px !important
    }

    .px-1-lg {
        padding-left: 4px !important;
        padding-right: 4px !important
    }

    .py-1-lg {
        padding-top: 4px !important;
        padding-bottom: 4px !important
    }

    .m-1-lg {
        margin: 4px !important
    }

    .mr-1-lg {
        margin-right: 4px !important
    }

    .ml-1-lg {
        margin-left: 4px !important
    }

    .mt-1-lg {
        margin-top: 4px !important
    }

    .mb-1-lg {
        margin-bottom: 4px !important
    }

    .mx-1-lg {
        margin-left: 4px !important;
        margin-right: 4px !important
    }

    .my-1-lg {
        margin-top: 4px !important;
        margin-bottom: 4px !important
    }

    .m-1-lg-minus {
        margin: -4px !important
    }

    .mr-1-lg-minus {
        margin-right: -4px !important
    }

    .ml-1-lg-minus {
        margin-left: -4px !important
    }

    .mt-1-lg-minus {
        margin-top: -4px !important
    }

    .mb-1-lg-minus {
        margin-bottom: -4px !important
    }

    .p-2-lg {
        padding: 8px !important
    }

    .pr-2-lg {
        padding-right: 8px !important
    }

    .pl-2-lg {
        padding-left: 8px !important
    }

    .pt-2-lg {
        padding-top: 8px !important
    }

    .pb-2-lg {
        padding-bottom: 8px !important
    }

    .px-2-lg {
        padding-left: 8px !important;
        padding-right: 8px !important
    }

    .py-2-lg {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .m-2-lg {
        margin: 8px !important
    }

    .mr-2-lg {
        margin-right: 8px !important
    }

    .ml-2-lg {
        margin-left: 8px !important
    }

    .mt-2-lg {
        margin-top: 8px !important
    }

    .mb-2-lg {
        margin-bottom: 8px !important
    }

    .mx-2-lg {
        margin-left: 8px !important;
        margin-right: 8px !important
    }

    .my-2-lg {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .m-2-lg-minus {
        margin: -8px !important
    }

    .mr-2-lg-minus {
        margin-right: -8px !important
    }

    .ml-2-lg-minus {
        margin-left: -8px !important
    }

    .mt-2-lg-minus {
        margin-top: -8px !important
    }

    .mb-2-lg-minus {
        margin-bottom: -8px !important
    }

    .p-3-lg {
        padding: 12px !important
    }

    .pr-3-lg {
        padding-right: 12px !important
    }

    .pl-3-lg {
        padding-left: 12px !important
    }

    .pt-3-lg {
        padding-top: 12px !important
    }

    .pb-3-lg {
        padding-bottom: 12px !important
    }

    .px-3-lg {
        padding-left: 12px !important;
        padding-right: 12px !important
    }

    .py-3-lg {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .m-3-lg {
        margin: 12px !important
    }

    .mr-3-lg {
        margin-right: 12px !important
    }

    .ml-3-lg {
        margin-left: 12px !important
    }

    .mt-3-lg {
        margin-top: 12px !important
    }

    .mb-3-lg {
        margin-bottom: 12px !important
    }

    .mx-3-lg {
        margin-left: 12px !important;
        margin-right: 12px !important
    }

    .my-3-lg {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .m-3-lg-minus {
        margin: -12px !important
    }

    .mr-3-lg-minus {
        margin-right: -12px !important
    }

    .ml-3-lg-minus {
        margin-left: -12px !important
    }

    .mt-3-lg-minus {
        margin-top: -12px !important
    }

    .mb-3-lg-minus {
        margin-bottom: -12px !important
    }

    .p-4-lg {
        padding: 16px !important
    }

    .pr-4-lg {
        padding-right: 16px !important
    }

    .pl-4-lg {
        padding-left: 16px !important
    }

    .pt-4-lg {
        padding-top: 16px !important
    }

    .pb-4-lg {
        padding-bottom: 16px !important
    }

    .px-4-lg {
        padding-left: 16px !important;
        padding-right: 16px !important
    }

    .py-4-lg {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .m-4-lg {
        margin: 16px !important
    }

    .mr-4-lg {
        margin-right: 16px !important
    }

    .ml-4-lg {
        margin-left: 16px !important
    }

    .mt-4-lg {
        margin-top: 16px !important
    }

    .mb-4-lg {
        margin-bottom: 16px !important
    }

    .mx-4-lg {
        margin-left: 16px !important;
        margin-right: 16px !important
    }

    .my-4-lg {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }

    .m-4-lg-minus {
        margin: -16px !important
    }

    .mr-4-lg-minus {
        margin-right: -16px !important
    }

    .ml-4-lg-minus {
        margin-left: -16px !important
    }

    .mt-4-lg-minus {
        margin-top: -16px !important
    }

    .mb-4-lg-minus {
        margin-bottom: -16px !important
    }

    .p-5-lg {
        padding: 20px !important
    }

    .pr-5-lg {
        padding-right: 20px !important
    }

    .pl-5-lg {
        padding-left: 20px !important
    }

    .pt-5-lg {
        padding-top: 20px !important
    }

    .pb-5-lg {
        padding-bottom: 20px !important
    }

    .px-5-lg {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .py-5-lg {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .m-5-lg {
        margin: 20px !important
    }

    .mr-5-lg {
        margin-right: 20px !important
    }

    .ml-5-lg {
        margin-left: 20px !important
    }

    .mt-5-lg {
        margin-top: 20px !important
    }

    .mb-5-lg {
        margin-bottom: 20px !important
    }

    .mx-5-lg {
        margin-left: 20px !important;
        margin-right: 20px !important
    }

    .my-5-lg {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .m-5-lg-minus {
        margin: -20px !important
    }

    .mr-5-lg-minus {
        margin-right: -20px !important
    }

    .ml-5-lg-minus {
        margin-left: -20px !important
    }

    .mt-5-lg-minus {
        margin-top: -20px !important
    }

    .mb-5-lg-minus {
        margin-bottom: -20px !important
    }

    .p-6-lg {
        padding: 24px !important
    }

    .pr-6-lg {
        padding-right: 24px !important
    }

    .pl-6-lg {
        padding-left: 24px !important
    }

    .pt-6-lg {
        padding-top: 24px !important
    }

    .pb-6-lg {
        padding-bottom: 24px !important
    }

    .px-6-lg {
        padding-left: 24px !important;
        padding-right: 24px !important
    }

    .py-6-lg {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }

    .m-6-lg {
        margin: 24px !important
    }

    .mr-6-lg {
        margin-right: 24px !important
    }

    .ml-6-lg {
        margin-left: 24px !important
    }

    .mt-6-lg {
        margin-top: 24px !important
    }

    .mb-6-lg {
        margin-bottom: 24px !important
    }

    .mx-6-lg {
        margin-left: 24px !important;
        margin-right: 24px !important
    }

    .my-6-lg {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }

    .m-6-lg-minus {
        margin: -24px !important
    }

    .mr-6-lg-minus {
        margin-right: -24px !important
    }

    .ml-6-lg-minus {
        margin-left: -24px !important
    }

    .mt-6-lg-minus {
        margin-top: -24px !important
    }

    .mb-6-lg-minus {
        margin-bottom: -24px !important
    }

    .p-7-lg {
        padding: 28px !important
    }

    .pr-7-lg {
        padding-right: 28px !important
    }

    .pl-7-lg {
        padding-left: 28px !important
    }

    .pt-7-lg {
        padding-top: 28px !important
    }

    .pb-7-lg {
        padding-bottom: 28px !important
    }

    .px-7-lg {
        padding-left: 28px !important;
        padding-right: 28px !important
    }

    .py-7-lg {
        padding-top: 28px !important;
        padding-bottom: 28px !important
    }

    .m-7-lg {
        margin: 28px !important
    }

    .mr-7-lg {
        margin-right: 28px !important
    }

    .ml-7-lg {
        margin-left: 28px !important
    }

    .mt-7-lg {
        margin-top: 28px !important
    }

    .mb-7-lg {
        margin-bottom: 28px !important
    }

    .mx-7-lg {
        margin-left: 28px !important;
        margin-right: 28px !important
    }

    .my-7-lg {
        margin-top: 28px !important;
        margin-bottom: 28px !important
    }

    .m-7-lg-minus {
        margin: -28px !important
    }

    .mr-7-lg-minus {
        margin-right: -28px !important
    }

    .ml-7-lg-minus {
        margin-left: -28px !important
    }

    .mt-7-lg-minus {
        margin-top: -28px !important
    }

    .mb-7-lg-minus {
        margin-bottom: -28px !important
    }

    .p-8-lg {
        padding: 32px !important
    }

    .pr-8-lg {
        padding-right: 32px !important
    }

    .pl-8-lg {
        padding-left: 32px !important
    }

    .pt-8-lg {
        padding-top: 32px !important
    }

    .pb-8-lg {
        padding-bottom: 32px !important
    }

    .px-8-lg {
        padding-left: 32px !important;
        padding-right: 32px !important
    }

    .py-8-lg {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .m-8-lg {
        margin: 32px !important
    }

    .mr-8-lg {
        margin-right: 32px !important
    }

    .ml-8-lg {
        margin-left: 32px !important
    }

    .mt-8-lg {
        margin-top: 32px !important
    }

    .mb-8-lg {
        margin-bottom: 32px !important
    }

    .mx-8-lg {
        margin-left: 32px !important;
        margin-right: 32px !important
    }

    .my-8-lg {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }

    .m-8-lg-minus {
        margin: -32px !important
    }

    .mr-8-lg-minus {
        margin-right: -32px !important
    }

    .ml-8-lg-minus {
        margin-left: -32px !important
    }

    .mt-8-lg-minus {
        margin-top: -32px !important
    }

    .mb-8-lg-minus {
        margin-bottom: -32px !important
    }

    .p-9-lg {
        padding: 36px !important
    }

    .pr-9-lg {
        padding-right: 36px !important
    }

    .pl-9-lg {
        padding-left: 36px !important
    }

    .pt-9-lg {
        padding-top: 36px !important
    }

    .pb-9-lg {
        padding-bottom: 36px !important
    }

    .px-9-lg {
        padding-left: 36px !important;
        padding-right: 36px !important
    }

    .py-9-lg {
        padding-top: 36px !important;
        padding-bottom: 36px !important
    }

    .m-9-lg {
        margin: 36px !important
    }

    .mr-9-lg {
        margin-right: 36px !important
    }

    .ml-9-lg {
        margin-left: 36px !important
    }

    .mt-9-lg {
        margin-top: 36px !important
    }

    .mb-9-lg {
        margin-bottom: 36px !important
    }

    .mx-9-lg {
        margin-left: 36px !important;
        margin-right: 36px !important
    }

    .my-9-lg {
        margin-top: 36px !important;
        margin-bottom: 36px !important
    }

    .m-9-lg-minus {
        margin: -36px !important
    }

    .mr-9-lg-minus {
        margin-right: -36px !important
    }

    .ml-9-lg-minus {
        margin-left: -36px !important
    }

    .mt-9-lg-minus {
        margin-top: -36px !important
    }

    .mb-9-lg-minus {
        margin-bottom: -36px !important
    }

    .p-10-lg {
        padding: 40px !important
    }

    .pr-10-lg {
        padding-right: 40px !important
    }

    .pl-10-lg {
        padding-left: 40px !important
    }

    .pt-10-lg {
        padding-top: 40px !important
    }

    .pb-10-lg {
        padding-bottom: 40px !important
    }

    .px-10-lg {
        padding-left: 40px !important;
        padding-right: 40px !important
    }

    .py-10-lg {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .m-10-lg {
        margin: 40px !important
    }

    .mr-10-lg {
        margin-right: 40px !important
    }

    .ml-10-lg {
        margin-left: 40px !important
    }

    .mt-10-lg {
        margin-top: 40px !important
    }

    .mb-10-lg {
        margin-bottom: 40px !important
    }

    .mx-10-lg {
        margin-left: 40px !important;
        margin-right: 40px !important
    }

    .my-10-lg {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .m-10-lg-minus {
        margin: -40px !important
    }

    .mr-10-lg-minus {
        margin-right: -40px !important
    }

    .ml-10-lg-minus {
        margin-left: -40px !important
    }

    .mt-10-lg-minus {
        margin-top: -40px !important
    }

    .mb-10-lg-minus {
        margin-bottom: -40px !important
    }

    .p-11-lg {
        padding: 44px !important
    }

    .pr-11-lg {
        padding-right: 44px !important
    }

    .pl-11-lg {
        padding-left: 44px !important
    }

    .pt-11-lg {
        padding-top: 44px !important
    }

    .pb-11-lg {
        padding-bottom: 44px !important
    }

    .px-11-lg {
        padding-left: 44px !important;
        padding-right: 44px !important
    }

    .py-11-lg {
        padding-top: 44px !important;
        padding-bottom: 44px !important
    }

    .m-11-lg {
        margin: 44px !important
    }

    .mr-11-lg {
        margin-right: 44px !important
    }

    .ml-11-lg {
        margin-left: 44px !important
    }

    .mt-11-lg {
        margin-top: 44px !important
    }

    .mb-11-lg {
        margin-bottom: 44px !important
    }

    .mx-11-lg {
        margin-left: 44px !important;
        margin-right: 44px !important
    }

    .my-11-lg {
        margin-top: 44px !important;
        margin-bottom: 44px !important
    }

    .m-11-lg-minus {
        margin: -44px !important
    }

    .mr-11-lg-minus {
        margin-right: -44px !important
    }

    .ml-11-lg-minus {
        margin-left: -44px !important
    }

    .mt-11-lg-minus {
        margin-top: -44px !important
    }

    .mb-11-lg-minus {
        margin-bottom: -44px !important
    }

    .p-12-lg {
        padding: 48px !important
    }

    .pr-12-lg {
        padding-right: 48px !important
    }

    .pl-12-lg {
        padding-left: 48px !important
    }

    .pt-12-lg {
        padding-top: 48px !important
    }

    .pb-12-lg {
        padding-bottom: 48px !important
    }

    .px-12-lg {
        padding-left: 48px !important;
        padding-right: 48px !important
    }

    .py-12-lg {
        padding-top: 48px !important;
        padding-bottom: 48px !important
    }

    .m-12-lg {
        margin: 48px !important
    }

    .mr-12-lg {
        margin-right: 48px !important
    }

    .ml-12-lg {
        margin-left: 48px !important
    }

    .mt-12-lg {
        margin-top: 48px !important
    }

    .mb-12-lg {
        margin-bottom: 48px !important
    }

    .mx-12-lg {
        margin-left: 48px !important;
        margin-right: 48px !important
    }

    .my-12-lg {
        margin-top: 48px !important;
        margin-bottom: 48px !important
    }

    .m-12-lg-minus {
        margin: -48px !important
    }

    .mr-12-lg-minus {
        margin-right: -48px !important
    }

    .ml-12-lg-minus {
        margin-left: -48px !important
    }

    .mt-12-lg-minus {
        margin-top: -48px !important
    }

    .mb-12-lg-minus {
        margin-bottom: -48px !important
    }

    .p-13-lg {
        padding: 52px !important
    }

    .pr-13-lg {
        padding-right: 52px !important
    }

    .pl-13-lg {
        padding-left: 52px !important
    }

    .pt-13-lg {
        padding-top: 52px !important
    }

    .pb-13-lg {
        padding-bottom: 52px !important
    }

    .px-13-lg {
        padding-left: 52px !important;
        padding-right: 52px !important
    }

    .py-13-lg {
        padding-top: 52px !important;
        padding-bottom: 52px !important
    }

    .m-13-lg {
        margin: 52px !important
    }

    .mr-13-lg {
        margin-right: 52px !important
    }

    .ml-13-lg {
        margin-left: 52px !important
    }

    .mt-13-lg {
        margin-top: 52px !important
    }

    .mb-13-lg {
        margin-bottom: 52px !important
    }

    .mx-13-lg {
        margin-left: 52px !important;
        margin-right: 52px !important
    }

    .my-13-lg {
        margin-top: 52px !important;
        margin-bottom: 52px !important
    }

    .m-13-lg-minus {
        margin: -52px !important
    }

    .mr-13-lg-minus {
        margin-right: -52px !important
    }

    .ml-13-lg-minus {
        margin-left: -52px !important
    }

    .mt-13-lg-minus {
        margin-top: -52px !important
    }

    .mb-13-lg-minus {
        margin-bottom: -52px !important
    }

    .p-14-lg {
        padding: 56px !important
    }

    .pr-14-lg {
        padding-right: 56px !important
    }

    .pl-14-lg {
        padding-left: 56px !important
    }

    .pt-14-lg {
        padding-top: 56px !important
    }

    .pb-14-lg {
        padding-bottom: 56px !important
    }

    .px-14-lg {
        padding-left: 56px !important;
        padding-right: 56px !important
    }

    .py-14-lg {
        padding-top: 56px !important;
        padding-bottom: 56px !important
    }

    .m-14-lg {
        margin: 56px !important
    }

    .mr-14-lg {
        margin-right: 56px !important
    }

    .ml-14-lg {
        margin-left: 56px !important
    }

    .mt-14-lg {
        margin-top: 56px !important
    }

    .mb-14-lg {
        margin-bottom: 56px !important
    }

    .mx-14-lg {
        margin-left: 56px !important;
        margin-right: 56px !important
    }

    .my-14-lg {
        margin-top: 56px !important;
        margin-bottom: 56px !important
    }

    .m-14-lg-minus {
        margin: -56px !important
    }

    .mr-14-lg-minus {
        margin-right: -56px !important
    }

    .ml-14-lg-minus {
        margin-left: -56px !important
    }

    .mt-14-lg-minus {
        margin-top: -56px !important
    }

    .mb-14-lg-minus {
        margin-bottom: -56px !important
    }

    .p-15-lg {
        padding: 60px !important
    }

    .pr-15-lg {
        padding-right: 60px !important
    }

    .pl-15-lg {
        padding-left: 60px !important
    }

    .pt-15-lg {
        padding-top: 60px !important
    }

    .pb-15-lg {
        padding-bottom: 60px !important
    }

    .px-15-lg {
        padding-left: 60px !important;
        padding-right: 60px !important
    }

    .py-15-lg {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .m-15-lg {
        margin: 60px !important
    }

    .mr-15-lg {
        margin-right: 60px !important
    }

    .ml-15-lg {
        margin-left: 60px !important
    }

    .mt-15-lg {
        margin-top: 60px !important
    }

    .mb-15-lg {
        margin-bottom: 60px !important
    }

    .mx-15-lg {
        margin-left: 60px !important;
        margin-right: 60px !important
    }

    .my-15-lg {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .m-15-lg-minus {
        margin: -60px !important
    }

    .mr-15-lg-minus {
        margin-right: -60px !important
    }

    .ml-15-lg-minus {
        margin-left: -60px !important
    }

    .mt-15-lg-minus {
        margin-top: -60px !important
    }

    .mb-15-lg-minus {
        margin-bottom: -60px !important
    }

    .p-16-lg {
        padding: 64px !important
    }

    .pr-16-lg {
        padding-right: 64px !important
    }

    .pl-16-lg {
        padding-left: 64px !important
    }

    .pt-16-lg {
        padding-top: 64px !important
    }

    .pb-16-lg {
        padding-bottom: 64px !important
    }

    .px-16-lg {
        padding-left: 64px !important;
        padding-right: 64px !important
    }

    .py-16-lg {
        padding-top: 64px !important;
        padding-bottom: 64px !important
    }

    .m-16-lg {
        margin: 64px !important
    }

    .mr-16-lg {
        margin-right: 64px !important
    }

    .ml-16-lg {
        margin-left: 64px !important
    }

    .mt-16-lg {
        margin-top: 64px !important
    }

    .mb-16-lg {
        margin-bottom: 64px !important
    }

    .mx-16-lg {
        margin-left: 64px !important;
        margin-right: 64px !important
    }

    .my-16-lg {
        margin-top: 64px !important;
        margin-bottom: 64px !important
    }

    .m-16-lg-minus {
        margin: -64px !important
    }

    .mr-16-lg-minus {
        margin-right: -64px !important
    }

    .ml-16-lg-minus {
        margin-left: -64px !important
    }

    .mt-16-lg-minus {
        margin-top: -64px !important
    }

    .mb-16-lg-minus {
        margin-bottom: -64px !important
    }

    .p-17-lg {
        padding: 68px !important
    }

    .pr-17-lg {
        padding-right: 68px !important
    }

    .pl-17-lg {
        padding-left: 68px !important
    }

    .pt-17-lg {
        padding-top: 68px !important
    }

    .pb-17-lg {
        padding-bottom: 68px !important
    }

    .px-17-lg {
        padding-left: 68px !important;
        padding-right: 68px !important
    }

    .py-17-lg {
        padding-top: 68px !important;
        padding-bottom: 68px !important
    }

    .m-17-lg {
        margin: 68px !important
    }

    .mr-17-lg {
        margin-right: 68px !important
    }

    .ml-17-lg {
        margin-left: 68px !important
    }

    .mt-17-lg {
        margin-top: 68px !important
    }

    .mb-17-lg {
        margin-bottom: 68px !important
    }

    .mx-17-lg {
        margin-left: 68px !important;
        margin-right: 68px !important
    }

    .my-17-lg {
        margin-top: 68px !important;
        margin-bottom: 68px !important
    }

    .m-17-lg-minus {
        margin: -68px !important
    }

    .mr-17-lg-minus {
        margin-right: -68px !important
    }

    .ml-17-lg-minus {
        margin-left: -68px !important
    }

    .mt-17-lg-minus {
        margin-top: -68px !important
    }

    .mb-17-lg-minus {
        margin-bottom: -68px !important
    }

    .p-18-lg {
        padding: 72px !important
    }

    .pr-18-lg {
        padding-right: 72px !important
    }

    .pl-18-lg {
        padding-left: 72px !important
    }

    .pt-18-lg {
        padding-top: 72px !important
    }

    .pb-18-lg {
        padding-bottom: 72px !important
    }

    .px-18-lg {
        padding-left: 72px !important;
        padding-right: 72px !important
    }

    .py-18-lg {
        padding-top: 72px !important;
        padding-bottom: 72px !important
    }

    .m-18-lg {
        margin: 72px !important
    }

    .mr-18-lg {
        margin-right: 72px !important
    }

    .ml-18-lg {
        margin-left: 72px !important
    }

    .mt-18-lg {
        margin-top: 72px !important
    }

    .mb-18-lg {
        margin-bottom: 72px !important
    }

    .mx-18-lg {
        margin-left: 72px !important;
        margin-right: 72px !important
    }

    .my-18-lg {
        margin-top: 72px !important;
        margin-bottom: 72px !important
    }

    .m-18-lg-minus {
        margin: -72px !important
    }

    .mr-18-lg-minus {
        margin-right: -72px !important
    }

    .ml-18-lg-minus {
        margin-left: -72px !important
    }

    .mt-18-lg-minus {
        margin-top: -72px !important
    }

    .mb-18-lg-minus {
        margin-bottom: -72px !important
    }

    .p-19-lg {
        padding: 76px !important
    }

    .pr-19-lg {
        padding-right: 76px !important
    }

    .pl-19-lg {
        padding-left: 76px !important
    }

    .pt-19-lg {
        padding-top: 76px !important
    }

    .pb-19-lg {
        padding-bottom: 76px !important
    }

    .px-19-lg {
        padding-left: 76px !important;
        padding-right: 76px !important
    }

    .py-19-lg {
        padding-top: 76px !important;
        padding-bottom: 76px !important
    }

    .m-19-lg {
        margin: 76px !important
    }

    .mr-19-lg {
        margin-right: 76px !important
    }

    .ml-19-lg {
        margin-left: 76px !important
    }

    .mt-19-lg {
        margin-top: 76px !important
    }

    .mb-19-lg {
        margin-bottom: 76px !important
    }

    .mx-19-lg {
        margin-left: 76px !important;
        margin-right: 76px !important
    }

    .my-19-lg {
        margin-top: 76px !important;
        margin-bottom: 76px !important
    }

    .m-19-lg-minus {
        margin: -76px !important
    }

    .mr-19-lg-minus {
        margin-right: -76px !important
    }

    .ml-19-lg-minus {
        margin-left: -76px !important
    }

    .mt-19-lg-minus {
        margin-top: -76px !important
    }

    .mb-19-lg-minus {
        margin-bottom: -76px !important
    }

    .p-20-lg {
        padding: 80px !important
    }

    .pr-20-lg {
        padding-right: 80px !important
    }

    .pl-20-lg {
        padding-left: 80px !important
    }

    .pt-20-lg {
        padding-top: 80px !important
    }

    .pb-20-lg {
        padding-bottom: 80px !important
    }

    .px-20-lg {
        padding-left: 80px !important;
        padding-right: 80px !important
    }

    .py-20-lg {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .m-20-lg {
        margin: 80px !important
    }

    .mr-20-lg {
        margin-right: 80px !important
    }

    .ml-20-lg {
        margin-left: 80px !important
    }

    .mt-20-lg {
        margin-top: 80px !important
    }

    .mb-20-lg {
        margin-bottom: 80px !important
    }

    .mx-20-lg {
        margin-left: 80px !important;
        margin-right: 80px !important
    }

    .my-20-lg {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .m-20-lg-minus {
        margin: -80px !important
    }

    .mr-20-lg-minus {
        margin-right: -80px !important
    }

    .ml-20-lg-minus {
        margin-left: -80px !important
    }

    .mt-20-lg-minus {
        margin-top: -80px !important
    }

    .mb-20-lg-minus {
        margin-bottom: -80px !important
    }
}

@container (min-width: 1200px) {
    .mx-auto-xl {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-auto-xl {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .ml-auto-xl {
        margin-left: auto !important
    }

    .mr-auto-xl {
        margin-right: auto !important
    }

    .mt-auto-xl {
        margin-top: auto !important
    }

    .mb-auto-xl {
        margin-bottom: auto !important
    }

    .p-0-xl {
        padding: 0 !important
    }

    .pl-0-xl {
        padding-left: 0 !important
    }

    .pr-0-xl {
        padding-right: 0 !important
    }

    .pt-0-xl {
        padding-top: 0 !important
    }

    .pb-0-xl {
        padding-bottom: 0 !important
    }

    .m-0-xl {
        margin: 0 !important
    }

    .ml-0-xl {
        margin-left: 0 !important
    }

    .mr-0-xl {
        margin-right: 0 !important
    }

    .mt-0-xl {
        margin-top: 0 !important
    }

    .mb-0-xl {
        margin-bottom: 0 !important
    }

    .p-1-xl {
        padding: 4px !important
    }

    .pr-1-xl {
        padding-right: 4px !important
    }

    .pl-1-xl {
        padding-left: 4px !important
    }

    .pt-1-xl {
        padding-top: 4px !important
    }

    .pb-1-xl {
        padding-bottom: 4px !important
    }

    .px-1-xl {
        padding-left: 4px !important;
        padding-right: 4px !important
    }

    .py-1-xl {
        padding-top: 4px !important;
        padding-bottom: 4px !important
    }

    .m-1-xl {
        margin: 4px !important
    }

    .mr-1-xl {
        margin-right: 4px !important
    }

    .ml-1-xl {
        margin-left: 4px !important
    }

    .mt-1-xl {
        margin-top: 4px !important
    }

    .mb-1-xl {
        margin-bottom: 4px !important
    }

    .mx-1-xl {
        margin-left: 4px !important;
        margin-right: 4px !important
    }

    .my-1-xl {
        margin-top: 4px !important;
        margin-bottom: 4px !important
    }

    .m-1-xl-minus {
        margin: -4px !important
    }

    .mr-1-xl-minus {
        margin-right: -4px !important
    }

    .ml-1-xl-minus {
        margin-left: -4px !important
    }

    .mt-1-xl-minus {
        margin-top: -4px !important
    }

    .mb-1-xl-minus {
        margin-bottom: -4px !important
    }

    .p-2-xl {
        padding: 8px !important
    }

    .pr-2-xl {
        padding-right: 8px !important
    }

    .pl-2-xl {
        padding-left: 8px !important
    }

    .pt-2-xl {
        padding-top: 8px !important
    }

    .pb-2-xl {
        padding-bottom: 8px !important
    }

    .px-2-xl {
        padding-left: 8px !important;
        padding-right: 8px !important
    }

    .py-2-xl {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .m-2-xl {
        margin: 8px !important
    }

    .mr-2-xl {
        margin-right: 8px !important
    }

    .ml-2-xl {
        margin-left: 8px !important
    }

    .mt-2-xl {
        margin-top: 8px !important
    }

    .mb-2-xl {
        margin-bottom: 8px !important
    }

    .mx-2-xl {
        margin-left: 8px !important;
        margin-right: 8px !important
    }

    .my-2-xl {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .m-2-xl-minus {
        margin: -8px !important
    }

    .mr-2-xl-minus {
        margin-right: -8px !important
    }

    .ml-2-xl-minus {
        margin-left: -8px !important
    }

    .mt-2-xl-minus {
        margin-top: -8px !important
    }

    .mb-2-xl-minus {
        margin-bottom: -8px !important
    }

    .p-3-xl {
        padding: 12px !important
    }

    .pr-3-xl {
        padding-right: 12px !important
    }

    .pl-3-xl {
        padding-left: 12px !important
    }

    .pt-3-xl {
        padding-top: 12px !important
    }

    .pb-3-xl {
        padding-bottom: 12px !important
    }

    .px-3-xl {
        padding-left: 12px !important;
        padding-right: 12px !important
    }

    .py-3-xl {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .m-3-xl {
        margin: 12px !important
    }

    .mr-3-xl {
        margin-right: 12px !important
    }

    .ml-3-xl {
        margin-left: 12px !important
    }

    .mt-3-xl {
        margin-top: 12px !important
    }

    .mb-3-xl {
        margin-bottom: 12px !important
    }

    .mx-3-xl {
        margin-left: 12px !important;
        margin-right: 12px !important
    }

    .my-3-xl {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .m-3-xl-minus {
        margin: -12px !important
    }

    .mr-3-xl-minus {
        margin-right: -12px !important
    }

    .ml-3-xl-minus {
        margin-left: -12px !important
    }

    .mt-3-xl-minus {
        margin-top: -12px !important
    }

    .mb-3-xl-minus {
        margin-bottom: -12px !important
    }

    .p-4-xl {
        padding: 16px !important
    }

    .pr-4-xl {
        padding-right: 16px !important
    }

    .pl-4-xl {
        padding-left: 16px !important
    }

    .pt-4-xl {
        padding-top: 16px !important
    }

    .pb-4-xl {
        padding-bottom: 16px !important
    }

    .px-4-xl {
        padding-left: 16px !important;
        padding-right: 16px !important
    }

    .py-4-xl {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .m-4-xl {
        margin: 16px !important
    }

    .mr-4-xl {
        margin-right: 16px !important
    }

    .ml-4-xl {
        margin-left: 16px !important
    }

    .mt-4-xl {
        margin-top: 16px !important
    }

    .mb-4-xl {
        margin-bottom: 16px !important
    }

    .mx-4-xl {
        margin-left: 16px !important;
        margin-right: 16px !important
    }

    .my-4-xl {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }

    .m-4-xl-minus {
        margin: -16px !important
    }

    .mr-4-xl-minus {
        margin-right: -16px !important
    }

    .ml-4-xl-minus {
        margin-left: -16px !important
    }

    .mt-4-xl-minus {
        margin-top: -16px !important
    }

    .mb-4-xl-minus {
        margin-bottom: -16px !important
    }

    .p-5-xl {
        padding: 20px !important
    }

    .pr-5-xl {
        padding-right: 20px !important
    }

    .pl-5-xl {
        padding-left: 20px !important
    }

    .pt-5-xl {
        padding-top: 20px !important
    }

    .pb-5-xl {
        padding-bottom: 20px !important
    }

    .px-5-xl {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .py-5-xl {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .m-5-xl {
        margin: 20px !important
    }

    .mr-5-xl {
        margin-right: 20px !important
    }

    .ml-5-xl {
        margin-left: 20px !important
    }

    .mt-5-xl {
        margin-top: 20px !important
    }

    .mb-5-xl {
        margin-bottom: 20px !important
    }

    .mx-5-xl {
        margin-left: 20px !important;
        margin-right: 20px !important
    }

    .my-5-xl {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .m-5-xl-minus {
        margin: -20px !important
    }

    .mr-5-xl-minus {
        margin-right: -20px !important
    }

    .ml-5-xl-minus {
        margin-left: -20px !important
    }

    .mt-5-xl-minus {
        margin-top: -20px !important
    }

    .mb-5-xl-minus {
        margin-bottom: -20px !important
    }

    .p-6-xl {
        padding: 24px !important
    }

    .pr-6-xl {
        padding-right: 24px !important
    }

    .pl-6-xl {
        padding-left: 24px !important
    }

    .pt-6-xl {
        padding-top: 24px !important
    }

    .pb-6-xl {
        padding-bottom: 24px !important
    }

    .px-6-xl {
        padding-left: 24px !important;
        padding-right: 24px !important
    }

    .py-6-xl {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }

    .m-6-xl {
        margin: 24px !important
    }

    .mr-6-xl {
        margin-right: 24px !important
    }

    .ml-6-xl {
        margin-left: 24px !important
    }

    .mt-6-xl {
        margin-top: 24px !important
    }

    .mb-6-xl {
        margin-bottom: 24px !important
    }

    .mx-6-xl {
        margin-left: 24px !important;
        margin-right: 24px !important
    }

    .my-6-xl {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }

    .m-6-xl-minus {
        margin: -24px !important
    }

    .mr-6-xl-minus {
        margin-right: -24px !important
    }

    .ml-6-xl-minus {
        margin-left: -24px !important
    }

    .mt-6-xl-minus {
        margin-top: -24px !important
    }

    .mb-6-xl-minus {
        margin-bottom: -24px !important
    }

    .p-7-xl {
        padding: 28px !important
    }

    .pr-7-xl {
        padding-right: 28px !important
    }

    .pl-7-xl {
        padding-left: 28px !important
    }

    .pt-7-xl {
        padding-top: 28px !important
    }

    .pb-7-xl {
        padding-bottom: 28px !important
    }

    .px-7-xl {
        padding-left: 28px !important;
        padding-right: 28px !important
    }

    .py-7-xl {
        padding-top: 28px !important;
        padding-bottom: 28px !important
    }

    .m-7-xl {
        margin: 28px !important
    }

    .mr-7-xl {
        margin-right: 28px !important
    }

    .ml-7-xl {
        margin-left: 28px !important
    }

    .mt-7-xl {
        margin-top: 28px !important
    }

    .mb-7-xl {
        margin-bottom: 28px !important
    }

    .mx-7-xl {
        margin-left: 28px !important;
        margin-right: 28px !important
    }

    .my-7-xl {
        margin-top: 28px !important;
        margin-bottom: 28px !important
    }

    .m-7-xl-minus {
        margin: -28px !important
    }

    .mr-7-xl-minus {
        margin-right: -28px !important
    }

    .ml-7-xl-minus {
        margin-left: -28px !important
    }

    .mt-7-xl-minus {
        margin-top: -28px !important
    }

    .mb-7-xl-minus {
        margin-bottom: -28px !important
    }

    .p-8-xl {
        padding: 32px !important
    }

    .pr-8-xl {
        padding-right: 32px !important
    }

    .pl-8-xl {
        padding-left: 32px !important
    }

    .pt-8-xl {
        padding-top: 32px !important
    }

    .pb-8-xl {
        padding-bottom: 32px !important
    }

    .px-8-xl {
        padding-left: 32px !important;
        padding-right: 32px !important
    }

    .py-8-xl {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .m-8-xl {
        margin: 32px !important
    }

    .mr-8-xl {
        margin-right: 32px !important
    }

    .ml-8-xl {
        margin-left: 32px !important
    }

    .mt-8-xl {
        margin-top: 32px !important
    }

    .mb-8-xl {
        margin-bottom: 32px !important
    }

    .mx-8-xl {
        margin-left: 32px !important;
        margin-right: 32px !important
    }

    .my-8-xl {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }

    .m-8-xl-minus {
        margin: -32px !important
    }

    .mr-8-xl-minus {
        margin-right: -32px !important
    }

    .ml-8-xl-minus {
        margin-left: -32px !important
    }

    .mt-8-xl-minus {
        margin-top: -32px !important
    }

    .mb-8-xl-minus {
        margin-bottom: -32px !important
    }

    .p-9-xl {
        padding: 36px !important
    }

    .pr-9-xl {
        padding-right: 36px !important
    }

    .pl-9-xl {
        padding-left: 36px !important
    }

    .pt-9-xl {
        padding-top: 36px !important
    }

    .pb-9-xl {
        padding-bottom: 36px !important
    }

    .px-9-xl {
        padding-left: 36px !important;
        padding-right: 36px !important
    }

    .py-9-xl {
        padding-top: 36px !important;
        padding-bottom: 36px !important
    }

    .m-9-xl {
        margin: 36px !important
    }

    .mr-9-xl {
        margin-right: 36px !important
    }

    .ml-9-xl {
        margin-left: 36px !important
    }

    .mt-9-xl {
        margin-top: 36px !important
    }

    .mb-9-xl {
        margin-bottom: 36px !important
    }

    .mx-9-xl {
        margin-left: 36px !important;
        margin-right: 36px !important
    }

    .my-9-xl {
        margin-top: 36px !important;
        margin-bottom: 36px !important
    }

    .m-9-xl-minus {
        margin: -36px !important
    }

    .mr-9-xl-minus {
        margin-right: -36px !important
    }

    .ml-9-xl-minus {
        margin-left: -36px !important
    }

    .mt-9-xl-minus {
        margin-top: -36px !important
    }

    .mb-9-xl-minus {
        margin-bottom: -36px !important
    }

    .p-10-xl {
        padding: 40px !important
    }

    .pr-10-xl {
        padding-right: 40px !important
    }

    .pl-10-xl {
        padding-left: 40px !important
    }

    .pt-10-xl {
        padding-top: 40px !important
    }

    .pb-10-xl {
        padding-bottom: 40px !important
    }

    .px-10-xl {
        padding-left: 40px !important;
        padding-right: 40px !important
    }

    .py-10-xl {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .m-10-xl {
        margin: 40px !important
    }

    .mr-10-xl {
        margin-right: 40px !important
    }

    .ml-10-xl {
        margin-left: 40px !important
    }

    .mt-10-xl {
        margin-top: 40px !important
    }

    .mb-10-xl {
        margin-bottom: 40px !important
    }

    .mx-10-xl {
        margin-left: 40px !important;
        margin-right: 40px !important
    }

    .my-10-xl {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .m-10-xl-minus {
        margin: -40px !important
    }

    .mr-10-xl-minus {
        margin-right: -40px !important
    }

    .ml-10-xl-minus {
        margin-left: -40px !important
    }

    .mt-10-xl-minus {
        margin-top: -40px !important
    }

    .mb-10-xl-minus {
        margin-bottom: -40px !important
    }

    .p-11-xl {
        padding: 44px !important
    }

    .pr-11-xl {
        padding-right: 44px !important
    }

    .pl-11-xl {
        padding-left: 44px !important
    }

    .pt-11-xl {
        padding-top: 44px !important
    }

    .pb-11-xl {
        padding-bottom: 44px !important
    }

    .px-11-xl {
        padding-left: 44px !important;
        padding-right: 44px !important
    }

    .py-11-xl {
        padding-top: 44px !important;
        padding-bottom: 44px !important
    }

    .m-11-xl {
        margin: 44px !important
    }

    .mr-11-xl {
        margin-right: 44px !important
    }

    .ml-11-xl {
        margin-left: 44px !important
    }

    .mt-11-xl {
        margin-top: 44px !important
    }

    .mb-11-xl {
        margin-bottom: 44px !important
    }

    .mx-11-xl {
        margin-left: 44px !important;
        margin-right: 44px !important
    }

    .my-11-xl {
        margin-top: 44px !important;
        margin-bottom: 44px !important
    }

    .m-11-xl-minus {
        margin: -44px !important
    }

    .mr-11-xl-minus {
        margin-right: -44px !important
    }

    .ml-11-xl-minus {
        margin-left: -44px !important
    }

    .mt-11-xl-minus {
        margin-top: -44px !important
    }

    .mb-11-xl-minus {
        margin-bottom: -44px !important
    }

    .p-12-xl {
        padding: 48px !important
    }

    .pr-12-xl {
        padding-right: 48px !important
    }

    .pl-12-xl {
        padding-left: 48px !important
    }

    .pt-12-xl {
        padding-top: 48px !important
    }

    .pb-12-xl {
        padding-bottom: 48px !important
    }

    .px-12-xl {
        padding-left: 48px !important;
        padding-right: 48px !important
    }

    .py-12-xl {
        padding-top: 48px !important;
        padding-bottom: 48px !important
    }

    .m-12-xl {
        margin: 48px !important
    }

    .mr-12-xl {
        margin-right: 48px !important
    }

    .ml-12-xl {
        margin-left: 48px !important
    }

    .mt-12-xl {
        margin-top: 48px !important
    }

    .mb-12-xl {
        margin-bottom: 48px !important
    }

    .mx-12-xl {
        margin-left: 48px !important;
        margin-right: 48px !important
    }

    .my-12-xl {
        margin-top: 48px !important;
        margin-bottom: 48px !important
    }

    .m-12-xl-minus {
        margin: -48px !important
    }

    .mr-12-xl-minus {
        margin-right: -48px !important
    }

    .ml-12-xl-minus {
        margin-left: -48px !important
    }

    .mt-12-xl-minus {
        margin-top: -48px !important
    }

    .mb-12-xl-minus {
        margin-bottom: -48px !important
    }

    .p-13-xl {
        padding: 52px !important
    }

    .pr-13-xl {
        padding-right: 52px !important
    }

    .pl-13-xl {
        padding-left: 52px !important
    }

    .pt-13-xl {
        padding-top: 52px !important
    }

    .pb-13-xl {
        padding-bottom: 52px !important
    }

    .px-13-xl {
        padding-left: 52px !important;
        padding-right: 52px !important
    }

    .py-13-xl {
        padding-top: 52px !important;
        padding-bottom: 52px !important
    }

    .m-13-xl {
        margin: 52px !important
    }

    .mr-13-xl {
        margin-right: 52px !important
    }

    .ml-13-xl {
        margin-left: 52px !important
    }

    .mt-13-xl {
        margin-top: 52px !important
    }

    .mb-13-xl {
        margin-bottom: 52px !important
    }

    .mx-13-xl {
        margin-left: 52px !important;
        margin-right: 52px !important
    }

    .my-13-xl {
        margin-top: 52px !important;
        margin-bottom: 52px !important
    }

    .m-13-xl-minus {
        margin: -52px !important
    }

    .mr-13-xl-minus {
        margin-right: -52px !important
    }

    .ml-13-xl-minus {
        margin-left: -52px !important
    }

    .mt-13-xl-minus {
        margin-top: -52px !important
    }

    .mb-13-xl-minus {
        margin-bottom: -52px !important
    }

    .p-14-xl {
        padding: 56px !important
    }

    .pr-14-xl {
        padding-right: 56px !important
    }

    .pl-14-xl {
        padding-left: 56px !important
    }

    .pt-14-xl {
        padding-top: 56px !important
    }

    .pb-14-xl {
        padding-bottom: 56px !important
    }

    .px-14-xl {
        padding-left: 56px !important;
        padding-right: 56px !important
    }

    .py-14-xl {
        padding-top: 56px !important;
        padding-bottom: 56px !important
    }

    .m-14-xl {
        margin: 56px !important
    }

    .mr-14-xl {
        margin-right: 56px !important
    }

    .ml-14-xl {
        margin-left: 56px !important
    }

    .mt-14-xl {
        margin-top: 56px !important
    }

    .mb-14-xl {
        margin-bottom: 56px !important
    }

    .mx-14-xl {
        margin-left: 56px !important;
        margin-right: 56px !important
    }

    .my-14-xl {
        margin-top: 56px !important;
        margin-bottom: 56px !important
    }

    .m-14-xl-minus {
        margin: -56px !important
    }

    .mr-14-xl-minus {
        margin-right: -56px !important
    }

    .ml-14-xl-minus {
        margin-left: -56px !important
    }

    .mt-14-xl-minus {
        margin-top: -56px !important
    }

    .mb-14-xl-minus {
        margin-bottom: -56px !important
    }

    .p-15-xl {
        padding: 60px !important
    }

    .pr-15-xl {
        padding-right: 60px !important
    }

    .pl-15-xl {
        padding-left: 60px !important
    }

    .pt-15-xl {
        padding-top: 60px !important
    }

    .pb-15-xl {
        padding-bottom: 60px !important
    }

    .px-15-xl {
        padding-left: 60px !important;
        padding-right: 60px !important
    }

    .py-15-xl {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .m-15-xl {
        margin: 60px !important
    }

    .mr-15-xl {
        margin-right: 60px !important
    }

    .ml-15-xl {
        margin-left: 60px !important
    }

    .mt-15-xl {
        margin-top: 60px !important
    }

    .mb-15-xl {
        margin-bottom: 60px !important
    }

    .mx-15-xl {
        margin-left: 60px !important;
        margin-right: 60px !important
    }

    .my-15-xl {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .m-15-xl-minus {
        margin: -60px !important
    }

    .mr-15-xl-minus {
        margin-right: -60px !important
    }

    .ml-15-xl-minus {
        margin-left: -60px !important
    }

    .mt-15-xl-minus {
        margin-top: -60px !important
    }

    .mb-15-xl-minus {
        margin-bottom: -60px !important
    }

    .p-16-xl {
        padding: 64px !important
    }

    .pr-16-xl {
        padding-right: 64px !important
    }

    .pl-16-xl {
        padding-left: 64px !important
    }

    .pt-16-xl {
        padding-top: 64px !important
    }

    .pb-16-xl {
        padding-bottom: 64px !important
    }

    .px-16-xl {
        padding-left: 64px !important;
        padding-right: 64px !important
    }

    .py-16-xl {
        padding-top: 64px !important;
        padding-bottom: 64px !important
    }

    .m-16-xl {
        margin: 64px !important
    }

    .mr-16-xl {
        margin-right: 64px !important
    }

    .ml-16-xl {
        margin-left: 64px !important
    }

    .mt-16-xl {
        margin-top: 64px !important
    }

    .mb-16-xl {
        margin-bottom: 64px !important
    }

    .mx-16-xl {
        margin-left: 64px !important;
        margin-right: 64px !important
    }

    .my-16-xl {
        margin-top: 64px !important;
        margin-bottom: 64px !important
    }

    .m-16-xl-minus {
        margin: -64px !important
    }

    .mr-16-xl-minus {
        margin-right: -64px !important
    }

    .ml-16-xl-minus {
        margin-left: -64px !important
    }

    .mt-16-xl-minus {
        margin-top: -64px !important
    }

    .mb-16-xl-minus {
        margin-bottom: -64px !important
    }

    .p-17-xl {
        padding: 68px !important
    }

    .pr-17-xl {
        padding-right: 68px !important
    }

    .pl-17-xl {
        padding-left: 68px !important
    }

    .pt-17-xl {
        padding-top: 68px !important
    }

    .pb-17-xl {
        padding-bottom: 68px !important
    }

    .px-17-xl {
        padding-left: 68px !important;
        padding-right: 68px !important
    }

    .py-17-xl {
        padding-top: 68px !important;
        padding-bottom: 68px !important
    }

    .m-17-xl {
        margin: 68px !important
    }

    .mr-17-xl {
        margin-right: 68px !important
    }

    .ml-17-xl {
        margin-left: 68px !important
    }

    .mt-17-xl {
        margin-top: 68px !important
    }

    .mb-17-xl {
        margin-bottom: 68px !important
    }

    .mx-17-xl {
        margin-left: 68px !important;
        margin-right: 68px !important
    }

    .my-17-xl {
        margin-top: 68px !important;
        margin-bottom: 68px !important
    }

    .m-17-xl-minus {
        margin: -68px !important
    }

    .mr-17-xl-minus {
        margin-right: -68px !important
    }

    .ml-17-xl-minus {
        margin-left: -68px !important
    }

    .mt-17-xl-minus {
        margin-top: -68px !important
    }

    .mb-17-xl-minus {
        margin-bottom: -68px !important
    }

    .p-18-xl {
        padding: 72px !important
    }

    .pr-18-xl {
        padding-right: 72px !important
    }

    .pl-18-xl {
        padding-left: 72px !important
    }

    .pt-18-xl {
        padding-top: 72px !important
    }

    .pb-18-xl {
        padding-bottom: 72px !important
    }

    .px-18-xl {
        padding-left: 72px !important;
        padding-right: 72px !important
    }

    .py-18-xl {
        padding-top: 72px !important;
        padding-bottom: 72px !important
    }

    .m-18-xl {
        margin: 72px !important
    }

    .mr-18-xl {
        margin-right: 72px !important
    }

    .ml-18-xl {
        margin-left: 72px !important
    }

    .mt-18-xl {
        margin-top: 72px !important
    }

    .mb-18-xl {
        margin-bottom: 72px !important
    }

    .mx-18-xl {
        margin-left: 72px !important;
        margin-right: 72px !important
    }

    .my-18-xl {
        margin-top: 72px !important;
        margin-bottom: 72px !important
    }

    .m-18-xl-minus {
        margin: -72px !important
    }

    .mr-18-xl-minus {
        margin-right: -72px !important
    }

    .ml-18-xl-minus {
        margin-left: -72px !important
    }

    .mt-18-xl-minus {
        margin-top: -72px !important
    }

    .mb-18-xl-minus {
        margin-bottom: -72px !important
    }

    .p-19-xl {
        padding: 76px !important
    }

    .pr-19-xl {
        padding-right: 76px !important
    }

    .pl-19-xl {
        padding-left: 76px !important
    }

    .pt-19-xl {
        padding-top: 76px !important
    }

    .pb-19-xl {
        padding-bottom: 76px !important
    }

    .px-19-xl {
        padding-left: 76px !important;
        padding-right: 76px !important
    }

    .py-19-xl {
        padding-top: 76px !important;
        padding-bottom: 76px !important
    }

    .m-19-xl {
        margin: 76px !important
    }

    .mr-19-xl {
        margin-right: 76px !important
    }

    .ml-19-xl {
        margin-left: 76px !important
    }

    .mt-19-xl {
        margin-top: 76px !important
    }

    .mb-19-xl {
        margin-bottom: 76px !important
    }

    .mx-19-xl {
        margin-left: 76px !important;
        margin-right: 76px !important
    }

    .my-19-xl {
        margin-top: 76px !important;
        margin-bottom: 76px !important
    }

    .m-19-xl-minus {
        margin: -76px !important
    }

    .mr-19-xl-minus {
        margin-right: -76px !important
    }

    .ml-19-xl-minus {
        margin-left: -76px !important
    }

    .mt-19-xl-minus {
        margin-top: -76px !important
    }

    .mb-19-xl-minus {
        margin-bottom: -76px !important
    }

    .p-20-xl {
        padding: 80px !important
    }

    .pr-20-xl {
        padding-right: 80px !important
    }

    .pl-20-xl {
        padding-left: 80px !important
    }

    .pt-20-xl {
        padding-top: 80px !important
    }

    .pb-20-xl {
        padding-bottom: 80px !important
    }

    .px-20-xl {
        padding-left: 80px !important;
        padding-right: 80px !important
    }

    .py-20-xl {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .m-20-xl {
        margin: 80px !important
    }

    .mr-20-xl {
        margin-right: 80px !important
    }

    .ml-20-xl {
        margin-left: 80px !important
    }

    .mt-20-xl {
        margin-top: 80px !important
    }

    .mb-20-xl {
        margin-bottom: 80px !important
    }

    .mx-20-xl {
        margin-left: 80px !important;
        margin-right: 80px !important
    }

    .my-20-xl {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .m-20-xl-minus {
        margin: -80px !important
    }

    .mr-20-xl-minus {
        margin-right: -80px !important
    }

    .ml-20-xl-minus {
        margin-left: -80px !important
    }

    .mt-20-xl-minus {
        margin-top: -80px !important
    }

    .mb-20-xl-minus {
        margin-bottom: -80px !important
    }
}

@container (min-width: 1400px) {
    .mx-auto-xxl {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-auto-xxl {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .ml-auto-xxl {
        margin-left: auto !important
    }

    .mr-auto-xxl {
        margin-right: auto !important
    }

    .mt-auto-xxl {
        margin-top: auto !important
    }

    .mb-auto-xxl {
        margin-bottom: auto !important
    }

    .p-0-xxl {
        padding: 0 !important
    }

    .pl-0-xxl {
        padding-left: 0 !important
    }

    .pr-0-xxl {
        padding-right: 0 !important
    }

    .pt-0-xxl {
        padding-top: 0 !important
    }

    .pb-0-xxl {
        padding-bottom: 0 !important
    }

    .m-0-xxl {
        margin: 0 !important
    }

    .ml-0-xxl {
        margin-left: 0 !important
    }

    .mr-0-xxl {
        margin-right: 0 !important
    }

    .mt-0-xxl {
        margin-top: 0 !important
    }

    .mb-0-xxl {
        margin-bottom: 0 !important
    }

    .p-1-xxl {
        padding: 4px !important
    }

    .pr-1-xxl {
        padding-right: 4px !important
    }

    .pl-1-xxl {
        padding-left: 4px !important
    }

    .pt-1-xxl {
        padding-top: 4px !important
    }

    .pb-1-xxl {
        padding-bottom: 4px !important
    }

    .px-1-xxl {
        padding-left: 4px !important;
        padding-right: 4px !important
    }

    .py-1-xxl {
        padding-top: 4px !important;
        padding-bottom: 4px !important
    }

    .m-1-xxl {
        margin: 4px !important
    }

    .mr-1-xxl {
        margin-right: 4px !important
    }

    .ml-1-xxl {
        margin-left: 4px !important
    }

    .mt-1-xxl {
        margin-top: 4px !important
    }

    .mb-1-xxl {
        margin-bottom: 4px !important
    }

    .mx-1-xxl {
        margin-left: 4px !important;
        margin-right: 4px !important
    }

    .my-1-xxl {
        margin-top: 4px !important;
        margin-bottom: 4px !important
    }

    .m-1-xxl-minus {
        margin: -4px !important
    }

    .mr-1-xxl-minus {
        margin-right: -4px !important
    }

    .ml-1-xxl-minus {
        margin-left: -4px !important
    }

    .mt-1-xxl-minus {
        margin-top: -4px !important
    }

    .mb-1-xxl-minus {
        margin-bottom: -4px !important
    }

    .p-2-xxl {
        padding: 8px !important
    }

    .pr-2-xxl {
        padding-right: 8px !important
    }

    .pl-2-xxl {
        padding-left: 8px !important
    }

    .pt-2-xxl {
        padding-top: 8px !important
    }

    .pb-2-xxl {
        padding-bottom: 8px !important
    }

    .px-2-xxl {
        padding-left: 8px !important;
        padding-right: 8px !important
    }

    .py-2-xxl {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .m-2-xxl {
        margin: 8px !important
    }

    .mr-2-xxl {
        margin-right: 8px !important
    }

    .ml-2-xxl {
        margin-left: 8px !important
    }

    .mt-2-xxl {
        margin-top: 8px !important
    }

    .mb-2-xxl {
        margin-bottom: 8px !important
    }

    .mx-2-xxl {
        margin-left: 8px !important;
        margin-right: 8px !important
    }

    .my-2-xxl {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .m-2-xxl-minus {
        margin: -8px !important
    }

    .mr-2-xxl-minus {
        margin-right: -8px !important
    }

    .ml-2-xxl-minus {
        margin-left: -8px !important
    }

    .mt-2-xxl-minus {
        margin-top: -8px !important
    }

    .mb-2-xxl-minus {
        margin-bottom: -8px !important
    }

    .p-3-xxl {
        padding: 12px !important
    }

    .pr-3-xxl {
        padding-right: 12px !important
    }

    .pl-3-xxl {
        padding-left: 12px !important
    }

    .pt-3-xxl {
        padding-top: 12px !important
    }

    .pb-3-xxl {
        padding-bottom: 12px !important
    }

    .px-3-xxl {
        padding-left: 12px !important;
        padding-right: 12px !important
    }

    .py-3-xxl {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .m-3-xxl {
        margin: 12px !important
    }

    .mr-3-xxl {
        margin-right: 12px !important
    }

    .ml-3-xxl {
        margin-left: 12px !important
    }

    .mt-3-xxl {
        margin-top: 12px !important
    }

    .mb-3-xxl {
        margin-bottom: 12px !important
    }

    .mx-3-xxl {
        margin-left: 12px !important;
        margin-right: 12px !important
    }

    .my-3-xxl {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .m-3-xxl-minus {
        margin: -12px !important
    }

    .mr-3-xxl-minus {
        margin-right: -12px !important
    }

    .ml-3-xxl-minus {
        margin-left: -12px !important
    }

    .mt-3-xxl-minus {
        margin-top: -12px !important
    }

    .mb-3-xxl-minus {
        margin-bottom: -12px !important
    }

    .p-4-xxl {
        padding: 16px !important
    }

    .pr-4-xxl {
        padding-right: 16px !important
    }

    .pl-4-xxl {
        padding-left: 16px !important
    }

    .pt-4-xxl {
        padding-top: 16px !important
    }

    .pb-4-xxl {
        padding-bottom: 16px !important
    }

    .px-4-xxl {
        padding-left: 16px !important;
        padding-right: 16px !important
    }

    .py-4-xxl {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .m-4-xxl {
        margin: 16px !important
    }

    .mr-4-xxl {
        margin-right: 16px !important
    }

    .ml-4-xxl {
        margin-left: 16px !important
    }

    .mt-4-xxl {
        margin-top: 16px !important
    }

    .mb-4-xxl {
        margin-bottom: 16px !important
    }

    .mx-4-xxl {
        margin-left: 16px !important;
        margin-right: 16px !important
    }

    .my-4-xxl {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }

    .m-4-xxl-minus {
        margin: -16px !important
    }

    .mr-4-xxl-minus {
        margin-right: -16px !important
    }

    .ml-4-xxl-minus {
        margin-left: -16px !important
    }

    .mt-4-xxl-minus {
        margin-top: -16px !important
    }

    .mb-4-xxl-minus {
        margin-bottom: -16px !important
    }

    .p-5-xxl {
        padding: 20px !important
    }

    .pr-5-xxl {
        padding-right: 20px !important
    }

    .pl-5-xxl {
        padding-left: 20px !important
    }

    .pt-5-xxl {
        padding-top: 20px !important
    }

    .pb-5-xxl {
        padding-bottom: 20px !important
    }

    .px-5-xxl {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .py-5-xxl {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .m-5-xxl {
        margin: 20px !important
    }

    .mr-5-xxl {
        margin-right: 20px !important
    }

    .ml-5-xxl {
        margin-left: 20px !important
    }

    .mt-5-xxl {
        margin-top: 20px !important
    }

    .mb-5-xxl {
        margin-bottom: 20px !important
    }

    .mx-5-xxl {
        margin-left: 20px !important;
        margin-right: 20px !important
    }

    .my-5-xxl {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .m-5-xxl-minus {
        margin: -20px !important
    }

    .mr-5-xxl-minus {
        margin-right: -20px !important
    }

    .ml-5-xxl-minus {
        margin-left: -20px !important
    }

    .mt-5-xxl-minus {
        margin-top: -20px !important
    }

    .mb-5-xxl-minus {
        margin-bottom: -20px !important
    }

    .p-6-xxl {
        padding: 24px !important
    }

    .pr-6-xxl {
        padding-right: 24px !important
    }

    .pl-6-xxl {
        padding-left: 24px !important
    }

    .pt-6-xxl {
        padding-top: 24px !important
    }

    .pb-6-xxl {
        padding-bottom: 24px !important
    }

    .px-6-xxl {
        padding-left: 24px !important;
        padding-right: 24px !important
    }

    .py-6-xxl {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }

    .m-6-xxl {
        margin: 24px !important
    }

    .mr-6-xxl {
        margin-right: 24px !important
    }

    .ml-6-xxl {
        margin-left: 24px !important
    }

    .mt-6-xxl {
        margin-top: 24px !important
    }

    .mb-6-xxl {
        margin-bottom: 24px !important
    }

    .mx-6-xxl {
        margin-left: 24px !important;
        margin-right: 24px !important
    }

    .my-6-xxl {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }

    .m-6-xxl-minus {
        margin: -24px !important
    }

    .mr-6-xxl-minus {
        margin-right: -24px !important
    }

    .ml-6-xxl-minus {
        margin-left: -24px !important
    }

    .mt-6-xxl-minus {
        margin-top: -24px !important
    }

    .mb-6-xxl-minus {
        margin-bottom: -24px !important
    }

    .p-7-xxl {
        padding: 28px !important
    }

    .pr-7-xxl {
        padding-right: 28px !important
    }

    .pl-7-xxl {
        padding-left: 28px !important
    }

    .pt-7-xxl {
        padding-top: 28px !important
    }

    .pb-7-xxl {
        padding-bottom: 28px !important
    }

    .px-7-xxl {
        padding-left: 28px !important;
        padding-right: 28px !important
    }

    .py-7-xxl {
        padding-top: 28px !important;
        padding-bottom: 28px !important
    }

    .m-7-xxl {
        margin: 28px !important
    }

    .mr-7-xxl {
        margin-right: 28px !important
    }

    .ml-7-xxl {
        margin-left: 28px !important
    }

    .mt-7-xxl {
        margin-top: 28px !important
    }

    .mb-7-xxl {
        margin-bottom: 28px !important
    }

    .mx-7-xxl {
        margin-left: 28px !important;
        margin-right: 28px !important
    }

    .my-7-xxl {
        margin-top: 28px !important;
        margin-bottom: 28px !important
    }

    .m-7-xxl-minus {
        margin: -28px !important
    }

    .mr-7-xxl-minus {
        margin-right: -28px !important
    }

    .ml-7-xxl-minus {
        margin-left: -28px !important
    }

    .mt-7-xxl-minus {
        margin-top: -28px !important
    }

    .mb-7-xxl-minus {
        margin-bottom: -28px !important
    }

    .p-8-xxl {
        padding: 32px !important
    }

    .pr-8-xxl {
        padding-right: 32px !important
    }

    .pl-8-xxl {
        padding-left: 32px !important
    }

    .pt-8-xxl {
        padding-top: 32px !important
    }

    .pb-8-xxl {
        padding-bottom: 32px !important
    }

    .px-8-xxl {
        padding-left: 32px !important;
        padding-right: 32px !important
    }

    .py-8-xxl {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .m-8-xxl {
        margin: 32px !important
    }

    .mr-8-xxl {
        margin-right: 32px !important
    }

    .ml-8-xxl {
        margin-left: 32px !important
    }

    .mt-8-xxl {
        margin-top: 32px !important
    }

    .mb-8-xxl {
        margin-bottom: 32px !important
    }

    .mx-8-xxl {
        margin-left: 32px !important;
        margin-right: 32px !important
    }

    .my-8-xxl {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }

    .m-8-xxl-minus {
        margin: -32px !important
    }

    .mr-8-xxl-minus {
        margin-right: -32px !important
    }

    .ml-8-xxl-minus {
        margin-left: -32px !important
    }

    .mt-8-xxl-minus {
        margin-top: -32px !important
    }

    .mb-8-xxl-minus {
        margin-bottom: -32px !important
    }

    .p-9-xxl {
        padding: 36px !important
    }

    .pr-9-xxl {
        padding-right: 36px !important
    }

    .pl-9-xxl {
        padding-left: 36px !important
    }

    .pt-9-xxl {
        padding-top: 36px !important
    }

    .pb-9-xxl {
        padding-bottom: 36px !important
    }

    .px-9-xxl {
        padding-left: 36px !important;
        padding-right: 36px !important
    }

    .py-9-xxl {
        padding-top: 36px !important;
        padding-bottom: 36px !important
    }

    .m-9-xxl {
        margin: 36px !important
    }

    .mr-9-xxl {
        margin-right: 36px !important
    }

    .ml-9-xxl {
        margin-left: 36px !important
    }

    .mt-9-xxl {
        margin-top: 36px !important
    }

    .mb-9-xxl {
        margin-bottom: 36px !important
    }

    .mx-9-xxl {
        margin-left: 36px !important;
        margin-right: 36px !important
    }

    .my-9-xxl {
        margin-top: 36px !important;
        margin-bottom: 36px !important
    }

    .m-9-xxl-minus {
        margin: -36px !important
    }

    .mr-9-xxl-minus {
        margin-right: -36px !important
    }

    .ml-9-xxl-minus {
        margin-left: -36px !important
    }

    .mt-9-xxl-minus {
        margin-top: -36px !important
    }

    .mb-9-xxl-minus {
        margin-bottom: -36px !important
    }

    .p-10-xxl {
        padding: 40px !important
    }

    .pr-10-xxl {
        padding-right: 40px !important
    }

    .pl-10-xxl {
        padding-left: 40px !important
    }

    .pt-10-xxl {
        padding-top: 40px !important
    }

    .pb-10-xxl {
        padding-bottom: 40px !important
    }

    .px-10-xxl {
        padding-left: 40px !important;
        padding-right: 40px !important
    }

    .py-10-xxl {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .m-10-xxl {
        margin: 40px !important
    }

    .mr-10-xxl {
        margin-right: 40px !important
    }

    .ml-10-xxl {
        margin-left: 40px !important
    }

    .mt-10-xxl {
        margin-top: 40px !important
    }

    .mb-10-xxl {
        margin-bottom: 40px !important
    }

    .mx-10-xxl {
        margin-left: 40px !important;
        margin-right: 40px !important
    }

    .my-10-xxl {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .m-10-xxl-minus {
        margin: -40px !important
    }

    .mr-10-xxl-minus {
        margin-right: -40px !important
    }

    .ml-10-xxl-minus {
        margin-left: -40px !important
    }

    .mt-10-xxl-minus {
        margin-top: -40px !important
    }

    .mb-10-xxl-minus {
        margin-bottom: -40px !important
    }

    .p-11-xxl {
        padding: 44px !important
    }

    .pr-11-xxl {
        padding-right: 44px !important
    }

    .pl-11-xxl {
        padding-left: 44px !important
    }

    .pt-11-xxl {
        padding-top: 44px !important
    }

    .pb-11-xxl {
        padding-bottom: 44px !important
    }

    .px-11-xxl {
        padding-left: 44px !important;
        padding-right: 44px !important
    }

    .py-11-xxl {
        padding-top: 44px !important;
        padding-bottom: 44px !important
    }

    .m-11-xxl {
        margin: 44px !important
    }

    .mr-11-xxl {
        margin-right: 44px !important
    }

    .ml-11-xxl {
        margin-left: 44px !important
    }

    .mt-11-xxl {
        margin-top: 44px !important
    }

    .mb-11-xxl {
        margin-bottom: 44px !important
    }

    .mx-11-xxl {
        margin-left: 44px !important;
        margin-right: 44px !important
    }

    .my-11-xxl {
        margin-top: 44px !important;
        margin-bottom: 44px !important
    }

    .m-11-xxl-minus {
        margin: -44px !important
    }

    .mr-11-xxl-minus {
        margin-right: -44px !important
    }

    .ml-11-xxl-minus {
        margin-left: -44px !important
    }

    .mt-11-xxl-minus {
        margin-top: -44px !important
    }

    .mb-11-xxl-minus {
        margin-bottom: -44px !important
    }

    .p-12-xxl {
        padding: 48px !important
    }

    .pr-12-xxl {
        padding-right: 48px !important
    }

    .pl-12-xxl {
        padding-left: 48px !important
    }

    .pt-12-xxl {
        padding-top: 48px !important
    }

    .pb-12-xxl {
        padding-bottom: 48px !important
    }

    .px-12-xxl {
        padding-left: 48px !important;
        padding-right: 48px !important
    }

    .py-12-xxl {
        padding-top: 48px !important;
        padding-bottom: 48px !important
    }

    .m-12-xxl {
        margin: 48px !important
    }

    .mr-12-xxl {
        margin-right: 48px !important
    }

    .ml-12-xxl {
        margin-left: 48px !important
    }

    .mt-12-xxl {
        margin-top: 48px !important
    }

    .mb-12-xxl {
        margin-bottom: 48px !important
    }

    .mx-12-xxl {
        margin-left: 48px !important;
        margin-right: 48px !important
    }

    .my-12-xxl {
        margin-top: 48px !important;
        margin-bottom: 48px !important
    }

    .m-12-xxl-minus {
        margin: -48px !important
    }

    .mr-12-xxl-minus {
        margin-right: -48px !important
    }

    .ml-12-xxl-minus {
        margin-left: -48px !important
    }

    .mt-12-xxl-minus {
        margin-top: -48px !important
    }

    .mb-12-xxl-minus {
        margin-bottom: -48px !important
    }

    .p-13-xxl {
        padding: 52px !important
    }

    .pr-13-xxl {
        padding-right: 52px !important
    }

    .pl-13-xxl {
        padding-left: 52px !important
    }

    .pt-13-xxl {
        padding-top: 52px !important
    }

    .pb-13-xxl {
        padding-bottom: 52px !important
    }

    .px-13-xxl {
        padding-left: 52px !important;
        padding-right: 52px !important
    }

    .py-13-xxl {
        padding-top: 52px !important;
        padding-bottom: 52px !important
    }

    .m-13-xxl {
        margin: 52px !important
    }

    .mr-13-xxl {
        margin-right: 52px !important
    }

    .ml-13-xxl {
        margin-left: 52px !important
    }

    .mt-13-xxl {
        margin-top: 52px !important
    }

    .mb-13-xxl {
        margin-bottom: 52px !important
    }

    .mx-13-xxl {
        margin-left: 52px !important;
        margin-right: 52px !important
    }

    .my-13-xxl {
        margin-top: 52px !important;
        margin-bottom: 52px !important
    }

    .m-13-xxl-minus {
        margin: -52px !important
    }

    .mr-13-xxl-minus {
        margin-right: -52px !important
    }

    .ml-13-xxl-minus {
        margin-left: -52px !important
    }

    .mt-13-xxl-minus {
        margin-top: -52px !important
    }

    .mb-13-xxl-minus {
        margin-bottom: -52px !important
    }

    .p-14-xxl {
        padding: 56px !important
    }

    .pr-14-xxl {
        padding-right: 56px !important
    }

    .pl-14-xxl {
        padding-left: 56px !important
    }

    .pt-14-xxl {
        padding-top: 56px !important
    }

    .pb-14-xxl {
        padding-bottom: 56px !important
    }

    .px-14-xxl {
        padding-left: 56px !important;
        padding-right: 56px !important
    }

    .py-14-xxl {
        padding-top: 56px !important;
        padding-bottom: 56px !important
    }

    .m-14-xxl {
        margin: 56px !important
    }

    .mr-14-xxl {
        margin-right: 56px !important
    }

    .ml-14-xxl {
        margin-left: 56px !important
    }

    .mt-14-xxl {
        margin-top: 56px !important
    }

    .mb-14-xxl {
        margin-bottom: 56px !important
    }

    .mx-14-xxl {
        margin-left: 56px !important;
        margin-right: 56px !important
    }

    .my-14-xxl {
        margin-top: 56px !important;
        margin-bottom: 56px !important
    }

    .m-14-xxl-minus {
        margin: -56px !important
    }

    .mr-14-xxl-minus {
        margin-right: -56px !important
    }

    .ml-14-xxl-minus {
        margin-left: -56px !important
    }

    .mt-14-xxl-minus {
        margin-top: -56px !important
    }

    .mb-14-xxl-minus {
        margin-bottom: -56px !important
    }

    .p-15-xxl {
        padding: 60px !important
    }

    .pr-15-xxl {
        padding-right: 60px !important
    }

    .pl-15-xxl {
        padding-left: 60px !important
    }

    .pt-15-xxl {
        padding-top: 60px !important
    }

    .pb-15-xxl {
        padding-bottom: 60px !important
    }

    .px-15-xxl {
        padding-left: 60px !important;
        padding-right: 60px !important
    }

    .py-15-xxl {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .m-15-xxl {
        margin: 60px !important
    }

    .mr-15-xxl {
        margin-right: 60px !important
    }

    .ml-15-xxl {
        margin-left: 60px !important
    }

    .mt-15-xxl {
        margin-top: 60px !important
    }

    .mb-15-xxl {
        margin-bottom: 60px !important
    }

    .mx-15-xxl {
        margin-left: 60px !important;
        margin-right: 60px !important
    }

    .my-15-xxl {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .m-15-xxl-minus {
        margin: -60px !important
    }

    .mr-15-xxl-minus {
        margin-right: -60px !important
    }

    .ml-15-xxl-minus {
        margin-left: -60px !important
    }

    .mt-15-xxl-minus {
        margin-top: -60px !important
    }

    .mb-15-xxl-minus {
        margin-bottom: -60px !important
    }

    .p-16-xxl {
        padding: 64px !important
    }

    .pr-16-xxl {
        padding-right: 64px !important
    }

    .pl-16-xxl {
        padding-left: 64px !important
    }

    .pt-16-xxl {
        padding-top: 64px !important
    }

    .pb-16-xxl {
        padding-bottom: 64px !important
    }

    .px-16-xxl {
        padding-left: 64px !important;
        padding-right: 64px !important
    }

    .py-16-xxl {
        padding-top: 64px !important;
        padding-bottom: 64px !important
    }

    .m-16-xxl {
        margin: 64px !important
    }

    .mr-16-xxl {
        margin-right: 64px !important
    }

    .ml-16-xxl {
        margin-left: 64px !important
    }

    .mt-16-xxl {
        margin-top: 64px !important
    }

    .mb-16-xxl {
        margin-bottom: 64px !important
    }

    .mx-16-xxl {
        margin-left: 64px !important;
        margin-right: 64px !important
    }

    .my-16-xxl {
        margin-top: 64px !important;
        margin-bottom: 64px !important
    }

    .m-16-xxl-minus {
        margin: -64px !important
    }

    .mr-16-xxl-minus {
        margin-right: -64px !important
    }

    .ml-16-xxl-minus {
        margin-left: -64px !important
    }

    .mt-16-xxl-minus {
        margin-top: -64px !important
    }

    .mb-16-xxl-minus {
        margin-bottom: -64px !important
    }

    .p-17-xxl {
        padding: 68px !important
    }

    .pr-17-xxl {
        padding-right: 68px !important
    }

    .pl-17-xxl {
        padding-left: 68px !important
    }

    .pt-17-xxl {
        padding-top: 68px !important
    }

    .pb-17-xxl {
        padding-bottom: 68px !important
    }

    .px-17-xxl {
        padding-left: 68px !important;
        padding-right: 68px !important
    }

    .py-17-xxl {
        padding-top: 68px !important;
        padding-bottom: 68px !important
    }

    .m-17-xxl {
        margin: 68px !important
    }

    .mr-17-xxl {
        margin-right: 68px !important
    }

    .ml-17-xxl {
        margin-left: 68px !important
    }

    .mt-17-xxl {
        margin-top: 68px !important
    }

    .mb-17-xxl {
        margin-bottom: 68px !important
    }

    .mx-17-xxl {
        margin-left: 68px !important;
        margin-right: 68px !important
    }

    .my-17-xxl {
        margin-top: 68px !important;
        margin-bottom: 68px !important
    }

    .m-17-xxl-minus {
        margin: -68px !important
    }

    .mr-17-xxl-minus {
        margin-right: -68px !important
    }

    .ml-17-xxl-minus {
        margin-left: -68px !important
    }

    .mt-17-xxl-minus {
        margin-top: -68px !important
    }

    .mb-17-xxl-minus {
        margin-bottom: -68px !important
    }

    .p-18-xxl {
        padding: 72px !important
    }

    .pr-18-xxl {
        padding-right: 72px !important
    }

    .pl-18-xxl {
        padding-left: 72px !important
    }

    .pt-18-xxl {
        padding-top: 72px !important
    }

    .pb-18-xxl {
        padding-bottom: 72px !important
    }

    .px-18-xxl {
        padding-left: 72px !important;
        padding-right: 72px !important
    }

    .py-18-xxl {
        padding-top: 72px !important;
        padding-bottom: 72px !important
    }

    .m-18-xxl {
        margin: 72px !important
    }

    .mr-18-xxl {
        margin-right: 72px !important
    }

    .ml-18-xxl {
        margin-left: 72px !important
    }

    .mt-18-xxl {
        margin-top: 72px !important
    }

    .mb-18-xxl {
        margin-bottom: 72px !important
    }

    .mx-18-xxl {
        margin-left: 72px !important;
        margin-right: 72px !important
    }

    .my-18-xxl {
        margin-top: 72px !important;
        margin-bottom: 72px !important
    }

    .m-18-xxl-minus {
        margin: -72px !important
    }

    .mr-18-xxl-minus {
        margin-right: -72px !important
    }

    .ml-18-xxl-minus {
        margin-left: -72px !important
    }

    .mt-18-xxl-minus {
        margin-top: -72px !important
    }

    .mb-18-xxl-minus {
        margin-bottom: -72px !important
    }

    .p-19-xxl {
        padding: 76px !important
    }

    .pr-19-xxl {
        padding-right: 76px !important
    }

    .pl-19-xxl {
        padding-left: 76px !important
    }

    .pt-19-xxl {
        padding-top: 76px !important
    }

    .pb-19-xxl {
        padding-bottom: 76px !important
    }

    .px-19-xxl {
        padding-left: 76px !important;
        padding-right: 76px !important
    }

    .py-19-xxl {
        padding-top: 76px !important;
        padding-bottom: 76px !important
    }

    .m-19-xxl {
        margin: 76px !important
    }

    .mr-19-xxl {
        margin-right: 76px !important
    }

    .ml-19-xxl {
        margin-left: 76px !important
    }

    .mt-19-xxl {
        margin-top: 76px !important
    }

    .mb-19-xxl {
        margin-bottom: 76px !important
    }

    .mx-19-xxl {
        margin-left: 76px !important;
        margin-right: 76px !important
    }

    .my-19-xxl {
        margin-top: 76px !important;
        margin-bottom: 76px !important
    }

    .m-19-xxl-minus {
        margin: -76px !important
    }

    .mr-19-xxl-minus {
        margin-right: -76px !important
    }

    .ml-19-xxl-minus {
        margin-left: -76px !important
    }

    .mt-19-xxl-minus {
        margin-top: -76px !important
    }

    .mb-19-xxl-minus {
        margin-bottom: -76px !important
    }

    .p-20-xxl {
        padding: 80px !important
    }

    .pr-20-xxl {
        padding-right: 80px !important
    }

    .pl-20-xxl {
        padding-left: 80px !important
    }

    .pt-20-xxl {
        padding-top: 80px !important
    }

    .pb-20-xxl {
        padding-bottom: 80px !important
    }

    .px-20-xxl {
        padding-left: 80px !important;
        padding-right: 80px !important
    }

    .py-20-xxl {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .m-20-xxl {
        margin: 80px !important
    }

    .mr-20-xxl {
        margin-right: 80px !important
    }

    .ml-20-xxl {
        margin-left: 80px !important
    }

    .mt-20-xxl {
        margin-top: 80px !important
    }

    .mb-20-xxl {
        margin-bottom: 80px !important
    }

    .mx-20-xxl {
        margin-left: 80px !important;
        margin-right: 80px !important
    }

    .my-20-xxl {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .m-20-xxl-minus {
        margin: -80px !important
    }

    .mr-20-xxl-minus {
        margin-right: -80px !important
    }

    .ml-20-xxl-minus {
        margin-left: -80px !important
    }

    .mt-20-xxl-minus {
        margin-top: -80px !important
    }

    .mb-20-xxl-minus {
        margin-bottom: -80px !important
    }
}

@container (min-width: 2000px) {
    .mx-auto-xxxl {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-auto-xxxl {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .ml-auto-xxxl {
        margin-left: auto !important
    }

    .mr-auto-xxxl {
        margin-right: auto !important
    }

    .mt-auto-xxxl {
        margin-top: auto !important
    }

    .mb-auto-xxxl {
        margin-bottom: auto !important
    }

    .p-0-xxxl {
        padding: 0 !important
    }

    .pl-0-xxxl {
        padding-left: 0 !important
    }

    .pr-0-xxxl {
        padding-right: 0 !important
    }

    .pt-0-xxxl {
        padding-top: 0 !important
    }

    .pb-0-xxxl {
        padding-bottom: 0 !important
    }

    .m-0-xxxl {
        margin: 0 !important
    }

    .ml-0-xxxl {
        margin-left: 0 !important
    }

    .mr-0-xxxl {
        margin-right: 0 !important
    }

    .mt-0-xxxl {
        margin-top: 0 !important
    }

    .mb-0-xxxl {
        margin-bottom: 0 !important
    }

    .p-1-xxxl {
        padding: 4px !important
    }

    .pr-1-xxxl {
        padding-right: 4px !important
    }

    .pl-1-xxxl {
        padding-left: 4px !important
    }

    .pt-1-xxxl {
        padding-top: 4px !important
    }

    .pb-1-xxxl {
        padding-bottom: 4px !important
    }

    .px-1-xxxl {
        padding-left: 4px !important;
        padding-right: 4px !important
    }

    .py-1-xxxl {
        padding-top: 4px !important;
        padding-bottom: 4px !important
    }

    .m-1-xxxl {
        margin: 4px !important
    }

    .mr-1-xxxl {
        margin-right: 4px !important
    }

    .ml-1-xxxl {
        margin-left: 4px !important
    }

    .mt-1-xxxl {
        margin-top: 4px !important
    }

    .mb-1-xxxl {
        margin-bottom: 4px !important
    }

    .mx-1-xxxl {
        margin-left: 4px !important;
        margin-right: 4px !important
    }

    .my-1-xxxl {
        margin-top: 4px !important;
        margin-bottom: 4px !important
    }

    .m-1-xxxl-minus {
        margin: -4px !important
    }

    .mr-1-xxxl-minus {
        margin-right: -4px !important
    }

    .ml-1-xxxl-minus {
        margin-left: -4px !important
    }

    .mt-1-xxxl-minus {
        margin-top: -4px !important
    }

    .mb-1-xxxl-minus {
        margin-bottom: -4px !important
    }

    .p-2-xxxl {
        padding: 8px !important
    }

    .pr-2-xxxl {
        padding-right: 8px !important
    }

    .pl-2-xxxl {
        padding-left: 8px !important
    }

    .pt-2-xxxl {
        padding-top: 8px !important
    }

    .pb-2-xxxl {
        padding-bottom: 8px !important
    }

    .px-2-xxxl {
        padding-left: 8px !important;
        padding-right: 8px !important
    }

    .py-2-xxxl {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .m-2-xxxl {
        margin: 8px !important
    }

    .mr-2-xxxl {
        margin-right: 8px !important
    }

    .ml-2-xxxl {
        margin-left: 8px !important
    }

    .mt-2-xxxl {
        margin-top: 8px !important
    }

    .mb-2-xxxl {
        margin-bottom: 8px !important
    }

    .mx-2-xxxl {
        margin-left: 8px !important;
        margin-right: 8px !important
    }

    .my-2-xxxl {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .m-2-xxxl-minus {
        margin: -8px !important
    }

    .mr-2-xxxl-minus {
        margin-right: -8px !important
    }

    .ml-2-xxxl-minus {
        margin-left: -8px !important
    }

    .mt-2-xxxl-minus {
        margin-top: -8px !important
    }

    .mb-2-xxxl-minus {
        margin-bottom: -8px !important
    }

    .p-3-xxxl {
        padding: 12px !important
    }

    .pr-3-xxxl {
        padding-right: 12px !important
    }

    .pl-3-xxxl {
        padding-left: 12px !important
    }

    .pt-3-xxxl {
        padding-top: 12px !important
    }

    .pb-3-xxxl {
        padding-bottom: 12px !important
    }

    .px-3-xxxl {
        padding-left: 12px !important;
        padding-right: 12px !important
    }

    .py-3-xxxl {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .m-3-xxxl {
        margin: 12px !important
    }

    .mr-3-xxxl {
        margin-right: 12px !important
    }

    .ml-3-xxxl {
        margin-left: 12px !important
    }

    .mt-3-xxxl {
        margin-top: 12px !important
    }

    .mb-3-xxxl {
        margin-bottom: 12px !important
    }

    .mx-3-xxxl {
        margin-left: 12px !important;
        margin-right: 12px !important
    }

    .my-3-xxxl {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .m-3-xxxl-minus {
        margin: -12px !important
    }

    .mr-3-xxxl-minus {
        margin-right: -12px !important
    }

    .ml-3-xxxl-minus {
        margin-left: -12px !important
    }

    .mt-3-xxxl-minus {
        margin-top: -12px !important
    }

    .mb-3-xxxl-minus {
        margin-bottom: -12px !important
    }

    .p-4-xxxl {
        padding: 16px !important
    }

    .pr-4-xxxl {
        padding-right: 16px !important
    }

    .pl-4-xxxl {
        padding-left: 16px !important
    }

    .pt-4-xxxl {
        padding-top: 16px !important
    }

    .pb-4-xxxl {
        padding-bottom: 16px !important
    }

    .px-4-xxxl {
        padding-left: 16px !important;
        padding-right: 16px !important
    }

    .py-4-xxxl {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .m-4-xxxl {
        margin: 16px !important
    }

    .mr-4-xxxl {
        margin-right: 16px !important
    }

    .ml-4-xxxl {
        margin-left: 16px !important
    }

    .mt-4-xxxl {
        margin-top: 16px !important
    }

    .mb-4-xxxl {
        margin-bottom: 16px !important
    }

    .mx-4-xxxl {
        margin-left: 16px !important;
        margin-right: 16px !important
    }

    .my-4-xxxl {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }

    .m-4-xxxl-minus {
        margin: -16px !important
    }

    .mr-4-xxxl-minus {
        margin-right: -16px !important
    }

    .ml-4-xxxl-minus {
        margin-left: -16px !important
    }

    .mt-4-xxxl-minus {
        margin-top: -16px !important
    }

    .mb-4-xxxl-minus {
        margin-bottom: -16px !important
    }

    .p-5-xxxl {
        padding: 20px !important
    }

    .pr-5-xxxl {
        padding-right: 20px !important
    }

    .pl-5-xxxl {
        padding-left: 20px !important
    }

    .pt-5-xxxl {
        padding-top: 20px !important
    }

    .pb-5-xxxl {
        padding-bottom: 20px !important
    }

    .px-5-xxxl {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .py-5-xxxl {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .m-5-xxxl {
        margin: 20px !important
    }

    .mr-5-xxxl {
        margin-right: 20px !important
    }

    .ml-5-xxxl {
        margin-left: 20px !important
    }

    .mt-5-xxxl {
        margin-top: 20px !important
    }

    .mb-5-xxxl {
        margin-bottom: 20px !important
    }

    .mx-5-xxxl {
        margin-left: 20px !important;
        margin-right: 20px !important
    }

    .my-5-xxxl {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .m-5-xxxl-minus {
        margin: -20px !important
    }

    .mr-5-xxxl-minus {
        margin-right: -20px !important
    }

    .ml-5-xxxl-minus {
        margin-left: -20px !important
    }

    .mt-5-xxxl-minus {
        margin-top: -20px !important
    }

    .mb-5-xxxl-minus {
        margin-bottom: -20px !important
    }

    .p-6-xxxl {
        padding: 24px !important
    }

    .pr-6-xxxl {
        padding-right: 24px !important
    }

    .pl-6-xxxl {
        padding-left: 24px !important
    }

    .pt-6-xxxl {
        padding-top: 24px !important
    }

    .pb-6-xxxl {
        padding-bottom: 24px !important
    }

    .px-6-xxxl {
        padding-left: 24px !important;
        padding-right: 24px !important
    }

    .py-6-xxxl {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }

    .m-6-xxxl {
        margin: 24px !important
    }

    .mr-6-xxxl {
        margin-right: 24px !important
    }

    .ml-6-xxxl {
        margin-left: 24px !important
    }

    .mt-6-xxxl {
        margin-top: 24px !important
    }

    .mb-6-xxxl {
        margin-bottom: 24px !important
    }

    .mx-6-xxxl {
        margin-left: 24px !important;
        margin-right: 24px !important
    }

    .my-6-xxxl {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }

    .m-6-xxxl-minus {
        margin: -24px !important
    }

    .mr-6-xxxl-minus {
        margin-right: -24px !important
    }

    .ml-6-xxxl-minus {
        margin-left: -24px !important
    }

    .mt-6-xxxl-minus {
        margin-top: -24px !important
    }

    .mb-6-xxxl-minus {
        margin-bottom: -24px !important
    }

    .p-7-xxxl {
        padding: 28px !important
    }

    .pr-7-xxxl {
        padding-right: 28px !important
    }

    .pl-7-xxxl {
        padding-left: 28px !important
    }

    .pt-7-xxxl {
        padding-top: 28px !important
    }

    .pb-7-xxxl {
        padding-bottom: 28px !important
    }

    .px-7-xxxl {
        padding-left: 28px !important;
        padding-right: 28px !important
    }

    .py-7-xxxl {
        padding-top: 28px !important;
        padding-bottom: 28px !important
    }

    .m-7-xxxl {
        margin: 28px !important
    }

    .mr-7-xxxl {
        margin-right: 28px !important
    }

    .ml-7-xxxl {
        margin-left: 28px !important
    }

    .mt-7-xxxl {
        margin-top: 28px !important
    }

    .mb-7-xxxl {
        margin-bottom: 28px !important
    }

    .mx-7-xxxl {
        margin-left: 28px !important;
        margin-right: 28px !important
    }

    .my-7-xxxl {
        margin-top: 28px !important;
        margin-bottom: 28px !important
    }

    .m-7-xxxl-minus {
        margin: -28px !important
    }

    .mr-7-xxxl-minus {
        margin-right: -28px !important
    }

    .ml-7-xxxl-minus {
        margin-left: -28px !important
    }

    .mt-7-xxxl-minus {
        margin-top: -28px !important
    }

    .mb-7-xxxl-minus {
        margin-bottom: -28px !important
    }

    .p-8-xxxl {
        padding: 32px !important
    }

    .pr-8-xxxl {
        padding-right: 32px !important
    }

    .pl-8-xxxl {
        padding-left: 32px !important
    }

    .pt-8-xxxl {
        padding-top: 32px !important
    }

    .pb-8-xxxl {
        padding-bottom: 32px !important
    }

    .px-8-xxxl {
        padding-left: 32px !important;
        padding-right: 32px !important
    }

    .py-8-xxxl {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .m-8-xxxl {
        margin: 32px !important
    }

    .mr-8-xxxl {
        margin-right: 32px !important
    }

    .ml-8-xxxl {
        margin-left: 32px !important
    }

    .mt-8-xxxl {
        margin-top: 32px !important
    }

    .mb-8-xxxl {
        margin-bottom: 32px !important
    }

    .mx-8-xxxl {
        margin-left: 32px !important;
        margin-right: 32px !important
    }

    .my-8-xxxl {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }

    .m-8-xxxl-minus {
        margin: -32px !important
    }

    .mr-8-xxxl-minus {
        margin-right: -32px !important
    }

    .ml-8-xxxl-minus {
        margin-left: -32px !important
    }

    .mt-8-xxxl-minus {
        margin-top: -32px !important
    }

    .mb-8-xxxl-minus {
        margin-bottom: -32px !important
    }

    .p-9-xxxl {
        padding: 36px !important
    }

    .pr-9-xxxl {
        padding-right: 36px !important
    }

    .pl-9-xxxl {
        padding-left: 36px !important
    }

    .pt-9-xxxl {
        padding-top: 36px !important
    }

    .pb-9-xxxl {
        padding-bottom: 36px !important
    }

    .px-9-xxxl {
        padding-left: 36px !important;
        padding-right: 36px !important
    }

    .py-9-xxxl {
        padding-top: 36px !important;
        padding-bottom: 36px !important
    }

    .m-9-xxxl {
        margin: 36px !important
    }

    .mr-9-xxxl {
        margin-right: 36px !important
    }

    .ml-9-xxxl {
        margin-left: 36px !important
    }

    .mt-9-xxxl {
        margin-top: 36px !important
    }

    .mb-9-xxxl {
        margin-bottom: 36px !important
    }

    .mx-9-xxxl {
        margin-left: 36px !important;
        margin-right: 36px !important
    }

    .my-9-xxxl {
        margin-top: 36px !important;
        margin-bottom: 36px !important
    }

    .m-9-xxxl-minus {
        margin: -36px !important
    }

    .mr-9-xxxl-minus {
        margin-right: -36px !important
    }

    .ml-9-xxxl-minus {
        margin-left: -36px !important
    }

    .mt-9-xxxl-minus {
        margin-top: -36px !important
    }

    .mb-9-xxxl-minus {
        margin-bottom: -36px !important
    }

    .p-10-xxxl {
        padding: 40px !important
    }

    .pr-10-xxxl {
        padding-right: 40px !important
    }

    .pl-10-xxxl {
        padding-left: 40px !important
    }

    .pt-10-xxxl {
        padding-top: 40px !important
    }

    .pb-10-xxxl {
        padding-bottom: 40px !important
    }

    .px-10-xxxl {
        padding-left: 40px !important;
        padding-right: 40px !important
    }

    .py-10-xxxl {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .m-10-xxxl {
        margin: 40px !important
    }

    .mr-10-xxxl {
        margin-right: 40px !important
    }

    .ml-10-xxxl {
        margin-left: 40px !important
    }

    .mt-10-xxxl {
        margin-top: 40px !important
    }

    .mb-10-xxxl {
        margin-bottom: 40px !important
    }

    .mx-10-xxxl {
        margin-left: 40px !important;
        margin-right: 40px !important
    }

    .my-10-xxxl {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .m-10-xxxl-minus {
        margin: -40px !important
    }

    .mr-10-xxxl-minus {
        margin-right: -40px !important
    }

    .ml-10-xxxl-minus {
        margin-left: -40px !important
    }

    .mt-10-xxxl-minus {
        margin-top: -40px !important
    }

    .mb-10-xxxl-minus {
        margin-bottom: -40px !important
    }

    .p-11-xxxl {
        padding: 44px !important
    }

    .pr-11-xxxl {
        padding-right: 44px !important
    }

    .pl-11-xxxl {
        padding-left: 44px !important
    }

    .pt-11-xxxl {
        padding-top: 44px !important
    }

    .pb-11-xxxl {
        padding-bottom: 44px !important
    }

    .px-11-xxxl {
        padding-left: 44px !important;
        padding-right: 44px !important
    }

    .py-11-xxxl {
        padding-top: 44px !important;
        padding-bottom: 44px !important
    }

    .m-11-xxxl {
        margin: 44px !important
    }

    .mr-11-xxxl {
        margin-right: 44px !important
    }

    .ml-11-xxxl {
        margin-left: 44px !important
    }

    .mt-11-xxxl {
        margin-top: 44px !important
    }

    .mb-11-xxxl {
        margin-bottom: 44px !important
    }

    .mx-11-xxxl {
        margin-left: 44px !important;
        margin-right: 44px !important
    }

    .my-11-xxxl {
        margin-top: 44px !important;
        margin-bottom: 44px !important
    }

    .m-11-xxxl-minus {
        margin: -44px !important
    }

    .mr-11-xxxl-minus {
        margin-right: -44px !important
    }

    .ml-11-xxxl-minus {
        margin-left: -44px !important
    }

    .mt-11-xxxl-minus {
        margin-top: -44px !important
    }

    .mb-11-xxxl-minus {
        margin-bottom: -44px !important
    }

    .p-12-xxxl {
        padding: 48px !important
    }

    .pr-12-xxxl {
        padding-right: 48px !important
    }

    .pl-12-xxxl {
        padding-left: 48px !important
    }

    .pt-12-xxxl {
        padding-top: 48px !important
    }

    .pb-12-xxxl {
        padding-bottom: 48px !important
    }

    .px-12-xxxl {
        padding-left: 48px !important;
        padding-right: 48px !important
    }

    .py-12-xxxl {
        padding-top: 48px !important;
        padding-bottom: 48px !important
    }

    .m-12-xxxl {
        margin: 48px !important
    }

    .mr-12-xxxl {
        margin-right: 48px !important
    }

    .ml-12-xxxl {
        margin-left: 48px !important
    }

    .mt-12-xxxl {
        margin-top: 48px !important
    }

    .mb-12-xxxl {
        margin-bottom: 48px !important
    }

    .mx-12-xxxl {
        margin-left: 48px !important;
        margin-right: 48px !important
    }

    .my-12-xxxl {
        margin-top: 48px !important;
        margin-bottom: 48px !important
    }

    .m-12-xxxl-minus {
        margin: -48px !important
    }

    .mr-12-xxxl-minus {
        margin-right: -48px !important
    }

    .ml-12-xxxl-minus {
        margin-left: -48px !important
    }

    .mt-12-xxxl-minus {
        margin-top: -48px !important
    }

    .mb-12-xxxl-minus {
        margin-bottom: -48px !important
    }

    .p-13-xxxl {
        padding: 52px !important
    }

    .pr-13-xxxl {
        padding-right: 52px !important
    }

    .pl-13-xxxl {
        padding-left: 52px !important
    }

    .pt-13-xxxl {
        padding-top: 52px !important
    }

    .pb-13-xxxl {
        padding-bottom: 52px !important
    }

    .px-13-xxxl {
        padding-left: 52px !important;
        padding-right: 52px !important
    }

    .py-13-xxxl {
        padding-top: 52px !important;
        padding-bottom: 52px !important
    }

    .m-13-xxxl {
        margin: 52px !important
    }

    .mr-13-xxxl {
        margin-right: 52px !important
    }

    .ml-13-xxxl {
        margin-left: 52px !important
    }

    .mt-13-xxxl {
        margin-top: 52px !important
    }

    .mb-13-xxxl {
        margin-bottom: 52px !important
    }

    .mx-13-xxxl {
        margin-left: 52px !important;
        margin-right: 52px !important
    }

    .my-13-xxxl {
        margin-top: 52px !important;
        margin-bottom: 52px !important
    }

    .m-13-xxxl-minus {
        margin: -52px !important
    }

    .mr-13-xxxl-minus {
        margin-right: -52px !important
    }

    .ml-13-xxxl-minus {
        margin-left: -52px !important
    }

    .mt-13-xxxl-minus {
        margin-top: -52px !important
    }

    .mb-13-xxxl-minus {
        margin-bottom: -52px !important
    }

    .p-14-xxxl {
        padding: 56px !important
    }

    .pr-14-xxxl {
        padding-right: 56px !important
    }

    .pl-14-xxxl {
        padding-left: 56px !important
    }

    .pt-14-xxxl {
        padding-top: 56px !important
    }

    .pb-14-xxxl {
        padding-bottom: 56px !important
    }

    .px-14-xxxl {
        padding-left: 56px !important;
        padding-right: 56px !important
    }

    .py-14-xxxl {
        padding-top: 56px !important;
        padding-bottom: 56px !important
    }

    .m-14-xxxl {
        margin: 56px !important
    }

    .mr-14-xxxl {
        margin-right: 56px !important
    }

    .ml-14-xxxl {
        margin-left: 56px !important
    }

    .mt-14-xxxl {
        margin-top: 56px !important
    }

    .mb-14-xxxl {
        margin-bottom: 56px !important
    }

    .mx-14-xxxl {
        margin-left: 56px !important;
        margin-right: 56px !important
    }

    .my-14-xxxl {
        margin-top: 56px !important;
        margin-bottom: 56px !important
    }

    .m-14-xxxl-minus {
        margin: -56px !important
    }

    .mr-14-xxxl-minus {
        margin-right: -56px !important
    }

    .ml-14-xxxl-minus {
        margin-left: -56px !important
    }

    .mt-14-xxxl-minus {
        margin-top: -56px !important
    }

    .mb-14-xxxl-minus {
        margin-bottom: -56px !important
    }

    .p-15-xxxl {
        padding: 60px !important
    }

    .pr-15-xxxl {
        padding-right: 60px !important
    }

    .pl-15-xxxl {
        padding-left: 60px !important
    }

    .pt-15-xxxl {
        padding-top: 60px !important
    }

    .pb-15-xxxl {
        padding-bottom: 60px !important
    }

    .px-15-xxxl {
        padding-left: 60px !important;
        padding-right: 60px !important
    }

    .py-15-xxxl {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .m-15-xxxl {
        margin: 60px !important
    }

    .mr-15-xxxl {
        margin-right: 60px !important
    }

    .ml-15-xxxl {
        margin-left: 60px !important
    }

    .mt-15-xxxl {
        margin-top: 60px !important
    }

    .mb-15-xxxl {
        margin-bottom: 60px !important
    }

    .mx-15-xxxl {
        margin-left: 60px !important;
        margin-right: 60px !important
    }

    .my-15-xxxl {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .m-15-xxxl-minus {
        margin: -60px !important
    }

    .mr-15-xxxl-minus {
        margin-right: -60px !important
    }

    .ml-15-xxxl-minus {
        margin-left: -60px !important
    }

    .mt-15-xxxl-minus {
        margin-top: -60px !important
    }

    .mb-15-xxxl-minus {
        margin-bottom: -60px !important
    }

    .p-16-xxxl {
        padding: 64px !important
    }

    .pr-16-xxxl {
        padding-right: 64px !important
    }

    .pl-16-xxxl {
        padding-left: 64px !important
    }

    .pt-16-xxxl {
        padding-top: 64px !important
    }

    .pb-16-xxxl {
        padding-bottom: 64px !important
    }

    .px-16-xxxl {
        padding-left: 64px !important;
        padding-right: 64px !important
    }

    .py-16-xxxl {
        padding-top: 64px !important;
        padding-bottom: 64px !important
    }

    .m-16-xxxl {
        margin: 64px !important
    }

    .mr-16-xxxl {
        margin-right: 64px !important
    }

    .ml-16-xxxl {
        margin-left: 64px !important
    }

    .mt-16-xxxl {
        margin-top: 64px !important
    }

    .mb-16-xxxl {
        margin-bottom: 64px !important
    }

    .mx-16-xxxl {
        margin-left: 64px !important;
        margin-right: 64px !important
    }

    .my-16-xxxl {
        margin-top: 64px !important;
        margin-bottom: 64px !important
    }

    .m-16-xxxl-minus {
        margin: -64px !important
    }

    .mr-16-xxxl-minus {
        margin-right: -64px !important
    }

    .ml-16-xxxl-minus {
        margin-left: -64px !important
    }

    .mt-16-xxxl-minus {
        margin-top: -64px !important
    }

    .mb-16-xxxl-minus {
        margin-bottom: -64px !important
    }

    .p-17-xxxl {
        padding: 68px !important
    }

    .pr-17-xxxl {
        padding-right: 68px !important
    }

    .pl-17-xxxl {
        padding-left: 68px !important
    }

    .pt-17-xxxl {
        padding-top: 68px !important
    }

    .pb-17-xxxl {
        padding-bottom: 68px !important
    }

    .px-17-xxxl {
        padding-left: 68px !important;
        padding-right: 68px !important
    }

    .py-17-xxxl {
        padding-top: 68px !important;
        padding-bottom: 68px !important
    }

    .m-17-xxxl {
        margin: 68px !important
    }

    .mr-17-xxxl {
        margin-right: 68px !important
    }

    .ml-17-xxxl {
        margin-left: 68px !important
    }

    .mt-17-xxxl {
        margin-top: 68px !important
    }

    .mb-17-xxxl {
        margin-bottom: 68px !important
    }

    .mx-17-xxxl {
        margin-left: 68px !important;
        margin-right: 68px !important
    }

    .my-17-xxxl {
        margin-top: 68px !important;
        margin-bottom: 68px !important
    }

    .m-17-xxxl-minus {
        margin: -68px !important
    }

    .mr-17-xxxl-minus {
        margin-right: -68px !important
    }

    .ml-17-xxxl-minus {
        margin-left: -68px !important
    }

    .mt-17-xxxl-minus {
        margin-top: -68px !important
    }

    .mb-17-xxxl-minus {
        margin-bottom: -68px !important
    }

    .p-18-xxxl {
        padding: 72px !important
    }

    .pr-18-xxxl {
        padding-right: 72px !important
    }

    .pl-18-xxxl {
        padding-left: 72px !important
    }

    .pt-18-xxxl {
        padding-top: 72px !important
    }

    .pb-18-xxxl {
        padding-bottom: 72px !important
    }

    .px-18-xxxl {
        padding-left: 72px !important;
        padding-right: 72px !important
    }

    .py-18-xxxl {
        padding-top: 72px !important;
        padding-bottom: 72px !important
    }

    .m-18-xxxl {
        margin: 72px !important
    }

    .mr-18-xxxl {
        margin-right: 72px !important
    }

    .ml-18-xxxl {
        margin-left: 72px !important
    }

    .mt-18-xxxl {
        margin-top: 72px !important
    }

    .mb-18-xxxl {
        margin-bottom: 72px !important
    }

    .mx-18-xxxl {
        margin-left: 72px !important;
        margin-right: 72px !important
    }

    .my-18-xxxl {
        margin-top: 72px !important;
        margin-bottom: 72px !important
    }

    .m-18-xxxl-minus {
        margin: -72px !important
    }

    .mr-18-xxxl-minus {
        margin-right: -72px !important
    }

    .ml-18-xxxl-minus {
        margin-left: -72px !important
    }

    .mt-18-xxxl-minus {
        margin-top: -72px !important
    }

    .mb-18-xxxl-minus {
        margin-bottom: -72px !important
    }

    .p-19-xxxl {
        padding: 76px !important
    }

    .pr-19-xxxl {
        padding-right: 76px !important
    }

    .pl-19-xxxl {
        padding-left: 76px !important
    }

    .pt-19-xxxl {
        padding-top: 76px !important
    }

    .pb-19-xxxl {
        padding-bottom: 76px !important
    }

    .px-19-xxxl {
        padding-left: 76px !important;
        padding-right: 76px !important
    }

    .py-19-xxxl {
        padding-top: 76px !important;
        padding-bottom: 76px !important
    }

    .m-19-xxxl {
        margin: 76px !important
    }

    .mr-19-xxxl {
        margin-right: 76px !important
    }

    .ml-19-xxxl {
        margin-left: 76px !important
    }

    .mt-19-xxxl {
        margin-top: 76px !important
    }

    .mb-19-xxxl {
        margin-bottom: 76px !important
    }

    .mx-19-xxxl {
        margin-left: 76px !important;
        margin-right: 76px !important
    }

    .my-19-xxxl {
        margin-top: 76px !important;
        margin-bottom: 76px !important
    }

    .m-19-xxxl-minus {
        margin: -76px !important
    }

    .mr-19-xxxl-minus {
        margin-right: -76px !important
    }

    .ml-19-xxxl-minus {
        margin-left: -76px !important
    }

    .mt-19-xxxl-minus {
        margin-top: -76px !important
    }

    .mb-19-xxxl-minus {
        margin-bottom: -76px !important
    }

    .p-20-xxxl {
        padding: 80px !important
    }

    .pr-20-xxxl {
        padding-right: 80px !important
    }

    .pl-20-xxxl {
        padding-left: 80px !important
    }

    .pt-20-xxxl {
        padding-top: 80px !important
    }

    .pb-20-xxxl {
        padding-bottom: 80px !important
    }

    .px-20-xxxl {
        padding-left: 80px !important;
        padding-right: 80px !important
    }

    .py-20-xxxl {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .m-20-xxxl {
        margin: 80px !important
    }

    .mr-20-xxxl {
        margin-right: 80px !important
    }

    .ml-20-xxxl {
        margin-left: 80px !important
    }

    .mt-20-xxxl {
        margin-top: 80px !important
    }

    .mb-20-xxxl {
        margin-bottom: 80px !important
    }

    .mx-20-xxxl {
        margin-left: 80px !important;
        margin-right: 80px !important
    }

    .my-20-xxxl {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .m-20-xxxl-minus {
        margin: -80px !important
    }

    .mr-20-xxxl-minus {
        margin-right: -80px !important
    }

    .ml-20-xxxl-minus {
        margin-left: -80px !important
    }

    .mt-20-xxxl-minus {
        margin-top: -80px !important
    }

    .mb-20-xxxl-minus {
        margin-bottom: -80px !important
    }
}

:root {
    --h1-size: 2rem;
    --h2-size: 1.5rem;
    --h3-size: 1.25rem;
    --h4-size: 1rem;
    --h5-size: .875rem;
    --h6-size: .75rem;
    --base-text-weight-ultralight: 100;
    --base-text-weight-light: 300;
    --base-text-weight-medium: 500;
    --base-text-weight-normal: 400;
    --base-text-weight-semibold: 600;
    --mark-background: #a6d2ff;
    --mark-color: #191919;
    --code-background: #99a1b31a;
    --code-color: #191919;
    --kbd-background: #004D6FFF;
    --kbd-color: #ffffff
}

.dark-side {
    --mark-background: #c0c0c0;
    --mark-color: #000000;
    --code-background: #2b2d30;
    --code-color: #b3b3aa;
    --kbd-background: #004D6FFF;
    --kbd-color: #ffffff
}

.text-ultralight {
    font-weight: var(--base-text-weight-ultralight) !important
}

.text-light {
    font-weight: var(--base-text-weight-light) !important
}

.text-normal {
    font-weight: var(--base-text-weight-normal) !important
}

.text-medium {
    font-weight: var(--base-text-weight-medium) !important
}

.text-bold {
    font-weight: var(--base-text-weight-semibold) !important
}

.text-weight-1 {
    font-weight: 100 !important
}

.text-weight-2 {
    font-weight: 200 !important
}

.text-weight-3 {
    font-weight: 300 !important
}

.text-weight-4 {
    font-weight: 400 !important
}

.text-weight-5 {
    font-weight: 500 !important
}

.text-weight-6 {
    font-weight: 600 !important
}

.text-weight-7 {
    font-weight: 700 !important
}

.text-weight-8 {
    font-weight: 800 !important
}

.text-weight-9 {
    font-weight: 900 !important
}

.text-weight-10 {
    font-weight: 1000 !important
}

.display4, .d4 {
    font-size: clamp(56px,10vw,112px);
    font-weight: 700
}

.display3, .d3 {
    font-size: clamp(36px,8vw,56px);
    font-weight: 600
}

.display2, .d2 {
    font-size: clamp(32px,6vw,48px);
    font-weight: 500
}

.display1, .d1 {
    font-size: clamp(24px,4vw,36px);
    font-weight: 400
}

h1, .h1 {
    font-size: clamp(1.5rem,5vw,2rem);
    font-weight: var(--base-text-weight-semibold)
}

h2, .h2 {
    font-size: clamp(1.25rem,4vw,1.5rem);
    font-weight: var(--base-text-weight-semibold)
}

h3, .h3 {
    font-size: clamp(1.1rem,3vw,1.25rem);
    font-weight: var(--base-text-weight-semibold)
}

h4, .h4 {
    font-size: clamp(.9rem,2.5vw,1rem);
    font-weight: var(--base-text-weight-semibold)
}

h5, .h5 {
    font-size: clamp(.8rem,2vw,.875rem);
    font-weight: var(--base-text-weight-semibold)
}

h6, .h6 {
    font-size: clamp(.7rem,1.5vw,.75rem);
    font-weight: var(--base-text-weight-semibold)
}

.display1, .display2, .display3, .display4 {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1
}

.leader {
    font-weight: var(--base-text-weight-light);
    font-size: clamp(32px,6vw,48px);
    line-height: 1.5
}

.sub-leader {
    font-weight: var(--base-text-weight-normal);
    font-size: clamp(24px,5vw,38px);
    line-height: 1.3
}

.text-small {
    font-weight: 400;
    font-size: clamp(10px,1vw,12px);
    line-height: 1
}

.text-secondary {
    font-weight: 400;
    font-size: clamp(12px,1.2vw,14px);
    line-height: 1
}

.text-leader {
    font-size: clamp(18px,3vw,24px);
    font-weight: 300;
    line-height: 1.5
}

.text-leader2 {
    font-size: clamp(16px,2.5vw,20px);
    font-weight: 300;
    line-height: 1.5
}

.text-muted {
    color: var(--body-color-secondary)
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
    color: inherit;
    margin: 1rem 0;
    line-height: 1.1;
    text-wrap: balance
}

    .h1 > small, h1 > small, .h2 > small, h2 > small, .h3 > small, h3 > small, .h4 > small, h4 > small, .h5 > small, h5 > small, .h6 > small, h6 > small, .h1 > .small, h1 > .small, .h2 > .small, h2 > .small, .h3 > .small, h3 > .small, .h4 > .small, h4 > .small, .h5 > .small, h5 > .small, .h6 > .small, h6 > .small {
        font-weight: 400;
        font-size: .7em;
        line-height: 1;
        color: var(--body-color-secondary)
    }

    .h1:nth-child(1), h1:nth-child(1), .h2:nth-child(1), h2:nth-child(1), .h3:nth-child(1), h3:nth-child(1), .h4:nth-child(1), h4:nth-child(1), .h5:nth-child(1), h5:nth-child(1), .h6:nth-child(1), h6:nth-child(1) {
        margin-top: 0
    }

.text-upper {
    text-transform: uppercase !important
}

.text-lower {
    text-transform: lowercase !important
}

.text-cap {
    text-transform: capitalize !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-just {
    text-align: justify !important
}

.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.text-italic {
    font-style: italic !important
}

.text-oblique {
    font-style: oblique !important
}

.text-overline {
    text-decoration: overline !important
}

.text-linethrough {
    text-decoration: line-through !important
}

.text-underline {
    text-decoration: underline !important
}

.text-underover {
    text-decoration: underline overline !important
}

.va-top {
    vertical-align: top !important
}

.va-bottom {
    vertical-align: bottom !important
}

.va-baseline {
    vertical-align: baseline !important
}

.va-middle {
    vertical-align: middle !important
}

.va-sub {
    vertical-align: sub !important
}

.va-super {
    vertical-align: super !important
}

.va-text-top {
    vertical-align: text-top !important
}

.va-text-bottom {
    vertical-align: text-bottom !important
}

abbr {
    text-decoration: none;
    border-bottom: 1px var(--border-color) dotted;
    cursor: help;
    display: inline
}

address {
    font-weight: 400;
    margin-bottom: 1rem;
    font-style: normal
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

pre, code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 13px
}

pre {
    margin: 0;
    overflow: auto
}

    pre code {
        white-space: inherit;
        display: block;
        height: 100% !important
    }

code, kbd {
    display: inline-flex;
    font-size: 13px;
    align-items: center;
    white-space: nowrap;
    border-radius: 4px;
    overflow-wrap: break-word;
    padding: 0 6px
}

a code, a kbd {
    text-decoration: underline;
    cursor: pointer
}

code {
    color: var(--code-color);
    background-color: var(--code-background);
    font-weight: 600
}

kbd {
    background-color: var(--kbd-background);
    color: var(--kbd-color)
}

pre code {
    height: auto
}

a {
    position: relative;
    color: var(--link-color);
    text-decoration: none;
    background-color: transparent;
    text-decoration-skip: auto;
    box-shadow: none
}

    a:hover {
        color: var(--link-color-hover);
        text-decoration: underline
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
            color: inherit;
            text-decoration: none;
            outline: 0
        }

.no-decor {
    text-decoration: none !important
}

mark {
    padding: .1875rem;
    background-color: var(--mark-background);
    color: var(--mark-color)
}

del {
    color: var(--body-color-secondary);
    text-decoration: line-through
}

p {
    text-wrap: pretty
}

* + p {
    margin-top: 1rem
}

dl, ul, ol {
    margin: 1rem
}

    dl dl, ul dl, ol dl, dl ul, ul ul, ol ul, dl ol, ul ol, ol ol {
        margin-bottom: 0;
        margin-top: 0;
        padding-left: 1.5rem
    }

ul, menu, dir {
    display: block;
    list-style-type: disc
}

    ul ul {
        list-style: circle
    }

        ul ul ul {
            list-style: square
        }

dl dt, dl dd {
    line-height: 1.25rem
}

dl dt {
    font-weight: 700
}

dl dd {
    margin-left: .9375rem
}

dl.horizontal dt {
    float: left;
    width: 10rem;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap
}

dl.horizontal dd {
    margin-left: 11.25rem
}

.indent:first-letter {
    margin-left: 2.5rem
}

.indent-letter:first-letter {
    font-weight: 700;
    float: left;
    padding: 0;
    line-height: 40px;
    font-size: 48px;
    margin: 2px 8px 0 -2px
}

blockquote {
    margin-bottom: 1rem;
    padding: 0 0 0 .625rem;
    border-left: .25rem var(--border-color) solid
}

    blockquote small {
        color: var(--body-color-secondary)
    }

        blockquote small:before {
            content: "\2014\a0"
        }

    blockquote.right-side {
        border: 0;
        border-right: 4px var(--border-color) solid;
        padding-right: .625rem;
        text-align: right
    }

        blockquote.right-side small:before {
            content: ""
        }

        blockquote.right-side small:after {
            content: " \a0\2014"
        }

hr {
    border: 0;
    height: 2px;
    background-color: var(--border-color)
}

    hr.thin {
        height: 1px
    }

    hr.fat {
        height: 3px
    }

.reduce-1 {
    font-size: .9em !important
}

.reduce-2 {
    font-size: .8em !important
}

.reduce-3 {
    font-size: .7em !important
}

.reduce-4 {
    font-size: .6em !important
}

.reduce-5 {
    font-size: .5em !important
}

.reduce-6 {
    font-size: .4em !important
}

.reduce-7 {
    font-size: .3em !important
}

.reduce-8 {
    font-size: .2em !important
}

.reduce-9 {
    font-size: .1em !important
}

.enlarge {
    font-size: 1em !important
}

.enlarge-1 {
    font-size: 1.1em !important
}

.enlarge-2 {
    font-size: 1.2em !important
}

.enlarge-3 {
    font-size: 1.3em !important
}

.enlarge-4 {
    font-size: 1.4em !important
}

.enlarge-5 {
    font-size: 1.5em !important
}

.enlarge-6 {
    font-size: 1.6em !important
}

.enlarge-7 {
    font-size: 1.7em !important
}

.enlarge-8 {
    font-size: 1.8em !important
}

.enlarge-9 {
    font-size: 1.9em !important
}

.enlarge-2x {
    font-size: 2em !important
}

.enlarge-3x {
    font-size: 3em !important
}

.enlarge-4x {
    font-size: 4em !important
}

.align-size {
    font-size: 1em !important
}

.text-underline {
    text-decoration: underline
}

@container (min-width: 0) {
    .text-upper-fs {
        text-transform: uppercase !important
    }

    .text-lower-fs {
        text-transform: lowercase !important
    }

    .text-cap-fs {
        text-transform: capitalize !important
    }

    .text-left-fs {
        text-align: left !important
    }

    .text-right-fs {
        text-align: right !important
    }

    .text-center-fs {
        text-align: center !important
    }

    .text-just-fs {
        text-align: justify !important
    }

    .va-top-fs {
        vertical-align: top !important
    }

    .va-bottom-fs {
        vertical-align: bottom !important
    }

    .va-baseline-fs {
        vertical-align: baseline !important
    }

    .va-middle-fs {
        vertical-align: middle !important
    }

    .va-sub-fs {
        vertical-align: sub !important
    }

    .va-super-fs {
        vertical-align: super !important
    }

    .va-text-top-fs {
        vertical-align: text-top !important
    }

    .va-text-bottom-fs {
        vertical-align: text-bottom !important
    }

    .reduce-1-fs {
        font-size: .9em !important
    }

    .reduce-2-fs {
        font-size: .8em !important
    }

    .reduce-3-fs {
        font-size: .7em !important
    }

    .reduce-4-fs {
        font-size: .6em !important
    }

    .reduce-5-fs {
        font-size: .5em !important
    }

    .reduce-6-fs {
        font-size: .4em !important
    }

    .reduce-7-fs {
        font-size: .3em !important
    }

    .reduce-8-fs {
        font-size: .2em !important
    }

    .reduce-9-fs {
        font-size: .1em !important
    }

    .enlarge-fs {
        font-size: 1em !important
    }

    .enlarge-1-fs {
        font-size: 1.1em !important
    }

    .enlarge-2-fs {
        font-size: 1.2em !important
    }

    .enlarge-3-fs {
        font-size: 1.3em !important
    }

    .enlarge-4-fs {
        font-size: 1.4em !important
    }

    .enlarge-5-fs {
        font-size: 1.5em !important
    }

    .enlarge-6-fs {
        font-size: 1.6em !important
    }

    .enlarge-7-fs {
        font-size: 1.7em !important
    }

    .enlarge-8-fs {
        font-size: 1.8em !important
    }

    .enlarge-9-fs {
        font-size: 1.9em !important
    }

    .enlarge-2x-fs {
        font-size: 2em !important
    }

    .enlarge-3x-fs {
        font-size: 3em !important
    }

    .enlarge-4x-fs {
        font-size: 4em !important
    }
}

@container (min-width: 360px) {
    .text-upper-xs {
        text-transform: uppercase !important
    }

    .text-lower-xs {
        text-transform: lowercase !important
    }

    .text-cap-xs {
        text-transform: capitalize !important
    }

    .text-left-xs {
        text-align: left !important
    }

    .text-right-xs {
        text-align: right !important
    }

    .text-center-xs {
        text-align: center !important
    }

    .text-just-xs {
        text-align: justify !important
    }

    .va-top-xs {
        vertical-align: top !important
    }

    .va-bottom-xs {
        vertical-align: bottom !important
    }

    .va-baseline-xs {
        vertical-align: baseline !important
    }

    .va-middle-xs {
        vertical-align: middle !important
    }

    .va-sub-xs {
        vertical-align: sub !important
    }

    .va-super-xs {
        vertical-align: super !important
    }

    .va-text-top-xs {
        vertical-align: text-top !important
    }

    .va-text-bottom-xs {
        vertical-align: text-bottom !important
    }

    .reduce-1-xs {
        font-size: .9em !important
    }

    .reduce-2-xs {
        font-size: .8em !important
    }

    .reduce-3-xs {
        font-size: .7em !important
    }

    .reduce-4-xs {
        font-size: .6em !important
    }

    .reduce-5-xs {
        font-size: .5em !important
    }

    .reduce-6-xs {
        font-size: .4em !important
    }

    .reduce-7-xs {
        font-size: .3em !important
    }

    .reduce-8-xs {
        font-size: .2em !important
    }

    .reduce-9-xs {
        font-size: .1em !important
    }

    .enlarge-xs {
        font-size: 1em !important
    }

    .enlarge-1-xs {
        font-size: 1.1em !important
    }

    .enlarge-2-xs {
        font-size: 1.2em !important
    }

    .enlarge-3-xs {
        font-size: 1.3em !important
    }

    .enlarge-4-xs {
        font-size: 1.4em !important
    }

    .enlarge-5-xs {
        font-size: 1.5em !important
    }

    .enlarge-6-xs {
        font-size: 1.6em !important
    }

    .enlarge-7-xs {
        font-size: 1.7em !important
    }

    .enlarge-8-xs {
        font-size: 1.8em !important
    }

    .enlarge-9-xs {
        font-size: 1.9em !important
    }

    .enlarge-2x-xs {
        font-size: 2em !important
    }

    .enlarge-3x-xs {
        font-size: 3em !important
    }

    .enlarge-4x-xs {
        font-size: 4em !important
    }
}

@container (min-width: 576px) {
    .text-upper-sm {
        text-transform: uppercase !important
    }

    .text-lower-sm {
        text-transform: lowercase !important
    }

    .text-cap-sm {
        text-transform: capitalize !important
    }

    .text-left-sm {
        text-align: left !important
    }

    .text-right-sm {
        text-align: right !important
    }

    .text-center-sm {
        text-align: center !important
    }

    .text-just-sm {
        text-align: justify !important
    }

    .va-top-sm {
        vertical-align: top !important
    }

    .va-bottom-sm {
        vertical-align: bottom !important
    }

    .va-baseline-sm {
        vertical-align: baseline !important
    }

    .va-middle-sm {
        vertical-align: middle !important
    }

    .va-sub-sm {
        vertical-align: sub !important
    }

    .va-super-sm {
        vertical-align: super !important
    }

    .va-text-top-sm {
        vertical-align: text-top !important
    }

    .va-text-bottom-sm {
        vertical-align: text-bottom !important
    }

    .reduce-1-sm {
        font-size: .9em !important
    }

    .reduce-2-sm {
        font-size: .8em !important
    }

    .reduce-3-sm {
        font-size: .7em !important
    }

    .reduce-4-sm {
        font-size: .6em !important
    }

    .reduce-5-sm {
        font-size: .5em !important
    }

    .reduce-6-sm {
        font-size: .4em !important
    }

    .reduce-7-sm {
        font-size: .3em !important
    }

    .reduce-8-sm {
        font-size: .2em !important
    }

    .reduce-9-sm {
        font-size: .1em !important
    }

    .enlarge-sm {
        font-size: 1em !important
    }

    .enlarge-1-sm {
        font-size: 1.1em !important
    }

    .enlarge-2-sm {
        font-size: 1.2em !important
    }

    .enlarge-3-sm {
        font-size: 1.3em !important
    }

    .enlarge-4-sm {
        font-size: 1.4em !important
    }

    .enlarge-5-sm {
        font-size: 1.5em !important
    }

    .enlarge-6-sm {
        font-size: 1.6em !important
    }

    .enlarge-7-sm {
        font-size: 1.7em !important
    }

    .enlarge-8-sm {
        font-size: 1.8em !important
    }

    .enlarge-9-sm {
        font-size: 1.9em !important
    }

    .enlarge-2x-sm {
        font-size: 2em !important
    }

    .enlarge-3x-sm {
        font-size: 3em !important
    }

    .enlarge-4x-sm {
        font-size: 4em !important
    }
}

@container (min-width: 640px) {
    .text-upper-ld {
        text-transform: uppercase !important
    }

    .text-lower-ld {
        text-transform: lowercase !important
    }

    .text-cap-ld {
        text-transform: capitalize !important
    }

    .text-left-ld {
        text-align: left !important
    }

    .text-right-ld {
        text-align: right !important
    }

    .text-center-ld {
        text-align: center !important
    }

    .text-just-ld {
        text-align: justify !important
    }

    .va-top-ld {
        vertical-align: top !important
    }

    .va-bottom-ld {
        vertical-align: bottom !important
    }

    .va-baseline-ld {
        vertical-align: baseline !important
    }

    .va-middle-ld {
        vertical-align: middle !important
    }

    .va-sub-ld {
        vertical-align: sub !important
    }

    .va-super-ld {
        vertical-align: super !important
    }

    .va-text-top-ld {
        vertical-align: text-top !important
    }

    .va-text-bottom-ld {
        vertical-align: text-bottom !important
    }

    .reduce-1-ld {
        font-size: .9em !important
    }

    .reduce-2-ld {
        font-size: .8em !important
    }

    .reduce-3-ld {
        font-size: .7em !important
    }

    .reduce-4-ld {
        font-size: .6em !important
    }

    .reduce-5-ld {
        font-size: .5em !important
    }

    .reduce-6-ld {
        font-size: .4em !important
    }

    .reduce-7-ld {
        font-size: .3em !important
    }

    .reduce-8-ld {
        font-size: .2em !important
    }

    .reduce-9-ld {
        font-size: .1em !important
    }

    .enlarge-ld {
        font-size: 1em !important
    }

    .enlarge-1-ld {
        font-size: 1.1em !important
    }

    .enlarge-2-ld {
        font-size: 1.2em !important
    }

    .enlarge-3-ld {
        font-size: 1.3em !important
    }

    .enlarge-4-ld {
        font-size: 1.4em !important
    }

    .enlarge-5-ld {
        font-size: 1.5em !important
    }

    .enlarge-6-ld {
        font-size: 1.6em !important
    }

    .enlarge-7-ld {
        font-size: 1.7em !important
    }

    .enlarge-8-ld {
        font-size: 1.8em !important
    }

    .enlarge-9-ld {
        font-size: 1.9em !important
    }

    .enlarge-2x-ld {
        font-size: 2em !important
    }

    .enlarge-3x-ld {
        font-size: 3em !important
    }

    .enlarge-4x-ld {
        font-size: 4em !important
    }
}

@container (min-width: 768px) {
    .text-upper-md {
        text-transform: uppercase !important
    }

    .text-lower-md {
        text-transform: lowercase !important
    }

    .text-cap-md {
        text-transform: capitalize !important
    }

    .text-left-md {
        text-align: left !important
    }

    .text-right-md {
        text-align: right !important
    }

    .text-center-md {
        text-align: center !important
    }

    .text-just-md {
        text-align: justify !important
    }

    .va-top-md {
        vertical-align: top !important
    }

    .va-bottom-md {
        vertical-align: bottom !important
    }

    .va-baseline-md {
        vertical-align: baseline !important
    }

    .va-middle-md {
        vertical-align: middle !important
    }

    .va-sub-md {
        vertical-align: sub !important
    }

    .va-super-md {
        vertical-align: super !important
    }

    .va-text-top-md {
        vertical-align: text-top !important
    }

    .va-text-bottom-md {
        vertical-align: text-bottom !important
    }

    .reduce-1-md {
        font-size: .9em !important
    }

    .reduce-2-md {
        font-size: .8em !important
    }

    .reduce-3-md {
        font-size: .7em !important
    }

    .reduce-4-md {
        font-size: .6em !important
    }

    .reduce-5-md {
        font-size: .5em !important
    }

    .reduce-6-md {
        font-size: .4em !important
    }

    .reduce-7-md {
        font-size: .3em !important
    }

    .reduce-8-md {
        font-size: .2em !important
    }

    .reduce-9-md {
        font-size: .1em !important
    }

    .enlarge-md {
        font-size: 1em !important
    }

    .enlarge-1-md {
        font-size: 1.1em !important
    }

    .enlarge-2-md {
        font-size: 1.2em !important
    }

    .enlarge-3-md {
        font-size: 1.3em !important
    }

    .enlarge-4-md {
        font-size: 1.4em !important
    }

    .enlarge-5-md {
        font-size: 1.5em !important
    }

    .enlarge-6-md {
        font-size: 1.6em !important
    }

    .enlarge-7-md {
        font-size: 1.7em !important
    }

    .enlarge-8-md {
        font-size: 1.8em !important
    }

    .enlarge-9-md {
        font-size: 1.9em !important
    }

    .enlarge-2x-md {
        font-size: 2em !important
    }

    .enlarge-3x-md {
        font-size: 3em !important
    }

    .enlarge-4x-md {
        font-size: 4em !important
    }
}

@container (min-width: 992px) {
    .text-upper-lg {
        text-transform: uppercase !important
    }

    .text-lower-lg {
        text-transform: lowercase !important
    }

    .text-cap-lg {
        text-transform: capitalize !important
    }

    .text-left-lg {
        text-align: left !important
    }

    .text-right-lg {
        text-align: right !important
    }

    .text-center-lg {
        text-align: center !important
    }

    .text-just-lg {
        text-align: justify !important
    }

    .va-top-lg {
        vertical-align: top !important
    }

    .va-bottom-lg {
        vertical-align: bottom !important
    }

    .va-baseline-lg {
        vertical-align: baseline !important
    }

    .va-middle-lg {
        vertical-align: middle !important
    }

    .va-sub-lg {
        vertical-align: sub !important
    }

    .va-super-lg {
        vertical-align: super !important
    }

    .va-text-top-lg {
        vertical-align: text-top !important
    }

    .va-text-bottom-lg {
        vertical-align: text-bottom !important
    }

    .reduce-1-lg {
        font-size: .9em !important
    }

    .reduce-2-lg {
        font-size: .8em !important
    }

    .reduce-3-lg {
        font-size: .7em !important
    }

    .reduce-4-lg {
        font-size: .6em !important
    }

    .reduce-5-lg {
        font-size: .5em !important
    }

    .reduce-6-lg {
        font-size: .4em !important
    }

    .reduce-7-lg {
        font-size: .3em !important
    }

    .reduce-8-lg {
        font-size: .2em !important
    }

    .reduce-9-lg {
        font-size: .1em !important
    }

    .enlarge-lg {
        font-size: 1em !important
    }

    .enlarge-1-lg {
        font-size: 1.1em !important
    }

    .enlarge-2-lg {
        font-size: 1.2em !important
    }

    .enlarge-3-lg {
        font-size: 1.3em !important
    }

    .enlarge-4-lg {
        font-size: 1.4em !important
    }

    .enlarge-5-lg {
        font-size: 1.5em !important
    }

    .enlarge-6-lg {
        font-size: 1.6em !important
    }

    .enlarge-7-lg {
        font-size: 1.7em !important
    }

    .enlarge-8-lg {
        font-size: 1.8em !important
    }

    .enlarge-9-lg {
        font-size: 1.9em !important
    }

    .enlarge-2x-lg {
        font-size: 2em !important
    }

    .enlarge-3x-lg {
        font-size: 3em !important
    }

    .enlarge-4x-lg {
        font-size: 4em !important
    }
}

@container (min-width: 1200px) {
    .text-upper-xl {
        text-transform: uppercase !important
    }

    .text-lower-xl {
        text-transform: lowercase !important
    }

    .text-cap-xl {
        text-transform: capitalize !important
    }

    .text-left-xl {
        text-align: left !important
    }

    .text-right-xl {
        text-align: right !important
    }

    .text-center-xl {
        text-align: center !important
    }

    .text-just-xl {
        text-align: justify !important
    }

    .va-top-xl {
        vertical-align: top !important
    }

    .va-bottom-xl {
        vertical-align: bottom !important
    }

    .va-baseline-xl {
        vertical-align: baseline !important
    }

    .va-middle-xl {
        vertical-align: middle !important
    }

    .va-sub-xl {
        vertical-align: sub !important
    }

    .va-super-xl {
        vertical-align: super !important
    }

    .va-text-top-xl {
        vertical-align: text-top !important
    }

    .va-text-bottom-xl {
        vertical-align: text-bottom !important
    }

    .reduce-1-xl {
        font-size: .9em !important
    }

    .reduce-2-xl {
        font-size: .8em !important
    }

    .reduce-3-xl {
        font-size: .7em !important
    }

    .reduce-4-xl {
        font-size: .6em !important
    }

    .reduce-5-xl {
        font-size: .5em !important
    }

    .reduce-6-xl {
        font-size: .4em !important
    }

    .reduce-7-xl {
        font-size: .3em !important
    }

    .reduce-8-xl {
        font-size: .2em !important
    }

    .reduce-9-xl {
        font-size: .1em !important
    }

    .enlarge-xl {
        font-size: 1em !important
    }

    .enlarge-1-xl {
        font-size: 1.1em !important
    }

    .enlarge-2-xl {
        font-size: 1.2em !important
    }

    .enlarge-3-xl {
        font-size: 1.3em !important
    }

    .enlarge-4-xl {
        font-size: 1.4em !important
    }

    .enlarge-5-xl {
        font-size: 1.5em !important
    }

    .enlarge-6-xl {
        font-size: 1.6em !important
    }

    .enlarge-7-xl {
        font-size: 1.7em !important
    }

    .enlarge-8-xl {
        font-size: 1.8em !important
    }

    .enlarge-9-xl {
        font-size: 1.9em !important
    }

    .enlarge-2x-xl {
        font-size: 2em !important
    }

    .enlarge-3x-xl {
        font-size: 3em !important
    }

    .enlarge-4x-xl {
        font-size: 4em !important
    }
}

@container (min-width: 1400px) {
    .text-upper-xxl {
        text-transform: uppercase !important
    }

    .text-lower-xxl {
        text-transform: lowercase !important
    }

    .text-cap-xxl {
        text-transform: capitalize !important
    }

    .text-left-xxl {
        text-align: left !important
    }

    .text-right-xxl {
        text-align: right !important
    }

    .text-center-xxl {
        text-align: center !important
    }

    .text-just-xxl {
        text-align: justify !important
    }

    .va-top-xxl {
        vertical-align: top !important
    }

    .va-bottom-xxl {
        vertical-align: bottom !important
    }

    .va-baseline-xxl {
        vertical-align: baseline !important
    }

    .va-middle-xxl {
        vertical-align: middle !important
    }

    .va-sub-xxl {
        vertical-align: sub !important
    }

    .va-super-xxl {
        vertical-align: super !important
    }

    .va-text-top-xxl {
        vertical-align: text-top !important
    }

    .va-text-bottom-xxl {
        vertical-align: text-bottom !important
    }

    .reduce-1-xxl {
        font-size: .9em !important
    }

    .reduce-2-xxl {
        font-size: .8em !important
    }

    .reduce-3-xxl {
        font-size: .7em !important
    }

    .reduce-4-xxl {
        font-size: .6em !important
    }

    .reduce-5-xxl {
        font-size: .5em !important
    }

    .reduce-6-xxl {
        font-size: .4em !important
    }

    .reduce-7-xxl {
        font-size: .3em !important
    }

    .reduce-8-xxl {
        font-size: .2em !important
    }

    .reduce-9-xxl {
        font-size: .1em !important
    }

    .enlarge-xxl {
        font-size: 1em !important
    }

    .enlarge-1-xxl {
        font-size: 1.1em !important
    }

    .enlarge-2-xxl {
        font-size: 1.2em !important
    }

    .enlarge-3-xxl {
        font-size: 1.3em !important
    }

    .enlarge-4-xxl {
        font-size: 1.4em !important
    }

    .enlarge-5-xxl {
        font-size: 1.5em !important
    }

    .enlarge-6-xxl {
        font-size: 1.6em !important
    }

    .enlarge-7-xxl {
        font-size: 1.7em !important
    }

    .enlarge-8-xxl {
        font-size: 1.8em !important
    }

    .enlarge-9-xxl {
        font-size: 1.9em !important
    }

    .enlarge-2x-xxl {
        font-size: 2em !important
    }

    .enlarge-3x-xxl {
        font-size: 3em !important
    }

    .enlarge-4x-xxl {
        font-size: 4em !important
    }
}

@container (min-width: 2000px) {
    .text-upper-xxxl {
        text-transform: uppercase !important
    }

    .text-lower-xxxl {
        text-transform: lowercase !important
    }

    .text-cap-xxxl {
        text-transform: capitalize !important
    }

    .text-left-xxxl {
        text-align: left !important
    }

    .text-right-xxxl {
        text-align: right !important
    }

    .text-center-xxxl {
        text-align: center !important
    }

    .text-just-xxxl {
        text-align: justify !important
    }

    .va-top-xxxl {
        vertical-align: top !important
    }

    .va-bottom-xxxl {
        vertical-align: bottom !important
    }

    .va-baseline-xxxl {
        vertical-align: baseline !important
    }

    .va-middle-xxxl {
        vertical-align: middle !important
    }

    .va-sub-xxxl {
        vertical-align: sub !important
    }

    .va-super-xxxl {
        vertical-align: super !important
    }

    .va-text-top-xxxl {
        vertical-align: text-top !important
    }

    .va-text-bottom-xxxl {
        vertical-align: text-bottom !important
    }

    .reduce-1-xxxl {
        font-size: .9em !important
    }

    .reduce-2-xxxl {
        font-size: .8em !important
    }

    .reduce-3-xxxl {
        font-size: .7em !important
    }

    .reduce-4-xxxl {
        font-size: .6em !important
    }

    .reduce-5-xxxl {
        font-size: .5em !important
    }

    .reduce-6-xxxl {
        font-size: .4em !important
    }

    .reduce-7-xxxl {
        font-size: .3em !important
    }

    .reduce-8-xxxl {
        font-size: .2em !important
    }

    .reduce-9-xxxl {
        font-size: .1em !important
    }

    .enlarge-xxxl {
        font-size: 1em !important
    }

    .enlarge-1-xxxl {
        font-size: 1.1em !important
    }

    .enlarge-2-xxxl {
        font-size: 1.2em !important
    }

    .enlarge-3-xxxl {
        font-size: 1.3em !important
    }

    .enlarge-4-xxxl {
        font-size: 1.4em !important
    }

    .enlarge-5-xxxl {
        font-size: 1.5em !important
    }

    .enlarge-6-xxxl {
        font-size: 1.6em !important
    }

    .enlarge-7-xxxl {
        font-size: 1.7em !important
    }

    .enlarge-8-xxxl {
        font-size: 1.8em !important
    }

    .enlarge-9-xxxl {
        font-size: 1.9em !important
    }

    .enlarge-2x-xxxl {
        font-size: 2em !important
    }

    .enlarge-3x-xxxl {
        font-size: 3em !important
    }

    .enlarge-4x-xxxl {
        font-size: 4em !important
    }
}

.no-wrap {
    white-space: nowrap
}

.wrap-long {
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word
}

.error {
    text-decoration: underline wavy red
}

.mono {
    font-family: monospace !important
}

.transition {
    transition: all .3s linear
}

.inherit-colors {
    background-color: inherit !important;
    color: inherit !important
}

.inherit-background {
    background-color: inherit !important
}

.inherit-color {
    color: inherit !important
}

.clear:after, .clear-fix:after, .clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.overflow {
    overflow: auto !important
}

.no-overflow {
    overflow: hidden !important
}

.scroll {
    overflow: scroll !important
}

.scroll-x {
    overflow-x: auto !important
}

.scroll-y {
    overflow-y: auto !important
}

.no-scroll {
    overflow: hidden !important
}

.no-scroll-x {
    overflow-x: hidden !important
}

.no-scroll-y {
    overflow-y: hidden !important
}

.wrap {
    white-space: normal !important
}

.no-wrap {
    white-space: nowrap !important
}

.no-user-select {
    user-select: none !important
}

.no-appearance {
    appearance: none !important
}

.collapse {
    overflow: hidden;
    max-height: 0;
    transition: max-height .3s ease
}

.expand {
    max-height: 1000px !important;
    transition: max-height .3s ease !important;
    transition-duration: .5s !important;
    overflow: visible !important
}

.selected {
    box-shadow: 0 0 0 4px var(--selected-color) !important;
    border-radius: 6px
}

    .selected:after {
        position: absolute;
        display: block;
        border-top: 22px solid var(--selected-color);
        border-left: 22px solid transparent;
        right: -1px;
        content: "";
        top: -1px;
        z-index: 100
    }

    .selected:before {
        position: absolute;
        display: block;
        content: "";
        background-color: transparent;
        border-color: #fff !important;
        border-left: 2px solid;
        border-bottom: 2px solid;
        height: .325rem;
        width: .5rem;
        right: .25rem;
        top: .25rem;
        z-index: 102;
        transform: rotate(-45deg)
    }

.disabled, .-disabled {
    pointer-events: none !important
}

.stop-pointer {
    pointer-events: none;
    user-select: none
}

@container (min-width: 0) {
    .overflow-fs {
        overflow: auto !important
    }

    .no-overflow-fs {
        overflow: hidden !important
    }

    .scroll-fs {
        overflow: scroll !important
    }

    .scroll-x-fs {
        overflow-x: auto !important
    }

    .scroll-y-fs {
        overflow-y: auto !important
    }

    .no-scroll-fs {
        overflow: hidden !important
    }

    .no-scroll-x-fs {
        overflow-x: hidden !important
    }

    .no-scroll-y-fs {
        overflow-y: hidden !important
    }

    .wrap-fs {
        white-space: normal !important
    }

    .no-wrap-fs {
        white-space: nowrap !important
    }

    .collapse-fs {
        overflow: hidden;
        max-height: 0;
        transition: max-height .3s ease
    }

    .expand-fs {
        max-height: 1000px !important;
        transition: max-height .3s ease !important;
        transition-duration: .5s !important;
        overflow: visible !important
    }
}

@container (min-width: 360px) {
    .overflow-xs {
        overflow: auto !important
    }

    .no-overflow-xs {
        overflow: hidden !important
    }

    .scroll-xs {
        overflow: scroll !important
    }

    .scroll-x-xs {
        overflow-x: auto !important
    }

    .scroll-y-xs {
        overflow-y: auto !important
    }

    .no-scroll-xs {
        overflow: hidden !important
    }

    .no-scroll-x-xs {
        overflow-x: hidden !important
    }

    .no-scroll-y-xs {
        overflow-y: hidden !important
    }

    .wrap-xs {
        white-space: normal !important
    }

    .no-wrap-xs {
        white-space: nowrap !important
    }

    .collapse-xs {
        overflow: hidden;
        max-height: 0;
        transition: max-height .3s ease
    }

    .expand-xs {
        max-height: 1000px !important;
        transition: max-height .3s ease !important;
        transition-duration: .5s !important;
        overflow: visible !important
    }
}

@container (min-width: 576px) {
    .overflow-sm {
        overflow: auto !important
    }

    .no-overflow-sm {
        overflow: hidden !important
    }

    .scroll-sm {
        overflow: scroll !important
    }

    .scroll-x-sm {
        overflow-x: auto !important
    }

    .scroll-y-sm {
        overflow-y: auto !important
    }

    .no-scroll-sm {
        overflow: hidden !important
    }

    .no-scroll-x-sm {
        overflow-x: hidden !important
    }

    .no-scroll-y-sm {
        overflow-y: hidden !important
    }

    .wrap-sm {
        white-space: normal !important
    }

    .no-wrap-sm {
        white-space: nowrap !important
    }

    .collapse-sm {
        overflow: hidden;
        max-height: 0;
        transition: max-height .3s ease
    }

    .expand-sm {
        max-height: 1000px !important;
        transition: max-height .3s ease !important;
        transition-duration: .5s !important;
        overflow: visible !important
    }
}

@container (min-width: 640px) {
    .overflow-ld {
        overflow: auto !important
    }

    .no-overflow-ld {
        overflow: hidden !important
    }

    .scroll-ld {
        overflow: scroll !important
    }

    .scroll-x-ld {
        overflow-x: auto !important
    }

    .scroll-y-ld {
        overflow-y: auto !important
    }

    .no-scroll-ld {
        overflow: hidden !important
    }

    .no-scroll-x-ld {
        overflow-x: hidden !important
    }

    .no-scroll-y-ld {
        overflow-y: hidden !important
    }

    .wrap-ld {
        white-space: normal !important
    }

    .no-wrap-ld {
        white-space: nowrap !important
    }

    .collapse-ld {
        overflow: hidden;
        max-height: 0;
        transition: max-height .3s ease
    }

    .expand-ld {
        max-height: 1000px !important;
        transition: max-height .3s ease !important;
        transition-duration: .5s !important;
        overflow: visible !important
    }
}

@container (min-width: 768px) {
    .overflow-md {
        overflow: auto !important
    }

    .no-overflow-md {
        overflow: hidden !important
    }

    .scroll-md {
        overflow: scroll !important
    }

    .scroll-x-md {
        overflow-x: auto !important
    }

    .scroll-y-md {
        overflow-y: auto !important
    }

    .no-scroll-md {
        overflow: hidden !important
    }

    .no-scroll-x-md {
        overflow-x: hidden !important
    }

    .no-scroll-y-md {
        overflow-y: hidden !important
    }

    .wrap-md {
        white-space: normal !important
    }

    .no-wrap-md {
        white-space: nowrap !important
    }

    .collapse-md {
        overflow: hidden;
        max-height: 0;
        transition: max-height .3s ease
    }

    .expand-md {
        max-height: 1000px !important;
        transition: max-height .3s ease !important;
        transition-duration: .5s !important;
        overflow: visible !important
    }
}

@container (min-width: 992px) {
    .overflow-lg {
        overflow: auto !important
    }

    .no-overflow-lg {
        overflow: hidden !important
    }

    .scroll-lg {
        overflow: scroll !important
    }

    .scroll-x-lg {
        overflow-x: auto !important
    }

    .scroll-y-lg {
        overflow-y: auto !important
    }

    .no-scroll-lg {
        overflow: hidden !important
    }

    .no-scroll-x-lg {
        overflow-x: hidden !important
    }

    .no-scroll-y-lg {
        overflow-y: hidden !important
    }

    .wrap-lg {
        white-space: normal !important
    }

    .no-wrap-lg {
        white-space: nowrap !important
    }

    .collapse-lg {
        overflow: hidden;
        max-height: 0;
        transition: max-height .3s ease
    }

    .expand-lg {
        max-height: 1000px !important;
        transition: max-height .3s ease !important;
        transition-duration: .5s !important;
        overflow: visible !important
    }
}

@container (min-width: 1200px) {
    .overflow-xl {
        overflow: auto !important
    }

    .no-overflow-xl {
        overflow: hidden !important
    }

    .scroll-xl {
        overflow: scroll !important
    }

    .scroll-x-xl {
        overflow-x: auto !important
    }

    .scroll-y-xl {
        overflow-y: auto !important
    }

    .no-scroll-xl {
        overflow: hidden !important
    }

    .no-scroll-x-xl {
        overflow-x: hidden !important
    }

    .no-scroll-y-xl {
        overflow-y: hidden !important
    }

    .wrap-xl {
        white-space: normal !important
    }

    .no-wrap-xl {
        white-space: nowrap !important
    }

    .collapse-xl {
        overflow: hidden;
        max-height: 0;
        transition: max-height .3s ease
    }

    .expand-xl {
        max-height: 1000px !important;
        transition: max-height .3s ease !important;
        transition-duration: .5s !important;
        overflow: visible !important
    }
}

@container (min-width: 1400px) {
    .overflow-xxl {
        overflow: auto !important
    }

    .no-overflow-xxl {
        overflow: hidden !important
    }

    .scroll-xxl {
        overflow: scroll !important
    }

    .scroll-x-xxl {
        overflow-x: auto !important
    }

    .scroll-y-xxl {
        overflow-y: auto !important
    }

    .no-scroll-xxl {
        overflow: hidden !important
    }

    .no-scroll-x-xxl {
        overflow-x: hidden !important
    }

    .no-scroll-y-xxl {
        overflow-y: hidden !important
    }

    .wrap-xxl {
        white-space: normal !important
    }

    .no-wrap-xxl {
        white-space: nowrap !important
    }

    .collapse-xxl {
        overflow: hidden;
        max-height: 0;
        transition: max-height .3s ease
    }

    .expand-xxl {
        max-height: 1000px !important;
        transition: max-height .3s ease !important;
        transition-duration: .5s !important;
        overflow: visible !important
    }
}

@container (min-width: 2000px) {
    .overflow-xxxl {
        overflow: auto !important
    }

    .no-overflow-xxxl {
        overflow: hidden !important
    }

    .scroll-xxxl {
        overflow: scroll !important
    }

    .scroll-x-xxxl {
        overflow-x: auto !important
    }

    .scroll-y-xxxl {
        overflow-y: auto !important
    }

    .no-scroll-xxxl {
        overflow: hidden !important
    }

    .no-scroll-x-xxxl {
        overflow-x: hidden !important
    }

    .no-scroll-y-xxxl {
        overflow-y: hidden !important
    }

    .wrap-xxxl {
        white-space: normal !important
    }

    .no-wrap-xxxl {
        white-space: nowrap !important
    }

    .collapse-xxxl {
        overflow: hidden;
        max-height: 0;
        transition: max-height .3s ease
    }

    .expand-xxxl {
        max-height: 1000px !important;
        transition: max-height .3s ease !important;
        transition-duration: .5s !important;
        overflow: visible !important
    }
}

:root {
    --z-index-selected: 100;
    --z-index-absolute: 500;
    --z-index-dropdown: 1000;
    --z-index-sticky: 1020;
    --z-index-fixed: 1030;
    --z-index-modal-backdrop: 1040;
    --z-index-modal: 1050;
    --z-index-popover: 1060;
    --z-index-tooltip: 1070;
    --z-index-top: 1080;
    --z-index-notify: 1085;
    --z-index-charms: 1090;
    --z-index-overlay: 2000;
    --z-index-fullscreen: 2147483647
}

.z-absolute {
    z-index: var(--z-index-absolute) !important
}

.z-dropdown {
    z-index: var(--z-index-dropdown) !important
}

.z-sticky {
    z-index: var(--z-index-sticky) !important
}

.z-fixed {
    z-index: var(--z-index-fixed) !important
}

.z-modal-backdrop {
    z-index: var(--z-index-modal-backdrop) !important
}

.z-modal {
    z-index: var(--z-index-modal) !important
}

.z-popover {
    z-index: var(--z-index-popover) !important
}

.z-tooltip {
    z-index: var(--z-index-tooltip) !important
}

.z-top {
    z-index: var(--z-index-top) !important
}

.z-notify {
    z-index: var(--z-index-notify) !important
}

.z-charms {
    z-index: var(--z-index-charms) !important
}

.z-overlay {
    z-index: var(--z-index-overlay) !important
}

.z-fullscreen {
    z-index: var(--z-index-fullscreen) !important
}

.z-1 {
    z-index: 1 !important
}

.z-2 {
    z-index: 2 !important
}

.z-3 {
    z-index: 3 !important
}

.z-4 {
    z-index: 4 !important
}

.z-5 {
    z-index: 5 !important
}

.z-6 {
    z-index: 6 !important
}

.z-7 {
    z-index: 7 !important
}

.z-8 {
    z-index: 8 !important
}

.z-9 {
    z-index: 9 !important
}

.z-10 {
    z-index: 10 !important
}

:root {
    --color-dark: #1d1d1d;
    --color-light: #f8f8f8;
    --color-gray-white: hsl(0, 0%, 96%);
    --color-hover-default: rgba(29, 29, 29, .1);
    --color-success: green;
    --color-alert: #c10000;
    --color-warning: orange;
    --color-info: #468cff;
    --color-primary: #f75553;
    --color-secondary: #74290a;
    --color-tertiary: #ffbebd
}

:root {
    --color-light-gray: hsl(0, 0%, 95%);
    --color-minor-gray: hsl(0, 0%, 87%);
    --color-gray: hsl(0, 0%, 80%);
    --color-sat-gray: hsl(0, 0%, 65%);
    --color-dark-gray: hsl(0, 0%, 55%);
    --color-light-gray-blue: hsl(210, 26%, 84%);
    --color-minor-gray-blue: hsl(210, 26%, 69%);
    --color-gray-blue: hsl(210, 26%, 54%);
    --color-sat-gray-blue: hsl(210, 26%, 39%);
    --color-dark-gray-blue: hsl(210, 26%, 29%);
    --color-light-gray-mouse: hsl(199, 15%, 70%);
    --color-minor-gray-mouse: hsl(199, 15%, 55%);
    --color-gray-mouse: hsl(199, 15%, 40%);
    --color-sat-gray-mouse: hsl(199, 15%, 25%);
    --color-dark-gray-mouse: hsl(199, 15%, 15%);
    --color-light-lime: hsl(93, 97%, 91%);
    --color-minor-lime: hsl(93, 97%, 81%);
    --color-lime: hsl(93, 97%, 71%);
    --color-sat-lime: hsl(93, 97%, 56%);
    --color-dark-lime: hsl(93, 97%, 46%);
    --color-light-green: hsl(120, 100%, 80%);
    --color-minor-green: hsl(120, 100%, 45%);
    --color-green: hsl(120, 100%, 35%);
    --color-sat-green: hsl(120, 100%, 20%);
    --color-dark-green: hsl(120, 100%, 10%);
    --color-light-emerald: hsl(140, 52%, 85%);
    --color-minor-emerald: hsl(140, 52%, 65%);
    --color-emerald: hsl(140, 52%, 55%);
    --color-sat-emerald: hsl(140, 52%, 40%);
    --color-dark-emerald: hsl(140, 52%, 30%);
    --color-light-blue: hsl(225, 100%, 93%);
    --color-minor-blue: hsl(225, 100%, 78%);
    --color-blue: hsl(225, 100%, 68%);
    --color-sat-blue: hsl(225, 100%, 53%);
    --color-dark-blue: hsl(225, 100%, 43%);
    --color-light-teal: hsl(180, 77%, 79%);
    --color-minor-teal: hsl(180, 77%, 54%);
    --color-teal: hsl(180, 77%, 44%);
    --color-sat-teal: hsl(180, 77%, 29%);
    --color-dark-teal: hsl(180, 77%, 19%);
    --color-light-cyan: hsl(221, 100%, 94%);
    --color-minor-cyan: hsl(221, 100%, 89%);
    --color-cyan: hsl(221, 100%, 79%);
    --color-sat-cyan: hsl(221, 100%, 64%);
    --color-dark-cyan: hsl(221, 100%, 54%);
    --color-light-cobalt: hsl(215, 100%, 79%);
    --color-minor-cobalt: hsl(215, 100%, 49%);
    --color-cobalt: hsl(215, 100%, 34%);
    --color-sat-cobalt: hsl(215, 100%, 19%);
    --color-dark-cobalt: hsl(215, 100%, 9%);
    --color-light-indigo: hsl(276, 100%, 78%);
    --color-minor-indigo: hsl(276, 100%, 48%);
    --color-indigo: hsl(276, 100%, 33%);
    --color-sat-indigo: hsl(276, 100%, 18%);
    --color-dark-indigo: hsl(276, 100%, 8%);
    --color-light-almost: hsl(259, 84%, 85%);
    --color-minor-almost: hsl(259, 84%, 70%);
    --color-almost: hsl(259, 84%, 55%);
    --color-sat-almost: hsl(259, 84%, 40%);
    --color-dark-almost: hsl(259, 84%, 30%);
    --color-light-violet: hsl(300, 76%, 92%);
    --color-minor-violet: hsl(300, 76%, 82%);
    --color-violet: hsl(300, 76%, 72%);
    --color-sat-violet: hsl(300, 76%, 57%);
    --color-dark-violet: hsl(300, 76%, 47%);
    --color-light-pink: hsl(350, 100%, 98%);
    --color-minor-pink: hsl(350, 100%, 93%);
    --color-pink: hsl(350, 100%, 88%);
    --color-sat-pink: hsl(350, 100%, 73%);
    --color-dark-pink: hsl(350, 100%, 63%);
    --color-light-magenta: hsl(300, 100%, 90%);
    --color-minor-magenta: hsl(300, 100%, 75%);
    --color-magenta: hsl(300, 100%, 50%);
    --color-sat-magenta: hsl(300, 100%, 35%);
    --color-dark-magenta: hsl(300, 100%, 25%);
    --color-light-crimson: hsl(348, 88%, 91%);
    --color-minor-crimson: hsl(348, 88%, 66%);
    --color-crimson: hsl(348, 88%, 46%);
    --color-sat-crimson: hsl(348, 88%, 31%);
    --color-dark-crimson: hsl(348, 88%, 21%);
    --color-light-red: hsl(0, 100%, 85%);
    --color-minor-red: hsl(0, 100%, 70%);
    --color-red: hsl(0, 100%, 50%);
    --color-sat-red: hsl(0, 100%, 35%);
    --color-dark-red: hsl(0, 100%, 25%);
    --color-light-clown: hsl(3, 100%, 95%);
    --color-minor-clown: hsl(3, 100%, 85%);
    --color-clown: hsl(3, 100%, 70%);
    --color-sat-clown: hsl(3, 100%, 55%);
    --color-dark-clown: hsl(3, 100%, 45%);
    --color-light-orange: hsl(39, 100%, 90%);
    --color-minor-orange: hsl(39, 100%, 75%);
    --color-orange: hsl(39, 100%, 50%);
    --color-sat-orange: hsl(39, 100%, 35%);
    --color-dark-orange: hsl(39, 100%, 25%);
    --color-light-amber: hsl(45, 100%, 78%);
    --color-minor-amber: hsl(45, 100%, 68%);
    --color-amber: hsl(45, 100%, 58%);
    --color-sat-amber: hsl(45, 100%, 43%);
    --color-dark-amber: hsl(45, 100%, 33%);
    --color-light-yellow: hsl(52, 100%, 93%);
    --color-minor-yellow: hsl(52, 100%, 83%);
    --color-yellow: hsl(52, 100%, 68%);
    --color-sat-yellow: hsl(52, 100%, 53%);
    --color-dark-yellow: hsl(52, 100%, 43%);
    --color-light-brown: hsl(25, 57%, 81%);
    --color-minor-brown: hsl(25, 57%, 66%);
    --color-brown: hsl(25, 57%, 51%);
    --color-sat-brown: hsl(25, 57%, 36%);
    --color-dark-brown: hsl(25, 57%, 26%);
    --color-light-olive: hsl(60, 100%, 72%);
    --color-minor-olive: hsl(60, 100%, 42%);
    --color-olive: hsl(60, 100%, 32%);
    --color-sat-olive: hsl(60, 100%, 17%);
    --color-dark-olive: hsl(60, 100%, 7%);
    --color-light-steel: hsl(209, 19%, 87%);
    --color-minor-steel: hsl(209, 19%, 77%);
    --color-steel: hsl(209, 19%, 57%);
    --color-sat-steel: hsl(209, 19%, 42%);
    --color-dark-steel: hsl(209, 19%, 32%);
    --color-light-mauve: hsl(277, 100%, 96%);
    --color-minor-mauve: hsl(277, 100%, 90%);
    --color-mauve: hsl(277, 100%, 84%);
    --color-sat-mauve: hsl(277, 100%, 69%);
    --color-dark-mauve: hsl(277, 100%, 59%);
    --color-light-taupe: hsl(29, 19%, 80%);
    --color-minor-taupe: hsl(29, 19%, 67%);
    --color-taupe: hsl(29, 19%, 50%);
    --color-sat-taupe: hsl(29, 19%, 35%);
    --color-dark-taupe: hsl(29, 19%, 25%);
    --color-light-champagne: hsl(37, 74%, 98%);
    --color-minor-champagne: hsl(37, 74%, 93%);
    --color-champagne: hsl(37, 74%, 88%);
    --color-sat-champagne: hsl(37, 74%, 73%);
    --color-dark-champagne: hsl(37, 74%, 63%);
    --color-light-khaki: hsl(47, 47%, 94%);
    --color-minor-khaki: hsl(47, 47%, 84%);
    --color-khaki: hsl(47, 47%, 69%);
    --color-sat-khaki: hsl(47, 47%, 54%);
    --color-dark-khaki: hsl(47, 47%, 44%);
    --color-light-charcoal: hsl(0, 0%, 90%);
    --color-minor-charcoal: hsl(0, 0%, 80%);
    --color-charcoal: hsl(0, 0%, 60%);
    --color-sat-charcoal: hsl(0, 0%, 45%);
    --color-dark-charcoal: hsl(0, 0%, 35%);
    --color-light-bronze: hsl(29, 75%, 87%);
    --color-minor-bronze: hsl(29, 75%, 72%);
    --color-bronze: hsl(29, 75%, 57%);
    --color-sat-bronze: hsl(29, 75%, 42%);
    --color-dark-bronze: hsl(29, 75%, 32%);
    --color-light-windstorm: hsl(216, 53%, 93%);
    --color-minor-windstorm: hsl(216, 53%, 81%);
    --color-windstorm: hsl(216, 53%, 66%);
    --color-sat-windstorm: hsl(216, 53%, 51%);
    --color-dark-windstorm: hsl(216, 53%, 41%);
    --color-light-nude: hsl(29, 79%, 97%);
    --color-minor-nude: hsl(29, 79%, 92%);
    --color-nude: hsl(29, 79%, 85%);
    --color-sat-nude: hsl(29, 79%, 70%);
    --color-dark-nude: hsl(29, 79%, 60%);
    --color-light-terracotta: hsl(10, 76%, 85%);
    --color-minor-terracotta: hsl(10, 76%, 70%);
    --color-terracotta: hsl(10, 76%, 55%);
    --color-sat-terracotta: hsl(10, 76%, 40%);
    --color-dark-terracotta: hsl(10, 76%, 30%);
    --color-light-coral: hsl(16, 100%, 92%);
    --color-minor-coral: hsl(16, 100%, 82%);
    --color-coral: hsl(16, 100%, 67%);
    --color-sat-coral: hsl(16, 100%, 52%);
    --color-dark-coral: hsl(16, 100%, 42%);
    --color-light-army: hsl(69, 34%, 75%);
    --color-minor-army: hsl(69, 34%, 47%);
    --color-army: hsl(69, 34%, 30%);
    --color-sat-army: hsl(69, 34%, 15%);
    --color-dark-army: hsl(69, 34%, 5%);
    --color-light-seashell: hsl(25, 100%, 98%);
    --color-minor-seashell: hsl(25, 100%, 97%);
    --color-seashell: hsl(25, 100%, 95%);
    --color-sat-seashell: hsl(25, 100%, 80%);
    --color-dark-seashell: hsl(25, 100%, 70%);
    --color-light-sand: hsl(45, 71%, 96%);
    --color-minor-sand: hsl(45, 71%, 88%);
    --color-sand: hsl(45, 71%, 81%);
    --color-sat-sand: hsl(45, 71%, 66%);
    --color-dark-sand: hsl(45, 71%, 56%)
}

.bg-transparent {
    background-color: transparent !important
}

.bg-default {
    background-color: var(--default-background) !important;
    color: var(--default-color) !important
}

.bg-hover:hover {
    background-color: #1d1d1d1a !important
}

.bg-facebook {
    background-color: #4267b2 !important;
    color: #fff !important
}

.bg-twitter {
    background-color: #1da1f2 !important;
    color: #fff !important
}

.bg-github {
    background-color: #24292e !important;
    color: #fff !important
}

.bg-bootstrap {
    background-color: #563d7c !important;
    color: #fff !important
}

.bg-gitlab {
    background-color: #e65328 !important;
    color: #fff !important
}

.bg-amazon {
    background-color: #232f3e !important;
    color: #fff !important
}

.bg-black, .bg-black-active:active, .bg-black-hover:hover {
    background-color: #000 !important
}

.bg-black-focus:focus {
    background-color: #000 !important
}

.bg-white, .bg-white-active:active, .bg-white-hover:hover {
    background-color: #fff !important
}

.bg-white-focus:focus {
    background-color: #fff !important
}

.bg-dark, .bg-dark-active:active, .bg-dark-hover:hover {
    background-color: #1d1d1d !important
}

.bg-dark-focus:focus {
    background-color: #1d1d1d !important
}

.bg-light, .bg-light-active:active, .bg-light-hover:hover {
    background-color: #f8f8f8 !important
}

.bg-light-focus:focus {
    background-color: #f8f8f8 !important
}

.bg-gray, .bg-gray-active:active, .bg-gray-hover:hover {
    background-color: #ccc !important
}

.bg-gray-focus:focus {
    background-color: #ccc !important
}

.bg-gray-blue, .bg-gray-blue-active:active, .bg-gray-blue-hover:hover {
    background-color: #6b8aa8 !important
}

.bg-gray-blue-focus:focus {
    background-color: #6b8aa8 !important
}

.bg-gray-white, .bg-gray-white-active:active, .bg-gray-white-hover:hover {
    background-color: #f5f5f5 !important
}

.bg-gray-white-focus:focus {
    background-color: #f5f5f5 !important
}

.bg-gray-mouse, .bg-gray-mouse-active:active, .bg-gray-mouse-hover:hover {
    background-color: #576c75 !important
}

.bg-gray-mouse-focus:focus {
    background-color: #576c75 !important
}

.bg-lime, .bg-lime-active:active, .bg-lime-hover:hover {
    background-color: #aefd6d !important
}

.bg-lime-focus:focus {
    background-color: #aefd6d !important
}

.bg-green, .bg-green-active:active, .bg-green-hover:hover {
    background-color: #00b300 !important
}

.bg-green-focus:focus {
    background-color: #00b300 !important
}

.bg-emerald, .bg-emerald-active:active, .bg-emerald-hover:hover {
    background-color: #51c878 !important
}

.bg-emerald-focus:focus {
    background-color: #51c878 !important
}

.bg-blue, .bg-blue-active:active, .bg-blue-hover:hover {
    background-color: #5c85ff !important
}

.bg-blue-focus:focus {
    background-color: #5c85ff !important
}

.bg-teal, .bg-teal-active:active, .bg-teal-hover:hover {
    background-color: #1ac7c7 !important
}

.bg-teal-focus:focus {
    background-color: #1ac7c7 !important
}

.bg-cyan, .bg-cyan-active:active, .bg-cyan-hover:hover {
    background-color: #94b6ff !important
}

.bg-cyan-focus:focus {
    background-color: #94b6ff !important
}

.bg-cobalt, .bg-cobalt-active:active, .bg-cobalt-hover:hover {
    background-color: #0048ad !important
}

.bg-cobalt-focus:focus {
    background-color: #0048ad !important
}

.bg-indigo, .bg-indigo-active:active, .bg-indigo-hover:hover {
    background-color: #6500a8 !important
}

.bg-indigo-focus:focus {
    background-color: #6500a8 !important
}

.bg-almost, .bg-almost-active:active, .bg-almost-hover:hover {
    background-color: #692ced !important
}

.bg-almost-focus:focus {
    background-color: #692ced !important
}

.bg-violet, .bg-violet-active:active, .bg-violet-hover:hover {
    background-color: #ee81ee !important
}

.bg-violet-focus:focus {
    background-color: #ee81ee !important
}

.bg-pink, .bg-pink-active:active, .bg-pink-hover:hover {
    background-color: #ffc2cc !important
}

.bg-pink-focus:focus {
    background-color: #ffc2cc !important
}

.bg-magenta, .bg-magenta-active:active, .bg-magenta-hover:hover {
    background-color: #f0f !important
}

.bg-magenta-focus:focus {
    background-color: #f0f !important
}

.bg-crimson, .bg-crimson-active:active, .bg-crimson-hover:hover {
    background-color: #dd0e37 !important
}

.bg-crimson-focus:focus {
    background-color: #dd0e37 !important
}

.bg-red, .bg-red-active:active, .bg-red-hover:hover {
    background-color: red !important
}

.bg-red-focus:focus {
    background-color: red !important
}

.bg-clown, .bg-clown-active:active, .bg-clown-hover:hover {
    background-color: #ff6e66 !important
}

.bg-clown-focus:focus {
    background-color: #ff6e66 !important
}

.bg-orange, .bg-orange-active:active, .bg-orange-hover:hover {
    background-color: #ffa600 !important
}

.bg-orange-focus:focus {
    background-color: #ffa600 !important
}

.bg-amber, .bg-amber-active:active, .bg-amber-hover:hover {
    background-color: #ffc929 !important
}

.bg-amber-focus:focus {
    background-color: #ffc929 !important
}

.bg-yellow, .bg-yellow-active:active, .bg-yellow-hover:hover {
    background-color: #ffe95c !important
}

.bg-yellow-focus:focus {
    background-color: #ffe95c !important
}

.bg-brown, .bg-brown-active:active, .bg-brown-hover:hover {
    background-color: #c9763b !important
}

.bg-brown-focus:focus {
    background-color: #c9763b !important
}

.bg-olive, .bg-olive-active:active, .bg-olive-hover:hover {
    background-color: #a3a300 !important
}

.bg-olive-focus:focus {
    background-color: #a3a300 !important
}

.bg-steel, .bg-steel-active:active, .bg-steel-hover:hover {
    background-color: #7d92a6 !important
}

.bg-steel-focus:focus {
    background-color: #7d92a6 !important
}

.bg-mauve, .bg-mauve-active:active, .bg-mauve-hover:hover {
    background-color: #e0adff !important
}

.bg-mauve-focus:focus {
    background-color: #e0adff !important
}

.bg-taupe, .bg-taupe-active:active, .bg-taupe-hover:hover {
    background-color: #987f67 !important
}

.bg-taupe-focus:focus {
    background-color: #987f67 !important
}

.bg-champagne, .bg-champagne-active:active, .bg-champagne-hover:hover {
    background-color: #f7e6ca !important
}

.bg-champagne-focus:focus {
    background-color: #f7e6ca !important
}

.bg-khaki, .bg-khaki-active:active, .bg-khaki-hover:hover {
    background-color: #d5c58b !important
}

.bg-khaki-focus:focus {
    background-color: #d5c58b !important
}

.bg-charcoal, .bg-charcoal-active:active, .bg-charcoal-hover:hover {
    background-color: #999 !important
}

.bg-charcoal-focus:focus {
    background-color: #999 !important
}

.bg-bronze, .bg-bronze-active:active, .bg-bronze-hover:hover {
    background-color: #e48f3f !important
}

.bg-bronze-focus:focus {
    background-color: #e48f3f !important
}

.bg-windstorm, .bg-windstorm-active:active, .bg-windstorm-hover:hover {
    background-color: #7a9fd6 !important
}

.bg-windstorm-focus:focus {
    background-color: #7a9fd6 !important
}

.bg-nude, .bg-nude-active:active, .bg-nude-hover:hover {
    background-color: #f7d8bb !important
}

.bg-nude-focus:focus {
    background-color: #f7d8bb !important
}

.bg-terracotta, .bg-terracotta-active:active, .bg-terracotta-hover:hover {
    background-color: #e35235 !important
}

.bg-terracotta-focus:focus {
    background-color: #e35235 !important
}

.bg-coral, .bg-coral-active:active, .bg-coral-hover:hover {
    background-color: #ff8457 !important
}

.bg-coral-focus:focus {
    background-color: #ff8457 !important
}

.bg-army, .bg-army-active:active, .bg-army-hover:hover {
    background-color: #5f6732 !important
}

.bg-army-focus:focus {
    background-color: #5f6732 !important
}

.bg-seashell, .bg-seashell-active:active, .bg-seashell-hover:hover {
    background-color: #fff0e5 !important
}

.bg-seashell-focus:focus {
    background-color: #fff0e5 !important
}

.bg-sand, .bg-sand-active:active, .bg-sand-hover:hover {
    background-color: #f1e0ac !important
}

.bg-sand-focus:focus {
    background-color: #f1e0ac !important
}

.bg-light-gray, .bg-light-gray-active:active, .bg-light-gray-hover:hover {
    background-color: #f2f2f2 !important
}

.bg-light-gray-focus:focus {
    background-color: #f2f2f2 !important
}

.bg-minor-gray, .bg-minor-gray-active:active, .bg-minor-gray-hover:hover {
    background-color: #dedede !important
}

.bg-minor-gray-focus:focus {
    background-color: #dedede !important
}

.bg-sat-gray, .bg-sat-gray-active:active, .bg-sat-gray-hover:hover {
    background-color: #a6a6a6 !important
}

.bg-sat-gray-focus:focus {
    background-color: #a6a6a6 !important
}

.bg-dark-gray, .bg-dark-gray-active:active, .bg-dark-gray-hover:hover {
    background-color: #8c8c8c !important
}

.bg-dark-gray-focus:focus {
    background-color: #8c8c8c !important
}

.bg-light-gray-blue, .bg-light-gray-blue-active:active, .bg-light-gray-blue-hover:hover {
    background-color: #ccd6e1 !important
}

.bg-light-gray-blue-focus:focus {
    background-color: #ccd6e1 !important
}

.bg-minor-gray-blue, .bg-minor-gray-blue-active:active, .bg-minor-gray-blue-hover:hover {
    background-color: #9bb0c5 !important
}

.bg-minor-gray-blue-focus:focus {
    background-color: #9bb0c5 !important
}

.bg-sat-gray-blue, .bg-sat-gray-blue-active:active, .bg-sat-gray-blue-hover:hover {
    background-color: #4a637d !important
}

.bg-sat-gray-blue-focus:focus {
    background-color: #4a637d !important
}

.bg-dark-gray-blue, .bg-dark-gray-blue-active:active, .bg-dark-gray-blue-hover:hover {
    background-color: #374a5d !important
}

.bg-dark-gray-blue-focus:focus {
    background-color: #374a5d !important
}

.bg-light-gray-mouse, .bg-light-gray-mouse-active:active, .bg-light-gray-mouse-hover:hover {
    background-color: #a7b7be !important
}

.bg-light-gray-mouse-focus:focus {
    background-color: #a7b7be !important
}

.bg-minor-gray-mouse, .bg-minor-gray-mouse-active:active, .bg-minor-gray-mouse-hover:hover {
    background-color: #7b939d !important
}

.bg-minor-gray-mouse-focus:focus {
    background-color: #7b939d !important
}

.bg-sat-gray-mouse, .bg-sat-gray-mouse-active:active, .bg-sat-gray-mouse-hover:hover {
    background-color: #364349 !important
}

.bg-sat-gray-mouse-focus:focus {
    background-color: #364349 !important
}

.bg-dark-gray-mouse, .bg-dark-gray-mouse-active:active, .bg-dark-gray-mouse-hover:hover {
    background-color: #21282c !important
}

.bg-dark-gray-mouse-focus:focus {
    background-color: #21282c !important
}

.bg-light-lime, .bg-light-lime-active:active, .bg-light-lime-hover:hover {
    background-color: #e6fed2 !important
}

.bg-light-lime-focus:focus {
    background-color: #e6fed2 !important
}

.bg-minor-lime, .bg-minor-lime-active:active, .bg-minor-lime-hover:hover {
    background-color: #cafea0 !important
}

.bg-minor-lime-focus:focus {
    background-color: #cafea0 !important
}

.bg-sat-lime, .bg-sat-lime-active:active, .bg-sat-lime-hover:hover {
    background-color: #84fc22 !important
}

.bg-sat-lime-focus:focus {
    background-color: #84fc22 !important
}

.bg-dark-lime, .bg-dark-lime-active:active, .bg-dark-lime-hover:hover {
    background-color: #6ae704 !important
}

.bg-dark-lime-focus:focus {
    background-color: #6ae704 !important
}

.bg-light-green, .bg-light-green-active:active, .bg-light-green-hover:hover {
    background-color: #9f9 !important
}

.bg-light-green-focus:focus {
    background-color: #9f9 !important
}

.bg-minor-green, .bg-minor-green-active:active, .bg-minor-green-hover:hover {
    background-color: #00e600 !important
}

.bg-minor-green-focus:focus {
    background-color: #00e600 !important
}

.bg-sat-green, .bg-sat-green-active:active, .bg-sat-green-hover:hover {
    background-color: #060 !important
}

.bg-sat-green-focus:focus {
    background-color: #060 !important
}

.bg-dark-green, .bg-dark-green-active:active, .bg-dark-green-hover:hover {
    background-color: #030 !important
}

.bg-dark-green-focus:focus {
    background-color: #030 !important
}

.bg-light-emerald, .bg-light-emerald-active:active, .bg-light-emerald-hover:hover {
    background-color: #c5edd2 !important
}

.bg-light-emerald-focus:focus {
    background-color: #c5edd2 !important
}

.bg-minor-emerald, .bg-minor-emerald-active:active, .bg-minor-emerald-hover:hover {
    background-color: #77d496 !important
}

.bg-minor-emerald-focus:focus {
    background-color: #77d496 !important
}

.bg-sat-emerald, .bg-sat-emerald-active:active, .bg-sat-emerald-hover:hover {
    background-color: #319b54 !important
}

.bg-sat-emerald-focus:focus {
    background-color: #319b54 !important
}

.bg-dark-emerald, .bg-dark-emerald-active:active, .bg-dark-emerald-hover:hover {
    background-color: #25743f !important
}

.bg-dark-emerald-focus:focus {
    background-color: #25743f !important
}

.bg-light-blue, .bg-light-blue-active:active, .bg-light-blue-hover:hover {
    background-color: #dbe4ff !important
}

.bg-light-blue-focus:focus {
    background-color: #dbe4ff !important
}

.bg-minor-blue, .bg-minor-blue-active:active, .bg-minor-blue-hover:hover {
    background-color: #8fabff !important
}

.bg-minor-blue-focus:focus {
    background-color: #8fabff !important
}

.bg-sat-blue, .bg-sat-blue-active:active, .bg-sat-blue-hover:hover {
    background-color: #0f4bff !important
}

.bg-sat-blue-focus:focus {
    background-color: #0f4bff !important
}

.bg-dark-blue, .bg-dark-blue-active:active, .bg-dark-blue-hover:hover {
    background-color: #0037db !important
}

.bg-dark-blue-focus:focus {
    background-color: #0037db !important
}

.bg-light-teal, .bg-light-teal-active:active, .bg-light-teal-hover:hover {
    background-color: #a0f3f3 !important
}

.bg-light-teal-focus:focus {
    background-color: #a0f3f3 !important
}

.bg-minor-teal, .bg-minor-teal-active:active, .bg-minor-teal-hover:hover {
    background-color: #2fe4e4 !important
}

.bg-minor-teal-focus:focus {
    background-color: #2fe4e4 !important
}

.bg-sat-teal, .bg-sat-teal-active:active, .bg-sat-teal-hover:hover {
    background-color: #118383 !important
}

.bg-sat-teal-focus:focus {
    background-color: #118383 !important
}

.bg-dark-teal, .bg-dark-teal-active:active, .bg-dark-teal-hover:hover {
    background-color: #0b5656 !important
}

.bg-dark-teal-focus:focus {
    background-color: #0b5656 !important
}

.bg-light-cyan, .bg-light-cyan-active:active, .bg-light-cyan-hover:hover {
    background-color: #e0eaff !important
}

.bg-light-cyan-focus:focus {
    background-color: #e0eaff !important
}

.bg-minor-cyan, .bg-minor-cyan-active:active, .bg-minor-cyan-hover:hover {
    background-color: #c7d9ff !important
}

.bg-minor-cyan-focus:focus {
    background-color: #c7d9ff !important
}

.bg-sat-cyan, .bg-sat-cyan-active:active, .bg-sat-cyan-hover:hover {
    background-color: #4782ff !important
}

.bg-sat-cyan-focus:focus {
    background-color: #4782ff !important
}

.bg-dark-cyan, .bg-dark-cyan-active:active, .bg-dark-cyan-hover:hover {
    background-color: #145fff !important
}

.bg-dark-cyan-focus:focus {
    background-color: #145fff !important
}

.bg-light-cobalt, .bg-light-cobalt-active:active, .bg-light-cobalt-hover:hover {
    background-color: #94c1ff !important
}

.bg-light-cobalt-focus:focus {
    background-color: #94c1ff !important
}

.bg-minor-cobalt, .bg-minor-cobalt-active:active, .bg-minor-cobalt-hover:hover {
    background-color: #0068fa !important
}

.bg-minor-cobalt-focus:focus {
    background-color: #0068fa !important
}

.bg-sat-cobalt, .bg-sat-cobalt-active:active, .bg-sat-cobalt-hover:hover {
    background-color: #002861 !important
}

.bg-sat-cobalt-focus:focus {
    background-color: #002861 !important
}

.bg-dark-cobalt, .bg-dark-cobalt-active:active, .bg-dark-cobalt-hover:hover {
    background-color: #00132e !important
}

.bg-dark-cobalt-focus:focus {
    background-color: #00132e !important
}

.bg-light-indigo, .bg-light-indigo-active:active, .bg-light-indigo-hover:hover {
    background-color: #d28fff !important
}

.bg-light-indigo-focus:focus {
    background-color: #d28fff !important
}

.bg-minor-indigo, .bg-minor-indigo-active:active, .bg-minor-indigo-hover:hover {
    background-color: #9300f5 !important
}

.bg-minor-indigo-focus:focus {
    background-color: #9300f5 !important
}

.bg-sat-indigo, .bg-sat-indigo-active:active, .bg-sat-indigo-hover:hover {
    background-color: #37005c !important
}

.bg-sat-indigo-focus:focus {
    background-color: #37005c !important
}

.bg-dark-indigo, .bg-dark-indigo-active:active, .bg-dark-indigo-hover:hover {
    background-color: #180029 !important
}

.bg-dark-indigo-focus:focus {
    background-color: #180029 !important
}

.bg-light-almost, .bg-light-almost-active:active, .bg-light-almost-hover:hover {
    background-color: #cdb9f9 !important
}

.bg-light-almost-focus:focus {
    background-color: #cdb9f9 !important
}

.bg-minor-almost, .bg-minor-almost-active:active, .bg-minor-almost-hover:hover {
    background-color: #9b72f3 !important
}

.bg-minor-almost-focus:focus {
    background-color: #9b72f3 !important
}

.bg-sat-almost, .bg-sat-almost-active:active, .bg-sat-almost-hover:hover {
    background-color: #4710bc !important
}

.bg-sat-almost-focus:focus {
    background-color: #4710bc !important
}

.bg-dark-almost, .bg-dark-almost-active:active, .bg-dark-almost-hover:hover {
    background-color: #350c8d !important
}

.bg-dark-almost-focus:focus {
    background-color: #350c8d !important
}

.bg-light-violet, .bg-light-violet-active:active, .bg-light-violet-hover:hover {
    background-color: #fadbfa !important
}

.bg-light-violet-focus:focus {
    background-color: #fadbfa !important
}

.bg-minor-violet, .bg-minor-violet-active:active, .bg-minor-violet-hover:hover {
    background-color: #f4aef4 !important
}

.bg-minor-violet-focus:focus {
    background-color: #f4aef4 !important
}

.bg-sat-violet, .bg-sat-violet-active:active, .bg-sat-violet-hover:hover {
    background-color: #e53ee5 !important
}

.bg-sat-violet-focus:focus {
    background-color: #e53ee5 !important
}

.bg-dark-violet, .bg-dark-violet-active:active, .bg-dark-violet-hover:hover {
    background-color: #d31dd3 !important
}

.bg-dark-violet-focus:focus {
    background-color: #d31dd3 !important
}

.bg-light-pink, .bg-light-pink-active:active, .bg-light-pink-hover:hover {
    background-color: #fff5f7 !important
}

.bg-light-pink-focus:focus {
    background-color: #fff5f7 !important
}

.bg-minor-pink, .bg-minor-pink-active:active, .bg-minor-pink-hover:hover {
    background-color: #ffdbe1 !important
}

.bg-minor-pink-focus:focus {
    background-color: #ffdbe1 !important
}

.bg-sat-pink, .bg-sat-pink-active:active, .bg-sat-pink-hover:hover {
    background-color: #ff758c !important
}

.bg-sat-pink-focus:focus {
    background-color: #ff758c !important
}

.bg-dark-pink, .bg-dark-pink-active:active, .bg-dark-pink-hover:hover {
    background-color: #ff4262 !important
}

.bg-dark-pink-focus:focus {
    background-color: #ff4262 !important
}

.bg-light-magenta, .bg-light-magenta-active:active, .bg-light-magenta-hover:hover {
    background-color: #fcf !important
}

.bg-light-magenta-focus:focus {
    background-color: #fcf !important
}

.bg-minor-magenta, .bg-minor-magenta-active:active, .bg-minor-magenta-hover:hover {
    background-color: #ff80ff !important
}

.bg-minor-magenta-focus:focus {
    background-color: #ff80ff !important
}

.bg-sat-magenta, .bg-sat-magenta-active:active, .bg-sat-magenta-hover:hover {
    background-color: #b300b3 !important
}

.bg-sat-magenta-focus:focus {
    background-color: #b300b3 !important
}

.bg-dark-magenta, .bg-dark-magenta-active:active, .bg-dark-magenta-hover:hover {
    background-color: purple !important
}

.bg-dark-magenta-focus:focus {
    background-color: purple !important
}

.bg-light-crimson, .bg-light-crimson-active:active, .bg-light-crimson-hover:hover {
    background-color: #fcd4dc !important
}

.bg-light-crimson-focus:focus {
    background-color: #fcd4dc !important
}

.bg-minor-crimson, .bg-minor-crimson-active:active, .bg-minor-crimson-hover:hover {
    background-color: #f55c7b !important
}

.bg-minor-crimson-focus:focus {
    background-color: #f55c7b !important
}

.bg-sat-crimson, .bg-sat-crimson-active:active, .bg-sat-crimson-hover:hover {
    background-color: #950925 !important
}

.bg-sat-crimson-focus:focus {
    background-color: #950925 !important
}

.bg-dark-crimson, .bg-dark-crimson-active:active, .bg-dark-crimson-hover:hover {
    background-color: #650619 !important
}

.bg-dark-crimson-focus:focus {
    background-color: #650619 !important
}

.bg-light-red, .bg-light-red-active:active, .bg-light-red-hover:hover {
    background-color: #ffb3b3 !important
}

.bg-light-red-focus:focus {
    background-color: #ffb3b3 !important
}

.bg-minor-red, .bg-minor-red-active:active, .bg-minor-red-hover:hover {
    background-color: #f66 !important
}

.bg-minor-red-focus:focus {
    background-color: #f66 !important
}

.bg-sat-red, .bg-sat-red-active:active, .bg-sat-red-hover:hover {
    background-color: #b30000 !important
}

.bg-sat-red-focus:focus {
    background-color: #b30000 !important
}

.bg-dark-red, .bg-dark-red-active:active, .bg-dark-red-hover:hover {
    background-color: maroon !important
}

.bg-dark-red-focus:focus {
    background-color: maroon !important
}

.bg-light-clown, .bg-light-clown-active:active, .bg-light-clown-hover:hover {
    background-color: #ffe7e5 !important
}

.bg-light-clown-focus:focus {
    background-color: #ffe7e5 !important
}

.bg-minor-clown, .bg-minor-clown-active:active, .bg-minor-clown-hover:hover {
    background-color: #ffb6b3 !important
}

.bg-minor-clown-focus:focus {
    background-color: #ffb6b3 !important
}

.bg-sat-clown, .bg-sat-clown-active:active, .bg-sat-clown-hover:hover {
    background-color: #ff251a !important
}

.bg-sat-clown-focus:focus {
    background-color: #ff251a !important
}

.bg-dark-clown, .bg-dark-clown-active:active, .bg-dark-clown-hover:hover {
    background-color: #e60b00 !important
}

.bg-dark-clown-focus:focus {
    background-color: #e60b00 !important
}

.bg-light-orange, .bg-light-orange-active:active, .bg-light-orange-hover:hover {
    background-color: #ffedcc !important
}

.bg-light-orange-focus:focus {
    background-color: #ffedcc !important
}

.bg-minor-orange, .bg-minor-orange-active:active, .bg-minor-orange-hover:hover {
    background-color: #ffd280 !important
}

.bg-minor-orange-focus:focus {
    background-color: #ffd280 !important
}

.bg-sat-orange, .bg-sat-orange-active:active, .bg-sat-orange-hover:hover {
    background-color: #b37400 !important
}

.bg-sat-orange-focus:focus {
    background-color: #b37400 !important
}

.bg-dark-orange, .bg-dark-orange-active:active, .bg-dark-orange-hover:hover {
    background-color: #805300 !important
}

.bg-dark-orange-focus:focus {
    background-color: #805300 !important
}

.bg-light-amber, .bg-light-amber-active:active, .bg-light-amber-hover:hover {
    background-color: #ffe38f !important
}

.bg-light-amber-focus:focus {
    background-color: #ffe38f !important
}

.bg-minor-amber, .bg-minor-amber-active:active, .bg-minor-amber-hover:hover {
    background-color: #ffd65c !important
}

.bg-minor-amber-focus:focus {
    background-color: #ffd65c !important
}

.bg-sat-amber, .bg-sat-amber-active:active, .bg-sat-amber-hover:hover {
    background-color: #dba400 !important
}

.bg-sat-amber-focus:focus {
    background-color: #dba400 !important
}

.bg-dark-amber, .bg-dark-amber-active:active, .bg-dark-amber-hover:hover {
    background-color: #a87e00 !important
}

.bg-dark-amber-focus:focus {
    background-color: #a87e00 !important
}

.bg-light-yellow, .bg-light-yellow-active:active, .bg-light-yellow-hover:hover {
    background-color: #fffadb !important
}

.bg-light-yellow-focus:focus {
    background-color: #fffadb !important
}

.bg-minor-yellow, .bg-minor-yellow-active:active, .bg-minor-yellow-hover:hover {
    background-color: #fff3a8 !important
}

.bg-minor-yellow-focus:focus {
    background-color: #fff3a8 !important
}

.bg-sat-yellow, .bg-sat-yellow-active:active, .bg-sat-yellow-hover:hover {
    background-color: #ffdf0f !important
}

.bg-sat-yellow-focus:focus {
    background-color: #ffdf0f !important
}

.bg-dark-yellow, .bg-dark-yellow-active:active, .bg-dark-yellow-hover:hover {
    background-color: #dbbe00 !important
}

.bg-dark-yellow-focus:focus {
    background-color: #dbbe00 !important
}

.bg-light-brown, .bg-light-brown-active:active, .bg-light-brown-hover:hover {
    background-color: #eacab3 !important
}

.bg-light-brown-focus:focus {
    background-color: #eacab3 !important
}

.bg-minor-brown, .bg-minor-brown-active:active, .bg-minor-brown-hover:hover {
    background-color: #daa077 !important
}

.bg-minor-brown-focus:focus {
    background-color: #daa077 !important
}

.bg-sat-brown, .bg-sat-brown-active:active, .bg-sat-brown-hover:hover {
    background-color: #905327 !important
}

.bg-sat-brown-focus:focus {
    background-color: #905327 !important
}

.bg-dark-brown, .bg-dark-brown-active:active, .bg-dark-brown-hover:hover {
    background-color: #683c1d !important
}

.bg-dark-brown-focus:focus {
    background-color: #683c1d !important
}

.bg-light-olive, .bg-light-olive-active:active, .bg-light-olive-hover:hover {
    background-color: #ffff70 !important
}

.bg-light-olive-focus:focus {
    background-color: #ffff70 !important
}

.bg-minor-olive, .bg-minor-olive-active:active, .bg-minor-olive-hover:hover {
    background-color: #d6d600 !important
}

.bg-minor-olive-focus:focus {
    background-color: #d6d600 !important
}

.bg-sat-olive, .bg-sat-olive-active:active, .bg-sat-olive-hover:hover {
    background-color: #575700 !important
}

.bg-sat-olive-focus:focus {
    background-color: #575700 !important
}

.bg-dark-olive, .bg-dark-olive-active:active, .bg-dark-olive-hover:hover {
    background-color: #242400 !important
}

.bg-dark-olive-focus:focus {
    background-color: #242400 !important
}

.bg-light-steel, .bg-light-steel-active:active, .bg-light-steel-hover:hover {
    background-color: #d8dee4 !important
}

.bg-light-steel-focus:focus {
    background-color: #d8dee4 !important
}

.bg-minor-steel, .bg-minor-steel-active:active, .bg-minor-steel-hover:hover {
    background-color: #b9c5cf !important
}

.bg-minor-steel-focus:focus {
    background-color: #b9c5cf !important
}

.bg-sat-steel, .bg-sat-steel-active:active, .bg-sat-steel-hover:hover {
    background-color: #576c7f !important
}

.bg-sat-steel-focus:focus {
    background-color: #576c7f !important
}

.bg-dark-steel, .bg-dark-steel-active:active, .bg-dark-steel-hover:hover {
    background-color: #425261 !important
}

.bg-dark-steel-focus:focus {
    background-color: #425261 !important
}

.bg-light-mauve, .bg-light-mauve-active:active, .bg-light-mauve-hover:hover {
    background-color: #f7ebff !important
}

.bg-light-mauve-focus:focus {
    background-color: #f7ebff !important
}

.bg-minor-mauve, .bg-minor-mauve-active:active, .bg-minor-mauve-hover:hover {
    background-color: #ebccff !important
}

.bg-minor-mauve-focus:focus {
    background-color: #ebccff !important
}

.bg-sat-mauve, .bg-sat-mauve-active:active, .bg-sat-mauve-hover:hover {
    background-color: #c261ff !important
}

.bg-sat-mauve-focus:focus {
    background-color: #c261ff !important
}

.bg-dark-mauve, .bg-dark-mauve-active:active, .bg-dark-mauve-hover:hover {
    background-color: #af2eff !important
}

.bg-dark-mauve-focus:focus {
    background-color: #af2eff !important
}

.bg-light-taupe, .bg-light-taupe-active:active, .bg-light-taupe-hover:hover {
    background-color: #d6ccc2 !important
}

.bg-light-taupe-focus:focus {
    background-color: #d6ccc2 !important
}

.bg-minor-taupe, .bg-minor-taupe-active:active, .bg-minor-taupe-hover:hover {
    background-color: #bbaa9b !important
}

.bg-minor-taupe-focus:focus {
    background-color: #bbaa9b !important
}

.bg-sat-taupe, .bg-sat-taupe-active:active, .bg-sat-taupe-hover:hover {
    background-color: #6a5948 !important
}

.bg-sat-taupe-focus:focus {
    background-color: #6a5948 !important
}

.bg-dark-taupe, .bg-dark-taupe-active:active, .bg-dark-taupe-hover:hover {
    background-color: #4c3f34 !important
}

.bg-dark-taupe-focus:focus {
    background-color: #4c3f34 !important
}

.bg-light-champagne, .bg-light-champagne-active:active, .bg-light-champagne-hover:hover {
    background-color: #fefbf6 !important
}

.bg-light-champagne-focus:focus {
    background-color: #fefbf6 !important
}

.bg-minor-champagne, .bg-minor-champagne-active:active, .bg-minor-champagne-hover:hover {
    background-color: #faf0e0 !important
}

.bg-minor-champagne-focus:focus {
    background-color: #faf0e0 !important
}

.bg-sat-champagne, .bg-sat-champagne-active:active, .bg-sat-champagne-hover:hover {
    background-color: #edc687 !important
}

.bg-sat-champagne-focus:focus {
    background-color: #edc687 !important
}

.bg-dark-champagne, .bg-dark-champagne-active:active, .bg-dark-champagne-hover:hover {
    background-color: #e6b15b !important
}

.bg-dark-champagne-focus:focus {
    background-color: #e6b15b !important
}

.bg-light-khaki, .bg-light-khaki-active:active, .bg-light-khaki-hover:hover {
    background-color: #f7f4e9 !important
}

.bg-light-khaki-focus:focus {
    background-color: #f7f4e9 !important
}

.bg-minor-khaki, .bg-minor-khaki-active:active, .bg-minor-khaki-hover:hover {
    background-color: #e9e1c3 !important
}

.bg-minor-khaki-focus:focus {
    background-color: #e9e1c3 !important
}

.bg-sat-khaki, .bg-sat-khaki-active:active, .bg-sat-khaki-hover:hover {
    background-color: #c1a953 !important
}

.bg-sat-khaki-focus:focus {
    background-color: #c1a953 !important
}

.bg-dark-khaki, .bg-dark-khaki-active:active, .bg-dark-khaki-hover:hover {
    background-color: #a58e3b !important
}

.bg-dark-khaki-focus:focus {
    background-color: #a58e3b !important
}

.bg-light-charcoal, .bg-light-charcoal-active:active, .bg-light-charcoal-hover:hover {
    background-color: #e6e6e6 !important
}

.bg-light-charcoal-focus:focus {
    background-color: #e6e6e6 !important
}

.bg-minor-charcoal, .bg-minor-charcoal-active:active, .bg-minor-charcoal-hover:hover {
    background-color: #ccc !important
}

.bg-minor-charcoal-focus:focus {
    background-color: #ccc !important
}

.bg-sat-charcoal, .bg-sat-charcoal-active:active, .bg-sat-charcoal-hover:hover {
    background-color: #737373 !important
}

.bg-sat-charcoal-focus:focus {
    background-color: #737373 !important
}

.bg-dark-charcoal, .bg-dark-charcoal-active:active, .bg-dark-charcoal-hover:hover {
    background-color: #595959 !important
}

.bg-dark-charcoal-focus:focus {
    background-color: #595959 !important
}

.bg-light-bronze, .bg-light-bronze-active:active, .bg-light-bronze-hover:hover {
    background-color: #f7ddc5 !important
}

.bg-light-bronze-focus:focus {
    background-color: #f7ddc5 !important
}

.bg-minor-bronze, .bg-minor-bronze-active:active, .bg-minor-bronze-hover:hover {
    background-color: #edb682 !important
}

.bg-minor-bronze-focus:focus {
    background-color: #edb682 !important
}

.bg-sat-bronze, .bg-sat-bronze-active:active, .bg-sat-bronze-hover:hover {
    background-color: #bb681b !important
}

.bg-sat-bronze-focus:focus {
    background-color: #bb681b !important
}

.bg-dark-bronze, .bg-dark-bronze-active:active, .bg-dark-bronze-hover:hover {
    background-color: #8f5014 !important
}

.bg-dark-bronze-focus:focus {
    background-color: #8f5014 !important
}

.bg-light-windstorm, .bg-light-windstorm-active:active, .bg-light-windstorm-hover:hover {
    background-color: #e4ebf7 !important
}

.bg-light-windstorm-focus:focus {
    background-color: #e4ebf7 !important
}

.bg-minor-windstorm, .bg-minor-windstorm-active:active, .bg-minor-windstorm-hover:hover {
    background-color: #b5c9e8 !important
}

.bg-minor-windstorm-focus:focus {
    background-color: #b5c9e8 !important
}

.bg-sat-windstorm, .bg-sat-windstorm-active:active, .bg-sat-windstorm-hover:hover {
    background-color: #4075c4 !important
}

.bg-sat-windstorm-focus:focus {
    background-color: #4075c4 !important
}

.bg-dark-windstorm, .bg-dark-windstorm-active:active, .bg-dark-windstorm-hover:hover {
    background-color: #315da0 !important
}

.bg-dark-windstorm-focus:focus {
    background-color: #315da0 !important
}

.bg-light-nude, .bg-light-nude-active:active, .bg-light-nude-hover:hover {
    background-color: #fdf7f1 !important
}

.bg-light-nude-focus:focus {
    background-color: #fdf7f1 !important
}

.bg-minor-nude, .bg-minor-nude-active:active, .bg-minor-nude-hover:hover {
    background-color: #fbeada !important
}

.bg-minor-nude-focus:focus {
    background-color: #fbeada !important
}

.bg-sat-nude, .bg-sat-nude-active:active, .bg-sat-nude-hover:hover {
    background-color: #efb076 !important
}

.bg-sat-nude-focus:focus {
    background-color: #efb076 !important
}

.bg-dark-nude, .bg-dark-nude-active:active, .bg-dark-nude-hover:hover {
    background-color: #ea9648 !important
}

.bg-dark-nude-focus:focus {
    background-color: #ea9648 !important
}

.bg-light-terracotta, .bg-light-terracotta-active:active, .bg-light-terracotta-hover:hover {
    background-color: #f6c5bc !important
}

.bg-light-terracotta-focus:focus {
    background-color: #f6c5bc !important
}

.bg-minor-terracotta, .bg-minor-terracotta-active:active, .bg-minor-terracotta-hover:hover {
    background-color: #ed8c78 !important
}

.bg-minor-terracotta-focus:focus {
    background-color: #ed8c78 !important
}

.bg-sat-terracotta, .bg-sat-terracotta-active:active, .bg-sat-terracotta-hover:hover {
    background-color: #b43218 !important
}

.bg-sat-terracotta-focus:focus {
    background-color: #b43218 !important
}

.bg-dark-terracotta, .bg-dark-terracotta-active:active, .bg-dark-terracotta-hover:hover {
    background-color: #872612 !important
}

.bg-dark-terracotta-focus:focus {
    background-color: #872612 !important
}

.bg-light-coral, .bg-light-coral-active:active, .bg-light-coral-hover:hover {
    background-color: #ffe1d6 !important
}

.bg-light-coral-focus:focus {
    background-color: #ffe1d6 !important
}

.bg-minor-coral, .bg-minor-coral-active:active, .bg-minor-coral-hover:hover {
    background-color: #ffbca3 !important
}

.bg-minor-coral-focus:focus {
    background-color: #ffbca3 !important
}

.bg-sat-coral, .bg-sat-coral-active:active, .bg-sat-coral-hover:hover {
    background-color: #ff4b0a !important
}

.bg-sat-coral-focus:focus {
    background-color: #ff4b0a !important
}

.bg-dark-coral, .bg-dark-coral-active:active, .bg-dark-coral-hover:hover {
    background-color: #d63900 !important
}

.bg-dark-coral-focus:focus {
    background-color: #d63900 !important
}

.bg-light-army, .bg-light-army-active:active, .bg-light-army-hover:hover {
    background-color: #ced5aa !important
}

.bg-light-army-focus:focus {
    background-color: #ced5aa !important
}

.bg-minor-army, .bg-minor-army-active:active, .bg-minor-army-hover:hover {
    background-color: #94a14f !important
}

.bg-minor-army-focus:focus {
    background-color: #94a14f !important
}

.bg-sat-army, .bg-sat-army-active:active, .bg-sat-army-hover:hover {
    background-color: #2f3319 !important
}

.bg-sat-army-focus:focus {
    background-color: #2f3319 !important
}

.bg-dark-army, .bg-dark-army-active:active, .bg-dark-army-hover:hover {
    background-color: #101108 !important
}

.bg-dark-army-focus:focus {
    background-color: #101108 !important
}

.bg-light-seashell, .bg-light-seashell-active:active, .bg-light-seashell-hover:hover {
    background-color: #fff9f5 !important
}

.bg-light-seashell-focus:focus {
    background-color: #fff9f5 !important
}

.bg-minor-seashell, .bg-minor-seashell-active:active, .bg-minor-seashell-hover:hover {
    background-color: #fff6f0 !important
}

.bg-minor-seashell-focus:focus {
    background-color: #fff6f0 !important
}

.bg-sat-seashell, .bg-sat-seashell-active:active, .bg-sat-seashell-hover:hover {
    background-color: #ffc499 !important
}

.bg-sat-seashell-focus:focus {
    background-color: #ffc499 !important
}

.bg-dark-seashell, .bg-dark-seashell-active:active, .bg-dark-seashell-hover:hover {
    background-color: #ffa666 !important
}

.bg-dark-seashell-focus:focus {
    background-color: #ffa666 !important
}

.bg-light-sand, .bg-light-sand-active:active, .bg-light-sand-hover:hover {
    background-color: #fcf8ee !important
}

.bg-light-sand-focus:focus {
    background-color: #fcf8ee !important
}

.bg-minor-sand, .bg-minor-sand-active:active, .bg-minor-sand-hover:hover {
    background-color: #f6ebcb !important
}

.bg-minor-sand-focus:focus {
    background-color: #f6ebcb !important
}

.bg-sat-sand, .bg-sat-sand-active:active, .bg-sat-sand-hover:hover {
    background-color: #e6c76b !important
}

.bg-sat-sand-focus:focus {
    background-color: #e6c76b !important
}

.bg-dark-sand, .bg-dark-sand-active:active, .bg-dark-sand-hover:hover {
    background-color: #deb73f !important
}

.bg-dark-sand-focus:focus {
    background-color: #deb73f !important
}

:root {
    --gm-value: 16px
}

.bg-glassmorphism {
    background-color: #ffffff1a !important;
    backdrop-filter: blur(var(--gm-value)) !important
}

.bd-default {
    border-color: var(--border-color) !important
}

.bd-transparent {
    border-color: transparent !important
}

.bd-light-gray {
    border-color: #f2f2f2 !important
}

.bd-minor-gray {
    border-color: #dedede !important
}

.bd-sat-gray {
    border-color: #a6a6a6 !important
}

.bd-dark-gray {
    border-color: #8c8c8c !important
}

.bd-gray, .bd-gray-active:active, .bd-gray-hover:hover {
    border-color: #ccc !important
}

.bd-gray-focus:focus {
    border-color: #ccc !important
}

.bd-light-gray-blue {
    border-color: #ccd6e1 !important
}

.bd-minor-gray-blue {
    border-color: #9bb0c5 !important
}

.bd-sat-gray-blue {
    border-color: #4a637d !important
}

.bd-dark-gray-blue {
    border-color: #374a5d !important
}

.bd-gray-blue, .bd-gray-blue-active:active, .bd-gray-blue-hover:hover {
    border-color: #6b8aa8 !important
}

.bd-gray-blue-focus:focus {
    border-color: #6b8aa8 !important
}

.bd-light-gray-mouse {
    border-color: #a7b7be !important
}

.bd-minor-gray-mouse {
    border-color: #7b939d !important
}

.bd-sat-gray-mouse {
    border-color: #364349 !important
}

.bd-dark-gray-mouse {
    border-color: #21282c !important
}

.bd-gray-mouse, .bd-gray-mouse-active:active, .bd-gray-mouse-hover:hover {
    border-color: #576c75 !important
}

.bd-gray-mouse-focus:focus {
    border-color: #576c75 !important
}

.bd-light-lime {
    border-color: #e6fed2 !important
}

.bd-minor-lime {
    border-color: #cafea0 !important
}

.bd-sat-lime {
    border-color: #84fc22 !important
}

.bd-dark-lime {
    border-color: #6ae704 !important
}

.bd-lime, .bd-lime-active:active, .bd-lime-hover:hover {
    border-color: #aefd6d !important
}

.bd-lime-focus:focus {
    border-color: #aefd6d !important
}

.bd-light-green {
    border-color: #9f9 !important
}

.bd-minor-green {
    border-color: #00e600 !important
}

.bd-sat-green {
    border-color: #060 !important
}

.bd-dark-green {
    border-color: #030 !important
}

.bd-green, .bd-green-active:active, .bd-green-hover:hover {
    border-color: #00b300 !important
}

.bd-green-focus:focus {
    border-color: #00b300 !important
}

.bd-light-emerald {
    border-color: #c5edd2 !important
}

.bd-minor-emerald {
    border-color: #77d496 !important
}

.bd-sat-emerald {
    border-color: #319b54 !important
}

.bd-dark-emerald {
    border-color: #25743f !important
}

.bd-emerald, .bd-emerald-active:active, .bd-emerald-hover:hover {
    border-color: #51c878 !important
}

.bd-emerald-focus:focus {
    border-color: #51c878 !important
}

.bd-light-blue {
    border-color: #dbe4ff !important
}

.bd-minor-blue {
    border-color: #8fabff !important
}

.bd-sat-blue {
    border-color: #0f4bff !important
}

.bd-dark-blue {
    border-color: #0037db !important
}

.bd-blue, .bd-blue-active:active, .bd-blue-hover:hover {
    border-color: #5c85ff !important
}

.bd-blue-focus:focus {
    border-color: #5c85ff !important
}

.bd-light-teal {
    border-color: #a0f3f3 !important
}

.bd-minor-teal {
    border-color: #2fe4e4 !important
}

.bd-sat-teal {
    border-color: #118383 !important
}

.bd-dark-teal {
    border-color: #0b5656 !important
}

.bd-teal, .bd-teal-active:active, .bd-teal-hover:hover {
    border-color: #1ac7c7 !important
}

.bd-teal-focus:focus {
    border-color: #1ac7c7 !important
}

.bd-light-cyan {
    border-color: #e0eaff !important
}

.bd-minor-cyan {
    border-color: #c7d9ff !important
}

.bd-sat-cyan {
    border-color: #4782ff !important
}

.bd-dark-cyan {
    border-color: #145fff !important
}

.bd-cyan, .bd-cyan-active:active, .bd-cyan-hover:hover {
    border-color: #94b6ff !important
}

.bd-cyan-focus:focus {
    border-color: #94b6ff !important
}

.bd-light-cobalt {
    border-color: #94c1ff !important
}

.bd-minor-cobalt {
    border-color: #0068fa !important
}

.bd-sat-cobalt {
    border-color: #002861 !important
}

.bd-dark-cobalt {
    border-color: #00132e !important
}

.bd-cobalt, .bd-cobalt-active:active, .bd-cobalt-hover:hover {
    border-color: #0048ad !important
}

.bd-cobalt-focus:focus {
    border-color: #0048ad !important
}

.bd-light-indigo {
    border-color: #d28fff !important
}

.bd-minor-indigo {
    border-color: #9300f5 !important
}

.bd-sat-indigo {
    border-color: #37005c !important
}

.bd-dark-indigo {
    border-color: #180029 !important
}

.bd-indigo, .bd-indigo-active:active, .bd-indigo-hover:hover {
    border-color: #6500a8 !important
}

.bd-indigo-focus:focus {
    border-color: #6500a8 !important
}

.bd-light-almost {
    border-color: #cdb9f9 !important
}

.bd-minor-almost {
    border-color: #9b72f3 !important
}

.bd-sat-almost {
    border-color: #4710bc !important
}

.bd-dark-almost {
    border-color: #350c8d !important
}

.bd-almost, .bd-almost-active:active, .bd-almost-hover:hover {
    border-color: #692ced !important
}

.bd-almost-focus:focus {
    border-color: #692ced !important
}

.bd-light-violet {
    border-color: #fadbfa !important
}

.bd-minor-violet {
    border-color: #f4aef4 !important
}

.bd-sat-violet {
    border-color: #e53ee5 !important
}

.bd-dark-violet {
    border-color: #d31dd3 !important
}

.bd-violet, .bd-violet-active:active, .bd-violet-hover:hover {
    border-color: #ee81ee !important
}

.bd-violet-focus:focus {
    border-color: #ee81ee !important
}

.bd-light-pink {
    border-color: #fff5f7 !important
}

.bd-minor-pink {
    border-color: #ffdbe1 !important
}

.bd-sat-pink {
    border-color: #ff758c !important
}

.bd-dark-pink {
    border-color: #ff4262 !important
}

.bd-pink, .bd-pink-active:active, .bd-pink-hover:hover {
    border-color: #ffc2cc !important
}

.bd-pink-focus:focus {
    border-color: #ffc2cc !important
}

.bd-light-magenta {
    border-color: #fcf !important
}

.bd-minor-magenta {
    border-color: #ff80ff !important
}

.bd-sat-magenta {
    border-color: #b300b3 !important
}

.bd-dark-magenta {
    border-color: purple !important
}

.bd-magenta, .bd-magenta-active:active, .bd-magenta-hover:hover {
    border-color: #f0f !important
}

.bd-magenta-focus:focus {
    border-color: #f0f !important
}

.bd-light-crimson {
    border-color: #fcd4dc !important
}

.bd-minor-crimson {
    border-color: #f55c7b !important
}

.bd-sat-crimson {
    border-color: #950925 !important
}

.bd-dark-crimson {
    border-color: #650619 !important
}

.bd-crimson, .bd-crimson-active:active, .bd-crimson-hover:hover {
    border-color: #dd0e37 !important
}

.bd-crimson-focus:focus {
    border-color: #dd0e37 !important
}

.bd-light-red {
    border-color: #ffb3b3 !important
}

.bd-minor-red {
    border-color: #f66 !important
}

.bd-sat-red {
    border-color: #b30000 !important
}

.bd-dark-red {
    border-color: maroon !important
}

.bd-red, .bd-red-active:active, .bd-red-hover:hover {
    border-color: red !important
}

.bd-red-focus:focus {
    border-color: red !important
}

.bd-light-clown {
    border-color: #ffe7e5 !important
}

.bd-minor-clown {
    border-color: #ffb6b3 !important
}

.bd-sat-clown {
    border-color: #ff251a !important
}

.bd-dark-clown {
    border-color: #e60b00 !important
}

.bd-clown, .bd-clown-active:active, .bd-clown-hover:hover {
    border-color: #ff6e66 !important
}

.bd-clown-focus:focus {
    border-color: #ff6e66 !important
}

.bd-light-orange {
    border-color: #ffedcc !important
}

.bd-minor-orange {
    border-color: #ffd280 !important
}

.bd-sat-orange {
    border-color: #b37400 !important
}

.bd-dark-orange {
    border-color: #805300 !important
}

.bd-orange, .bd-orange-active:active, .bd-orange-hover:hover {
    border-color: #ffa600 !important
}

.bd-orange-focus:focus {
    border-color: #ffa600 !important
}

.bd-light-amber {
    border-color: #ffe38f !important
}

.bd-minor-amber {
    border-color: #ffd65c !important
}

.bd-sat-amber {
    border-color: #dba400 !important
}

.bd-dark-amber {
    border-color: #a87e00 !important
}

.bd-amber, .bd-amber-active:active, .bd-amber-hover:hover {
    border-color: #ffc929 !important
}

.bd-amber-focus:focus {
    border-color: #ffc929 !important
}

.bd-light-yellow {
    border-color: #fffadb !important
}

.bd-minor-yellow {
    border-color: #fff3a8 !important
}

.bd-sat-yellow {
    border-color: #ffdf0f !important
}

.bd-dark-yellow {
    border-color: #dbbe00 !important
}

.bd-yellow, .bd-yellow-active:active, .bd-yellow-hover:hover {
    border-color: #ffe95c !important
}

.bd-yellow-focus:focus {
    border-color: #ffe95c !important
}

.bd-light-brown {
    border-color: #eacab3 !important
}

.bd-minor-brown {
    border-color: #daa077 !important
}

.bd-sat-brown {
    border-color: #905327 !important
}

.bd-dark-brown {
    border-color: #683c1d !important
}

.bd-brown, .bd-brown-active:active, .bd-brown-hover:hover {
    border-color: #c9763b !important
}

.bd-brown-focus:focus {
    border-color: #c9763b !important
}

.bd-light-olive {
    border-color: #ffff70 !important
}

.bd-minor-olive {
    border-color: #d6d600 !important
}

.bd-sat-olive {
    border-color: #575700 !important
}

.bd-dark-olive {
    border-color: #242400 !important
}

.bd-olive, .bd-olive-active:active, .bd-olive-hover:hover {
    border-color: #a3a300 !important
}

.bd-olive-focus:focus {
    border-color: #a3a300 !important
}

.bd-light-steel {
    border-color: #d8dee4 !important
}

.bd-minor-steel {
    border-color: #b9c5cf !important
}

.bd-sat-steel {
    border-color: #576c7f !important
}

.bd-dark-steel {
    border-color: #425261 !important
}

.bd-steel, .bd-steel-active:active, .bd-steel-hover:hover {
    border-color: #7d92a6 !important
}

.bd-steel-focus:focus {
    border-color: #7d92a6 !important
}

.bd-light-mauve {
    border-color: #f7ebff !important
}

.bd-minor-mauve {
    border-color: #ebccff !important
}

.bd-sat-mauve {
    border-color: #c261ff !important
}

.bd-dark-mauve {
    border-color: #af2eff !important
}

.bd-mauve, .bd-mauve-active:active, .bd-mauve-hover:hover {
    border-color: #e0adff !important
}

.bd-mauve-focus:focus {
    border-color: #e0adff !important
}

.bd-light-taupe {
    border-color: #d6ccc2 !important
}

.bd-minor-taupe {
    border-color: #bbaa9b !important
}

.bd-sat-taupe {
    border-color: #6a5948 !important
}

.bd-dark-taupe {
    border-color: #4c3f34 !important
}

.bd-taupe, .bd-taupe-active:active, .bd-taupe-hover:hover {
    border-color: #987f67 !important
}

.bd-taupe-focus:focus {
    border-color: #987f67 !important
}

.bd-light-champagne {
    border-color: #fefbf6 !important
}

.bd-minor-champagne {
    border-color: #faf0e0 !important
}

.bd-sat-champagne {
    border-color: #edc687 !important
}

.bd-dark-champagne {
    border-color: #e6b15b !important
}

.bd-champagne, .bd-champagne-active:active, .bd-champagne-hover:hover {
    border-color: #f7e6ca !important
}

.bd-champagne-focus:focus {
    border-color: #f7e6ca !important
}

.bd-light-khaki {
    border-color: #f7f4e9 !important
}

.bd-minor-khaki {
    border-color: #e9e1c3 !important
}

.bd-sat-khaki {
    border-color: #c1a953 !important
}

.bd-dark-khaki {
    border-color: #a58e3b !important
}

.bd-khaki, .bd-khaki-active:active, .bd-khaki-hover:hover {
    border-color: #d5c58b !important
}

.bd-khaki-focus:focus {
    border-color: #d5c58b !important
}

.bd-light-charcoal {
    border-color: #e6e6e6 !important
}

.bd-minor-charcoal {
    border-color: #ccc !important
}

.bd-sat-charcoal {
    border-color: #737373 !important
}

.bd-dark-charcoal {
    border-color: #595959 !important
}

.bd-charcoal, .bd-charcoal-active:active, .bd-charcoal-hover:hover {
    border-color: #999 !important
}

.bd-charcoal-focus:focus {
    border-color: #999 !important
}

.bd-light-bronze {
    border-color: #f7ddc5 !important
}

.bd-minor-bronze {
    border-color: #edb682 !important
}

.bd-sat-bronze {
    border-color: #bb681b !important
}

.bd-dark-bronze {
    border-color: #8f5014 !important
}

.bd-bronze, .bd-bronze-active:active, .bd-bronze-hover:hover {
    border-color: #e48f3f !important
}

.bd-bronze-focus:focus {
    border-color: #e48f3f !important
}

.bd-light-windstorm {
    border-color: #e4ebf7 !important
}

.bd-minor-windstorm {
    border-color: #b5c9e8 !important
}

.bd-sat-windstorm {
    border-color: #4075c4 !important
}

.bd-dark-windstorm {
    border-color: #315da0 !important
}

.bd-windstorm, .bd-windstorm-active:active, .bd-windstorm-hover:hover {
    border-color: #7a9fd6 !important
}

.bd-windstorm-focus:focus {
    border-color: #7a9fd6 !important
}

.bd-light-nude {
    border-color: #fdf7f1 !important
}

.bd-minor-nude {
    border-color: #fbeada !important
}

.bd-sat-nude {
    border-color: #efb076 !important
}

.bd-dark-nude {
    border-color: #ea9648 !important
}

.bd-nude, .bd-nude-active:active, .bd-nude-hover:hover {
    border-color: #f7d8bb !important
}

.bd-nude-focus:focus {
    border-color: #f7d8bb !important
}

.bd-light-terracotta {
    border-color: #f6c5bc !important
}

.bd-minor-terracotta {
    border-color: #ed8c78 !important
}

.bd-sat-terracotta {
    border-color: #b43218 !important
}

.bd-dark-terracotta {
    border-color: #872612 !important
}

.bd-terracotta, .bd-terracotta-active:active, .bd-terracotta-hover:hover {
    border-color: #e35235 !important
}

.bd-terracotta-focus:focus {
    border-color: #e35235 !important
}

.bd-light-coral {
    border-color: #ffe1d6 !important
}

.bd-minor-coral {
    border-color: #ffbca3 !important
}

.bd-sat-coral {
    border-color: #ff4b0a !important
}

.bd-dark-coral {
    border-color: #d63900 !important
}

.bd-coral, .bd-coral-active:active, .bd-coral-hover:hover {
    border-color: #ff8457 !important
}

.bd-coral-focus:focus {
    border-color: #ff8457 !important
}

.bd-light-army {
    border-color: #ced5aa !important
}

.bd-minor-army {
    border-color: #94a14f !important
}

.bd-sat-army {
    border-color: #2f3319 !important
}

.bd-dark-army {
    border-color: #101108 !important
}

.bd-army, .bd-army-active:active, .bd-army-hover:hover {
    border-color: #5f6732 !important
}

.bd-army-focus:focus {
    border-color: #5f6732 !important
}

.bd-light-seashell {
    border-color: #fff9f5 !important
}

.bd-minor-seashell {
    border-color: #fff6f0 !important
}

.bd-sat-seashell {
    border-color: #ffc499 !important
}

.bd-dark-seashell {
    border-color: #ffa666 !important
}

.bd-seashell, .bd-seashell-active:active, .bd-seashell-hover:hover {
    border-color: #fff0e5 !important
}

.bd-seashell-focus:focus {
    border-color: #fff0e5 !important
}

.bd-light-sand {
    border-color: #fcf8ee !important
}

.bd-minor-sand {
    border-color: #f6ebcb !important
}

.bd-sat-sand {
    border-color: #e6c76b !important
}

.bd-dark-sand {
    border-color: #deb73f !important
}

.bd-sand, .bd-sand-active:active, .bd-sand-hover:hover {
    border-color: #f1e0ac !important
}

.bd-sand-focus:focus {
    border-color: #f1e0ac !important
}

@property --border-angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: true;
}

@keyframes spin-border {
    0% {
        --border-angle: 0deg
    }

    to {
        --border-angle: 360deg
    }
}

:root {
    --gradient-border-speed: 3s;
    --gradient-border-size: 2px;
    --gradient-border-colors: #ff4545, #00ff99, #006aff, #ff0095, #ff4545;
    --gradient-border-transparent-size: 50%
}

.gradient-border {
    isolation: isolate
}

    .gradient-border:before, .gradient-border:after {
        content: "";
        position: absolute;
        inset: calc(-1 * var(--gradient-border-size));
        border-radius: inherit;
        background: conic-gradient(from var(--border-angle),var(--gradient-border-colors));
        z-index: -2;
        display: block;
        transition: all .3s linear
    }

    .gradient-border:after {
        inset: 0;
        z-index: -1;
        background: inherit
    }

.animated-border, .animated-border-hover:hover {
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-black {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), #000000;
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-white {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), #ffffff;
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-dark {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), #1d1d1d;
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-light {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), #f8f8f8;
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-gray {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(0, 0%, 80%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-gray-blue {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(210, 26%, 54%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-gray-white {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(0, 0%, 96%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-gray-mouse {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(199, 15%, 40%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-lime {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(93, 97%, 71%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-green {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(120, 100%, 35%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-emerald {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(140, 52%, 55%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-blue {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(225, 100%, 68%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-teal {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(180, 77%, 44%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-cyan {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(221, 100%, 79%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-cobalt {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(215, 100%, 34%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-indigo {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(276, 100%, 33%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-almost {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(259, 84%, 55%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-violet {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(300, 76%, 72%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-pink {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(350, 100%, 88%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-magenta {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(300, 100%, 50%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-crimson {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(348, 88%, 46%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-red {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(0, 100%, 50%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-clown {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(3, 100%, 70%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-orange {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(39, 100%, 50%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-amber {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(45, 100%, 58%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-yellow {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(52, 100%, 68%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-brown {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(25, 57%, 51%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-olive {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(60, 100%, 32%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-steel {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(209, 19%, 57%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-mauve {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(277, 100%, 84%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-taupe {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(29, 19%, 50%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-champagne {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(37, 74%, 88%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-khaki {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(47, 47%, 69%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-charcoal {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(0, 0%, 60%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-bronze {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(29, 75%, 57%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-windstorm {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(216, 53%, 66%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-nude {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(29, 79%, 85%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-terracotta {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(10, 76%, 55%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-coral {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(16, 100%, 67%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-army {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(69, 34%, 30%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-seashell {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(25, 100%, 95%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.animated-border-sand {
    --gradient-border-colors: transparent var(--gradient-border-transparent-size), hsl(45, 71%, 81%);
    animation: spin-border var(--gradient-border-speed) linear infinite
}

.fc-black, .fc-black-active:active, .fc-black-hover:hover {
    fill: #000 !important
}

.fc-black-focus:focus {
    fill: #000 !important
}

.fc-white, .fc-white-active:active, .fc-white-hover:hover {
    fill: #fff !important
}

.fc-white-focus:focus {
    fill: #fff !important
}

.fc-dark, .fc-dark-active:active, .fc-dark-hover:hover {
    fill: #1d1d1d !important
}

.fc-dark-focus:focus {
    fill: #1d1d1d !important
}

.fc-light, .fc-light-active:active, .fc-light-hover:hover {
    fill: #f8f8f8 !important
}

.fc-light-focus:focus {
    fill: #f8f8f8 !important
}

.fc-gray, .fc-gray-active:active, .fc-gray-hover:hover {
    fill: #ccc !important
}

.fc-gray-focus:focus {
    fill: #ccc !important
}

.fc-gray-blue, .fc-gray-blue-active:active, .fc-gray-blue-hover:hover {
    fill: #6b8aa8 !important
}

.fc-gray-blue-focus:focus {
    fill: #6b8aa8 !important
}

.fc-gray-white, .fc-gray-white-active:active, .fc-gray-white-hover:hover {
    fill: #f5f5f5 !important
}

.fc-gray-white-focus:focus {
    fill: #f5f5f5 !important
}

.fc-gray-mouse, .fc-gray-mouse-active:active, .fc-gray-mouse-hover:hover {
    fill: #576c75 !important
}

.fc-gray-mouse-focus:focus {
    fill: #576c75 !important
}

.fc-lime, .fc-lime-active:active, .fc-lime-hover:hover {
    fill: #aefd6d !important
}

.fc-lime-focus:focus {
    fill: #aefd6d !important
}

.fc-green, .fc-green-active:active, .fc-green-hover:hover {
    fill: #00b300 !important
}

.fc-green-focus:focus {
    fill: #00b300 !important
}

.fc-emerald, .fc-emerald-active:active, .fc-emerald-hover:hover {
    fill: #51c878 !important
}

.fc-emerald-focus:focus {
    fill: #51c878 !important
}

.fc-blue, .fc-blue-active:active, .fc-blue-hover:hover {
    fill: #5c85ff !important
}

.fc-blue-focus:focus {
    fill: #5c85ff !important
}

.fc-teal, .fc-teal-active:active, .fc-teal-hover:hover {
    fill: #1ac7c7 !important
}

.fc-teal-focus:focus {
    fill: #1ac7c7 !important
}

.fc-cyan, .fc-cyan-active:active, .fc-cyan-hover:hover {
    fill: #94b6ff !important
}

.fc-cyan-focus:focus {
    fill: #94b6ff !important
}

.fc-cobalt, .fc-cobalt-active:active, .fc-cobalt-hover:hover {
    fill: #0048ad !important
}

.fc-cobalt-focus:focus {
    fill: #0048ad !important
}

.fc-indigo, .fc-indigo-active:active, .fc-indigo-hover:hover {
    fill: #6500a8 !important
}

.fc-indigo-focus:focus {
    fill: #6500a8 !important
}

.fc-almost, .fc-almost-active:active, .fc-almost-hover:hover {
    fill: #692ced !important
}

.fc-almost-focus:focus {
    fill: #692ced !important
}

.fc-violet, .fc-violet-active:active, .fc-violet-hover:hover {
    fill: #ee81ee !important
}

.fc-violet-focus:focus {
    fill: #ee81ee !important
}

.fc-pink, .fc-pink-active:active, .fc-pink-hover:hover {
    fill: #ffc2cc !important
}

.fc-pink-focus:focus {
    fill: #ffc2cc !important
}

.fc-magenta, .fc-magenta-active:active, .fc-magenta-hover:hover {
    fill: #f0f !important
}

.fc-magenta-focus:focus {
    fill: #f0f !important
}

.fc-crimson, .fc-crimson-active:active, .fc-crimson-hover:hover {
    fill: #dd0e37 !important
}

.fc-crimson-focus:focus {
    fill: #dd0e37 !important
}

.fc-red, .fc-red-active:active, .fc-red-hover:hover {
    fill: red !important
}

.fc-red-focus:focus {
    fill: red !important
}

.fc-clown, .fc-clown-active:active, .fc-clown-hover:hover {
    fill: #ff6e66 !important
}

.fc-clown-focus:focus {
    fill: #ff6e66 !important
}

.fc-orange, .fc-orange-active:active, .fc-orange-hover:hover {
    fill: #ffa600 !important
}

.fc-orange-focus:focus {
    fill: #ffa600 !important
}

.fc-amber, .fc-amber-active:active, .fc-amber-hover:hover {
    fill: #ffc929 !important
}

.fc-amber-focus:focus {
    fill: #ffc929 !important
}

.fc-yellow, .fc-yellow-active:active, .fc-yellow-hover:hover {
    fill: #ffe95c !important
}

.fc-yellow-focus:focus {
    fill: #ffe95c !important
}

.fc-brown, .fc-brown-active:active, .fc-brown-hover:hover {
    fill: #c9763b !important
}

.fc-brown-focus:focus {
    fill: #c9763b !important
}

.fc-olive, .fc-olive-active:active, .fc-olive-hover:hover {
    fill: #a3a300 !important
}

.fc-olive-focus:focus {
    fill: #a3a300 !important
}

.fc-steel, .fc-steel-active:active, .fc-steel-hover:hover {
    fill: #7d92a6 !important
}

.fc-steel-focus:focus {
    fill: #7d92a6 !important
}

.fc-mauve, .fc-mauve-active:active, .fc-mauve-hover:hover {
    fill: #e0adff !important
}

.fc-mauve-focus:focus {
    fill: #e0adff !important
}

.fc-taupe, .fc-taupe-active:active, .fc-taupe-hover:hover {
    fill: #987f67 !important
}

.fc-taupe-focus:focus {
    fill: #987f67 !important
}

.fc-champagne, .fc-champagne-active:active, .fc-champagne-hover:hover {
    fill: #f7e6ca !important
}

.fc-champagne-focus:focus {
    fill: #f7e6ca !important
}

.fc-khaki, .fc-khaki-active:active, .fc-khaki-hover:hover {
    fill: #d5c58b !important
}

.fc-khaki-focus:focus {
    fill: #d5c58b !important
}

.fc-charcoal, .fc-charcoal-active:active, .fc-charcoal-hover:hover {
    fill: #999 !important
}

.fc-charcoal-focus:focus {
    fill: #999 !important
}

.fc-bronze, .fc-bronze-active:active, .fc-bronze-hover:hover {
    fill: #e48f3f !important
}

.fc-bronze-focus:focus {
    fill: #e48f3f !important
}

.fc-windstorm, .fc-windstorm-active:active, .fc-windstorm-hover:hover {
    fill: #7a9fd6 !important
}

.fc-windstorm-focus:focus {
    fill: #7a9fd6 !important
}

.fc-nude, .fc-nude-active:active, .fc-nude-hover:hover {
    fill: #f7d8bb !important
}

.fc-nude-focus:focus {
    fill: #f7d8bb !important
}

.fc-terracotta, .fc-terracotta-active:active, .fc-terracotta-hover:hover {
    fill: #e35235 !important
}

.fc-terracotta-focus:focus {
    fill: #e35235 !important
}

.fc-coral, .fc-coral-active:active, .fc-coral-hover:hover {
    fill: #ff8457 !important
}

.fc-coral-focus:focus {
    fill: #ff8457 !important
}

.fc-army, .fc-army-active:active, .fc-army-hover:hover {
    fill: #5f6732 !important
}

.fc-army-focus:focus {
    fill: #5f6732 !important
}

.fc-seashell, .fc-seashell-active:active, .fc-seashell-hover:hover {
    fill: #fff0e5 !important
}

.fc-seashell-focus:focus {
    fill: #fff0e5 !important
}

.fc-sand, .fc-sand-active:active, .fc-sand-hover:hover {
    fill: #f1e0ac !important
}

.fc-sand-focus:focus {
    fill: #f1e0ac !important
}

.fc-light-gray, .fc-light-gray-active:active, .fc-light-gray-hover:hover {
    fill: #f2f2f2 !important
}

.fc-light-gray-focus:focus {
    fill: #f2f2f2 !important
}

.fc-minor-gray, .fc-minor-gray-active:active, .fc-minor-gray-hover:hover {
    fill: #dedede !important
}

.fc-minor-gray-focus:focus {
    fill: #dedede !important
}

.fc-sat-gray, .fc-sat-gray-active:active, .fc-sat-gray-hover:hover {
    fill: #a6a6a6 !important
}

.fc-sat-gray-focus:focus {
    fill: #a6a6a6 !important
}

.fc-dark-gray, .fc-dark-gray-active:active, .fc-dark-gray-hover:hover {
    fill: #8c8c8c !important
}

.fc-dark-gray-focus:focus {
    fill: #8c8c8c !important
}

.sc-gray, .sc-gray-active:active, .sc-gray-hover:hover {
    stroke: #ccc !important
}

.sc-gray-focus:focus {
    stroke: #ccc !important
}

.sc-light-gray, .sc-light-gray-active:active, .sc-light-gray-hover:hover {
    stroke: #f2f2f2 !important
}

.sc-light-gray-focus:focus {
    stroke: #f2f2f2 !important
}

.sc-minor-gray, .sc-minor-gray-active:active, .sc-minor-gray-hover:hover {
    stroke: #dedede !important
}

.sc-minor-gray-focus:focus {
    stroke: #dedede !important
}

.sc-sat-gray, .sc-sat-gray-active:active, .sc-sat-gray-hover:hover {
    stroke: #a6a6a6 !important
}

.sc-sat-gray-focus:focus {
    stroke: #a6a6a6 !important
}

.sc-dark-gray, .sc-dark-gray-active:active, .sc-dark-gray-hover:hover {
    stroke: #8c8c8c !important
}

.sc-dark-gray-focus:focus {
    stroke: #8c8c8c !important
}

.fc-light-gray-blue, .fc-light-gray-blue-active:active, .fc-light-gray-blue-hover:hover {
    fill: #ccd6e1 !important
}

.fc-light-gray-blue-focus:focus {
    fill: #ccd6e1 !important
}

.fc-minor-gray-blue, .fc-minor-gray-blue-active:active, .fc-minor-gray-blue-hover:hover {
    fill: #9bb0c5 !important
}

.fc-minor-gray-blue-focus:focus {
    fill: #9bb0c5 !important
}

.fc-sat-gray-blue, .fc-sat-gray-blue-active:active, .fc-sat-gray-blue-hover:hover {
    fill: #4a637d !important
}

.fc-sat-gray-blue-focus:focus {
    fill: #4a637d !important
}

.fc-dark-gray-blue, .fc-dark-gray-blue-active:active, .fc-dark-gray-blue-hover:hover {
    fill: #374a5d !important
}

.fc-dark-gray-blue-focus:focus {
    fill: #374a5d !important
}

.sc-gray-blue, .sc-gray-blue-active:active, .sc-gray-blue-hover:hover {
    stroke: #6b8aa8 !important
}

.sc-gray-blue-focus:focus {
    stroke: #6b8aa8 !important
}

.sc-light-gray-blue, .sc-light-gray-blue-active:active, .sc-light-gray-blue-hover:hover {
    stroke: #ccd6e1 !important
}

.sc-light-gray-blue-focus:focus {
    stroke: #ccd6e1 !important
}

.sc-minor-gray-blue, .sc-minor-gray-blue-active:active, .sc-minor-gray-blue-hover:hover {
    stroke: #9bb0c5 !important
}

.sc-minor-gray-blue-focus:focus {
    stroke: #9bb0c5 !important
}

.sc-sat-gray-blue, .sc-sat-gray-blue-active:active, .sc-sat-gray-blue-hover:hover {
    stroke: #4a637d !important
}

.sc-sat-gray-blue-focus:focus {
    stroke: #4a637d !important
}

.sc-dark-gray-blue, .sc-dark-gray-blue-active:active, .sc-dark-gray-blue-hover:hover {
    stroke: #374a5d !important
}

.sc-dark-gray-blue-focus:focus {
    stroke: #374a5d !important
}

.fc-light-gray-mouse, .fc-light-gray-mouse-active:active, .fc-light-gray-mouse-hover:hover {
    fill: #a7b7be !important
}

.fc-light-gray-mouse-focus:focus {
    fill: #a7b7be !important
}

.fc-minor-gray-mouse, .fc-minor-gray-mouse-active:active, .fc-minor-gray-mouse-hover:hover {
    fill: #7b939d !important
}

.fc-minor-gray-mouse-focus:focus {
    fill: #7b939d !important
}

.fc-sat-gray-mouse, .fc-sat-gray-mouse-active:active, .fc-sat-gray-mouse-hover:hover {
    fill: #364349 !important
}

.fc-sat-gray-mouse-focus:focus {
    fill: #364349 !important
}

.fc-dark-gray-mouse, .fc-dark-gray-mouse-active:active, .fc-dark-gray-mouse-hover:hover {
    fill: #21282c !important
}

.fc-dark-gray-mouse-focus:focus {
    fill: #21282c !important
}

.sc-gray-mouse, .sc-gray-mouse-active:active, .sc-gray-mouse-hover:hover {
    stroke: #576c75 !important
}

.sc-gray-mouse-focus:focus {
    stroke: #576c75 !important
}

.sc-light-gray-mouse, .sc-light-gray-mouse-active:active, .sc-light-gray-mouse-hover:hover {
    stroke: #a7b7be !important
}

.sc-light-gray-mouse-focus:focus {
    stroke: #a7b7be !important
}

.sc-minor-gray-mouse, .sc-minor-gray-mouse-active:active, .sc-minor-gray-mouse-hover:hover {
    stroke: #7b939d !important
}

.sc-minor-gray-mouse-focus:focus {
    stroke: #7b939d !important
}

.sc-sat-gray-mouse, .sc-sat-gray-mouse-active:active, .sc-sat-gray-mouse-hover:hover {
    stroke: #364349 !important
}

.sc-sat-gray-mouse-focus:focus {
    stroke: #364349 !important
}

.sc-dark-gray-mouse, .sc-dark-gray-mouse-active:active, .sc-dark-gray-mouse-hover:hover {
    stroke: #21282c !important
}

.sc-dark-gray-mouse-focus:focus {
    stroke: #21282c !important
}

.fc-light-lime, .fc-light-lime-active:active, .fc-light-lime-hover:hover {
    fill: #e6fed2 !important
}

.fc-light-lime-focus:focus {
    fill: #e6fed2 !important
}

.fc-minor-lime, .fc-minor-lime-active:active, .fc-minor-lime-hover:hover {
    fill: #cafea0 !important
}

.fc-minor-lime-focus:focus {
    fill: #cafea0 !important
}

.fc-sat-lime, .fc-sat-lime-active:active, .fc-sat-lime-hover:hover {
    fill: #84fc22 !important
}

.fc-sat-lime-focus:focus {
    fill: #84fc22 !important
}

.fc-dark-lime, .fc-dark-lime-active:active, .fc-dark-lime-hover:hover {
    fill: #6ae704 !important
}

.fc-dark-lime-focus:focus {
    fill: #6ae704 !important
}

.sc-lime, .sc-lime-active:active, .sc-lime-hover:hover {
    stroke: #aefd6d !important
}

.sc-lime-focus:focus {
    stroke: #aefd6d !important
}

.sc-light-lime, .sc-light-lime-active:active, .sc-light-lime-hover:hover {
    stroke: #e6fed2 !important
}

.sc-light-lime-focus:focus {
    stroke: #e6fed2 !important
}

.sc-minor-lime, .sc-minor-lime-active:active, .sc-minor-lime-hover:hover {
    stroke: #cafea0 !important
}

.sc-minor-lime-focus:focus {
    stroke: #cafea0 !important
}

.sc-sat-lime, .sc-sat-lime-active:active, .sc-sat-lime-hover:hover {
    stroke: #84fc22 !important
}

.sc-sat-lime-focus:focus {
    stroke: #84fc22 !important
}

.sc-dark-lime, .sc-dark-lime-active:active, .sc-dark-lime-hover:hover {
    stroke: #6ae704 !important
}

.sc-dark-lime-focus:focus {
    stroke: #6ae704 !important
}

.fc-light-green, .fc-light-green-active:active, .fc-light-green-hover:hover {
    fill: #9f9 !important
}

.fc-light-green-focus:focus {
    fill: #9f9 !important
}

.fc-minor-green, .fc-minor-green-active:active, .fc-minor-green-hover:hover {
    fill: #00e600 !important
}

.fc-minor-green-focus:focus {
    fill: #00e600 !important
}

.fc-sat-green, .fc-sat-green-active:active, .fc-sat-green-hover:hover {
    fill: #060 !important
}

.fc-sat-green-focus:focus {
    fill: #060 !important
}

.fc-dark-green, .fc-dark-green-active:active, .fc-dark-green-hover:hover {
    fill: #030 !important
}

.fc-dark-green-focus:focus {
    fill: #030 !important
}

.sc-green, .sc-green-active:active, .sc-green-hover:hover {
    stroke: #00b300 !important
}

.sc-green-focus:focus {
    stroke: #00b300 !important
}

.sc-light-green, .sc-light-green-active:active, .sc-light-green-hover:hover {
    stroke: #9f9 !important
}

.sc-light-green-focus:focus {
    stroke: #9f9 !important
}

.sc-minor-green, .sc-minor-green-active:active, .sc-minor-green-hover:hover {
    stroke: #00e600 !important
}

.sc-minor-green-focus:focus {
    stroke: #00e600 !important
}

.sc-sat-green, .sc-sat-green-active:active, .sc-sat-green-hover:hover {
    stroke: #060 !important
}

.sc-sat-green-focus:focus {
    stroke: #060 !important
}

.sc-dark-green, .sc-dark-green-active:active, .sc-dark-green-hover:hover {
    stroke: #030 !important
}

.sc-dark-green-focus:focus {
    stroke: #030 !important
}

.fc-light-emerald, .fc-light-emerald-active:active, .fc-light-emerald-hover:hover {
    fill: #c5edd2 !important
}

.fc-light-emerald-focus:focus {
    fill: #c5edd2 !important
}

.fc-minor-emerald, .fc-minor-emerald-active:active, .fc-minor-emerald-hover:hover {
    fill: #77d496 !important
}

.fc-minor-emerald-focus:focus {
    fill: #77d496 !important
}

.fc-sat-emerald, .fc-sat-emerald-active:active, .fc-sat-emerald-hover:hover {
    fill: #319b54 !important
}

.fc-sat-emerald-focus:focus {
    fill: #319b54 !important
}

.fc-dark-emerald, .fc-dark-emerald-active:active, .fc-dark-emerald-hover:hover {
    fill: #25743f !important
}

.fc-dark-emerald-focus:focus {
    fill: #25743f !important
}

.sc-emerald, .sc-emerald-active:active, .sc-emerald-hover:hover {
    stroke: #51c878 !important
}

.sc-emerald-focus:focus {
    stroke: #51c878 !important
}

.sc-light-emerald, .sc-light-emerald-active:active, .sc-light-emerald-hover:hover {
    stroke: #c5edd2 !important
}

.sc-light-emerald-focus:focus {
    stroke: #c5edd2 !important
}

.sc-minor-emerald, .sc-minor-emerald-active:active, .sc-minor-emerald-hover:hover {
    stroke: #77d496 !important
}

.sc-minor-emerald-focus:focus {
    stroke: #77d496 !important
}

.sc-sat-emerald, .sc-sat-emerald-active:active, .sc-sat-emerald-hover:hover {
    stroke: #319b54 !important
}

.sc-sat-emerald-focus:focus {
    stroke: #319b54 !important
}

.sc-dark-emerald, .sc-dark-emerald-active:active, .sc-dark-emerald-hover:hover {
    stroke: #25743f !important
}

.sc-dark-emerald-focus:focus {
    stroke: #25743f !important
}

.fc-light-blue, .fc-light-blue-active:active, .fc-light-blue-hover:hover {
    fill: #dbe4ff !important
}

.fc-light-blue-focus:focus {
    fill: #dbe4ff !important
}

.fc-minor-blue, .fc-minor-blue-active:active, .fc-minor-blue-hover:hover {
    fill: #8fabff !important
}

.fc-minor-blue-focus:focus {
    fill: #8fabff !important
}

.fc-sat-blue, .fc-sat-blue-active:active, .fc-sat-blue-hover:hover {
    fill: #0f4bff !important
}

.fc-sat-blue-focus:focus {
    fill: #0f4bff !important
}

.fc-dark-blue, .fc-dark-blue-active:active, .fc-dark-blue-hover:hover {
    fill: #0037db !important
}

.fc-dark-blue-focus:focus {
    fill: #0037db !important
}

.sc-blue, .sc-blue-active:active, .sc-blue-hover:hover {
    stroke: #5c85ff !important
}

.sc-blue-focus:focus {
    stroke: #5c85ff !important
}

.sc-light-blue, .sc-light-blue-active:active, .sc-light-blue-hover:hover {
    stroke: #dbe4ff !important
}

.sc-light-blue-focus:focus {
    stroke: #dbe4ff !important
}

.sc-minor-blue, .sc-minor-blue-active:active, .sc-minor-blue-hover:hover {
    stroke: #8fabff !important
}

.sc-minor-blue-focus:focus {
    stroke: #8fabff !important
}

.sc-sat-blue, .sc-sat-blue-active:active, .sc-sat-blue-hover:hover {
    stroke: #0f4bff !important
}

.sc-sat-blue-focus:focus {
    stroke: #0f4bff !important
}

.sc-dark-blue, .sc-dark-blue-active:active, .sc-dark-blue-hover:hover {
    stroke: #0037db !important
}

.sc-dark-blue-focus:focus {
    stroke: #0037db !important
}

.fc-light-teal, .fc-light-teal-active:active, .fc-light-teal-hover:hover {
    fill: #a0f3f3 !important
}

.fc-light-teal-focus:focus {
    fill: #a0f3f3 !important
}

.fc-minor-teal, .fc-minor-teal-active:active, .fc-minor-teal-hover:hover {
    fill: #2fe4e4 !important
}

.fc-minor-teal-focus:focus {
    fill: #2fe4e4 !important
}

.fc-sat-teal, .fc-sat-teal-active:active, .fc-sat-teal-hover:hover {
    fill: #118383 !important
}

.fc-sat-teal-focus:focus {
    fill: #118383 !important
}

.fc-dark-teal, .fc-dark-teal-active:active, .fc-dark-teal-hover:hover {
    fill: #0b5656 !important
}

.fc-dark-teal-focus:focus {
    fill: #0b5656 !important
}

.sc-teal, .sc-teal-active:active, .sc-teal-hover:hover {
    stroke: #1ac7c7 !important
}

.sc-teal-focus:focus {
    stroke: #1ac7c7 !important
}

.sc-light-teal, .sc-light-teal-active:active, .sc-light-teal-hover:hover {
    stroke: #a0f3f3 !important
}

.sc-light-teal-focus:focus {
    stroke: #a0f3f3 !important
}

.sc-minor-teal, .sc-minor-teal-active:active, .sc-minor-teal-hover:hover {
    stroke: #2fe4e4 !important
}

.sc-minor-teal-focus:focus {
    stroke: #2fe4e4 !important
}

.sc-sat-teal, .sc-sat-teal-active:active, .sc-sat-teal-hover:hover {
    stroke: #118383 !important
}

.sc-sat-teal-focus:focus {
    stroke: #118383 !important
}

.sc-dark-teal, .sc-dark-teal-active:active, .sc-dark-teal-hover:hover {
    stroke: #0b5656 !important
}

.sc-dark-teal-focus:focus {
    stroke: #0b5656 !important
}

.fc-light-cyan, .fc-light-cyan-active:active, .fc-light-cyan-hover:hover {
    fill: #e0eaff !important
}

.fc-light-cyan-focus:focus {
    fill: #e0eaff !important
}

.fc-minor-cyan, .fc-minor-cyan-active:active, .fc-minor-cyan-hover:hover {
    fill: #c7d9ff !important
}

.fc-minor-cyan-focus:focus {
    fill: #c7d9ff !important
}

.fc-sat-cyan, .fc-sat-cyan-active:active, .fc-sat-cyan-hover:hover {
    fill: #4782ff !important
}

.fc-sat-cyan-focus:focus {
    fill: #4782ff !important
}

.fc-dark-cyan, .fc-dark-cyan-active:active, .fc-dark-cyan-hover:hover {
    fill: #145fff !important
}

.fc-dark-cyan-focus:focus {
    fill: #145fff !important
}

.sc-cyan, .sc-cyan-active:active, .sc-cyan-hover:hover {
    stroke: #94b6ff !important
}

.sc-cyan-focus:focus {
    stroke: #94b6ff !important
}

.sc-light-cyan, .sc-light-cyan-active:active, .sc-light-cyan-hover:hover {
    stroke: #e0eaff !important
}

.sc-light-cyan-focus:focus {
    stroke: #e0eaff !important
}

.sc-minor-cyan, .sc-minor-cyan-active:active, .sc-minor-cyan-hover:hover {
    stroke: #c7d9ff !important
}

.sc-minor-cyan-focus:focus {
    stroke: #c7d9ff !important
}

.sc-sat-cyan, .sc-sat-cyan-active:active, .sc-sat-cyan-hover:hover {
    stroke: #4782ff !important
}

.sc-sat-cyan-focus:focus {
    stroke: #4782ff !important
}

.sc-dark-cyan, .sc-dark-cyan-active:active, .sc-dark-cyan-hover:hover {
    stroke: #145fff !important
}

.sc-dark-cyan-focus:focus {
    stroke: #145fff !important
}

.fc-light-cobalt, .fc-light-cobalt-active:active, .fc-light-cobalt-hover:hover {
    fill: #94c1ff !important
}

.fc-light-cobalt-focus:focus {
    fill: #94c1ff !important
}

.fc-minor-cobalt, .fc-minor-cobalt-active:active, .fc-minor-cobalt-hover:hover {
    fill: #0068fa !important
}

.fc-minor-cobalt-focus:focus {
    fill: #0068fa !important
}

.fc-sat-cobalt, .fc-sat-cobalt-active:active, .fc-sat-cobalt-hover:hover {
    fill: #002861 !important
}

.fc-sat-cobalt-focus:focus {
    fill: #002861 !important
}

.fc-dark-cobalt, .fc-dark-cobalt-active:active, .fc-dark-cobalt-hover:hover {
    fill: #00132e !important
}

.fc-dark-cobalt-focus:focus {
    fill: #00132e !important
}

.sc-cobalt, .sc-cobalt-active:active, .sc-cobalt-hover:hover {
    stroke: #0048ad !important
}

.sc-cobalt-focus:focus {
    stroke: #0048ad !important
}

.sc-light-cobalt, .sc-light-cobalt-active:active, .sc-light-cobalt-hover:hover {
    stroke: #94c1ff !important
}

.sc-light-cobalt-focus:focus {
    stroke: #94c1ff !important
}

.sc-minor-cobalt, .sc-minor-cobalt-active:active, .sc-minor-cobalt-hover:hover {
    stroke: #0068fa !important
}

.sc-minor-cobalt-focus:focus {
    stroke: #0068fa !important
}

.sc-sat-cobalt, .sc-sat-cobalt-active:active, .sc-sat-cobalt-hover:hover {
    stroke: #002861 !important
}

.sc-sat-cobalt-focus:focus {
    stroke: #002861 !important
}

.sc-dark-cobalt, .sc-dark-cobalt-active:active, .sc-dark-cobalt-hover:hover {
    stroke: #00132e !important
}

.sc-dark-cobalt-focus:focus {
    stroke: #00132e !important
}

.fc-light-indigo, .fc-light-indigo-active:active, .fc-light-indigo-hover:hover {
    fill: #d28fff !important
}

.fc-light-indigo-focus:focus {
    fill: #d28fff !important
}

.fc-minor-indigo, .fc-minor-indigo-active:active, .fc-minor-indigo-hover:hover {
    fill: #9300f5 !important
}

.fc-minor-indigo-focus:focus {
    fill: #9300f5 !important
}

.fc-sat-indigo, .fc-sat-indigo-active:active, .fc-sat-indigo-hover:hover {
    fill: #37005c !important
}

.fc-sat-indigo-focus:focus {
    fill: #37005c !important
}

.fc-dark-indigo, .fc-dark-indigo-active:active, .fc-dark-indigo-hover:hover {
    fill: #180029 !important
}

.fc-dark-indigo-focus:focus {
    fill: #180029 !important
}

.sc-indigo, .sc-indigo-active:active, .sc-indigo-hover:hover {
    stroke: #6500a8 !important
}

.sc-indigo-focus:focus {
    stroke: #6500a8 !important
}

.sc-light-indigo, .sc-light-indigo-active:active, .sc-light-indigo-hover:hover {
    stroke: #d28fff !important
}

.sc-light-indigo-focus:focus {
    stroke: #d28fff !important
}

.sc-minor-indigo, .sc-minor-indigo-active:active, .sc-minor-indigo-hover:hover {
    stroke: #9300f5 !important
}

.sc-minor-indigo-focus:focus {
    stroke: #9300f5 !important
}

.sc-sat-indigo, .sc-sat-indigo-active:active, .sc-sat-indigo-hover:hover {
    stroke: #37005c !important
}

.sc-sat-indigo-focus:focus {
    stroke: #37005c !important
}

.sc-dark-indigo, .sc-dark-indigo-active:active, .sc-dark-indigo-hover:hover {
    stroke: #180029 !important
}

.sc-dark-indigo-focus:focus {
    stroke: #180029 !important
}

.fc-light-almost, .fc-light-almost-active:active, .fc-light-almost-hover:hover {
    fill: #cdb9f9 !important
}

.fc-light-almost-focus:focus {
    fill: #cdb9f9 !important
}

.fc-minor-almost, .fc-minor-almost-active:active, .fc-minor-almost-hover:hover {
    fill: #9b72f3 !important
}

.fc-minor-almost-focus:focus {
    fill: #9b72f3 !important
}

.fc-sat-almost, .fc-sat-almost-active:active, .fc-sat-almost-hover:hover {
    fill: #4710bc !important
}

.fc-sat-almost-focus:focus {
    fill: #4710bc !important
}

.fc-dark-almost, .fc-dark-almost-active:active, .fc-dark-almost-hover:hover {
    fill: #350c8d !important
}

.fc-dark-almost-focus:focus {
    fill: #350c8d !important
}

.sc-almost, .sc-almost-active:active, .sc-almost-hover:hover {
    stroke: #692ced !important
}

.sc-almost-focus:focus {
    stroke: #692ced !important
}

.sc-light-almost, .sc-light-almost-active:active, .sc-light-almost-hover:hover {
    stroke: #cdb9f9 !important
}

.sc-light-almost-focus:focus {
    stroke: #cdb9f9 !important
}

.sc-minor-almost, .sc-minor-almost-active:active, .sc-minor-almost-hover:hover {
    stroke: #9b72f3 !important
}

.sc-minor-almost-focus:focus {
    stroke: #9b72f3 !important
}

.sc-sat-almost, .sc-sat-almost-active:active, .sc-sat-almost-hover:hover {
    stroke: #4710bc !important
}

.sc-sat-almost-focus:focus {
    stroke: #4710bc !important
}

.sc-dark-almost, .sc-dark-almost-active:active, .sc-dark-almost-hover:hover {
    stroke: #350c8d !important
}

.sc-dark-almost-focus:focus {
    stroke: #350c8d !important
}

.fc-light-violet, .fc-light-violet-active:active, .fc-light-violet-hover:hover {
    fill: #fadbfa !important
}

.fc-light-violet-focus:focus {
    fill: #fadbfa !important
}

.fc-minor-violet, .fc-minor-violet-active:active, .fc-minor-violet-hover:hover {
    fill: #f4aef4 !important
}

.fc-minor-violet-focus:focus {
    fill: #f4aef4 !important
}

.fc-sat-violet, .fc-sat-violet-active:active, .fc-sat-violet-hover:hover {
    fill: #e53ee5 !important
}

.fc-sat-violet-focus:focus {
    fill: #e53ee5 !important
}

.fc-dark-violet, .fc-dark-violet-active:active, .fc-dark-violet-hover:hover {
    fill: #d31dd3 !important
}

.fc-dark-violet-focus:focus {
    fill: #d31dd3 !important
}

.sc-violet, .sc-violet-active:active, .sc-violet-hover:hover {
    stroke: #ee81ee !important
}

.sc-violet-focus:focus {
    stroke: #ee81ee !important
}

.sc-light-violet, .sc-light-violet-active:active, .sc-light-violet-hover:hover {
    stroke: #fadbfa !important
}

.sc-light-violet-focus:focus {
    stroke: #fadbfa !important
}

.sc-minor-violet, .sc-minor-violet-active:active, .sc-minor-violet-hover:hover {
    stroke: #f4aef4 !important
}

.sc-minor-violet-focus:focus {
    stroke: #f4aef4 !important
}

.sc-sat-violet, .sc-sat-violet-active:active, .sc-sat-violet-hover:hover {
    stroke: #e53ee5 !important
}

.sc-sat-violet-focus:focus {
    stroke: #e53ee5 !important
}

.sc-dark-violet, .sc-dark-violet-active:active, .sc-dark-violet-hover:hover {
    stroke: #d31dd3 !important
}

.sc-dark-violet-focus:focus {
    stroke: #d31dd3 !important
}

.fc-light-pink, .fc-light-pink-active:active, .fc-light-pink-hover:hover {
    fill: #fff5f7 !important
}

.fc-light-pink-focus:focus {
    fill: #fff5f7 !important
}

.fc-minor-pink, .fc-minor-pink-active:active, .fc-minor-pink-hover:hover {
    fill: #ffdbe1 !important
}

.fc-minor-pink-focus:focus {
    fill: #ffdbe1 !important
}

.fc-sat-pink, .fc-sat-pink-active:active, .fc-sat-pink-hover:hover {
    fill: #ff758c !important
}

.fc-sat-pink-focus:focus {
    fill: #ff758c !important
}

.fc-dark-pink, .fc-dark-pink-active:active, .fc-dark-pink-hover:hover {
    fill: #ff4262 !important
}

.fc-dark-pink-focus:focus {
    fill: #ff4262 !important
}

.sc-pink, .sc-pink-active:active, .sc-pink-hover:hover {
    stroke: #ffc2cc !important
}

.sc-pink-focus:focus {
    stroke: #ffc2cc !important
}

.sc-light-pink, .sc-light-pink-active:active, .sc-light-pink-hover:hover {
    stroke: #fff5f7 !important
}

.sc-light-pink-focus:focus {
    stroke: #fff5f7 !important
}

.sc-minor-pink, .sc-minor-pink-active:active, .sc-minor-pink-hover:hover {
    stroke: #ffdbe1 !important
}

.sc-minor-pink-focus:focus {
    stroke: #ffdbe1 !important
}

.sc-sat-pink, .sc-sat-pink-active:active, .sc-sat-pink-hover:hover {
    stroke: #ff758c !important
}

.sc-sat-pink-focus:focus {
    stroke: #ff758c !important
}

.sc-dark-pink, .sc-dark-pink-active:active, .sc-dark-pink-hover:hover {
    stroke: #ff4262 !important
}

.sc-dark-pink-focus:focus {
    stroke: #ff4262 !important
}

.fc-light-magenta, .fc-light-magenta-active:active, .fc-light-magenta-hover:hover {
    fill: #fcf !important
}

.fc-light-magenta-focus:focus {
    fill: #fcf !important
}

.fc-minor-magenta, .fc-minor-magenta-active:active, .fc-minor-magenta-hover:hover {
    fill: #ff80ff !important
}

.fc-minor-magenta-focus:focus {
    fill: #ff80ff !important
}

.fc-sat-magenta, .fc-sat-magenta-active:active, .fc-sat-magenta-hover:hover {
    fill: #b300b3 !important
}

.fc-sat-magenta-focus:focus {
    fill: #b300b3 !important
}

.fc-dark-magenta, .fc-dark-magenta-active:active, .fc-dark-magenta-hover:hover {
    fill: purple !important
}

.fc-dark-magenta-focus:focus {
    fill: purple !important
}

.sc-magenta, .sc-magenta-active:active, .sc-magenta-hover:hover {
    stroke: #f0f !important
}

.sc-magenta-focus:focus {
    stroke: #f0f !important
}

.sc-light-magenta, .sc-light-magenta-active:active, .sc-light-magenta-hover:hover {
    stroke: #fcf !important
}

.sc-light-magenta-focus:focus {
    stroke: #fcf !important
}

.sc-minor-magenta, .sc-minor-magenta-active:active, .sc-minor-magenta-hover:hover {
    stroke: #ff80ff !important
}

.sc-minor-magenta-focus:focus {
    stroke: #ff80ff !important
}

.sc-sat-magenta, .sc-sat-magenta-active:active, .sc-sat-magenta-hover:hover {
    stroke: #b300b3 !important
}

.sc-sat-magenta-focus:focus {
    stroke: #b300b3 !important
}

.sc-dark-magenta, .sc-dark-magenta-active:active, .sc-dark-magenta-hover:hover {
    stroke: purple !important
}

.sc-dark-magenta-focus:focus {
    stroke: purple !important
}

.fc-light-crimson, .fc-light-crimson-active:active, .fc-light-crimson-hover:hover {
    fill: #fcd4dc !important
}

.fc-light-crimson-focus:focus {
    fill: #fcd4dc !important
}

.fc-minor-crimson, .fc-minor-crimson-active:active, .fc-minor-crimson-hover:hover {
    fill: #f55c7b !important
}

.fc-minor-crimson-focus:focus {
    fill: #f55c7b !important
}

.fc-sat-crimson, .fc-sat-crimson-active:active, .fc-sat-crimson-hover:hover {
    fill: #950925 !important
}

.fc-sat-crimson-focus:focus {
    fill: #950925 !important
}

.fc-dark-crimson, .fc-dark-crimson-active:active, .fc-dark-crimson-hover:hover {
    fill: #650619 !important
}

.fc-dark-crimson-focus:focus {
    fill: #650619 !important
}

.sc-crimson, .sc-crimson-active:active, .sc-crimson-hover:hover {
    stroke: #dd0e37 !important
}

.sc-crimson-focus:focus {
    stroke: #dd0e37 !important
}

.sc-light-crimson, .sc-light-crimson-active:active, .sc-light-crimson-hover:hover {
    stroke: #fcd4dc !important
}

.sc-light-crimson-focus:focus {
    stroke: #fcd4dc !important
}

.sc-minor-crimson, .sc-minor-crimson-active:active, .sc-minor-crimson-hover:hover {
    stroke: #f55c7b !important
}

.sc-minor-crimson-focus:focus {
    stroke: #f55c7b !important
}

.sc-sat-crimson, .sc-sat-crimson-active:active, .sc-sat-crimson-hover:hover {
    stroke: #950925 !important
}

.sc-sat-crimson-focus:focus {
    stroke: #950925 !important
}

.sc-dark-crimson, .sc-dark-crimson-active:active, .sc-dark-crimson-hover:hover {
    stroke: #650619 !important
}

.sc-dark-crimson-focus:focus {
    stroke: #650619 !important
}

.fc-light-red, .fc-light-red-active:active, .fc-light-red-hover:hover {
    fill: #ffb3b3 !important
}

.fc-light-red-focus:focus {
    fill: #ffb3b3 !important
}

.fc-minor-red, .fc-minor-red-active:active, .fc-minor-red-hover:hover {
    fill: #f66 !important
}

.fc-minor-red-focus:focus {
    fill: #f66 !important
}

.fc-sat-red, .fc-sat-red-active:active, .fc-sat-red-hover:hover {
    fill: #b30000 !important
}

.fc-sat-red-focus:focus {
    fill: #b30000 !important
}

.fc-dark-red, .fc-dark-red-active:active, .fc-dark-red-hover:hover {
    fill: maroon !important
}

.fc-dark-red-focus:focus {
    fill: maroon !important
}

.sc-red, .sc-red-active:active, .sc-red-hover:hover {
    stroke: red !important
}

.sc-red-focus:focus {
    stroke: red !important
}

.sc-light-red, .sc-light-red-active:active, .sc-light-red-hover:hover {
    stroke: #ffb3b3 !important
}

.sc-light-red-focus:focus {
    stroke: #ffb3b3 !important
}

.sc-minor-red, .sc-minor-red-active:active, .sc-minor-red-hover:hover {
    stroke: #f66 !important
}

.sc-minor-red-focus:focus {
    stroke: #f66 !important
}

.sc-sat-red, .sc-sat-red-active:active, .sc-sat-red-hover:hover {
    stroke: #b30000 !important
}

.sc-sat-red-focus:focus {
    stroke: #b30000 !important
}

.sc-dark-red, .sc-dark-red-active:active, .sc-dark-red-hover:hover {
    stroke: maroon !important
}

.sc-dark-red-focus:focus {
    stroke: maroon !important
}

.fc-light-clown, .fc-light-clown-active:active, .fc-light-clown-hover:hover {
    fill: #ffe7e5 !important
}

.fc-light-clown-focus:focus {
    fill: #ffe7e5 !important
}

.fc-minor-clown, .fc-minor-clown-active:active, .fc-minor-clown-hover:hover {
    fill: #ffb6b3 !important
}

.fc-minor-clown-focus:focus {
    fill: #ffb6b3 !important
}

.fc-sat-clown, .fc-sat-clown-active:active, .fc-sat-clown-hover:hover {
    fill: #ff251a !important
}

.fc-sat-clown-focus:focus {
    fill: #ff251a !important
}

.fc-dark-clown, .fc-dark-clown-active:active, .fc-dark-clown-hover:hover {
    fill: #e60b00 !important
}

.fc-dark-clown-focus:focus {
    fill: #e60b00 !important
}

.sc-clown, .sc-clown-active:active, .sc-clown-hover:hover {
    stroke: #ff6e66 !important
}

.sc-clown-focus:focus {
    stroke: #ff6e66 !important
}

.sc-light-clown, .sc-light-clown-active:active, .sc-light-clown-hover:hover {
    stroke: #ffe7e5 !important
}

.sc-light-clown-focus:focus {
    stroke: #ffe7e5 !important
}

.sc-minor-clown, .sc-minor-clown-active:active, .sc-minor-clown-hover:hover {
    stroke: #ffb6b3 !important
}

.sc-minor-clown-focus:focus {
    stroke: #ffb6b3 !important
}

.sc-sat-clown, .sc-sat-clown-active:active, .sc-sat-clown-hover:hover {
    stroke: #ff251a !important
}

.sc-sat-clown-focus:focus {
    stroke: #ff251a !important
}

.sc-dark-clown, .sc-dark-clown-active:active, .sc-dark-clown-hover:hover {
    stroke: #e60b00 !important
}

.sc-dark-clown-focus:focus {
    stroke: #e60b00 !important
}

.fc-light-orange, .fc-light-orange-active:active, .fc-light-orange-hover:hover {
    fill: #ffedcc !important
}

.fc-light-orange-focus:focus {
    fill: #ffedcc !important
}

.fc-minor-orange, .fc-minor-orange-active:active, .fc-minor-orange-hover:hover {
    fill: #ffd280 !important
}

.fc-minor-orange-focus:focus {
    fill: #ffd280 !important
}

.fc-sat-orange, .fc-sat-orange-active:active, .fc-sat-orange-hover:hover {
    fill: #b37400 !important
}

.fc-sat-orange-focus:focus {
    fill: #b37400 !important
}

.fc-dark-orange, .fc-dark-orange-active:active, .fc-dark-orange-hover:hover {
    fill: #805300 !important
}

.fc-dark-orange-focus:focus {
    fill: #805300 !important
}

.sc-orange, .sc-orange-active:active, .sc-orange-hover:hover {
    stroke: #ffa600 !important
}

.sc-orange-focus:focus {
    stroke: #ffa600 !important
}

.sc-light-orange, .sc-light-orange-active:active, .sc-light-orange-hover:hover {
    stroke: #ffedcc !important
}

.sc-light-orange-focus:focus {
    stroke: #ffedcc !important
}

.sc-minor-orange, .sc-minor-orange-active:active, .sc-minor-orange-hover:hover {
    stroke: #ffd280 !important
}

.sc-minor-orange-focus:focus {
    stroke: #ffd280 !important
}

.sc-sat-orange, .sc-sat-orange-active:active, .sc-sat-orange-hover:hover {
    stroke: #b37400 !important
}

.sc-sat-orange-focus:focus {
    stroke: #b37400 !important
}

.sc-dark-orange, .sc-dark-orange-active:active, .sc-dark-orange-hover:hover {
    stroke: #805300 !important
}

.sc-dark-orange-focus:focus {
    stroke: #805300 !important
}

.fc-light-amber, .fc-light-amber-active:active, .fc-light-amber-hover:hover {
    fill: #ffe38f !important
}

.fc-light-amber-focus:focus {
    fill: #ffe38f !important
}

.fc-minor-amber, .fc-minor-amber-active:active, .fc-minor-amber-hover:hover {
    fill: #ffd65c !important
}

.fc-minor-amber-focus:focus {
    fill: #ffd65c !important
}

.fc-sat-amber, .fc-sat-amber-active:active, .fc-sat-amber-hover:hover {
    fill: #dba400 !important
}

.fc-sat-amber-focus:focus {
    fill: #dba400 !important
}

.fc-dark-amber, .fc-dark-amber-active:active, .fc-dark-amber-hover:hover {
    fill: #a87e00 !important
}

.fc-dark-amber-focus:focus {
    fill: #a87e00 !important
}

.sc-amber, .sc-amber-active:active, .sc-amber-hover:hover {
    stroke: #ffc929 !important
}

.sc-amber-focus:focus {
    stroke: #ffc929 !important
}

.sc-light-amber, .sc-light-amber-active:active, .sc-light-amber-hover:hover {
    stroke: #ffe38f !important
}

.sc-light-amber-focus:focus {
    stroke: #ffe38f !important
}

.sc-minor-amber, .sc-minor-amber-active:active, .sc-minor-amber-hover:hover {
    stroke: #ffd65c !important
}

.sc-minor-amber-focus:focus {
    stroke: #ffd65c !important
}

.sc-sat-amber, .sc-sat-amber-active:active, .sc-sat-amber-hover:hover {
    stroke: #dba400 !important
}

.sc-sat-amber-focus:focus {
    stroke: #dba400 !important
}

.sc-dark-amber, .sc-dark-amber-active:active, .sc-dark-amber-hover:hover {
    stroke: #a87e00 !important
}

.sc-dark-amber-focus:focus {
    stroke: #a87e00 !important
}

.fc-light-yellow, .fc-light-yellow-active:active, .fc-light-yellow-hover:hover {
    fill: #fffadb !important
}

.fc-light-yellow-focus:focus {
    fill: #fffadb !important
}

.fc-minor-yellow, .fc-minor-yellow-active:active, .fc-minor-yellow-hover:hover {
    fill: #fff3a8 !important
}

.fc-minor-yellow-focus:focus {
    fill: #fff3a8 !important
}

.fc-sat-yellow, .fc-sat-yellow-active:active, .fc-sat-yellow-hover:hover {
    fill: #ffdf0f !important
}

.fc-sat-yellow-focus:focus {
    fill: #ffdf0f !important
}

.fc-dark-yellow, .fc-dark-yellow-active:active, .fc-dark-yellow-hover:hover {
    fill: #dbbe00 !important
}

.fc-dark-yellow-focus:focus {
    fill: #dbbe00 !important
}

.sc-yellow, .sc-yellow-active:active, .sc-yellow-hover:hover {
    stroke: #ffe95c !important
}

.sc-yellow-focus:focus {
    stroke: #ffe95c !important
}

.sc-light-yellow, .sc-light-yellow-active:active, .sc-light-yellow-hover:hover {
    stroke: #fffadb !important
}

.sc-light-yellow-focus:focus {
    stroke: #fffadb !important
}

.sc-minor-yellow, .sc-minor-yellow-active:active, .sc-minor-yellow-hover:hover {
    stroke: #fff3a8 !important
}

.sc-minor-yellow-focus:focus {
    stroke: #fff3a8 !important
}

.sc-sat-yellow, .sc-sat-yellow-active:active, .sc-sat-yellow-hover:hover {
    stroke: #ffdf0f !important
}

.sc-sat-yellow-focus:focus {
    stroke: #ffdf0f !important
}

.sc-dark-yellow, .sc-dark-yellow-active:active, .sc-dark-yellow-hover:hover {
    stroke: #dbbe00 !important
}

.sc-dark-yellow-focus:focus {
    stroke: #dbbe00 !important
}

.fc-light-brown, .fc-light-brown-active:active, .fc-light-brown-hover:hover {
    fill: #eacab3 !important
}

.fc-light-brown-focus:focus {
    fill: #eacab3 !important
}

.fc-minor-brown, .fc-minor-brown-active:active, .fc-minor-brown-hover:hover {
    fill: #daa077 !important
}

.fc-minor-brown-focus:focus {
    fill: #daa077 !important
}

.fc-sat-brown, .fc-sat-brown-active:active, .fc-sat-brown-hover:hover {
    fill: #905327 !important
}

.fc-sat-brown-focus:focus {
    fill: #905327 !important
}

.fc-dark-brown, .fc-dark-brown-active:active, .fc-dark-brown-hover:hover {
    fill: #683c1d !important
}

.fc-dark-brown-focus:focus {
    fill: #683c1d !important
}

.sc-brown, .sc-brown-active:active, .sc-brown-hover:hover {
    stroke: #c9763b !important
}

.sc-brown-focus:focus {
    stroke: #c9763b !important
}

.sc-light-brown, .sc-light-brown-active:active, .sc-light-brown-hover:hover {
    stroke: #eacab3 !important
}

.sc-light-brown-focus:focus {
    stroke: #eacab3 !important
}

.sc-minor-brown, .sc-minor-brown-active:active, .sc-minor-brown-hover:hover {
    stroke: #daa077 !important
}

.sc-minor-brown-focus:focus {
    stroke: #daa077 !important
}

.sc-sat-brown, .sc-sat-brown-active:active, .sc-sat-brown-hover:hover {
    stroke: #905327 !important
}

.sc-sat-brown-focus:focus {
    stroke: #905327 !important
}

.sc-dark-brown, .sc-dark-brown-active:active, .sc-dark-brown-hover:hover {
    stroke: #683c1d !important
}

.sc-dark-brown-focus:focus {
    stroke: #683c1d !important
}

.fc-light-olive, .fc-light-olive-active:active, .fc-light-olive-hover:hover {
    fill: #ffff70 !important
}

.fc-light-olive-focus:focus {
    fill: #ffff70 !important
}

.fc-minor-olive, .fc-minor-olive-active:active, .fc-minor-olive-hover:hover {
    fill: #d6d600 !important
}

.fc-minor-olive-focus:focus {
    fill: #d6d600 !important
}

.fc-sat-olive, .fc-sat-olive-active:active, .fc-sat-olive-hover:hover {
    fill: #575700 !important
}

.fc-sat-olive-focus:focus {
    fill: #575700 !important
}

.fc-dark-olive, .fc-dark-olive-active:active, .fc-dark-olive-hover:hover {
    fill: #242400 !important
}

.fc-dark-olive-focus:focus {
    fill: #242400 !important
}

.sc-olive, .sc-olive-active:active, .sc-olive-hover:hover {
    stroke: #a3a300 !important
}

.sc-olive-focus:focus {
    stroke: #a3a300 !important
}

.sc-light-olive, .sc-light-olive-active:active, .sc-light-olive-hover:hover {
    stroke: #ffff70 !important
}

.sc-light-olive-focus:focus {
    stroke: #ffff70 !important
}

.sc-minor-olive, .sc-minor-olive-active:active, .sc-minor-olive-hover:hover {
    stroke: #d6d600 !important
}

.sc-minor-olive-focus:focus {
    stroke: #d6d600 !important
}

.sc-sat-olive, .sc-sat-olive-active:active, .sc-sat-olive-hover:hover {
    stroke: #575700 !important
}

.sc-sat-olive-focus:focus {
    stroke: #575700 !important
}

.sc-dark-olive, .sc-dark-olive-active:active, .sc-dark-olive-hover:hover {
    stroke: #242400 !important
}

.sc-dark-olive-focus:focus {
    stroke: #242400 !important
}

.fc-light-steel, .fc-light-steel-active:active, .fc-light-steel-hover:hover {
    fill: #d8dee4 !important
}

.fc-light-steel-focus:focus {
    fill: #d8dee4 !important
}

.fc-minor-steel, .fc-minor-steel-active:active, .fc-minor-steel-hover:hover {
    fill: #b9c5cf !important
}

.fc-minor-steel-focus:focus {
    fill: #b9c5cf !important
}

.fc-sat-steel, .fc-sat-steel-active:active, .fc-sat-steel-hover:hover {
    fill: #576c7f !important
}

.fc-sat-steel-focus:focus {
    fill: #576c7f !important
}

.fc-dark-steel, .fc-dark-steel-active:active, .fc-dark-steel-hover:hover {
    fill: #425261 !important
}

.fc-dark-steel-focus:focus {
    fill: #425261 !important
}

.sc-steel, .sc-steel-active:active, .sc-steel-hover:hover {
    stroke: #7d92a6 !important
}

.sc-steel-focus:focus {
    stroke: #7d92a6 !important
}

.sc-light-steel, .sc-light-steel-active:active, .sc-light-steel-hover:hover {
    stroke: #d8dee4 !important
}

.sc-light-steel-focus:focus {
    stroke: #d8dee4 !important
}

.sc-minor-steel, .sc-minor-steel-active:active, .sc-minor-steel-hover:hover {
    stroke: #b9c5cf !important
}

.sc-minor-steel-focus:focus {
    stroke: #b9c5cf !important
}

.sc-sat-steel, .sc-sat-steel-active:active, .sc-sat-steel-hover:hover {
    stroke: #576c7f !important
}

.sc-sat-steel-focus:focus {
    stroke: #576c7f !important
}

.sc-dark-steel, .sc-dark-steel-active:active, .sc-dark-steel-hover:hover {
    stroke: #425261 !important
}

.sc-dark-steel-focus:focus {
    stroke: #425261 !important
}

.fc-light-mauve, .fc-light-mauve-active:active, .fc-light-mauve-hover:hover {
    fill: #f7ebff !important
}

.fc-light-mauve-focus:focus {
    fill: #f7ebff !important
}

.fc-minor-mauve, .fc-minor-mauve-active:active, .fc-minor-mauve-hover:hover {
    fill: #ebccff !important
}

.fc-minor-mauve-focus:focus {
    fill: #ebccff !important
}

.fc-sat-mauve, .fc-sat-mauve-active:active, .fc-sat-mauve-hover:hover {
    fill: #c261ff !important
}

.fc-sat-mauve-focus:focus {
    fill: #c261ff !important
}

.fc-dark-mauve, .fc-dark-mauve-active:active, .fc-dark-mauve-hover:hover {
    fill: #af2eff !important
}

.fc-dark-mauve-focus:focus {
    fill: #af2eff !important
}

.sc-mauve, .sc-mauve-active:active, .sc-mauve-hover:hover {
    stroke: #e0adff !important
}

.sc-mauve-focus:focus {
    stroke: #e0adff !important
}

.sc-light-mauve, .sc-light-mauve-active:active, .sc-light-mauve-hover:hover {
    stroke: #f7ebff !important
}

.sc-light-mauve-focus:focus {
    stroke: #f7ebff !important
}

.sc-minor-mauve, .sc-minor-mauve-active:active, .sc-minor-mauve-hover:hover {
    stroke: #ebccff !important
}

.sc-minor-mauve-focus:focus {
    stroke: #ebccff !important
}

.sc-sat-mauve, .sc-sat-mauve-active:active, .sc-sat-mauve-hover:hover {
    stroke: #c261ff !important
}

.sc-sat-mauve-focus:focus {
    stroke: #c261ff !important
}

.sc-dark-mauve, .sc-dark-mauve-active:active, .sc-dark-mauve-hover:hover {
    stroke: #af2eff !important
}

.sc-dark-mauve-focus:focus {
    stroke: #af2eff !important
}

.fc-light-taupe, .fc-light-taupe-active:active, .fc-light-taupe-hover:hover {
    fill: #d6ccc2 !important
}

.fc-light-taupe-focus:focus {
    fill: #d6ccc2 !important
}

.fc-minor-taupe, .fc-minor-taupe-active:active, .fc-minor-taupe-hover:hover {
    fill: #bbaa9b !important
}

.fc-minor-taupe-focus:focus {
    fill: #bbaa9b !important
}

.fc-sat-taupe, .fc-sat-taupe-active:active, .fc-sat-taupe-hover:hover {
    fill: #6a5948 !important
}

.fc-sat-taupe-focus:focus {
    fill: #6a5948 !important
}

.fc-dark-taupe, .fc-dark-taupe-active:active, .fc-dark-taupe-hover:hover {
    fill: #4c3f34 !important
}

.fc-dark-taupe-focus:focus {
    fill: #4c3f34 !important
}

.sc-taupe, .sc-taupe-active:active, .sc-taupe-hover:hover {
    stroke: #987f67 !important
}

.sc-taupe-focus:focus {
    stroke: #987f67 !important
}

.sc-light-taupe, .sc-light-taupe-active:active, .sc-light-taupe-hover:hover {
    stroke: #d6ccc2 !important
}

.sc-light-taupe-focus:focus {
    stroke: #d6ccc2 !important
}

.sc-minor-taupe, .sc-minor-taupe-active:active, .sc-minor-taupe-hover:hover {
    stroke: #bbaa9b !important
}

.sc-minor-taupe-focus:focus {
    stroke: #bbaa9b !important
}

.sc-sat-taupe, .sc-sat-taupe-active:active, .sc-sat-taupe-hover:hover {
    stroke: #6a5948 !important
}

.sc-sat-taupe-focus:focus {
    stroke: #6a5948 !important
}

.sc-dark-taupe, .sc-dark-taupe-active:active, .sc-dark-taupe-hover:hover {
    stroke: #4c3f34 !important
}

.sc-dark-taupe-focus:focus {
    stroke: #4c3f34 !important
}

.fc-light-champagne, .fc-light-champagne-active:active, .fc-light-champagne-hover:hover {
    fill: #fefbf6 !important
}

.fc-light-champagne-focus:focus {
    fill: #fefbf6 !important
}

.fc-minor-champagne, .fc-minor-champagne-active:active, .fc-minor-champagne-hover:hover {
    fill: #faf0e0 !important
}

.fc-minor-champagne-focus:focus {
    fill: #faf0e0 !important
}

.fc-sat-champagne, .fc-sat-champagne-active:active, .fc-sat-champagne-hover:hover {
    fill: #edc687 !important
}

.fc-sat-champagne-focus:focus {
    fill: #edc687 !important
}

.fc-dark-champagne, .fc-dark-champagne-active:active, .fc-dark-champagne-hover:hover {
    fill: #e6b15b !important
}

.fc-dark-champagne-focus:focus {
    fill: #e6b15b !important
}

.sc-champagne, .sc-champagne-active:active, .sc-champagne-hover:hover {
    stroke: #f7e6ca !important
}

.sc-champagne-focus:focus {
    stroke: #f7e6ca !important
}

.sc-light-champagne, .sc-light-champagne-active:active, .sc-light-champagne-hover:hover {
    stroke: #fefbf6 !important
}

.sc-light-champagne-focus:focus {
    stroke: #fefbf6 !important
}

.sc-minor-champagne, .sc-minor-champagne-active:active, .sc-minor-champagne-hover:hover {
    stroke: #faf0e0 !important
}

.sc-minor-champagne-focus:focus {
    stroke: #faf0e0 !important
}

.sc-sat-champagne, .sc-sat-champagne-active:active, .sc-sat-champagne-hover:hover {
    stroke: #edc687 !important
}

.sc-sat-champagne-focus:focus {
    stroke: #edc687 !important
}

.sc-dark-champagne, .sc-dark-champagne-active:active, .sc-dark-champagne-hover:hover {
    stroke: #e6b15b !important
}

.sc-dark-champagne-focus:focus {
    stroke: #e6b15b !important
}

.fc-light-khaki, .fc-light-khaki-active:active, .fc-light-khaki-hover:hover {
    fill: #f7f4e9 !important
}

.fc-light-khaki-focus:focus {
    fill: #f7f4e9 !important
}

.fc-minor-khaki, .fc-minor-khaki-active:active, .fc-minor-khaki-hover:hover {
    fill: #e9e1c3 !important
}

.fc-minor-khaki-focus:focus {
    fill: #e9e1c3 !important
}

.fc-sat-khaki, .fc-sat-khaki-active:active, .fc-sat-khaki-hover:hover {
    fill: #c1a953 !important
}

.fc-sat-khaki-focus:focus {
    fill: #c1a953 !important
}

.fc-dark-khaki, .fc-dark-khaki-active:active, .fc-dark-khaki-hover:hover {
    fill: #a58e3b !important
}

.fc-dark-khaki-focus:focus {
    fill: #a58e3b !important
}

.sc-khaki, .sc-khaki-active:active, .sc-khaki-hover:hover {
    stroke: #d5c58b !important
}

.sc-khaki-focus:focus {
    stroke: #d5c58b !important
}

.sc-light-khaki, .sc-light-khaki-active:active, .sc-light-khaki-hover:hover {
    stroke: #f7f4e9 !important
}

.sc-light-khaki-focus:focus {
    stroke: #f7f4e9 !important
}

.sc-minor-khaki, .sc-minor-khaki-active:active, .sc-minor-khaki-hover:hover {
    stroke: #e9e1c3 !important
}

.sc-minor-khaki-focus:focus {
    stroke: #e9e1c3 !important
}

.sc-sat-khaki, .sc-sat-khaki-active:active, .sc-sat-khaki-hover:hover {
    stroke: #c1a953 !important
}

.sc-sat-khaki-focus:focus {
    stroke: #c1a953 !important
}

.sc-dark-khaki, .sc-dark-khaki-active:active, .sc-dark-khaki-hover:hover {
    stroke: #a58e3b !important
}

.sc-dark-khaki-focus:focus {
    stroke: #a58e3b !important
}

.fc-light-charcoal, .fc-light-charcoal-active:active, .fc-light-charcoal-hover:hover {
    fill: #e6e6e6 !important
}

.fc-light-charcoal-focus:focus {
    fill: #e6e6e6 !important
}

.fc-minor-charcoal, .fc-minor-charcoal-active:active, .fc-minor-charcoal-hover:hover {
    fill: #ccc !important
}

.fc-minor-charcoal-focus:focus {
    fill: #ccc !important
}

.fc-sat-charcoal, .fc-sat-charcoal-active:active, .fc-sat-charcoal-hover:hover {
    fill: #737373 !important
}

.fc-sat-charcoal-focus:focus {
    fill: #737373 !important
}

.fc-dark-charcoal, .fc-dark-charcoal-active:active, .fc-dark-charcoal-hover:hover {
    fill: #595959 !important
}

.fc-dark-charcoal-focus:focus {
    fill: #595959 !important
}

.sc-charcoal, .sc-charcoal-active:active, .sc-charcoal-hover:hover {
    stroke: #999 !important
}

.sc-charcoal-focus:focus {
    stroke: #999 !important
}

.sc-light-charcoal, .sc-light-charcoal-active:active, .sc-light-charcoal-hover:hover {
    stroke: #e6e6e6 !important
}

.sc-light-charcoal-focus:focus {
    stroke: #e6e6e6 !important
}

.sc-minor-charcoal, .sc-minor-charcoal-active:active, .sc-minor-charcoal-hover:hover {
    stroke: #ccc !important
}

.sc-minor-charcoal-focus:focus {
    stroke: #ccc !important
}

.sc-sat-charcoal, .sc-sat-charcoal-active:active, .sc-sat-charcoal-hover:hover {
    stroke: #737373 !important
}

.sc-sat-charcoal-focus:focus {
    stroke: #737373 !important
}

.sc-dark-charcoal, .sc-dark-charcoal-active:active, .sc-dark-charcoal-hover:hover {
    stroke: #595959 !important
}

.sc-dark-charcoal-focus:focus {
    stroke: #595959 !important
}

.fc-light-bronze, .fc-light-bronze-active:active, .fc-light-bronze-hover:hover {
    fill: #f7ddc5 !important
}

.fc-light-bronze-focus:focus {
    fill: #f7ddc5 !important
}

.fc-minor-bronze, .fc-minor-bronze-active:active, .fc-minor-bronze-hover:hover {
    fill: #edb682 !important
}

.fc-minor-bronze-focus:focus {
    fill: #edb682 !important
}

.fc-sat-bronze, .fc-sat-bronze-active:active, .fc-sat-bronze-hover:hover {
    fill: #bb681b !important
}

.fc-sat-bronze-focus:focus {
    fill: #bb681b !important
}

.fc-dark-bronze, .fc-dark-bronze-active:active, .fc-dark-bronze-hover:hover {
    fill: #8f5014 !important
}

.fc-dark-bronze-focus:focus {
    fill: #8f5014 !important
}

.sc-bronze, .sc-bronze-active:active, .sc-bronze-hover:hover {
    stroke: #e48f3f !important
}

.sc-bronze-focus:focus {
    stroke: #e48f3f !important
}

.sc-light-bronze, .sc-light-bronze-active:active, .sc-light-bronze-hover:hover {
    stroke: #f7ddc5 !important
}

.sc-light-bronze-focus:focus {
    stroke: #f7ddc5 !important
}

.sc-minor-bronze, .sc-minor-bronze-active:active, .sc-minor-bronze-hover:hover {
    stroke: #edb682 !important
}

.sc-minor-bronze-focus:focus {
    stroke: #edb682 !important
}

.sc-sat-bronze, .sc-sat-bronze-active:active, .sc-sat-bronze-hover:hover {
    stroke: #bb681b !important
}

.sc-sat-bronze-focus:focus {
    stroke: #bb681b !important
}

.sc-dark-bronze, .sc-dark-bronze-active:active, .sc-dark-bronze-hover:hover {
    stroke: #8f5014 !important
}

.sc-dark-bronze-focus:focus {
    stroke: #8f5014 !important
}

.fc-light-windstorm, .fc-light-windstorm-active:active, .fc-light-windstorm-hover:hover {
    fill: #e4ebf7 !important
}

.fc-light-windstorm-focus:focus {
    fill: #e4ebf7 !important
}

.fc-minor-windstorm, .fc-minor-windstorm-active:active, .fc-minor-windstorm-hover:hover {
    fill: #b5c9e8 !important
}

.fc-minor-windstorm-focus:focus {
    fill: #b5c9e8 !important
}

.fc-sat-windstorm, .fc-sat-windstorm-active:active, .fc-sat-windstorm-hover:hover {
    fill: #4075c4 !important
}

.fc-sat-windstorm-focus:focus {
    fill: #4075c4 !important
}

.fc-dark-windstorm, .fc-dark-windstorm-active:active, .fc-dark-windstorm-hover:hover {
    fill: #315da0 !important
}

.fc-dark-windstorm-focus:focus {
    fill: #315da0 !important
}

.sc-windstorm, .sc-windstorm-active:active, .sc-windstorm-hover:hover {
    stroke: #7a9fd6 !important
}

.sc-windstorm-focus:focus {
    stroke: #7a9fd6 !important
}

.sc-light-windstorm, .sc-light-windstorm-active:active, .sc-light-windstorm-hover:hover {
    stroke: #e4ebf7 !important
}

.sc-light-windstorm-focus:focus {
    stroke: #e4ebf7 !important
}

.sc-minor-windstorm, .sc-minor-windstorm-active:active, .sc-minor-windstorm-hover:hover {
    stroke: #b5c9e8 !important
}

.sc-minor-windstorm-focus:focus {
    stroke: #b5c9e8 !important
}

.sc-sat-windstorm, .sc-sat-windstorm-active:active, .sc-sat-windstorm-hover:hover {
    stroke: #4075c4 !important
}

.sc-sat-windstorm-focus:focus {
    stroke: #4075c4 !important
}

.sc-dark-windstorm, .sc-dark-windstorm-active:active, .sc-dark-windstorm-hover:hover {
    stroke: #315da0 !important
}

.sc-dark-windstorm-focus:focus {
    stroke: #315da0 !important
}

.fc-light-nude, .fc-light-nude-active:active, .fc-light-nude-hover:hover {
    fill: #fdf7f1 !important
}

.fc-light-nude-focus:focus {
    fill: #fdf7f1 !important
}

.fc-minor-nude, .fc-minor-nude-active:active, .fc-minor-nude-hover:hover {
    fill: #fbeada !important
}

.fc-minor-nude-focus:focus {
    fill: #fbeada !important
}

.fc-sat-nude, .fc-sat-nude-active:active, .fc-sat-nude-hover:hover {
    fill: #efb076 !important
}

.fc-sat-nude-focus:focus {
    fill: #efb076 !important
}

.fc-dark-nude, .fc-dark-nude-active:active, .fc-dark-nude-hover:hover {
    fill: #ea9648 !important
}

.fc-dark-nude-focus:focus {
    fill: #ea9648 !important
}

.sc-nude, .sc-nude-active:active, .sc-nude-hover:hover {
    stroke: #f7d8bb !important
}

.sc-nude-focus:focus {
    stroke: #f7d8bb !important
}

.sc-light-nude, .sc-light-nude-active:active, .sc-light-nude-hover:hover {
    stroke: #fdf7f1 !important
}

.sc-light-nude-focus:focus {
    stroke: #fdf7f1 !important
}

.sc-minor-nude, .sc-minor-nude-active:active, .sc-minor-nude-hover:hover {
    stroke: #fbeada !important
}

.sc-minor-nude-focus:focus {
    stroke: #fbeada !important
}

.sc-sat-nude, .sc-sat-nude-active:active, .sc-sat-nude-hover:hover {
    stroke: #efb076 !important
}

.sc-sat-nude-focus:focus {
    stroke: #efb076 !important
}

.sc-dark-nude, .sc-dark-nude-active:active, .sc-dark-nude-hover:hover {
    stroke: #ea9648 !important
}

.sc-dark-nude-focus:focus {
    stroke: #ea9648 !important
}

.fc-light-terracotta, .fc-light-terracotta-active:active, .fc-light-terracotta-hover:hover {
    fill: #f6c5bc !important
}

.fc-light-terracotta-focus:focus {
    fill: #f6c5bc !important
}

.fc-minor-terracotta, .fc-minor-terracotta-active:active, .fc-minor-terracotta-hover:hover {
    fill: #ed8c78 !important
}

.fc-minor-terracotta-focus:focus {
    fill: #ed8c78 !important
}

.fc-sat-terracotta, .fc-sat-terracotta-active:active, .fc-sat-terracotta-hover:hover {
    fill: #b43218 !important
}

.fc-sat-terracotta-focus:focus {
    fill: #b43218 !important
}

.fc-dark-terracotta, .fc-dark-terracotta-active:active, .fc-dark-terracotta-hover:hover {
    fill: #872612 !important
}

.fc-dark-terracotta-focus:focus {
    fill: #872612 !important
}

.sc-terracotta, .sc-terracotta-active:active, .sc-terracotta-hover:hover {
    stroke: #e35235 !important
}

.sc-terracotta-focus:focus {
    stroke: #e35235 !important
}

.sc-light-terracotta, .sc-light-terracotta-active:active, .sc-light-terracotta-hover:hover {
    stroke: #f6c5bc !important
}

.sc-light-terracotta-focus:focus {
    stroke: #f6c5bc !important
}

.sc-minor-terracotta, .sc-minor-terracotta-active:active, .sc-minor-terracotta-hover:hover {
    stroke: #ed8c78 !important
}

.sc-minor-terracotta-focus:focus {
    stroke: #ed8c78 !important
}

.sc-sat-terracotta, .sc-sat-terracotta-active:active, .sc-sat-terracotta-hover:hover {
    stroke: #b43218 !important
}

.sc-sat-terracotta-focus:focus {
    stroke: #b43218 !important
}

.sc-dark-terracotta, .sc-dark-terracotta-active:active, .sc-dark-terracotta-hover:hover {
    stroke: #872612 !important
}

.sc-dark-terracotta-focus:focus {
    stroke: #872612 !important
}

.fc-light-coral, .fc-light-coral-active:active, .fc-light-coral-hover:hover {
    fill: #ffe1d6 !important
}

.fc-light-coral-focus:focus {
    fill: #ffe1d6 !important
}

.fc-minor-coral, .fc-minor-coral-active:active, .fc-minor-coral-hover:hover {
    fill: #ffbca3 !important
}

.fc-minor-coral-focus:focus {
    fill: #ffbca3 !important
}

.fc-sat-coral, .fc-sat-coral-active:active, .fc-sat-coral-hover:hover {
    fill: #ff4b0a !important
}

.fc-sat-coral-focus:focus {
    fill: #ff4b0a !important
}

.fc-dark-coral, .fc-dark-coral-active:active, .fc-dark-coral-hover:hover {
    fill: #d63900 !important
}

.fc-dark-coral-focus:focus {
    fill: #d63900 !important
}

.sc-coral, .sc-coral-active:active, .sc-coral-hover:hover {
    stroke: #ff8457 !important
}

.sc-coral-focus:focus {
    stroke: #ff8457 !important
}

.sc-light-coral, .sc-light-coral-active:active, .sc-light-coral-hover:hover {
    stroke: #ffe1d6 !important
}

.sc-light-coral-focus:focus {
    stroke: #ffe1d6 !important
}

.sc-minor-coral, .sc-minor-coral-active:active, .sc-minor-coral-hover:hover {
    stroke: #ffbca3 !important
}

.sc-minor-coral-focus:focus {
    stroke: #ffbca3 !important
}

.sc-sat-coral, .sc-sat-coral-active:active, .sc-sat-coral-hover:hover {
    stroke: #ff4b0a !important
}

.sc-sat-coral-focus:focus {
    stroke: #ff4b0a !important
}

.sc-dark-coral, .sc-dark-coral-active:active, .sc-dark-coral-hover:hover {
    stroke: #d63900 !important
}

.sc-dark-coral-focus:focus {
    stroke: #d63900 !important
}

.fc-light-army, .fc-light-army-active:active, .fc-light-army-hover:hover {
    fill: #ced5aa !important
}

.fc-light-army-focus:focus {
    fill: #ced5aa !important
}

.fc-minor-army, .fc-minor-army-active:active, .fc-minor-army-hover:hover {
    fill: #94a14f !important
}

.fc-minor-army-focus:focus {
    fill: #94a14f !important
}

.fc-sat-army, .fc-sat-army-active:active, .fc-sat-army-hover:hover {
    fill: #2f3319 !important
}

.fc-sat-army-focus:focus {
    fill: #2f3319 !important
}

.fc-dark-army, .fc-dark-army-active:active, .fc-dark-army-hover:hover {
    fill: #101108 !important
}

.fc-dark-army-focus:focus {
    fill: #101108 !important
}

.sc-army, .sc-army-active:active, .sc-army-hover:hover {
    stroke: #5f6732 !important
}

.sc-army-focus:focus {
    stroke: #5f6732 !important
}

.sc-light-army, .sc-light-army-active:active, .sc-light-army-hover:hover {
    stroke: #ced5aa !important
}

.sc-light-army-focus:focus {
    stroke: #ced5aa !important
}

.sc-minor-army, .sc-minor-army-active:active, .sc-minor-army-hover:hover {
    stroke: #94a14f !important
}

.sc-minor-army-focus:focus {
    stroke: #94a14f !important
}

.sc-sat-army, .sc-sat-army-active:active, .sc-sat-army-hover:hover {
    stroke: #2f3319 !important
}

.sc-sat-army-focus:focus {
    stroke: #2f3319 !important
}

.sc-dark-army, .sc-dark-army-active:active, .sc-dark-army-hover:hover {
    stroke: #101108 !important
}

.sc-dark-army-focus:focus {
    stroke: #101108 !important
}

.fc-light-seashell, .fc-light-seashell-active:active, .fc-light-seashell-hover:hover {
    fill: #fff9f5 !important
}

.fc-light-seashell-focus:focus {
    fill: #fff9f5 !important
}

.fc-minor-seashell, .fc-minor-seashell-active:active, .fc-minor-seashell-hover:hover {
    fill: #fff6f0 !important
}

.fc-minor-seashell-focus:focus {
    fill: #fff6f0 !important
}

.fc-sat-seashell, .fc-sat-seashell-active:active, .fc-sat-seashell-hover:hover {
    fill: #ffc499 !important
}

.fc-sat-seashell-focus:focus {
    fill: #ffc499 !important
}

.fc-dark-seashell, .fc-dark-seashell-active:active, .fc-dark-seashell-hover:hover {
    fill: #ffa666 !important
}

.fc-dark-seashell-focus:focus {
    fill: #ffa666 !important
}

.sc-seashell, .sc-seashell-active:active, .sc-seashell-hover:hover {
    stroke: #fff0e5 !important
}

.sc-seashell-focus:focus {
    stroke: #fff0e5 !important
}

.sc-light-seashell, .sc-light-seashell-active:active, .sc-light-seashell-hover:hover {
    stroke: #fff9f5 !important
}

.sc-light-seashell-focus:focus {
    stroke: #fff9f5 !important
}

.sc-minor-seashell, .sc-minor-seashell-active:active, .sc-minor-seashell-hover:hover {
    stroke: #fff6f0 !important
}

.sc-minor-seashell-focus:focus {
    stroke: #fff6f0 !important
}

.sc-sat-seashell, .sc-sat-seashell-active:active, .sc-sat-seashell-hover:hover {
    stroke: #ffc499 !important
}

.sc-sat-seashell-focus:focus {
    stroke: #ffc499 !important
}

.sc-dark-seashell, .sc-dark-seashell-active:active, .sc-dark-seashell-hover:hover {
    stroke: #ffa666 !important
}

.sc-dark-seashell-focus:focus {
    stroke: #ffa666 !important
}

.fc-light-sand, .fc-light-sand-active:active, .fc-light-sand-hover:hover {
    fill: #fcf8ee !important
}

.fc-light-sand-focus:focus {
    fill: #fcf8ee !important
}

.fc-minor-sand, .fc-minor-sand-active:active, .fc-minor-sand-hover:hover {
    fill: #f6ebcb !important
}

.fc-minor-sand-focus:focus {
    fill: #f6ebcb !important
}

.fc-sat-sand, .fc-sat-sand-active:active, .fc-sat-sand-hover:hover {
    fill: #e6c76b !important
}

.fc-sat-sand-focus:focus {
    fill: #e6c76b !important
}

.fc-dark-sand, .fc-dark-sand-active:active, .fc-dark-sand-hover:hover {
    fill: #deb73f !important
}

.fc-dark-sand-focus:focus {
    fill: #deb73f !important
}

.sc-sand, .sc-sand-active:active, .sc-sand-hover:hover {
    stroke: #f1e0ac !important
}

.sc-sand-focus:focus {
    stroke: #f1e0ac !important
}

.sc-light-sand, .sc-light-sand-active:active, .sc-light-sand-hover:hover {
    stroke: #fcf8ee !important
}

.sc-light-sand-focus:focus {
    stroke: #fcf8ee !important
}

.sc-minor-sand, .sc-minor-sand-active:active, .sc-minor-sand-hover:hover {
    stroke: #f6ebcb !important
}

.sc-minor-sand-focus:focus {
    stroke: #f6ebcb !important
}

.sc-sat-sand, .sc-sat-sand-active:active, .sc-sat-sand-hover:hover {
    stroke: #e6c76b !important
}

.sc-sat-sand-focus:focus {
    stroke: #e6c76b !important
}

.sc-dark-sand, .sc-dark-sand-active:active, .sc-dark-sand-hover:hover {
    stroke: #deb73f !important
}

.sc-dark-sand-focus:focus {
    stroke: #deb73f !important
}

.fg-default {
    color: var(--default-color) !important
}

.fg-black, .fg-black-active:active, .fg-black-hover:hover {
    color: #000 !important
}

.fg-black-focus:focus {
    color: #000 !important
}

.fg-white, .fg-white-active:active, .fg-white-hover:hover {
    color: #fff !important
}

.fg-white-focus:focus {
    color: #fff !important
}

.fg-dark, .fg-dark-active:active, .fg-dark-hover:hover {
    color: #1d1d1d !important
}

.fg-dark-focus:focus {
    color: #1d1d1d !important
}

.fg-light, .fg-light-active:active, .fg-light-hover:hover {
    color: #f8f8f8 !important
}

.fg-light-focus:focus {
    color: #f8f8f8 !important
}

.fg-gray, .fg-gray-active:active, .fg-gray-hover:hover {
    color: #ccc !important
}

.fg-gray-focus:focus {
    color: #ccc !important
}

.fg-gray-blue, .fg-gray-blue-active:active, .fg-gray-blue-hover:hover {
    color: #6b8aa8 !important
}

.fg-gray-blue-focus:focus {
    color: #6b8aa8 !important
}

.fg-gray-white, .fg-gray-white-active:active, .fg-gray-white-hover:hover {
    color: #f5f5f5 !important
}

.fg-gray-white-focus:focus {
    color: #f5f5f5 !important
}

.fg-gray-mouse, .fg-gray-mouse-active:active, .fg-gray-mouse-hover:hover {
    color: #576c75 !important
}

.fg-gray-mouse-focus:focus {
    color: #576c75 !important
}

.fg-lime, .fg-lime-active:active, .fg-lime-hover:hover {
    color: #aefd6d !important
}

.fg-lime-focus:focus {
    color: #aefd6d !important
}

.fg-green, .fg-green-active:active, .fg-green-hover:hover {
    color: #00b300 !important
}

.fg-green-focus:focus {
    color: #00b300 !important
}

.fg-emerald, .fg-emerald-active:active, .fg-emerald-hover:hover {
    color: #51c878 !important
}

.fg-emerald-focus:focus {
    color: #51c878 !important
}

.fg-blue, .fg-blue-active:active, .fg-blue-hover:hover {
    color: #5c85ff !important
}

.fg-blue-focus:focus {
    color: #5c85ff !important
}

.fg-teal, .fg-teal-active:active, .fg-teal-hover:hover {
    color: #1ac7c7 !important
}

.fg-teal-focus:focus {
    color: #1ac7c7 !important
}

.fg-cyan, .fg-cyan-active:active, .fg-cyan-hover:hover {
    color: #94b6ff !important
}

.fg-cyan-focus:focus {
    color: #94b6ff !important
}

.fg-cobalt, .fg-cobalt-active:active, .fg-cobalt-hover:hover {
    color: #0048ad !important
}

.fg-cobalt-focus:focus {
    color: #0048ad !important
}

.fg-indigo, .fg-indigo-active:active, .fg-indigo-hover:hover {
    color: #6500a8 !important
}

.fg-indigo-focus:focus {
    color: #6500a8 !important
}

.fg-almost, .fg-almost-active:active, .fg-almost-hover:hover {
    color: #692ced !important
}

.fg-almost-focus:focus {
    color: #692ced !important
}

.fg-violet, .fg-violet-active:active, .fg-violet-hover:hover {
    color: #ee81ee !important
}

.fg-violet-focus:focus {
    color: #ee81ee !important
}

.fg-pink, .fg-pink-active:active, .fg-pink-hover:hover {
    color: #ffc2cc !important
}

.fg-pink-focus:focus {
    color: #ffc2cc !important
}

.fg-magenta, .fg-magenta-active:active, .fg-magenta-hover:hover {
    color: #f0f !important
}

.fg-magenta-focus:focus {
    color: #f0f !important
}

.fg-crimson, .fg-crimson-active:active, .fg-crimson-hover:hover {
    color: #dd0e37 !important
}

.fg-crimson-focus:focus {
    color: #dd0e37 !important
}

.fg-red, .fg-red-active:active, .fg-red-hover:hover {
    color: red !important
}

.fg-red-focus:focus {
    color: red !important
}

.fg-clown, .fg-clown-active:active, .fg-clown-hover:hover {
    color: #ff6e66 !important
}

.fg-clown-focus:focus {
    color: #ff6e66 !important
}

.fg-orange, .fg-orange-active:active, .fg-orange-hover:hover {
    color: #ffa600 !important
}

.fg-orange-focus:focus {
    color: #ffa600 !important
}

.fg-amber, .fg-amber-active:active, .fg-amber-hover:hover {
    color: #ffc929 !important
}

.fg-amber-focus:focus {
    color: #ffc929 !important
}

.fg-yellow, .fg-yellow-active:active, .fg-yellow-hover:hover {
    color: #ffe95c !important
}

.fg-yellow-focus:focus {
    color: #ffe95c !important
}

.fg-brown, .fg-brown-active:active, .fg-brown-hover:hover {
    color: #c9763b !important
}

.fg-brown-focus:focus {
    color: #c9763b !important
}

.fg-olive, .fg-olive-active:active, .fg-olive-hover:hover {
    color: #a3a300 !important
}

.fg-olive-focus:focus {
    color: #a3a300 !important
}

.fg-steel, .fg-steel-active:active, .fg-steel-hover:hover {
    color: #7d92a6 !important
}

.fg-steel-focus:focus {
    color: #7d92a6 !important
}

.fg-mauve, .fg-mauve-active:active, .fg-mauve-hover:hover {
    color: #e0adff !important
}

.fg-mauve-focus:focus {
    color: #e0adff !important
}

.fg-taupe, .fg-taupe-active:active, .fg-taupe-hover:hover {
    color: #987f67 !important
}

.fg-taupe-focus:focus {
    color: #987f67 !important
}

.fg-champagne, .fg-champagne-active:active, .fg-champagne-hover:hover {
    color: #f7e6ca !important
}

.fg-champagne-focus:focus {
    color: #f7e6ca !important
}

.fg-khaki, .fg-khaki-active:active, .fg-khaki-hover:hover {
    color: #d5c58b !important
}

.fg-khaki-focus:focus {
    color: #d5c58b !important
}

.fg-charcoal, .fg-charcoal-active:active, .fg-charcoal-hover:hover {
    color: #999 !important
}

.fg-charcoal-focus:focus {
    color: #999 !important
}

.fg-bronze, .fg-bronze-active:active, .fg-bronze-hover:hover {
    color: #e48f3f !important
}

.fg-bronze-focus:focus {
    color: #e48f3f !important
}

.fg-windstorm, .fg-windstorm-active:active, .fg-windstorm-hover:hover {
    color: #7a9fd6 !important
}

.fg-windstorm-focus:focus {
    color: #7a9fd6 !important
}

.fg-nude, .fg-nude-active:active, .fg-nude-hover:hover {
    color: #f7d8bb !important
}

.fg-nude-focus:focus {
    color: #f7d8bb !important
}

.fg-terracotta, .fg-terracotta-active:active, .fg-terracotta-hover:hover {
    color: #e35235 !important
}

.fg-terracotta-focus:focus {
    color: #e35235 !important
}

.fg-coral, .fg-coral-active:active, .fg-coral-hover:hover {
    color: #ff8457 !important
}

.fg-coral-focus:focus {
    color: #ff8457 !important
}

.fg-army, .fg-army-active:active, .fg-army-hover:hover {
    color: #5f6732 !important
}

.fg-army-focus:focus {
    color: #5f6732 !important
}

.fg-seashell, .fg-seashell-active:active, .fg-seashell-hover:hover {
    color: #fff0e5 !important
}

.fg-seashell-focus:focus {
    color: #fff0e5 !important
}

.fg-sand, .fg-sand-active:active, .fg-sand-hover:hover {
    color: #f1e0ac !important
}

.fg-sand-focus:focus {
    color: #f1e0ac !important
}

.fg-light-gray, .fg-light-gray-active:active, .fg-light-gray-hover:hover {
    color: #f2f2f2 !important
}

.fg-light-gray-focus:focus {
    color: #f2f2f2 !important
}

.fg-minor-gray, .fg-minor-gray-active:active, .fg-minor-gray-hover:hover {
    color: #dedede !important
}

.fg-minor-gray-focus:focus {
    color: #dedede !important
}

.fg-sat-gray, .fg-sat-gray-active:active, .fg-sat-gray-hover:hover {
    color: #a6a6a6 !important
}

.fg-sat-gray-focus:focus {
    color: #a6a6a6 !important
}

.fg-dark-gray, .fg-dark-gray-active:active, .fg-dark-gray-hover:hover {
    color: #8c8c8c !important
}

.fg-dark-gray-focus:focus {
    color: #8c8c8c !important
}

.fg-light-gray-blue, .fg-light-gray-blue-active:active, .fg-light-gray-blue-hover:hover {
    color: #ccd6e1 !important
}

.fg-light-gray-blue-focus:focus {
    color: #ccd6e1 !important
}

.fg-minor-gray-blue, .fg-minor-gray-blue-active:active, .fg-minor-gray-blue-hover:hover {
    color: #9bb0c5 !important
}

.fg-minor-gray-blue-focus:focus {
    color: #9bb0c5 !important
}

.fg-sat-gray-blue, .fg-sat-gray-blue-active:active, .fg-sat-gray-blue-hover:hover {
    color: #4a637d !important
}

.fg-sat-gray-blue-focus:focus {
    color: #4a637d !important
}

.fg-dark-gray-blue, .fg-dark-gray-blue-active:active, .fg-dark-gray-blue-hover:hover {
    color: #374a5d !important
}

.fg-dark-gray-blue-focus:focus {
    color: #374a5d !important
}

.fg-light-gray-mouse, .fg-light-gray-mouse-active:active, .fg-light-gray-mouse-hover:hover {
    color: #a7b7be !important
}

.fg-light-gray-mouse-focus:focus {
    color: #a7b7be !important
}

.fg-minor-gray-mouse, .fg-minor-gray-mouse-active:active, .fg-minor-gray-mouse-hover:hover {
    color: #7b939d !important
}

.fg-minor-gray-mouse-focus:focus {
    color: #7b939d !important
}

.fg-sat-gray-mouse, .fg-sat-gray-mouse-active:active, .fg-sat-gray-mouse-hover:hover {
    color: #364349 !important
}

.fg-sat-gray-mouse-focus:focus {
    color: #364349 !important
}

.fg-dark-gray-mouse, .fg-dark-gray-mouse-active:active, .fg-dark-gray-mouse-hover:hover {
    color: #21282c !important
}

.fg-dark-gray-mouse-focus:focus {
    color: #21282c !important
}

.fg-light-lime, .fg-light-lime-active:active, .fg-light-lime-hover:hover {
    color: #e6fed2 !important
}

.fg-light-lime-focus:focus {
    color: #e6fed2 !important
}

.fg-minor-lime, .fg-minor-lime-active:active, .fg-minor-lime-hover:hover {
    color: #cafea0 !important
}

.fg-minor-lime-focus:focus {
    color: #cafea0 !important
}

.fg-sat-lime, .fg-sat-lime-active:active, .fg-sat-lime-hover:hover {
    color: #84fc22 !important
}

.fg-sat-lime-focus:focus {
    color: #84fc22 !important
}

.fg-dark-lime, .fg-dark-lime-active:active, .fg-dark-lime-hover:hover {
    color: #6ae704 !important
}

.fg-dark-lime-focus:focus {
    color: #6ae704 !important
}

.fg-light-green, .fg-light-green-active:active, .fg-light-green-hover:hover {
    color: #9f9 !important
}

.fg-light-green-focus:focus {
    color: #9f9 !important
}

.fg-minor-green, .fg-minor-green-active:active, .fg-minor-green-hover:hover {
    color: #00e600 !important
}

.fg-minor-green-focus:focus {
    color: #00e600 !important
}

.fg-sat-green, .fg-sat-green-active:active, .fg-sat-green-hover:hover {
    color: #060 !important
}

.fg-sat-green-focus:focus {
    color: #060 !important
}

.fg-dark-green, .fg-dark-green-active:active, .fg-dark-green-hover:hover {
    color: #030 !important
}

.fg-dark-green-focus:focus {
    color: #030 !important
}

.fg-light-emerald, .fg-light-emerald-active:active, .fg-light-emerald-hover:hover {
    color: #c5edd2 !important
}

.fg-light-emerald-focus:focus {
    color: #c5edd2 !important
}

.fg-minor-emerald, .fg-minor-emerald-active:active, .fg-minor-emerald-hover:hover {
    color: #77d496 !important
}

.fg-minor-emerald-focus:focus {
    color: #77d496 !important
}

.fg-sat-emerald, .fg-sat-emerald-active:active, .fg-sat-emerald-hover:hover {
    color: #319b54 !important
}

.fg-sat-emerald-focus:focus {
    color: #319b54 !important
}

.fg-dark-emerald, .fg-dark-emerald-active:active, .fg-dark-emerald-hover:hover {
    color: #25743f !important
}

.fg-dark-emerald-focus:focus {
    color: #25743f !important
}

.fg-light-blue, .fg-light-blue-active:active, .fg-light-blue-hover:hover {
    color: #dbe4ff !important
}

.fg-light-blue-focus:focus {
    color: #dbe4ff !important
}

.fg-minor-blue, .fg-minor-blue-active:active, .fg-minor-blue-hover:hover {
    color: #8fabff !important
}

.fg-minor-blue-focus:focus {
    color: #8fabff !important
}

.fg-sat-blue, .fg-sat-blue-active:active, .fg-sat-blue-hover:hover {
    color: #0f4bff !important
}

.fg-sat-blue-focus:focus {
    color: #0f4bff !important
}

.fg-dark-blue, .fg-dark-blue-active:active, .fg-dark-blue-hover:hover {
    color: #0037db !important
}

.fg-dark-blue-focus:focus {
    color: #0037db !important
}

.fg-light-teal, .fg-light-teal-active:active, .fg-light-teal-hover:hover {
    color: #a0f3f3 !important
}

.fg-light-teal-focus:focus {
    color: #a0f3f3 !important
}

.fg-minor-teal, .fg-minor-teal-active:active, .fg-minor-teal-hover:hover {
    color: #2fe4e4 !important
}

.fg-minor-teal-focus:focus {
    color: #2fe4e4 !important
}

.fg-sat-teal, .fg-sat-teal-active:active, .fg-sat-teal-hover:hover {
    color: #118383 !important
}

.fg-sat-teal-focus:focus {
    color: #118383 !important
}

.fg-dark-teal, .fg-dark-teal-active:active, .fg-dark-teal-hover:hover {
    color: #0b5656 !important
}

.fg-dark-teal-focus:focus {
    color: #0b5656 !important
}

.fg-light-cyan, .fg-light-cyan-active:active, .fg-light-cyan-hover:hover {
    color: #e0eaff !important
}

.fg-light-cyan-focus:focus {
    color: #e0eaff !important
}

.fg-minor-cyan, .fg-minor-cyan-active:active, .fg-minor-cyan-hover:hover {
    color: #c7d9ff !important
}

.fg-minor-cyan-focus:focus {
    color: #c7d9ff !important
}

.fg-sat-cyan, .fg-sat-cyan-active:active, .fg-sat-cyan-hover:hover {
    color: #4782ff !important
}

.fg-sat-cyan-focus:focus {
    color: #4782ff !important
}

.fg-dark-cyan, .fg-dark-cyan-active:active, .fg-dark-cyan-hover:hover {
    color: #145fff !important
}

.fg-dark-cyan-focus:focus {
    color: #145fff !important
}

.fg-light-cobalt, .fg-light-cobalt-active:active, .fg-light-cobalt-hover:hover {
    color: #94c1ff !important
}

.fg-light-cobalt-focus:focus {
    color: #94c1ff !important
}

.fg-minor-cobalt, .fg-minor-cobalt-active:active, .fg-minor-cobalt-hover:hover {
    color: #0068fa !important
}

.fg-minor-cobalt-focus:focus {
    color: #0068fa !important
}

.fg-sat-cobalt, .fg-sat-cobalt-active:active, .fg-sat-cobalt-hover:hover {
    color: #002861 !important
}

.fg-sat-cobalt-focus:focus {
    color: #002861 !important
}

.fg-dark-cobalt, .fg-dark-cobalt-active:active, .fg-dark-cobalt-hover:hover {
    color: #00132e !important
}

.fg-dark-cobalt-focus:focus {
    color: #00132e !important
}

.fg-light-indigo, .fg-light-indigo-active:active, .fg-light-indigo-hover:hover {
    color: #d28fff !important
}

.fg-light-indigo-focus:focus {
    color: #d28fff !important
}

.fg-minor-indigo, .fg-minor-indigo-active:active, .fg-minor-indigo-hover:hover {
    color: #9300f5 !important
}

.fg-minor-indigo-focus:focus {
    color: #9300f5 !important
}

.fg-sat-indigo, .fg-sat-indigo-active:active, .fg-sat-indigo-hover:hover {
    color: #37005c !important
}

.fg-sat-indigo-focus:focus {
    color: #37005c !important
}

.fg-dark-indigo, .fg-dark-indigo-active:active, .fg-dark-indigo-hover:hover {
    color: #180029 !important
}

.fg-dark-indigo-focus:focus {
    color: #180029 !important
}

.fg-light-almost, .fg-light-almost-active:active, .fg-light-almost-hover:hover {
    color: #cdb9f9 !important
}

.fg-light-almost-focus:focus {
    color: #cdb9f9 !important
}

.fg-minor-almost, .fg-minor-almost-active:active, .fg-minor-almost-hover:hover {
    color: #9b72f3 !important
}

.fg-minor-almost-focus:focus {
    color: #9b72f3 !important
}

.fg-sat-almost, .fg-sat-almost-active:active, .fg-sat-almost-hover:hover {
    color: #4710bc !important
}

.fg-sat-almost-focus:focus {
    color: #4710bc !important
}

.fg-dark-almost, .fg-dark-almost-active:active, .fg-dark-almost-hover:hover {
    color: #350c8d !important
}

.fg-dark-almost-focus:focus {
    color: #350c8d !important
}

.fg-light-violet, .fg-light-violet-active:active, .fg-light-violet-hover:hover {
    color: #fadbfa !important
}

.fg-light-violet-focus:focus {
    color: #fadbfa !important
}

.fg-minor-violet, .fg-minor-violet-active:active, .fg-minor-violet-hover:hover {
    color: #f4aef4 !important
}

.fg-minor-violet-focus:focus {
    color: #f4aef4 !important
}

.fg-sat-violet, .fg-sat-violet-active:active, .fg-sat-violet-hover:hover {
    color: #e53ee5 !important
}

.fg-sat-violet-focus:focus {
    color: #e53ee5 !important
}

.fg-dark-violet, .fg-dark-violet-active:active, .fg-dark-violet-hover:hover {
    color: #d31dd3 !important
}

.fg-dark-violet-focus:focus {
    color: #d31dd3 !important
}

.fg-light-pink, .fg-light-pink-active:active, .fg-light-pink-hover:hover {
    color: #fff5f7 !important
}

.fg-light-pink-focus:focus {
    color: #fff5f7 !important
}

.fg-minor-pink, .fg-minor-pink-active:active, .fg-minor-pink-hover:hover {
    color: #ffdbe1 !important
}

.fg-minor-pink-focus:focus {
    color: #ffdbe1 !important
}

.fg-sat-pink, .fg-sat-pink-active:active, .fg-sat-pink-hover:hover {
    color: #ff758c !important
}

.fg-sat-pink-focus:focus {
    color: #ff758c !important
}

.fg-dark-pink, .fg-dark-pink-active:active, .fg-dark-pink-hover:hover {
    color: #ff4262 !important
}

.fg-dark-pink-focus:focus {
    color: #ff4262 !important
}

.fg-light-magenta, .fg-light-magenta-active:active, .fg-light-magenta-hover:hover {
    color: #fcf !important
}

.fg-light-magenta-focus:focus {
    color: #fcf !important
}

.fg-minor-magenta, .fg-minor-magenta-active:active, .fg-minor-magenta-hover:hover {
    color: #ff80ff !important
}

.fg-minor-magenta-focus:focus {
    color: #ff80ff !important
}

.fg-sat-magenta, .fg-sat-magenta-active:active, .fg-sat-magenta-hover:hover {
    color: #b300b3 !important
}

.fg-sat-magenta-focus:focus {
    color: #b300b3 !important
}

.fg-dark-magenta, .fg-dark-magenta-active:active, .fg-dark-magenta-hover:hover {
    color: purple !important
}

.fg-dark-magenta-focus:focus {
    color: purple !important
}

.fg-light-crimson, .fg-light-crimson-active:active, .fg-light-crimson-hover:hover {
    color: #fcd4dc !important
}

.fg-light-crimson-focus:focus {
    color: #fcd4dc !important
}

.fg-minor-crimson, .fg-minor-crimson-active:active, .fg-minor-crimson-hover:hover {
    color: #f55c7b !important
}

.fg-minor-crimson-focus:focus {
    color: #f55c7b !important
}

.fg-sat-crimson, .fg-sat-crimson-active:active, .fg-sat-crimson-hover:hover {
    color: #950925 !important
}

.fg-sat-crimson-focus:focus {
    color: #950925 !important
}

.fg-dark-crimson, .fg-dark-crimson-active:active, .fg-dark-crimson-hover:hover {
    color: #650619 !important
}

.fg-dark-crimson-focus:focus {
    color: #650619 !important
}

.fg-light-red, .fg-light-red-active:active, .fg-light-red-hover:hover {
    color: #ffb3b3 !important
}

.fg-light-red-focus:focus {
    color: #ffb3b3 !important
}

.fg-minor-red, .fg-minor-red-active:active, .fg-minor-red-hover:hover {
    color: #f66 !important
}

.fg-minor-red-focus:focus {
    color: #f66 !important
}

.fg-sat-red, .fg-sat-red-active:active, .fg-sat-red-hover:hover {
    color: #b30000 !important
}

.fg-sat-red-focus:focus {
    color: #b30000 !important
}

.fg-dark-red, .fg-dark-red-active:active, .fg-dark-red-hover:hover {
    color: maroon !important
}

.fg-dark-red-focus:focus {
    color: maroon !important
}

.fg-light-clown, .fg-light-clown-active:active, .fg-light-clown-hover:hover {
    color: #ffe7e5 !important
}

.fg-light-clown-focus:focus {
    color: #ffe7e5 !important
}

.fg-minor-clown, .fg-minor-clown-active:active, .fg-minor-clown-hover:hover {
    color: #ffb6b3 !important
}

.fg-minor-clown-focus:focus {
    color: #ffb6b3 !important
}

.fg-sat-clown, .fg-sat-clown-active:active, .fg-sat-clown-hover:hover {
    color: #ff251a !important
}

.fg-sat-clown-focus:focus {
    color: #ff251a !important
}

.fg-dark-clown, .fg-dark-clown-active:active, .fg-dark-clown-hover:hover {
    color: #e60b00 !important
}

.fg-dark-clown-focus:focus {
    color: #e60b00 !important
}

.fg-light-orange, .fg-light-orange-active:active, .fg-light-orange-hover:hover {
    color: #ffedcc !important
}

.fg-light-orange-focus:focus {
    color: #ffedcc !important
}

.fg-minor-orange, .fg-minor-orange-active:active, .fg-minor-orange-hover:hover {
    color: #ffd280 !important
}

.fg-minor-orange-focus:focus {
    color: #ffd280 !important
}

.fg-sat-orange, .fg-sat-orange-active:active, .fg-sat-orange-hover:hover {
    color: #b37400 !important
}

.fg-sat-orange-focus:focus {
    color: #b37400 !important
}

.fg-dark-orange, .fg-dark-orange-active:active, .fg-dark-orange-hover:hover {
    color: #805300 !important
}

.fg-dark-orange-focus:focus {
    color: #805300 !important
}

.fg-light-amber, .fg-light-amber-active:active, .fg-light-amber-hover:hover {
    color: #ffe38f !important
}

.fg-light-amber-focus:focus {
    color: #ffe38f !important
}

.fg-minor-amber, .fg-minor-amber-active:active, .fg-minor-amber-hover:hover {
    color: #ffd65c !important
}

.fg-minor-amber-focus:focus {
    color: #ffd65c !important
}

.fg-sat-amber, .fg-sat-amber-active:active, .fg-sat-amber-hover:hover {
    color: #dba400 !important
}

.fg-sat-amber-focus:focus {
    color: #dba400 !important
}

.fg-dark-amber, .fg-dark-amber-active:active, .fg-dark-amber-hover:hover {
    color: #a87e00 !important
}

.fg-dark-amber-focus:focus {
    color: #a87e00 !important
}

.fg-light-yellow, .fg-light-yellow-active:active, .fg-light-yellow-hover:hover {
    color: #fffadb !important
}

.fg-light-yellow-focus:focus {
    color: #fffadb !important
}

.fg-minor-yellow, .fg-minor-yellow-active:active, .fg-minor-yellow-hover:hover {
    color: #fff3a8 !important
}

.fg-minor-yellow-focus:focus {
    color: #fff3a8 !important
}

.fg-sat-yellow, .fg-sat-yellow-active:active, .fg-sat-yellow-hover:hover {
    color: #ffdf0f !important
}

.fg-sat-yellow-focus:focus {
    color: #ffdf0f !important
}

.fg-dark-yellow, .fg-dark-yellow-active:active, .fg-dark-yellow-hover:hover {
    color: #dbbe00 !important
}

.fg-dark-yellow-focus:focus {
    color: #dbbe00 !important
}

.fg-light-brown, .fg-light-brown-active:active, .fg-light-brown-hover:hover {
    color: #eacab3 !important
}

.fg-light-brown-focus:focus {
    color: #eacab3 !important
}

.fg-minor-brown, .fg-minor-brown-active:active, .fg-minor-brown-hover:hover {
    color: #daa077 !important
}

.fg-minor-brown-focus:focus {
    color: #daa077 !important
}

.fg-sat-brown, .fg-sat-brown-active:active, .fg-sat-brown-hover:hover {
    color: #905327 !important
}

.fg-sat-brown-focus:focus {
    color: #905327 !important
}

.fg-dark-brown, .fg-dark-brown-active:active, .fg-dark-brown-hover:hover {
    color: #683c1d !important
}

.fg-dark-brown-focus:focus {
    color: #683c1d !important
}

.fg-light-olive, .fg-light-olive-active:active, .fg-light-olive-hover:hover {
    color: #ffff70 !important
}

.fg-light-olive-focus:focus {
    color: #ffff70 !important
}

.fg-minor-olive, .fg-minor-olive-active:active, .fg-minor-olive-hover:hover {
    color: #d6d600 !important
}

.fg-minor-olive-focus:focus {
    color: #d6d600 !important
}

.fg-sat-olive, .fg-sat-olive-active:active, .fg-sat-olive-hover:hover {
    color: #575700 !important
}

.fg-sat-olive-focus:focus {
    color: #575700 !important
}

.fg-dark-olive, .fg-dark-olive-active:active, .fg-dark-olive-hover:hover {
    color: #242400 !important
}

.fg-dark-olive-focus:focus {
    color: #242400 !important
}

.fg-light-steel, .fg-light-steel-active:active, .fg-light-steel-hover:hover {
    color: #d8dee4 !important
}

.fg-light-steel-focus:focus {
    color: #d8dee4 !important
}

.fg-minor-steel, .fg-minor-steel-active:active, .fg-minor-steel-hover:hover {
    color: #b9c5cf !important
}

.fg-minor-steel-focus:focus {
    color: #b9c5cf !important
}

.fg-sat-steel, .fg-sat-steel-active:active, .fg-sat-steel-hover:hover {
    color: #576c7f !important
}

.fg-sat-steel-focus:focus {
    color: #576c7f !important
}

.fg-dark-steel, .fg-dark-steel-active:active, .fg-dark-steel-hover:hover {
    color: #425261 !important
}

.fg-dark-steel-focus:focus {
    color: #425261 !important
}

.fg-light-mauve, .fg-light-mauve-active:active, .fg-light-mauve-hover:hover {
    color: #f7ebff !important
}

.fg-light-mauve-focus:focus {
    color: #f7ebff !important
}

.fg-minor-mauve, .fg-minor-mauve-active:active, .fg-minor-mauve-hover:hover {
    color: #ebccff !important
}

.fg-minor-mauve-focus:focus {
    color: #ebccff !important
}

.fg-sat-mauve, .fg-sat-mauve-active:active, .fg-sat-mauve-hover:hover {
    color: #c261ff !important
}

.fg-sat-mauve-focus:focus {
    color: #c261ff !important
}

.fg-dark-mauve, .fg-dark-mauve-active:active, .fg-dark-mauve-hover:hover {
    color: #af2eff !important
}

.fg-dark-mauve-focus:focus {
    color: #af2eff !important
}

.fg-light-taupe, .fg-light-taupe-active:active, .fg-light-taupe-hover:hover {
    color: #d6ccc2 !important
}

.fg-light-taupe-focus:focus {
    color: #d6ccc2 !important
}

.fg-minor-taupe, .fg-minor-taupe-active:active, .fg-minor-taupe-hover:hover {
    color: #bbaa9b !important
}

.fg-minor-taupe-focus:focus {
    color: #bbaa9b !important
}

.fg-sat-taupe, .fg-sat-taupe-active:active, .fg-sat-taupe-hover:hover {
    color: #6a5948 !important
}

.fg-sat-taupe-focus:focus {
    color: #6a5948 !important
}

.fg-dark-taupe, .fg-dark-taupe-active:active, .fg-dark-taupe-hover:hover {
    color: #4c3f34 !important
}

.fg-dark-taupe-focus:focus {
    color: #4c3f34 !important
}

.fg-light-champagne, .fg-light-champagne-active:active, .fg-light-champagne-hover:hover {
    color: #fefbf6 !important
}

.fg-light-champagne-focus:focus {
    color: #fefbf6 !important
}

.fg-minor-champagne, .fg-minor-champagne-active:active, .fg-minor-champagne-hover:hover {
    color: #faf0e0 !important
}

.fg-minor-champagne-focus:focus {
    color: #faf0e0 !important
}

.fg-sat-champagne, .fg-sat-champagne-active:active, .fg-sat-champagne-hover:hover {
    color: #edc687 !important
}

.fg-sat-champagne-focus:focus {
    color: #edc687 !important
}

.fg-dark-champagne, .fg-dark-champagne-active:active, .fg-dark-champagne-hover:hover {
    color: #e6b15b !important
}

.fg-dark-champagne-focus:focus {
    color: #e6b15b !important
}

.fg-light-khaki, .fg-light-khaki-active:active, .fg-light-khaki-hover:hover {
    color: #f7f4e9 !important
}

.fg-light-khaki-focus:focus {
    color: #f7f4e9 !important
}

.fg-minor-khaki, .fg-minor-khaki-active:active, .fg-minor-khaki-hover:hover {
    color: #e9e1c3 !important
}

.fg-minor-khaki-focus:focus {
    color: #e9e1c3 !important
}

.fg-sat-khaki, .fg-sat-khaki-active:active, .fg-sat-khaki-hover:hover {
    color: #c1a953 !important
}

.fg-sat-khaki-focus:focus {
    color: #c1a953 !important
}

.fg-dark-khaki, .fg-dark-khaki-active:active, .fg-dark-khaki-hover:hover {
    color: #a58e3b !important
}

.fg-dark-khaki-focus:focus {
    color: #a58e3b !important
}

.fg-light-charcoal, .fg-light-charcoal-active:active, .fg-light-charcoal-hover:hover {
    color: #e6e6e6 !important
}

.fg-light-charcoal-focus:focus {
    color: #e6e6e6 !important
}

.fg-minor-charcoal, .fg-minor-charcoal-active:active, .fg-minor-charcoal-hover:hover {
    color: #ccc !important
}

.fg-minor-charcoal-focus:focus {
    color: #ccc !important
}

.fg-sat-charcoal, .fg-sat-charcoal-active:active, .fg-sat-charcoal-hover:hover {
    color: #737373 !important
}

.fg-sat-charcoal-focus:focus {
    color: #737373 !important
}

.fg-dark-charcoal, .fg-dark-charcoal-active:active, .fg-dark-charcoal-hover:hover {
    color: #595959 !important
}

.fg-dark-charcoal-focus:focus {
    color: #595959 !important
}

.fg-light-bronze, .fg-light-bronze-active:active, .fg-light-bronze-hover:hover {
    color: #f7ddc5 !important
}

.fg-light-bronze-focus:focus {
    color: #f7ddc5 !important
}

.fg-minor-bronze, .fg-minor-bronze-active:active, .fg-minor-bronze-hover:hover {
    color: #edb682 !important
}

.fg-minor-bronze-focus:focus {
    color: #edb682 !important
}

.fg-sat-bronze, .fg-sat-bronze-active:active, .fg-sat-bronze-hover:hover {
    color: #bb681b !important
}

.fg-sat-bronze-focus:focus {
    color: #bb681b !important
}

.fg-dark-bronze, .fg-dark-bronze-active:active, .fg-dark-bronze-hover:hover {
    color: #8f5014 !important
}

.fg-dark-bronze-focus:focus {
    color: #8f5014 !important
}

.fg-light-windstorm, .fg-light-windstorm-active:active, .fg-light-windstorm-hover:hover {
    color: #e4ebf7 !important
}

.fg-light-windstorm-focus:focus {
    color: #e4ebf7 !important
}

.fg-minor-windstorm, .fg-minor-windstorm-active:active, .fg-minor-windstorm-hover:hover {
    color: #b5c9e8 !important
}

.fg-minor-windstorm-focus:focus {
    color: #b5c9e8 !important
}

.fg-sat-windstorm, .fg-sat-windstorm-active:active, .fg-sat-windstorm-hover:hover {
    color: #4075c4 !important
}

.fg-sat-windstorm-focus:focus {
    color: #4075c4 !important
}

.fg-dark-windstorm, .fg-dark-windstorm-active:active, .fg-dark-windstorm-hover:hover {
    color: #315da0 !important
}

.fg-dark-windstorm-focus:focus {
    color: #315da0 !important
}

.fg-light-nude, .fg-light-nude-active:active, .fg-light-nude-hover:hover {
    color: #fdf7f1 !important
}

.fg-light-nude-focus:focus {
    color: #fdf7f1 !important
}

.fg-minor-nude, .fg-minor-nude-active:active, .fg-minor-nude-hover:hover {
    color: #fbeada !important
}

.fg-minor-nude-focus:focus {
    color: #fbeada !important
}

.fg-sat-nude, .fg-sat-nude-active:active, .fg-sat-nude-hover:hover {
    color: #efb076 !important
}

.fg-sat-nude-focus:focus {
    color: #efb076 !important
}

.fg-dark-nude, .fg-dark-nude-active:active, .fg-dark-nude-hover:hover {
    color: #ea9648 !important
}

.fg-dark-nude-focus:focus {
    color: #ea9648 !important
}

.fg-light-terracotta, .fg-light-terracotta-active:active, .fg-light-terracotta-hover:hover {
    color: #f6c5bc !important
}

.fg-light-terracotta-focus:focus {
    color: #f6c5bc !important
}

.fg-minor-terracotta, .fg-minor-terracotta-active:active, .fg-minor-terracotta-hover:hover {
    color: #ed8c78 !important
}

.fg-minor-terracotta-focus:focus {
    color: #ed8c78 !important
}

.fg-sat-terracotta, .fg-sat-terracotta-active:active, .fg-sat-terracotta-hover:hover {
    color: #b43218 !important
}

.fg-sat-terracotta-focus:focus {
    color: #b43218 !important
}

.fg-dark-terracotta, .fg-dark-terracotta-active:active, .fg-dark-terracotta-hover:hover {
    color: #872612 !important
}

.fg-dark-terracotta-focus:focus {
    color: #872612 !important
}

.fg-light-coral, .fg-light-coral-active:active, .fg-light-coral-hover:hover {
    color: #ffe1d6 !important
}

.fg-light-coral-focus:focus {
    color: #ffe1d6 !important
}

.fg-minor-coral, .fg-minor-coral-active:active, .fg-minor-coral-hover:hover {
    color: #ffbca3 !important
}

.fg-minor-coral-focus:focus {
    color: #ffbca3 !important
}

.fg-sat-coral, .fg-sat-coral-active:active, .fg-sat-coral-hover:hover {
    color: #ff4b0a !important
}

.fg-sat-coral-focus:focus {
    color: #ff4b0a !important
}

.fg-dark-coral, .fg-dark-coral-active:active, .fg-dark-coral-hover:hover {
    color: #d63900 !important
}

.fg-dark-coral-focus:focus {
    color: #d63900 !important
}

.fg-light-army, .fg-light-army-active:active, .fg-light-army-hover:hover {
    color: #ced5aa !important
}

.fg-light-army-focus:focus {
    color: #ced5aa !important
}

.fg-minor-army, .fg-minor-army-active:active, .fg-minor-army-hover:hover {
    color: #94a14f !important
}

.fg-minor-army-focus:focus {
    color: #94a14f !important
}

.fg-sat-army, .fg-sat-army-active:active, .fg-sat-army-hover:hover {
    color: #2f3319 !important
}

.fg-sat-army-focus:focus {
    color: #2f3319 !important
}

.fg-dark-army, .fg-dark-army-active:active, .fg-dark-army-hover:hover {
    color: #101108 !important
}

.fg-dark-army-focus:focus {
    color: #101108 !important
}

.fg-light-seashell, .fg-light-seashell-active:active, .fg-light-seashell-hover:hover {
    color: #fff9f5 !important
}

.fg-light-seashell-focus:focus {
    color: #fff9f5 !important
}

.fg-minor-seashell, .fg-minor-seashell-active:active, .fg-minor-seashell-hover:hover {
    color: #fff6f0 !important
}

.fg-minor-seashell-focus:focus {
    color: #fff6f0 !important
}

.fg-sat-seashell, .fg-sat-seashell-active:active, .fg-sat-seashell-hover:hover {
    color: #ffc499 !important
}

.fg-sat-seashell-focus:focus {
    color: #ffc499 !important
}

.fg-dark-seashell, .fg-dark-seashell-active:active, .fg-dark-seashell-hover:hover {
    color: #ffa666 !important
}

.fg-dark-seashell-focus:focus {
    color: #ffa666 !important
}

.fg-light-sand, .fg-light-sand-active:active, .fg-light-sand-hover:hover {
    color: #fcf8ee !important
}

.fg-light-sand-focus:focus {
    color: #fcf8ee !important
}

.fg-minor-sand, .fg-minor-sand-active:active, .fg-minor-sand-hover:hover {
    color: #f6ebcb !important
}

.fg-minor-sand-focus:focus {
    color: #f6ebcb !important
}

.fg-sat-sand, .fg-sat-sand-active:active, .fg-sat-sand-hover:hover {
    color: #e6c76b !important
}

.fg-sat-sand-focus:focus {
    color: #e6c76b !important
}

.fg-dark-sand, .fg-dark-sand-active:active, .fg-dark-sand-hover:hover {
    color: #deb73f !important
}

.fg-dark-sand-focus:focus {
    color: #deb73f !important
}

.op-default {
    background-color: hsl(from #f75553 h s l / .5) !important
}

.op-black {
    background-color: hsl(from #000000 h s l / .5) !important
}

.op-black-hi {
    background-color: hsl(from #000000 h s l / .2) !important
}

.op-black-low {
    background-color: hsl(from #000000 h s l / .8) !important
}

.op-white {
    background-color: hsl(from #ffffff h s l / .5) !important
}

.op-white-hi {
    background-color: hsl(from #ffffff h s l / .2) !important
}

.op-white-low {
    background-color: hsl(from #ffffff h s l / .8) !important
}

.op-dark {
    background-color: hsl(from #1d1d1d h s l / .5) !important
}

.op-dark-hi {
    background-color: hsl(from #1d1d1d h s l / .2) !important
}

.op-dark-low {
    background-color: hsl(from #1d1d1d h s l / .8) !important
}

.op-light {
    background-color: hsl(from #f8f8f8 h s l / .5) !important
}

.op-light-hi {
    background-color: hsl(from #f8f8f8 h s l / .2) !important
}

.op-light-low {
    background-color: hsl(from #f8f8f8 h s l / .8) !important
}

.op-gray {
    background-color: hsl(from hsl(0,0%,80%) h s l / .5) !important
}

.op-gray-hi {
    background-color: hsl(from hsl(0,0%,80%) h s l / .2) !important
}

.op-gray-low {
    background-color: hsl(from hsl(0,0%,80%) h s l / .8) !important
}

.op-gray-blue {
    background-color: hsl(from hsl(210,26%,54%) h s l / .5) !important
}

.op-gray-blue-hi {
    background-color: hsl(from hsl(210,26%,54%) h s l / .2) !important
}

.op-gray-blue-low {
    background-color: hsl(from hsl(210,26%,54%) h s l / .8) !important
}

.op-gray-white {
    background-color: hsl(from hsl(0,0%,96%) h s l / .5) !important
}

.op-gray-white-hi {
    background-color: hsl(from hsl(0,0%,96%) h s l / .2) !important
}

.op-gray-white-low {
    background-color: hsl(from hsl(0,0%,96%) h s l / .8) !important
}

.op-gray-mouse {
    background-color: hsl(from hsl(199,15%,40%) h s l / .5) !important
}

.op-gray-mouse-hi {
    background-color: hsl(from hsl(199,15%,40%) h s l / .2) !important
}

.op-gray-mouse-low {
    background-color: hsl(from hsl(199,15%,40%) h s l / .8) !important
}

.op-lime {
    background-color: hsl(from hsl(93,97%,71%) h s l / .5) !important
}

.op-lime-hi {
    background-color: hsl(from hsl(93,97%,71%) h s l / .2) !important
}

.op-lime-low {
    background-color: hsl(from hsl(93,97%,71%) h s l / .8) !important
}

.op-green {
    background-color: hsl(from hsl(120,100%,35%) h s l / .5) !important
}

.op-green-hi {
    background-color: hsl(from hsl(120,100%,35%) h s l / .2) !important
}

.op-green-low {
    background-color: hsl(from hsl(120,100%,35%) h s l / .8) !important
}

.op-emerald {
    background-color: hsl(from hsl(140,52%,55%) h s l / .5) !important
}

.op-emerald-hi {
    background-color: hsl(from hsl(140,52%,55%) h s l / .2) !important
}

.op-emerald-low {
    background-color: hsl(from hsl(140,52%,55%) h s l / .8) !important
}

.op-blue {
    background-color: hsl(from hsl(225,100%,68%) h s l / .5) !important
}

.op-blue-hi {
    background-color: hsl(from hsl(225,100%,68%) h s l / .2) !important
}

.op-blue-low {
    background-color: hsl(from hsl(225,100%,68%) h s l / .8) !important
}

.op-teal {
    background-color: hsl(from hsl(180,77%,44%) h s l / .5) !important
}

.op-teal-hi {
    background-color: hsl(from hsl(180,77%,44%) h s l / .2) !important
}

.op-teal-low {
    background-color: hsl(from hsl(180,77%,44%) h s l / .8) !important
}

.op-cyan {
    background-color: hsl(from hsl(221,100%,79%) h s l / .5) !important
}

.op-cyan-hi {
    background-color: hsl(from hsl(221,100%,79%) h s l / .2) !important
}

.op-cyan-low {
    background-color: hsl(from hsl(221,100%,79%) h s l / .8) !important
}

.op-cobalt {
    background-color: hsl(from hsl(215,100%,34%) h s l / .5) !important
}

.op-cobalt-hi {
    background-color: hsl(from hsl(215,100%,34%) h s l / .2) !important
}

.op-cobalt-low {
    background-color: hsl(from hsl(215,100%,34%) h s l / .8) !important
}

.op-indigo {
    background-color: hsl(from hsl(276,100%,33%) h s l / .5) !important
}

.op-indigo-hi {
    background-color: hsl(from hsl(276,100%,33%) h s l / .2) !important
}

.op-indigo-low {
    background-color: hsl(from hsl(276,100%,33%) h s l / .8) !important
}

.op-almost {
    background-color: hsl(from hsl(259,84%,55%) h s l / .5) !important
}

.op-almost-hi {
    background-color: hsl(from hsl(259,84%,55%) h s l / .2) !important
}

.op-almost-low {
    background-color: hsl(from hsl(259,84%,55%) h s l / .8) !important
}

.op-violet {
    background-color: hsl(from hsl(300,76%,72%) h s l / .5) !important
}

.op-violet-hi {
    background-color: hsl(from hsl(300,76%,72%) h s l / .2) !important
}

.op-violet-low {
    background-color: hsl(from hsl(300,76%,72%) h s l / .8) !important
}

.op-pink {
    background-color: hsl(from hsl(350,100%,88%) h s l / .5) !important
}

.op-pink-hi {
    background-color: hsl(from hsl(350,100%,88%) h s l / .2) !important
}

.op-pink-low {
    background-color: hsl(from hsl(350,100%,88%) h s l / .8) !important
}

.op-magenta {
    background-color: hsl(from hsl(300,100%,50%) h s l / .5) !important
}

.op-magenta-hi {
    background-color: hsl(from hsl(300,100%,50%) h s l / .2) !important
}

.op-magenta-low {
    background-color: hsl(from hsl(300,100%,50%) h s l / .8) !important
}

.op-crimson {
    background-color: hsl(from hsl(348,88%,46%) h s l / .5) !important
}

.op-crimson-hi {
    background-color: hsl(from hsl(348,88%,46%) h s l / .2) !important
}

.op-crimson-low {
    background-color: hsl(from hsl(348,88%,46%) h s l / .8) !important
}

.op-red {
    background-color: hsl(from hsl(0,100%,50%) h s l / .5) !important
}

.op-red-hi {
    background-color: hsl(from hsl(0,100%,50%) h s l / .2) !important
}

.op-red-low {
    background-color: hsl(from hsl(0,100%,50%) h s l / .8) !important
}

.op-clown {
    background-color: hsl(from hsl(3,100%,70%) h s l / .5) !important
}

.op-clown-hi {
    background-color: hsl(from hsl(3,100%,70%) h s l / .2) !important
}

.op-clown-low {
    background-color: hsl(from hsl(3,100%,70%) h s l / .8) !important
}

.op-orange {
    background-color: hsl(from hsl(39,100%,50%) h s l / .5) !important
}

.op-orange-hi {
    background-color: hsl(from hsl(39,100%,50%) h s l / .2) !important
}

.op-orange-low {
    background-color: hsl(from hsl(39,100%,50%) h s l / .8) !important
}

.op-amber {
    background-color: hsl(from hsl(45,100%,58%) h s l / .5) !important
}

.op-amber-hi {
    background-color: hsl(from hsl(45,100%,58%) h s l / .2) !important
}

.op-amber-low {
    background-color: hsl(from hsl(45,100%,58%) h s l / .8) !important
}

.op-yellow {
    background-color: hsl(from hsl(52,100%,68%) h s l / .5) !important
}

.op-yellow-hi {
    background-color: hsl(from hsl(52,100%,68%) h s l / .2) !important
}

.op-yellow-low {
    background-color: hsl(from hsl(52,100%,68%) h s l / .8) !important
}

.op-brown {
    background-color: hsl(from hsl(25,57%,51%) h s l / .5) !important
}

.op-brown-hi {
    background-color: hsl(from hsl(25,57%,51%) h s l / .2) !important
}

.op-brown-low {
    background-color: hsl(from hsl(25,57%,51%) h s l / .8) !important
}

.op-olive {
    background-color: hsl(from hsl(60,100%,32%) h s l / .5) !important
}

.op-olive-hi {
    background-color: hsl(from hsl(60,100%,32%) h s l / .2) !important
}

.op-olive-low {
    background-color: hsl(from hsl(60,100%,32%) h s l / .8) !important
}

.op-steel {
    background-color: hsl(from hsl(209,19%,57%) h s l / .5) !important
}

.op-steel-hi {
    background-color: hsl(from hsl(209,19%,57%) h s l / .2) !important
}

.op-steel-low {
    background-color: hsl(from hsl(209,19%,57%) h s l / .8) !important
}

.op-mauve {
    background-color: hsl(from hsl(277,100%,84%) h s l / .5) !important
}

.op-mauve-hi {
    background-color: hsl(from hsl(277,100%,84%) h s l / .2) !important
}

.op-mauve-low {
    background-color: hsl(from hsl(277,100%,84%) h s l / .8) !important
}

.op-taupe {
    background-color: hsl(from hsl(29,19%,50%) h s l / .5) !important
}

.op-taupe-hi {
    background-color: hsl(from hsl(29,19%,50%) h s l / .2) !important
}

.op-taupe-low {
    background-color: hsl(from hsl(29,19%,50%) h s l / .8) !important
}

.op-champagne {
    background-color: hsl(from hsl(37,74%,88%) h s l / .5) !important
}

.op-champagne-hi {
    background-color: hsl(from hsl(37,74%,88%) h s l / .2) !important
}

.op-champagne-low {
    background-color: hsl(from hsl(37,74%,88%) h s l / .8) !important
}

.op-khaki {
    background-color: hsl(from hsl(47,47%,69%) h s l / .5) !important
}

.op-khaki-hi {
    background-color: hsl(from hsl(47,47%,69%) h s l / .2) !important
}

.op-khaki-low {
    background-color: hsl(from hsl(47,47%,69%) h s l / .8) !important
}

.op-charcoal {
    background-color: hsl(from hsl(0,0%,60%) h s l / .5) !important
}

.op-charcoal-hi {
    background-color: hsl(from hsl(0,0%,60%) h s l / .2) !important
}

.op-charcoal-low {
    background-color: hsl(from hsl(0,0%,60%) h s l / .8) !important
}

.op-bronze {
    background-color: hsl(from hsl(29,75%,57%) h s l / .5) !important
}

.op-bronze-hi {
    background-color: hsl(from hsl(29,75%,57%) h s l / .2) !important
}

.op-bronze-low {
    background-color: hsl(from hsl(29,75%,57%) h s l / .8) !important
}

.op-windstorm {
    background-color: hsl(from hsl(216,53%,66%) h s l / .5) !important
}

.op-windstorm-hi {
    background-color: hsl(from hsl(216,53%,66%) h s l / .2) !important
}

.op-windstorm-low {
    background-color: hsl(from hsl(216,53%,66%) h s l / .8) !important
}

.op-nude {
    background-color: hsl(from hsl(29,79%,85%) h s l / .5) !important
}

.op-nude-hi {
    background-color: hsl(from hsl(29,79%,85%) h s l / .2) !important
}

.op-nude-low {
    background-color: hsl(from hsl(29,79%,85%) h s l / .8) !important
}

.op-terracotta {
    background-color: hsl(from hsl(10,76%,55%) h s l / .5) !important
}

.op-terracotta-hi {
    background-color: hsl(from hsl(10,76%,55%) h s l / .2) !important
}

.op-terracotta-low {
    background-color: hsl(from hsl(10,76%,55%) h s l / .8) !important
}

.op-coral {
    background-color: hsl(from hsl(16,100%,67%) h s l / .5) !important
}

.op-coral-hi {
    background-color: hsl(from hsl(16,100%,67%) h s l / .2) !important
}

.op-coral-low {
    background-color: hsl(from hsl(16,100%,67%) h s l / .8) !important
}

.op-army {
    background-color: hsl(from hsl(69,34%,30%) h s l / .5) !important
}

.op-army-hi {
    background-color: hsl(from hsl(69,34%,30%) h s l / .2) !important
}

.op-army-low {
    background-color: hsl(from hsl(69,34%,30%) h s l / .8) !important
}

.op-seashell {
    background-color: hsl(from hsl(25,100%,95%) h s l / .5) !important
}

.op-seashell-hi {
    background-color: hsl(from hsl(25,100%,95%) h s l / .2) !important
}

.op-seashell-low {
    background-color: hsl(from hsl(25,100%,95%) h s l / .8) !important
}

.op-sand {
    background-color: hsl(from hsl(45,71%,81%) h s l / .5) !important
}

.op-sand-hi {
    background-color: hsl(from hsl(45,71%,81%) h s l / .2) !important
}

.op-sand-low {
    background-color: hsl(from hsl(45,71%,81%) h s l / .8) !important
}

.op-light-gray {
    background-color: hsl(from hsl(0,0%,95%) h s l / .5) !important
}

.op-light-gray-hi {
    background-color: hsl(from hsl(0,0%,95%) h s l / .2) !important
}

.op-light-gray-low {
    background-color: hsl(from hsl(0,0%,95%) h s l / .8) !important
}

.op-minor-gray {
    background-color: hsl(from hsl(0,0%,87%) h s l / .5) !important
}

.op-minor-gray-hi {
    background-color: hsl(from hsl(0,0%,87%) h s l / .2) !important
}

.op-minor-gray-low {
    background-color: hsl(from hsl(0,0%,87%) h s l / .8) !important
}

.op-sat-gray {
    background-color: hsl(from hsl(0,0%,65%) h s l / .5) !important
}

.op-sat-gray-hi {
    background-color: hsl(from hsl(0,0%,65%) h s l / .2) !important
}

.op-sat-gray-low {
    background-color: hsl(from hsl(0,0%,65%) h s l / .8) !important
}

.op-dark-gray {
    background-color: hsl(from hsl(0,0%,55%) h s l / .5) !important
}

.op-dark-gray-hi {
    background-color: hsl(from hsl(0,0%,55%) h s l / .2) !important
}

.op-dark-gray-low {
    background-color: hsl(from hsl(0,0%,55%) h s l / .8) !important
}

.op-light-gray-blue {
    background-color: hsl(from hsl(210,26%,84%) h s l / .5) !important
}

.op-light-gray-blue-hi {
    background-color: hsl(from hsl(210,26%,84%) h s l / .2) !important
}

.op-light-gray-blue-low {
    background-color: hsl(from hsl(210,26%,84%) h s l / .8) !important
}

.op-minor-gray-blue {
    background-color: hsl(from hsl(210,26%,69%) h s l / .5) !important
}

.op-minor-gray-blue-hi {
    background-color: hsl(from hsl(210,26%,69%) h s l / .2) !important
}

.op-minor-gray-blue-low {
    background-color: hsl(from hsl(210,26%,69%) h s l / .8) !important
}

.op-sat-gray-blue {
    background-color: hsl(from hsl(210,26%,39%) h s l / .5) !important
}

.op-sat-gray-blue-hi {
    background-color: hsl(from hsl(210,26%,39%) h s l / .2) !important
}

.op-sat-gray-blue-low {
    background-color: hsl(from hsl(210,26%,39%) h s l / .8) !important
}

.op-dark-gray-blue {
    background-color: hsl(from hsl(210,26%,29%) h s l / .5) !important
}

.op-dark-gray-blue-hi {
    background-color: hsl(from hsl(210,26%,29%) h s l / .2) !important
}

.op-dark-gray-blue-low {
    background-color: hsl(from hsl(210,26%,29%) h s l / .8) !important
}

.op-light-gray-mouse {
    background-color: hsl(from hsl(199,15%,70%) h s l / .5) !important
}

.op-light-gray-mouse-hi {
    background-color: hsl(from hsl(199,15%,70%) h s l / .2) !important
}

.op-light-gray-mouse-low {
    background-color: hsl(from hsl(199,15%,70%) h s l / .8) !important
}

.op-minor-gray-mouse {
    background-color: hsl(from hsl(199,15%,55%) h s l / .5) !important
}

.op-minor-gray-mouse-hi {
    background-color: hsl(from hsl(199,15%,55%) h s l / .2) !important
}

.op-minor-gray-mouse-low {
    background-color: hsl(from hsl(199,15%,55%) h s l / .8) !important
}

.op-sat-gray-mouse {
    background-color: hsl(from hsl(199,15%,25%) h s l / .5) !important
}

.op-sat-gray-mouse-hi {
    background-color: hsl(from hsl(199,15%,25%) h s l / .2) !important
}

.op-sat-gray-mouse-low {
    background-color: hsl(from hsl(199,15%,25%) h s l / .8) !important
}

.op-dark-gray-mouse {
    background-color: hsl(from hsl(199,15%,15%) h s l / .5) !important
}

.op-dark-gray-mouse-hi {
    background-color: hsl(from hsl(199,15%,15%) h s l / .2) !important
}

.op-dark-gray-mouse-low {
    background-color: hsl(from hsl(199,15%,15%) h s l / .8) !important
}

.op-light-lime {
    background-color: hsl(from hsl(93,97%,91%) h s l / .5) !important
}

.op-light-lime-hi {
    background-color: hsl(from hsl(93,97%,91%) h s l / .2) !important
}

.op-light-lime-low {
    background-color: hsl(from hsl(93,97%,91%) h s l / .8) !important
}

.op-minor-lime {
    background-color: hsl(from hsl(93,97%,81%) h s l / .5) !important
}

.op-minor-lime-hi {
    background-color: hsl(from hsl(93,97%,81%) h s l / .2) !important
}

.op-minor-lime-low {
    background-color: hsl(from hsl(93,97%,81%) h s l / .8) !important
}

.op-sat-lime {
    background-color: hsl(from hsl(93,97%,56%) h s l / .5) !important
}

.op-sat-lime-hi {
    background-color: hsl(from hsl(93,97%,56%) h s l / .2) !important
}

.op-sat-lime-low {
    background-color: hsl(from hsl(93,97%,56%) h s l / .8) !important
}

.op-dark-lime {
    background-color: hsl(from hsl(93,97%,46%) h s l / .5) !important
}

.op-dark-lime-hi {
    background-color: hsl(from hsl(93,97%,46%) h s l / .2) !important
}

.op-dark-lime-low {
    background-color: hsl(from hsl(93,97%,46%) h s l / .8) !important
}

.op-light-green {
    background-color: hsl(from hsl(120,100%,80%) h s l / .5) !important
}

.op-light-green-hi {
    background-color: hsl(from hsl(120,100%,80%) h s l / .2) !important
}

.op-light-green-low {
    background-color: hsl(from hsl(120,100%,80%) h s l / .8) !important
}

.op-minor-green {
    background-color: hsl(from hsl(120,100%,45%) h s l / .5) !important
}

.op-minor-green-hi {
    background-color: hsl(from hsl(120,100%,45%) h s l / .2) !important
}

.op-minor-green-low {
    background-color: hsl(from hsl(120,100%,45%) h s l / .8) !important
}

.op-sat-green {
    background-color: hsl(from hsl(120,100%,20%) h s l / .5) !important
}

.op-sat-green-hi {
    background-color: hsl(from hsl(120,100%,20%) h s l / .2) !important
}

.op-sat-green-low {
    background-color: hsl(from hsl(120,100%,20%) h s l / .8) !important
}

.op-dark-green {
    background-color: hsl(from hsl(120,100%,10%) h s l / .5) !important
}

.op-dark-green-hi {
    background-color: hsl(from hsl(120,100%,10%) h s l / .2) !important
}

.op-dark-green-low {
    background-color: hsl(from hsl(120,100%,10%) h s l / .8) !important
}

.op-light-emerald {
    background-color: hsl(from hsl(140,52%,85%) h s l / .5) !important
}

.op-light-emerald-hi {
    background-color: hsl(from hsl(140,52%,85%) h s l / .2) !important
}

.op-light-emerald-low {
    background-color: hsl(from hsl(140,52%,85%) h s l / .8) !important
}

.op-minor-emerald {
    background-color: hsl(from hsl(140,52%,65%) h s l / .5) !important
}

.op-minor-emerald-hi {
    background-color: hsl(from hsl(140,52%,65%) h s l / .2) !important
}

.op-minor-emerald-low {
    background-color: hsl(from hsl(140,52%,65%) h s l / .8) !important
}

.op-sat-emerald {
    background-color: hsl(from hsl(140,52%,40%) h s l / .5) !important
}

.op-sat-emerald-hi {
    background-color: hsl(from hsl(140,52%,40%) h s l / .2) !important
}

.op-sat-emerald-low {
    background-color: hsl(from hsl(140,52%,40%) h s l / .8) !important
}

.op-dark-emerald {
    background-color: hsl(from hsl(140,52%,30%) h s l / .5) !important
}

.op-dark-emerald-hi {
    background-color: hsl(from hsl(140,52%,30%) h s l / .2) !important
}

.op-dark-emerald-low {
    background-color: hsl(from hsl(140,52%,30%) h s l / .8) !important
}

.op-light-blue {
    background-color: hsl(from hsl(225,100%,93%) h s l / .5) !important
}

.op-light-blue-hi {
    background-color: hsl(from hsl(225,100%,93%) h s l / .2) !important
}

.op-light-blue-low {
    background-color: hsl(from hsl(225,100%,93%) h s l / .8) !important
}

.op-minor-blue {
    background-color: hsl(from hsl(225,100%,78%) h s l / .5) !important
}

.op-minor-blue-hi {
    background-color: hsl(from hsl(225,100%,78%) h s l / .2) !important
}

.op-minor-blue-low {
    background-color: hsl(from hsl(225,100%,78%) h s l / .8) !important
}

.op-sat-blue {
    background-color: hsl(from hsl(225,100%,53%) h s l / .5) !important
}

.op-sat-blue-hi {
    background-color: hsl(from hsl(225,100%,53%) h s l / .2) !important
}

.op-sat-blue-low {
    background-color: hsl(from hsl(225,100%,53%) h s l / .8) !important
}

.op-dark-blue {
    background-color: hsl(from hsl(225,100%,43%) h s l / .5) !important
}

.op-dark-blue-hi {
    background-color: hsl(from hsl(225,100%,43%) h s l / .2) !important
}

.op-dark-blue-low {
    background-color: hsl(from hsl(225,100%,43%) h s l / .8) !important
}

.op-light-teal {
    background-color: hsl(from hsl(180,77%,79%) h s l / .5) !important
}

.op-light-teal-hi {
    background-color: hsl(from hsl(180,77%,79%) h s l / .2) !important
}

.op-light-teal-low {
    background-color: hsl(from hsl(180,77%,79%) h s l / .8) !important
}

.op-minor-teal {
    background-color: hsl(from hsl(180,77%,54%) h s l / .5) !important
}

.op-minor-teal-hi {
    background-color: hsl(from hsl(180,77%,54%) h s l / .2) !important
}

.op-minor-teal-low {
    background-color: hsl(from hsl(180,77%,54%) h s l / .8) !important
}

.op-sat-teal {
    background-color: hsl(from hsl(180,77%,29%) h s l / .5) !important
}

.op-sat-teal-hi {
    background-color: hsl(from hsl(180,77%,29%) h s l / .2) !important
}

.op-sat-teal-low {
    background-color: hsl(from hsl(180,77%,29%) h s l / .8) !important
}

.op-dark-teal {
    background-color: hsl(from hsl(180,77%,19%) h s l / .5) !important
}

.op-dark-teal-hi {
    background-color: hsl(from hsl(180,77%,19%) h s l / .2) !important
}

.op-dark-teal-low {
    background-color: hsl(from hsl(180,77%,19%) h s l / .8) !important
}

.op-light-cyan {
    background-color: hsl(from hsl(221,100%,94%) h s l / .5) !important
}

.op-light-cyan-hi {
    background-color: hsl(from hsl(221,100%,94%) h s l / .2) !important
}

.op-light-cyan-low {
    background-color: hsl(from hsl(221,100%,94%) h s l / .8) !important
}

.op-minor-cyan {
    background-color: hsl(from hsl(221,100%,89%) h s l / .5) !important
}

.op-minor-cyan-hi {
    background-color: hsl(from hsl(221,100%,89%) h s l / .2) !important
}

.op-minor-cyan-low {
    background-color: hsl(from hsl(221,100%,89%) h s l / .8) !important
}

.op-sat-cyan {
    background-color: hsl(from hsl(221,100%,64%) h s l / .5) !important
}

.op-sat-cyan-hi {
    background-color: hsl(from hsl(221,100%,64%) h s l / .2) !important
}

.op-sat-cyan-low {
    background-color: hsl(from hsl(221,100%,64%) h s l / .8) !important
}

.op-dark-cyan {
    background-color: hsl(from hsl(221,100%,54%) h s l / .5) !important
}

.op-dark-cyan-hi {
    background-color: hsl(from hsl(221,100%,54%) h s l / .2) !important
}

.op-dark-cyan-low {
    background-color: hsl(from hsl(221,100%,54%) h s l / .8) !important
}

.op-light-cobalt {
    background-color: hsl(from hsl(215,100%,79%) h s l / .5) !important
}

.op-light-cobalt-hi {
    background-color: hsl(from hsl(215,100%,79%) h s l / .2) !important
}

.op-light-cobalt-low {
    background-color: hsl(from hsl(215,100%,79%) h s l / .8) !important
}

.op-minor-cobalt {
    background-color: hsl(from hsl(215,100%,49%) h s l / .5) !important
}

.op-minor-cobalt-hi {
    background-color: hsl(from hsl(215,100%,49%) h s l / .2) !important
}

.op-minor-cobalt-low {
    background-color: hsl(from hsl(215,100%,49%) h s l / .8) !important
}

.op-sat-cobalt {
    background-color: hsl(from hsl(215,100%,19%) h s l / .5) !important
}

.op-sat-cobalt-hi {
    background-color: hsl(from hsl(215,100%,19%) h s l / .2) !important
}

.op-sat-cobalt-low {
    background-color: hsl(from hsl(215,100%,19%) h s l / .8) !important
}

.op-dark-cobalt {
    background-color: hsl(from hsl(215,100%,9%) h s l / .5) !important
}

.op-dark-cobalt-hi {
    background-color: hsl(from hsl(215,100%,9%) h s l / .2) !important
}

.op-dark-cobalt-low {
    background-color: hsl(from hsl(215,100%,9%) h s l / .8) !important
}

.op-light-indigo {
    background-color: hsl(from hsl(276,100%,78%) h s l / .5) !important
}

.op-light-indigo-hi {
    background-color: hsl(from hsl(276,100%,78%) h s l / .2) !important
}

.op-light-indigo-low {
    background-color: hsl(from hsl(276,100%,78%) h s l / .8) !important
}

.op-minor-indigo {
    background-color: hsl(from hsl(276,100%,48%) h s l / .5) !important
}

.op-minor-indigo-hi {
    background-color: hsl(from hsl(276,100%,48%) h s l / .2) !important
}

.op-minor-indigo-low {
    background-color: hsl(from hsl(276,100%,48%) h s l / .8) !important
}

.op-sat-indigo {
    background-color: hsl(from hsl(276,100%,18%) h s l / .5) !important
}

.op-sat-indigo-hi {
    background-color: hsl(from hsl(276,100%,18%) h s l / .2) !important
}

.op-sat-indigo-low {
    background-color: hsl(from hsl(276,100%,18%) h s l / .8) !important
}

.op-dark-indigo {
    background-color: hsl(from hsl(276,100%,8%) h s l / .5) !important
}

.op-dark-indigo-hi {
    background-color: hsl(from hsl(276,100%,8%) h s l / .2) !important
}

.op-dark-indigo-low {
    background-color: hsl(from hsl(276,100%,8%) h s l / .8) !important
}

.op-light-almost {
    background-color: hsl(from hsl(259,84%,85%) h s l / .5) !important
}

.op-light-almost-hi {
    background-color: hsl(from hsl(259,84%,85%) h s l / .2) !important
}

.op-light-almost-low {
    background-color: hsl(from hsl(259,84%,85%) h s l / .8) !important
}

.op-minor-almost {
    background-color: hsl(from hsl(259,84%,70%) h s l / .5) !important
}

.op-minor-almost-hi {
    background-color: hsl(from hsl(259,84%,70%) h s l / .2) !important
}

.op-minor-almost-low {
    background-color: hsl(from hsl(259,84%,70%) h s l / .8) !important
}

.op-sat-almost {
    background-color: hsl(from hsl(259,84%,40%) h s l / .5) !important
}

.op-sat-almost-hi {
    background-color: hsl(from hsl(259,84%,40%) h s l / .2) !important
}

.op-sat-almost-low {
    background-color: hsl(from hsl(259,84%,40%) h s l / .8) !important
}

.op-dark-almost {
    background-color: hsl(from hsl(259,84%,30%) h s l / .5) !important
}

.op-dark-almost-hi {
    background-color: hsl(from hsl(259,84%,30%) h s l / .2) !important
}

.op-dark-almost-low {
    background-color: hsl(from hsl(259,84%,30%) h s l / .8) !important
}

.op-light-violet {
    background-color: hsl(from hsl(300,76%,92%) h s l / .5) !important
}

.op-light-violet-hi {
    background-color: hsl(from hsl(300,76%,92%) h s l / .2) !important
}

.op-light-violet-low {
    background-color: hsl(from hsl(300,76%,92%) h s l / .8) !important
}

.op-minor-violet {
    background-color: hsl(from hsl(300,76%,82%) h s l / .5) !important
}

.op-minor-violet-hi {
    background-color: hsl(from hsl(300,76%,82%) h s l / .2) !important
}

.op-minor-violet-low {
    background-color: hsl(from hsl(300,76%,82%) h s l / .8) !important
}

.op-sat-violet {
    background-color: hsl(from hsl(300,76%,57%) h s l / .5) !important
}

.op-sat-violet-hi {
    background-color: hsl(from hsl(300,76%,57%) h s l / .2) !important
}

.op-sat-violet-low {
    background-color: hsl(from hsl(300,76%,57%) h s l / .8) !important
}

.op-dark-violet {
    background-color: hsl(from hsl(300,76%,47%) h s l / .5) !important
}

.op-dark-violet-hi {
    background-color: hsl(from hsl(300,76%,47%) h s l / .2) !important
}

.op-dark-violet-low {
    background-color: hsl(from hsl(300,76%,47%) h s l / .8) !important
}

.op-light-pink {
    background-color: hsl(from hsl(350,100%,98%) h s l / .5) !important
}

.op-light-pink-hi {
    background-color: hsl(from hsl(350,100%,98%) h s l / .2) !important
}

.op-light-pink-low {
    background-color: hsl(from hsl(350,100%,98%) h s l / .8) !important
}

.op-minor-pink {
    background-color: hsl(from hsl(350,100%,93%) h s l / .5) !important
}

.op-minor-pink-hi {
    background-color: hsl(from hsl(350,100%,93%) h s l / .2) !important
}

.op-minor-pink-low {
    background-color: hsl(from hsl(350,100%,93%) h s l / .8) !important
}

.op-sat-pink {
    background-color: hsl(from hsl(350,100%,73%) h s l / .5) !important
}

.op-sat-pink-hi {
    background-color: hsl(from hsl(350,100%,73%) h s l / .2) !important
}

.op-sat-pink-low {
    background-color: hsl(from hsl(350,100%,73%) h s l / .8) !important
}

.op-dark-pink {
    background-color: hsl(from hsl(350,100%,63%) h s l / .5) !important
}

.op-dark-pink-hi {
    background-color: hsl(from hsl(350,100%,63%) h s l / .2) !important
}

.op-dark-pink-low {
    background-color: hsl(from hsl(350,100%,63%) h s l / .8) !important
}

.op-light-magenta {
    background-color: hsl(from hsl(300,100%,90%) h s l / .5) !important
}

.op-light-magenta-hi {
    background-color: hsl(from hsl(300,100%,90%) h s l / .2) !important
}

.op-light-magenta-low {
    background-color: hsl(from hsl(300,100%,90%) h s l / .8) !important
}

.op-minor-magenta {
    background-color: hsl(from hsl(300,100%,75%) h s l / .5) !important
}

.op-minor-magenta-hi {
    background-color: hsl(from hsl(300,100%,75%) h s l / .2) !important
}

.op-minor-magenta-low {
    background-color: hsl(from hsl(300,100%,75%) h s l / .8) !important
}

.op-sat-magenta {
    background-color: hsl(from hsl(300,100%,35%) h s l / .5) !important
}

.op-sat-magenta-hi {
    background-color: hsl(from hsl(300,100%,35%) h s l / .2) !important
}

.op-sat-magenta-low {
    background-color: hsl(from hsl(300,100%,35%) h s l / .8) !important
}

.op-dark-magenta {
    background-color: hsl(from hsl(300,100%,25%) h s l / .5) !important
}

.op-dark-magenta-hi {
    background-color: hsl(from hsl(300,100%,25%) h s l / .2) !important
}

.op-dark-magenta-low {
    background-color: hsl(from hsl(300,100%,25%) h s l / .8) !important
}

.op-light-crimson {
    background-color: hsl(from hsl(348,88%,91%) h s l / .5) !important
}

.op-light-crimson-hi {
    background-color: hsl(from hsl(348,88%,91%) h s l / .2) !important
}

.op-light-crimson-low {
    background-color: hsl(from hsl(348,88%,91%) h s l / .8) !important
}

.op-minor-crimson {
    background-color: hsl(from hsl(348,88%,66%) h s l / .5) !important
}

.op-minor-crimson-hi {
    background-color: hsl(from hsl(348,88%,66%) h s l / .2) !important
}

.op-minor-crimson-low {
    background-color: hsl(from hsl(348,88%,66%) h s l / .8) !important
}

.op-sat-crimson {
    background-color: hsl(from hsl(348,88%,31%) h s l / .5) !important
}

.op-sat-crimson-hi {
    background-color: hsl(from hsl(348,88%,31%) h s l / .2) !important
}

.op-sat-crimson-low {
    background-color: hsl(from hsl(348,88%,31%) h s l / .8) !important
}

.op-dark-crimson {
    background-color: hsl(from hsl(348,88%,21%) h s l / .5) !important
}

.op-dark-crimson-hi {
    background-color: hsl(from hsl(348,88%,21%) h s l / .2) !important
}

.op-dark-crimson-low {
    background-color: hsl(from hsl(348,88%,21%) h s l / .8) !important
}

.op-light-red {
    background-color: hsl(from hsl(0,100%,85%) h s l / .5) !important
}

.op-light-red-hi {
    background-color: hsl(from hsl(0,100%,85%) h s l / .2) !important
}

.op-light-red-low {
    background-color: hsl(from hsl(0,100%,85%) h s l / .8) !important
}

.op-minor-red {
    background-color: hsl(from hsl(0,100%,70%) h s l / .5) !important
}

.op-minor-red-hi {
    background-color: hsl(from hsl(0,100%,70%) h s l / .2) !important
}

.op-minor-red-low {
    background-color: hsl(from hsl(0,100%,70%) h s l / .8) !important
}

.op-sat-red {
    background-color: hsl(from hsl(0,100%,35%) h s l / .5) !important
}

.op-sat-red-hi {
    background-color: hsl(from hsl(0,100%,35%) h s l / .2) !important
}

.op-sat-red-low {
    background-color: hsl(from hsl(0,100%,35%) h s l / .8) !important
}

.op-dark-red {
    background-color: hsl(from hsl(0,100%,25%) h s l / .5) !important
}

.op-dark-red-hi {
    background-color: hsl(from hsl(0,100%,25%) h s l / .2) !important
}

.op-dark-red-low {
    background-color: hsl(from hsl(0,100%,25%) h s l / .8) !important
}

.op-light-clown {
    background-color: hsl(from hsl(3,100%,95%) h s l / .5) !important
}

.op-light-clown-hi {
    background-color: hsl(from hsl(3,100%,95%) h s l / .2) !important
}

.op-light-clown-low {
    background-color: hsl(from hsl(3,100%,95%) h s l / .8) !important
}

.op-minor-clown {
    background-color: hsl(from hsl(3,100%,85%) h s l / .5) !important
}

.op-minor-clown-hi {
    background-color: hsl(from hsl(3,100%,85%) h s l / .2) !important
}

.op-minor-clown-low {
    background-color: hsl(from hsl(3,100%,85%) h s l / .8) !important
}

.op-sat-clown {
    background-color: hsl(from hsl(3,100%,55%) h s l / .5) !important
}

.op-sat-clown-hi {
    background-color: hsl(from hsl(3,100%,55%) h s l / .2) !important
}

.op-sat-clown-low {
    background-color: hsl(from hsl(3,100%,55%) h s l / .8) !important
}

.op-dark-clown {
    background-color: hsl(from hsl(3,100%,45%) h s l / .5) !important
}

.op-dark-clown-hi {
    background-color: hsl(from hsl(3,100%,45%) h s l / .2) !important
}

.op-dark-clown-low {
    background-color: hsl(from hsl(3,100%,45%) h s l / .8) !important
}

.op-light-orange {
    background-color: hsl(from hsl(39,100%,90%) h s l / .5) !important
}

.op-light-orange-hi {
    background-color: hsl(from hsl(39,100%,90%) h s l / .2) !important
}

.op-light-orange-low {
    background-color: hsl(from hsl(39,100%,90%) h s l / .8) !important
}

.op-minor-orange {
    background-color: hsl(from hsl(39,100%,75%) h s l / .5) !important
}

.op-minor-orange-hi {
    background-color: hsl(from hsl(39,100%,75%) h s l / .2) !important
}

.op-minor-orange-low {
    background-color: hsl(from hsl(39,100%,75%) h s l / .8) !important
}

.op-sat-orange {
    background-color: hsl(from hsl(39,100%,35%) h s l / .5) !important
}

.op-sat-orange-hi {
    background-color: hsl(from hsl(39,100%,35%) h s l / .2) !important
}

.op-sat-orange-low {
    background-color: hsl(from hsl(39,100%,35%) h s l / .8) !important
}

.op-dark-orange {
    background-color: hsl(from hsl(39,100%,25%) h s l / .5) !important
}

.op-dark-orange-hi {
    background-color: hsl(from hsl(39,100%,25%) h s l / .2) !important
}

.op-dark-orange-low {
    background-color: hsl(from hsl(39,100%,25%) h s l / .8) !important
}

.op-light-amber {
    background-color: hsl(from hsl(45,100%,78%) h s l / .5) !important
}

.op-light-amber-hi {
    background-color: hsl(from hsl(45,100%,78%) h s l / .2) !important
}

.op-light-amber-low {
    background-color: hsl(from hsl(45,100%,78%) h s l / .8) !important
}

.op-minor-amber {
    background-color: hsl(from hsl(45,100%,68%) h s l / .5) !important
}

.op-minor-amber-hi {
    background-color: hsl(from hsl(45,100%,68%) h s l / .2) !important
}

.op-minor-amber-low {
    background-color: hsl(from hsl(45,100%,68%) h s l / .8) !important
}

.op-sat-amber {
    background-color: hsl(from hsl(45,100%,43%) h s l / .5) !important
}

.op-sat-amber-hi {
    background-color: hsl(from hsl(45,100%,43%) h s l / .2) !important
}

.op-sat-amber-low {
    background-color: hsl(from hsl(45,100%,43%) h s l / .8) !important
}

.op-dark-amber {
    background-color: hsl(from hsl(45,100%,33%) h s l / .5) !important
}

.op-dark-amber-hi {
    background-color: hsl(from hsl(45,100%,33%) h s l / .2) !important
}

.op-dark-amber-low {
    background-color: hsl(from hsl(45,100%,33%) h s l / .8) !important
}

.op-light-yellow {
    background-color: hsl(from hsl(52,100%,93%) h s l / .5) !important
}

.op-light-yellow-hi {
    background-color: hsl(from hsl(52,100%,93%) h s l / .2) !important
}

.op-light-yellow-low {
    background-color: hsl(from hsl(52,100%,93%) h s l / .8) !important
}

.op-minor-yellow {
    background-color: hsl(from hsl(52,100%,83%) h s l / .5) !important
}

.op-minor-yellow-hi {
    background-color: hsl(from hsl(52,100%,83%) h s l / .2) !important
}

.op-minor-yellow-low {
    background-color: hsl(from hsl(52,100%,83%) h s l / .8) !important
}

.op-sat-yellow {
    background-color: hsl(from hsl(52,100%,53%) h s l / .5) !important
}

.op-sat-yellow-hi {
    background-color: hsl(from hsl(52,100%,53%) h s l / .2) !important
}

.op-sat-yellow-low {
    background-color: hsl(from hsl(52,100%,53%) h s l / .8) !important
}

.op-dark-yellow {
    background-color: hsl(from hsl(52,100%,43%) h s l / .5) !important
}

.op-dark-yellow-hi {
    background-color: hsl(from hsl(52,100%,43%) h s l / .2) !important
}

.op-dark-yellow-low {
    background-color: hsl(from hsl(52,100%,43%) h s l / .8) !important
}

.op-light-brown {
    background-color: hsl(from hsl(25,57%,81%) h s l / .5) !important
}

.op-light-brown-hi {
    background-color: hsl(from hsl(25,57%,81%) h s l / .2) !important
}

.op-light-brown-low {
    background-color: hsl(from hsl(25,57%,81%) h s l / .8) !important
}

.op-minor-brown {
    background-color: hsl(from hsl(25,57%,66%) h s l / .5) !important
}

.op-minor-brown-hi {
    background-color: hsl(from hsl(25,57%,66%) h s l / .2) !important
}

.op-minor-brown-low {
    background-color: hsl(from hsl(25,57%,66%) h s l / .8) !important
}

.op-sat-brown {
    background-color: hsl(from hsl(25,57%,36%) h s l / .5) !important
}

.op-sat-brown-hi {
    background-color: hsl(from hsl(25,57%,36%) h s l / .2) !important
}

.op-sat-brown-low {
    background-color: hsl(from hsl(25,57%,36%) h s l / .8) !important
}

.op-dark-brown {
    background-color: hsl(from hsl(25,57%,26%) h s l / .5) !important
}

.op-dark-brown-hi {
    background-color: hsl(from hsl(25,57%,26%) h s l / .2) !important
}

.op-dark-brown-low {
    background-color: hsl(from hsl(25,57%,26%) h s l / .8) !important
}

.op-light-olive {
    background-color: hsl(from hsl(60,100%,72%) h s l / .5) !important
}

.op-light-olive-hi {
    background-color: hsl(from hsl(60,100%,72%) h s l / .2) !important
}

.op-light-olive-low {
    background-color: hsl(from hsl(60,100%,72%) h s l / .8) !important
}

.op-minor-olive {
    background-color: hsl(from hsl(60,100%,42%) h s l / .5) !important
}

.op-minor-olive-hi {
    background-color: hsl(from hsl(60,100%,42%) h s l / .2) !important
}

.op-minor-olive-low {
    background-color: hsl(from hsl(60,100%,42%) h s l / .8) !important
}

.op-sat-olive {
    background-color: hsl(from hsl(60,100%,17%) h s l / .5) !important
}

.op-sat-olive-hi {
    background-color: hsl(from hsl(60,100%,17%) h s l / .2) !important
}

.op-sat-olive-low {
    background-color: hsl(from hsl(60,100%,17%) h s l / .8) !important
}

.op-dark-olive {
    background-color: hsl(from hsl(60,100%,7%) h s l / .5) !important
}

.op-dark-olive-hi {
    background-color: hsl(from hsl(60,100%,7%) h s l / .2) !important
}

.op-dark-olive-low {
    background-color: hsl(from hsl(60,100%,7%) h s l / .8) !important
}

.op-light-steel {
    background-color: hsl(from hsl(209,19%,87%) h s l / .5) !important
}

.op-light-steel-hi {
    background-color: hsl(from hsl(209,19%,87%) h s l / .2) !important
}

.op-light-steel-low {
    background-color: hsl(from hsl(209,19%,87%) h s l / .8) !important
}

.op-minor-steel {
    background-color: hsl(from hsl(209,19%,77%) h s l / .5) !important
}

.op-minor-steel-hi {
    background-color: hsl(from hsl(209,19%,77%) h s l / .2) !important
}

.op-minor-steel-low {
    background-color: hsl(from hsl(209,19%,77%) h s l / .8) !important
}

.op-sat-steel {
    background-color: hsl(from hsl(209,19%,42%) h s l / .5) !important
}

.op-sat-steel-hi {
    background-color: hsl(from hsl(209,19%,42%) h s l / .2) !important
}

.op-sat-steel-low {
    background-color: hsl(from hsl(209,19%,42%) h s l / .8) !important
}

.op-dark-steel {
    background-color: hsl(from hsl(209,19%,32%) h s l / .5) !important
}

.op-dark-steel-hi {
    background-color: hsl(from hsl(209,19%,32%) h s l / .2) !important
}

.op-dark-steel-low {
    background-color: hsl(from hsl(209,19%,32%) h s l / .8) !important
}

.op-light-mauve {
    background-color: hsl(from hsl(277,100%,96%) h s l / .5) !important
}

.op-light-mauve-hi {
    background-color: hsl(from hsl(277,100%,96%) h s l / .2) !important
}

.op-light-mauve-low {
    background-color: hsl(from hsl(277,100%,96%) h s l / .8) !important
}

.op-minor-mauve {
    background-color: hsl(from hsl(277,100%,90%) h s l / .5) !important
}

.op-minor-mauve-hi {
    background-color: hsl(from hsl(277,100%,90%) h s l / .2) !important
}

.op-minor-mauve-low {
    background-color: hsl(from hsl(277,100%,90%) h s l / .8) !important
}

.op-sat-mauve {
    background-color: hsl(from hsl(277,100%,69%) h s l / .5) !important
}

.op-sat-mauve-hi {
    background-color: hsl(from hsl(277,100%,69%) h s l / .2) !important
}

.op-sat-mauve-low {
    background-color: hsl(from hsl(277,100%,69%) h s l / .8) !important
}

.op-dark-mauve {
    background-color: hsl(from hsl(277,100%,59%) h s l / .5) !important
}

.op-dark-mauve-hi {
    background-color: hsl(from hsl(277,100%,59%) h s l / .2) !important
}

.op-dark-mauve-low {
    background-color: hsl(from hsl(277,100%,59%) h s l / .8) !important
}

.op-light-taupe {
    background-color: hsl(from hsl(29,19%,80%) h s l / .5) !important
}

.op-light-taupe-hi {
    background-color: hsl(from hsl(29,19%,80%) h s l / .2) !important
}

.op-light-taupe-low {
    background-color: hsl(from hsl(29,19%,80%) h s l / .8) !important
}

.op-minor-taupe {
    background-color: hsl(from hsl(29,19%,67%) h s l / .5) !important
}

.op-minor-taupe-hi {
    background-color: hsl(from hsl(29,19%,67%) h s l / .2) !important
}

.op-minor-taupe-low {
    background-color: hsl(from hsl(29,19%,67%) h s l / .8) !important
}

.op-sat-taupe {
    background-color: hsl(from hsl(29,19%,35%) h s l / .5) !important
}

.op-sat-taupe-hi {
    background-color: hsl(from hsl(29,19%,35%) h s l / .2) !important
}

.op-sat-taupe-low {
    background-color: hsl(from hsl(29,19%,35%) h s l / .8) !important
}

.op-dark-taupe {
    background-color: hsl(from hsl(29,19%,25%) h s l / .5) !important
}

.op-dark-taupe-hi {
    background-color: hsl(from hsl(29,19%,25%) h s l / .2) !important
}

.op-dark-taupe-low {
    background-color: hsl(from hsl(29,19%,25%) h s l / .8) !important
}

.op-light-champagne {
    background-color: hsl(from hsl(37,74%,98%) h s l / .5) !important
}

.op-light-champagne-hi {
    background-color: hsl(from hsl(37,74%,98%) h s l / .2) !important
}

.op-light-champagne-low {
    background-color: hsl(from hsl(37,74%,98%) h s l / .8) !important
}

.op-minor-champagne {
    background-color: hsl(from hsl(37,74%,93%) h s l / .5) !important
}

.op-minor-champagne-hi {
    background-color: hsl(from hsl(37,74%,93%) h s l / .2) !important
}

.op-minor-champagne-low {
    background-color: hsl(from hsl(37,74%,93%) h s l / .8) !important
}

.op-sat-champagne {
    background-color: hsl(from hsl(37,74%,73%) h s l / .5) !important
}

.op-sat-champagne-hi {
    background-color: hsl(from hsl(37,74%,73%) h s l / .2) !important
}

.op-sat-champagne-low {
    background-color: hsl(from hsl(37,74%,73%) h s l / .8) !important
}

.op-dark-champagne {
    background-color: hsl(from hsl(37,74%,63%) h s l / .5) !important
}

.op-dark-champagne-hi {
    background-color: hsl(from hsl(37,74%,63%) h s l / .2) !important
}

.op-dark-champagne-low {
    background-color: hsl(from hsl(37,74%,63%) h s l / .8) !important
}

.op-light-khaki {
    background-color: hsl(from hsl(47,47%,94%) h s l / .5) !important
}

.op-light-khaki-hi {
    background-color: hsl(from hsl(47,47%,94%) h s l / .2) !important
}

.op-light-khaki-low {
    background-color: hsl(from hsl(47,47%,94%) h s l / .8) !important
}

.op-minor-khaki {
    background-color: hsl(from hsl(47,47%,84%) h s l / .5) !important
}

.op-minor-khaki-hi {
    background-color: hsl(from hsl(47,47%,84%) h s l / .2) !important
}

.op-minor-khaki-low {
    background-color: hsl(from hsl(47,47%,84%) h s l / .8) !important
}

.op-sat-khaki {
    background-color: hsl(from hsl(47,47%,54%) h s l / .5) !important
}

.op-sat-khaki-hi {
    background-color: hsl(from hsl(47,47%,54%) h s l / .2) !important
}

.op-sat-khaki-low {
    background-color: hsl(from hsl(47,47%,54%) h s l / .8) !important
}

.op-dark-khaki {
    background-color: hsl(from hsl(47,47%,44%) h s l / .5) !important
}

.op-dark-khaki-hi {
    background-color: hsl(from hsl(47,47%,44%) h s l / .2) !important
}

.op-dark-khaki-low {
    background-color: hsl(from hsl(47,47%,44%) h s l / .8) !important
}

.op-light-charcoal {
    background-color: hsl(from hsl(0,0%,90%) h s l / .5) !important
}

.op-light-charcoal-hi {
    background-color: hsl(from hsl(0,0%,90%) h s l / .2) !important
}

.op-light-charcoal-low {
    background-color: hsl(from hsl(0,0%,90%) h s l / .8) !important
}

.op-minor-charcoal {
    background-color: hsl(from hsl(0,0%,80%) h s l / .5) !important
}

.op-minor-charcoal-hi {
    background-color: hsl(from hsl(0,0%,80%) h s l / .2) !important
}

.op-minor-charcoal-low {
    background-color: hsl(from hsl(0,0%,80%) h s l / .8) !important
}

.op-sat-charcoal {
    background-color: hsl(from hsl(0,0%,45%) h s l / .5) !important
}

.op-sat-charcoal-hi {
    background-color: hsl(from hsl(0,0%,45%) h s l / .2) !important
}

.op-sat-charcoal-low {
    background-color: hsl(from hsl(0,0%,45%) h s l / .8) !important
}

.op-dark-charcoal {
    background-color: hsl(from hsl(0,0%,35%) h s l / .5) !important
}

.op-dark-charcoal-hi {
    background-color: hsl(from hsl(0,0%,35%) h s l / .2) !important
}

.op-dark-charcoal-low {
    background-color: hsl(from hsl(0,0%,35%) h s l / .8) !important
}

.op-light-bronze {
    background-color: hsl(from hsl(29,75%,87%) h s l / .5) !important
}

.op-light-bronze-hi {
    background-color: hsl(from hsl(29,75%,87%) h s l / .2) !important
}

.op-light-bronze-low {
    background-color: hsl(from hsl(29,75%,87%) h s l / .8) !important
}

.op-minor-bronze {
    background-color: hsl(from hsl(29,75%,72%) h s l / .5) !important
}

.op-minor-bronze-hi {
    background-color: hsl(from hsl(29,75%,72%) h s l / .2) !important
}

.op-minor-bronze-low {
    background-color: hsl(from hsl(29,75%,72%) h s l / .8) !important
}

.op-sat-bronze {
    background-color: hsl(from hsl(29,75%,42%) h s l / .5) !important
}

.op-sat-bronze-hi {
    background-color: hsl(from hsl(29,75%,42%) h s l / .2) !important
}

.op-sat-bronze-low {
    background-color: hsl(from hsl(29,75%,42%) h s l / .8) !important
}

.op-dark-bronze {
    background-color: hsl(from hsl(29,75%,32%) h s l / .5) !important
}

.op-dark-bronze-hi {
    background-color: hsl(from hsl(29,75%,32%) h s l / .2) !important
}

.op-dark-bronze-low {
    background-color: hsl(from hsl(29,75%,32%) h s l / .8) !important
}

.op-light-windstorm {
    background-color: hsl(from hsl(216,53%,93%) h s l / .5) !important
}

.op-light-windstorm-hi {
    background-color: hsl(from hsl(216,53%,93%) h s l / .2) !important
}

.op-light-windstorm-low {
    background-color: hsl(from hsl(216,53%,93%) h s l / .8) !important
}

.op-minor-windstorm {
    background-color: hsl(from hsl(216,53%,81%) h s l / .5) !important
}

.op-minor-windstorm-hi {
    background-color: hsl(from hsl(216,53%,81%) h s l / .2) !important
}

.op-minor-windstorm-low {
    background-color: hsl(from hsl(216,53%,81%) h s l / .8) !important
}

.op-sat-windstorm {
    background-color: hsl(from hsl(216,53%,51%) h s l / .5) !important
}

.op-sat-windstorm-hi {
    background-color: hsl(from hsl(216,53%,51%) h s l / .2) !important
}

.op-sat-windstorm-low {
    background-color: hsl(from hsl(216,53%,51%) h s l / .8) !important
}

.op-dark-windstorm {
    background-color: hsl(from hsl(216,53%,41%) h s l / .5) !important
}

.op-dark-windstorm-hi {
    background-color: hsl(from hsl(216,53%,41%) h s l / .2) !important
}

.op-dark-windstorm-low {
    background-color: hsl(from hsl(216,53%,41%) h s l / .8) !important
}

.op-light-nude {
    background-color: hsl(from hsl(29,79%,97%) h s l / .5) !important
}

.op-light-nude-hi {
    background-color: hsl(from hsl(29,79%,97%) h s l / .2) !important
}

.op-light-nude-low {
    background-color: hsl(from hsl(29,79%,97%) h s l / .8) !important
}

.op-minor-nude {
    background-color: hsl(from hsl(29,79%,92%) h s l / .5) !important
}

.op-minor-nude-hi {
    background-color: hsl(from hsl(29,79%,92%) h s l / .2) !important
}

.op-minor-nude-low {
    background-color: hsl(from hsl(29,79%,92%) h s l / .8) !important
}

.op-sat-nude {
    background-color: hsl(from hsl(29,79%,70%) h s l / .5) !important
}

.op-sat-nude-hi {
    background-color: hsl(from hsl(29,79%,70%) h s l / .2) !important
}

.op-sat-nude-low {
    background-color: hsl(from hsl(29,79%,70%) h s l / .8) !important
}

.op-dark-nude {
    background-color: hsl(from hsl(29,79%,60%) h s l / .5) !important
}

.op-dark-nude-hi {
    background-color: hsl(from hsl(29,79%,60%) h s l / .2) !important
}

.op-dark-nude-low {
    background-color: hsl(from hsl(29,79%,60%) h s l / .8) !important
}

.op-light-terracotta {
    background-color: hsl(from hsl(10,76%,85%) h s l / .5) !important
}

.op-light-terracotta-hi {
    background-color: hsl(from hsl(10,76%,85%) h s l / .2) !important
}

.op-light-terracotta-low {
    background-color: hsl(from hsl(10,76%,85%) h s l / .8) !important
}

.op-minor-terracotta {
    background-color: hsl(from hsl(10,76%,70%) h s l / .5) !important
}

.op-minor-terracotta-hi {
    background-color: hsl(from hsl(10,76%,70%) h s l / .2) !important
}

.op-minor-terracotta-low {
    background-color: hsl(from hsl(10,76%,70%) h s l / .8) !important
}

.op-sat-terracotta {
    background-color: hsl(from hsl(10,76%,40%) h s l / .5) !important
}

.op-sat-terracotta-hi {
    background-color: hsl(from hsl(10,76%,40%) h s l / .2) !important
}

.op-sat-terracotta-low {
    background-color: hsl(from hsl(10,76%,40%) h s l / .8) !important
}

.op-dark-terracotta {
    background-color: hsl(from hsl(10,76%,30%) h s l / .5) !important
}

.op-dark-terracotta-hi {
    background-color: hsl(from hsl(10,76%,30%) h s l / .2) !important
}

.op-dark-terracotta-low {
    background-color: hsl(from hsl(10,76%,30%) h s l / .8) !important
}

.op-light-coral {
    background-color: hsl(from hsl(16,100%,92%) h s l / .5) !important
}

.op-light-coral-hi {
    background-color: hsl(from hsl(16,100%,92%) h s l / .2) !important
}

.op-light-coral-low {
    background-color: hsl(from hsl(16,100%,92%) h s l / .8) !important
}

.op-minor-coral {
    background-color: hsl(from hsl(16,100%,82%) h s l / .5) !important
}

.op-minor-coral-hi {
    background-color: hsl(from hsl(16,100%,82%) h s l / .2) !important
}

.op-minor-coral-low {
    background-color: hsl(from hsl(16,100%,82%) h s l / .8) !important
}

.op-sat-coral {
    background-color: hsl(from hsl(16,100%,52%) h s l / .5) !important
}

.op-sat-coral-hi {
    background-color: hsl(from hsl(16,100%,52%) h s l / .2) !important
}

.op-sat-coral-low {
    background-color: hsl(from hsl(16,100%,52%) h s l / .8) !important
}

.op-dark-coral {
    background-color: hsl(from hsl(16,100%,42%) h s l / .5) !important
}

.op-dark-coral-hi {
    background-color: hsl(from hsl(16,100%,42%) h s l / .2) !important
}

.op-dark-coral-low {
    background-color: hsl(from hsl(16,100%,42%) h s l / .8) !important
}

.op-light-army {
    background-color: hsl(from hsl(69,34%,75%) h s l / .5) !important
}

.op-light-army-hi {
    background-color: hsl(from hsl(69,34%,75%) h s l / .2) !important
}

.op-light-army-low {
    background-color: hsl(from hsl(69,34%,75%) h s l / .8) !important
}

.op-minor-army {
    background-color: hsl(from hsl(69,34%,47%) h s l / .5) !important
}

.op-minor-army-hi {
    background-color: hsl(from hsl(69,34%,47%) h s l / .2) !important
}

.op-minor-army-low {
    background-color: hsl(from hsl(69,34%,47%) h s l / .8) !important
}

.op-sat-army {
    background-color: hsl(from hsl(69,34%,15%) h s l / .5) !important
}

.op-sat-army-hi {
    background-color: hsl(from hsl(69,34%,15%) h s l / .2) !important
}

.op-sat-army-low {
    background-color: hsl(from hsl(69,34%,15%) h s l / .8) !important
}

.op-dark-army {
    background-color: hsl(from hsl(69,34%,5%) h s l / .5) !important
}

.op-dark-army-hi {
    background-color: hsl(from hsl(69,34%,5%) h s l / .2) !important
}

.op-dark-army-low {
    background-color: hsl(from hsl(69,34%,5%) h s l / .8) !important
}

.op-light-seashell {
    background-color: hsl(from hsl(25,100%,98%) h s l / .5) !important
}

.op-light-seashell-hi {
    background-color: hsl(from hsl(25,100%,98%) h s l / .2) !important
}

.op-light-seashell-low {
    background-color: hsl(from hsl(25,100%,98%) h s l / .8) !important
}

.op-minor-seashell {
    background-color: hsl(from hsl(25,100%,97%) h s l / .5) !important
}

.op-minor-seashell-hi {
    background-color: hsl(from hsl(25,100%,97%) h s l / .2) !important
}

.op-minor-seashell-low {
    background-color: hsl(from hsl(25,100%,97%) h s l / .8) !important
}

.op-sat-seashell {
    background-color: hsl(from hsl(25,100%,80%) h s l / .5) !important
}

.op-sat-seashell-hi {
    background-color: hsl(from hsl(25,100%,80%) h s l / .2) !important
}

.op-sat-seashell-low {
    background-color: hsl(from hsl(25,100%,80%) h s l / .8) !important
}

.op-dark-seashell {
    background-color: hsl(from hsl(25,100%,70%) h s l / .5) !important
}

.op-dark-seashell-hi {
    background-color: hsl(from hsl(25,100%,70%) h s l / .2) !important
}

.op-dark-seashell-low {
    background-color: hsl(from hsl(25,100%,70%) h s l / .8) !important
}

.op-light-sand {
    background-color: hsl(from hsl(45,71%,96%) h s l / .5) !important
}

.op-light-sand-hi {
    background-color: hsl(from hsl(45,71%,96%) h s l / .2) !important
}

.op-light-sand-low {
    background-color: hsl(from hsl(45,71%,96%) h s l / .8) !important
}

.op-minor-sand {
    background-color: hsl(from hsl(45,71%,88%) h s l / .5) !important
}

.op-minor-sand-hi {
    background-color: hsl(from hsl(45,71%,88%) h s l / .2) !important
}

.op-minor-sand-low {
    background-color: hsl(from hsl(45,71%,88%) h s l / .8) !important
}

.op-sat-sand {
    background-color: hsl(from hsl(45,71%,66%) h s l / .5) !important
}

.op-sat-sand-hi {
    background-color: hsl(from hsl(45,71%,66%) h s l / .2) !important
}

.op-sat-sand-low {
    background-color: hsl(from hsl(45,71%,66%) h s l / .8) !important
}

.op-dark-sand {
    background-color: hsl(from hsl(45,71%,56%) h s l / .5) !important
}

.op-dark-sand-hi {
    background-color: hsl(from hsl(45,71%,56%) h s l / .2) !important
}

.op-dark-sand-low {
    background-color: hsl(from hsl(45,71%,56%) h s l / .8) !important
}

.ol-gray, .ol-gray-active:active, .ol-gray-hover:hover {
    outline-color: #ccc !important
}

.ol-gray-focus:focus {
    outline-color: #ccc !important
}

.ol-light-gray, .ol-light-gray-active:active, .ol-light-gray-hover:hover {
    outline-color: #f2f2f2 !important
}

.ol-light-gray-focus:focus {
    outline-color: #f2f2f2 !important
}

.ol-minor-gray, .ol-minor-gray-active:active, .ol-minor-gray-hover:hover {
    outline-color: #dedede !important
}

.ol-minor-gray-focus:focus {
    outline-color: #dedede !important
}

.ol-sat-gray, .ol-sat-gray-active:active, .ol-sat-gray-hover:hover {
    outline-color: #a6a6a6 !important
}

.ol-sat-gray-focus:focus {
    outline-color: #a6a6a6 !important
}

.ol-dark-gray, .ol-dark-gray-active:active, .ol-dark-gray-hover:hover {
    outline-color: #8c8c8c !important
}

.ol-dark-gray-focus:focus {
    outline-color: #8c8c8c !important
}

.ol-gray-blue, .ol-gray-blue-active:active, .ol-gray-blue-hover:hover {
    outline-color: #6b8aa8 !important
}

.ol-gray-blue-focus:focus {
    outline-color: #6b8aa8 !important
}

.ol-light-gray-blue, .ol-light-gray-blue-active:active, .ol-light-gray-blue-hover:hover {
    outline-color: #ccd6e1 !important
}

.ol-light-gray-blue-focus:focus {
    outline-color: #ccd6e1 !important
}

.ol-minor-gray-blue, .ol-minor-gray-blue-active:active, .ol-minor-gray-blue-hover:hover {
    outline-color: #9bb0c5 !important
}

.ol-minor-gray-blue-focus:focus {
    outline-color: #9bb0c5 !important
}

.ol-sat-gray-blue, .ol-sat-gray-blue-active:active, .ol-sat-gray-blue-hover:hover {
    outline-color: #4a637d !important
}

.ol-sat-gray-blue-focus:focus {
    outline-color: #4a637d !important
}

.ol-dark-gray-blue, .ol-dark-gray-blue-active:active, .ol-dark-gray-blue-hover:hover {
    outline-color: #374a5d !important
}

.ol-dark-gray-blue-focus:focus {
    outline-color: #374a5d !important
}

.ol-gray-mouse, .ol-gray-mouse-active:active, .ol-gray-mouse-hover:hover {
    outline-color: #576c75 !important
}

.ol-gray-mouse-focus:focus {
    outline-color: #576c75 !important
}

.ol-light-gray-mouse, .ol-light-gray-mouse-active:active, .ol-light-gray-mouse-hover:hover {
    outline-color: #a7b7be !important
}

.ol-light-gray-mouse-focus:focus {
    outline-color: #a7b7be !important
}

.ol-minor-gray-mouse, .ol-minor-gray-mouse-active:active, .ol-minor-gray-mouse-hover:hover {
    outline-color: #7b939d !important
}

.ol-minor-gray-mouse-focus:focus {
    outline-color: #7b939d !important
}

.ol-sat-gray-mouse, .ol-sat-gray-mouse-active:active, .ol-sat-gray-mouse-hover:hover {
    outline-color: #364349 !important
}

.ol-sat-gray-mouse-focus:focus {
    outline-color: #364349 !important
}

.ol-dark-gray-mouse, .ol-dark-gray-mouse-active:active, .ol-dark-gray-mouse-hover:hover {
    outline-color: #21282c !important
}

.ol-dark-gray-mouse-focus:focus {
    outline-color: #21282c !important
}

.ol-lime, .ol-lime-active:active, .ol-lime-hover:hover {
    outline-color: #aefd6d !important
}

.ol-lime-focus:focus {
    outline-color: #aefd6d !important
}

.ol-light-lime, .ol-light-lime-active:active, .ol-light-lime-hover:hover {
    outline-color: #e6fed2 !important
}

.ol-light-lime-focus:focus {
    outline-color: #e6fed2 !important
}

.ol-minor-lime, .ol-minor-lime-active:active, .ol-minor-lime-hover:hover {
    outline-color: #cafea0 !important
}

.ol-minor-lime-focus:focus {
    outline-color: #cafea0 !important
}

.ol-sat-lime, .ol-sat-lime-active:active, .ol-sat-lime-hover:hover {
    outline-color: #84fc22 !important
}

.ol-sat-lime-focus:focus {
    outline-color: #84fc22 !important
}

.ol-dark-lime, .ol-dark-lime-active:active, .ol-dark-lime-hover:hover {
    outline-color: #6ae704 !important
}

.ol-dark-lime-focus:focus {
    outline-color: #6ae704 !important
}

.ol-green, .ol-green-active:active, .ol-green-hover:hover {
    outline-color: #00b300 !important
}

.ol-green-focus:focus {
    outline-color: #00b300 !important
}

.ol-light-green, .ol-light-green-active:active, .ol-light-green-hover:hover {
    outline-color: #9f9 !important
}

.ol-light-green-focus:focus {
    outline-color: #9f9 !important
}

.ol-minor-green, .ol-minor-green-active:active, .ol-minor-green-hover:hover {
    outline-color: #00e600 !important
}

.ol-minor-green-focus:focus {
    outline-color: #00e600 !important
}

.ol-sat-green, .ol-sat-green-active:active, .ol-sat-green-hover:hover {
    outline-color: #060 !important
}

.ol-sat-green-focus:focus {
    outline-color: #060 !important
}

.ol-dark-green, .ol-dark-green-active:active, .ol-dark-green-hover:hover {
    outline-color: #030 !important
}

.ol-dark-green-focus:focus {
    outline-color: #030 !important
}

.ol-emerald, .ol-emerald-active:active, .ol-emerald-hover:hover {
    outline-color: #51c878 !important
}

.ol-emerald-focus:focus {
    outline-color: #51c878 !important
}

.ol-light-emerald, .ol-light-emerald-active:active, .ol-light-emerald-hover:hover {
    outline-color: #c5edd2 !important
}

.ol-light-emerald-focus:focus {
    outline-color: #c5edd2 !important
}

.ol-minor-emerald, .ol-minor-emerald-active:active, .ol-minor-emerald-hover:hover {
    outline-color: #77d496 !important
}

.ol-minor-emerald-focus:focus {
    outline-color: #77d496 !important
}

.ol-sat-emerald, .ol-sat-emerald-active:active, .ol-sat-emerald-hover:hover {
    outline-color: #319b54 !important
}

.ol-sat-emerald-focus:focus {
    outline-color: #319b54 !important
}

.ol-dark-emerald, .ol-dark-emerald-active:active, .ol-dark-emerald-hover:hover {
    outline-color: #25743f !important
}

.ol-dark-emerald-focus:focus {
    outline-color: #25743f !important
}

.ol-blue, .ol-blue-active:active, .ol-blue-hover:hover {
    outline-color: #5c85ff !important
}

.ol-blue-focus:focus {
    outline-color: #5c85ff !important
}

.ol-light-blue, .ol-light-blue-active:active, .ol-light-blue-hover:hover {
    outline-color: #dbe4ff !important
}

.ol-light-blue-focus:focus {
    outline-color: #dbe4ff !important
}

.ol-minor-blue, .ol-minor-blue-active:active, .ol-minor-blue-hover:hover {
    outline-color: #8fabff !important
}

.ol-minor-blue-focus:focus {
    outline-color: #8fabff !important
}

.ol-sat-blue, .ol-sat-blue-active:active, .ol-sat-blue-hover:hover {
    outline-color: #0f4bff !important
}

.ol-sat-blue-focus:focus {
    outline-color: #0f4bff !important
}

.ol-dark-blue, .ol-dark-blue-active:active, .ol-dark-blue-hover:hover {
    outline-color: #0037db !important
}

.ol-dark-blue-focus:focus {
    outline-color: #0037db !important
}

.ol-teal, .ol-teal-active:active, .ol-teal-hover:hover {
    outline-color: #1ac7c7 !important
}

.ol-teal-focus:focus {
    outline-color: #1ac7c7 !important
}

.ol-light-teal, .ol-light-teal-active:active, .ol-light-teal-hover:hover {
    outline-color: #a0f3f3 !important
}

.ol-light-teal-focus:focus {
    outline-color: #a0f3f3 !important
}

.ol-minor-teal, .ol-minor-teal-active:active, .ol-minor-teal-hover:hover {
    outline-color: #2fe4e4 !important
}

.ol-minor-teal-focus:focus {
    outline-color: #2fe4e4 !important
}

.ol-sat-teal, .ol-sat-teal-active:active, .ol-sat-teal-hover:hover {
    outline-color: #118383 !important
}

.ol-sat-teal-focus:focus {
    outline-color: #118383 !important
}

.ol-dark-teal, .ol-dark-teal-active:active, .ol-dark-teal-hover:hover {
    outline-color: #0b5656 !important
}

.ol-dark-teal-focus:focus {
    outline-color: #0b5656 !important
}

.ol-cyan, .ol-cyan-active:active, .ol-cyan-hover:hover {
    outline-color: #94b6ff !important
}

.ol-cyan-focus:focus {
    outline-color: #94b6ff !important
}

.ol-light-cyan, .ol-light-cyan-active:active, .ol-light-cyan-hover:hover {
    outline-color: #e0eaff !important
}

.ol-light-cyan-focus:focus {
    outline-color: #e0eaff !important
}

.ol-minor-cyan, .ol-minor-cyan-active:active, .ol-minor-cyan-hover:hover {
    outline-color: #c7d9ff !important
}

.ol-minor-cyan-focus:focus {
    outline-color: #c7d9ff !important
}

.ol-sat-cyan, .ol-sat-cyan-active:active, .ol-sat-cyan-hover:hover {
    outline-color: #4782ff !important
}

.ol-sat-cyan-focus:focus {
    outline-color: #4782ff !important
}

.ol-dark-cyan, .ol-dark-cyan-active:active, .ol-dark-cyan-hover:hover {
    outline-color: #145fff !important
}

.ol-dark-cyan-focus:focus {
    outline-color: #145fff !important
}

.ol-cobalt, .ol-cobalt-active:active, .ol-cobalt-hover:hover {
    outline-color: #0048ad !important
}

.ol-cobalt-focus:focus {
    outline-color: #0048ad !important
}

.ol-light-cobalt, .ol-light-cobalt-active:active, .ol-light-cobalt-hover:hover {
    outline-color: #94c1ff !important
}

.ol-light-cobalt-focus:focus {
    outline-color: #94c1ff !important
}

.ol-minor-cobalt, .ol-minor-cobalt-active:active, .ol-minor-cobalt-hover:hover {
    outline-color: #0068fa !important
}

.ol-minor-cobalt-focus:focus {
    outline-color: #0068fa !important
}

.ol-sat-cobalt, .ol-sat-cobalt-active:active, .ol-sat-cobalt-hover:hover {
    outline-color: #002861 !important
}

.ol-sat-cobalt-focus:focus {
    outline-color: #002861 !important
}

.ol-dark-cobalt, .ol-dark-cobalt-active:active, .ol-dark-cobalt-hover:hover {
    outline-color: #00132e !important
}

.ol-dark-cobalt-focus:focus {
    outline-color: #00132e !important
}

.ol-indigo, .ol-indigo-active:active, .ol-indigo-hover:hover {
    outline-color: #6500a8 !important
}

.ol-indigo-focus:focus {
    outline-color: #6500a8 !important
}

.ol-light-indigo, .ol-light-indigo-active:active, .ol-light-indigo-hover:hover {
    outline-color: #d28fff !important
}

.ol-light-indigo-focus:focus {
    outline-color: #d28fff !important
}

.ol-minor-indigo, .ol-minor-indigo-active:active, .ol-minor-indigo-hover:hover {
    outline-color: #9300f5 !important
}

.ol-minor-indigo-focus:focus {
    outline-color: #9300f5 !important
}

.ol-sat-indigo, .ol-sat-indigo-active:active, .ol-sat-indigo-hover:hover {
    outline-color: #37005c !important
}

.ol-sat-indigo-focus:focus {
    outline-color: #37005c !important
}

.ol-dark-indigo, .ol-dark-indigo-active:active, .ol-dark-indigo-hover:hover {
    outline-color: #180029 !important
}

.ol-dark-indigo-focus:focus {
    outline-color: #180029 !important
}

.ol-almost, .ol-almost-active:active, .ol-almost-hover:hover {
    outline-color: #692ced !important
}

.ol-almost-focus:focus {
    outline-color: #692ced !important
}

.ol-light-almost, .ol-light-almost-active:active, .ol-light-almost-hover:hover {
    outline-color: #cdb9f9 !important
}

.ol-light-almost-focus:focus {
    outline-color: #cdb9f9 !important
}

.ol-minor-almost, .ol-minor-almost-active:active, .ol-minor-almost-hover:hover {
    outline-color: #9b72f3 !important
}

.ol-minor-almost-focus:focus {
    outline-color: #9b72f3 !important
}

.ol-sat-almost, .ol-sat-almost-active:active, .ol-sat-almost-hover:hover {
    outline-color: #4710bc !important
}

.ol-sat-almost-focus:focus {
    outline-color: #4710bc !important
}

.ol-dark-almost, .ol-dark-almost-active:active, .ol-dark-almost-hover:hover {
    outline-color: #350c8d !important
}

.ol-dark-almost-focus:focus {
    outline-color: #350c8d !important
}

.ol-violet, .ol-violet-active:active, .ol-violet-hover:hover {
    outline-color: #ee81ee !important
}

.ol-violet-focus:focus {
    outline-color: #ee81ee !important
}

.ol-light-violet, .ol-light-violet-active:active, .ol-light-violet-hover:hover {
    outline-color: #fadbfa !important
}

.ol-light-violet-focus:focus {
    outline-color: #fadbfa !important
}

.ol-minor-violet, .ol-minor-violet-active:active, .ol-minor-violet-hover:hover {
    outline-color: #f4aef4 !important
}

.ol-minor-violet-focus:focus {
    outline-color: #f4aef4 !important
}

.ol-sat-violet, .ol-sat-violet-active:active, .ol-sat-violet-hover:hover {
    outline-color: #e53ee5 !important
}

.ol-sat-violet-focus:focus {
    outline-color: #e53ee5 !important
}

.ol-dark-violet, .ol-dark-violet-active:active, .ol-dark-violet-hover:hover {
    outline-color: #d31dd3 !important
}

.ol-dark-violet-focus:focus {
    outline-color: #d31dd3 !important
}

.ol-pink, .ol-pink-active:active, .ol-pink-hover:hover {
    outline-color: #ffc2cc !important
}

.ol-pink-focus:focus {
    outline-color: #ffc2cc !important
}

.ol-light-pink, .ol-light-pink-active:active, .ol-light-pink-hover:hover {
    outline-color: #fff5f7 !important
}

.ol-light-pink-focus:focus {
    outline-color: #fff5f7 !important
}

.ol-minor-pink, .ol-minor-pink-active:active, .ol-minor-pink-hover:hover {
    outline-color: #ffdbe1 !important
}

.ol-minor-pink-focus:focus {
    outline-color: #ffdbe1 !important
}

.ol-sat-pink, .ol-sat-pink-active:active, .ol-sat-pink-hover:hover {
    outline-color: #ff758c !important
}

.ol-sat-pink-focus:focus {
    outline-color: #ff758c !important
}

.ol-dark-pink, .ol-dark-pink-active:active, .ol-dark-pink-hover:hover {
    outline-color: #ff4262 !important
}

.ol-dark-pink-focus:focus {
    outline-color: #ff4262 !important
}

.ol-magenta, .ol-magenta-active:active, .ol-magenta-hover:hover {
    outline-color: #f0f !important
}

.ol-magenta-focus:focus {
    outline-color: #f0f !important
}

.ol-light-magenta, .ol-light-magenta-active:active, .ol-light-magenta-hover:hover {
    outline-color: #fcf !important
}

.ol-light-magenta-focus:focus {
    outline-color: #fcf !important
}

.ol-minor-magenta, .ol-minor-magenta-active:active, .ol-minor-magenta-hover:hover {
    outline-color: #ff80ff !important
}

.ol-minor-magenta-focus:focus {
    outline-color: #ff80ff !important
}

.ol-sat-magenta, .ol-sat-magenta-active:active, .ol-sat-magenta-hover:hover {
    outline-color: #b300b3 !important
}

.ol-sat-magenta-focus:focus {
    outline-color: #b300b3 !important
}

.ol-dark-magenta, .ol-dark-magenta-active:active, .ol-dark-magenta-hover:hover {
    outline-color: purple !important
}

.ol-dark-magenta-focus:focus {
    outline-color: purple !important
}

.ol-crimson, .ol-crimson-active:active, .ol-crimson-hover:hover {
    outline-color: #dd0e37 !important
}

.ol-crimson-focus:focus {
    outline-color: #dd0e37 !important
}

.ol-light-crimson, .ol-light-crimson-active:active, .ol-light-crimson-hover:hover {
    outline-color: #fcd4dc !important
}

.ol-light-crimson-focus:focus {
    outline-color: #fcd4dc !important
}

.ol-minor-crimson, .ol-minor-crimson-active:active, .ol-minor-crimson-hover:hover {
    outline-color: #f55c7b !important
}

.ol-minor-crimson-focus:focus {
    outline-color: #f55c7b !important
}

.ol-sat-crimson, .ol-sat-crimson-active:active, .ol-sat-crimson-hover:hover {
    outline-color: #950925 !important
}

.ol-sat-crimson-focus:focus {
    outline-color: #950925 !important
}

.ol-dark-crimson, .ol-dark-crimson-active:active, .ol-dark-crimson-hover:hover {
    outline-color: #650619 !important
}

.ol-dark-crimson-focus:focus {
    outline-color: #650619 !important
}

.ol-red, .ol-red-active:active, .ol-red-hover:hover {
    outline-color: red !important
}

.ol-red-focus:focus {
    outline-color: red !important
}

.ol-light-red, .ol-light-red-active:active, .ol-light-red-hover:hover {
    outline-color: #ffb3b3 !important
}

.ol-light-red-focus:focus {
    outline-color: #ffb3b3 !important
}

.ol-minor-red, .ol-minor-red-active:active, .ol-minor-red-hover:hover {
    outline-color: #f66 !important
}

.ol-minor-red-focus:focus {
    outline-color: #f66 !important
}

.ol-sat-red, .ol-sat-red-active:active, .ol-sat-red-hover:hover {
    outline-color: #b30000 !important
}

.ol-sat-red-focus:focus {
    outline-color: #b30000 !important
}

.ol-dark-red, .ol-dark-red-active:active, .ol-dark-red-hover:hover {
    outline-color: maroon !important
}

.ol-dark-red-focus:focus {
    outline-color: maroon !important
}

.ol-clown, .ol-clown-active:active, .ol-clown-hover:hover {
    outline-color: #ff6e66 !important
}

.ol-clown-focus:focus {
    outline-color: #ff6e66 !important
}

.ol-light-clown, .ol-light-clown-active:active, .ol-light-clown-hover:hover {
    outline-color: #ffe7e5 !important
}

.ol-light-clown-focus:focus {
    outline-color: #ffe7e5 !important
}

.ol-minor-clown, .ol-minor-clown-active:active, .ol-minor-clown-hover:hover {
    outline-color: #ffb6b3 !important
}

.ol-minor-clown-focus:focus {
    outline-color: #ffb6b3 !important
}

.ol-sat-clown, .ol-sat-clown-active:active, .ol-sat-clown-hover:hover {
    outline-color: #ff251a !important
}

.ol-sat-clown-focus:focus {
    outline-color: #ff251a !important
}

.ol-dark-clown, .ol-dark-clown-active:active, .ol-dark-clown-hover:hover {
    outline-color: #e60b00 !important
}

.ol-dark-clown-focus:focus {
    outline-color: #e60b00 !important
}

.ol-orange, .ol-orange-active:active, .ol-orange-hover:hover {
    outline-color: #ffa600 !important
}

.ol-orange-focus:focus {
    outline-color: #ffa600 !important
}

.ol-light-orange, .ol-light-orange-active:active, .ol-light-orange-hover:hover {
    outline-color: #ffedcc !important
}

.ol-light-orange-focus:focus {
    outline-color: #ffedcc !important
}

.ol-minor-orange, .ol-minor-orange-active:active, .ol-minor-orange-hover:hover {
    outline-color: #ffd280 !important
}

.ol-minor-orange-focus:focus {
    outline-color: #ffd280 !important
}

.ol-sat-orange, .ol-sat-orange-active:active, .ol-sat-orange-hover:hover {
    outline-color: #b37400 !important
}

.ol-sat-orange-focus:focus {
    outline-color: #b37400 !important
}

.ol-dark-orange, .ol-dark-orange-active:active, .ol-dark-orange-hover:hover {
    outline-color: #805300 !important
}

.ol-dark-orange-focus:focus {
    outline-color: #805300 !important
}

.ol-amber, .ol-amber-active:active, .ol-amber-hover:hover {
    outline-color: #ffc929 !important
}

.ol-amber-focus:focus {
    outline-color: #ffc929 !important
}

.ol-light-amber, .ol-light-amber-active:active, .ol-light-amber-hover:hover {
    outline-color: #ffe38f !important
}

.ol-light-amber-focus:focus {
    outline-color: #ffe38f !important
}

.ol-minor-amber, .ol-minor-amber-active:active, .ol-minor-amber-hover:hover {
    outline-color: #ffd65c !important
}

.ol-minor-amber-focus:focus {
    outline-color: #ffd65c !important
}

.ol-sat-amber, .ol-sat-amber-active:active, .ol-sat-amber-hover:hover {
    outline-color: #dba400 !important
}

.ol-sat-amber-focus:focus {
    outline-color: #dba400 !important
}

.ol-dark-amber, .ol-dark-amber-active:active, .ol-dark-amber-hover:hover {
    outline-color: #a87e00 !important
}

.ol-dark-amber-focus:focus {
    outline-color: #a87e00 !important
}

.ol-yellow, .ol-yellow-active:active, .ol-yellow-hover:hover {
    outline-color: #ffe95c !important
}

.ol-yellow-focus:focus {
    outline-color: #ffe95c !important
}

.ol-light-yellow, .ol-light-yellow-active:active, .ol-light-yellow-hover:hover {
    outline-color: #fffadb !important
}

.ol-light-yellow-focus:focus {
    outline-color: #fffadb !important
}

.ol-minor-yellow, .ol-minor-yellow-active:active, .ol-minor-yellow-hover:hover {
    outline-color: #fff3a8 !important
}

.ol-minor-yellow-focus:focus {
    outline-color: #fff3a8 !important
}

.ol-sat-yellow, .ol-sat-yellow-active:active, .ol-sat-yellow-hover:hover {
    outline-color: #ffdf0f !important
}

.ol-sat-yellow-focus:focus {
    outline-color: #ffdf0f !important
}

.ol-dark-yellow, .ol-dark-yellow-active:active, .ol-dark-yellow-hover:hover {
    outline-color: #dbbe00 !important
}

.ol-dark-yellow-focus:focus {
    outline-color: #dbbe00 !important
}

.ol-brown, .ol-brown-active:active, .ol-brown-hover:hover {
    outline-color: #c9763b !important
}

.ol-brown-focus:focus {
    outline-color: #c9763b !important
}

.ol-light-brown, .ol-light-brown-active:active, .ol-light-brown-hover:hover {
    outline-color: #eacab3 !important
}

.ol-light-brown-focus:focus {
    outline-color: #eacab3 !important
}

.ol-minor-brown, .ol-minor-brown-active:active, .ol-minor-brown-hover:hover {
    outline-color: #daa077 !important
}

.ol-minor-brown-focus:focus {
    outline-color: #daa077 !important
}

.ol-sat-brown, .ol-sat-brown-active:active, .ol-sat-brown-hover:hover {
    outline-color: #905327 !important
}

.ol-sat-brown-focus:focus {
    outline-color: #905327 !important
}

.ol-dark-brown, .ol-dark-brown-active:active, .ol-dark-brown-hover:hover {
    outline-color: #683c1d !important
}

.ol-dark-brown-focus:focus {
    outline-color: #683c1d !important
}

.ol-olive, .ol-olive-active:active, .ol-olive-hover:hover {
    outline-color: #a3a300 !important
}

.ol-olive-focus:focus {
    outline-color: #a3a300 !important
}

.ol-light-olive, .ol-light-olive-active:active, .ol-light-olive-hover:hover {
    outline-color: #ffff70 !important
}

.ol-light-olive-focus:focus {
    outline-color: #ffff70 !important
}

.ol-minor-olive, .ol-minor-olive-active:active, .ol-minor-olive-hover:hover {
    outline-color: #d6d600 !important
}

.ol-minor-olive-focus:focus {
    outline-color: #d6d600 !important
}

.ol-sat-olive, .ol-sat-olive-active:active, .ol-sat-olive-hover:hover {
    outline-color: #575700 !important
}

.ol-sat-olive-focus:focus {
    outline-color: #575700 !important
}

.ol-dark-olive, .ol-dark-olive-active:active, .ol-dark-olive-hover:hover {
    outline-color: #242400 !important
}

.ol-dark-olive-focus:focus {
    outline-color: #242400 !important
}

.ol-steel, .ol-steel-active:active, .ol-steel-hover:hover {
    outline-color: #7d92a6 !important
}

.ol-steel-focus:focus {
    outline-color: #7d92a6 !important
}

.ol-light-steel, .ol-light-steel-active:active, .ol-light-steel-hover:hover {
    outline-color: #d8dee4 !important
}

.ol-light-steel-focus:focus {
    outline-color: #d8dee4 !important
}

.ol-minor-steel, .ol-minor-steel-active:active, .ol-minor-steel-hover:hover {
    outline-color: #b9c5cf !important
}

.ol-minor-steel-focus:focus {
    outline-color: #b9c5cf !important
}

.ol-sat-steel, .ol-sat-steel-active:active, .ol-sat-steel-hover:hover {
    outline-color: #576c7f !important
}

.ol-sat-steel-focus:focus {
    outline-color: #576c7f !important
}

.ol-dark-steel, .ol-dark-steel-active:active, .ol-dark-steel-hover:hover {
    outline-color: #425261 !important
}

.ol-dark-steel-focus:focus {
    outline-color: #425261 !important
}

.ol-mauve, .ol-mauve-active:active, .ol-mauve-hover:hover {
    outline-color: #e0adff !important
}

.ol-mauve-focus:focus {
    outline-color: #e0adff !important
}

.ol-light-mauve, .ol-light-mauve-active:active, .ol-light-mauve-hover:hover {
    outline-color: #f7ebff !important
}

.ol-light-mauve-focus:focus {
    outline-color: #f7ebff !important
}

.ol-minor-mauve, .ol-minor-mauve-active:active, .ol-minor-mauve-hover:hover {
    outline-color: #ebccff !important
}

.ol-minor-mauve-focus:focus {
    outline-color: #ebccff !important
}

.ol-sat-mauve, .ol-sat-mauve-active:active, .ol-sat-mauve-hover:hover {
    outline-color: #c261ff !important
}

.ol-sat-mauve-focus:focus {
    outline-color: #c261ff !important
}

.ol-dark-mauve, .ol-dark-mauve-active:active, .ol-dark-mauve-hover:hover {
    outline-color: #af2eff !important
}

.ol-dark-mauve-focus:focus {
    outline-color: #af2eff !important
}

.ol-taupe, .ol-taupe-active:active, .ol-taupe-hover:hover {
    outline-color: #987f67 !important
}

.ol-taupe-focus:focus {
    outline-color: #987f67 !important
}

.ol-light-taupe, .ol-light-taupe-active:active, .ol-light-taupe-hover:hover {
    outline-color: #d6ccc2 !important
}

.ol-light-taupe-focus:focus {
    outline-color: #d6ccc2 !important
}

.ol-minor-taupe, .ol-minor-taupe-active:active, .ol-minor-taupe-hover:hover {
    outline-color: #bbaa9b !important
}

.ol-minor-taupe-focus:focus {
    outline-color: #bbaa9b !important
}

.ol-sat-taupe, .ol-sat-taupe-active:active, .ol-sat-taupe-hover:hover {
    outline-color: #6a5948 !important
}

.ol-sat-taupe-focus:focus {
    outline-color: #6a5948 !important
}

.ol-dark-taupe, .ol-dark-taupe-active:active, .ol-dark-taupe-hover:hover {
    outline-color: #4c3f34 !important
}

.ol-dark-taupe-focus:focus {
    outline-color: #4c3f34 !important
}

.ol-champagne, .ol-champagne-active:active, .ol-champagne-hover:hover {
    outline-color: #f7e6ca !important
}

.ol-champagne-focus:focus {
    outline-color: #f7e6ca !important
}

.ol-light-champagne, .ol-light-champagne-active:active, .ol-light-champagne-hover:hover {
    outline-color: #fefbf6 !important
}

.ol-light-champagne-focus:focus {
    outline-color: #fefbf6 !important
}

.ol-minor-champagne, .ol-minor-champagne-active:active, .ol-minor-champagne-hover:hover {
    outline-color: #faf0e0 !important
}

.ol-minor-champagne-focus:focus {
    outline-color: #faf0e0 !important
}

.ol-sat-champagne, .ol-sat-champagne-active:active, .ol-sat-champagne-hover:hover {
    outline-color: #edc687 !important
}

.ol-sat-champagne-focus:focus {
    outline-color: #edc687 !important
}

.ol-dark-champagne, .ol-dark-champagne-active:active, .ol-dark-champagne-hover:hover {
    outline-color: #e6b15b !important
}

.ol-dark-champagne-focus:focus {
    outline-color: #e6b15b !important
}

.ol-khaki, .ol-khaki-active:active, .ol-khaki-hover:hover {
    outline-color: #d5c58b !important
}

.ol-khaki-focus:focus {
    outline-color: #d5c58b !important
}

.ol-light-khaki, .ol-light-khaki-active:active, .ol-light-khaki-hover:hover {
    outline-color: #f7f4e9 !important
}

.ol-light-khaki-focus:focus {
    outline-color: #f7f4e9 !important
}

.ol-minor-khaki, .ol-minor-khaki-active:active, .ol-minor-khaki-hover:hover {
    outline-color: #e9e1c3 !important
}

.ol-minor-khaki-focus:focus {
    outline-color: #e9e1c3 !important
}

.ol-sat-khaki, .ol-sat-khaki-active:active, .ol-sat-khaki-hover:hover {
    outline-color: #c1a953 !important
}

.ol-sat-khaki-focus:focus {
    outline-color: #c1a953 !important
}

.ol-dark-khaki, .ol-dark-khaki-active:active, .ol-dark-khaki-hover:hover {
    outline-color: #a58e3b !important
}

.ol-dark-khaki-focus:focus {
    outline-color: #a58e3b !important
}

.ol-charcoal, .ol-charcoal-active:active, .ol-charcoal-hover:hover {
    outline-color: #999 !important
}

.ol-charcoal-focus:focus {
    outline-color: #999 !important
}

.ol-light-charcoal, .ol-light-charcoal-active:active, .ol-light-charcoal-hover:hover {
    outline-color: #e6e6e6 !important
}

.ol-light-charcoal-focus:focus {
    outline-color: #e6e6e6 !important
}

.ol-minor-charcoal, .ol-minor-charcoal-active:active, .ol-minor-charcoal-hover:hover {
    outline-color: #ccc !important
}

.ol-minor-charcoal-focus:focus {
    outline-color: #ccc !important
}

.ol-sat-charcoal, .ol-sat-charcoal-active:active, .ol-sat-charcoal-hover:hover {
    outline-color: #737373 !important
}

.ol-sat-charcoal-focus:focus {
    outline-color: #737373 !important
}

.ol-dark-charcoal, .ol-dark-charcoal-active:active, .ol-dark-charcoal-hover:hover {
    outline-color: #595959 !important
}

.ol-dark-charcoal-focus:focus {
    outline-color: #595959 !important
}

.ol-bronze, .ol-bronze-active:active, .ol-bronze-hover:hover {
    outline-color: #e48f3f !important
}

.ol-bronze-focus:focus {
    outline-color: #e48f3f !important
}

.ol-light-bronze, .ol-light-bronze-active:active, .ol-light-bronze-hover:hover {
    outline-color: #f7ddc5 !important
}

.ol-light-bronze-focus:focus {
    outline-color: #f7ddc5 !important
}

.ol-minor-bronze, .ol-minor-bronze-active:active, .ol-minor-bronze-hover:hover {
    outline-color: #edb682 !important
}

.ol-minor-bronze-focus:focus {
    outline-color: #edb682 !important
}

.ol-sat-bronze, .ol-sat-bronze-active:active, .ol-sat-bronze-hover:hover {
    outline-color: #bb681b !important
}

.ol-sat-bronze-focus:focus {
    outline-color: #bb681b !important
}

.ol-dark-bronze, .ol-dark-bronze-active:active, .ol-dark-bronze-hover:hover {
    outline-color: #8f5014 !important
}

.ol-dark-bronze-focus:focus {
    outline-color: #8f5014 !important
}

.ol-windstorm, .ol-windstorm-active:active, .ol-windstorm-hover:hover {
    outline-color: #7a9fd6 !important
}

.ol-windstorm-focus:focus {
    outline-color: #7a9fd6 !important
}

.ol-light-windstorm, .ol-light-windstorm-active:active, .ol-light-windstorm-hover:hover {
    outline-color: #e4ebf7 !important
}

.ol-light-windstorm-focus:focus {
    outline-color: #e4ebf7 !important
}

.ol-minor-windstorm, .ol-minor-windstorm-active:active, .ol-minor-windstorm-hover:hover {
    outline-color: #b5c9e8 !important
}

.ol-minor-windstorm-focus:focus {
    outline-color: #b5c9e8 !important
}

.ol-sat-windstorm, .ol-sat-windstorm-active:active, .ol-sat-windstorm-hover:hover {
    outline-color: #4075c4 !important
}

.ol-sat-windstorm-focus:focus {
    outline-color: #4075c4 !important
}

.ol-dark-windstorm, .ol-dark-windstorm-active:active, .ol-dark-windstorm-hover:hover {
    outline-color: #315da0 !important
}

.ol-dark-windstorm-focus:focus {
    outline-color: #315da0 !important
}

.ol-nude, .ol-nude-active:active, .ol-nude-hover:hover {
    outline-color: #f7d8bb !important
}

.ol-nude-focus:focus {
    outline-color: #f7d8bb !important
}

.ol-light-nude, .ol-light-nude-active:active, .ol-light-nude-hover:hover {
    outline-color: #fdf7f1 !important
}

.ol-light-nude-focus:focus {
    outline-color: #fdf7f1 !important
}

.ol-minor-nude, .ol-minor-nude-active:active, .ol-minor-nude-hover:hover {
    outline-color: #fbeada !important
}

.ol-minor-nude-focus:focus {
    outline-color: #fbeada !important
}

.ol-sat-nude, .ol-sat-nude-active:active, .ol-sat-nude-hover:hover {
    outline-color: #efb076 !important
}

.ol-sat-nude-focus:focus {
    outline-color: #efb076 !important
}

.ol-dark-nude, .ol-dark-nude-active:active, .ol-dark-nude-hover:hover {
    outline-color: #ea9648 !important
}

.ol-dark-nude-focus:focus {
    outline-color: #ea9648 !important
}

.ol-terracotta, .ol-terracotta-active:active, .ol-terracotta-hover:hover {
    outline-color: #e35235 !important
}

.ol-terracotta-focus:focus {
    outline-color: #e35235 !important
}

.ol-light-terracotta, .ol-light-terracotta-active:active, .ol-light-terracotta-hover:hover {
    outline-color: #f6c5bc !important
}

.ol-light-terracotta-focus:focus {
    outline-color: #f6c5bc !important
}

.ol-minor-terracotta, .ol-minor-terracotta-active:active, .ol-minor-terracotta-hover:hover {
    outline-color: #ed8c78 !important
}

.ol-minor-terracotta-focus:focus {
    outline-color: #ed8c78 !important
}

.ol-sat-terracotta, .ol-sat-terracotta-active:active, .ol-sat-terracotta-hover:hover {
    outline-color: #b43218 !important
}

.ol-sat-terracotta-focus:focus {
    outline-color: #b43218 !important
}

.ol-dark-terracotta, .ol-dark-terracotta-active:active, .ol-dark-terracotta-hover:hover {
    outline-color: #872612 !important
}

.ol-dark-terracotta-focus:focus {
    outline-color: #872612 !important
}

.ol-coral, .ol-coral-active:active, .ol-coral-hover:hover {
    outline-color: #ff8457 !important
}

.ol-coral-focus:focus {
    outline-color: #ff8457 !important
}

.ol-light-coral, .ol-light-coral-active:active, .ol-light-coral-hover:hover {
    outline-color: #ffe1d6 !important
}

.ol-light-coral-focus:focus {
    outline-color: #ffe1d6 !important
}

.ol-minor-coral, .ol-minor-coral-active:active, .ol-minor-coral-hover:hover {
    outline-color: #ffbca3 !important
}

.ol-minor-coral-focus:focus {
    outline-color: #ffbca3 !important
}

.ol-sat-coral, .ol-sat-coral-active:active, .ol-sat-coral-hover:hover {
    outline-color: #ff4b0a !important
}

.ol-sat-coral-focus:focus {
    outline-color: #ff4b0a !important
}

.ol-dark-coral, .ol-dark-coral-active:active, .ol-dark-coral-hover:hover {
    outline-color: #d63900 !important
}

.ol-dark-coral-focus:focus {
    outline-color: #d63900 !important
}

.ol-army, .ol-army-active:active, .ol-army-hover:hover {
    outline-color: #5f6732 !important
}

.ol-army-focus:focus {
    outline-color: #5f6732 !important
}

.ol-light-army, .ol-light-army-active:active, .ol-light-army-hover:hover {
    outline-color: #ced5aa !important
}

.ol-light-army-focus:focus {
    outline-color: #ced5aa !important
}

.ol-minor-army, .ol-minor-army-active:active, .ol-minor-army-hover:hover {
    outline-color: #94a14f !important
}

.ol-minor-army-focus:focus {
    outline-color: #94a14f !important
}

.ol-sat-army, .ol-sat-army-active:active, .ol-sat-army-hover:hover {
    outline-color: #2f3319 !important
}

.ol-sat-army-focus:focus {
    outline-color: #2f3319 !important
}

.ol-dark-army, .ol-dark-army-active:active, .ol-dark-army-hover:hover {
    outline-color: #101108 !important
}

.ol-dark-army-focus:focus {
    outline-color: #101108 !important
}

.ol-seashell, .ol-seashell-active:active, .ol-seashell-hover:hover {
    outline-color: #fff0e5 !important
}

.ol-seashell-focus:focus {
    outline-color: #fff0e5 !important
}

.ol-light-seashell, .ol-light-seashell-active:active, .ol-light-seashell-hover:hover {
    outline-color: #fff9f5 !important
}

.ol-light-seashell-focus:focus {
    outline-color: #fff9f5 !important
}

.ol-minor-seashell, .ol-minor-seashell-active:active, .ol-minor-seashell-hover:hover {
    outline-color: #fff6f0 !important
}

.ol-minor-seashell-focus:focus {
    outline-color: #fff6f0 !important
}

.ol-sat-seashell, .ol-sat-seashell-active:active, .ol-sat-seashell-hover:hover {
    outline-color: #ffc499 !important
}

.ol-sat-seashell-focus:focus {
    outline-color: #ffc499 !important
}

.ol-dark-seashell, .ol-dark-seashell-active:active, .ol-dark-seashell-hover:hover {
    outline-color: #ffa666 !important
}

.ol-dark-seashell-focus:focus {
    outline-color: #ffa666 !important
}

.ol-sand, .ol-sand-active:active, .ol-sand-hover:hover {
    outline-color: #f1e0ac !important
}

.ol-sand-focus:focus {
    outline-color: #f1e0ac !important
}

.ol-light-sand, .ol-light-sand-active:active, .ol-light-sand-hover:hover {
    outline-color: #fcf8ee !important
}

.ol-light-sand-focus:focus {
    outline-color: #fcf8ee !important
}

.ol-minor-sand, .ol-minor-sand-active:active, .ol-minor-sand-hover:hover {
    outline-color: #f6ebcb !important
}

.ol-minor-sand-focus:focus {
    outline-color: #f6ebcb !important
}

.ol-sat-sand, .ol-sat-sand-active:active, .ol-sat-sand-hover:hover {
    outline-color: #e6c76b !important
}

.ol-sat-sand-focus:focus {
    outline-color: #e6c76b !important
}

.ol-dark-sand, .ol-dark-sand-active:active, .ol-dark-sand-hover:hover {
    outline-color: #deb73f !important
}

.ol-dark-sand-focus:focus {
    outline-color: #deb73f !important
}

.before-bg-black:before {
    background: #000 !important
}

.before-fg-black:before {
    color: #000 !important
}

.before-bd-black:before {
    border-color: #000 !important
}

.after-bg-black:after {
    background: #000 !important
}

.after-fg-black:after {
    color: #000 !important
}

.after-bd-black:after {
    border-color: #000 !important
}

.before-bg-white:before {
    background: #fff !important
}

.before-fg-white:before {
    color: #fff !important
}

.before-bd-white:before {
    border-color: #fff !important
}

.after-bg-white:after {
    background: #fff !important
}

.after-fg-white:after {
    color: #fff !important
}

.after-bd-white:after {
    border-color: #fff !important
}

.before-bg-dark:before {
    background: #1d1d1d !important
}

.before-fg-dark:before {
    color: #1d1d1d !important
}

.before-bd-dark:before {
    border-color: #1d1d1d !important
}

.after-bg-dark:after {
    background: #1d1d1d !important
}

.after-fg-dark:after {
    color: #1d1d1d !important
}

.after-bd-dark:after {
    border-color: #1d1d1d !important
}

.before-bg-light:before {
    background: #f8f8f8 !important
}

.before-fg-light:before {
    color: #f8f8f8 !important
}

.before-bd-light:before {
    border-color: #f8f8f8 !important
}

.after-bg-light:after {
    background: #f8f8f8 !important
}

.after-fg-light:after {
    color: #f8f8f8 !important
}

.after-bd-light:after {
    border-color: #f8f8f8 !important
}

.before-bg-gray:before {
    background: #ccc !important
}

.before-fg-gray:before {
    color: #ccc !important
}

.before-bd-gray:before {
    border-color: #ccc !important
}

.after-bg-gray:after {
    background: #ccc !important
}

.after-fg-gray:after {
    color: #ccc !important
}

.after-bd-gray:after {
    border-color: #ccc !important
}

.before-bg-gray-blue:before {
    background: #6b8aa8 !important
}

.before-fg-gray-blue:before {
    color: #6b8aa8 !important
}

.before-bd-gray-blue:before {
    border-color: #6b8aa8 !important
}

.after-bg-gray-blue:after {
    background: #6b8aa8 !important
}

.after-fg-gray-blue:after {
    color: #6b8aa8 !important
}

.after-bd-gray-blue:after {
    border-color: #6b8aa8 !important
}

.before-bg-gray-white:before {
    background: #f5f5f5 !important
}

.before-fg-gray-white:before {
    color: #f5f5f5 !important
}

.before-bd-gray-white:before {
    border-color: #f5f5f5 !important
}

.after-bg-gray-white:after {
    background: #f5f5f5 !important
}

.after-fg-gray-white:after {
    color: #f5f5f5 !important
}

.after-bd-gray-white:after {
    border-color: #f5f5f5 !important
}

.before-bg-gray-mouse:before {
    background: #576c75 !important
}

.before-fg-gray-mouse:before {
    color: #576c75 !important
}

.before-bd-gray-mouse:before {
    border-color: #576c75 !important
}

.after-bg-gray-mouse:after {
    background: #576c75 !important
}

.after-fg-gray-mouse:after {
    color: #576c75 !important
}

.after-bd-gray-mouse:after {
    border-color: #576c75 !important
}

.before-bg-lime:before {
    background: #aefd6d !important
}

.before-fg-lime:before {
    color: #aefd6d !important
}

.before-bd-lime:before {
    border-color: #aefd6d !important
}

.after-bg-lime:after {
    background: #aefd6d !important
}

.after-fg-lime:after {
    color: #aefd6d !important
}

.after-bd-lime:after {
    border-color: #aefd6d !important
}

.before-bg-green:before {
    background: #00b300 !important
}

.before-fg-green:before {
    color: #00b300 !important
}

.before-bd-green:before {
    border-color: #00b300 !important
}

.after-bg-green:after {
    background: #00b300 !important
}

.after-fg-green:after {
    color: #00b300 !important
}

.after-bd-green:after {
    border-color: #00b300 !important
}

.before-bg-emerald:before {
    background: #51c878 !important
}

.before-fg-emerald:before {
    color: #51c878 !important
}

.before-bd-emerald:before {
    border-color: #51c878 !important
}

.after-bg-emerald:after {
    background: #51c878 !important
}

.after-fg-emerald:after {
    color: #51c878 !important
}

.after-bd-emerald:after {
    border-color: #51c878 !important
}

.before-bg-blue:before {
    background: #5c85ff !important
}

.before-fg-blue:before {
    color: #5c85ff !important
}

.before-bd-blue:before {
    border-color: #5c85ff !important
}

.after-bg-blue:after {
    background: #5c85ff !important
}

.after-fg-blue:after {
    color: #5c85ff !important
}

.after-bd-blue:after {
    border-color: #5c85ff !important
}

.before-bg-teal:before {
    background: #1ac7c7 !important
}

.before-fg-teal:before {
    color: #1ac7c7 !important
}

.before-bd-teal:before {
    border-color: #1ac7c7 !important
}

.after-bg-teal:after {
    background: #1ac7c7 !important
}

.after-fg-teal:after {
    color: #1ac7c7 !important
}

.after-bd-teal:after {
    border-color: #1ac7c7 !important
}

.before-bg-cyan:before {
    background: #94b6ff !important
}

.before-fg-cyan:before {
    color: #94b6ff !important
}

.before-bd-cyan:before {
    border-color: #94b6ff !important
}

.after-bg-cyan:after {
    background: #94b6ff !important
}

.after-fg-cyan:after {
    color: #94b6ff !important
}

.after-bd-cyan:after {
    border-color: #94b6ff !important
}

.before-bg-cobalt:before {
    background: #0048ad !important
}

.before-fg-cobalt:before {
    color: #0048ad !important
}

.before-bd-cobalt:before {
    border-color: #0048ad !important
}

.after-bg-cobalt:after {
    background: #0048ad !important
}

.after-fg-cobalt:after {
    color: #0048ad !important
}

.after-bd-cobalt:after {
    border-color: #0048ad !important
}

.before-bg-indigo:before {
    background: #6500a8 !important
}

.before-fg-indigo:before {
    color: #6500a8 !important
}

.before-bd-indigo:before {
    border-color: #6500a8 !important
}

.after-bg-indigo:after {
    background: #6500a8 !important
}

.after-fg-indigo:after {
    color: #6500a8 !important
}

.after-bd-indigo:after {
    border-color: #6500a8 !important
}

.before-bg-almost:before {
    background: #692ced !important
}

.before-fg-almost:before {
    color: #692ced !important
}

.before-bd-almost:before {
    border-color: #692ced !important
}

.after-bg-almost:after {
    background: #692ced !important
}

.after-fg-almost:after {
    color: #692ced !important
}

.after-bd-almost:after {
    border-color: #692ced !important
}

.before-bg-violet:before {
    background: #ee81ee !important
}

.before-fg-violet:before {
    color: #ee81ee !important
}

.before-bd-violet:before {
    border-color: #ee81ee !important
}

.after-bg-violet:after {
    background: #ee81ee !important
}

.after-fg-violet:after {
    color: #ee81ee !important
}

.after-bd-violet:after {
    border-color: #ee81ee !important
}

.before-bg-pink:before {
    background: #ffc2cc !important
}

.before-fg-pink:before {
    color: #ffc2cc !important
}

.before-bd-pink:before {
    border-color: #ffc2cc !important
}

.after-bg-pink:after {
    background: #ffc2cc !important
}

.after-fg-pink:after {
    color: #ffc2cc !important
}

.after-bd-pink:after {
    border-color: #ffc2cc !important
}

.before-bg-magenta:before {
    background: #f0f !important
}

.before-fg-magenta:before {
    color: #f0f !important
}

.before-bd-magenta:before {
    border-color: #f0f !important
}

.after-bg-magenta:after {
    background: #f0f !important
}

.after-fg-magenta:after {
    color: #f0f !important
}

.after-bd-magenta:after {
    border-color: #f0f !important
}

.before-bg-crimson:before {
    background: #dd0e37 !important
}

.before-fg-crimson:before {
    color: #dd0e37 !important
}

.before-bd-crimson:before {
    border-color: #dd0e37 !important
}

.after-bg-crimson:after {
    background: #dd0e37 !important
}

.after-fg-crimson:after {
    color: #dd0e37 !important
}

.after-bd-crimson:after {
    border-color: #dd0e37 !important
}

.before-bg-red:before {
    background: red !important
}

.before-fg-red:before {
    color: red !important
}

.before-bd-red:before {
    border-color: red !important
}

.after-bg-red:after {
    background: red !important
}

.after-fg-red:after {
    color: red !important
}

.after-bd-red:after {
    border-color: red !important
}

.before-bg-clown:before {
    background: #ff6e66 !important
}

.before-fg-clown:before {
    color: #ff6e66 !important
}

.before-bd-clown:before {
    border-color: #ff6e66 !important
}

.after-bg-clown:after {
    background: #ff6e66 !important
}

.after-fg-clown:after {
    color: #ff6e66 !important
}

.after-bd-clown:after {
    border-color: #ff6e66 !important
}

.before-bg-orange:before {
    background: #ffa600 !important
}

.before-fg-orange:before {
    color: #ffa600 !important
}

.before-bd-orange:before {
    border-color: #ffa600 !important
}

.after-bg-orange:after {
    background: #ffa600 !important
}

.after-fg-orange:after {
    color: #ffa600 !important
}

.after-bd-orange:after {
    border-color: #ffa600 !important
}

.before-bg-amber:before {
    background: #ffc929 !important
}

.before-fg-amber:before {
    color: #ffc929 !important
}

.before-bd-amber:before {
    border-color: #ffc929 !important
}

.after-bg-amber:after {
    background: #ffc929 !important
}

.after-fg-amber:after {
    color: #ffc929 !important
}

.after-bd-amber:after {
    border-color: #ffc929 !important
}

.before-bg-yellow:before {
    background: #ffe95c !important
}

.before-fg-yellow:before {
    color: #ffe95c !important
}

.before-bd-yellow:before {
    border-color: #ffe95c !important
}

.after-bg-yellow:after {
    background: #ffe95c !important
}

.after-fg-yellow:after {
    color: #ffe95c !important
}

.after-bd-yellow:after {
    border-color: #ffe95c !important
}

.before-bg-brown:before {
    background: #c9763b !important
}

.before-fg-brown:before {
    color: #c9763b !important
}

.before-bd-brown:before {
    border-color: #c9763b !important
}

.after-bg-brown:after {
    background: #c9763b !important
}

.after-fg-brown:after {
    color: #c9763b !important
}

.after-bd-brown:after {
    border-color: #c9763b !important
}

.before-bg-olive:before {
    background: #a3a300 !important
}

.before-fg-olive:before {
    color: #a3a300 !important
}

.before-bd-olive:before {
    border-color: #a3a300 !important
}

.after-bg-olive:after {
    background: #a3a300 !important
}

.after-fg-olive:after {
    color: #a3a300 !important
}

.after-bd-olive:after {
    border-color: #a3a300 !important
}

.before-bg-steel:before {
    background: #7d92a6 !important
}

.before-fg-steel:before {
    color: #7d92a6 !important
}

.before-bd-steel:before {
    border-color: #7d92a6 !important
}

.after-bg-steel:after {
    background: #7d92a6 !important
}

.after-fg-steel:after {
    color: #7d92a6 !important
}

.after-bd-steel:after {
    border-color: #7d92a6 !important
}

.before-bg-mauve:before {
    background: #e0adff !important
}

.before-fg-mauve:before {
    color: #e0adff !important
}

.before-bd-mauve:before {
    border-color: #e0adff !important
}

.after-bg-mauve:after {
    background: #e0adff !important
}

.after-fg-mauve:after {
    color: #e0adff !important
}

.after-bd-mauve:after {
    border-color: #e0adff !important
}

.before-bg-taupe:before {
    background: #987f67 !important
}

.before-fg-taupe:before {
    color: #987f67 !important
}

.before-bd-taupe:before {
    border-color: #987f67 !important
}

.after-bg-taupe:after {
    background: #987f67 !important
}

.after-fg-taupe:after {
    color: #987f67 !important
}

.after-bd-taupe:after {
    border-color: #987f67 !important
}

.before-bg-champagne:before {
    background: #f7e6ca !important
}

.before-fg-champagne:before {
    color: #f7e6ca !important
}

.before-bd-champagne:before {
    border-color: #f7e6ca !important
}

.after-bg-champagne:after {
    background: #f7e6ca !important
}

.after-fg-champagne:after {
    color: #f7e6ca !important
}

.after-bd-champagne:after {
    border-color: #f7e6ca !important
}

.before-bg-khaki:before {
    background: #d5c58b !important
}

.before-fg-khaki:before {
    color: #d5c58b !important
}

.before-bd-khaki:before {
    border-color: #d5c58b !important
}

.after-bg-khaki:after {
    background: #d5c58b !important
}

.after-fg-khaki:after {
    color: #d5c58b !important
}

.after-bd-khaki:after {
    border-color: #d5c58b !important
}

.before-bg-charcoal:before {
    background: #999 !important
}

.before-fg-charcoal:before {
    color: #999 !important
}

.before-bd-charcoal:before {
    border-color: #999 !important
}

.after-bg-charcoal:after {
    background: #999 !important
}

.after-fg-charcoal:after {
    color: #999 !important
}

.after-bd-charcoal:after {
    border-color: #999 !important
}

.before-bg-bronze:before {
    background: #e48f3f !important
}

.before-fg-bronze:before {
    color: #e48f3f !important
}

.before-bd-bronze:before {
    border-color: #e48f3f !important
}

.after-bg-bronze:after {
    background: #e48f3f !important
}

.after-fg-bronze:after {
    color: #e48f3f !important
}

.after-bd-bronze:after {
    border-color: #e48f3f !important
}

.before-bg-windstorm:before {
    background: #7a9fd6 !important
}

.before-fg-windstorm:before {
    color: #7a9fd6 !important
}

.before-bd-windstorm:before {
    border-color: #7a9fd6 !important
}

.after-bg-windstorm:after {
    background: #7a9fd6 !important
}

.after-fg-windstorm:after {
    color: #7a9fd6 !important
}

.after-bd-windstorm:after {
    border-color: #7a9fd6 !important
}

.before-bg-nude:before {
    background: #f7d8bb !important
}

.before-fg-nude:before {
    color: #f7d8bb !important
}

.before-bd-nude:before {
    border-color: #f7d8bb !important
}

.after-bg-nude:after {
    background: #f7d8bb !important
}

.after-fg-nude:after {
    color: #f7d8bb !important
}

.after-bd-nude:after {
    border-color: #f7d8bb !important
}

.before-bg-terracotta:before {
    background: #e35235 !important
}

.before-fg-terracotta:before {
    color: #e35235 !important
}

.before-bd-terracotta:before {
    border-color: #e35235 !important
}

.after-bg-terracotta:after {
    background: #e35235 !important
}

.after-fg-terracotta:after {
    color: #e35235 !important
}

.after-bd-terracotta:after {
    border-color: #e35235 !important
}

.before-bg-coral:before {
    background: #ff8457 !important
}

.before-fg-coral:before {
    color: #ff8457 !important
}

.before-bd-coral:before {
    border-color: #ff8457 !important
}

.after-bg-coral:after {
    background: #ff8457 !important
}

.after-fg-coral:after {
    color: #ff8457 !important
}

.after-bd-coral:after {
    border-color: #ff8457 !important
}

.before-bg-army:before {
    background: #5f6732 !important
}

.before-fg-army:before {
    color: #5f6732 !important
}

.before-bd-army:before {
    border-color: #5f6732 !important
}

.after-bg-army:after {
    background: #5f6732 !important
}

.after-fg-army:after {
    color: #5f6732 !important
}

.after-bd-army:after {
    border-color: #5f6732 !important
}

.before-bg-seashell:before {
    background: #fff0e5 !important
}

.before-fg-seashell:before {
    color: #fff0e5 !important
}

.before-bd-seashell:before {
    border-color: #fff0e5 !important
}

.after-bg-seashell:after {
    background: #fff0e5 !important
}

.after-fg-seashell:after {
    color: #fff0e5 !important
}

.after-bd-seashell:after {
    border-color: #fff0e5 !important
}

.before-bg-sand:before {
    background: #f1e0ac !important
}

.before-fg-sand:before {
    color: #f1e0ac !important
}

.before-bd-sand:before {
    border-color: #f1e0ac !important
}

.after-bg-sand:after {
    background: #f1e0ac !important
}

.after-fg-sand:after {
    color: #f1e0ac !important
}

.after-bd-sand:after {
    border-color: #f1e0ac !important
}

.before-bg-light-gray:before {
    background: #f2f2f2 !important
}

.before-fg-light-gray:before {
    color: #f2f2f2 !important
}

.before-bd-light-gray:before {
    border-color: #f2f2f2 !important
}

.after-bg-light-gray:after {
    background: #f2f2f2 !important
}

.after-fg-light-gray:after {
    color: #f2f2f2 !important
}

.after-bd-light-gray:after {
    border-color: #f2f2f2 !important
}

.before-bg-minor-gray:before {
    background: #dedede !important
}

.before-fg-minor-gray:before {
    color: #dedede !important
}

.before-bd-minor-gray:before {
    border-color: #dedede !important
}

.after-bg-minor-gray:after {
    background: #dedede !important
}

.after-fg-minor-gray:after {
    color: #dedede !important
}

.after-bd-minor-gray:after {
    border-color: #dedede !important
}

.before-bg-sat-gray:before {
    background: #a6a6a6 !important
}

.before-fg-sat-gray:before {
    color: #a6a6a6 !important
}

.before-bd-sat-gray:before {
    border-color: #a6a6a6 !important
}

.after-bg-sat-gray:after {
    background: #a6a6a6 !important
}

.after-fg-sat-gray:after {
    color: #a6a6a6 !important
}

.after-bd-sat-gray:after {
    border-color: #a6a6a6 !important
}

.before-bg-dark-gray:before {
    background: #8c8c8c !important
}

.before-fg-dark-gray:before {
    color: #8c8c8c !important
}

.before-bd-dark-gray:before {
    border-color: #8c8c8c !important
}

.after-bg-dark-gray:after {
    background: #8c8c8c !important
}

.after-fg-dark-gray:after {
    color: #8c8c8c !important
}

.after-bd-dark-gray:after {
    border-color: #8c8c8c !important
}

.before-bg-light-gray-blue:before {
    background: #ccd6e1 !important
}

.before-fg-light-gray-blue:before {
    color: #ccd6e1 !important
}

.before-bd-light-gray-blue:before {
    border-color: #ccd6e1 !important
}

.after-bg-light-gray-blue:after {
    background: #ccd6e1 !important
}

.after-fg-light-gray-blue:after {
    color: #ccd6e1 !important
}

.after-bd-light-gray-blue:after {
    border-color: #ccd6e1 !important
}

.before-bg-minor-gray-blue:before {
    background: #9bb0c5 !important
}

.before-fg-minor-gray-blue:before {
    color: #9bb0c5 !important
}

.before-bd-minor-gray-blue:before {
    border-color: #9bb0c5 !important
}

.after-bg-minor-gray-blue:after {
    background: #9bb0c5 !important
}

.after-fg-minor-gray-blue:after {
    color: #9bb0c5 !important
}

.after-bd-minor-gray-blue:after {
    border-color: #9bb0c5 !important
}

.before-bg-sat-gray-blue:before {
    background: #4a637d !important
}

.before-fg-sat-gray-blue:before {
    color: #4a637d !important
}

.before-bd-sat-gray-blue:before {
    border-color: #4a637d !important
}

.after-bg-sat-gray-blue:after {
    background: #4a637d !important
}

.after-fg-sat-gray-blue:after {
    color: #4a637d !important
}

.after-bd-sat-gray-blue:after {
    border-color: #4a637d !important
}

.before-bg-dark-gray-blue:before {
    background: #374a5d !important
}

.before-fg-dark-gray-blue:before {
    color: #374a5d !important
}

.before-bd-dark-gray-blue:before {
    border-color: #374a5d !important
}

.after-bg-dark-gray-blue:after {
    background: #374a5d !important
}

.after-fg-dark-gray-blue:after {
    color: #374a5d !important
}

.after-bd-dark-gray-blue:after {
    border-color: #374a5d !important
}

.before-bg-light-gray-mouse:before {
    background: #a7b7be !important
}

.before-fg-light-gray-mouse:before {
    color: #a7b7be !important
}

.before-bd-light-gray-mouse:before {
    border-color: #a7b7be !important
}

.after-bg-light-gray-mouse:after {
    background: #a7b7be !important
}

.after-fg-light-gray-mouse:after {
    color: #a7b7be !important
}

.after-bd-light-gray-mouse:after {
    border-color: #a7b7be !important
}

.before-bg-minor-gray-mouse:before {
    background: #7b939d !important
}

.before-fg-minor-gray-mouse:before {
    color: #7b939d !important
}

.before-bd-minor-gray-mouse:before {
    border-color: #7b939d !important
}

.after-bg-minor-gray-mouse:after {
    background: #7b939d !important
}

.after-fg-minor-gray-mouse:after {
    color: #7b939d !important
}

.after-bd-minor-gray-mouse:after {
    border-color: #7b939d !important
}

.before-bg-sat-gray-mouse:before {
    background: #364349 !important
}

.before-fg-sat-gray-mouse:before {
    color: #364349 !important
}

.before-bd-sat-gray-mouse:before {
    border-color: #364349 !important
}

.after-bg-sat-gray-mouse:after {
    background: #364349 !important
}

.after-fg-sat-gray-mouse:after {
    color: #364349 !important
}

.after-bd-sat-gray-mouse:after {
    border-color: #364349 !important
}

.before-bg-dark-gray-mouse:before {
    background: #21282c !important
}

.before-fg-dark-gray-mouse:before {
    color: #21282c !important
}

.before-bd-dark-gray-mouse:before {
    border-color: #21282c !important
}

.after-bg-dark-gray-mouse:after {
    background: #21282c !important
}

.after-fg-dark-gray-mouse:after {
    color: #21282c !important
}

.after-bd-dark-gray-mouse:after {
    border-color: #21282c !important
}

.before-bg-light-lime:before {
    background: #e6fed2 !important
}

.before-fg-light-lime:before {
    color: #e6fed2 !important
}

.before-bd-light-lime:before {
    border-color: #e6fed2 !important
}

.after-bg-light-lime:after {
    background: #e6fed2 !important
}

.after-fg-light-lime:after {
    color: #e6fed2 !important
}

.after-bd-light-lime:after {
    border-color: #e6fed2 !important
}

.before-bg-minor-lime:before {
    background: #cafea0 !important
}

.before-fg-minor-lime:before {
    color: #cafea0 !important
}

.before-bd-minor-lime:before {
    border-color: #cafea0 !important
}

.after-bg-minor-lime:after {
    background: #cafea0 !important
}

.after-fg-minor-lime:after {
    color: #cafea0 !important
}

.after-bd-minor-lime:after {
    border-color: #cafea0 !important
}

.before-bg-sat-lime:before {
    background: #84fc22 !important
}

.before-fg-sat-lime:before {
    color: #84fc22 !important
}

.before-bd-sat-lime:before {
    border-color: #84fc22 !important
}

.after-bg-sat-lime:after {
    background: #84fc22 !important
}

.after-fg-sat-lime:after {
    color: #84fc22 !important
}

.after-bd-sat-lime:after {
    border-color: #84fc22 !important
}

.before-bg-dark-lime:before {
    background: #6ae704 !important
}

.before-fg-dark-lime:before {
    color: #6ae704 !important
}

.before-bd-dark-lime:before {
    border-color: #6ae704 !important
}

.after-bg-dark-lime:after {
    background: #6ae704 !important
}

.after-fg-dark-lime:after {
    color: #6ae704 !important
}

.after-bd-dark-lime:after {
    border-color: #6ae704 !important
}

.before-bg-light-green:before {
    background: #9f9 !important
}

.before-fg-light-green:before {
    color: #9f9 !important
}

.before-bd-light-green:before {
    border-color: #9f9 !important
}

.after-bg-light-green:after {
    background: #9f9 !important
}

.after-fg-light-green:after {
    color: #9f9 !important
}

.after-bd-light-green:after {
    border-color: #9f9 !important
}

.before-bg-minor-green:before {
    background: #00e600 !important
}

.before-fg-minor-green:before {
    color: #00e600 !important
}

.before-bd-minor-green:before {
    border-color: #00e600 !important
}

.after-bg-minor-green:after {
    background: #00e600 !important
}

.after-fg-minor-green:after {
    color: #00e600 !important
}

.after-bd-minor-green:after {
    border-color: #00e600 !important
}

.before-bg-sat-green:before {
    background: #060 !important
}

.before-fg-sat-green:before {
    color: #060 !important
}

.before-bd-sat-green:before {
    border-color: #060 !important
}

.after-bg-sat-green:after {
    background: #060 !important
}

.after-fg-sat-green:after {
    color: #060 !important
}

.after-bd-sat-green:after {
    border-color: #060 !important
}

.before-bg-dark-green:before {
    background: #030 !important
}

.before-fg-dark-green:before {
    color: #030 !important
}

.before-bd-dark-green:before {
    border-color: #030 !important
}

.after-bg-dark-green:after {
    background: #030 !important
}

.after-fg-dark-green:after {
    color: #030 !important
}

.after-bd-dark-green:after {
    border-color: #030 !important
}

.before-bg-light-emerald:before {
    background: #c5edd2 !important
}

.before-fg-light-emerald:before {
    color: #c5edd2 !important
}

.before-bd-light-emerald:before {
    border-color: #c5edd2 !important
}

.after-bg-light-emerald:after {
    background: #c5edd2 !important
}

.after-fg-light-emerald:after {
    color: #c5edd2 !important
}

.after-bd-light-emerald:after {
    border-color: #c5edd2 !important
}

.before-bg-minor-emerald:before {
    background: #77d496 !important
}

.before-fg-minor-emerald:before {
    color: #77d496 !important
}

.before-bd-minor-emerald:before {
    border-color: #77d496 !important
}

.after-bg-minor-emerald:after {
    background: #77d496 !important
}

.after-fg-minor-emerald:after {
    color: #77d496 !important
}

.after-bd-minor-emerald:after {
    border-color: #77d496 !important
}

.before-bg-sat-emerald:before {
    background: #319b54 !important
}

.before-fg-sat-emerald:before {
    color: #319b54 !important
}

.before-bd-sat-emerald:before {
    border-color: #319b54 !important
}

.after-bg-sat-emerald:after {
    background: #319b54 !important
}

.after-fg-sat-emerald:after {
    color: #319b54 !important
}

.after-bd-sat-emerald:after {
    border-color: #319b54 !important
}

.before-bg-dark-emerald:before {
    background: #25743f !important
}

.before-fg-dark-emerald:before {
    color: #25743f !important
}

.before-bd-dark-emerald:before {
    border-color: #25743f !important
}

.after-bg-dark-emerald:after {
    background: #25743f !important
}

.after-fg-dark-emerald:after {
    color: #25743f !important
}

.after-bd-dark-emerald:after {
    border-color: #25743f !important
}

.before-bg-light-blue:before {
    background: #dbe4ff !important
}

.before-fg-light-blue:before {
    color: #dbe4ff !important
}

.before-bd-light-blue:before {
    border-color: #dbe4ff !important
}

.after-bg-light-blue:after {
    background: #dbe4ff !important
}

.after-fg-light-blue:after {
    color: #dbe4ff !important
}

.after-bd-light-blue:after {
    border-color: #dbe4ff !important
}

.before-bg-minor-blue:before {
    background: #8fabff !important
}

.before-fg-minor-blue:before {
    color: #8fabff !important
}

.before-bd-minor-blue:before {
    border-color: #8fabff !important
}

.after-bg-minor-blue:after {
    background: #8fabff !important
}

.after-fg-minor-blue:after {
    color: #8fabff !important
}

.after-bd-minor-blue:after {
    border-color: #8fabff !important
}

.before-bg-sat-blue:before {
    background: #0f4bff !important
}

.before-fg-sat-blue:before {
    color: #0f4bff !important
}

.before-bd-sat-blue:before {
    border-color: #0f4bff !important
}

.after-bg-sat-blue:after {
    background: #0f4bff !important
}

.after-fg-sat-blue:after {
    color: #0f4bff !important
}

.after-bd-sat-blue:after {
    border-color: #0f4bff !important
}

.before-bg-dark-blue:before {
    background: #0037db !important
}

.before-fg-dark-blue:before {
    color: #0037db !important
}

.before-bd-dark-blue:before {
    border-color: #0037db !important
}

.after-bg-dark-blue:after {
    background: #0037db !important
}

.after-fg-dark-blue:after {
    color: #0037db !important
}

.after-bd-dark-blue:after {
    border-color: #0037db !important
}

.before-bg-light-teal:before {
    background: #a0f3f3 !important
}

.before-fg-light-teal:before {
    color: #a0f3f3 !important
}

.before-bd-light-teal:before {
    border-color: #a0f3f3 !important
}

.after-bg-light-teal:after {
    background: #a0f3f3 !important
}

.after-fg-light-teal:after {
    color: #a0f3f3 !important
}

.after-bd-light-teal:after {
    border-color: #a0f3f3 !important
}

.before-bg-minor-teal:before {
    background: #2fe4e4 !important
}

.before-fg-minor-teal:before {
    color: #2fe4e4 !important
}

.before-bd-minor-teal:before {
    border-color: #2fe4e4 !important
}

.after-bg-minor-teal:after {
    background: #2fe4e4 !important
}

.after-fg-minor-teal:after {
    color: #2fe4e4 !important
}

.after-bd-minor-teal:after {
    border-color: #2fe4e4 !important
}

.before-bg-sat-teal:before {
    background: #118383 !important
}

.before-fg-sat-teal:before {
    color: #118383 !important
}

.before-bd-sat-teal:before {
    border-color: #118383 !important
}

.after-bg-sat-teal:after {
    background: #118383 !important
}

.after-fg-sat-teal:after {
    color: #118383 !important
}

.after-bd-sat-teal:after {
    border-color: #118383 !important
}

.before-bg-dark-teal:before {
    background: #0b5656 !important
}

.before-fg-dark-teal:before {
    color: #0b5656 !important
}

.before-bd-dark-teal:before {
    border-color: #0b5656 !important
}

.after-bg-dark-teal:after {
    background: #0b5656 !important
}

.after-fg-dark-teal:after {
    color: #0b5656 !important
}

.after-bd-dark-teal:after {
    border-color: #0b5656 !important
}

.before-bg-light-cyan:before {
    background: #e0eaff !important
}

.before-fg-light-cyan:before {
    color: #e0eaff !important
}

.before-bd-light-cyan:before {
    border-color: #e0eaff !important
}

.after-bg-light-cyan:after {
    background: #e0eaff !important
}

.after-fg-light-cyan:after {
    color: #e0eaff !important
}

.after-bd-light-cyan:after {
    border-color: #e0eaff !important
}

.before-bg-minor-cyan:before {
    background: #c7d9ff !important
}

.before-fg-minor-cyan:before {
    color: #c7d9ff !important
}

.before-bd-minor-cyan:before {
    border-color: #c7d9ff !important
}

.after-bg-minor-cyan:after {
    background: #c7d9ff !important
}

.after-fg-minor-cyan:after {
    color: #c7d9ff !important
}

.after-bd-minor-cyan:after {
    border-color: #c7d9ff !important
}

.before-bg-sat-cyan:before {
    background: #4782ff !important
}

.before-fg-sat-cyan:before {
    color: #4782ff !important
}

.before-bd-sat-cyan:before {
    border-color: #4782ff !important
}

.after-bg-sat-cyan:after {
    background: #4782ff !important
}

.after-fg-sat-cyan:after {
    color: #4782ff !important
}

.after-bd-sat-cyan:after {
    border-color: #4782ff !important
}

.before-bg-dark-cyan:before {
    background: #145fff !important
}

.before-fg-dark-cyan:before {
    color: #145fff !important
}

.before-bd-dark-cyan:before {
    border-color: #145fff !important
}

.after-bg-dark-cyan:after {
    background: #145fff !important
}

.after-fg-dark-cyan:after {
    color: #145fff !important
}

.after-bd-dark-cyan:after {
    border-color: #145fff !important
}

.before-bg-light-cobalt:before {
    background: #94c1ff !important
}

.before-fg-light-cobalt:before {
    color: #94c1ff !important
}

.before-bd-light-cobalt:before {
    border-color: #94c1ff !important
}

.after-bg-light-cobalt:after {
    background: #94c1ff !important
}

.after-fg-light-cobalt:after {
    color: #94c1ff !important
}

.after-bd-light-cobalt:after {
    border-color: #94c1ff !important
}

.before-bg-minor-cobalt:before {
    background: #0068fa !important
}

.before-fg-minor-cobalt:before {
    color: #0068fa !important
}

.before-bd-minor-cobalt:before {
    border-color: #0068fa !important
}

.after-bg-minor-cobalt:after {
    background: #0068fa !important
}

.after-fg-minor-cobalt:after {
    color: #0068fa !important
}

.after-bd-minor-cobalt:after {
    border-color: #0068fa !important
}

.before-bg-sat-cobalt:before {
    background: #002861 !important
}

.before-fg-sat-cobalt:before {
    color: #002861 !important
}

.before-bd-sat-cobalt:before {
    border-color: #002861 !important
}

.after-bg-sat-cobalt:after {
    background: #002861 !important
}

.after-fg-sat-cobalt:after {
    color: #002861 !important
}

.after-bd-sat-cobalt:after {
    border-color: #002861 !important
}

.before-bg-dark-cobalt:before {
    background: #00132e !important
}

.before-fg-dark-cobalt:before {
    color: #00132e !important
}

.before-bd-dark-cobalt:before {
    border-color: #00132e !important
}

.after-bg-dark-cobalt:after {
    background: #00132e !important
}

.after-fg-dark-cobalt:after {
    color: #00132e !important
}

.after-bd-dark-cobalt:after {
    border-color: #00132e !important
}

.before-bg-light-indigo:before {
    background: #d28fff !important
}

.before-fg-light-indigo:before {
    color: #d28fff !important
}

.before-bd-light-indigo:before {
    border-color: #d28fff !important
}

.after-bg-light-indigo:after {
    background: #d28fff !important
}

.after-fg-light-indigo:after {
    color: #d28fff !important
}

.after-bd-light-indigo:after {
    border-color: #d28fff !important
}

.before-bg-minor-indigo:before {
    background: #9300f5 !important
}

.before-fg-minor-indigo:before {
    color: #9300f5 !important
}

.before-bd-minor-indigo:before {
    border-color: #9300f5 !important
}

.after-bg-minor-indigo:after {
    background: #9300f5 !important
}

.after-fg-minor-indigo:after {
    color: #9300f5 !important
}

.after-bd-minor-indigo:after {
    border-color: #9300f5 !important
}

.before-bg-sat-indigo:before {
    background: #37005c !important
}

.before-fg-sat-indigo:before {
    color: #37005c !important
}

.before-bd-sat-indigo:before {
    border-color: #37005c !important
}

.after-bg-sat-indigo:after {
    background: #37005c !important
}

.after-fg-sat-indigo:after {
    color: #37005c !important
}

.after-bd-sat-indigo:after {
    border-color: #37005c !important
}

.before-bg-dark-indigo:before {
    background: #180029 !important
}

.before-fg-dark-indigo:before {
    color: #180029 !important
}

.before-bd-dark-indigo:before {
    border-color: #180029 !important
}

.after-bg-dark-indigo:after {
    background: #180029 !important
}

.after-fg-dark-indigo:after {
    color: #180029 !important
}

.after-bd-dark-indigo:after {
    border-color: #180029 !important
}

.before-bg-light-almost:before {
    background: #cdb9f9 !important
}

.before-fg-light-almost:before {
    color: #cdb9f9 !important
}

.before-bd-light-almost:before {
    border-color: #cdb9f9 !important
}

.after-bg-light-almost:after {
    background: #cdb9f9 !important
}

.after-fg-light-almost:after {
    color: #cdb9f9 !important
}

.after-bd-light-almost:after {
    border-color: #cdb9f9 !important
}

.before-bg-minor-almost:before {
    background: #9b72f3 !important
}

.before-fg-minor-almost:before {
    color: #9b72f3 !important
}

.before-bd-minor-almost:before {
    border-color: #9b72f3 !important
}

.after-bg-minor-almost:after {
    background: #9b72f3 !important
}

.after-fg-minor-almost:after {
    color: #9b72f3 !important
}

.after-bd-minor-almost:after {
    border-color: #9b72f3 !important
}

.before-bg-sat-almost:before {
    background: #4710bc !important
}

.before-fg-sat-almost:before {
    color: #4710bc !important
}

.before-bd-sat-almost:before {
    border-color: #4710bc !important
}

.after-bg-sat-almost:after {
    background: #4710bc !important
}

.after-fg-sat-almost:after {
    color: #4710bc !important
}

.after-bd-sat-almost:after {
    border-color: #4710bc !important
}

.before-bg-dark-almost:before {
    background: #350c8d !important
}

.before-fg-dark-almost:before {
    color: #350c8d !important
}

.before-bd-dark-almost:before {
    border-color: #350c8d !important
}

.after-bg-dark-almost:after {
    background: #350c8d !important
}

.after-fg-dark-almost:after {
    color: #350c8d !important
}

.after-bd-dark-almost:after {
    border-color: #350c8d !important
}

.before-bg-light-violet:before {
    background: #fadbfa !important
}

.before-fg-light-violet:before {
    color: #fadbfa !important
}

.before-bd-light-violet:before {
    border-color: #fadbfa !important
}

.after-bg-light-violet:after {
    background: #fadbfa !important
}

.after-fg-light-violet:after {
    color: #fadbfa !important
}

.after-bd-light-violet:after {
    border-color: #fadbfa !important
}

.before-bg-minor-violet:before {
    background: #f4aef4 !important
}

.before-fg-minor-violet:before {
    color: #f4aef4 !important
}

.before-bd-minor-violet:before {
    border-color: #f4aef4 !important
}

.after-bg-minor-violet:after {
    background: #f4aef4 !important
}

.after-fg-minor-violet:after {
    color: #f4aef4 !important
}

.after-bd-minor-violet:after {
    border-color: #f4aef4 !important
}

.before-bg-sat-violet:before {
    background: #e53ee5 !important
}

.before-fg-sat-violet:before {
    color: #e53ee5 !important
}

.before-bd-sat-violet:before {
    border-color: #e53ee5 !important
}

.after-bg-sat-violet:after {
    background: #e53ee5 !important
}

.after-fg-sat-violet:after {
    color: #e53ee5 !important
}

.after-bd-sat-violet:after {
    border-color: #e53ee5 !important
}

.before-bg-dark-violet:before {
    background: #d31dd3 !important
}

.before-fg-dark-violet:before {
    color: #d31dd3 !important
}

.before-bd-dark-violet:before {
    border-color: #d31dd3 !important
}

.after-bg-dark-violet:after {
    background: #d31dd3 !important
}

.after-fg-dark-violet:after {
    color: #d31dd3 !important
}

.after-bd-dark-violet:after {
    border-color: #d31dd3 !important
}

.before-bg-light-pink:before {
    background: #fff5f7 !important
}

.before-fg-light-pink:before {
    color: #fff5f7 !important
}

.before-bd-light-pink:before {
    border-color: #fff5f7 !important
}

.after-bg-light-pink:after {
    background: #fff5f7 !important
}

.after-fg-light-pink:after {
    color: #fff5f7 !important
}

.after-bd-light-pink:after {
    border-color: #fff5f7 !important
}

.before-bg-minor-pink:before {
    background: #ffdbe1 !important
}

.before-fg-minor-pink:before {
    color: #ffdbe1 !important
}

.before-bd-minor-pink:before {
    border-color: #ffdbe1 !important
}

.after-bg-minor-pink:after {
    background: #ffdbe1 !important
}

.after-fg-minor-pink:after {
    color: #ffdbe1 !important
}

.after-bd-minor-pink:after {
    border-color: #ffdbe1 !important
}

.before-bg-sat-pink:before {
    background: #ff758c !important
}

.before-fg-sat-pink:before {
    color: #ff758c !important
}

.before-bd-sat-pink:before {
    border-color: #ff758c !important
}

.after-bg-sat-pink:after {
    background: #ff758c !important
}

.after-fg-sat-pink:after {
    color: #ff758c !important
}

.after-bd-sat-pink:after {
    border-color: #ff758c !important
}

.before-bg-dark-pink:before {
    background: #ff4262 !important
}

.before-fg-dark-pink:before {
    color: #ff4262 !important
}

.before-bd-dark-pink:before {
    border-color: #ff4262 !important
}

.after-bg-dark-pink:after {
    background: #ff4262 !important
}

.after-fg-dark-pink:after {
    color: #ff4262 !important
}

.after-bd-dark-pink:after {
    border-color: #ff4262 !important
}

.before-bg-light-magenta:before {
    background: #fcf !important
}

.before-fg-light-magenta:before {
    color: #fcf !important
}

.before-bd-light-magenta:before {
    border-color: #fcf !important
}

.after-bg-light-magenta:after {
    background: #fcf !important
}

.after-fg-light-magenta:after {
    color: #fcf !important
}

.after-bd-light-magenta:after {
    border-color: #fcf !important
}

.before-bg-minor-magenta:before {
    background: #ff80ff !important
}

.before-fg-minor-magenta:before {
    color: #ff80ff !important
}

.before-bd-minor-magenta:before {
    border-color: #ff80ff !important
}

.after-bg-minor-magenta:after {
    background: #ff80ff !important
}

.after-fg-minor-magenta:after {
    color: #ff80ff !important
}

.after-bd-minor-magenta:after {
    border-color: #ff80ff !important
}

.before-bg-sat-magenta:before {
    background: #b300b3 !important
}

.before-fg-sat-magenta:before {
    color: #b300b3 !important
}

.before-bd-sat-magenta:before {
    border-color: #b300b3 !important
}

.after-bg-sat-magenta:after {
    background: #b300b3 !important
}

.after-fg-sat-magenta:after {
    color: #b300b3 !important
}

.after-bd-sat-magenta:after {
    border-color: #b300b3 !important
}

.before-bg-dark-magenta:before {
    background: purple !important
}

.before-fg-dark-magenta:before {
    color: purple !important
}

.before-bd-dark-magenta:before {
    border-color: purple !important
}

.after-bg-dark-magenta:after {
    background: purple !important
}

.after-fg-dark-magenta:after {
    color: purple !important
}

.after-bd-dark-magenta:after {
    border-color: purple !important
}

.before-bg-light-crimson:before {
    background: #fcd4dc !important
}

.before-fg-light-crimson:before {
    color: #fcd4dc !important
}

.before-bd-light-crimson:before {
    border-color: #fcd4dc !important
}

.after-bg-light-crimson:after {
    background: #fcd4dc !important
}

.after-fg-light-crimson:after {
    color: #fcd4dc !important
}

.after-bd-light-crimson:after {
    border-color: #fcd4dc !important
}

.before-bg-minor-crimson:before {
    background: #f55c7b !important
}

.before-fg-minor-crimson:before {
    color: #f55c7b !important
}

.before-bd-minor-crimson:before {
    border-color: #f55c7b !important
}

.after-bg-minor-crimson:after {
    background: #f55c7b !important
}

.after-fg-minor-crimson:after {
    color: #f55c7b !important
}

.after-bd-minor-crimson:after {
    border-color: #f55c7b !important
}

.before-bg-sat-crimson:before {
    background: #950925 !important
}

.before-fg-sat-crimson:before {
    color: #950925 !important
}

.before-bd-sat-crimson:before {
    border-color: #950925 !important
}

.after-bg-sat-crimson:after {
    background: #950925 !important
}

.after-fg-sat-crimson:after {
    color: #950925 !important
}

.after-bd-sat-crimson:after {
    border-color: #950925 !important
}

.before-bg-dark-crimson:before {
    background: #650619 !important
}

.before-fg-dark-crimson:before {
    color: #650619 !important
}

.before-bd-dark-crimson:before {
    border-color: #650619 !important
}

.after-bg-dark-crimson:after {
    background: #650619 !important
}

.after-fg-dark-crimson:after {
    color: #650619 !important
}

.after-bd-dark-crimson:after {
    border-color: #650619 !important
}

.before-bg-light-red:before {
    background: #ffb3b3 !important
}

.before-fg-light-red:before {
    color: #ffb3b3 !important
}

.before-bd-light-red:before {
    border-color: #ffb3b3 !important
}

.after-bg-light-red:after {
    background: #ffb3b3 !important
}

.after-fg-light-red:after {
    color: #ffb3b3 !important
}

.after-bd-light-red:after {
    border-color: #ffb3b3 !important
}

.before-bg-minor-red:before {
    background: #f66 !important
}

.before-fg-minor-red:before {
    color: #f66 !important
}

.before-bd-minor-red:before {
    border-color: #f66 !important
}

.after-bg-minor-red:after {
    background: #f66 !important
}

.after-fg-minor-red:after {
    color: #f66 !important
}

.after-bd-minor-red:after {
    border-color: #f66 !important
}

.before-bg-sat-red:before {
    background: #b30000 !important
}

.before-fg-sat-red:before {
    color: #b30000 !important
}

.before-bd-sat-red:before {
    border-color: #b30000 !important
}

.after-bg-sat-red:after {
    background: #b30000 !important
}

.after-fg-sat-red:after {
    color: #b30000 !important
}

.after-bd-sat-red:after {
    border-color: #b30000 !important
}

.before-bg-dark-red:before {
    background: maroon !important
}

.before-fg-dark-red:before {
    color: maroon !important
}

.before-bd-dark-red:before {
    border-color: maroon !important
}

.after-bg-dark-red:after {
    background: maroon !important
}

.after-fg-dark-red:after {
    color: maroon !important
}

.after-bd-dark-red:after {
    border-color: maroon !important
}

.before-bg-light-clown:before {
    background: #ffe7e5 !important
}

.before-fg-light-clown:before {
    color: #ffe7e5 !important
}

.before-bd-light-clown:before {
    border-color: #ffe7e5 !important
}

.after-bg-light-clown:after {
    background: #ffe7e5 !important
}

.after-fg-light-clown:after {
    color: #ffe7e5 !important
}

.after-bd-light-clown:after {
    border-color: #ffe7e5 !important
}

.before-bg-minor-clown:before {
    background: #ffb6b3 !important
}

.before-fg-minor-clown:before {
    color: #ffb6b3 !important
}

.before-bd-minor-clown:before {
    border-color: #ffb6b3 !important
}

.after-bg-minor-clown:after {
    background: #ffb6b3 !important
}

.after-fg-minor-clown:after {
    color: #ffb6b3 !important
}

.after-bd-minor-clown:after {
    border-color: #ffb6b3 !important
}

.before-bg-sat-clown:before {
    background: #ff251a !important
}

.before-fg-sat-clown:before {
    color: #ff251a !important
}

.before-bd-sat-clown:before {
    border-color: #ff251a !important
}

.after-bg-sat-clown:after {
    background: #ff251a !important
}

.after-fg-sat-clown:after {
    color: #ff251a !important
}

.after-bd-sat-clown:after {
    border-color: #ff251a !important
}

.before-bg-dark-clown:before {
    background: #e60b00 !important
}

.before-fg-dark-clown:before {
    color: #e60b00 !important
}

.before-bd-dark-clown:before {
    border-color: #e60b00 !important
}

.after-bg-dark-clown:after {
    background: #e60b00 !important
}

.after-fg-dark-clown:after {
    color: #e60b00 !important
}

.after-bd-dark-clown:after {
    border-color: #e60b00 !important
}

.before-bg-light-orange:before {
    background: #ffedcc !important
}

.before-fg-light-orange:before {
    color: #ffedcc !important
}

.before-bd-light-orange:before {
    border-color: #ffedcc !important
}

.after-bg-light-orange:after {
    background: #ffedcc !important
}

.after-fg-light-orange:after {
    color: #ffedcc !important
}

.after-bd-light-orange:after {
    border-color: #ffedcc !important
}

.before-bg-minor-orange:before {
    background: #ffd280 !important
}

.before-fg-minor-orange:before {
    color: #ffd280 !important
}

.before-bd-minor-orange:before {
    border-color: #ffd280 !important
}

.after-bg-minor-orange:after {
    background: #ffd280 !important
}

.after-fg-minor-orange:after {
    color: #ffd280 !important
}

.after-bd-minor-orange:after {
    border-color: #ffd280 !important
}

.before-bg-sat-orange:before {
    background: #b37400 !important
}

.before-fg-sat-orange:before {
    color: #b37400 !important
}

.before-bd-sat-orange:before {
    border-color: #b37400 !important
}

.after-bg-sat-orange:after {
    background: #b37400 !important
}

.after-fg-sat-orange:after {
    color: #b37400 !important
}

.after-bd-sat-orange:after {
    border-color: #b37400 !important
}

.before-bg-dark-orange:before {
    background: #805300 !important
}

.before-fg-dark-orange:before {
    color: #805300 !important
}

.before-bd-dark-orange:before {
    border-color: #805300 !important
}

.after-bg-dark-orange:after {
    background: #805300 !important
}

.after-fg-dark-orange:after {
    color: #805300 !important
}

.after-bd-dark-orange:after {
    border-color: #805300 !important
}

.before-bg-light-amber:before {
    background: #ffe38f !important
}

.before-fg-light-amber:before {
    color: #ffe38f !important
}

.before-bd-light-amber:before {
    border-color: #ffe38f !important
}

.after-bg-light-amber:after {
    background: #ffe38f !important
}

.after-fg-light-amber:after {
    color: #ffe38f !important
}

.after-bd-light-amber:after {
    border-color: #ffe38f !important
}

.before-bg-minor-amber:before {
    background: #ffd65c !important
}

.before-fg-minor-amber:before {
    color: #ffd65c !important
}

.before-bd-minor-amber:before {
    border-color: #ffd65c !important
}

.after-bg-minor-amber:after {
    background: #ffd65c !important
}

.after-fg-minor-amber:after {
    color: #ffd65c !important
}

.after-bd-minor-amber:after {
    border-color: #ffd65c !important
}

.before-bg-sat-amber:before {
    background: #dba400 !important
}

.before-fg-sat-amber:before {
    color: #dba400 !important
}

.before-bd-sat-amber:before {
    border-color: #dba400 !important
}

.after-bg-sat-amber:after {
    background: #dba400 !important
}

.after-fg-sat-amber:after {
    color: #dba400 !important
}

.after-bd-sat-amber:after {
    border-color: #dba400 !important
}

.before-bg-dark-amber:before {
    background: #a87e00 !important
}

.before-fg-dark-amber:before {
    color: #a87e00 !important
}

.before-bd-dark-amber:before {
    border-color: #a87e00 !important
}

.after-bg-dark-amber:after {
    background: #a87e00 !important
}

.after-fg-dark-amber:after {
    color: #a87e00 !important
}

.after-bd-dark-amber:after {
    border-color: #a87e00 !important
}

.before-bg-light-yellow:before {
    background: #fffadb !important
}

.before-fg-light-yellow:before {
    color: #fffadb !important
}

.before-bd-light-yellow:before {
    border-color: #fffadb !important
}

.after-bg-light-yellow:after {
    background: #fffadb !important
}

.after-fg-light-yellow:after {
    color: #fffadb !important
}

.after-bd-light-yellow:after {
    border-color: #fffadb !important
}

.before-bg-minor-yellow:before {
    background: #fff3a8 !important
}

.before-fg-minor-yellow:before {
    color: #fff3a8 !important
}

.before-bd-minor-yellow:before {
    border-color: #fff3a8 !important
}

.after-bg-minor-yellow:after {
    background: #fff3a8 !important
}

.after-fg-minor-yellow:after {
    color: #fff3a8 !important
}

.after-bd-minor-yellow:after {
    border-color: #fff3a8 !important
}

.before-bg-sat-yellow:before {
    background: #ffdf0f !important
}

.before-fg-sat-yellow:before {
    color: #ffdf0f !important
}

.before-bd-sat-yellow:before {
    border-color: #ffdf0f !important
}

.after-bg-sat-yellow:after {
    background: #ffdf0f !important
}

.after-fg-sat-yellow:after {
    color: #ffdf0f !important
}

.after-bd-sat-yellow:after {
    border-color: #ffdf0f !important
}

.before-bg-dark-yellow:before {
    background: #dbbe00 !important
}

.before-fg-dark-yellow:before {
    color: #dbbe00 !important
}

.before-bd-dark-yellow:before {
    border-color: #dbbe00 !important
}

.after-bg-dark-yellow:after {
    background: #dbbe00 !important
}

.after-fg-dark-yellow:after {
    color: #dbbe00 !important
}

.after-bd-dark-yellow:after {
    border-color: #dbbe00 !important
}

.before-bg-light-brown:before {
    background: #eacab3 !important
}

.before-fg-light-brown:before {
    color: #eacab3 !important
}

.before-bd-light-brown:before {
    border-color: #eacab3 !important
}

.after-bg-light-brown:after {
    background: #eacab3 !important
}

.after-fg-light-brown:after {
    color: #eacab3 !important
}

.after-bd-light-brown:after {
    border-color: #eacab3 !important
}

.before-bg-minor-brown:before {
    background: #daa077 !important
}

.before-fg-minor-brown:before {
    color: #daa077 !important
}

.before-bd-minor-brown:before {
    border-color: #daa077 !important
}

.after-bg-minor-brown:after {
    background: #daa077 !important
}

.after-fg-minor-brown:after {
    color: #daa077 !important
}

.after-bd-minor-brown:after {
    border-color: #daa077 !important
}

.before-bg-sat-brown:before {
    background: #905327 !important
}

.before-fg-sat-brown:before {
    color: #905327 !important
}

.before-bd-sat-brown:before {
    border-color: #905327 !important
}

.after-bg-sat-brown:after {
    background: #905327 !important
}

.after-fg-sat-brown:after {
    color: #905327 !important
}

.after-bd-sat-brown:after {
    border-color: #905327 !important
}

.before-bg-dark-brown:before {
    background: #683c1d !important
}

.before-fg-dark-brown:before {
    color: #683c1d !important
}

.before-bd-dark-brown:before {
    border-color: #683c1d !important
}

.after-bg-dark-brown:after {
    background: #683c1d !important
}

.after-fg-dark-brown:after {
    color: #683c1d !important
}

.after-bd-dark-brown:after {
    border-color: #683c1d !important
}

.before-bg-light-olive:before {
    background: #ffff70 !important
}

.before-fg-light-olive:before {
    color: #ffff70 !important
}

.before-bd-light-olive:before {
    border-color: #ffff70 !important
}

.after-bg-light-olive:after {
    background: #ffff70 !important
}

.after-fg-light-olive:after {
    color: #ffff70 !important
}

.after-bd-light-olive:after {
    border-color: #ffff70 !important
}

.before-bg-minor-olive:before {
    background: #d6d600 !important
}

.before-fg-minor-olive:before {
    color: #d6d600 !important
}

.before-bd-minor-olive:before {
    border-color: #d6d600 !important
}

.after-bg-minor-olive:after {
    background: #d6d600 !important
}

.after-fg-minor-olive:after {
    color: #d6d600 !important
}

.after-bd-minor-olive:after {
    border-color: #d6d600 !important
}

.before-bg-sat-olive:before {
    background: #575700 !important
}

.before-fg-sat-olive:before {
    color: #575700 !important
}

.before-bd-sat-olive:before {
    border-color: #575700 !important
}

.after-bg-sat-olive:after {
    background: #575700 !important
}

.after-fg-sat-olive:after {
    color: #575700 !important
}

.after-bd-sat-olive:after {
    border-color: #575700 !important
}

.before-bg-dark-olive:before {
    background: #242400 !important
}

.before-fg-dark-olive:before {
    color: #242400 !important
}

.before-bd-dark-olive:before {
    border-color: #242400 !important
}

.after-bg-dark-olive:after {
    background: #242400 !important
}

.after-fg-dark-olive:after {
    color: #242400 !important
}

.after-bd-dark-olive:after {
    border-color: #242400 !important
}

.before-bg-light-steel:before {
    background: #d8dee4 !important
}

.before-fg-light-steel:before {
    color: #d8dee4 !important
}

.before-bd-light-steel:before {
    border-color: #d8dee4 !important
}

.after-bg-light-steel:after {
    background: #d8dee4 !important
}

.after-fg-light-steel:after {
    color: #d8dee4 !important
}

.after-bd-light-steel:after {
    border-color: #d8dee4 !important
}

.before-bg-minor-steel:before {
    background: #b9c5cf !important
}

.before-fg-minor-steel:before {
    color: #b9c5cf !important
}

.before-bd-minor-steel:before {
    border-color: #b9c5cf !important
}

.after-bg-minor-steel:after {
    background: #b9c5cf !important
}

.after-fg-minor-steel:after {
    color: #b9c5cf !important
}

.after-bd-minor-steel:after {
    border-color: #b9c5cf !important
}

.before-bg-sat-steel:before {
    background: #576c7f !important
}

.before-fg-sat-steel:before {
    color: #576c7f !important
}

.before-bd-sat-steel:before {
    border-color: #576c7f !important
}

.after-bg-sat-steel:after {
    background: #576c7f !important
}

.after-fg-sat-steel:after {
    color: #576c7f !important
}

.after-bd-sat-steel:after {
    border-color: #576c7f !important
}

.before-bg-dark-steel:before {
    background: #425261 !important
}

.before-fg-dark-steel:before {
    color: #425261 !important
}

.before-bd-dark-steel:before {
    border-color: #425261 !important
}

.after-bg-dark-steel:after {
    background: #425261 !important
}

.after-fg-dark-steel:after {
    color: #425261 !important
}

.after-bd-dark-steel:after {
    border-color: #425261 !important
}

.before-bg-light-mauve:before {
    background: #f7ebff !important
}

.before-fg-light-mauve:before {
    color: #f7ebff !important
}

.before-bd-light-mauve:before {
    border-color: #f7ebff !important
}

.after-bg-light-mauve:after {
    background: #f7ebff !important
}

.after-fg-light-mauve:after {
    color: #f7ebff !important
}

.after-bd-light-mauve:after {
    border-color: #f7ebff !important
}

.before-bg-minor-mauve:before {
    background: #ebccff !important
}

.before-fg-minor-mauve:before {
    color: #ebccff !important
}

.before-bd-minor-mauve:before {
    border-color: #ebccff !important
}

.after-bg-minor-mauve:after {
    background: #ebccff !important
}

.after-fg-minor-mauve:after {
    color: #ebccff !important
}

.after-bd-minor-mauve:after {
    border-color: #ebccff !important
}

.before-bg-sat-mauve:before {
    background: #c261ff !important
}

.before-fg-sat-mauve:before {
    color: #c261ff !important
}

.before-bd-sat-mauve:before {
    border-color: #c261ff !important
}

.after-bg-sat-mauve:after {
    background: #c261ff !important
}

.after-fg-sat-mauve:after {
    color: #c261ff !important
}

.after-bd-sat-mauve:after {
    border-color: #c261ff !important
}

.before-bg-dark-mauve:before {
    background: #af2eff !important
}

.before-fg-dark-mauve:before {
    color: #af2eff !important
}

.before-bd-dark-mauve:before {
    border-color: #af2eff !important
}

.after-bg-dark-mauve:after {
    background: #af2eff !important
}

.after-fg-dark-mauve:after {
    color: #af2eff !important
}

.after-bd-dark-mauve:after {
    border-color: #af2eff !important
}

.before-bg-light-taupe:before {
    background: #d6ccc2 !important
}

.before-fg-light-taupe:before {
    color: #d6ccc2 !important
}

.before-bd-light-taupe:before {
    border-color: #d6ccc2 !important
}

.after-bg-light-taupe:after {
    background: #d6ccc2 !important
}

.after-fg-light-taupe:after {
    color: #d6ccc2 !important
}

.after-bd-light-taupe:after {
    border-color: #d6ccc2 !important
}

.before-bg-minor-taupe:before {
    background: #bbaa9b !important
}

.before-fg-minor-taupe:before {
    color: #bbaa9b !important
}

.before-bd-minor-taupe:before {
    border-color: #bbaa9b !important
}

.after-bg-minor-taupe:after {
    background: #bbaa9b !important
}

.after-fg-minor-taupe:after {
    color: #bbaa9b !important
}

.after-bd-minor-taupe:after {
    border-color: #bbaa9b !important
}

.before-bg-sat-taupe:before {
    background: #6a5948 !important
}

.before-fg-sat-taupe:before {
    color: #6a5948 !important
}

.before-bd-sat-taupe:before {
    border-color: #6a5948 !important
}

.after-bg-sat-taupe:after {
    background: #6a5948 !important
}

.after-fg-sat-taupe:after {
    color: #6a5948 !important
}

.after-bd-sat-taupe:after {
    border-color: #6a5948 !important
}

.before-bg-dark-taupe:before {
    background: #4c3f34 !important
}

.before-fg-dark-taupe:before {
    color: #4c3f34 !important
}

.before-bd-dark-taupe:before {
    border-color: #4c3f34 !important
}

.after-bg-dark-taupe:after {
    background: #4c3f34 !important
}

.after-fg-dark-taupe:after {
    color: #4c3f34 !important
}

.after-bd-dark-taupe:after {
    border-color: #4c3f34 !important
}

.before-bg-light-champagne:before {
    background: #fefbf6 !important
}

.before-fg-light-champagne:before {
    color: #fefbf6 !important
}

.before-bd-light-champagne:before {
    border-color: #fefbf6 !important
}

.after-bg-light-champagne:after {
    background: #fefbf6 !important
}

.after-fg-light-champagne:after {
    color: #fefbf6 !important
}

.after-bd-light-champagne:after {
    border-color: #fefbf6 !important
}

.before-bg-minor-champagne:before {
    background: #faf0e0 !important
}

.before-fg-minor-champagne:before {
    color: #faf0e0 !important
}

.before-bd-minor-champagne:before {
    border-color: #faf0e0 !important
}

.after-bg-minor-champagne:after {
    background: #faf0e0 !important
}

.after-fg-minor-champagne:after {
    color: #faf0e0 !important
}

.after-bd-minor-champagne:after {
    border-color: #faf0e0 !important
}

.before-bg-sat-champagne:before {
    background: #edc687 !important
}

.before-fg-sat-champagne:before {
    color: #edc687 !important
}

.before-bd-sat-champagne:before {
    border-color: #edc687 !important
}

.after-bg-sat-champagne:after {
    background: #edc687 !important
}

.after-fg-sat-champagne:after {
    color: #edc687 !important
}

.after-bd-sat-champagne:after {
    border-color: #edc687 !important
}

.before-bg-dark-champagne:before {
    background: #e6b15b !important
}

.before-fg-dark-champagne:before {
    color: #e6b15b !important
}

.before-bd-dark-champagne:before {
    border-color: #e6b15b !important
}

.after-bg-dark-champagne:after {
    background: #e6b15b !important
}

.after-fg-dark-champagne:after {
    color: #e6b15b !important
}

.after-bd-dark-champagne:after {
    border-color: #e6b15b !important
}

.before-bg-light-khaki:before {
    background: #f7f4e9 !important
}

.before-fg-light-khaki:before {
    color: #f7f4e9 !important
}

.before-bd-light-khaki:before {
    border-color: #f7f4e9 !important
}

.after-bg-light-khaki:after {
    background: #f7f4e9 !important
}

.after-fg-light-khaki:after {
    color: #f7f4e9 !important
}

.after-bd-light-khaki:after {
    border-color: #f7f4e9 !important
}

.before-bg-minor-khaki:before {
    background: #e9e1c3 !important
}

.before-fg-minor-khaki:before {
    color: #e9e1c3 !important
}

.before-bd-minor-khaki:before {
    border-color: #e9e1c3 !important
}

.after-bg-minor-khaki:after {
    background: #e9e1c3 !important
}

.after-fg-minor-khaki:after {
    color: #e9e1c3 !important
}

.after-bd-minor-khaki:after {
    border-color: #e9e1c3 !important
}

.before-bg-sat-khaki:before {
    background: #c1a953 !important
}

.before-fg-sat-khaki:before {
    color: #c1a953 !important
}

.before-bd-sat-khaki:before {
    border-color: #c1a953 !important
}

.after-bg-sat-khaki:after {
    background: #c1a953 !important
}

.after-fg-sat-khaki:after {
    color: #c1a953 !important
}

.after-bd-sat-khaki:after {
    border-color: #c1a953 !important
}

.before-bg-dark-khaki:before {
    background: #a58e3b !important
}

.before-fg-dark-khaki:before {
    color: #a58e3b !important
}

.before-bd-dark-khaki:before {
    border-color: #a58e3b !important
}

.after-bg-dark-khaki:after {
    background: #a58e3b !important
}

.after-fg-dark-khaki:after {
    color: #a58e3b !important
}

.after-bd-dark-khaki:after {
    border-color: #a58e3b !important
}

.before-bg-light-charcoal:before {
    background: #e6e6e6 !important
}

.before-fg-light-charcoal:before {
    color: #e6e6e6 !important
}

.before-bd-light-charcoal:before {
    border-color: #e6e6e6 !important
}

.after-bg-light-charcoal:after {
    background: #e6e6e6 !important
}

.after-fg-light-charcoal:after {
    color: #e6e6e6 !important
}

.after-bd-light-charcoal:after {
    border-color: #e6e6e6 !important
}

.before-bg-minor-charcoal:before {
    background: #ccc !important
}

.before-fg-minor-charcoal:before {
    color: #ccc !important
}

.before-bd-minor-charcoal:before {
    border-color: #ccc !important
}

.after-bg-minor-charcoal:after {
    background: #ccc !important
}

.after-fg-minor-charcoal:after {
    color: #ccc !important
}

.after-bd-minor-charcoal:after {
    border-color: #ccc !important
}

.before-bg-sat-charcoal:before {
    background: #737373 !important
}

.before-fg-sat-charcoal:before {
    color: #737373 !important
}

.before-bd-sat-charcoal:before {
    border-color: #737373 !important
}

.after-bg-sat-charcoal:after {
    background: #737373 !important
}

.after-fg-sat-charcoal:after {
    color: #737373 !important
}

.after-bd-sat-charcoal:after {
    border-color: #737373 !important
}

.before-bg-dark-charcoal:before {
    background: #595959 !important
}

.before-fg-dark-charcoal:before {
    color: #595959 !important
}

.before-bd-dark-charcoal:before {
    border-color: #595959 !important
}

.after-bg-dark-charcoal:after {
    background: #595959 !important
}

.after-fg-dark-charcoal:after {
    color: #595959 !important
}

.after-bd-dark-charcoal:after {
    border-color: #595959 !important
}

.before-bg-light-bronze:before {
    background: #f7ddc5 !important
}

.before-fg-light-bronze:before {
    color: #f7ddc5 !important
}

.before-bd-light-bronze:before {
    border-color: #f7ddc5 !important
}

.after-bg-light-bronze:after {
    background: #f7ddc5 !important
}

.after-fg-light-bronze:after {
    color: #f7ddc5 !important
}

.after-bd-light-bronze:after {
    border-color: #f7ddc5 !important
}

.before-bg-minor-bronze:before {
    background: #edb682 !important
}

.before-fg-minor-bronze:before {
    color: #edb682 !important
}

.before-bd-minor-bronze:before {
    border-color: #edb682 !important
}

.after-bg-minor-bronze:after {
    background: #edb682 !important
}

.after-fg-minor-bronze:after {
    color: #edb682 !important
}

.after-bd-minor-bronze:after {
    border-color: #edb682 !important
}

.before-bg-sat-bronze:before {
    background: #bb681b !important
}

.before-fg-sat-bronze:before {
    color: #bb681b !important
}

.before-bd-sat-bronze:before {
    border-color: #bb681b !important
}

.after-bg-sat-bronze:after {
    background: #bb681b !important
}

.after-fg-sat-bronze:after {
    color: #bb681b !important
}

.after-bd-sat-bronze:after {
    border-color: #bb681b !important
}

.before-bg-dark-bronze:before {
    background: #8f5014 !important
}

.before-fg-dark-bronze:before {
    color: #8f5014 !important
}

.before-bd-dark-bronze:before {
    border-color: #8f5014 !important
}

.after-bg-dark-bronze:after {
    background: #8f5014 !important
}

.after-fg-dark-bronze:after {
    color: #8f5014 !important
}

.after-bd-dark-bronze:after {
    border-color: #8f5014 !important
}

.before-bg-light-windstorm:before {
    background: #e4ebf7 !important
}

.before-fg-light-windstorm:before {
    color: #e4ebf7 !important
}

.before-bd-light-windstorm:before {
    border-color: #e4ebf7 !important
}

.after-bg-light-windstorm:after {
    background: #e4ebf7 !important
}

.after-fg-light-windstorm:after {
    color: #e4ebf7 !important
}

.after-bd-light-windstorm:after {
    border-color: #e4ebf7 !important
}

.before-bg-minor-windstorm:before {
    background: #b5c9e8 !important
}

.before-fg-minor-windstorm:before {
    color: #b5c9e8 !important
}

.before-bd-minor-windstorm:before {
    border-color: #b5c9e8 !important
}

.after-bg-minor-windstorm:after {
    background: #b5c9e8 !important
}

.after-fg-minor-windstorm:after {
    color: #b5c9e8 !important
}

.after-bd-minor-windstorm:after {
    border-color: #b5c9e8 !important
}

.before-bg-sat-windstorm:before {
    background: #4075c4 !important
}

.before-fg-sat-windstorm:before {
    color: #4075c4 !important
}

.before-bd-sat-windstorm:before {
    border-color: #4075c4 !important
}

.after-bg-sat-windstorm:after {
    background: #4075c4 !important
}

.after-fg-sat-windstorm:after {
    color: #4075c4 !important
}

.after-bd-sat-windstorm:after {
    border-color: #4075c4 !important
}

.before-bg-dark-windstorm:before {
    background: #315da0 !important
}

.before-fg-dark-windstorm:before {
    color: #315da0 !important
}

.before-bd-dark-windstorm:before {
    border-color: #315da0 !important
}

.after-bg-dark-windstorm:after {
    background: #315da0 !important
}

.after-fg-dark-windstorm:after {
    color: #315da0 !important
}

.after-bd-dark-windstorm:after {
    border-color: #315da0 !important
}

.before-bg-light-nude:before {
    background: #fdf7f1 !important
}

.before-fg-light-nude:before {
    color: #fdf7f1 !important
}

.before-bd-light-nude:before {
    border-color: #fdf7f1 !important
}

.after-bg-light-nude:after {
    background: #fdf7f1 !important
}

.after-fg-light-nude:after {
    color: #fdf7f1 !important
}

.after-bd-light-nude:after {
    border-color: #fdf7f1 !important
}

.before-bg-minor-nude:before {
    background: #fbeada !important
}

.before-fg-minor-nude:before {
    color: #fbeada !important
}

.before-bd-minor-nude:before {
    border-color: #fbeada !important
}

.after-bg-minor-nude:after {
    background: #fbeada !important
}

.after-fg-minor-nude:after {
    color: #fbeada !important
}

.after-bd-minor-nude:after {
    border-color: #fbeada !important
}

.before-bg-sat-nude:before {
    background: #efb076 !important
}

.before-fg-sat-nude:before {
    color: #efb076 !important
}

.before-bd-sat-nude:before {
    border-color: #efb076 !important
}

.after-bg-sat-nude:after {
    background: #efb076 !important
}

.after-fg-sat-nude:after {
    color: #efb076 !important
}

.after-bd-sat-nude:after {
    border-color: #efb076 !important
}

.before-bg-dark-nude:before {
    background: #ea9648 !important
}

.before-fg-dark-nude:before {
    color: #ea9648 !important
}

.before-bd-dark-nude:before {
    border-color: #ea9648 !important
}

.after-bg-dark-nude:after {
    background: #ea9648 !important
}

.after-fg-dark-nude:after {
    color: #ea9648 !important
}

.after-bd-dark-nude:after {
    border-color: #ea9648 !important
}

.before-bg-light-terracotta:before {
    background: #f6c5bc !important
}

.before-fg-light-terracotta:before {
    color: #f6c5bc !important
}

.before-bd-light-terracotta:before {
    border-color: #f6c5bc !important
}

.after-bg-light-terracotta:after {
    background: #f6c5bc !important
}

.after-fg-light-terracotta:after {
    color: #f6c5bc !important
}

.after-bd-light-terracotta:after {
    border-color: #f6c5bc !important
}

.before-bg-minor-terracotta:before {
    background: #ed8c78 !important
}

.before-fg-minor-terracotta:before {
    color: #ed8c78 !important
}

.before-bd-minor-terracotta:before {
    border-color: #ed8c78 !important
}

.after-bg-minor-terracotta:after {
    background: #ed8c78 !important
}

.after-fg-minor-terracotta:after {
    color: #ed8c78 !important
}

.after-bd-minor-terracotta:after {
    border-color: #ed8c78 !important
}

.before-bg-sat-terracotta:before {
    background: #b43218 !important
}

.before-fg-sat-terracotta:before {
    color: #b43218 !important
}

.before-bd-sat-terracotta:before {
    border-color: #b43218 !important
}

.after-bg-sat-terracotta:after {
    background: #b43218 !important
}

.after-fg-sat-terracotta:after {
    color: #b43218 !important
}

.after-bd-sat-terracotta:after {
    border-color: #b43218 !important
}

.before-bg-dark-terracotta:before {
    background: #872612 !important
}

.before-fg-dark-terracotta:before {
    color: #872612 !important
}

.before-bd-dark-terracotta:before {
    border-color: #872612 !important
}

.after-bg-dark-terracotta:after {
    background: #872612 !important
}

.after-fg-dark-terracotta:after {
    color: #872612 !important
}

.after-bd-dark-terracotta:after {
    border-color: #872612 !important
}

.before-bg-light-coral:before {
    background: #ffe1d6 !important
}

.before-fg-light-coral:before {
    color: #ffe1d6 !important
}

.before-bd-light-coral:before {
    border-color: #ffe1d6 !important
}

.after-bg-light-coral:after {
    background: #ffe1d6 !important
}

.after-fg-light-coral:after {
    color: #ffe1d6 !important
}

.after-bd-light-coral:after {
    border-color: #ffe1d6 !important
}

.before-bg-minor-coral:before {
    background: #ffbca3 !important
}

.before-fg-minor-coral:before {
    color: #ffbca3 !important
}

.before-bd-minor-coral:before {
    border-color: #ffbca3 !important
}

.after-bg-minor-coral:after {
    background: #ffbca3 !important
}

.after-fg-minor-coral:after {
    color: #ffbca3 !important
}

.after-bd-minor-coral:after {
    border-color: #ffbca3 !important
}

.before-bg-sat-coral:before {
    background: #ff4b0a !important
}

.before-fg-sat-coral:before {
    color: #ff4b0a !important
}

.before-bd-sat-coral:before {
    border-color: #ff4b0a !important
}

.after-bg-sat-coral:after {
    background: #ff4b0a !important
}

.after-fg-sat-coral:after {
    color: #ff4b0a !important
}

.after-bd-sat-coral:after {
    border-color: #ff4b0a !important
}

.before-bg-dark-coral:before {
    background: #d63900 !important
}

.before-fg-dark-coral:before {
    color: #d63900 !important
}

.before-bd-dark-coral:before {
    border-color: #d63900 !important
}

.after-bg-dark-coral:after {
    background: #d63900 !important
}

.after-fg-dark-coral:after {
    color: #d63900 !important
}

.after-bd-dark-coral:after {
    border-color: #d63900 !important
}

.before-bg-light-army:before {
    background: #ced5aa !important
}

.before-fg-light-army:before {
    color: #ced5aa !important
}

.before-bd-light-army:before {
    border-color: #ced5aa !important
}

.after-bg-light-army:after {
    background: #ced5aa !important
}

.after-fg-light-army:after {
    color: #ced5aa !important
}

.after-bd-light-army:after {
    border-color: #ced5aa !important
}

.before-bg-minor-army:before {
    background: #94a14f !important
}

.before-fg-minor-army:before {
    color: #94a14f !important
}

.before-bd-minor-army:before {
    border-color: #94a14f !important
}

.after-bg-minor-army:after {
    background: #94a14f !important
}

.after-fg-minor-army:after {
    color: #94a14f !important
}

.after-bd-minor-army:after {
    border-color: #94a14f !important
}

.before-bg-sat-army:before {
    background: #2f3319 !important
}

.before-fg-sat-army:before {
    color: #2f3319 !important
}

.before-bd-sat-army:before {
    border-color: #2f3319 !important
}

.after-bg-sat-army:after {
    background: #2f3319 !important
}

.after-fg-sat-army:after {
    color: #2f3319 !important
}

.after-bd-sat-army:after {
    border-color: #2f3319 !important
}

.before-bg-dark-army:before {
    background: #101108 !important
}

.before-fg-dark-army:before {
    color: #101108 !important
}

.before-bd-dark-army:before {
    border-color: #101108 !important
}

.after-bg-dark-army:after {
    background: #101108 !important
}

.after-fg-dark-army:after {
    color: #101108 !important
}

.after-bd-dark-army:after {
    border-color: #101108 !important
}

.before-bg-light-seashell:before {
    background: #fff9f5 !important
}

.before-fg-light-seashell:before {
    color: #fff9f5 !important
}

.before-bd-light-seashell:before {
    border-color: #fff9f5 !important
}

.after-bg-light-seashell:after {
    background: #fff9f5 !important
}

.after-fg-light-seashell:after {
    color: #fff9f5 !important
}

.after-bd-light-seashell:after {
    border-color: #fff9f5 !important
}

.before-bg-minor-seashell:before {
    background: #fff6f0 !important
}

.before-fg-minor-seashell:before {
    color: #fff6f0 !important
}

.before-bd-minor-seashell:before {
    border-color: #fff6f0 !important
}

.after-bg-minor-seashell:after {
    background: #fff6f0 !important
}

.after-fg-minor-seashell:after {
    color: #fff6f0 !important
}

.after-bd-minor-seashell:after {
    border-color: #fff6f0 !important
}

.before-bg-sat-seashell:before {
    background: #ffc499 !important
}

.before-fg-sat-seashell:before {
    color: #ffc499 !important
}

.before-bd-sat-seashell:before {
    border-color: #ffc499 !important
}

.after-bg-sat-seashell:after {
    background: #ffc499 !important
}

.after-fg-sat-seashell:after {
    color: #ffc499 !important
}

.after-bd-sat-seashell:after {
    border-color: #ffc499 !important
}

.before-bg-dark-seashell:before {
    background: #ffa666 !important
}

.before-fg-dark-seashell:before {
    color: #ffa666 !important
}

.before-bd-dark-seashell:before {
    border-color: #ffa666 !important
}

.after-bg-dark-seashell:after {
    background: #ffa666 !important
}

.after-fg-dark-seashell:after {
    color: #ffa666 !important
}

.after-bd-dark-seashell:after {
    border-color: #ffa666 !important
}

.before-bg-light-sand:before {
    background: #fcf8ee !important
}

.before-fg-light-sand:before {
    color: #fcf8ee !important
}

.before-bd-light-sand:before {
    border-color: #fcf8ee !important
}

.after-bg-light-sand:after {
    background: #fcf8ee !important
}

.after-fg-light-sand:after {
    color: #fcf8ee !important
}

.after-bd-light-sand:after {
    border-color: #fcf8ee !important
}

.before-bg-minor-sand:before {
    background: #f6ebcb !important
}

.before-fg-minor-sand:before {
    color: #f6ebcb !important
}

.before-bd-minor-sand:before {
    border-color: #f6ebcb !important
}

.after-bg-minor-sand:after {
    background: #f6ebcb !important
}

.after-fg-minor-sand:after {
    color: #f6ebcb !important
}

.after-bd-minor-sand:after {
    border-color: #f6ebcb !important
}

.before-bg-sat-sand:before {
    background: #e6c76b !important
}

.before-fg-sat-sand:before {
    color: #e6c76b !important
}

.before-bd-sat-sand:before {
    border-color: #e6c76b !important
}

.after-bg-sat-sand:after {
    background: #e6c76b !important
}

.after-fg-sat-sand:after {
    color: #e6c76b !important
}

.after-bd-sat-sand:after {
    border-color: #e6c76b !important
}

.before-bg-dark-sand:before {
    background: #deb73f !important
}

.before-fg-dark-sand:before {
    color: #deb73f !important
}

.before-bd-dark-sand:before {
    border-color: #deb73f !important
}

.after-bg-dark-sand:after {
    background: #deb73f !important
}

.after-fg-dark-sand:after {
    color: #deb73f !important
}

.after-bd-dark-sand:after {
    border-color: #deb73f !important
}

:root {
    --ribbed-size: 20px;
    --ribbed-alpha: .15;
    --ribbed-angle: -45deg
}

.ribbed-gray {
    background: #ccc linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-gray {
    background: #f2f2f2 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-gray {
    background: #dedede linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-gray {
    background: #a6a6a6 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-gray {
    background: #8c8c8c linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-gray-blue {
    background: #6b8aa8 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-gray-blue {
    background: #ccd6e1 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-gray-blue {
    background: #9bb0c5 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-gray-blue {
    background: #4a637d linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-gray-blue {
    background: #374a5d linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-gray-mouse {
    background: #576c75 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-gray-mouse {
    background: #a7b7be linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-gray-mouse {
    background: #7b939d linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-gray-mouse {
    background: #364349 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-gray-mouse {
    background: #21282c linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-lime {
    background: #aefd6d linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-lime {
    background: #e6fed2 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-lime {
    background: #cafea0 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-lime {
    background: #84fc22 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-lime {
    background: #6ae704 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-green {
    background: #00b300 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-green {
    background: #9f9 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-green {
    background: #00e600 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-green {
    background: #060 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-green {
    background: #030 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-emerald {
    background: #51c878 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-emerald {
    background: #c5edd2 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-emerald {
    background: #77d496 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-emerald {
    background: #319b54 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-emerald {
    background: #25743f linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-blue {
    background: #5c85ff linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-blue {
    background: #dbe4ff linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-blue {
    background: #8fabff linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-blue {
    background: #0f4bff linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-blue {
    background: #0037db linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-teal {
    background: #1ac7c7 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-teal {
    background: #a0f3f3 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-teal {
    background: #2fe4e4 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-teal {
    background: #118383 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-teal {
    background: #0b5656 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-cyan {
    background: #94b6ff linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-cyan {
    background: #e0eaff linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-cyan {
    background: #c7d9ff linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-cyan {
    background: #4782ff linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-cyan {
    background: #145fff linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-cobalt {
    background: #0048ad linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-cobalt {
    background: #94c1ff linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-cobalt {
    background: #0068fa linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-cobalt {
    background: #002861 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-cobalt {
    background: #00132e linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-indigo {
    background: #6500a8 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-indigo {
    background: #d28fff linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-indigo {
    background: #9300f5 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-indigo {
    background: #37005c linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-indigo {
    background: #180029 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-almost {
    background: #692ced linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-almost {
    background: #cdb9f9 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-almost {
    background: #9b72f3 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-almost {
    background: #4710bc linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-almost {
    background: #350c8d linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-violet {
    background: #ee81ee linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-violet {
    background: #fadbfa linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-violet {
    background: #f4aef4 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-violet {
    background: #e53ee5 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-violet {
    background: #d31dd3 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-pink {
    background: #ffc2cc linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-pink {
    background: #fff5f7 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-pink {
    background: #ffdbe1 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-pink {
    background: #ff758c linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-pink {
    background: #ff4262 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-magenta {
    background: #f0f linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-magenta {
    background: #fcf linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-magenta {
    background: #ff80ff linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-magenta {
    background: #b300b3 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-magenta {
    background: purple linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-crimson {
    background: #dd0e37 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-crimson {
    background: #fcd4dc linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-crimson {
    background: #f55c7b linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-crimson {
    background: #950925 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-crimson {
    background: #650619 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-red {
    background: red linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-red {
    background: #ffb3b3 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-red {
    background: #f66 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-red {
    background: #b30000 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-red {
    background: maroon linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-clown {
    background: #ff6e66 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-clown {
    background: #ffe7e5 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-clown {
    background: #ffb6b3 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-clown {
    background: #ff251a linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-clown {
    background: #e60b00 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-orange {
    background: #ffa600 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-orange {
    background: #ffedcc linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-orange {
    background: #ffd280 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-orange {
    background: #b37400 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-orange {
    background: #805300 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-amber {
    background: #ffc929 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-amber {
    background: #ffe38f linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-amber {
    background: #ffd65c linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-amber {
    background: #dba400 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-amber {
    background: #a87e00 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-yellow {
    background: #ffe95c linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-yellow {
    background: #fffadb linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-yellow {
    background: #fff3a8 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-yellow {
    background: #ffdf0f linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-yellow {
    background: #dbbe00 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-brown {
    background: #c9763b linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-brown {
    background: #eacab3 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-brown {
    background: #daa077 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-brown {
    background: #905327 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-brown {
    background: #683c1d linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-olive {
    background: #a3a300 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-olive {
    background: #ffff70 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-olive {
    background: #d6d600 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-olive {
    background: #575700 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-olive {
    background: #242400 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-steel {
    background: #7d92a6 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-steel {
    background: #d8dee4 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-steel {
    background: #b9c5cf linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-steel {
    background: #576c7f linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-steel {
    background: #425261 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-mauve {
    background: #e0adff linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-mauve {
    background: #f7ebff linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-mauve {
    background: #ebccff linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-mauve {
    background: #c261ff linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-mauve {
    background: #af2eff linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-taupe {
    background: #987f67 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-taupe {
    background: #d6ccc2 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-taupe {
    background: #bbaa9b linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-taupe {
    background: #6a5948 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-taupe {
    background: #4c3f34 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-champagne {
    background: #f7e6ca linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-champagne {
    background: #fefbf6 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-champagne {
    background: #faf0e0 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-champagne {
    background: #edc687 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-champagne {
    background: #e6b15b linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-khaki {
    background: #d5c58b linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-khaki {
    background: #f7f4e9 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-khaki {
    background: #e9e1c3 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-khaki {
    background: #c1a953 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-khaki {
    background: #a58e3b linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-charcoal {
    background: #999 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-charcoal {
    background: #e6e6e6 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-charcoal {
    background: #ccc linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-charcoal {
    background: #737373 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-charcoal {
    background: #595959 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-bronze {
    background: #e48f3f linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-bronze {
    background: #f7ddc5 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-bronze {
    background: #edb682 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-bronze {
    background: #bb681b linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-bronze {
    background: #8f5014 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-windstorm {
    background: #7a9fd6 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-windstorm {
    background: #e4ebf7 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-windstorm {
    background: #b5c9e8 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-windstorm {
    background: #4075c4 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-windstorm {
    background: #315da0 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-nude {
    background: #f7d8bb linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-nude {
    background: #fdf7f1 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-nude {
    background: #fbeada linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-nude {
    background: #efb076 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-nude {
    background: #ea9648 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-terracotta {
    background: #e35235 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-terracotta {
    background: #f6c5bc linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-terracotta {
    background: #ed8c78 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-terracotta {
    background: #b43218 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-terracotta {
    background: #872612 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-coral {
    background: #ff8457 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-coral {
    background: #ffe1d6 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-coral {
    background: #ffbca3 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-coral {
    background: #ff4b0a linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-coral {
    background: #d63900 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-army {
    background: #5f6732 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-army {
    background: #ced5aa linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-army {
    background: #94a14f linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-army {
    background: #2f3319 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-army {
    background: #101108 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-seashell {
    background: #fff0e5 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-seashell {
    background: #fff9f5 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-seashell {
    background: #fff6f0 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-seashell {
    background: #ffc499 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-seashell {
    background: #ffa666 linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sand {
    background: #f1e0ac linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-light-sand {
    background: #fcf8ee linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-minor-sand {
    background: #f6ebcb linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-sat-sand {
    background: #e6c76b linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.ribbed-dark-sand {
    background: #deb73f linear-gradient(var(--ribbed-angle),rgba(255,255,255,var(--ribbed-alpha)) 25%,transparent 25%,transparent 50%,rgba(255,255,255,var(--ribbed-alpha)) 50%,rgba(255,255,255,var(--ribbed-alpha)) 75%,transparent 75%,transparent) !important;
    background-size: var(--ribbed-size) var(--ribbed-size) !important
}

.primary {
    outline-color: #fee5e5 !important;
    background-color: #f75553 !important;
    border-color: #f75553 !important;
    color: #fff !important
}

    .primary .dropdown-caret {
        fill: #fff !important
    }

.secondary {
    outline-color: #ed632a !important;
    background-color: #74290a !important;
    border-color: #74290a !important;
    color: #fff !important
}

    .secondary .dropdown-caret {
        fill: #fff !important
    }

.tertiary {
    outline-color: #fff !important;
    background-color: #ffbebd !important;
    border-color: #ffbebd !important;
    color: #fff !important
}

    .tertiary .dropdown-caret {
        fill: #fff !important
    }

.success {
    outline-color: #c5edd2 !important;
    background-color: #51c878 !important;
    border-color: #51c878 !important;
    color: #fff !important
}

    .success .dropdown-caret {
        fill: #fff !important
    }

.alert {
    outline-color: #f88ca1 !important;
    background-color: #dd0e37 !important;
    border-color: #dd0e37 !important;
    color: #fff !important
}

    .alert .dropdown-caret {
        fill: #fff !important
    }

.warning {
    outline-color: #ffdb99 !important;
    background-color: #ffa600 !important;
    border-color: #ffa600 !important;
    color: #fff !important
}

    .warning .dropdown-caret {
        fill: #fff !important
    }

.info {
    outline-color: #dfebff !important;
    background-color: #468cff !important;
    border-color: #468cff !important;
    color: #fff !important
}

    .info .dropdown-caret {
        fill: #fff !important
    }

.dark {
    outline-color: #9d9d9d !important;
    background-color: #505050 !important;
    border-color: #505050 !important;
    color: #fff !important
}

    .dark .dropdown-caret {
        fill: #fff !important
    }

.light {
    outline-color: #fff !important;
    background-color: #f8f8f8 !important;
    border-color: #f8f8f8 !important;
    color: #fff !important
}

    .light .dropdown-caret {
        fill: #fff !important
    }

button.primary.outline, .button.primary.outline, .command-button.primary.outline, .shortcut.primary.outline, .action-button.primary.outline {
    color: #f75553 !important;
    border-color: #f75553 !important;
    background-color: transparent !important
}

    button.primary.outline .dropdown-caret, .button.primary.outline .dropdown-caret, .command-button.primary.outline .dropdown-caret, .shortcut.primary.outline .dropdown-caret, .action-button.primary.outline .dropdown-caret {
        fill: #f75553 !important
    }

@media(hover:hover) {
    button.primary.outline:hover, .button.primary.outline:hover, .command-button.primary.outline:hover, .shortcut.primary.outline:hover, .action-button.primary.outline:hover {
        color: #fff !important
    }
}

@media(hover:none) {
    button.primary.outline:active, .button.primary.outline:active, .command-button.primary.outline:active, .shortcut.primary.outline:active, .action-button.primary.outline:active {
        color: #fff !important
    }
}

@media(hover:hover) {
    button.primary:hover, .button.primary:hover, .command-button.primary:hover, .shortcut.primary:hover, .action-button.primary:hover {
        color: #fff !important;
        background-color: #f52522 !important;
        border-color: #f52522 !important
    }

        button.primary:hover.dropdown-toggle:before, .button.primary:hover.dropdown-toggle:before, .command-button.primary:hover.dropdown-toggle:before, .shortcut.primary:hover.dropdown-toggle:before, .action-button.primary:hover.dropdown-toggle:before {
            border-color: #fff !important
        }
}

@media(hover:none) {
    button.primary:active, .button.primary:active, .command-button.primary:active, .shortcut.primary:active, .action-button.primary:active {
        color: #fff !important;
        background-color: #f52522 !important;
        border-color: #f52522 !important
    }

        button.primary:active.dropdown-toggle:before, .button.primary:active.dropdown-toggle:before, .command-button.primary:active.dropdown-toggle:before, .shortcut.primary:active.dropdown-toggle:before, .action-button.primary:active.dropdown-toggle:before {
            border-color: #fff !important
        }
}

@media(hover:hover) {
    button.primary.same-color:hover, .button.primary.same-color:hover, .command-button.primary.same-color:hover, .shortcut.primary.same-color:hover, .action-button.primary.same-color:hover {
        background-color: #f75553 !important;
        border-color: #f75553 !important
    }
}

@media(hover:none) {
    button.primary.same-color:active, .button.primary.same-color:active, .command-button.primary.same-color:active, .shortcut.primary.same-color:active, .action-button.primary.same-color:active {
        background-color: #f75553 !important;
        border-color: #f75553 !important
    }
}

button.secondary.outline, .button.secondary.outline, .command-button.secondary.outline, .shortcut.secondary.outline, .action-button.secondary.outline {
    color: #74290a !important;
    border-color: #74290a !important;
    background-color: transparent !important
}

    button.secondary.outline .dropdown-caret, .button.secondary.outline .dropdown-caret, .command-button.secondary.outline .dropdown-caret, .shortcut.secondary.outline .dropdown-caret, .action-button.secondary.outline .dropdown-caret {
        fill: #74290a !important
    }

@media(hover:hover) {
    button.secondary.outline:hover, .button.secondary.outline:hover, .command-button.secondary.outline:hover, .shortcut.secondary.outline:hover, .action-button.secondary.outline:hover {
        color: #fff !important
    }
}

@media(hover:none) {
    button.secondary.outline:active, .button.secondary.outline:active, .command-button.secondary.outline:active, .shortcut.secondary.outline:active, .action-button.secondary.outline:active {
        color: #fff !important
    }
}

@media(hover:hover) {
    button.secondary:hover, .button.secondary:hover, .command-button.secondary:hover, .shortcut.secondary:hover, .action-button.secondary:hover {
        color: #fff !important;
        background-color: #451806 !important;
        border-color: #451806 !important
    }

        button.secondary:hover.dropdown-toggle:before, .button.secondary:hover.dropdown-toggle:before, .command-button.secondary:hover.dropdown-toggle:before, .shortcut.secondary:hover.dropdown-toggle:before, .action-button.secondary:hover.dropdown-toggle:before {
            border-color: #fff !important
        }
}

@media(hover:none) {
    button.secondary:active, .button.secondary:active, .command-button.secondary:active, .shortcut.secondary:active, .action-button.secondary:active {
        color: #fff !important;
        background-color: #451806 !important;
        border-color: #451806 !important
    }

        button.secondary:active.dropdown-toggle:before, .button.secondary:active.dropdown-toggle:before, .command-button.secondary:active.dropdown-toggle:before, .shortcut.secondary:active.dropdown-toggle:before, .action-button.secondary:active.dropdown-toggle:before {
            border-color: #fff !important
        }
}

@media(hover:hover) {
    button.secondary.same-color:hover, .button.secondary.same-color:hover, .command-button.secondary.same-color:hover, .shortcut.secondary.same-color:hover, .action-button.secondary.same-color:hover {
        background-color: #74290a !important;
        border-color: #74290a !important
    }
}

@media(hover:none) {
    button.secondary.same-color:active, .button.secondary.same-color:active, .command-button.secondary.same-color:active, .shortcut.secondary.same-color:active, .action-button.secondary.same-color:active {
        background-color: #74290a !important;
        border-color: #74290a !important
    }
}

button.tertiary.outline, .button.tertiary.outline, .command-button.tertiary.outline, .shortcut.tertiary.outline, .action-button.tertiary.outline {
    color: #ffbebd !important;
    border-color: #ffbebd !important;
    background-color: transparent !important
}

    button.tertiary.outline .dropdown-caret, .button.tertiary.outline .dropdown-caret, .command-button.tertiary.outline .dropdown-caret, .shortcut.tertiary.outline .dropdown-caret, .action-button.tertiary.outline .dropdown-caret {
        fill: #ffbebd !important
    }

@media(hover:hover) {
    button.tertiary.outline:hover, .button.tertiary.outline:hover, .command-button.tertiary.outline:hover, .shortcut.tertiary.outline:hover, .action-button.tertiary.outline:hover {
        color: #fff !important
    }
}

@media(hover:none) {
    button.tertiary.outline:active, .button.tertiary.outline:active, .command-button.tertiary.outline:active, .shortcut.tertiary.outline:active, .action-button.tertiary.outline:active {
        color: #fff !important
    }
}

@media(hover:hover) {
    button.tertiary:hover, .button.tertiary:hover, .command-button.tertiary:hover, .shortcut.tertiary:hover, .action-button.tertiary:hover {
        color: #fff !important;
        background-color: #ff8c8a !important;
        border-color: #ff8c8a !important
    }

        button.tertiary:hover.dropdown-toggle:before, .button.tertiary:hover.dropdown-toggle:before, .command-button.tertiary:hover.dropdown-toggle:before, .shortcut.tertiary:hover.dropdown-toggle:before, .action-button.tertiary:hover.dropdown-toggle:before {
            border-color: #fff !important
        }
}

@media(hover:none) {
    button.tertiary:active, .button.tertiary:active, .command-button.tertiary:active, .shortcut.tertiary:active, .action-button.tertiary:active {
        color: #fff !important;
        background-color: #ff8c8a !important;
        border-color: #ff8c8a !important
    }

        button.tertiary:active.dropdown-toggle:before, .button.tertiary:active.dropdown-toggle:before, .command-button.tertiary:active.dropdown-toggle:before, .shortcut.tertiary:active.dropdown-toggle:before, .action-button.tertiary:active.dropdown-toggle:before {
            border-color: #fff !important
        }
}

@media(hover:hover) {
    button.tertiary.same-color:hover, .button.tertiary.same-color:hover, .command-button.tertiary.same-color:hover, .shortcut.tertiary.same-color:hover, .action-button.tertiary.same-color:hover {
        background-color: #ffbebd !important;
        border-color: #ffbebd !important
    }
}

@media(hover:none) {
    button.tertiary.same-color:active, .button.tertiary.same-color:active, .command-button.tertiary.same-color:active, .shortcut.tertiary.same-color:active, .action-button.tertiary.same-color:active {
        background-color: #ffbebd !important;
        border-color: #ffbebd !important
    }
}

button.success.outline, .button.success.outline, .command-button.success.outline, .shortcut.success.outline, .action-button.success.outline {
    color: #51c878 !important;
    border-color: #51c878 !important;
    background-color: transparent !important
}

    button.success.outline .dropdown-caret, .button.success.outline .dropdown-caret, .command-button.success.outline .dropdown-caret, .shortcut.success.outline .dropdown-caret, .action-button.success.outline .dropdown-caret {
        fill: #51c878 !important
    }

@media(hover:hover) {
    button.success.outline:hover, .button.success.outline:hover, .command-button.success.outline:hover, .shortcut.success.outline:hover, .action-button.success.outline:hover {
        color: #fff !important
    }
}

@media(hover:none) {
    button.success.outline:active, .button.success.outline:active, .command-button.success.outline:active, .shortcut.success.outline:active, .action-button.success.outline:active {
        color: #fff !important
    }
}

@media(hover:hover) {
    button.success:hover, .button.success:hover, .command-button.success:hover, .shortcut.success:hover, .action-button.success:hover {
        color: #fff !important;
        background-color: #37ae5f !important;
        border-color: #37ae5f !important
    }

        button.success:hover.dropdown-toggle:before, .button.success:hover.dropdown-toggle:before, .command-button.success:hover.dropdown-toggle:before, .shortcut.success:hover.dropdown-toggle:before, .action-button.success:hover.dropdown-toggle:before {
            border-color: #fff !important
        }
}

@media(hover:none) {
    button.success:active, .button.success:active, .command-button.success:active, .shortcut.success:active, .action-button.success:active {
        color: #fff !important;
        background-color: #37ae5f !important;
        border-color: #37ae5f !important
    }

        button.success:active.dropdown-toggle:before, .button.success:active.dropdown-toggle:before, .command-button.success:active.dropdown-toggle:before, .shortcut.success:active.dropdown-toggle:before, .action-button.success:active.dropdown-toggle:before {
            border-color: #fff !important
        }
}

@media(hover:hover) {
    button.success.same-color:hover, .button.success.same-color:hover, .command-button.success.same-color:hover, .shortcut.success.same-color:hover, .action-button.success.same-color:hover {
        background-color: #51c878 !important;
        border-color: #51c878 !important
    }
}

@media(hover:none) {
    button.success.same-color:active, .button.success.same-color:active, .command-button.success.same-color:active, .shortcut.success.same-color:active, .action-button.success.same-color:active {
        background-color: #51c878 !important;
        border-color: #51c878 !important
    }
}

button.alert.outline, .button.alert.outline, .command-button.alert.outline, .shortcut.alert.outline, .action-button.alert.outline {
    color: #dd0e37 !important;
    border-color: #dd0e37 !important;
    background-color: transparent !important
}

    button.alert.outline .dropdown-caret, .button.alert.outline .dropdown-caret, .command-button.alert.outline .dropdown-caret, .shortcut.alert.outline .dropdown-caret, .action-button.alert.outline .dropdown-caret {
        fill: #dd0e37 !important
    }

@media(hover:hover) {
    button.alert.outline:hover, .button.alert.outline:hover, .command-button.alert.outline:hover, .shortcut.alert.outline:hover, .action-button.alert.outline:hover {
        color: #fff !important
    }
}

@media(hover:none) {
    button.alert.outline:active, .button.alert.outline:active, .command-button.alert.outline:active, .shortcut.alert.outline:active, .action-button.alert.outline:active {
        color: #fff !important
    }
}

@media(hover:hover) {
    button.alert:hover, .button.alert:hover, .command-button.alert:hover, .shortcut.alert:hover, .action-button.alert:hover {
        color: #fff !important;
        background-color: #ad0b2b !important;
        border-color: #ad0b2b !important
    }

        button.alert:hover.dropdown-toggle:before, .button.alert:hover.dropdown-toggle:before, .command-button.alert:hover.dropdown-toggle:before, .shortcut.alert:hover.dropdown-toggle:before, .action-button.alert:hover.dropdown-toggle:before {
            border-color: #fff !important
        }
}

@media(hover:none) {
    button.alert:active, .button.alert:active, .command-button.alert:active, .shortcut.alert:active, .action-button.alert:active {
        color: #fff !important;
        background-color: #ad0b2b !important;
        border-color: #ad0b2b !important
    }

        button.alert:active.dropdown-toggle:before, .button.alert:active.dropdown-toggle:before, .command-button.alert:active.dropdown-toggle:before, .shortcut.alert:active.dropdown-toggle:before, .action-button.alert:active.dropdown-toggle:before {
            border-color: #fff !important
        }
}

@media(hover:hover) {
    button.alert.same-color:hover, .button.alert.same-color:hover, .command-button.alert.same-color:hover, .shortcut.alert.same-color:hover, .action-button.alert.same-color:hover {
        background-color: #dd0e37 !important;
        border-color: #dd0e37 !important
    }
}

@media(hover:none) {
    button.alert.same-color:active, .button.alert.same-color:active, .command-button.alert.same-color:active, .shortcut.alert.same-color:active, .action-button.alert.same-color:active {
        background-color: #dd0e37 !important;
        border-color: #dd0e37 !important
    }
}

button.warning.outline, .button.warning.outline, .command-button.warning.outline, .shortcut.warning.outline, .action-button.warning.outline {
    color: #ffa600 !important;
    border-color: #ffa600 !important;
    background-color: transparent !important
}

    button.warning.outline .dropdown-caret, .button.warning.outline .dropdown-caret, .command-button.warning.outline .dropdown-caret, .shortcut.warning.outline .dropdown-caret, .action-button.warning.outline .dropdown-caret {
        fill: #ffa600 !important
    }

@media(hover:hover) {
    button.warning.outline:hover, .button.warning.outline:hover, .command-button.warning.outline:hover, .shortcut.warning.outline:hover, .action-button.warning.outline:hover {
        color: #fff !important
    }
}

@media(hover:none) {
    button.warning.outline:active, .button.warning.outline:active, .command-button.warning.outline:active, .shortcut.warning.outline:active, .action-button.warning.outline:active {
        color: #fff !important
    }
}

@media(hover:hover) {
    button.warning:hover, .button.warning:hover, .command-button.warning:hover, .shortcut.warning:hover, .action-button.warning:hover {
        color: #fff !important;
        background-color: #cc8500 !important;
        border-color: #cc8500 !important
    }

        button.warning:hover.dropdown-toggle:before, .button.warning:hover.dropdown-toggle:before, .command-button.warning:hover.dropdown-toggle:before, .shortcut.warning:hover.dropdown-toggle:before, .action-button.warning:hover.dropdown-toggle:before {
            border-color: #fff !important
        }
}

@media(hover:none) {
    button.warning:active, .button.warning:active, .command-button.warning:active, .shortcut.warning:active, .action-button.warning:active {
        color: #fff !important;
        background-color: #cc8500 !important;
        border-color: #cc8500 !important
    }

        button.warning:active.dropdown-toggle:before, .button.warning:active.dropdown-toggle:before, .command-button.warning:active.dropdown-toggle:before, .shortcut.warning:active.dropdown-toggle:before, .action-button.warning:active.dropdown-toggle:before {
            border-color: #fff !important
        }
}

@media(hover:hover) {
    button.warning.same-color:hover, .button.warning.same-color:hover, .command-button.warning.same-color:hover, .shortcut.warning.same-color:hover, .action-button.warning.same-color:hover {
        background-color: #ffa600 !important;
        border-color: #ffa600 !important
    }
}

@media(hover:none) {
    button.warning.same-color:active, .button.warning.same-color:active, .command-button.warning.same-color:active, .shortcut.warning.same-color:active, .action-button.warning.same-color:active {
        background-color: #ffa600 !important;
        border-color: #ffa600 !important
    }
}

button.info.outline, .button.info.outline, .command-button.info.outline, .shortcut.info.outline, .action-button.info.outline {
    color: #468cff !important;
    border-color: #468cff !important;
    background-color: transparent !important
}

    button.info.outline .dropdown-caret, .button.info.outline .dropdown-caret, .command-button.info.outline .dropdown-caret, .shortcut.info.outline .dropdown-caret, .action-button.info.outline .dropdown-caret {
        fill: #468cff !important
    }

@media(hover:hover) {
    button.info.outline:hover, .button.info.outline:hover, .command-button.info.outline:hover, .shortcut.info.outline:hover, .action-button.info.outline:hover {
        color: #fff !important
    }
}

@media(hover:none) {
    button.info.outline:active, .button.info.outline:active, .command-button.info.outline:active, .shortcut.info.outline:active, .action-button.info.outline:active {
        color: #fff !important
    }
}

@media(hover:hover) {
    button.info:hover, .button.info:hover, .command-button.info:hover, .shortcut.info:hover, .action-button.info:hover {
        color: #fff !important;
        background-color: #136cff !important;
        border-color: #136cff !important
    }

        button.info:hover.dropdown-toggle:before, .button.info:hover.dropdown-toggle:before, .command-button.info:hover.dropdown-toggle:before, .shortcut.info:hover.dropdown-toggle:before, .action-button.info:hover.dropdown-toggle:before {
            border-color: #fff !important
        }
}

@media(hover:none) {
    button.info:active, .button.info:active, .command-button.info:active, .shortcut.info:active, .action-button.info:active {
        color: #fff !important;
        background-color: #136cff !important;
        border-color: #136cff !important
    }

        button.info:active.dropdown-toggle:before, .button.info:active.dropdown-toggle:before, .command-button.info:active.dropdown-toggle:before, .shortcut.info:active.dropdown-toggle:before, .action-button.info:active.dropdown-toggle:before {
            border-color: #fff !important
        }
}

@media(hover:hover) {
    button.info.same-color:hover, .button.info.same-color:hover, .command-button.info.same-color:hover, .shortcut.info.same-color:hover, .action-button.info.same-color:hover {
        background-color: #468cff !important;
        border-color: #468cff !important
    }
}

@media(hover:none) {
    button.info.same-color:active, .button.info.same-color:active, .command-button.info.same-color:active, .shortcut.info.same-color:active, .action-button.info.same-color:active {
        background-color: #468cff !important;
        border-color: #468cff !important
    }
}

button.dark.outline, .button.dark.outline, .command-button.dark.outline, .shortcut.dark.outline, .action-button.dark.outline {
    color: #505050 !important;
    border-color: #505050 !important;
    background-color: transparent !important
}

    button.dark.outline .dropdown-caret, .button.dark.outline .dropdown-caret, .command-button.dark.outline .dropdown-caret, .shortcut.dark.outline .dropdown-caret, .action-button.dark.outline .dropdown-caret {
        fill: #505050 !important
    }

@media(hover:hover) {
    button.dark.outline:hover, .button.dark.outline:hover, .command-button.dark.outline:hover, .shortcut.dark.outline:hover, .action-button.dark.outline:hover {
        color: #fff !important
    }
}

@media(hover:none) {
    button.dark.outline:active, .button.dark.outline:active, .command-button.dark.outline:active, .shortcut.dark.outline:active, .action-button.dark.outline:active {
        color: #fff !important
    }
}

@media(hover:hover) {
    button.dark:hover, .button.dark:hover, .command-button.dark:hover, .shortcut.dark:hover, .action-button.dark:hover {
        color: #fff !important;
        background-color: #373737 !important;
        border-color: #373737 !important
    }

        button.dark:hover.dropdown-toggle:before, .button.dark:hover.dropdown-toggle:before, .command-button.dark:hover.dropdown-toggle:before, .shortcut.dark:hover.dropdown-toggle:before, .action-button.dark:hover.dropdown-toggle:before {
            border-color: #fff !important
        }
}

@media(hover:none) {
    button.dark:active, .button.dark:active, .command-button.dark:active, .shortcut.dark:active, .action-button.dark:active {
        color: #fff !important;
        background-color: #373737 !important;
        border-color: #373737 !important
    }

        button.dark:active.dropdown-toggle:before, .button.dark:active.dropdown-toggle:before, .command-button.dark:active.dropdown-toggle:before, .shortcut.dark:active.dropdown-toggle:before, .action-button.dark:active.dropdown-toggle:before {
            border-color: #fff !important
        }
}

@media(hover:hover) {
    button.dark.same-color:hover, .button.dark.same-color:hover, .command-button.dark.same-color:hover, .shortcut.dark.same-color:hover, .action-button.dark.same-color:hover {
        background-color: #505050 !important;
        border-color: #505050 !important
    }
}

@media(hover:none) {
    button.dark.same-color:active, .button.dark.same-color:active, .command-button.dark.same-color:active, .shortcut.dark.same-color:active, .action-button.dark.same-color:active {
        background-color: #505050 !important;
        border-color: #505050 !important
    }
}

button.light.outline, .button.light.outline, .command-button.light.outline, .shortcut.light.outline, .action-button.light.outline {
    color: #f8f8f8 !important;
    border-color: #f8f8f8 !important;
    background-color: transparent !important
}

    button.light.outline .dropdown-caret, .button.light.outline .dropdown-caret, .command-button.light.outline .dropdown-caret, .shortcut.light.outline .dropdown-caret, .action-button.light.outline .dropdown-caret {
        fill: #f8f8f8 !important
    }

@media(hover:hover) {
    button.light.outline:hover, .button.light.outline:hover, .command-button.light.outline:hover, .shortcut.light.outline:hover, .action-button.light.outline:hover {
        color: #fff !important
    }
}

@media(hover:none) {
    button.light.outline:active, .button.light.outline:active, .command-button.light.outline:active, .shortcut.light.outline:active, .action-button.light.outline:active {
        color: #fff !important
    }
}

@media(hover:hover) {
    button.light:hover, .button.light:hover, .command-button.light:hover, .shortcut.light:hover, .action-button.light:hover {
        color: #fff !important;
        background-color: #dfdfdf !important;
        border-color: #dfdfdf !important
    }

        button.light:hover.dropdown-toggle:before, .button.light:hover.dropdown-toggle:before, .command-button.light:hover.dropdown-toggle:before, .shortcut.light:hover.dropdown-toggle:before, .action-button.light:hover.dropdown-toggle:before {
            border-color: #fff !important
        }
}

@media(hover:none) {
    button.light:active, .button.light:active, .command-button.light:active, .shortcut.light:active, .action-button.light:active {
        color: #fff !important;
        background-color: #dfdfdf !important;
        border-color: #dfdfdf !important
    }

        button.light:active.dropdown-toggle:before, .button.light:active.dropdown-toggle:before, .command-button.light:active.dropdown-toggle:before, .shortcut.light:active.dropdown-toggle:before, .action-button.light:active.dropdown-toggle:before {
            border-color: #fff !important
        }
}

@media(hover:hover) {
    button.light.same-color:hover, .button.light.same-color:hover, .command-button.light.same-color:hover, .shortcut.light.same-color:hover, .action-button.light.same-color:hover {
        background-color: #f8f8f8 !important;
        border-color: #f8f8f8 !important
    }
}

@media(hover:none) {
    button.light.same-color:active, .button.light.same-color:active, .command-button.light.same-color:active, .shortcut.light.same-color:active, .action-button.light.same-color:active {
        background-color: #f8f8f8 !important;
        border-color: #f8f8f8 !important
    }
}

button.yellow, .button.yellow, .command-button.yellow, .shortcut.yellow, .action-button.yellow, button.yellow.outline, .button.yellow.outline, .command-button.yellow.outline, .shortcut.yellow.outline, .action-button.yellow.outline, button.light, .button.light, .command-button.light, .shortcut.light, .action-button.light, button.light.outline, .button.light.outline, .command-button.light.outline, .shortcut.light.outline, .action-button.light.outline {
    color: #1d1d1d !important
}

    button.yellow .dropdown-caret, .button.yellow .dropdown-caret, .command-button.yellow .dropdown-caret, .shortcut.yellow .dropdown-caret, .action-button.yellow .dropdown-caret, button.yellow.outline .dropdown-caret, .button.yellow.outline .dropdown-caret, .command-button.yellow.outline .dropdown-caret, .shortcut.yellow.outline .dropdown-caret, .action-button.yellow.outline .dropdown-caret, button.light .dropdown-caret, .button.light .dropdown-caret, .command-button.light .dropdown-caret, .shortcut.light .dropdown-caret, .action-button.light .dropdown-caret, button.light.outline .dropdown-caret, .button.light.outline .dropdown-caret, .command-button.light.outline .dropdown-caret, .shortcut.light.outline .dropdown-caret, .action-button.light.outline .dropdown-caret {
        fill: #1d1d1d !important
    }

@media(hover:hover) {
    button.yellow:hover, .button.yellow:hover, .command-button.yellow:hover, .shortcut.yellow:hover, .action-button.yellow:hover, button.yellow.outline:hover, .button.yellow.outline:hover, .command-button.yellow.outline:hover, .shortcut.yellow.outline:hover, .action-button.yellow.outline:hover, button.light:hover, .button.light:hover, .command-button.light:hover, .shortcut.light:hover, .action-button.light:hover, button.light.outline:hover, .button.light.outline:hover, .command-button.light.outline:hover, .shortcut.light.outline:hover, .action-button.light.outline:hover, button.yellow.outline.outline:hover, .button.yellow.outline.outline:hover, .command-button.yellow.outline.outline:hover, .shortcut.yellow.outline.outline:hover, .action-button.yellow.outline.outline:hover, button.light.outline.outline:hover, .button.light.outline.outline:hover, .command-button.light.outline.outline:hover, .shortcut.light.outline.outline:hover, .action-button.light.outline.outline:hover {
        color: #1d1d1d !important
    }
}

@media(hover:none) {
    button.yellow:active, .button.yellow:active, .command-button.yellow:active, .shortcut.yellow:active, .action-button.yellow:active, button.yellow.outline:active, .button.yellow.outline:active, .command-button.yellow.outline:active, .shortcut.yellow.outline:active, .action-button.yellow.outline:active, button.light:active, .button.light:active, .command-button.light:active, .shortcut.light:active, .action-button.light:active, button.light.outline:active, .button.light.outline:active, .command-button.light.outline:active, .shortcut.light.outline:active, .action-button.light.outline:active, button.yellow.outline.outline:active, .button.yellow.outline.outline:active, .command-button.yellow.outline.outline:active, .shortcut.yellow.outline.outline:active, .action-button.yellow.outline.outline:active, button.light.outline.outline:active, .button.light.outline.outline:active, .command-button.light.outline.outline:active, .shortcut.light.outline.outline:active, .action-button.light.outline.outline:active {
        color: #1d1d1d !important
    }
}

.focusable.primary:active, .focusable.primary.focus, .focusable.primary:focus {
    box-shadow: 0 0 0 3px #f7555373 !important
}

.focusable.secondary:active, .focusable.secondary.focus, .focusable.secondary:focus {
    box-shadow: 0 0 0 3px #74290a73 !important
}

.focusable.tertiary:active, .focusable.tertiary.focus, .focusable.tertiary:focus {
    box-shadow: 0 0 0 3px #ffbebd73 !important
}

.focusable.success:active, .focusable.success.focus, .focusable.success:focus {
    box-shadow: 0 0 0 3px #51c87873 !important
}

.focusable.alert:active, .focusable.alert.focus, .focusable.alert:focus {
    box-shadow: 0 0 0 3px #dd0e3773 !important
}

.focusable.warning:active, .focusable.warning.focus, .focusable.warning:focus {
    box-shadow: 0 0 0 3px #ffa60073 !important
}

.focusable.info:active, .focusable.info.focus, .focusable.info:focus {
    box-shadow: 0 0 0 3px #468cff73 !important
}

.focusable.dark:active, .focusable.dark.focus, .focusable.dark:focus {
    box-shadow: 0 0 0 3px #50505073 !important
}

.focusable.light:active, .focusable.light.focus, .focusable.light:focus {
    box-shadow: 0 0 0 3px #f8f8f873 !important
}

.metro-input.primary, .file.primary, .input.primary, .select.primary, .textarea.primary, .keypad.primary, .tag-input.primary, .spinner.primary {
    border-color: #f75553
}

    .metro-input.primary:focus, .file.primary:focus, .input.primary:focus, .select.primary:focus, .textarea.primary:focus, .keypad.primary:focus, .tag-input.primary:focus, .spinner.primary:focus, .metro-input.primary.focused, .file.primary.focused, .input.primary.focused, .select.primary.focused, .textarea.primary.focused, .keypad.primary.focused, .tag-input.primary.focused, .spinner.primary.focused {
        box-shadow: 0 0 0 3px #f7555373
    }

.metro-input.secondary, .file.secondary, .input.secondary, .select.secondary, .textarea.secondary, .keypad.secondary, .tag-input.secondary, .spinner.secondary {
    border-color: #74290a
}

    .metro-input.secondary:focus, .file.secondary:focus, .input.secondary:focus, .select.secondary:focus, .textarea.secondary:focus, .keypad.secondary:focus, .tag-input.secondary:focus, .spinner.secondary:focus, .metro-input.secondary.focused, .file.secondary.focused, .input.secondary.focused, .select.secondary.focused, .textarea.secondary.focused, .keypad.secondary.focused, .tag-input.secondary.focused, .spinner.secondary.focused {
        box-shadow: 0 0 0 3px #74290a73
    }

.metro-input.tertiary, .file.tertiary, .input.tertiary, .select.tertiary, .textarea.tertiary, .keypad.tertiary, .tag-input.tertiary, .spinner.tertiary {
    border-color: #ffbebd
}

    .metro-input.tertiary:focus, .file.tertiary:focus, .input.tertiary:focus, .select.tertiary:focus, .textarea.tertiary:focus, .keypad.tertiary:focus, .tag-input.tertiary:focus, .spinner.tertiary:focus, .metro-input.tertiary.focused, .file.tertiary.focused, .input.tertiary.focused, .select.tertiary.focused, .textarea.tertiary.focused, .keypad.tertiary.focused, .tag-input.tertiary.focused, .spinner.tertiary.focused {
        box-shadow: 0 0 0 3px #ffbebd73
    }

.metro-input.success, .file.success, .input.success, .select.success, .textarea.success, .keypad.success, .tag-input.success, .spinner.success {
    border-color: #51c878
}

    .metro-input.success:focus, .file.success:focus, .input.success:focus, .select.success:focus, .textarea.success:focus, .keypad.success:focus, .tag-input.success:focus, .spinner.success:focus, .metro-input.success.focused, .file.success.focused, .input.success.focused, .select.success.focused, .textarea.success.focused, .keypad.success.focused, .tag-input.success.focused, .spinner.success.focused {
        box-shadow: 0 0 0 3px #51c87873
    }

.metro-input.alert, .file.alert, .input.alert, .select.alert, .textarea.alert, .keypad.alert, .tag-input.alert, .spinner.alert {
    border-color: #dd0e37
}

    .metro-input.alert:focus, .file.alert:focus, .input.alert:focus, .select.alert:focus, .textarea.alert:focus, .keypad.alert:focus, .tag-input.alert:focus, .spinner.alert:focus, .metro-input.alert.focused, .file.alert.focused, .input.alert.focused, .select.alert.focused, .textarea.alert.focused, .keypad.alert.focused, .tag-input.alert.focused, .spinner.alert.focused {
        box-shadow: 0 0 0 3px #dd0e3773
    }

.metro-input.warning, .file.warning, .input.warning, .select.warning, .textarea.warning, .keypad.warning, .tag-input.warning, .spinner.warning {
    border-color: #ffa600
}

    .metro-input.warning:focus, .file.warning:focus, .input.warning:focus, .select.warning:focus, .textarea.warning:focus, .keypad.warning:focus, .tag-input.warning:focus, .spinner.warning:focus, .metro-input.warning.focused, .file.warning.focused, .input.warning.focused, .select.warning.focused, .textarea.warning.focused, .keypad.warning.focused, .tag-input.warning.focused, .spinner.warning.focused {
        box-shadow: 0 0 0 3px #ffa60073
    }

.metro-input.info, .file.info, .input.info, .select.info, .textarea.info, .keypad.info, .tag-input.info, .spinner.info {
    border-color: #468cff
}

    .metro-input.info:focus, .file.info:focus, .input.info:focus, .select.info:focus, .textarea.info:focus, .keypad.info:focus, .tag-input.info:focus, .spinner.info:focus, .metro-input.info.focused, .file.info.focused, .input.info.focused, .select.info.focused, .textarea.info.focused, .keypad.info.focused, .tag-input.info.focused, .spinner.info.focused {
        box-shadow: 0 0 0 3px #468cff73
    }

.metro-input.dark, .file.dark, .input.dark, .select.dark, .textarea.dark, .keypad.dark, .tag-input.dark, .spinner.dark {
    border-color: #505050
}

    .metro-input.dark:focus, .file.dark:focus, .input.dark:focus, .select.dark:focus, .textarea.dark:focus, .keypad.dark:focus, .tag-input.dark:focus, .spinner.dark:focus, .metro-input.dark.focused, .file.dark.focused, .input.dark.focused, .select.dark.focused, .textarea.dark.focused, .keypad.dark.focused, .tag-input.dark.focused, .spinner.dark.focused {
        box-shadow: 0 0 0 3px #50505073
    }

.metro-input.light, .file.light, .input.light, .select.light, .textarea.light, .keypad.light, .tag-input.light, .spinner.light {
    border-color: #f8f8f8
}

    .metro-input.light:focus, .file.light:focus, .input.light:focus, .select.light:focus, .textarea.light:focus, .keypad.light:focus, .tag-input.light:focus, .spinner.light:focus, .metro-input.light.focused, .file.light.focused, .input.light.focused, .select.light.focused, .textarea.light.focused, .keypad.light.focused, .tag-input.light.focused, .spinner.light.focused {
        box-shadow: 0 0 0 3px #f8f8f873
    }

:root {
    --gradient-direction: to right;
    --gradient-position: circle
}

.gradient {
    background: var(--background) !important
}

.gradient-text {
    background: var(--background) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important
}

.gradient-gray {
    --background: linear-gradient(var(--gradient-direction), hsl(0, 0%, 90%), hsl(0, 0%, 65%))
}

.gradient-gray-blue {
    --background: linear-gradient(var(--gradient-direction), hsl(210, 26%, 64%), hsl(210, 26%, 39%))
}

.gradient-gray-mouse {
    --background: linear-gradient(var(--gradient-direction), hsl(199, 15%, 50%), hsl(199, 15%, 25%))
}

.gradient-lime {
    --background: linear-gradient(var(--gradient-direction), hsl(93, 97%, 81%), hsl(93, 97%, 56%))
}

.gradient-green {
    --background: linear-gradient(var(--gradient-direction), hsl(120, 100%, 55%), hsl(120, 100%, 25%))
}

.gradient-emerald {
    --background: linear-gradient(var(--gradient-direction), hsl(140, 52%, 70%), hsl(140, 52%, 35%))
}

.gradient-blue {
    --background: linear-gradient(var(--gradient-direction), hsl(225, 100%, 78%), hsl(225, 100%, 43%))
}

.gradient-teal {
    --background: linear-gradient(var(--gradient-direction), hsl(180, 77%, 64%), hsl(180, 77%, 29%))
}

.gradient-cyan {
    --background: linear-gradient(var(--gradient-direction), hsl(221, 100%, 84%), hsl(221, 100%, 59%))
}

.gradient-cobalt {
    --background: linear-gradient(var(--gradient-direction), hsl(215, 100%, 59%), hsl(215, 100%, 24%))
}

.gradient-indigo {
    --background: linear-gradient(var(--gradient-direction), hsl(276, 100%, 63%), hsl(276, 100%, 18%))
}

.gradient-almost {
    --background: linear-gradient(var(--gradient-direction), hsl(259, 84%, 75%), hsl(259, 84%, 40%))
}

.gradient-violet {
    --background: linear-gradient(var(--gradient-direction), hsl(300, 76%, 82%), hsl(300, 76%, 52%))
}

.gradient-pink {
    --background: linear-gradient(var(--gradient-direction), hsl(350, 100%, 93%), hsl(350, 100%, 73%))
}

.gradient-magenta {
    --background: linear-gradient(var(--gradient-direction), hsl(300, 100%, 65%), hsl(300, 100%, 30%))
}

.gradient-crimson {
    --background: linear-gradient(var(--gradient-direction), hsl(348, 88%, 66%), hsl(348, 88%, 31%))
}

.gradient-red {
    --background: linear-gradient(var(--gradient-direction), hsl(0, 100%, 65%), hsl(0, 100%, 30%))
}

.gradient-clown {
    --background: linear-gradient(var(--gradient-direction), hsl(3, 100%, 80%), hsl(3, 100%, 55%))
}

.gradient-orange {
    --background: linear-gradient(var(--gradient-direction), hsl(39, 100%, 65%), hsl(39, 100%, 30%))
}

.gradient-amber {
    --background: linear-gradient(var(--gradient-direction), hsl(45, 100%, 68%), hsl(45, 100%, 43%))
}

.gradient-yellow {
    --background: linear-gradient(var(--gradient-direction), hsl(52, 100%, 78%), hsl(52, 100%, 43%))
}

.gradient-brown {
    --background: linear-gradient(var(--gradient-direction), hsl(25, 57%, 71%), hsl(25, 57%, 36%))
}

.gradient-olive {
    --background: linear-gradient(var(--gradient-direction), hsl(60, 100%, 57%), hsl(60, 100%, 22%))
}

.gradient-steel {
    --background: linear-gradient(var(--gradient-direction), hsl(209, 19%, 72%), hsl(209, 19%, 37%))
}

.gradient-mauve {
    --background: linear-gradient(var(--gradient-direction), hsl(277, 100%, 89%), hsl(277, 100%, 69%))
}

.gradient-taupe {
    --background: linear-gradient(var(--gradient-direction), hsl(29, 19%, 70%), hsl(29, 19%, 35%))
}

.gradient-champagne {
    --background: linear-gradient(var(--gradient-direction), hsl(37, 74%, 93%), hsl(37, 74%, 68%))
}

.gradient-khaki {
    --background: linear-gradient(var(--gradient-direction), hsl(47, 47%, 84%), hsl(47, 47%, 49%))
}

.gradient-charcoal {
    --background: linear-gradient(var(--gradient-direction), hsl(0, 0%, 80%), hsl(0, 0%, 45%))
}

.gradient-bronze {
    --background: linear-gradient(var(--gradient-direction), hsl(29, 75%, 72%), hsl(29, 75%, 37%))
}

.gradient-windstorm {
    --background: linear-gradient(var(--gradient-direction), hsl(216, 53%, 81%), hsl(216, 53%, 46%))
}

.gradient-nude {
    --background: linear-gradient(var(--gradient-direction), hsl(29, 79%, 93%), hsl(29, 79%, 67%))
}

.gradient-terracotta {
    --background: linear-gradient(var(--gradient-direction), hsl(10, 76%, 75%), hsl(10, 76%, 40%))
}

.gradient-coral {
    --background: linear-gradient(var(--gradient-direction), hsl(16, 100%, 77%), hsl(16, 100%, 47%))
}

.gradient-army {
    --background: linear-gradient(var(--gradient-direction), hsl(69, 34%, 55%), hsl(69, 34%, 20%))
}

.gradient-seashell {
    --background: linear-gradient(var(--gradient-direction), hsl(25, 100%, 97%), hsl(25, 100%, 85%))
}

.gradient-sand {
    --background: linear-gradient(var(--gradient-direction), hsl(45, 71%, 91%), hsl(45, 71%, 66%))
}

.gradient-radial-gray {
    --background: radial-gradient(var(--gradient-position), hsl(0, 0%, 95%), hsl(0, 0%, 60%))
}

.gradient-radial-gray-blue {
    --background: radial-gradient(var(--gradient-position), hsl(210, 26%, 69%), hsl(210, 26%, 34%))
}

.gradient-radial-gray-mouse {
    --background: radial-gradient(var(--gradient-position), hsl(199, 15%, 55%), hsl(199, 15%, 20%))
}

.gradient-radial-lime {
    --background: radial-gradient(var(--gradient-position), hsl(93, 97%, 86%), hsl(93, 97%, 46%))
}

.gradient-radial-green {
    --background: radial-gradient(var(--gradient-position), hsl(120, 100%, 60%), hsl(120, 100%, 15%))
}

.gradient-radial-emerald {
    --background: radial-gradient(var(--gradient-position), hsl(140, 52%, 75%), hsl(140, 52%, 30%))
}

.gradient-radial-blue {
    --background: radial-gradient(var(--gradient-position), hsl(225, 100%, 83%), hsl(225, 100%, 38%))
}

.gradient-radial-teal {
    --background: radial-gradient(var(--gradient-position), hsl(180, 77%, 69%), hsl(180, 77%, 24%))
}

.gradient-radial-cyan {
    --background: radial-gradient(var(--gradient-position), hsl(221, 100%, 89%), hsl(221, 100%, 54%))
}

.gradient-radial-cobalt {
    --background: radial-gradient(var(--gradient-position), hsl(215, 100%, 64%), hsl(215, 100%, 19%))
}

.gradient-radial-indigo {
    --background: radial-gradient(var(--gradient-position), hsl(276, 100%, 68%), hsl(276, 100%, 13%))
}

.gradient-radial-almost {
    --background: radial-gradient(var(--gradient-position), hsl(259, 84%, 80%), hsl(259, 84%, 35%))
}

.gradient-radial-violet {
    --background: radial-gradient(var(--gradient-position), hsl(300, 76%, 87%), hsl(300, 76%, 47%))
}

.gradient-radial-pink {
    --background: radial-gradient(var(--gradient-position), hsl(350, 100%, 98%), hsl(350, 100%, 68%))
}

.gradient-radial-magenta {
    --background: radial-gradient(var(--gradient-position), hsl(300, 100%, 70%), hsl(300, 100%, 25%))
}

.gradient-radial-crimson {
    --background: radial-gradient(var(--gradient-position), hsl(348, 88%, 71%), hsl(348, 88%, 26%))
}

.gradient-radial-red {
    --background: radial-gradient(var(--gradient-position), hsl(0, 100%, 70%), hsl(0, 100%, 25%))
}

.gradient-radial-clown {
    --background: radial-gradient(var(--gradient-position), hsl(3, 100%, 85%), hsl(3, 100%, 50%))
}

.gradient-radial-orange {
    --background: radial-gradient(var(--gradient-position), hsl(39, 100%, 70%), hsl(39, 100%, 25%))
}

.gradient-radial-amber {
    --background: radial-gradient(var(--gradient-position), hsl(45, 100%, 73%), hsl(45, 100%, 38%))
}

.gradient-radial-yellow {
    --background: radial-gradient(var(--gradient-position), hsl(52, 100%, 83%), hsl(52, 100%, 38%))
}

.gradient-radial-brown {
    --background: radial-gradient(var(--gradient-position), hsl(25, 57%, 76%), hsl(25, 57%, 31%))
}

.gradient-radial-olive {
    --background: radial-gradient(var(--gradient-position), hsl(60, 100%, 62%), hsl(60, 100%, 17%))
}

.gradient-radial-steel {
    --background: radial-gradient(var(--gradient-position), hsl(209, 19%, 77%), hsl(209, 19%, 32%))
}

.gradient-radial-mauve {
    --background: radial-gradient(var(--gradient-position), hsl(277, 100%, 94%), hsl(277, 100%, 64%))
}

.gradient-radial-taupe {
    --background: radial-gradient(var(--gradient-position), hsl(29, 19%, 75%), hsl(29, 19%, 30%))
}

.gradient-radial-champagne {
    --background: radial-gradient(var(--gradient-position), hsl(37, 74%, 98%), hsl(37, 74%, 63%))
}

.gradient-radial-khaki {
    --background: radial-gradient(var(--gradient-position), hsl(47, 47%, 89%), hsl(47, 47%, 44%))
}

.gradient-radial-charcoal {
    --background: radial-gradient(var(--gradient-position), hsl(0, 0%, 85%), hsl(0, 0%, 40%))
}

.gradient-radial-bronze {
    --background: radial-gradient(var(--gradient-position), hsl(29, 75%, 77%), hsl(29, 75%, 32%))
}

.gradient-radial-windstorm {
    --background: radial-gradient(var(--gradient-position), hsl(216, 53%, 86%), hsl(216, 53%, 41%))
}

.gradient-radial-nude {
    --background: radial-gradient(var(--gradient-position), hsl(29, 79%, 97%), hsl(29, 79%, 63%))
}

.gradient-radial-terracotta {
    --background: radial-gradient(var(--gradient-position), hsl(10, 76%, 80%), hsl(10, 76%, 35%))
}

.gradient-radial-coral {
    --background: radial-gradient(var(--gradient-position), hsl(16, 100%, 82%), hsl(16, 100%, 42%))
}

.gradient-radial-army {
    --background: radial-gradient(var(--gradient-position), hsl(69, 34%, 60%), hsl(69, 34%, 15%))
}

.gradient-radial-seashell {
    --background: radial-gradient(var(--gradient-position), hsl(0, 0%, 100%), hsl(25, 100%, 80%))
}

.gradient-radial-sand {
    --background: radial-gradient(var(--gradient-position), hsl(45, 71%, 96%), hsl(45, 71%, 61%))
}

.gradient-lime-green {
    --background: linear-gradient(var(--gradient-direction), hsl(93, 97%, 71%), hsl(120, 100%, 35%))
}

.gradient-green-emerald {
    --background: linear-gradient(var(--gradient-direction), hsl(120, 100%, 35%), hsl(140, 52%, 55%))
}

.gradient-emerald-teal {
    --background: linear-gradient(var(--gradient-direction), hsl(140, 52%, 55%), hsl(180, 77%, 44%))
}

.gradient-blue-cyan {
    --background: linear-gradient(var(--gradient-direction), hsl(225, 100%, 68%), hsl(221, 100%, 79%))
}

.gradient-teal-cyan {
    --background: linear-gradient(var(--gradient-direction), hsl(180, 77%, 44%), hsl(221, 100%, 79%))
}

.gradient-cyan-blue {
    --background: linear-gradient(var(--gradient-direction), hsl(221, 100%, 79%), hsl(225, 100%, 68%))
}

.gradient-cobalt-indigo {
    --background: linear-gradient(var(--gradient-direction), hsl(215, 100%, 34%), hsl(276, 100%, 33%))
}

.gradient-indigo-violet {
    --background: linear-gradient(var(--gradient-direction), hsl(276, 100%, 33%), hsl(300, 76%, 72%))
}

.gradient-almost-violet {
    --background: linear-gradient(var(--gradient-direction), hsl(259, 84%, 55%), hsl(300, 76%, 72%))
}

.gradient-violet-pink {
    --background: linear-gradient(var(--gradient-direction), hsl(300, 76%, 72%), hsl(350, 100%, 88%))
}

.gradient-pink-magenta {
    --background: linear-gradient(var(--gradient-direction), hsl(350, 100%, 88%), hsl(300, 100%, 50%))
}

.gradient-magenta-violet {
    --background: linear-gradient(var(--gradient-direction), hsl(300, 100%, 50%), hsl(300, 76%, 72%))
}

.gradient-crimson-red {
    --background: linear-gradient(var(--gradient-direction), hsl(348, 88%, 46%), hsl(0, 100%, 50%))
}

.gradient-red-crimson {
    --background: linear-gradient(var(--gradient-direction), hsl(0, 100%, 50%), hsl(348, 88%, 46%))
}

.gradient-clown-red {
    --background: linear-gradient(var(--gradient-direction), hsl(3, 100%, 70%), hsl(0, 100%, 50%))
}

.gradient-orange-amber {
    --background: linear-gradient(var(--gradient-direction), hsl(39, 100%, 50%), hsl(45, 100%, 58%))
}

.gradient-amber-yellow {
    --background: linear-gradient(var(--gradient-direction), hsl(45, 100%, 58%), hsl(52, 100%, 68%))
}

.gradient-yellow-amber {
    --background: linear-gradient(var(--gradient-direction), hsl(52, 100%, 68%), hsl(45, 100%, 58%))
}

.gradient-brown-bronze {
    --background: linear-gradient(var(--gradient-direction), hsl(25, 57%, 51%), hsl(29, 75%, 57%))
}

.gradient-olive-army {
    --background: linear-gradient(var(--gradient-direction), hsl(60, 100%, 32%), hsl(69, 34%, 30%))
}

.gradient-steel-charcoal {
    --background: linear-gradient(var(--gradient-direction), hsl(209, 19%, 57%), hsl(0, 0%, 60%))
}

.gradient-mauve-violet {
    --background: linear-gradient(var(--gradient-direction), hsl(277, 100%, 84%), hsl(300, 76%, 72%))
}

.gradient-taupe-bronze {
    --background: linear-gradient(var(--gradient-direction), hsl(29, 19%, 50%), hsl(29, 75%, 57%))
}

.gradient-champagne-nude {
    --background: linear-gradient(var(--gradient-direction), hsl(37, 74%, 88%), hsl(29, 79%, 85%))
}

.gradient-khaki-sand {
    --background: linear-gradient(var(--gradient-direction), hsl(47, 47%, 69%), hsl(45, 71%, 81%))
}

.gradient-charcoal-steel {
    --background: linear-gradient(var(--gradient-direction), hsl(0, 0%, 60%), hsl(209, 19%, 57%))
}

.gradient-bronze-brown {
    --background: linear-gradient(var(--gradient-direction), hsl(29, 75%, 57%), hsl(25, 57%, 51%))
}

.gradient-windstorm-steel {
    --background: linear-gradient(var(--gradient-direction), hsl(216, 53%, 66%), hsl(209, 19%, 57%))
}

.gradient-nude-seashell {
    --background: linear-gradient(var(--gradient-direction), hsl(29, 79%, 85%), hsl(25, 100%, 95%))
}

.gradient-terracotta-coral {
    --background: linear-gradient(var(--gradient-direction), hsl(10, 76%, 55%), hsl(16, 100%, 67%))
}

.gradient-coral-orange {
    --background: linear-gradient(var(--gradient-direction), hsl(16, 100%, 67%), hsl(39, 100%, 50%))
}

.gradient-army-olive {
    --background: linear-gradient(var(--gradient-direction), hsl(69, 34%, 30%), hsl(60, 100%, 32%))
}

.gradient-seashell-champagne {
    --background: linear-gradient(var(--gradient-direction), hsl(25, 100%, 95%), hsl(37, 74%, 88%))
}

.gradient-sand-khaki {
    --background: linear-gradient(var(--gradient-direction), hsl(45, 71%, 81%), hsl(47, 47%, 69%))
}

.gradient-lime-green-emerald {
    --background: linear-gradient(var(--gradient-direction), hsl(93, 97%, 71%), hsl(120, 100%, 35%), hsl(140, 52%, 55%))
}

.gradient-green-emerald-teal {
    --background: linear-gradient(var(--gradient-direction), hsl(120, 100%, 35%), hsl(140, 52%, 55%), hsl(180, 77%, 44%))
}

.gradient-emerald-teal-cyan {
    --background: linear-gradient(var(--gradient-direction), hsl(140, 52%, 55%), hsl(180, 77%, 44%), hsl(221, 100%, 79%))
}

.gradient-cyan-blue-cobalt {
    --background: linear-gradient(var(--gradient-direction), hsl(221, 100%, 79%), hsl(225, 100%, 68%), hsl(215, 100%, 34%))
}

.gradient-blue-cobalt-indigo {
    --background: linear-gradient(var(--gradient-direction), hsl(225, 100%, 68%), hsl(215, 100%, 34%), hsl(276, 100%, 33%))
}

.gradient-cobalt-indigo-violet {
    --background: linear-gradient(var(--gradient-direction), hsl(215, 100%, 34%), hsl(276, 100%, 33%), hsl(300, 76%, 72%))
}

.gradient-indigo-violet-pink {
    --background: linear-gradient(var(--gradient-direction), hsl(276, 100%, 33%), hsl(300, 76%, 72%), hsl(350, 100%, 88%))
}

.gradient-violet-pink-magenta {
    --background: linear-gradient(var(--gradient-direction), hsl(300, 76%, 72%), hsl(350, 100%, 88%), hsl(300, 100%, 50%))
}

.gradient-pink-magenta-crimson {
    --background: linear-gradient(var(--gradient-direction), hsl(350, 100%, 88%), hsl(300, 100%, 50%), hsl(348, 88%, 46%))
}

.gradient-magenta-crimson-red {
    --background: linear-gradient(var(--gradient-direction), hsl(300, 100%, 50%), hsl(348, 88%, 46%), hsl(0, 100%, 50%))
}

.gradient-crimson-red-orange {
    --background: linear-gradient(var(--gradient-direction), hsl(348, 88%, 46%), hsl(0, 100%, 50%), hsl(39, 100%, 50%))
}

.gradient-red-orange-amber {
    --background: linear-gradient(var(--gradient-direction), hsl(0, 100%, 50%), hsl(39, 100%, 50%), hsl(45, 100%, 58%))
}

.gradient-orange-amber-yellow {
    --background: linear-gradient(var(--gradient-direction), hsl(39, 100%, 50%), hsl(45, 100%, 58%), hsl(52, 100%, 68%))
}

.gradient-amber-yellow-sand {
    --background: linear-gradient(var(--gradient-direction), hsl(45, 100%, 58%), hsl(52, 100%, 68%), hsl(45, 71%, 81%))
}

.gradient-yellow-sand-khaki {
    --background: linear-gradient(var(--gradient-direction), hsl(52, 100%, 68%), hsl(45, 71%, 81%), hsl(47, 47%, 69%))
}

.gradient-brown-bronze-taupe {
    --background: linear-gradient(var(--gradient-direction), hsl(25, 57%, 51%), hsl(29, 75%, 57%), hsl(29, 19%, 50%))
}

.gradient-bronze-taupe-nude {
    --background: linear-gradient(var(--gradient-direction), hsl(29, 75%, 57%), hsl(29, 19%, 50%), hsl(29, 79%, 85%))
}

.gradient-taupe-nude-champagne {
    --background: linear-gradient(var(--gradient-direction), hsl(29, 19%, 50%), hsl(29, 79%, 85%), hsl(37, 74%, 88%))
}

.gradient-nude-champagne-seashell {
    --background: linear-gradient(var(--gradient-direction), hsl(29, 79%, 85%), hsl(37, 74%, 88%), hsl(25, 100%, 95%))
}

.gradient-steel-charcoal-windstorm {
    --background: linear-gradient(var(--gradient-direction), hsl(209, 19%, 57%), hsl(0, 0%, 60%), hsl(216, 53%, 66%))
}

.gradient-army-olive-khaki {
    --background: linear-gradient(var(--gradient-direction), hsl(69, 34%, 30%), hsl(60, 100%, 32%), hsl(47, 47%, 69%))
}

.gradient-terracotta-coral-orange {
    --background: linear-gradient(var(--gradient-direction), hsl(10, 76%, 55%), hsl(16, 100%, 67%), hsl(39, 100%, 50%))
}

.gradient-blue-coral {
    --background: linear-gradient(45deg, #12c2e9, #c471ed, #f64f59)
}

.gradient-sunset-dream {
    --background: linear-gradient(45deg, #ff7e5f, #feb47b, #ffcda5)
}

.gradient-deep-space {
    --background: linear-gradient(45deg, #0f0c29, #302b63, #24243e)
}

.gradient-emerald-green {
    --background: linear-gradient(45deg, #16a085, #2ecc71, #4cb8c4)
}

.gradient-purple-love {
    --background: linear-gradient(45deg, #cc2b5e, #753a88, #4a235a)
}

.gradient-cherry-glow {
    --background: linear-gradient(45deg, #f05053, #e1eec3, #a7bf5d)
}

.gradient-cosmic-fusion {
    --background: linear-gradient(45deg, #ff00cc, #333399, #0033ff)
}

.gradient-cosmic-aurora {
    --background: radial-gradient(ellipse at 20% 30%, rgba(56, 189, 248, .4) 0%, transparent 60%), radial-gradient(ellipse at 80% 70%, rgba(139, 92, 246, .3) 0%, transparent 70%), radial-gradient(ellipse at 60% 20%, rgba(236, 72, 153, .25) 0%, transparent 50%), radial-gradient(ellipse at 40% 80%, rgba(34, 197, 94, .2) 0%, transparent 65%)
}

.gradient-sunny-morning {
    --background: linear-gradient(45deg, #f6d365, #fda085, #fbc2eb)
}

.gradient-winter-frost {
    --background: linear-gradient(45deg, #a1c4fd, #c2e9fb, #e2ebf0)
}

.gradient-neon-pulse {
    --background: linear-gradient(45deg, #00fffc, #fc00ff, #fffc00)
}

.gradient-royal-elegance {
    --background: linear-gradient(45deg, #141e30, #243b55, #4286f4)
}

.gradient-sunset {
    --background: linear-gradient(to right, #fdc830, #f37335)
}

.gradient-emerald-sea {
    --background: linear-gradient(to right, #00f260, #0575e6)
}

.gradient-midnight-mist {
    --background: radial-gradient(circle at 50% 100%, rgba(70, 85, 110, .5) 0%, transparent 60%), radial-gradient(circle at 50% 100%, rgba(99, 102, 241, .4) 0%, transparent 70%), radial-gradient(circle at 50% 100%, rgba(181, 184, 208, .3) 0%, transparent 80%)
}

.gradient-crimson-depth {
    --background: radial-gradient(125% 125% at 50% 100%, #000000 40%, #2b0707 100%)
}

.gradient-dark-horizon-glow {
    --background: radial-gradient(125% 125% at 50% 90%, #000000 40%, #0d1a36 100%)
}

.gradient-emerald-void {
    --background: radial-gradient(125% 125% at 50% 90%, #000000 40%, #072607 100%)
}

.gradient-violet-abyss {
    --background: radial-gradient(125% 125% at 50% 90%, #000000 40%, #2b092b 100%)
}

.gradient-azure-depth {
    --background: radial-gradient(125% 125% at 50% 100%, #000000 40%, #010133 100%)
}

.gradient-orchid-depth {
    --background: radial-gradient(125% 125% at 50% 100%, #000000 40%, #350136 100%)
}

:root {
    --stroke-width: 1px
}

.stroke-black {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) #000000;
    text-stroke: var(--stroke-width) #000000
}

.stroke-white {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) #ffffff;
    text-stroke: var(--stroke-width) #ffffff
}

.stroke-dark {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) #1d1d1d;
    text-stroke: var(--stroke-width) #1d1d1d
}

.stroke-light {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) #f8f8f8;
    text-stroke: var(--stroke-width) #f8f8f8
}

.stroke-light-gray {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(0,0%,95%);
    text-stroke: var(--stroke-width) hsl(0,0%,95%)
}

.stroke-minor-gray {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(0,0%,87%);
    text-stroke: var(--stroke-width) hsl(0,0%,87%)
}

.stroke-gray {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(0,0%,80%);
    text-stroke: var(--stroke-width) hsl(0,0%,80%)
}

.stroke-sat-gray {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(0,0%,65%);
    text-stroke: var(--stroke-width) hsl(0,0%,65%)
}

.stroke-dark-gray {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(0,0%,55%);
    text-stroke: var(--stroke-width) hsl(0,0%,55%)
}

.stroke-light-gray-blue {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(210,26%,84%);
    text-stroke: var(--stroke-width) hsl(210,26%,84%)
}

.stroke-minor-gray-blue {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(210,26%,69%);
    text-stroke: var(--stroke-width) hsl(210,26%,69%)
}

.stroke-gray-blue {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(210,26%,54%);
    text-stroke: var(--stroke-width) hsl(210,26%,54%)
}

.stroke-sat-gray-blue {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(210,26%,39%);
    text-stroke: var(--stroke-width) hsl(210,26%,39%)
}

.stroke-dark-gray-blue {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(210,26%,29%);
    text-stroke: var(--stroke-width) hsl(210,26%,29%)
}

.stroke-light-gray-mouse {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(199,15%,70%);
    text-stroke: var(--stroke-width) hsl(199,15%,70%)
}

.stroke-minor-gray-mouse {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(199,15%,55%);
    text-stroke: var(--stroke-width) hsl(199,15%,55%)
}

.stroke-gray-mouse {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(199,15%,40%);
    text-stroke: var(--stroke-width) hsl(199,15%,40%)
}

.stroke-sat-gray-mouse {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(199,15%,25%);
    text-stroke: var(--stroke-width) hsl(199,15%,25%)
}

.stroke-dark-gray-mouse {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(199,15%,15%);
    text-stroke: var(--stroke-width) hsl(199,15%,15%)
}

.stroke-light-lime {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(93,97%,91%);
    text-stroke: var(--stroke-width) hsl(93,97%,91%)
}

.stroke-minor-lime {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(93,97%,81%);
    text-stroke: var(--stroke-width) hsl(93,97%,81%)
}

.stroke-lime {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(93,97%,71%);
    text-stroke: var(--stroke-width) hsl(93,97%,71%)
}

.stroke-sat-lime {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(93,97%,56%);
    text-stroke: var(--stroke-width) hsl(93,97%,56%)
}

.stroke-dark-lime {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(93,97%,46%);
    text-stroke: var(--stroke-width) hsl(93,97%,46%)
}

.stroke-light-green {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(120,100%,80%);
    text-stroke: var(--stroke-width) hsl(120,100%,80%)
}

.stroke-minor-green {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(120,100%,45%);
    text-stroke: var(--stroke-width) hsl(120,100%,45%)
}

.stroke-green {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(120,100%,35%);
    text-stroke: var(--stroke-width) hsl(120,100%,35%)
}

.stroke-sat-green {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(120,100%,20%);
    text-stroke: var(--stroke-width) hsl(120,100%,20%)
}

.stroke-dark-green {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(120,100%,10%);
    text-stroke: var(--stroke-width) hsl(120,100%,10%)
}

.stroke-light-emerald {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(140,52%,85%);
    text-stroke: var(--stroke-width) hsl(140,52%,85%)
}

.stroke-minor-emerald {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(140,52%,65%);
    text-stroke: var(--stroke-width) hsl(140,52%,65%)
}

.stroke-emerald {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(140,52%,55%);
    text-stroke: var(--stroke-width) hsl(140,52%,55%)
}

.stroke-sat-emerald {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(140,52%,40%);
    text-stroke: var(--stroke-width) hsl(140,52%,40%)
}

.stroke-dark-emerald {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(140,52%,30%);
    text-stroke: var(--stroke-width) hsl(140,52%,30%)
}

.stroke-light-blue {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(225,100%,93%);
    text-stroke: var(--stroke-width) hsl(225,100%,93%)
}

.stroke-minor-blue {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(225,100%,78%);
    text-stroke: var(--stroke-width) hsl(225,100%,78%)
}

.stroke-blue {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(225,100%,68%);
    text-stroke: var(--stroke-width) hsl(225,100%,68%)
}

.stroke-sat-blue {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(225,100%,53%);
    text-stroke: var(--stroke-width) hsl(225,100%,53%)
}

.stroke-dark-blue {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(225,100%,43%);
    text-stroke: var(--stroke-width) hsl(225,100%,43%)
}

.stroke-light-teal {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(180,77%,79%);
    text-stroke: var(--stroke-width) hsl(180,77%,79%)
}

.stroke-minor-teal {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(180,77%,54%);
    text-stroke: var(--stroke-width) hsl(180,77%,54%)
}

.stroke-teal {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(180,77%,44%);
    text-stroke: var(--stroke-width) hsl(180,77%,44%)
}

.stroke-sat-teal {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(180,77%,29%);
    text-stroke: var(--stroke-width) hsl(180,77%,29%)
}

.stroke-dark-teal {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(180,77%,19%);
    text-stroke: var(--stroke-width) hsl(180,77%,19%)
}

.stroke-light-cyan {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(221,100%,94%);
    text-stroke: var(--stroke-width) hsl(221,100%,94%)
}

.stroke-minor-cyan {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(221,100%,89%);
    text-stroke: var(--stroke-width) hsl(221,100%,89%)
}

.stroke-cyan {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(221,100%,79%);
    text-stroke: var(--stroke-width) hsl(221,100%,79%)
}

.stroke-sat-cyan {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(221,100%,64%);
    text-stroke: var(--stroke-width) hsl(221,100%,64%)
}

.stroke-dark-cyan {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(221,100%,54%);
    text-stroke: var(--stroke-width) hsl(221,100%,54%)
}

.stroke-light-cobalt {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(215,100%,79%);
    text-stroke: var(--stroke-width) hsl(215,100%,79%)
}

.stroke-minor-cobalt {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(215,100%,49%);
    text-stroke: var(--stroke-width) hsl(215,100%,49%)
}

.stroke-cobalt {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(215,100%,34%);
    text-stroke: var(--stroke-width) hsl(215,100%,34%)
}

.stroke-sat-cobalt {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(215,100%,19%);
    text-stroke: var(--stroke-width) hsl(215,100%,19%)
}

.stroke-dark-cobalt {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(215,100%,9%);
    text-stroke: var(--stroke-width) hsl(215,100%,9%)
}

.stroke-light-indigo {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(276,100%,78%);
    text-stroke: var(--stroke-width) hsl(276,100%,78%)
}

.stroke-minor-indigo {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(276,100%,48%);
    text-stroke: var(--stroke-width) hsl(276,100%,48%)
}

.stroke-indigo {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(276,100%,33%);
    text-stroke: var(--stroke-width) hsl(276,100%,33%)
}

.stroke-sat-indigo {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(276,100%,18%);
    text-stroke: var(--stroke-width) hsl(276,100%,18%)
}

.stroke-dark-indigo {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(276,100%,8%);
    text-stroke: var(--stroke-width) hsl(276,100%,8%)
}

.stroke-light-almost {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(259,84%,85%);
    text-stroke: var(--stroke-width) hsl(259,84%,85%)
}

.stroke-minor-almost {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(259,84%,70%);
    text-stroke: var(--stroke-width) hsl(259,84%,70%)
}

.stroke-almost {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(259,84%,55%);
    text-stroke: var(--stroke-width) hsl(259,84%,55%)
}

.stroke-sat-almost {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(259,84%,40%);
    text-stroke: var(--stroke-width) hsl(259,84%,40%)
}

.stroke-dark-almost {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(259,84%,30%);
    text-stroke: var(--stroke-width) hsl(259,84%,30%)
}

.stroke-light-violet {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(300,76%,92%);
    text-stroke: var(--stroke-width) hsl(300,76%,92%)
}

.stroke-minor-violet {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(300,76%,82%);
    text-stroke: var(--stroke-width) hsl(300,76%,82%)
}

.stroke-violet {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(300,76%,72%);
    text-stroke: var(--stroke-width) hsl(300,76%,72%)
}

.stroke-sat-violet {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(300,76%,57%);
    text-stroke: var(--stroke-width) hsl(300,76%,57%)
}

.stroke-dark-violet {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(300,76%,47%);
    text-stroke: var(--stroke-width) hsl(300,76%,47%)
}

.stroke-light-pink {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(350,100%,98%);
    text-stroke: var(--stroke-width) hsl(350,100%,98%)
}

.stroke-minor-pink {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(350,100%,93%);
    text-stroke: var(--stroke-width) hsl(350,100%,93%)
}

.stroke-pink {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(350,100%,88%);
    text-stroke: var(--stroke-width) hsl(350,100%,88%)
}

.stroke-sat-pink {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(350,100%,73%);
    text-stroke: var(--stroke-width) hsl(350,100%,73%)
}

.stroke-dark-pink {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(350,100%,63%);
    text-stroke: var(--stroke-width) hsl(350,100%,63%)
}

.stroke-light-magenta {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(300,100%,90%);
    text-stroke: var(--stroke-width) hsl(300,100%,90%)
}

.stroke-minor-magenta {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(300,100%,75%);
    text-stroke: var(--stroke-width) hsl(300,100%,75%)
}

.stroke-magenta {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(300,100%,50%);
    text-stroke: var(--stroke-width) hsl(300,100%,50%)
}

.stroke-sat-magenta {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(300,100%,35%);
    text-stroke: var(--stroke-width) hsl(300,100%,35%)
}

.stroke-dark-magenta {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(300,100%,25%);
    text-stroke: var(--stroke-width) hsl(300,100%,25%)
}

.stroke-light-crimson {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(348,88%,91%);
    text-stroke: var(--stroke-width) hsl(348,88%,91%)
}

.stroke-minor-crimson {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(348,88%,66%);
    text-stroke: var(--stroke-width) hsl(348,88%,66%)
}

.stroke-crimson {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(348,88%,46%);
    text-stroke: var(--stroke-width) hsl(348,88%,46%)
}

.stroke-sat-crimson {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(348,88%,31%);
    text-stroke: var(--stroke-width) hsl(348,88%,31%)
}

.stroke-dark-crimson {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(348,88%,21%);
    text-stroke: var(--stroke-width) hsl(348,88%,21%)
}

.stroke-light-red {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(0,100%,85%);
    text-stroke: var(--stroke-width) hsl(0,100%,85%)
}

.stroke-minor-red {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(0,100%,70%);
    text-stroke: var(--stroke-width) hsl(0,100%,70%)
}

.stroke-red {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(0,100%,50%);
    text-stroke: var(--stroke-width) hsl(0,100%,50%)
}

.stroke-sat-red {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(0,100%,35%);
    text-stroke: var(--stroke-width) hsl(0,100%,35%)
}

.stroke-dark-red {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(0,100%,25%);
    text-stroke: var(--stroke-width) hsl(0,100%,25%)
}

.stroke-light-clown {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(3,100%,95%);
    text-stroke: var(--stroke-width) hsl(3,100%,95%)
}

.stroke-minor-clown {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(3,100%,85%);
    text-stroke: var(--stroke-width) hsl(3,100%,85%)
}

.stroke-clown {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(3,100%,70%);
    text-stroke: var(--stroke-width) hsl(3,100%,70%)
}

.stroke-sat-clown {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(3,100%,55%);
    text-stroke: var(--stroke-width) hsl(3,100%,55%)
}

.stroke-dark-clown {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(3,100%,45%);
    text-stroke: var(--stroke-width) hsl(3,100%,45%)
}

.stroke-light-orange {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(39,100%,90%);
    text-stroke: var(--stroke-width) hsl(39,100%,90%)
}

.stroke-minor-orange {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(39,100%,75%);
    text-stroke: var(--stroke-width) hsl(39,100%,75%)
}

.stroke-orange {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(39,100%,50%);
    text-stroke: var(--stroke-width) hsl(39,100%,50%)
}

.stroke-sat-orange {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(39,100%,35%);
    text-stroke: var(--stroke-width) hsl(39,100%,35%)
}

.stroke-dark-orange {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(39,100%,25%);
    text-stroke: var(--stroke-width) hsl(39,100%,25%)
}

.stroke-light-amber {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(45,100%,78%);
    text-stroke: var(--stroke-width) hsl(45,100%,78%)
}

.stroke-minor-amber {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(45,100%,68%);
    text-stroke: var(--stroke-width) hsl(45,100%,68%)
}

.stroke-amber {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(45,100%,58%);
    text-stroke: var(--stroke-width) hsl(45,100%,58%)
}

.stroke-sat-amber {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(45,100%,43%);
    text-stroke: var(--stroke-width) hsl(45,100%,43%)
}

.stroke-dark-amber {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(45,100%,33%);
    text-stroke: var(--stroke-width) hsl(45,100%,33%)
}

.stroke-light-yellow {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(52,100%,93%);
    text-stroke: var(--stroke-width) hsl(52,100%,93%)
}

.stroke-minor-yellow {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(52,100%,83%);
    text-stroke: var(--stroke-width) hsl(52,100%,83%)
}

.stroke-yellow {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(52,100%,68%);
    text-stroke: var(--stroke-width) hsl(52,100%,68%)
}

.stroke-sat-yellow {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(52,100%,53%);
    text-stroke: var(--stroke-width) hsl(52,100%,53%)
}

.stroke-dark-yellow {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(52,100%,43%);
    text-stroke: var(--stroke-width) hsl(52,100%,43%)
}

.stroke-light-brown {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(25,57%,81%);
    text-stroke: var(--stroke-width) hsl(25,57%,81%)
}

.stroke-minor-brown {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(25,57%,66%);
    text-stroke: var(--stroke-width) hsl(25,57%,66%)
}

.stroke-brown {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(25,57%,51%);
    text-stroke: var(--stroke-width) hsl(25,57%,51%)
}

.stroke-sat-brown {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(25,57%,36%);
    text-stroke: var(--stroke-width) hsl(25,57%,36%)
}

.stroke-dark-brown {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(25,57%,26%);
    text-stroke: var(--stroke-width) hsl(25,57%,26%)
}

.stroke-light-olive {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(60,100%,72%);
    text-stroke: var(--stroke-width) hsl(60,100%,72%)
}

.stroke-minor-olive {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(60,100%,42%);
    text-stroke: var(--stroke-width) hsl(60,100%,42%)
}

.stroke-olive {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(60,100%,32%);
    text-stroke: var(--stroke-width) hsl(60,100%,32%)
}

.stroke-sat-olive {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(60,100%,17%);
    text-stroke: var(--stroke-width) hsl(60,100%,17%)
}

.stroke-dark-olive {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(60,100%,7%);
    text-stroke: var(--stroke-width) hsl(60,100%,7%)
}

.stroke-light-steel {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(209,19%,87%);
    text-stroke: var(--stroke-width) hsl(209,19%,87%)
}

.stroke-minor-steel {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(209,19%,77%);
    text-stroke: var(--stroke-width) hsl(209,19%,77%)
}

.stroke-steel {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(209,19%,57%);
    text-stroke: var(--stroke-width) hsl(209,19%,57%)
}

.stroke-sat-steel {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(209,19%,42%);
    text-stroke: var(--stroke-width) hsl(209,19%,42%)
}

.stroke-dark-steel {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(209,19%,32%);
    text-stroke: var(--stroke-width) hsl(209,19%,32%)
}

.stroke-light-mauve {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(277,100%,96%);
    text-stroke: var(--stroke-width) hsl(277,100%,96%)
}

.stroke-minor-mauve {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(277,100%,90%);
    text-stroke: var(--stroke-width) hsl(277,100%,90%)
}

.stroke-mauve {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(277,100%,84%);
    text-stroke: var(--stroke-width) hsl(277,100%,84%)
}

.stroke-sat-mauve {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(277,100%,69%);
    text-stroke: var(--stroke-width) hsl(277,100%,69%)
}

.stroke-dark-mauve {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(277,100%,59%);
    text-stroke: var(--stroke-width) hsl(277,100%,59%)
}

.stroke-light-taupe {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(29,19%,80%);
    text-stroke: var(--stroke-width) hsl(29,19%,80%)
}

.stroke-minor-taupe {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(29,19%,67%);
    text-stroke: var(--stroke-width) hsl(29,19%,67%)
}

.stroke-taupe {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(29,19%,50%);
    text-stroke: var(--stroke-width) hsl(29,19%,50%)
}

.stroke-sat-taupe {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(29,19%,35%);
    text-stroke: var(--stroke-width) hsl(29,19%,35%)
}

.stroke-dark-taupe {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(29,19%,25%);
    text-stroke: var(--stroke-width) hsl(29,19%,25%)
}

.stroke-light-champagne {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(37,74%,98%);
    text-stroke: var(--stroke-width) hsl(37,74%,98%)
}

.stroke-minor-champagne {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(37,74%,93%);
    text-stroke: var(--stroke-width) hsl(37,74%,93%)
}

.stroke-champagne {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(37,74%,88%);
    text-stroke: var(--stroke-width) hsl(37,74%,88%)
}

.stroke-sat-champagne {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(37,74%,73%);
    text-stroke: var(--stroke-width) hsl(37,74%,73%)
}

.stroke-dark-champagne {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(37,74%,63%);
    text-stroke: var(--stroke-width) hsl(37,74%,63%)
}

.stroke-light-khaki {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(47,47%,94%);
    text-stroke: var(--stroke-width) hsl(47,47%,94%)
}

.stroke-minor-khaki {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(47,47%,84%);
    text-stroke: var(--stroke-width) hsl(47,47%,84%)
}

.stroke-khaki {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(47,47%,69%);
    text-stroke: var(--stroke-width) hsl(47,47%,69%)
}

.stroke-sat-khaki {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(47,47%,54%);
    text-stroke: var(--stroke-width) hsl(47,47%,54%)
}

.stroke-dark-khaki {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(47,47%,44%);
    text-stroke: var(--stroke-width) hsl(47,47%,44%)
}

.stroke-light-charcoal {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(0,0%,90%);
    text-stroke: var(--stroke-width) hsl(0,0%,90%)
}

.stroke-minor-charcoal {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(0,0%,80%);
    text-stroke: var(--stroke-width) hsl(0,0%,80%)
}

.stroke-charcoal {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(0,0%,60%);
    text-stroke: var(--stroke-width) hsl(0,0%,60%)
}

.stroke-sat-charcoal {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(0,0%,45%);
    text-stroke: var(--stroke-width) hsl(0,0%,45%)
}

.stroke-dark-charcoal {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(0,0%,35%);
    text-stroke: var(--stroke-width) hsl(0,0%,35%)
}

.stroke-light-bronze {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(29,75%,87%);
    text-stroke: var(--stroke-width) hsl(29,75%,87%)
}

.stroke-minor-bronze {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(29,75%,72%);
    text-stroke: var(--stroke-width) hsl(29,75%,72%)
}

.stroke-bronze {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(29,75%,57%);
    text-stroke: var(--stroke-width) hsl(29,75%,57%)
}

.stroke-sat-bronze {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(29,75%,42%);
    text-stroke: var(--stroke-width) hsl(29,75%,42%)
}

.stroke-dark-bronze {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(29,75%,32%);
    text-stroke: var(--stroke-width) hsl(29,75%,32%)
}

.stroke-light-windstorm {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(216,53%,93%);
    text-stroke: var(--stroke-width) hsl(216,53%,93%)
}

.stroke-minor-windstorm {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(216,53%,81%);
    text-stroke: var(--stroke-width) hsl(216,53%,81%)
}

.stroke-windstorm {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(216,53%,66%);
    text-stroke: var(--stroke-width) hsl(216,53%,66%)
}

.stroke-sat-windstorm {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(216,53%,51%);
    text-stroke: var(--stroke-width) hsl(216,53%,51%)
}

.stroke-dark-windstorm {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(216,53%,41%);
    text-stroke: var(--stroke-width) hsl(216,53%,41%)
}

.stroke-light-nude {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(29,79%,97%);
    text-stroke: var(--stroke-width) hsl(29,79%,97%)
}

.stroke-minor-nude {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(29,79%,92%);
    text-stroke: var(--stroke-width) hsl(29,79%,92%)
}

.stroke-nude {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(29,79%,85%);
    text-stroke: var(--stroke-width) hsl(29,79%,85%)
}

.stroke-sat-nude {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(29,79%,70%);
    text-stroke: var(--stroke-width) hsl(29,79%,70%)
}

.stroke-dark-nude {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(29,79%,60%);
    text-stroke: var(--stroke-width) hsl(29,79%,60%)
}

.stroke-light-terracotta {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(10,76%,85%);
    text-stroke: var(--stroke-width) hsl(10,76%,85%)
}

.stroke-minor-terracotta {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(10,76%,70%);
    text-stroke: var(--stroke-width) hsl(10,76%,70%)
}

.stroke-terracotta {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(10,76%,55%);
    text-stroke: var(--stroke-width) hsl(10,76%,55%)
}

.stroke-sat-terracotta {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(10,76%,40%);
    text-stroke: var(--stroke-width) hsl(10,76%,40%)
}

.stroke-dark-terracotta {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(10,76%,30%);
    text-stroke: var(--stroke-width) hsl(10,76%,30%)
}

.stroke-light-coral {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(16,100%,92%);
    text-stroke: var(--stroke-width) hsl(16,100%,92%)
}

.stroke-minor-coral {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(16,100%,82%);
    text-stroke: var(--stroke-width) hsl(16,100%,82%)
}

.stroke-coral {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(16,100%,67%);
    text-stroke: var(--stroke-width) hsl(16,100%,67%)
}

.stroke-sat-coral {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(16,100%,52%);
    text-stroke: var(--stroke-width) hsl(16,100%,52%)
}

.stroke-dark-coral {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(16,100%,42%);
    text-stroke: var(--stroke-width) hsl(16,100%,42%)
}

.stroke-light-army {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(69,34%,75%);
    text-stroke: var(--stroke-width) hsl(69,34%,75%)
}

.stroke-minor-army {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(69,34%,47%);
    text-stroke: var(--stroke-width) hsl(69,34%,47%)
}

.stroke-army {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(69,34%,30%);
    text-stroke: var(--stroke-width) hsl(69,34%,30%)
}

.stroke-sat-army {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(69,34%,15%);
    text-stroke: var(--stroke-width) hsl(69,34%,15%)
}

.stroke-dark-army {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(69,34%,5%);
    text-stroke: var(--stroke-width) hsl(69,34%,5%)
}

.stroke-light-seashell {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(25,100%,98%);
    text-stroke: var(--stroke-width) hsl(25,100%,98%)
}

.stroke-minor-seashell {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(25,100%,97%);
    text-stroke: var(--stroke-width) hsl(25,100%,97%)
}

.stroke-seashell {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(25,100%,95%);
    text-stroke: var(--stroke-width) hsl(25,100%,95%)
}

.stroke-sat-seashell {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(25,100%,80%);
    text-stroke: var(--stroke-width) hsl(25,100%,80%)
}

.stroke-dark-seashell {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(25,100%,70%);
    text-stroke: var(--stroke-width) hsl(25,100%,70%)
}

.stroke-light-sand {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(45,71%,96%);
    text-stroke: var(--stroke-width) hsl(45,71%,96%)
}

.stroke-minor-sand {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(45,71%,88%);
    text-stroke: var(--stroke-width) hsl(45,71%,88%)
}

.stroke-sand {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(45,71%,81%);
    text-stroke: var(--stroke-width) hsl(45,71%,81%)
}

.stroke-sat-sand {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(45,71%,66%);
    text-stroke: var(--stroke-width) hsl(45,71%,66%)
}

.stroke-dark-sand {
    color: transparent;
    -webkit-text-stroke: var(--stroke-width) hsl(45,71%,56%);
    text-stroke: var(--stroke-width) hsl(45,71%,56%)
}

:root {
    --pattern-grid-size: 20px;
    --pattern-color: rgba(0, 0, 0, .065);
    --pattern-dot-size: 2px
}

.dark-side {
    --pattern-color: rgba(255, 255, 255, .065)
}

[class*=bg-pattern-] {
    position: relative;
    background-color: transparent !important
}

    [class*=bg-pattern-]:before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        z-index: -1
    }

    [class*=bg-pattern-].masked:before {
        mask-image: radial-gradient(ellipse 70% 60% at 50% 0%,#000 60%,transparent 100%)
    }

.bg-pattern-grid:before {
    background-image: linear-gradient(to right,var(--pattern-color) 1px,transparent 1px),linear-gradient(to bottom,var(--pattern-color) 1px,transparent 1px);
    background-size: var(--pattern-grid-size) var(--pattern-grid-size),var(--pattern-grid-size) var(--pattern-grid-size)
}

.bg-pattern-grid-top:before {
    background-image: linear-gradient(to right,var(--pattern-color) 1px,transparent 1px),linear-gradient(to bottom,var(--pattern-color) 1px,transparent 1px);
    background-size: var(--pattern-grid-size) var(--pattern-grid-size);
    mask-image: radial-gradient(ellipse 70% 60% at 50% 0%,#000 60%,transparent 100%)
}

.bg-pattern-grid-bottom:before {
    background-image: linear-gradient(to right,var(--pattern-color) 1px,transparent 1px),linear-gradient(to bottom,var(--pattern-color) 1px,transparent 1px);
    background-size: var(--pattern-grid-size) var(--pattern-grid-size);
    mask-image: radial-gradient(ellipse 70% 60% at 50% 100%,#000 60%,transparent 100%)
}

.bg-pattern-paper:before {
    background-image: radial-gradient(circle at 1px 1px,hsla(from var(--pattern-color) h s l / .08) 1px,transparent 0),repeating-linear-gradient(0deg,transparent,transparent 2px,hsla(from var(--pattern-color) h s l / .02) 2px,hsla(from var(--pattern-color) h s l / .02) 4px),repeating-linear-gradient(90deg,transparent,transparent 2px,hsla(from var(--pattern-color) h s l / .02) 2px,hsla(from var(--pattern-color) h s l / .02) 4px);
    background-size: 8px 8px,32px 32px,32px 32px
}

.bg-pattern-mountain:before {
    background-image: repeating-linear-gradient(45deg,var(--pattern-color) 0,var(--pattern-color) 1px,transparent 1px,transparent 20px),repeating-linear-gradient(-45deg,var(--pattern-color) 0,var(--pattern-color) 1px,transparent 1px,transparent 20px);
    background-size: 40px 40px
}

.bg-pattern-art:before {
    background-image: repeating-linear-gradient(22.5deg,transparent,transparent 2px,var(--pattern-color) 2px,var(--pattern-color) 3px,transparent 3px,transparent 8px),repeating-linear-gradient(67.5deg,transparent,transparent 2px,var(--pattern-color) 2px,var(--pattern-color) 3px,transparent 3px,transparent 8px),repeating-linear-gradient(112.5deg,transparent,transparent 2px,var(--pattern-color) 2px,var(--pattern-color) 3px,transparent 3px,transparent 8px),repeating-linear-gradient(157.5deg,transparent,transparent 2px,var(--pattern-color) 2px,var(--pattern-color) 3px,transparent 3px,transparent 8px)
}

.bg-pattern-grid-dot:before {
    background-image: repeating-linear-gradient(0deg,transparent,transparent calc(var(--pattern-grid-size) - 1px),var(--pattern-color) calc(var(--pattern-grid-size) - 1px),var(--pattern-color) var(--pattern-grid-size),transparent var(--pattern-grid-size),transparent calc(var(--pattern-grid-size) * 2 - 1px),var(--pattern-color) calc(var(--pattern-grid-size) * 2 - 1px),var(--pattern-color) calc(var(--pattern-grid-size) * 2)),repeating-linear-gradient(90deg,transparent,transparent calc(var(--pattern-grid-size) - 1px),var(--pattern-color) calc(var(--pattern-grid-size) - 1px),var(--pattern-color) var(--pattern-grid-size),transparent var(--pattern-grid-size),transparent calc(var(--pattern-grid-size) * 2 - 1px),var(--pattern-color) calc(var(--pattern-grid-size) * 2 - 1px),var(--pattern-color) calc(var(--pattern-grid-size) * 2)),radial-gradient(circle at var(--pattern-grid-size) var(--pattern-grid-size),var(--pattern-color) var(--pattern-dot-size),transparent var(--pattern-dot-size)),radial-gradient(circle at calc(var(--pattern-grid-size) * 2) calc(var(--pattern-grid-size) * 2),var(--pattern-color) var(--pattern-dot-size),transparent var(--pattern-dot-size));
    background-size: calc(var(--pattern-grid-size) * 2) calc(var(--pattern-grid-size) * 2),calc(var(--pattern-grid-size) * 2) calc(var(--pattern-grid-size) * 2),calc(var(--pattern-grid-size) * 2) calc(var(--pattern-grid-size) * 2)
}

.bg-pattern-box-dot:before {
    background-image: linear-gradient(to right,var(--pattern-color) calc(var(--pattern-dot-size)/2),transparent calc(var(--pattern-dot-size)/2)),linear-gradient(to bottom,var(--pattern-color) calc(var(--pattern-dot-size)/2),transparent calc(calc(var(--pattern-dot-size)/2)/2)),radial-gradient(circle,hsla(from var(--pattern-color) h s l / .2) calc(var(--pattern-dot-size)/2),transparent calc(var(--pattern-dot-size)/2));
    background-size: var(--pattern-grid-size) var(--pattern-grid-size),var(--pattern-grid-size) var(--pattern-grid-size),var(--pattern-grid-size) var(--pattern-grid-size);
    background-position: 0 0,0 0,0 0
}

.bg-pattern-diagonal:before {
    background-image: repeating-linear-gradient(45deg,var(--pattern-color) 0,var(--pattern-color) 1px,transparent 1px,transparent var(--pattern-grid-size)),repeating-linear-gradient(-45deg,var(--pattern-color) 0,var(--pattern-color) 1px,transparent 1px,transparent var(--pattern-grid-size))
}

:root {
    --accordion-heading-background: #f8f8f8;
    --accordion-heading-color: #191919
}

.dark-side {
    --accordion-heading-background: #2b2d30;
    --accordion-heading-color: #dfe1e5
}

.accordion {
    list-style: none inside;
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%
}

    .accordion > .frame {
        display: block;
        margin: 1px 0
    }

        .accordion > .frame > .heading {
            display: flex;
            align-items: center;
            position: relative;
            padding: 8px 16px;
            background-color: var(--accordion-heading-background);
            color: var(--accordion-heading-color);
            cursor: pointer;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            border-radius: 6px
        }

        .accordion > .frame > .content {
            display: block
        }

    .accordion.marker-on .heading {
        padding-left: 40px
    }

        .accordion.marker-on .heading:before {
            line-height: 1;
            display: flex;
            content: "\25b6";
            position: absolute;
            left: 0;
            top: 3px;
            font-size: 16px;
            width: 34px;
            height: 34px;
            text-align: center;
            transform: rotate(0);
            transition: transform .3s;
            transform-origin: center center;
            align-items: center;
            justify-content: center
        }

    .accordion.marker-on .frame.active > .heading:before {
        transform: rotate(90deg);
        transition: transform .3s
    }

    .accordion.marker-on[dir=rtl] .heading {
        padding-left: 1rem;
        padding-right: 32px
    }

        .accordion.marker-on[dir=rtl] .heading:before {
            left: auto;
            right: 0
        }

    .accordion.marker-on[dir=rtl] .frame.active > .heading:before {
        transform: rotate(-90deg);
        transition: transform .3s
    }

    .accordion.material .heading:before {
        display: none
    }

    .accordion.material > .frame > .heading {
        padding: 16px 42px 16px 16px;
        font-size: 16px;
        background-color: var(--accordion-heading-background);
        color: var(--accordion-heading-color);
        border-radius: 1rem
    }

        .accordion.material > .frame > .heading:after {
            display: block;
            content: "\203a";
            position: absolute;
            right: 16px;
            top: 50%;
            margin-top: -20px;
            font-size: 32px;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 1;
            transform: rotate(0);
            transition: transform .3s;
            transform-origin: 50% 50%
        }

    .accordion.material > .frame > .content {
        font-size: 14px
    }

    .accordion.material > .frame.active .heading:after {
        transform: rotate(90deg);
        transition: transform .3s
    }

    .accordion.rtl.material > .frame > .heading, .accordion[dir=rtl].material > .frame > .heading {
        padding: 16px 16px 16px 42px
    }

        .accordion.rtl.material > .frame > .heading:after, .accordion[dir=rtl].material > .frame > .heading:after {
            left: 16px;
            right: auto;
            top: 8px;
            transform: rotate(180deg)
        }

    .accordion.rtl.material > .frame.active .heading:after, .accordion[dir=rtl].material > .frame.active .heading:after {
        transform: rotate(270deg)
    }

:root {
    --action-index: 0;
    --action-button-background: #ebebeb;
    --action-button-color: #191919
}

.dark-side {
    --action-button-background: #2b2d30;
    --action-button-color: #f3fcff
}

.action-button {
    --num-actions: 0;
    --action-shift: 60px;
    padding: 0;
    margin: 0;
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 500
}

    .action-button button {
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        font-weight: 400;
        white-space: nowrap;
        user-select: none;
        border: 1px solid transparent;
        border-radius: 50%;
        font-size: 1rem;
        transition: all .15s ease-in-out;
        background-color: var(--action-button-background);
        color: var(--action-button-color);
        cursor: pointer;
        outline: none;
        z-index: 1
    }

        .action-button button .icon {
            transition: all .15s ease-in-out;
            font-size: 24px;
            width: 24px;
            height: 24px;
            line-height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            object-fit: cover
        }

        .action-button button.active.rotate {
            transform: rotate(45deg)
        }

        .action-button button.active .icon {
            transform: scale(1.6)
        }

    .action-button .actions {
        list-style: none inside none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 40px;
        height: 40px;
        z-index: 0
    }

        .action-button .actions li {
            width: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0;
            padding: 0;
            border-radius: 50%;
            overflow: hidden;
            background-color: var(--action-button-background);
            color: var(--action-button-color);
            position: absolute;
            transition: all .3s;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            transform-origin: 0 0;
            z-index: 0
        }

            .action-button .actions li * {
                width: 100%;
                max-height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                object-fit: cover;
                text-decoration: none;
                color: inherit;
                background: inherit
            }

    .action-button button.active + .actions li {
        --angle: calc(360deg / var(--num-actions) * var(--action-index));
        transform: translate(-50%,-50%) rotate(var(--angle)) translate(var(--action-shift)) rotate(calc(-1 * var(--angle))) scale(1)
    }

:root {
    --button-border-radius: 4px;
    --button-font-size: 14px;
    --button-background: #ebebeb;
    --button-background-hover: hsl(from var(--button-background) h s calc(l - 10) );
    --button-color: #191919;
    --button-disabled-opacity: .65
}

.dark-side {
    --button-background: #2b2d30;
    --button-color: #f3fcff;
    --button-disabled-opacity: .25
}

button, .button {
    --control-height: var(--control-height-normal);
    --pill-button-radius: calc(var(--control-height) / 2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    padding: 0 var(--button-font-size);
    font-size: var(--button-font-size);
    height: var(--control-height);
    background-color: var(--button-background);
    color: var(--button-color);
    border: 1px solid var(--button-background);
    cursor: pointer;
    outline: none;
    position: relative;
    overflow: visible;
    border-radius: var(--button-border-radius);
    gap: 8px;
    transition: all .2s linear
}

    button:first-child, .button:first-child {
        margin-left: 0
    }

    button:last-child, .button:last-child {
        margin-right: 0
    }

    button.disabled, .button.disabled, button:disabled, .button:disabled {
        pointer-events: none;
        opacity: var(--button-disabled-opacity)
    }

    button .icon, .button .icon {
        height: calc(var(--control-height)/2);
        font-size: calc(var(--button-font-size) * 1.2);
        display: flex;
        align-items: center;
        justify-content: center
    }

    button.pill-button, .button.pill-button {
        border-radius: var(--pill-button-radius)
    }

    button:active, .button:active, button.focus, .button.focus, button:focus, .button:focus {
        text-decoration: none
    }

@media(hover:hover) {
    button:hover, .button:hover {
        background-color: hsl(from var(--button-background) h s calc(l - 10))
    }
}

@media(hover:none) {
    button:active, .button:active {
        background-color: hsl(from var(--button-background) h s calc(l - 10))
    }
}

button.square, .button.square, button.cycle, .button.cycle {
    width: var(--control-height);
    height: var(--control-height);
    padding: 0 !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important
}

button.cycle, .button.cycle {
    border-radius: 50%
}

    button.square.dropdown-toggle:before, .button.square.dropdown-toggle:before, button.cycle.dropdown-toggle:before, .button.cycle.dropdown-toggle:before {
        display: none
    }

button.dropdown-toggle.no-marker, .button.dropdown-toggle.no-marker {
    padding-right: .75rem !important
}

button .dropdown-caret, .button .dropdown-caret {
    fill: var(--button-color)
}

button.outline, .button.outline {
    background: transparent none;
    border-width: 1px;
    border-color: var(--button-background);
    color: #191919
}

@media(hover:hover) {
    button.outline:hover, .button.outline:hover {
        background-color: var(--button-background);
        color: var(--button-color)
    }
}

@media(hover:none) {
    button.outline:active, .button.outline:active {
        background-color: var(--button-background);
        color: var(--button-color)
    }
}

a.button {
    appearance: none;
    color: var(--button-color);
    box-shadow: none;
    text-decoration: none
}

button.mini, .button.mini, input[type=button].mini, input[type=submit].mini, input[type=reset].mini {
    --control-height: var(--control-height-mini);
    --button-font-size: 10px
}

button.small, .button.small, input[type=button].small, input[type=submit].small, input[type=reset].small {
    --control-height: var(--control-height-small);
    --button-font-size: 12px
}

button.medium, .button.medium, input[type=button].medium, input[type=submit].medium, input[type=reset].medium {
    --control-height: var(--control-height-medium);
    --button-font-size: 14px
}

button.large, .button.large, input[type=button].large, input[type=submit].large, input[type=reset].large {
    --control-height: var(--control-height-large);
    --button-font-size: 16px
}

button.largest, .button.largest, input[type=button].largest, input[type=submit].largest, input[type=reset].largest {
    --control-height: var(--control-height-largest);
    --button-font-size: 18px
}

button .loader, .button .loader {
    transform: scale(0);
    opacity: 0;
    transition: all .15s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center
}

    button .loader + .caption, .button .loader + .caption {
        transition: all .15s ease-in-out;
        margin-left: -16px
    }

button.loading, .button.loading {
    transition: all .15s ease-in-out
}

    button.loading .loader, .button.loading .loader {
        transform: scale(1);
        opacity: 1
    }

    button.loading .caption, .button.loading .caption {
        margin-left: .3rem
    }

button.link, .button.link {
    --button-color: #191919;
    background-color: transparent;
    border: none
}

    button.link:hover, .button.link:hover {
        background-color: transparent;
        text-decoration: underline
    }

    button.link.focus, .button.link.focus, button.link:focus, .button.link:focus {
        box-shadow: none
    }

button.flat, .button.flat {
    --button-color: #191919;
    background-color: transparent;
    border-color: transparent
}

@media(hover:hover) {
    button.flat:hover, .button.flat:hover {
        background-color: var(--button-background);
        color: var(--button-color)
    }
}

@media(hover:none) {
    button.flat:active, .button.flat:active {
        background-color: var(--button-background);
        color: var(--button-color)
    }
}

.button-gray {
    --button-background: hsl(0, 0%, 80%);
    --button-color: #fff
}

    .button-gray.link {
        --button-color: hsl(0, 0%, 80%) !important
    }

@media(hover:hover) {
    .button-gray:hover {
        --button-background: hsl(0, 0%, 80%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-gray:active {
        --button-background: hsl(0, 0%, 80%);
        --button-color: #fff
    }
}

.button-light-gray {
    --button-background: hsl(0, 0%, 95%);
    --button-color: #191919
}

    .button-light-gray.link {
        --button-color: hsl(0, 0%, 95%) !important
    }

@media(hover:hover) {
    .button-light-gray:hover {
        --button-background: hsl(0, 0%, 95%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-gray:active {
        --button-background: hsl(0, 0%, 95%);
        --button-color: #191919
    }
}

.button-minor-gray {
    --button-background: hsl(0, 0%, 87%);
    --button-color: #fff
}

    .button-minor-gray.link {
        --button-color: hsl(0, 0%, 87%) !important
    }

@media(hover:hover) {
    .button-minor-gray:hover {
        --button-background: hsl(0, 0%, 87%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-gray:active {
        --button-background: hsl(0, 0%, 87%);
        --button-color: #fff
    }
}

.button-sat-gray {
    --button-background: hsl(0, 0%, 65%);
    --button-color: #fff
}

    .button-sat-gray.link {
        --button-color: hsl(0, 0%, 65%) !important
    }

@media(hover:hover) {
    .button-sat-gray:hover {
        --button-background: hsl(0, 0%, 65%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-gray:active {
        --button-background: hsl(0, 0%, 65%);
        --button-color: #fff
    }
}

.button-dark-gray {
    --button-background: hsl(0, 0%, 55%);
    --button-color: #fff
}

    .button-dark-gray.link {
        --button-color: hsl(0, 0%, 55%) !important
    }

@media(hover:hover) {
    .button-dark-gray:hover {
        --button-background: hsl(0, 0%, 55%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-gray:active {
        --button-background: hsl(0, 0%, 55%);
        --button-color: #fff
    }
}

.button-gray-blue {
    --button-background: hsl(210, 26%, 54%);
    --button-color: #fff
}

    .button-gray-blue.link {
        --button-color: hsl(210, 26%, 54%) !important
    }

@media(hover:hover) {
    .button-gray-blue:hover {
        --button-background: hsl(210, 26%, 54%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-gray-blue:active {
        --button-background: hsl(210, 26%, 54%);
        --button-color: #fff
    }
}

.button-light-gray-blue {
    --button-background: hsl(210, 26%, 84%);
    --button-color: #191919
}

    .button-light-gray-blue.link {
        --button-color: hsl(210, 26%, 84%) !important
    }

@media(hover:hover) {
    .button-light-gray-blue:hover {
        --button-background: hsl(210, 26%, 84%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-gray-blue:active {
        --button-background: hsl(210, 26%, 84%);
        --button-color: #191919
    }
}

.button-minor-gray-blue {
    --button-background: hsl(210, 26%, 69%);
    --button-color: #fff
}

    .button-minor-gray-blue.link {
        --button-color: hsl(210, 26%, 69%) !important
    }

@media(hover:hover) {
    .button-minor-gray-blue:hover {
        --button-background: hsl(210, 26%, 69%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-gray-blue:active {
        --button-background: hsl(210, 26%, 69%);
        --button-color: #fff
    }
}

.button-sat-gray-blue {
    --button-background: hsl(210, 26%, 39%);
    --button-color: #fff
}

    .button-sat-gray-blue.link {
        --button-color: hsl(210, 26%, 39%) !important
    }

@media(hover:hover) {
    .button-sat-gray-blue:hover {
        --button-background: hsl(210, 26%, 39%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-gray-blue:active {
        --button-background: hsl(210, 26%, 39%);
        --button-color: #fff
    }
}

.button-dark-gray-blue {
    --button-background: hsl(210, 26%, 29%);
    --button-color: #fff
}

    .button-dark-gray-blue.link {
        --button-color: hsl(210, 26%, 29%) !important
    }

@media(hover:hover) {
    .button-dark-gray-blue:hover {
        --button-background: hsl(210, 26%, 29%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-gray-blue:active {
        --button-background: hsl(210, 26%, 29%);
        --button-color: #fff
    }
}

.button-gray-mouse {
    --button-background: hsl(199, 15%, 40%);
    --button-color: #fff
}

    .button-gray-mouse.link {
        --button-color: hsl(199, 15%, 40%) !important
    }

@media(hover:hover) {
    .button-gray-mouse:hover {
        --button-background: hsl(199, 15%, 40%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-gray-mouse:active {
        --button-background: hsl(199, 15%, 40%);
        --button-color: #fff
    }
}

.button-light-gray-mouse {
    --button-background: hsl(199, 15%, 70%);
    --button-color: #191919
}

    .button-light-gray-mouse.link {
        --button-color: hsl(199, 15%, 70%) !important
    }

@media(hover:hover) {
    .button-light-gray-mouse:hover {
        --button-background: hsl(199, 15%, 70%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-gray-mouse:active {
        --button-background: hsl(199, 15%, 70%);
        --button-color: #191919
    }
}

.button-minor-gray-mouse {
    --button-background: hsl(199, 15%, 55%);
    --button-color: #fff
}

    .button-minor-gray-mouse.link {
        --button-color: hsl(199, 15%, 55%) !important
    }

@media(hover:hover) {
    .button-minor-gray-mouse:hover {
        --button-background: hsl(199, 15%, 55%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-gray-mouse:active {
        --button-background: hsl(199, 15%, 55%);
        --button-color: #fff
    }
}

.button-sat-gray-mouse {
    --button-background: hsl(199, 15%, 25%);
    --button-color: #fff
}

    .button-sat-gray-mouse.link {
        --button-color: hsl(199, 15%, 25%) !important
    }

@media(hover:hover) {
    .button-sat-gray-mouse:hover {
        --button-background: hsl(199, 15%, 25%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-gray-mouse:active {
        --button-background: hsl(199, 15%, 25%);
        --button-color: #fff
    }
}

.button-dark-gray-mouse {
    --button-background: hsl(199, 15%, 15%);
    --button-color: #fff
}

    .button-dark-gray-mouse.link {
        --button-color: hsl(199, 15%, 15%) !important
    }

@media(hover:hover) {
    .button-dark-gray-mouse:hover {
        --button-background: hsl(199, 15%, 15%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-gray-mouse:active {
        --button-background: hsl(199, 15%, 15%);
        --button-color: #fff
    }
}

.button-lime {
    --button-background: hsl(93, 97%, 71%);
    --button-color: #fff
}

    .button-lime.link {
        --button-color: hsl(93, 97%, 71%) !important
    }

@media(hover:hover) {
    .button-lime:hover {
        --button-background: hsl(93, 97%, 71%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-lime:active {
        --button-background: hsl(93, 97%, 71%);
        --button-color: #fff
    }
}

.button-light-lime {
    --button-background: hsl(93, 97%, 91%);
    --button-color: #191919
}

    .button-light-lime.link {
        --button-color: hsl(93, 97%, 91%) !important
    }

@media(hover:hover) {
    .button-light-lime:hover {
        --button-background: hsl(93, 97%, 91%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-lime:active {
        --button-background: hsl(93, 97%, 91%);
        --button-color: #191919
    }
}

.button-minor-lime {
    --button-background: hsl(93, 97%, 81%);
    --button-color: #fff
}

    .button-minor-lime.link {
        --button-color: hsl(93, 97%, 81%) !important
    }

@media(hover:hover) {
    .button-minor-lime:hover {
        --button-background: hsl(93, 97%, 81%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-lime:active {
        --button-background: hsl(93, 97%, 81%);
        --button-color: #fff
    }
}

.button-sat-lime {
    --button-background: hsl(93, 97%, 56%);
    --button-color: #fff
}

    .button-sat-lime.link {
        --button-color: hsl(93, 97%, 56%) !important
    }

@media(hover:hover) {
    .button-sat-lime:hover {
        --button-background: hsl(93, 97%, 56%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-lime:active {
        --button-background: hsl(93, 97%, 56%);
        --button-color: #fff
    }
}

.button-dark-lime {
    --button-background: hsl(93, 97%, 46%);
    --button-color: #fff
}

    .button-dark-lime.link {
        --button-color: hsl(93, 97%, 46%) !important
    }

@media(hover:hover) {
    .button-dark-lime:hover {
        --button-background: hsl(93, 97%, 46%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-lime:active {
        --button-background: hsl(93, 97%, 46%);
        --button-color: #fff
    }
}

.button-green {
    --button-background: hsl(120, 100%, 35%);
    --button-color: #fff
}

    .button-green.link {
        --button-color: hsl(120, 100%, 35%) !important
    }

@media(hover:hover) {
    .button-green:hover {
        --button-background: hsl(120, 100%, 35%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-green:active {
        --button-background: hsl(120, 100%, 35%);
        --button-color: #fff
    }
}

.button-light-green {
    --button-background: hsl(120, 100%, 80%);
    --button-color: #191919
}

    .button-light-green.link {
        --button-color: hsl(120, 100%, 80%) !important
    }

@media(hover:hover) {
    .button-light-green:hover {
        --button-background: hsl(120, 100%, 80%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-green:active {
        --button-background: hsl(120, 100%, 80%);
        --button-color: #191919
    }
}

.button-minor-green {
    --button-background: hsl(120, 100%, 45%);
    --button-color: #fff
}

    .button-minor-green.link {
        --button-color: hsl(120, 100%, 45%) !important
    }

@media(hover:hover) {
    .button-minor-green:hover {
        --button-background: hsl(120, 100%, 45%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-green:active {
        --button-background: hsl(120, 100%, 45%);
        --button-color: #fff
    }
}

.button-sat-green {
    --button-background: hsl(120, 100%, 20%);
    --button-color: #fff
}

    .button-sat-green.link {
        --button-color: hsl(120, 100%, 20%) !important
    }

@media(hover:hover) {
    .button-sat-green:hover {
        --button-background: hsl(120, 100%, 20%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-green:active {
        --button-background: hsl(120, 100%, 20%);
        --button-color: #fff
    }
}

.button-dark-green {
    --button-background: hsl(120, 100%, 10%);
    --button-color: #fff
}

    .button-dark-green.link {
        --button-color: hsl(120, 100%, 10%) !important
    }

@media(hover:hover) {
    .button-dark-green:hover {
        --button-background: hsl(120, 100%, 10%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-green:active {
        --button-background: hsl(120, 100%, 10%);
        --button-color: #fff
    }
}

.button-emerald {
    --button-background: hsl(140, 52%, 55%);
    --button-color: #fff
}

    .button-emerald.link {
        --button-color: hsl(140, 52%, 55%) !important
    }

@media(hover:hover) {
    .button-emerald:hover {
        --button-background: hsl(140, 52%, 55%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-emerald:active {
        --button-background: hsl(140, 52%, 55%);
        --button-color: #fff
    }
}

.button-light-emerald {
    --button-background: hsl(140, 52%, 85%);
    --button-color: #191919
}

    .button-light-emerald.link {
        --button-color: hsl(140, 52%, 85%) !important
    }

@media(hover:hover) {
    .button-light-emerald:hover {
        --button-background: hsl(140, 52%, 85%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-emerald:active {
        --button-background: hsl(140, 52%, 85%);
        --button-color: #191919
    }
}

.button-minor-emerald {
    --button-background: hsl(140, 52%, 65%);
    --button-color: #fff
}

    .button-minor-emerald.link {
        --button-color: hsl(140, 52%, 65%) !important
    }

@media(hover:hover) {
    .button-minor-emerald:hover {
        --button-background: hsl(140, 52%, 65%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-emerald:active {
        --button-background: hsl(140, 52%, 65%);
        --button-color: #fff
    }
}

.button-sat-emerald {
    --button-background: hsl(140, 52%, 40%);
    --button-color: #fff
}

    .button-sat-emerald.link {
        --button-color: hsl(140, 52%, 40%) !important
    }

@media(hover:hover) {
    .button-sat-emerald:hover {
        --button-background: hsl(140, 52%, 40%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-emerald:active {
        --button-background: hsl(140, 52%, 40%);
        --button-color: #fff
    }
}

.button-dark-emerald {
    --button-background: hsl(140, 52%, 30%);
    --button-color: #fff
}

    .button-dark-emerald.link {
        --button-color: hsl(140, 52%, 30%) !important
    }

@media(hover:hover) {
    .button-dark-emerald:hover {
        --button-background: hsl(140, 52%, 30%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-emerald:active {
        --button-background: hsl(140, 52%, 30%);
        --button-color: #fff
    }
}

.button-blue {
    --button-background: hsl(225, 100%, 68%);
    --button-color: #fff
}

    .button-blue.link {
        --button-color: hsl(225, 100%, 68%) !important
    }

@media(hover:hover) {
    .button-blue:hover {
        --button-background: hsl(225, 100%, 68%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-blue:active {
        --button-background: hsl(225, 100%, 68%);
        --button-color: #fff
    }
}

.button-light-blue {
    --button-background: hsl(225, 100%, 93%);
    --button-color: #191919
}

    .button-light-blue.link {
        --button-color: hsl(225, 100%, 93%) !important
    }

@media(hover:hover) {
    .button-light-blue:hover {
        --button-background: hsl(225, 100%, 93%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-blue:active {
        --button-background: hsl(225, 100%, 93%);
        --button-color: #191919
    }
}

.button-minor-blue {
    --button-background: hsl(225, 100%, 78%);
    --button-color: #fff
}

    .button-minor-blue.link {
        --button-color: hsl(225, 100%, 78%) !important
    }

@media(hover:hover) {
    .button-minor-blue:hover {
        --button-background: hsl(225, 100%, 78%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-blue:active {
        --button-background: hsl(225, 100%, 78%);
        --button-color: #fff
    }
}

.button-sat-blue {
    --button-background: hsl(225, 100%, 53%);
    --button-color: #fff
}

    .button-sat-blue.link {
        --button-color: hsl(225, 100%, 53%) !important
    }

@media(hover:hover) {
    .button-sat-blue:hover {
        --button-background: hsl(225, 100%, 53%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-blue:active {
        --button-background: hsl(225, 100%, 53%);
        --button-color: #fff
    }
}

.button-dark-blue {
    --button-background: hsl(225, 100%, 43%);
    --button-color: #fff
}

    .button-dark-blue.link {
        --button-color: hsl(225, 100%, 43%) !important
    }

@media(hover:hover) {
    .button-dark-blue:hover {
        --button-background: hsl(225, 100%, 43%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-blue:active {
        --button-background: hsl(225, 100%, 43%);
        --button-color: #fff
    }
}

.button-teal {
    --button-background: hsl(180, 77%, 44%);
    --button-color: #fff
}

    .button-teal.link {
        --button-color: hsl(180, 77%, 44%) !important
    }

@media(hover:hover) {
    .button-teal:hover {
        --button-background: hsl(180, 77%, 44%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-teal:active {
        --button-background: hsl(180, 77%, 44%);
        --button-color: #fff
    }
}

.button-light-teal {
    --button-background: hsl(180, 77%, 79%);
    --button-color: #191919
}

    .button-light-teal.link {
        --button-color: hsl(180, 77%, 79%) !important
    }

@media(hover:hover) {
    .button-light-teal:hover {
        --button-background: hsl(180, 77%, 79%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-teal:active {
        --button-background: hsl(180, 77%, 79%);
        --button-color: #191919
    }
}

.button-minor-teal {
    --button-background: hsl(180, 77%, 54%);
    --button-color: #fff
}

    .button-minor-teal.link {
        --button-color: hsl(180, 77%, 54%) !important
    }

@media(hover:hover) {
    .button-minor-teal:hover {
        --button-background: hsl(180, 77%, 54%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-teal:active {
        --button-background: hsl(180, 77%, 54%);
        --button-color: #fff
    }
}

.button-sat-teal {
    --button-background: hsl(180, 77%, 29%);
    --button-color: #fff
}

    .button-sat-teal.link {
        --button-color: hsl(180, 77%, 29%) !important
    }

@media(hover:hover) {
    .button-sat-teal:hover {
        --button-background: hsl(180, 77%, 29%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-teal:active {
        --button-background: hsl(180, 77%, 29%);
        --button-color: #fff
    }
}

.button-dark-teal {
    --button-background: hsl(180, 77%, 19%);
    --button-color: #fff
}

    .button-dark-teal.link {
        --button-color: hsl(180, 77%, 19%) !important
    }

@media(hover:hover) {
    .button-dark-teal:hover {
        --button-background: hsl(180, 77%, 19%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-teal:active {
        --button-background: hsl(180, 77%, 19%);
        --button-color: #fff
    }
}

.button-cyan {
    --button-background: hsl(221, 100%, 79%);
    --button-color: #fff
}

    .button-cyan.link {
        --button-color: hsl(221, 100%, 79%) !important
    }

@media(hover:hover) {
    .button-cyan:hover {
        --button-background: hsl(221, 100%, 79%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-cyan:active {
        --button-background: hsl(221, 100%, 79%);
        --button-color: #fff
    }
}

.button-light-cyan {
    --button-background: hsl(221, 100%, 94%);
    --button-color: #191919
}

    .button-light-cyan.link {
        --button-color: hsl(221, 100%, 94%) !important
    }

@media(hover:hover) {
    .button-light-cyan:hover {
        --button-background: hsl(221, 100%, 94%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-cyan:active {
        --button-background: hsl(221, 100%, 94%);
        --button-color: #191919
    }
}

.button-minor-cyan {
    --button-background: hsl(221, 100%, 89%);
    --button-color: #fff
}

    .button-minor-cyan.link {
        --button-color: hsl(221, 100%, 89%) !important
    }

@media(hover:hover) {
    .button-minor-cyan:hover {
        --button-background: hsl(221, 100%, 89%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-cyan:active {
        --button-background: hsl(221, 100%, 89%);
        --button-color: #fff
    }
}

.button-sat-cyan {
    --button-background: hsl(221, 100%, 64%);
    --button-color: #fff
}

    .button-sat-cyan.link {
        --button-color: hsl(221, 100%, 64%) !important
    }

@media(hover:hover) {
    .button-sat-cyan:hover {
        --button-background: hsl(221, 100%, 64%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-cyan:active {
        --button-background: hsl(221, 100%, 64%);
        --button-color: #fff
    }
}

.button-dark-cyan {
    --button-background: hsl(221, 100%, 54%);
    --button-color: #fff
}

    .button-dark-cyan.link {
        --button-color: hsl(221, 100%, 54%) !important
    }

@media(hover:hover) {
    .button-dark-cyan:hover {
        --button-background: hsl(221, 100%, 54%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-cyan:active {
        --button-background: hsl(221, 100%, 54%);
        --button-color: #fff
    }
}

.button-cobalt {
    --button-background: hsl(215, 100%, 34%);
    --button-color: #fff
}

    .button-cobalt.link {
        --button-color: hsl(215, 100%, 34%) !important
    }

@media(hover:hover) {
    .button-cobalt:hover {
        --button-background: hsl(215, 100%, 34%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-cobalt:active {
        --button-background: hsl(215, 100%, 34%);
        --button-color: #fff
    }
}

.button-light-cobalt {
    --button-background: hsl(215, 100%, 79%);
    --button-color: #191919
}

    .button-light-cobalt.link {
        --button-color: hsl(215, 100%, 79%) !important
    }

@media(hover:hover) {
    .button-light-cobalt:hover {
        --button-background: hsl(215, 100%, 79%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-cobalt:active {
        --button-background: hsl(215, 100%, 79%);
        --button-color: #191919
    }
}

.button-minor-cobalt {
    --button-background: hsl(215, 100%, 49%);
    --button-color: #fff
}

    .button-minor-cobalt.link {
        --button-color: hsl(215, 100%, 49%) !important
    }

@media(hover:hover) {
    .button-minor-cobalt:hover {
        --button-background: hsl(215, 100%, 49%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-cobalt:active {
        --button-background: hsl(215, 100%, 49%);
        --button-color: #fff
    }
}

.button-sat-cobalt {
    --button-background: hsl(215, 100%, 19%);
    --button-color: #fff
}

    .button-sat-cobalt.link {
        --button-color: hsl(215, 100%, 19%) !important
    }

@media(hover:hover) {
    .button-sat-cobalt:hover {
        --button-background: hsl(215, 100%, 19%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-cobalt:active {
        --button-background: hsl(215, 100%, 19%);
        --button-color: #fff
    }
}

.button-dark-cobalt {
    --button-background: hsl(215, 100%, 9%);
    --button-color: #fff
}

    .button-dark-cobalt.link {
        --button-color: hsl(215, 100%, 9%) !important
    }

@media(hover:hover) {
    .button-dark-cobalt:hover {
        --button-background: hsl(215, 100%, 9%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-cobalt:active {
        --button-background: hsl(215, 100%, 9%);
        --button-color: #fff
    }
}

.button-indigo {
    --button-background: hsl(276, 100%, 33%);
    --button-color: #fff
}

    .button-indigo.link {
        --button-color: hsl(276, 100%, 33%) !important
    }

@media(hover:hover) {
    .button-indigo:hover {
        --button-background: hsl(276, 100%, 33%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-indigo:active {
        --button-background: hsl(276, 100%, 33%);
        --button-color: #fff
    }
}

.button-light-indigo {
    --button-background: hsl(276, 100%, 78%);
    --button-color: #191919
}

    .button-light-indigo.link {
        --button-color: hsl(276, 100%, 78%) !important
    }

@media(hover:hover) {
    .button-light-indigo:hover {
        --button-background: hsl(276, 100%, 78%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-indigo:active {
        --button-background: hsl(276, 100%, 78%);
        --button-color: #191919
    }
}

.button-minor-indigo {
    --button-background: hsl(276, 100%, 48%);
    --button-color: #fff
}

    .button-minor-indigo.link {
        --button-color: hsl(276, 100%, 48%) !important
    }

@media(hover:hover) {
    .button-minor-indigo:hover {
        --button-background: hsl(276, 100%, 48%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-indigo:active {
        --button-background: hsl(276, 100%, 48%);
        --button-color: #fff
    }
}

.button-sat-indigo {
    --button-background: hsl(276, 100%, 18%);
    --button-color: #fff
}

    .button-sat-indigo.link {
        --button-color: hsl(276, 100%, 18%) !important
    }

@media(hover:hover) {
    .button-sat-indigo:hover {
        --button-background: hsl(276, 100%, 18%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-indigo:active {
        --button-background: hsl(276, 100%, 18%);
        --button-color: #fff
    }
}

.button-dark-indigo {
    --button-background: hsl(276, 100%, 8%);
    --button-color: #fff
}

    .button-dark-indigo.link {
        --button-color: hsl(276, 100%, 8%) !important
    }

@media(hover:hover) {
    .button-dark-indigo:hover {
        --button-background: hsl(276, 100%, 8%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-indigo:active {
        --button-background: hsl(276, 100%, 8%);
        --button-color: #fff
    }
}

.button-almost {
    --button-background: hsl(259, 84%, 55%);
    --button-color: #fff
}

    .button-almost.link {
        --button-color: hsl(259, 84%, 55%) !important
    }

@media(hover:hover) {
    .button-almost:hover {
        --button-background: hsl(259, 84%, 55%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-almost:active {
        --button-background: hsl(259, 84%, 55%);
        --button-color: #fff
    }
}

.button-light-almost {
    --button-background: hsl(259, 84%, 85%);
    --button-color: #191919
}

    .button-light-almost.link {
        --button-color: hsl(259, 84%, 85%) !important
    }

@media(hover:hover) {
    .button-light-almost:hover {
        --button-background: hsl(259, 84%, 85%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-almost:active {
        --button-background: hsl(259, 84%, 85%);
        --button-color: #191919
    }
}

.button-minor-almost {
    --button-background: hsl(259, 84%, 70%);
    --button-color: #fff
}

    .button-minor-almost.link {
        --button-color: hsl(259, 84%, 70%) !important
    }

@media(hover:hover) {
    .button-minor-almost:hover {
        --button-background: hsl(259, 84%, 70%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-almost:active {
        --button-background: hsl(259, 84%, 70%);
        --button-color: #fff
    }
}

.button-sat-almost {
    --button-background: hsl(259, 84%, 40%);
    --button-color: #fff
}

    .button-sat-almost.link {
        --button-color: hsl(259, 84%, 40%) !important
    }

@media(hover:hover) {
    .button-sat-almost:hover {
        --button-background: hsl(259, 84%, 40%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-almost:active {
        --button-background: hsl(259, 84%, 40%);
        --button-color: #fff
    }
}

.button-dark-almost {
    --button-background: hsl(259, 84%, 30%);
    --button-color: #fff
}

    .button-dark-almost.link {
        --button-color: hsl(259, 84%, 30%) !important
    }

@media(hover:hover) {
    .button-dark-almost:hover {
        --button-background: hsl(259, 84%, 30%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-almost:active {
        --button-background: hsl(259, 84%, 30%);
        --button-color: #fff
    }
}

.button-violet {
    --button-background: hsl(300, 76%, 72%);
    --button-color: #fff
}

    .button-violet.link {
        --button-color: hsl(300, 76%, 72%) !important
    }

@media(hover:hover) {
    .button-violet:hover {
        --button-background: hsl(300, 76%, 72%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-violet:active {
        --button-background: hsl(300, 76%, 72%);
        --button-color: #fff
    }
}

.button-light-violet {
    --button-background: hsl(300, 76%, 92%);
    --button-color: #191919
}

    .button-light-violet.link {
        --button-color: hsl(300, 76%, 92%) !important
    }

@media(hover:hover) {
    .button-light-violet:hover {
        --button-background: hsl(300, 76%, 92%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-violet:active {
        --button-background: hsl(300, 76%, 92%);
        --button-color: #191919
    }
}

.button-minor-violet {
    --button-background: hsl(300, 76%, 82%);
    --button-color: #fff
}

    .button-minor-violet.link {
        --button-color: hsl(300, 76%, 82%) !important
    }

@media(hover:hover) {
    .button-minor-violet:hover {
        --button-background: hsl(300, 76%, 82%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-violet:active {
        --button-background: hsl(300, 76%, 82%);
        --button-color: #fff
    }
}

.button-sat-violet {
    --button-background: hsl(300, 76%, 57%);
    --button-color: #fff
}

    .button-sat-violet.link {
        --button-color: hsl(300, 76%, 57%) !important
    }

@media(hover:hover) {
    .button-sat-violet:hover {
        --button-background: hsl(300, 76%, 57%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-violet:active {
        --button-background: hsl(300, 76%, 57%);
        --button-color: #fff
    }
}

.button-dark-violet {
    --button-background: hsl(300, 76%, 47%);
    --button-color: #fff
}

    .button-dark-violet.link {
        --button-color: hsl(300, 76%, 47%) !important
    }

@media(hover:hover) {
    .button-dark-violet:hover {
        --button-background: hsl(300, 76%, 47%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-violet:active {
        --button-background: hsl(300, 76%, 47%);
        --button-color: #fff
    }
}

.button-pink {
    --button-background: hsl(350, 100%, 88%);
    --button-color: #fff
}

    .button-pink.link {
        --button-color: hsl(350, 100%, 88%) !important
    }

@media(hover:hover) {
    .button-pink:hover {
        --button-background: hsl(350, 100%, 88%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-pink:active {
        --button-background: hsl(350, 100%, 88%);
        --button-color: #fff
    }
}

.button-light-pink {
    --button-background: hsl(350, 100%, 98%);
    --button-color: #191919
}

    .button-light-pink.link {
        --button-color: hsl(350, 100%, 98%) !important
    }

@media(hover:hover) {
    .button-light-pink:hover {
        --button-background: hsl(350, 100%, 98%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-pink:active {
        --button-background: hsl(350, 100%, 98%);
        --button-color: #191919
    }
}

.button-minor-pink {
    --button-background: hsl(350, 100%, 93%);
    --button-color: #fff
}

    .button-minor-pink.link {
        --button-color: hsl(350, 100%, 93%) !important
    }

@media(hover:hover) {
    .button-minor-pink:hover {
        --button-background: hsl(350, 100%, 93%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-pink:active {
        --button-background: hsl(350, 100%, 93%);
        --button-color: #fff
    }
}

.button-sat-pink {
    --button-background: hsl(350, 100%, 73%);
    --button-color: #fff
}

    .button-sat-pink.link {
        --button-color: hsl(350, 100%, 73%) !important
    }

@media(hover:hover) {
    .button-sat-pink:hover {
        --button-background: hsl(350, 100%, 73%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-pink:active {
        --button-background: hsl(350, 100%, 73%);
        --button-color: #fff
    }
}

.button-dark-pink {
    --button-background: hsl(350, 100%, 63%);
    --button-color: #fff
}

    .button-dark-pink.link {
        --button-color: hsl(350, 100%, 63%) !important
    }

@media(hover:hover) {
    .button-dark-pink:hover {
        --button-background: hsl(350, 100%, 63%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-pink:active {
        --button-background: hsl(350, 100%, 63%);
        --button-color: #fff
    }
}

.button-magenta {
    --button-background: hsl(300, 100%, 50%);
    --button-color: #fff
}

    .button-magenta.link {
        --button-color: hsl(300, 100%, 50%) !important
    }

@media(hover:hover) {
    .button-magenta:hover {
        --button-background: hsl(300, 100%, 50%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-magenta:active {
        --button-background: hsl(300, 100%, 50%);
        --button-color: #fff
    }
}

.button-light-magenta {
    --button-background: hsl(300, 100%, 90%);
    --button-color: #191919
}

    .button-light-magenta.link {
        --button-color: hsl(300, 100%, 90%) !important
    }

@media(hover:hover) {
    .button-light-magenta:hover {
        --button-background: hsl(300, 100%, 90%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-magenta:active {
        --button-background: hsl(300, 100%, 90%);
        --button-color: #191919
    }
}

.button-minor-magenta {
    --button-background: hsl(300, 100%, 75%);
    --button-color: #fff
}

    .button-minor-magenta.link {
        --button-color: hsl(300, 100%, 75%) !important
    }

@media(hover:hover) {
    .button-minor-magenta:hover {
        --button-background: hsl(300, 100%, 75%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-magenta:active {
        --button-background: hsl(300, 100%, 75%);
        --button-color: #fff
    }
}

.button-sat-magenta {
    --button-background: hsl(300, 100%, 35%);
    --button-color: #fff
}

    .button-sat-magenta.link {
        --button-color: hsl(300, 100%, 35%) !important
    }

@media(hover:hover) {
    .button-sat-magenta:hover {
        --button-background: hsl(300, 100%, 35%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-magenta:active {
        --button-background: hsl(300, 100%, 35%);
        --button-color: #fff
    }
}

.button-dark-magenta {
    --button-background: hsl(300, 100%, 25%);
    --button-color: #fff
}

    .button-dark-magenta.link {
        --button-color: hsl(300, 100%, 25%) !important
    }

@media(hover:hover) {
    .button-dark-magenta:hover {
        --button-background: hsl(300, 100%, 25%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-magenta:active {
        --button-background: hsl(300, 100%, 25%);
        --button-color: #fff
    }
}

.button-crimson {
    --button-background: hsl(348, 88%, 46%);
    --button-color: #fff
}

    .button-crimson.link {
        --button-color: hsl(348, 88%, 46%) !important
    }

@media(hover:hover) {
    .button-crimson:hover {
        --button-background: hsl(348, 88%, 46%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-crimson:active {
        --button-background: hsl(348, 88%, 46%);
        --button-color: #fff
    }
}

.button-light-crimson {
    --button-background: hsl(348, 88%, 91%);
    --button-color: #191919
}

    .button-light-crimson.link {
        --button-color: hsl(348, 88%, 91%) !important
    }

@media(hover:hover) {
    .button-light-crimson:hover {
        --button-background: hsl(348, 88%, 91%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-crimson:active {
        --button-background: hsl(348, 88%, 91%);
        --button-color: #191919
    }
}

.button-minor-crimson {
    --button-background: hsl(348, 88%, 66%);
    --button-color: #fff
}

    .button-minor-crimson.link {
        --button-color: hsl(348, 88%, 66%) !important
    }

@media(hover:hover) {
    .button-minor-crimson:hover {
        --button-background: hsl(348, 88%, 66%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-crimson:active {
        --button-background: hsl(348, 88%, 66%);
        --button-color: #fff
    }
}

.button-sat-crimson {
    --button-background: hsl(348, 88%, 31%);
    --button-color: #fff
}

    .button-sat-crimson.link {
        --button-color: hsl(348, 88%, 31%) !important
    }

@media(hover:hover) {
    .button-sat-crimson:hover {
        --button-background: hsl(348, 88%, 31%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-crimson:active {
        --button-background: hsl(348, 88%, 31%);
        --button-color: #fff
    }
}

.button-dark-crimson {
    --button-background: hsl(348, 88%, 21%);
    --button-color: #fff
}

    .button-dark-crimson.link {
        --button-color: hsl(348, 88%, 21%) !important
    }

@media(hover:hover) {
    .button-dark-crimson:hover {
        --button-background: hsl(348, 88%, 21%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-crimson:active {
        --button-background: hsl(348, 88%, 21%);
        --button-color: #fff
    }
}

.button-red {
    --button-background: hsl(0, 100%, 50%);
    --button-color: #fff
}

    .button-red.link {
        --button-color: hsl(0, 100%, 50%) !important
    }

@media(hover:hover) {
    .button-red:hover {
        --button-background: hsl(0, 100%, 50%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-red:active {
        --button-background: hsl(0, 100%, 50%);
        --button-color: #fff
    }
}

.button-light-red {
    --button-background: hsl(0, 100%, 85%);
    --button-color: #191919
}

    .button-light-red.link {
        --button-color: hsl(0, 100%, 85%) !important
    }

@media(hover:hover) {
    .button-light-red:hover {
        --button-background: hsl(0, 100%, 85%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-red:active {
        --button-background: hsl(0, 100%, 85%);
        --button-color: #191919
    }
}

.button-minor-red {
    --button-background: hsl(0, 100%, 70%);
    --button-color: #fff
}

    .button-minor-red.link {
        --button-color: hsl(0, 100%, 70%) !important
    }

@media(hover:hover) {
    .button-minor-red:hover {
        --button-background: hsl(0, 100%, 70%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-red:active {
        --button-background: hsl(0, 100%, 70%);
        --button-color: #fff
    }
}

.button-sat-red {
    --button-background: hsl(0, 100%, 35%);
    --button-color: #fff
}

    .button-sat-red.link {
        --button-color: hsl(0, 100%, 35%) !important
    }

@media(hover:hover) {
    .button-sat-red:hover {
        --button-background: hsl(0, 100%, 35%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-red:active {
        --button-background: hsl(0, 100%, 35%);
        --button-color: #fff
    }
}

.button-dark-red {
    --button-background: hsl(0, 100%, 25%);
    --button-color: #fff
}

    .button-dark-red.link {
        --button-color: hsl(0, 100%, 25%) !important
    }

@media(hover:hover) {
    .button-dark-red:hover {
        --button-background: hsl(0, 100%, 25%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-red:active {
        --button-background: hsl(0, 100%, 25%);
        --button-color: #fff
    }
}

.button-clown {
    --button-background: hsl(3, 100%, 70%);
    --button-color: #fff
}

    .button-clown.link {
        --button-color: hsl(3, 100%, 70%) !important
    }

@media(hover:hover) {
    .button-clown:hover {
        --button-background: hsl(3, 100%, 70%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-clown:active {
        --button-background: hsl(3, 100%, 70%);
        --button-color: #fff
    }
}

.button-light-clown {
    --button-background: hsl(3, 100%, 95%);
    --button-color: #191919
}

    .button-light-clown.link {
        --button-color: hsl(3, 100%, 95%) !important
    }

@media(hover:hover) {
    .button-light-clown:hover {
        --button-background: hsl(3, 100%, 95%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-clown:active {
        --button-background: hsl(3, 100%, 95%);
        --button-color: #191919
    }
}

.button-minor-clown {
    --button-background: hsl(3, 100%, 85%);
    --button-color: #fff
}

    .button-minor-clown.link {
        --button-color: hsl(3, 100%, 85%) !important
    }

@media(hover:hover) {
    .button-minor-clown:hover {
        --button-background: hsl(3, 100%, 85%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-clown:active {
        --button-background: hsl(3, 100%, 85%);
        --button-color: #fff
    }
}

.button-sat-clown {
    --button-background: hsl(3, 100%, 55%);
    --button-color: #fff
}

    .button-sat-clown.link {
        --button-color: hsl(3, 100%, 55%) !important
    }

@media(hover:hover) {
    .button-sat-clown:hover {
        --button-background: hsl(3, 100%, 55%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-clown:active {
        --button-background: hsl(3, 100%, 55%);
        --button-color: #fff
    }
}

.button-dark-clown {
    --button-background: hsl(3, 100%, 45%);
    --button-color: #fff
}

    .button-dark-clown.link {
        --button-color: hsl(3, 100%, 45%) !important
    }

@media(hover:hover) {
    .button-dark-clown:hover {
        --button-background: hsl(3, 100%, 45%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-clown:active {
        --button-background: hsl(3, 100%, 45%);
        --button-color: #fff
    }
}

.button-orange {
    --button-background: hsl(39, 100%, 50%);
    --button-color: #fff
}

    .button-orange.link {
        --button-color: hsl(39, 100%, 50%) !important
    }

@media(hover:hover) {
    .button-orange:hover {
        --button-background: hsl(39, 100%, 50%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-orange:active {
        --button-background: hsl(39, 100%, 50%);
        --button-color: #fff
    }
}

.button-light-orange {
    --button-background: hsl(39, 100%, 90%);
    --button-color: #191919
}

    .button-light-orange.link {
        --button-color: hsl(39, 100%, 90%) !important
    }

@media(hover:hover) {
    .button-light-orange:hover {
        --button-background: hsl(39, 100%, 90%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-orange:active {
        --button-background: hsl(39, 100%, 90%);
        --button-color: #191919
    }
}

.button-minor-orange {
    --button-background: hsl(39, 100%, 75%);
    --button-color: #fff
}

    .button-minor-orange.link {
        --button-color: hsl(39, 100%, 75%) !important
    }

@media(hover:hover) {
    .button-minor-orange:hover {
        --button-background: hsl(39, 100%, 75%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-orange:active {
        --button-background: hsl(39, 100%, 75%);
        --button-color: #fff
    }
}

.button-sat-orange {
    --button-background: hsl(39, 100%, 35%);
    --button-color: #fff
}

    .button-sat-orange.link {
        --button-color: hsl(39, 100%, 35%) !important
    }

@media(hover:hover) {
    .button-sat-orange:hover {
        --button-background: hsl(39, 100%, 35%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-orange:active {
        --button-background: hsl(39, 100%, 35%);
        --button-color: #fff
    }
}

.button-dark-orange {
    --button-background: hsl(39, 100%, 25%);
    --button-color: #fff
}

    .button-dark-orange.link {
        --button-color: hsl(39, 100%, 25%) !important
    }

@media(hover:hover) {
    .button-dark-orange:hover {
        --button-background: hsl(39, 100%, 25%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-orange:active {
        --button-background: hsl(39, 100%, 25%);
        --button-color: #fff
    }
}

.button-amber {
    --button-background: hsl(45, 100%, 58%);
    --button-color: #fff
}

    .button-amber.link {
        --button-color: hsl(45, 100%, 58%) !important
    }

@media(hover:hover) {
    .button-amber:hover {
        --button-background: hsl(45, 100%, 58%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-amber:active {
        --button-background: hsl(45, 100%, 58%);
        --button-color: #fff
    }
}

.button-light-amber {
    --button-background: hsl(45, 100%, 78%);
    --button-color: #191919
}

    .button-light-amber.link {
        --button-color: hsl(45, 100%, 78%) !important
    }

@media(hover:hover) {
    .button-light-amber:hover {
        --button-background: hsl(45, 100%, 78%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-amber:active {
        --button-background: hsl(45, 100%, 78%);
        --button-color: #191919
    }
}

.button-minor-amber {
    --button-background: hsl(45, 100%, 68%);
    --button-color: #fff
}

    .button-minor-amber.link {
        --button-color: hsl(45, 100%, 68%) !important
    }

@media(hover:hover) {
    .button-minor-amber:hover {
        --button-background: hsl(45, 100%, 68%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-amber:active {
        --button-background: hsl(45, 100%, 68%);
        --button-color: #fff
    }
}

.button-sat-amber {
    --button-background: hsl(45, 100%, 43%);
    --button-color: #fff
}

    .button-sat-amber.link {
        --button-color: hsl(45, 100%, 43%) !important
    }

@media(hover:hover) {
    .button-sat-amber:hover {
        --button-background: hsl(45, 100%, 43%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-amber:active {
        --button-background: hsl(45, 100%, 43%);
        --button-color: #fff
    }
}

.button-dark-amber {
    --button-background: hsl(45, 100%, 33%);
    --button-color: #fff
}

    .button-dark-amber.link {
        --button-color: hsl(45, 100%, 33%) !important
    }

@media(hover:hover) {
    .button-dark-amber:hover {
        --button-background: hsl(45, 100%, 33%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-amber:active {
        --button-background: hsl(45, 100%, 33%);
        --button-color: #fff
    }
}

.button-yellow {
    --button-background: hsl(52, 100%, 68%);
    --button-color: #fff
}

    .button-yellow.link {
        --button-color: hsl(52, 100%, 68%) !important
    }

@media(hover:hover) {
    .button-yellow:hover {
        --button-background: hsl(52, 100%, 68%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-yellow:active {
        --button-background: hsl(52, 100%, 68%);
        --button-color: #fff
    }
}

.button-light-yellow {
    --button-background: hsl(52, 100%, 93%);
    --button-color: #191919
}

    .button-light-yellow.link {
        --button-color: hsl(52, 100%, 93%) !important
    }

@media(hover:hover) {
    .button-light-yellow:hover {
        --button-background: hsl(52, 100%, 93%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-yellow:active {
        --button-background: hsl(52, 100%, 93%);
        --button-color: #191919
    }
}

.button-minor-yellow {
    --button-background: hsl(52, 100%, 83%);
    --button-color: #fff
}

    .button-minor-yellow.link {
        --button-color: hsl(52, 100%, 83%) !important
    }

@media(hover:hover) {
    .button-minor-yellow:hover {
        --button-background: hsl(52, 100%, 83%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-yellow:active {
        --button-background: hsl(52, 100%, 83%);
        --button-color: #fff
    }
}

.button-sat-yellow {
    --button-background: hsl(52, 100%, 53%);
    --button-color: #fff
}

    .button-sat-yellow.link {
        --button-color: hsl(52, 100%, 53%) !important
    }

@media(hover:hover) {
    .button-sat-yellow:hover {
        --button-background: hsl(52, 100%, 53%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-yellow:active {
        --button-background: hsl(52, 100%, 53%);
        --button-color: #fff
    }
}

.button-dark-yellow {
    --button-background: hsl(52, 100%, 43%);
    --button-color: #fff
}

    .button-dark-yellow.link {
        --button-color: hsl(52, 100%, 43%) !important
    }

@media(hover:hover) {
    .button-dark-yellow:hover {
        --button-background: hsl(52, 100%, 43%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-yellow:active {
        --button-background: hsl(52, 100%, 43%);
        --button-color: #fff
    }
}

.button-brown {
    --button-background: hsl(25, 57%, 51%);
    --button-color: #fff
}

    .button-brown.link {
        --button-color: hsl(25, 57%, 51%) !important
    }

@media(hover:hover) {
    .button-brown:hover {
        --button-background: hsl(25, 57%, 51%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-brown:active {
        --button-background: hsl(25, 57%, 51%);
        --button-color: #fff
    }
}

.button-light-brown {
    --button-background: hsl(25, 57%, 81%);
    --button-color: #191919
}

    .button-light-brown.link {
        --button-color: hsl(25, 57%, 81%) !important
    }

@media(hover:hover) {
    .button-light-brown:hover {
        --button-background: hsl(25, 57%, 81%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-brown:active {
        --button-background: hsl(25, 57%, 81%);
        --button-color: #191919
    }
}

.button-minor-brown {
    --button-background: hsl(25, 57%, 66%);
    --button-color: #fff
}

    .button-minor-brown.link {
        --button-color: hsl(25, 57%, 66%) !important
    }

@media(hover:hover) {
    .button-minor-brown:hover {
        --button-background: hsl(25, 57%, 66%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-brown:active {
        --button-background: hsl(25, 57%, 66%);
        --button-color: #fff
    }
}

.button-sat-brown {
    --button-background: hsl(25, 57%, 36%);
    --button-color: #fff
}

    .button-sat-brown.link {
        --button-color: hsl(25, 57%, 36%) !important
    }

@media(hover:hover) {
    .button-sat-brown:hover {
        --button-background: hsl(25, 57%, 36%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-brown:active {
        --button-background: hsl(25, 57%, 36%);
        --button-color: #fff
    }
}

.button-dark-brown {
    --button-background: hsl(25, 57%, 26%);
    --button-color: #fff
}

    .button-dark-brown.link {
        --button-color: hsl(25, 57%, 26%) !important
    }

@media(hover:hover) {
    .button-dark-brown:hover {
        --button-background: hsl(25, 57%, 26%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-brown:active {
        --button-background: hsl(25, 57%, 26%);
        --button-color: #fff
    }
}

.button-olive {
    --button-background: hsl(60, 100%, 32%);
    --button-color: #fff
}

    .button-olive.link {
        --button-color: hsl(60, 100%, 32%) !important
    }

@media(hover:hover) {
    .button-olive:hover {
        --button-background: hsl(60, 100%, 32%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-olive:active {
        --button-background: hsl(60, 100%, 32%);
        --button-color: #fff
    }
}

.button-light-olive {
    --button-background: hsl(60, 100%, 72%);
    --button-color: #191919
}

    .button-light-olive.link {
        --button-color: hsl(60, 100%, 72%) !important
    }

@media(hover:hover) {
    .button-light-olive:hover {
        --button-background: hsl(60, 100%, 72%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-olive:active {
        --button-background: hsl(60, 100%, 72%);
        --button-color: #191919
    }
}

.button-minor-olive {
    --button-background: hsl(60, 100%, 42%);
    --button-color: #fff
}

    .button-minor-olive.link {
        --button-color: hsl(60, 100%, 42%) !important
    }

@media(hover:hover) {
    .button-minor-olive:hover {
        --button-background: hsl(60, 100%, 42%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-olive:active {
        --button-background: hsl(60, 100%, 42%);
        --button-color: #fff
    }
}

.button-sat-olive {
    --button-background: hsl(60, 100%, 17%);
    --button-color: #fff
}

    .button-sat-olive.link {
        --button-color: hsl(60, 100%, 17%) !important
    }

@media(hover:hover) {
    .button-sat-olive:hover {
        --button-background: hsl(60, 100%, 17%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-olive:active {
        --button-background: hsl(60, 100%, 17%);
        --button-color: #fff
    }
}

.button-dark-olive {
    --button-background: hsl(60, 100%, 7%);
    --button-color: #fff
}

    .button-dark-olive.link {
        --button-color: hsl(60, 100%, 7%) !important
    }

@media(hover:hover) {
    .button-dark-olive:hover {
        --button-background: hsl(60, 100%, 7%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-olive:active {
        --button-background: hsl(60, 100%, 7%);
        --button-color: #fff
    }
}

.button-steel {
    --button-background: hsl(209, 19%, 57%);
    --button-color: #fff
}

    .button-steel.link {
        --button-color: hsl(209, 19%, 57%) !important
    }

@media(hover:hover) {
    .button-steel:hover {
        --button-background: hsl(209, 19%, 57%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-steel:active {
        --button-background: hsl(209, 19%, 57%);
        --button-color: #fff
    }
}

.button-light-steel {
    --button-background: hsl(209, 19%, 87%);
    --button-color: #191919
}

    .button-light-steel.link {
        --button-color: hsl(209, 19%, 87%) !important
    }

@media(hover:hover) {
    .button-light-steel:hover {
        --button-background: hsl(209, 19%, 87%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-steel:active {
        --button-background: hsl(209, 19%, 87%);
        --button-color: #191919
    }
}

.button-minor-steel {
    --button-background: hsl(209, 19%, 77%);
    --button-color: #fff
}

    .button-minor-steel.link {
        --button-color: hsl(209, 19%, 77%) !important
    }

@media(hover:hover) {
    .button-minor-steel:hover {
        --button-background: hsl(209, 19%, 77%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-steel:active {
        --button-background: hsl(209, 19%, 77%);
        --button-color: #fff
    }
}

.button-sat-steel {
    --button-background: hsl(209, 19%, 42%);
    --button-color: #fff
}

    .button-sat-steel.link {
        --button-color: hsl(209, 19%, 42%) !important
    }

@media(hover:hover) {
    .button-sat-steel:hover {
        --button-background: hsl(209, 19%, 42%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-steel:active {
        --button-background: hsl(209, 19%, 42%);
        --button-color: #fff
    }
}

.button-dark-steel {
    --button-background: hsl(209, 19%, 32%);
    --button-color: #fff
}

    .button-dark-steel.link {
        --button-color: hsl(209, 19%, 32%) !important
    }

@media(hover:hover) {
    .button-dark-steel:hover {
        --button-background: hsl(209, 19%, 32%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-steel:active {
        --button-background: hsl(209, 19%, 32%);
        --button-color: #fff
    }
}

.button-mauve {
    --button-background: hsl(277, 100%, 84%);
    --button-color: #fff
}

    .button-mauve.link {
        --button-color: hsl(277, 100%, 84%) !important
    }

@media(hover:hover) {
    .button-mauve:hover {
        --button-background: hsl(277, 100%, 84%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-mauve:active {
        --button-background: hsl(277, 100%, 84%);
        --button-color: #fff
    }
}

.button-light-mauve {
    --button-background: hsl(277, 100%, 96%);
    --button-color: #191919
}

    .button-light-mauve.link {
        --button-color: hsl(277, 100%, 96%) !important
    }

@media(hover:hover) {
    .button-light-mauve:hover {
        --button-background: hsl(277, 100%, 96%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-mauve:active {
        --button-background: hsl(277, 100%, 96%);
        --button-color: #191919
    }
}

.button-minor-mauve {
    --button-background: hsl(277, 100%, 90%);
    --button-color: #fff
}

    .button-minor-mauve.link {
        --button-color: hsl(277, 100%, 90%) !important
    }

@media(hover:hover) {
    .button-minor-mauve:hover {
        --button-background: hsl(277, 100%, 90%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-mauve:active {
        --button-background: hsl(277, 100%, 90%);
        --button-color: #fff
    }
}

.button-sat-mauve {
    --button-background: hsl(277, 100%, 69%);
    --button-color: #fff
}

    .button-sat-mauve.link {
        --button-color: hsl(277, 100%, 69%) !important
    }

@media(hover:hover) {
    .button-sat-mauve:hover {
        --button-background: hsl(277, 100%, 69%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-mauve:active {
        --button-background: hsl(277, 100%, 69%);
        --button-color: #fff
    }
}

.button-dark-mauve {
    --button-background: hsl(277, 100%, 59%);
    --button-color: #fff
}

    .button-dark-mauve.link {
        --button-color: hsl(277, 100%, 59%) !important
    }

@media(hover:hover) {
    .button-dark-mauve:hover {
        --button-background: hsl(277, 100%, 59%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-mauve:active {
        --button-background: hsl(277, 100%, 59%);
        --button-color: #fff
    }
}

.button-taupe {
    --button-background: hsl(29, 19%, 50%);
    --button-color: #fff
}

    .button-taupe.link {
        --button-color: hsl(29, 19%, 50%) !important
    }

@media(hover:hover) {
    .button-taupe:hover {
        --button-background: hsl(29, 19%, 50%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-taupe:active {
        --button-background: hsl(29, 19%, 50%);
        --button-color: #fff
    }
}

.button-light-taupe {
    --button-background: hsl(29, 19%, 80%);
    --button-color: #191919
}

    .button-light-taupe.link {
        --button-color: hsl(29, 19%, 80%) !important
    }

@media(hover:hover) {
    .button-light-taupe:hover {
        --button-background: hsl(29, 19%, 80%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-taupe:active {
        --button-background: hsl(29, 19%, 80%);
        --button-color: #191919
    }
}

.button-minor-taupe {
    --button-background: hsl(29, 19%, 67%);
    --button-color: #fff
}

    .button-minor-taupe.link {
        --button-color: hsl(29, 19%, 67%) !important
    }

@media(hover:hover) {
    .button-minor-taupe:hover {
        --button-background: hsl(29, 19%, 67%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-taupe:active {
        --button-background: hsl(29, 19%, 67%);
        --button-color: #fff
    }
}

.button-sat-taupe {
    --button-background: hsl(29, 19%, 35%);
    --button-color: #fff
}

    .button-sat-taupe.link {
        --button-color: hsl(29, 19%, 35%) !important
    }

@media(hover:hover) {
    .button-sat-taupe:hover {
        --button-background: hsl(29, 19%, 35%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-taupe:active {
        --button-background: hsl(29, 19%, 35%);
        --button-color: #fff
    }
}

.button-dark-taupe {
    --button-background: hsl(29, 19%, 25%);
    --button-color: #fff
}

    .button-dark-taupe.link {
        --button-color: hsl(29, 19%, 25%) !important
    }

@media(hover:hover) {
    .button-dark-taupe:hover {
        --button-background: hsl(29, 19%, 25%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-taupe:active {
        --button-background: hsl(29, 19%, 25%);
        --button-color: #fff
    }
}

.button-champagne {
    --button-background: hsl(37, 74%, 88%);
    --button-color: #fff
}

    .button-champagne.link {
        --button-color: hsl(37, 74%, 88%) !important
    }

@media(hover:hover) {
    .button-champagne:hover {
        --button-background: hsl(37, 74%, 88%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-champagne:active {
        --button-background: hsl(37, 74%, 88%);
        --button-color: #fff
    }
}

.button-light-champagne {
    --button-background: hsl(37, 74%, 98%);
    --button-color: #191919
}

    .button-light-champagne.link {
        --button-color: hsl(37, 74%, 98%) !important
    }

@media(hover:hover) {
    .button-light-champagne:hover {
        --button-background: hsl(37, 74%, 98%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-champagne:active {
        --button-background: hsl(37, 74%, 98%);
        --button-color: #191919
    }
}

.button-minor-champagne {
    --button-background: hsl(37, 74%, 93%);
    --button-color: #fff
}

    .button-minor-champagne.link {
        --button-color: hsl(37, 74%, 93%) !important
    }

@media(hover:hover) {
    .button-minor-champagne:hover {
        --button-background: hsl(37, 74%, 93%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-champagne:active {
        --button-background: hsl(37, 74%, 93%);
        --button-color: #fff
    }
}

.button-sat-champagne {
    --button-background: hsl(37, 74%, 73%);
    --button-color: #fff
}

    .button-sat-champagne.link {
        --button-color: hsl(37, 74%, 73%) !important
    }

@media(hover:hover) {
    .button-sat-champagne:hover {
        --button-background: hsl(37, 74%, 73%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-champagne:active {
        --button-background: hsl(37, 74%, 73%);
        --button-color: #fff
    }
}

.button-dark-champagne {
    --button-background: hsl(37, 74%, 63%);
    --button-color: #fff
}

    .button-dark-champagne.link {
        --button-color: hsl(37, 74%, 63%) !important
    }

@media(hover:hover) {
    .button-dark-champagne:hover {
        --button-background: hsl(37, 74%, 63%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-champagne:active {
        --button-background: hsl(37, 74%, 63%);
        --button-color: #fff
    }
}

.button-khaki {
    --button-background: hsl(47, 47%, 69%);
    --button-color: #fff
}

    .button-khaki.link {
        --button-color: hsl(47, 47%, 69%) !important
    }

@media(hover:hover) {
    .button-khaki:hover {
        --button-background: hsl(47, 47%, 69%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-khaki:active {
        --button-background: hsl(47, 47%, 69%);
        --button-color: #fff
    }
}

.button-light-khaki {
    --button-background: hsl(47, 47%, 94%);
    --button-color: #191919
}

    .button-light-khaki.link {
        --button-color: hsl(47, 47%, 94%) !important
    }

@media(hover:hover) {
    .button-light-khaki:hover {
        --button-background: hsl(47, 47%, 94%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-khaki:active {
        --button-background: hsl(47, 47%, 94%);
        --button-color: #191919
    }
}

.button-minor-khaki {
    --button-background: hsl(47, 47%, 84%);
    --button-color: #fff
}

    .button-minor-khaki.link {
        --button-color: hsl(47, 47%, 84%) !important
    }

@media(hover:hover) {
    .button-minor-khaki:hover {
        --button-background: hsl(47, 47%, 84%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-khaki:active {
        --button-background: hsl(47, 47%, 84%);
        --button-color: #fff
    }
}

.button-sat-khaki {
    --button-background: hsl(47, 47%, 54%);
    --button-color: #fff
}

    .button-sat-khaki.link {
        --button-color: hsl(47, 47%, 54%) !important
    }

@media(hover:hover) {
    .button-sat-khaki:hover {
        --button-background: hsl(47, 47%, 54%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-khaki:active {
        --button-background: hsl(47, 47%, 54%);
        --button-color: #fff
    }
}

.button-dark-khaki {
    --button-background: hsl(47, 47%, 44%);
    --button-color: #fff
}

    .button-dark-khaki.link {
        --button-color: hsl(47, 47%, 44%) !important
    }

@media(hover:hover) {
    .button-dark-khaki:hover {
        --button-background: hsl(47, 47%, 44%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-khaki:active {
        --button-background: hsl(47, 47%, 44%);
        --button-color: #fff
    }
}

.button-charcoal {
    --button-background: hsl(0, 0%, 60%);
    --button-color: #fff
}

    .button-charcoal.link {
        --button-color: hsl(0, 0%, 60%) !important
    }

@media(hover:hover) {
    .button-charcoal:hover {
        --button-background: hsl(0, 0%, 60%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-charcoal:active {
        --button-background: hsl(0, 0%, 60%);
        --button-color: #fff
    }
}

.button-light-charcoal {
    --button-background: hsl(0, 0%, 90%);
    --button-color: #191919
}

    .button-light-charcoal.link {
        --button-color: hsl(0, 0%, 90%) !important
    }

@media(hover:hover) {
    .button-light-charcoal:hover {
        --button-background: hsl(0, 0%, 90%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-charcoal:active {
        --button-background: hsl(0, 0%, 90%);
        --button-color: #191919
    }
}

.button-minor-charcoal {
    --button-background: hsl(0, 0%, 80%);
    --button-color: #fff
}

    .button-minor-charcoal.link {
        --button-color: hsl(0, 0%, 80%) !important
    }

@media(hover:hover) {
    .button-minor-charcoal:hover {
        --button-background: hsl(0, 0%, 80%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-charcoal:active {
        --button-background: hsl(0, 0%, 80%);
        --button-color: #fff
    }
}

.button-sat-charcoal {
    --button-background: hsl(0, 0%, 45%);
    --button-color: #fff
}

    .button-sat-charcoal.link {
        --button-color: hsl(0, 0%, 45%) !important
    }

@media(hover:hover) {
    .button-sat-charcoal:hover {
        --button-background: hsl(0, 0%, 45%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-charcoal:active {
        --button-background: hsl(0, 0%, 45%);
        --button-color: #fff
    }
}

.button-dark-charcoal {
    --button-background: hsl(0, 0%, 35%);
    --button-color: #fff
}

    .button-dark-charcoal.link {
        --button-color: hsl(0, 0%, 35%) !important
    }

@media(hover:hover) {
    .button-dark-charcoal:hover {
        --button-background: hsl(0, 0%, 35%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-charcoal:active {
        --button-background: hsl(0, 0%, 35%);
        --button-color: #fff
    }
}

.button-bronze {
    --button-background: hsl(29, 75%, 57%);
    --button-color: #fff
}

    .button-bronze.link {
        --button-color: hsl(29, 75%, 57%) !important
    }

@media(hover:hover) {
    .button-bronze:hover {
        --button-background: hsl(29, 75%, 57%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-bronze:active {
        --button-background: hsl(29, 75%, 57%);
        --button-color: #fff
    }
}

.button-light-bronze {
    --button-background: hsl(29, 75%, 87%);
    --button-color: #191919
}

    .button-light-bronze.link {
        --button-color: hsl(29, 75%, 87%) !important
    }

@media(hover:hover) {
    .button-light-bronze:hover {
        --button-background: hsl(29, 75%, 87%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-bronze:active {
        --button-background: hsl(29, 75%, 87%);
        --button-color: #191919
    }
}

.button-minor-bronze {
    --button-background: hsl(29, 75%, 72%);
    --button-color: #fff
}

    .button-minor-bronze.link {
        --button-color: hsl(29, 75%, 72%) !important
    }

@media(hover:hover) {
    .button-minor-bronze:hover {
        --button-background: hsl(29, 75%, 72%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-bronze:active {
        --button-background: hsl(29, 75%, 72%);
        --button-color: #fff
    }
}

.button-sat-bronze {
    --button-background: hsl(29, 75%, 42%);
    --button-color: #fff
}

    .button-sat-bronze.link {
        --button-color: hsl(29, 75%, 42%) !important
    }

@media(hover:hover) {
    .button-sat-bronze:hover {
        --button-background: hsl(29, 75%, 42%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-bronze:active {
        --button-background: hsl(29, 75%, 42%);
        --button-color: #fff
    }
}

.button-dark-bronze {
    --button-background: hsl(29, 75%, 32%);
    --button-color: #fff
}

    .button-dark-bronze.link {
        --button-color: hsl(29, 75%, 32%) !important
    }

@media(hover:hover) {
    .button-dark-bronze:hover {
        --button-background: hsl(29, 75%, 32%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-bronze:active {
        --button-background: hsl(29, 75%, 32%);
        --button-color: #fff
    }
}

.button-windstorm {
    --button-background: hsl(216, 53%, 66%);
    --button-color: #fff
}

    .button-windstorm.link {
        --button-color: hsl(216, 53%, 66%) !important
    }

@media(hover:hover) {
    .button-windstorm:hover {
        --button-background: hsl(216, 53%, 66%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-windstorm:active {
        --button-background: hsl(216, 53%, 66%);
        --button-color: #fff
    }
}

.button-light-windstorm {
    --button-background: hsl(216, 53%, 93%);
    --button-color: #191919
}

    .button-light-windstorm.link {
        --button-color: hsl(216, 53%, 93%) !important
    }

@media(hover:hover) {
    .button-light-windstorm:hover {
        --button-background: hsl(216, 53%, 93%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-windstorm:active {
        --button-background: hsl(216, 53%, 93%);
        --button-color: #191919
    }
}

.button-minor-windstorm {
    --button-background: hsl(216, 53%, 81%);
    --button-color: #fff
}

    .button-minor-windstorm.link {
        --button-color: hsl(216, 53%, 81%) !important
    }

@media(hover:hover) {
    .button-minor-windstorm:hover {
        --button-background: hsl(216, 53%, 81%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-windstorm:active {
        --button-background: hsl(216, 53%, 81%);
        --button-color: #fff
    }
}

.button-sat-windstorm {
    --button-background: hsl(216, 53%, 51%);
    --button-color: #fff
}

    .button-sat-windstorm.link {
        --button-color: hsl(216, 53%, 51%) !important
    }

@media(hover:hover) {
    .button-sat-windstorm:hover {
        --button-background: hsl(216, 53%, 51%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-windstorm:active {
        --button-background: hsl(216, 53%, 51%);
        --button-color: #fff
    }
}

.button-dark-windstorm {
    --button-background: hsl(216, 53%, 41%);
    --button-color: #fff
}

    .button-dark-windstorm.link {
        --button-color: hsl(216, 53%, 41%) !important
    }

@media(hover:hover) {
    .button-dark-windstorm:hover {
        --button-background: hsl(216, 53%, 41%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-windstorm:active {
        --button-background: hsl(216, 53%, 41%);
        --button-color: #fff
    }
}

.button-nude {
    --button-background: hsl(29, 79%, 85%);
    --button-color: #fff
}

    .button-nude.link {
        --button-color: hsl(29, 79%, 85%) !important
    }

@media(hover:hover) {
    .button-nude:hover {
        --button-background: hsl(29, 79%, 85%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-nude:active {
        --button-background: hsl(29, 79%, 85%);
        --button-color: #fff
    }
}

.button-light-nude {
    --button-background: hsl(29, 79%, 97%);
    --button-color: #191919
}

    .button-light-nude.link {
        --button-color: hsl(29, 79%, 97%) !important
    }

@media(hover:hover) {
    .button-light-nude:hover {
        --button-background: hsl(29, 79%, 97%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-nude:active {
        --button-background: hsl(29, 79%, 97%);
        --button-color: #191919
    }
}

.button-minor-nude {
    --button-background: hsl(29, 79%, 92%);
    --button-color: #fff
}

    .button-minor-nude.link {
        --button-color: hsl(29, 79%, 92%) !important
    }

@media(hover:hover) {
    .button-minor-nude:hover {
        --button-background: hsl(29, 79%, 92%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-nude:active {
        --button-background: hsl(29, 79%, 92%);
        --button-color: #fff
    }
}

.button-sat-nude {
    --button-background: hsl(29, 79%, 70%);
    --button-color: #fff
}

    .button-sat-nude.link {
        --button-color: hsl(29, 79%, 70%) !important
    }

@media(hover:hover) {
    .button-sat-nude:hover {
        --button-background: hsl(29, 79%, 70%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-nude:active {
        --button-background: hsl(29, 79%, 70%);
        --button-color: #fff
    }
}

.button-dark-nude {
    --button-background: hsl(29, 79%, 60%);
    --button-color: #fff
}

    .button-dark-nude.link {
        --button-color: hsl(29, 79%, 60%) !important
    }

@media(hover:hover) {
    .button-dark-nude:hover {
        --button-background: hsl(29, 79%, 60%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-nude:active {
        --button-background: hsl(29, 79%, 60%);
        --button-color: #fff
    }
}

.button-terracotta {
    --button-background: hsl(10, 76%, 55%);
    --button-color: #fff
}

    .button-terracotta.link {
        --button-color: hsl(10, 76%, 55%) !important
    }

@media(hover:hover) {
    .button-terracotta:hover {
        --button-background: hsl(10, 76%, 55%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-terracotta:active {
        --button-background: hsl(10, 76%, 55%);
        --button-color: #fff
    }
}

.button-light-terracotta {
    --button-background: hsl(10, 76%, 85%);
    --button-color: #191919
}

    .button-light-terracotta.link {
        --button-color: hsl(10, 76%, 85%) !important
    }

@media(hover:hover) {
    .button-light-terracotta:hover {
        --button-background: hsl(10, 76%, 85%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-terracotta:active {
        --button-background: hsl(10, 76%, 85%);
        --button-color: #191919
    }
}

.button-minor-terracotta {
    --button-background: hsl(10, 76%, 70%);
    --button-color: #fff
}

    .button-minor-terracotta.link {
        --button-color: hsl(10, 76%, 70%) !important
    }

@media(hover:hover) {
    .button-minor-terracotta:hover {
        --button-background: hsl(10, 76%, 70%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-terracotta:active {
        --button-background: hsl(10, 76%, 70%);
        --button-color: #fff
    }
}

.button-sat-terracotta {
    --button-background: hsl(10, 76%, 40%);
    --button-color: #fff
}

    .button-sat-terracotta.link {
        --button-color: hsl(10, 76%, 40%) !important
    }

@media(hover:hover) {
    .button-sat-terracotta:hover {
        --button-background: hsl(10, 76%, 40%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-terracotta:active {
        --button-background: hsl(10, 76%, 40%);
        --button-color: #fff
    }
}

.button-dark-terracotta {
    --button-background: hsl(10, 76%, 30%);
    --button-color: #fff
}

    .button-dark-terracotta.link {
        --button-color: hsl(10, 76%, 30%) !important
    }

@media(hover:hover) {
    .button-dark-terracotta:hover {
        --button-background: hsl(10, 76%, 30%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-terracotta:active {
        --button-background: hsl(10, 76%, 30%);
        --button-color: #fff
    }
}

.button-coral {
    --button-background: hsl(16, 100%, 67%);
    --button-color: #fff
}

    .button-coral.link {
        --button-color: hsl(16, 100%, 67%) !important
    }

@media(hover:hover) {
    .button-coral:hover {
        --button-background: hsl(16, 100%, 67%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-coral:active {
        --button-background: hsl(16, 100%, 67%);
        --button-color: #fff
    }
}

.button-light-coral {
    --button-background: hsl(16, 100%, 92%);
    --button-color: #191919
}

    .button-light-coral.link {
        --button-color: hsl(16, 100%, 92%) !important
    }

@media(hover:hover) {
    .button-light-coral:hover {
        --button-background: hsl(16, 100%, 92%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-coral:active {
        --button-background: hsl(16, 100%, 92%);
        --button-color: #191919
    }
}

.button-minor-coral {
    --button-background: hsl(16, 100%, 82%);
    --button-color: #fff
}

    .button-minor-coral.link {
        --button-color: hsl(16, 100%, 82%) !important
    }

@media(hover:hover) {
    .button-minor-coral:hover {
        --button-background: hsl(16, 100%, 82%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-coral:active {
        --button-background: hsl(16, 100%, 82%);
        --button-color: #fff
    }
}

.button-sat-coral {
    --button-background: hsl(16, 100%, 52%);
    --button-color: #fff
}

    .button-sat-coral.link {
        --button-color: hsl(16, 100%, 52%) !important
    }

@media(hover:hover) {
    .button-sat-coral:hover {
        --button-background: hsl(16, 100%, 52%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-coral:active {
        --button-background: hsl(16, 100%, 52%);
        --button-color: #fff
    }
}

.button-dark-coral {
    --button-background: hsl(16, 100%, 42%);
    --button-color: #fff
}

    .button-dark-coral.link {
        --button-color: hsl(16, 100%, 42%) !important
    }

@media(hover:hover) {
    .button-dark-coral:hover {
        --button-background: hsl(16, 100%, 42%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-coral:active {
        --button-background: hsl(16, 100%, 42%);
        --button-color: #fff
    }
}

.button-army {
    --button-background: hsl(69, 34%, 30%);
    --button-color: #fff
}

    .button-army.link {
        --button-color: hsl(69, 34%, 30%) !important
    }

@media(hover:hover) {
    .button-army:hover {
        --button-background: hsl(69, 34%, 30%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-army:active {
        --button-background: hsl(69, 34%, 30%);
        --button-color: #fff
    }
}

.button-light-army {
    --button-background: hsl(69, 34%, 75%);
    --button-color: #191919
}

    .button-light-army.link {
        --button-color: hsl(69, 34%, 75%) !important
    }

@media(hover:hover) {
    .button-light-army:hover {
        --button-background: hsl(69, 34%, 75%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-army:active {
        --button-background: hsl(69, 34%, 75%);
        --button-color: #191919
    }
}

.button-minor-army {
    --button-background: hsl(69, 34%, 47%);
    --button-color: #fff
}

    .button-minor-army.link {
        --button-color: hsl(69, 34%, 47%) !important
    }

@media(hover:hover) {
    .button-minor-army:hover {
        --button-background: hsl(69, 34%, 47%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-army:active {
        --button-background: hsl(69, 34%, 47%);
        --button-color: #fff
    }
}

.button-sat-army {
    --button-background: hsl(69, 34%, 15%);
    --button-color: #fff
}

    .button-sat-army.link {
        --button-color: hsl(69, 34%, 15%) !important
    }

@media(hover:hover) {
    .button-sat-army:hover {
        --button-background: hsl(69, 34%, 15%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-army:active {
        --button-background: hsl(69, 34%, 15%);
        --button-color: #fff
    }
}

.button-dark-army {
    --button-background: hsl(69, 34%, 5%);
    --button-color: #fff
}

    .button-dark-army.link {
        --button-color: hsl(69, 34%, 5%) !important
    }

@media(hover:hover) {
    .button-dark-army:hover {
        --button-background: hsl(69, 34%, 5%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-army:active {
        --button-background: hsl(69, 34%, 5%);
        --button-color: #fff
    }
}

.button-seashell {
    --button-background: hsl(25, 100%, 95%);
    --button-color: #fff
}

    .button-seashell.link {
        --button-color: hsl(25, 100%, 95%) !important
    }

@media(hover:hover) {
    .button-seashell:hover {
        --button-background: hsl(25, 100%, 95%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-seashell:active {
        --button-background: hsl(25, 100%, 95%);
        --button-color: #fff
    }
}

.button-light-seashell {
    --button-background: hsl(25, 100%, 98%);
    --button-color: #191919
}

    .button-light-seashell.link {
        --button-color: hsl(25, 100%, 98%) !important
    }

@media(hover:hover) {
    .button-light-seashell:hover {
        --button-background: hsl(25, 100%, 98%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-seashell:active {
        --button-background: hsl(25, 100%, 98%);
        --button-color: #191919
    }
}

.button-minor-seashell {
    --button-background: hsl(25, 100%, 97%);
    --button-color: #fff
}

    .button-minor-seashell.link {
        --button-color: hsl(25, 100%, 97%) !important
    }

@media(hover:hover) {
    .button-minor-seashell:hover {
        --button-background: hsl(25, 100%, 97%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-seashell:active {
        --button-background: hsl(25, 100%, 97%);
        --button-color: #fff
    }
}

.button-sat-seashell {
    --button-background: hsl(25, 100%, 80%);
    --button-color: #fff
}

    .button-sat-seashell.link {
        --button-color: hsl(25, 100%, 80%) !important
    }

@media(hover:hover) {
    .button-sat-seashell:hover {
        --button-background: hsl(25, 100%, 80%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-seashell:active {
        --button-background: hsl(25, 100%, 80%);
        --button-color: #fff
    }
}

.button-dark-seashell {
    --button-background: hsl(25, 100%, 70%);
    --button-color: #fff
}

    .button-dark-seashell.link {
        --button-color: hsl(25, 100%, 70%) !important
    }

@media(hover:hover) {
    .button-dark-seashell:hover {
        --button-background: hsl(25, 100%, 70%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-seashell:active {
        --button-background: hsl(25, 100%, 70%);
        --button-color: #fff
    }
}

.button-sand {
    --button-background: hsl(45, 71%, 81%);
    --button-color: #fff
}

    .button-sand.link {
        --button-color: hsl(45, 71%, 81%) !important
    }

@media(hover:hover) {
    .button-sand:hover {
        --button-background: hsl(45, 71%, 81%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sand:active {
        --button-background: hsl(45, 71%, 81%);
        --button-color: #fff
    }
}

.button-light-sand {
    --button-background: hsl(45, 71%, 96%);
    --button-color: #191919
}

    .button-light-sand.link {
        --button-color: hsl(45, 71%, 96%) !important
    }

@media(hover:hover) {
    .button-light-sand:hover {
        --button-background: hsl(45, 71%, 96%);
        --button-color: #191919
    }
}

@media(hover:none) {
    .button-light-sand:active {
        --button-background: hsl(45, 71%, 96%);
        --button-color: #191919
    }
}

.button-minor-sand {
    --button-background: hsl(45, 71%, 88%);
    --button-color: #fff
}

    .button-minor-sand.link {
        --button-color: hsl(45, 71%, 88%) !important
    }

@media(hover:hover) {
    .button-minor-sand:hover {
        --button-background: hsl(45, 71%, 88%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-minor-sand:active {
        --button-background: hsl(45, 71%, 88%);
        --button-color: #fff
    }
}

.button-sat-sand {
    --button-background: hsl(45, 71%, 66%);
    --button-color: #fff
}

    .button-sat-sand.link {
        --button-color: hsl(45, 71%, 66%) !important
    }

@media(hover:hover) {
    .button-sat-sand:hover {
        --button-background: hsl(45, 71%, 66%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-sat-sand:active {
        --button-background: hsl(45, 71%, 66%);
        --button-color: #fff
    }
}

.button-dark-sand {
    --button-background: hsl(45, 71%, 56%);
    --button-color: #fff
}

    .button-dark-sand.link {
        --button-color: hsl(45, 71%, 56%) !important
    }

@media(hover:hover) {
    .button-dark-sand:hover {
        --button-background: hsl(45, 71%, 56%);
        --button-color: #fff
    }
}

@media(hover:none) {
    .button-dark-sand:active {
        --button-background: hsl(45, 71%, 56%);
        --button-color: #fff
    }
}

.button-seashell, .button-champagne, .button-yellow, .button-lime {
    color: #191919 !important
}

button.shadow, .button.shadow {
    box-shadow: 6px 6px 0 var(--shadow-color-3d)
}

    button.shadow:active, .button.shadow:active {
        transform: translate(4px,4px)
    }

button.largest.shadow, .button.largest.shadow {
    box-shadow: 8px 8px 0 var(--shadow-color-3d)
}

    button.largest.shadow:active, .button.largest.shadow:active {
        transform: translate(6px,6px)
    }

button.large.shadow, .button.large.shadow {
    box-shadow: 8px 8px 0 var(--shadow-color-3d)
}

    button.large.shadow:active, .button.large.shadow:active {
        transform: translate(6px,6px)
    }

button.small.shadow, .button.small.shadow {
    box-shadow: 4px 4px 0 var(--shadow-color-3d)
}

    button.small.shadow:active, .button.small.shadow:active {
        transform: translate(2px,2px)
    }

button.mini.shadow, .button.mini.shadow {
    box-shadow: 2px 2px 0 var(--shadow-color-3d)
}

    button.mini.shadow:active, .button.mini.shadow:active {
        transform: translate(1px,1px)
    }

button.shadow:active, .button.shadow:active {
    box-shadow: none
}

button.shift:active, .button.shift:active {
    transform: translate(2px,2px)
}

button.large.shift:active, .button.large.shift:active, button.largest.shift:active, .button.largest.shift:active {
    transform: translate(4px,4px)
}

button.small.shift:active, .button.small.shift:active {
    transform: translate(2px,2px)
}

button.mini.shift:active, .button.mini.shift:active {
    transform: translate(1px,1px)
}

button .badge, .button .badge {
    border-radius: 4px;
    border: 1px solid var(--border-color);
    padding: 2px !important
}

button:has(.badge.corner), .button:has(.badge.corner) {
    padding-right: 1.5rem
}

@container (min-width: 0) {
    button.largest-fs, .button.largest-fs {
        --button-pill-radius: 27px;
        --button-size: 54px;
        --button-font-size: 18px
    }

    button.large-fs, .button.large-fs {
        --button-pill-radius: 20px;
        --button-size: 40px;
        --button-font-size: 16px
    }

    button.small-fs, .button.small-fs {
        --button-pill-radius: 13px;
        --button-size: 26px;
        --button-font-size: 12px
    }

    button.mini-fs, .button.mini-fs {
        --button-pill-radius: 10px;
        --button-size: 20px;
        --button-font-size: 10px
    }
}

@container (min-width: 360px) {
    button.largest-xs, .button.largest-xs {
        --button-pill-radius: 27px;
        --button-size: 54px;
        --button-font-size: 18px
    }

    button.large-xs, .button.large-xs {
        --button-pill-radius: 20px;
        --button-size: 40px;
        --button-font-size: 16px
    }

    button.small-xs, .button.small-xs {
        --button-pill-radius: 13px;
        --button-size: 26px;
        --button-font-size: 12px
    }

    button.mini-xs, .button.mini-xs {
        --button-pill-radius: 10px;
        --button-size: 20px;
        --button-font-size: 10px
    }
}

@container (min-width: 576px) {
    button.largest-sm, .button.largest-sm {
        --button-pill-radius: 27px;
        --button-size: 54px;
        --button-font-size: 18px
    }

    button.large-sm, .button.large-sm {
        --button-pill-radius: 20px;
        --button-size: 40px;
        --button-font-size: 16px
    }

    button.small-sm, .button.small-sm {
        --button-pill-radius: 13px;
        --button-size: 26px;
        --button-font-size: 12px
    }

    button.mini-sm, .button.mini-sm {
        --button-pill-radius: 10px;
        --button-size: 20px;
        --button-font-size: 10px
    }
}

@container (min-width: 640px) {
    button.largest-ld, .button.largest-ld {
        --button-pill-radius: 27px;
        --button-size: 54px;
        --button-font-size: 18px
    }

    button.large-ld, .button.large-ld {
        --button-pill-radius: 20px;
        --button-size: 40px;
        --button-font-size: 16px
    }

    button.small-ld, .button.small-ld {
        --button-pill-radius: 13px;
        --button-size: 26px;
        --button-font-size: 12px
    }

    button.mini-ld, .button.mini-ld {
        --button-pill-radius: 10px;
        --button-size: 20px;
        --button-font-size: 10px
    }
}

@container (min-width: 768px) {
    button.largest-md, .button.largest-md {
        --button-pill-radius: 27px;
        --button-size: 54px;
        --button-font-size: 18px
    }

    button.large-md, .button.large-md {
        --button-pill-radius: 20px;
        --button-size: 40px;
        --button-font-size: 16px
    }

    button.small-md, .button.small-md {
        --button-pill-radius: 13px;
        --button-size: 26px;
        --button-font-size: 12px
    }

    button.mini-md, .button.mini-md {
        --button-pill-radius: 10px;
        --button-size: 20px;
        --button-font-size: 10px
    }
}

@container (min-width: 992px) {
    button.largest-lg, .button.largest-lg {
        --button-pill-radius: 27px;
        --button-size: 54px;
        --button-font-size: 18px
    }

    button.large-lg, .button.large-lg {
        --button-pill-radius: 20px;
        --button-size: 40px;
        --button-font-size: 16px
    }

    button.small-lg, .button.small-lg {
        --button-pill-radius: 13px;
        --button-size: 26px;
        --button-font-size: 12px
    }

    button.mini-lg, .button.mini-lg {
        --button-pill-radius: 10px;
        --button-size: 20px;
        --button-font-size: 10px
    }
}

@container (min-width: 1200px) {
    button.largest-xl, .button.largest-xl {
        --button-pill-radius: 27px;
        --button-size: 54px;
        --button-font-size: 18px
    }

    button.large-xl, .button.large-xl {
        --button-pill-radius: 20px;
        --button-size: 40px;
        --button-font-size: 16px
    }

    button.small-xl, .button.small-xl {
        --button-pill-radius: 13px;
        --button-size: 26px;
        --button-font-size: 12px
    }

    button.mini-xl, .button.mini-xl {
        --button-pill-radius: 10px;
        --button-size: 20px;
        --button-font-size: 10px
    }
}

@container (min-width: 1400px) {
    button.largest-xxl, .button.largest-xxl {
        --button-pill-radius: 27px;
        --button-size: 54px;
        --button-font-size: 18px
    }

    button.large-xxl, .button.large-xxl {
        --button-pill-radius: 20px;
        --button-size: 40px;
        --button-font-size: 16px
    }

    button.small-xxl, .button.small-xxl {
        --button-pill-radius: 13px;
        --button-size: 26px;
        --button-font-size: 12px
    }

    button.mini-xxl, .button.mini-xxl {
        --button-pill-radius: 10px;
        --button-size: 20px;
        --button-font-size: 10px
    }
}

@container (min-width: 2000px) {
    button.largest-xxxl, .button.largest-xxxl {
        --button-pill-radius: 27px;
        --button-size: 54px;
        --button-font-size: 18px
    }

    button.large-xxxl, .button.large-xxxl {
        --button-pill-radius: 20px;
        --button-size: 40px;
        --button-font-size: 16px
    }

    button.small-xxxl, .button.small-xxxl {
        --button-pill-radius: 13px;
        --button-size: 26px;
        --button-font-size: 12px
    }

    button.mini-xxxl, .button.mini-xxxl {
        --button-pill-radius: 10px;
        --button-size: 20px;
        --button-font-size: 10px
    }
}

button.glow, .button.glow {
    box-shadow: 0 0 10px hsl(from var(--button-background) h s calc(l + 5))
}

@media(hover:hover) {
    button.glow-hover:hover, .button.glow-hover:hover {
        box-shadow: 0 0 10px hsl(from var(--button-background) h s calc(l + 5))
    }
}

@media(hover:none) {
    button.glow-hover:active, .button.glow-hover:active {
        box-shadow: 0 0 10px hsl(from var(--button-background) h s calc(l + 5))
    }
}

button.glow-animated, .button.glow-animated {
    --glow-speed: 1s;
    animation: button-glow var(--glow-speed) ease-in-out infinite alternate;
    box-shadow: 0 0 10px hsl(from var(--button-background) h s calc(l + 5))
}

button.glow-animated-hover, .button.glow-animated-hover {
    --glow-speed: 1s
}

@media(hover:hover) {
    button.glow-animated-hover:hover, .button.glow-animated-hover:hover {
        animation: button-glow var(--glow-speed) ease-in-out infinite alternate;
        box-shadow: 0 0 10px hsl(from var(--button-background) h s calc(l + 5))
    }
}

@media(hover:none) {
    button.glow-animated-hover:active, .button.glow-animated-hover:active {
        animation: button-glow var(--glow-speed) ease-in-out infinite alternate;
        box-shadow: 0 0 10px hsl(from var(--button-background) h s calc(l + 5))
    }
}

@keyframes button-glow {
    0% {
        box-shadow: 0 0 5px hsl(from var(--button-background) h s calc(l + 5))
    }

    to {
        box-shadow: 0 0 20px hsl(from var(--button-background) h s calc(l + 5))
    }
}

:root {
    --dialog-border-radius: 6px;
    --dialog-background: #f7f8fa;
    --dialog-color: #191919;
    --dialog-border-color: #e6e6e6;
    --dialog-closer-background: inherit;
    --dialog-closer-color: inherit;
    --dialog-closer-background-hover: var(--color-alert);
    --dialog-closer-color-hover: var(--color-light)
}

.dark-side {
    --dialog-background: #2b2d30;
    --dialog-color: #dbdfe7;
    --dialog-border-color: #414245;
    --dialog-closer-background: inherit;
    --dialog-closer-color: inherit;
    --dialog-closer-background-hover: var(--color-alert);
    --dialog-closer-color-hover: var(--color-light)
}

.dialog {
    position: fixed;
    display: flex;
    flex-flow: column;
    width: min(90%,600px);
    max-height: calc(100vh - 100px);
    height: auto;
    background-color: var(--dialog-background);
    color: var(--dialog-color);
    z-index: 1050;
    border: 1px solid var(--dialog-border-color);
    border-radius: var(--dialog-border-radius)
}

.dialog-title, .dialog-actions {
    display: flex
}

.dialog-title {
    font-size: 1rem;
    padding: 10px 24px;
    order: 1;
    border-bottom: 1px solid var(--dialog-border-color);
    align-items: center;
    justify-content: flex-start !important;
    flex-flow: row nowrap
}

    .dialog-title .icon {
        margin-right: 1rem
    }

.dialog-content {
    padding: 12px 24px;
    order: 2;
    font-size: 14px;
    display: block
}

.dialog-actions {
    border-top: 1px solid var(--dialog-border-color);
    padding: 8px 16px;
    order: 3;
    display: flex;
    flex-flow: row;
    align-items: center
}

    .dialog-actions > * {
        margin: 0 4px;
        min-width: 64px
    }

    .dialog-actions.text-left {
        justify-content: flex-start
    }

    .dialog-actions.text-center {
        justify-content: center
    }

    .dialog-actions.text-right {
        justify-content: flex-end
    }

.dialog * + .dialog-content {
    margin-top: 8px
}

.dialog * + .dialog-actions {
    margin-top: 8px
}

.dialog .closer {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 100;
    border: none;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--dialog-closer-background);
    color: var(--dialog-closer-color);
    cursor: pointer;
    border-radius: 4px
}

    .dialog .closer:before {
        display: block;
        content: "\d7";
        font-size: 24px;
        margin-top: -4px
    }

    .dialog .closer:hover {
        background-color: var(--dialog-closer-background-hover);
        color: var(--dialog-closer-color-hover)
    }

.dialog.primary {
    border: 1px solid #f75553
}

    .dialog.primary .dialog-title {
        background-color: #f75553;
        border-bottom-color: #f75553;
        color: #fff
    }

    .dialog.primary .dialog-actions {
        border-top-color: #f75553
    }

.dialog.secondary {
    border: 1px solid #74290a
}

    .dialog.secondary .dialog-title {
        background-color: #74290a;
        border-bottom-color: #74290a;
        color: #fff
    }

    .dialog.secondary .dialog-actions {
        border-top-color: #74290a
    }

.dialog.tertiary {
    border: 1px solid #ffbebd
}

    .dialog.tertiary .dialog-title {
        background-color: #ffbebd;
        border-bottom-color: #ffbebd;
        color: #fff
    }

    .dialog.tertiary .dialog-actions {
        border-top-color: #ffbebd
    }

.dialog.success {
    border: 1px solid hsl(140,52%,55%)
}

    .dialog.success .dialog-title {
        background-color: #51c878;
        border-bottom-color: #51c878;
        color: #fff
    }

    .dialog.success .dialog-actions {
        border-top-color: #51c878
    }

.dialog.alert {
    border: 1px solid hsl(348,88%,46%)
}

    .dialog.alert .dialog-title {
        background-color: #dd0e37;
        border-bottom-color: #dd0e37;
        color: #fff
    }

    .dialog.alert .dialog-actions {
        border-top-color: #dd0e37
    }

.dialog.warning {
    border: 1px solid hsl(39,100%,50%)
}

    .dialog.warning .dialog-title {
        background-color: #ffa600;
        border-bottom-color: #ffa600;
        color: #fff
    }

    .dialog.warning .dialog-actions {
        border-top-color: #ffa600
    }

.dialog.info {
    border: 1px solid #468cff
}

    .dialog.info .dialog-title {
        background-color: #468cff;
        border-bottom-color: #468cff;
        color: #fff
    }

    .dialog.info .dialog-actions {
        border-top-color: #468cff
    }

.dialog.dark {
    border: 1px solid #505050
}

    .dialog.dark .dialog-title {
        background-color: #505050;
        border-bottom-color: #505050;
        color: #fff
    }

    .dialog.dark .dialog-actions {
        border-top-color: #505050
    }

.dialog.light {
    border: 1px solid #f8f8f8
}

    .dialog.light .dialog-title {
        background-color: #f8f8f8;
        border-bottom-color: #f8f8f8;
        color: #fff
    }

    .dialog.light .dialog-actions {
        border-top-color: #f8f8f8
    }

    .dialog.light .dialog-title, .dialog.yellow .dialog-title {
        color: #1d1d1d
    }

:root {
    --activity-time: 4s;
    --activity-speed: 2s;
    --activity-time-mute: 30;
    --activity-size: 32px;
    --activity-rotate: -14deg;
    --activity-box-size: 10px;
    --activity-color: #191919;
    --activity-color-1: hsl(221, 100%, 79%);
    --activity-color-2: hsl(39, 100%, 50%);
    --activity-color-3: hsl(120, 100%, 35%);
    --activity-color-4: hsl(0, 100%, 50%);
    --activity-color-5: hsl(52, 100%, 68%)
}

.dark-side {
    --activity-color: #ffffff
}

.activity-ring {
    position: relative;
    width: var(--activity-size);
    height: var(--activity-size)
}

    .activity-ring .wrap, .activity-ring .circle {
        display: block;
        position: absolute;
        width: calc(var(--activity-size) - 2px);
        height: calc(var(--activity-size) - 2px)
    }

        .activity-ring .wrap .circle {
            opacity: 0;
            rotate: 225deg;
            animation: orbit var(--activity-time) infinite
        }

            .activity-ring .wrap .circle:after {
                position: absolute;
                content: "";
                width: calc(var(--activity-size) / 8);
                height: calc(var(--activity-size) / 8);
                border-radius: calc(var(--activity-size) / 8);
                background: var(--activity-color)
            }

        .activity-ring .wrap:nth-child(2) {
            rotate: var(--activity-rotate)
        }

            .activity-ring .wrap:nth-child(2) > .circle {
                animation-delay: calc(var(--activity-time) / var(--activity-time-mute))
            }

        .activity-ring .wrap:nth-child(3) {
            rotate: calc(var(--activity-rotate) * 2)
        }

            .activity-ring .wrap:nth-child(3) > .circle {
                animation-delay: calc(var(--activity-time) / var(--activity-time-mute) * 2)
            }

        .activity-ring .wrap:nth-child(4) {
            rotate: calc(var(--activity-rotate) * 3)
        }

            .activity-ring .wrap:nth-child(4) > .circle {
                animation-delay: calc(var(--activity-time) / var(--activity-time-mute) * 3)
            }

        .activity-ring .wrap:nth-child(5) {
            rotate: calc(var(--activity-rotate) * 4)
        }

            .activity-ring .wrap:nth-child(5) > .circle {
                animation-delay: calc(var(--activity-time) / var(--activity-time-mute) * 4)
            }

    .activity-ring.color-style .wrap .circle:after {
        background-color: var(--activity-color-1)
    }

    .activity-ring.color-style .wrap:nth-child(2) .circle:after {
        background-color: var(--activity-color-2)
    }

    .activity-ring.color-style .wrap:nth-child(3) .circle:after {
        background-color: var(--activity-color-3)
    }

    .activity-ring.color-style .wrap:nth-child(4) .circle:after {
        background-color: var(--activity-color-4)
    }

    .activity-ring.color-style .wrap:nth-child(5) .circle:after {
        background-color: var(--activity-color-5)
    }

.activity-metro {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: var(--activity-box-size);
    background-color: transparent
}

    .activity-metro > .circle {
        display: inline-block;
        position: absolute;
        width: var(--activity-box-size);
        height: var(--activity-box-size);
        background-color: var(--activity-color);
        opacity: 0;
        margin-left: 5px;
        animation: activity-metro-slide 3s cubic-bezier(.1,.85,.9,.15) infinite,metro-opacity 2s ease-in-out infinite alternate
    }

        .activity-metro > .circle:nth-child(2) {
            animation-delay: .8s
        }

        .activity-metro > .circle:nth-child(3) {
            animation-delay: .7s
        }

        .activity-metro > .circle:nth-child(4) {
            animation-delay: .6s
        }

        .activity-metro > .circle:nth-child(5) {
            animation-delay: .5s
        }

    .activity-metro.color-style > .circle {
        background-color: var(--activity-color-1)
    }

        .activity-metro.color-style > .circle:nth-child(2) {
            background-color: var(--activity-color-2)
        }

        .activity-metro.color-style > .circle:nth-child(3) {
            background-color: var(--activity-color-3)
        }

        .activity-metro.color-style > .circle:nth-child(4) {
            background-color: var(--activity-color-4)
        }

        .activity-metro.color-style > .circle:nth-child(5) {
            background-color: var(--activity-color-5)
        }

.activity-square {
    position: relative;
    width: var(--activity-size);
    height: var(--activity-size);
    overflow: hidden;
    transform-origin: bottom left;
    animation: activity-shrink 1s linear infinite
}

    .activity-square .square {
        position: absolute;
        width: calc(var(--activity-size) / 2 - 1px);
        height: calc(var(--activity-size) / 2 - 1px);
        background: var(--activity-color)
    }

        .activity-square .square:nth-child(1) {
            left: 0;
            top: calc(var(--activity-size) / 2 + 1px)
        }

        .activity-square .square:nth-child(2) {
            left: calc(var(--activity-size) / 2 + 1px);
            top: calc(var(--activity-size) / 2 + 1px);
            animation: activity-drop 1s linear infinite
        }

        .activity-square .square:nth-child(3) {
            left: 0;
            top: 0;
            animation: activity-drop2 1s linear infinite
        }

        .activity-square .square:nth-child(4) {
            left: calc(var(--activity-size) / 2 + 1px);
            top: 0;
            animation: activity-drop3 1s linear infinite
        }

    .activity-square.color-style > .square:nth-child(1) {
        background-color: var(--activity-color-1)
    }

    .activity-square.color-style > .square:nth-child(2) {
        background-color: var(--activity-color-2)
    }

    .activity-square.color-style > .square:nth-child(3) {
        background-color: var(--activity-color-3)
    }

    .activity-square.color-style > .square:nth-child(4) {
        background-color: var(--activity-color-4)
    }

.activity-cycle {
    width: var(--activity-size);
    height: var(--activity-size);
    position: relative;
    overflow: hidden
}

    .activity-cycle .cycle {
        display: block;
        position: relative;
        left: 50%;
        top: 50%;
        width: var(--activity-size);
        height: var(--activity-size);
        translate: -50% -50%;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: var(--activity-color);
        animation: activity-pre-spin 1s linear infinite;
        z-index: 1001
    }

        .activity-cycle .cycle:before, .activity-cycle .cycle:after {
            content: "";
            position: absolute;
            border-radius: 50%;
            border: 3px solid transparent;
            border-top-color: var(--activity-color)
        }

        .activity-cycle .cycle:before {
            top: calc(var(--activity-size) / 12);
            left: calc(var(--activity-size) / 12);
            right: calc(var(--activity-size) / 12);
            bottom: calc(var(--activity-size) / 12);
            animation: activity-pre-spin 2s linear infinite
        }

        .activity-cycle .cycle:after {
            top: calc(var(--activity-size) / 4);
            left: calc(var(--activity-size) / 4);
            right: calc(var(--activity-size) / 4);
            bottom: calc(var(--activity-size) / 4);
            animation: activity-spin 1.5s linear infinite
        }

    .activity-cycle.color-style .cycle {
        border-top-color: var(--activity-color-1)
    }

        .activity-cycle.color-style .cycle:before {
            border-top-color: var(--activity-color-2)
        }

        .activity-cycle.color-style .cycle:after {
            border-top-color: var(--activity-color-3)
        }

.activity-simple {
    width: var(--activity-size);
    height: var(--activity-size)
}

    .activity-simple .circular {
        animation: activity-rotate 2s linear infinite;
        position: relative;
        width: 100%;
        height: 100%
    }

    .activity-simple .path {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
        animation: activity-dash 1.5s ease-in-out infinite;
        stroke-linecap: round;
        stroke: var(--activity-color)
    }

    .activity-simple.color-style .path {
        animation: activity-dash 1.5s ease-in-out infinite,activity-color 6s ease-in-out infinite
    }

.activity-atom {
    width: var(--activity-size);
    height: var(--activity-size);
    border-radius: 50%;
    perspective: calc(var(--activity-size) * 12.5)
}

    .activity-atom span {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%
    }

        .activity-atom span:nth-child(1) {
            left: 0;
            top: 0;
            animation: activity-rotate-one 1s linear infinite;
            border-bottom: 3px solid;
            border-bottom-color: var(--activity-color)
        }

        .activity-atom span:nth-child(2) {
            right: 0;
            top: 0;
            animation: activity-rotate-two 1s linear infinite;
            border-right: 3px solid;
            border-right-color: var(--activity-color)
        }

        .activity-atom span:nth-child(3) {
            right: 0;
            bottom: 0;
            animation: activity-rotate-three 1s linear infinite;
            border-top: 3px solid;
            border-top-color: var(--activity-color)
        }

    .activity-atom.color-style span:nth-child(1) {
        border-bottom-color: #94b6ff
    }

    .activity-atom.color-style span:nth-child(2) {
        border-right-color: red
    }

    .activity-atom.color-style span:nth-child(3) {
        border-top-color: #ffe95c
    }

.activity-bars {
    width: var(--activity-size);
    height: var(--activity-size)
}

    .activity-bars span {
        height: 100%;
        width: calc(var(--activity-size) / 6 - 2px);
        display: inline-block;
        float: left;
        margin-left: 2px;
        animation: activity-bars .8s infinite ease-in-out;
        background-color: var(--activity-color)
    }

        .activity-bars span:nth-child(2) {
            animation-delay: -.7s
        }

        .activity-bars span:nth-child(3) {
            animation-delay: -.6s
        }

        .activity-bars span:nth-child(4) {
            animation-delay: -.5s
        }

        .activity-bars span:nth-child(5) {
            animation-delay: -.4s
        }

        .activity-bars span:nth-child(6) {
            animation-delay: -.3s
        }

    .activity-bars.color-style span:nth-child(1) {
        background-color: var(--activity-color-1)
    }

    .activity-bars.color-style span:nth-child(2) {
        background-color: var(--activity-color-2)
    }

    .activity-bars.color-style span:nth-child(3) {
        background-color: var(--activity-color-3)
    }

    .activity-bars.color-style span:nth-child(4) {
        background-color: var(--activity-color-4)
    }

    .activity-bars.color-style span:nth-child(5) {
        background-color: var(--activity-color-5)
    }

    .activity-bars.color-style span:nth-child(6) {
        background-color: var(--activity-color-1)
    }

@keyframes activity-rotate {
    to {
        transform: rotate(360deg)
    }
}

@keyframes activity-dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35
    }

    to {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124
    }
}

@keyframes activity-color {
    to,0% {
        stroke: var(--activity-color-1)
    }

    40% {
        stroke: var(--activity-color-2)
    }

    66% {
        stroke: var(--activity-color-3)
    }

    80%,90% {
        stroke: var(--activity-color-4)
    }
}

@keyframes activity-rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotate(0)
    }

    to {
        transform: rotateX(35deg) rotateY(-45deg) rotate(360deg)
    }
}

@keyframes activity-rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotate(0)
    }

    to {
        transform: rotateX(50deg) rotateY(10deg) rotate(360deg)
    }
}

@keyframes activity-rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotate(0)
    }

    to {
        transform: rotateX(35deg) rotateY(55deg) rotate(360deg)
    }
}

@keyframes activity-bars {
    0%,40%,to {
        transform: scaleY(.05)
    }

    20% {
        transform: scaleY(1)
    }
}

@keyframes activity-drop {
    0% {
        transform: translateY(-50px)
    }

    25% {
        transform: translate(0)
    }

    to {
        transform: translate(0)
    }
}

@keyframes activity-drop2 {
    0% {
        transform: translateY(-50px)
    }

    50% {
        transform: translate(0)
    }

    to {
        transform: translate(0)
    }
}

@keyframes activity-drop3 {
    0% {
        transform: translateY(-50px)
    }

    75% {
        transform: translate(0)
    }

    to {
        transform: translate(0)
    }
}

@keyframes activity-pre-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes activity-metro-slide {
    0% {
        left: -50%
    }

    to {
        left: 150%
    }
}

.dialog.no-shadow {
    box-shadow: none !important
}

:root {
    --analog-clock-size: 300px;
    --analog-clock-icon-size: 100px;
    --analog-clock-border-color: #6a6a6a;
    --analog-clock-dash-color: #191919;
    --analog-clock-background: var(--default-background);
    --analog-clock-color: var(--default-color);
    --analog-clock-hour-color: var(--color-dark);
    --analog-clock-minute-color: var(--color-dark);
    --analog-clock-second-color: var(--color-red);
    --analog-clock-hand-border-color: #ccc;
    --analog-clock-inset-border-color: #e6e6e6;
    --analog-clock-inset-shadow: rgba(0, 0, 0, .45)
}

.dark-side {
    --analog-clock-border-color: #6a6a6a;
    --analog-clock-dash-color: #efefef;
    --analog-clock-background: var(--default-background);
    --analog-clock-color: var(--default-color);
    --analog-clock-hour-color: #cdcdcd;
    --analog-clock-minute-color: #cdcdcd;
    --analog-clock-second-color: var(--color-red);
    --analog-clock-hand-border-color: #efefef;
    --analog-clock-inset-border-color: #333333;
    --analog-clock-inset-shadow: #919191
}

.analog-clock {
    --i: 0;
    --i2: 0;
    position: relative;
    display: flex;
    height: var(--analog-clock-size);
    width: var(--analog-clock-size);
    aspect-ratio: 1;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 25px #0000001a,0 25px 45px #0000001a;
    font-size: calc(var(--analog-clock-size) / 9);
    line-height: 1;
    text-align: center;
    color: var(--analog-clock-color);
    font-weight: 100
}

    .analog-clock .icon, .analog-clock .moon {
        position: absolute;
        display: inline-flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: center;
        height: var(--analog-clock-icon-size);
        width: var(--analog-clock-icon-size);
        top: calc(var(--analog-clock-size) / 6);
        left: 50%;
        transform: translate(-50%);
        font-size: calc(var(--analog-clock-size) / 12.5)
    }

        .analog-clock .icon *, .analog-clock .moon * {
            font-size: calc(var(--analog-clock-size) / 12.5);
            font-weight: 600;
            color: var(--analog-clock-color);
            width: 100%;
            height: 100%
        }

    .analog-clock .moon {
        width: calc(var(--analog-clock-size) / 9);
        height: calc(var(--analog-clock-size) / 9)
    }

    .analog-clock .day-month {
        position: absolute;
        display: inline-flex;
        flex-flow: column nowrap;
        align-items: center;
        justify-content: center;
        border-radius: 2px;
        height: auto;
        width: auto;
        right: calc(var(--analog-clock-size) / 8.5);
        top: 50%;
        transform: translateY(-50%);
        font-size: calc(var(--analog-clock-size) / 21.4);
        color: var(--analog-clock-color);
        background: var(--analog-clock-background);
        font-weight: 600;
        padding: 1px 2px;
        box-shadow: 0 0 2px 0 var(--analog-clock-inset-shadow) inset;
        font-family: monospace
    }

        .analog-clock .day-month .day-month-inner {
            display: flex;
            flex-flow: row nowrap;
            align-items: center;
            justify-content: center;
            height: 100%;
            width: 100%
        }

        .analog-clock .day-month .day, .analog-clock .day-month .month, .analog-clock .day-month .week-day {
            padding: 2px 6px;
            width: 50%
        }

        .analog-clock .day-month .week-day {
            border-top: 1px solid var(--analog-clock-inset-border-color);
            width: 100%
        }

        .analog-clock .day-month .day {
            border-right: 1px solid var(--analog-clock-inset-border-color);
            font-family: digital,monospace;
            letter-spacing: 2px
        }

    .analog-clock .dash {
        position: absolute;
        inset: calc(var(--analog-clock-size) / 30);
        text-align: center;
        transform: rotate(calc(var(--i) * (360deg / 12)));
        font-size: calc(var(--analog-clock-size) / 15)
    }

        .analog-clock .dash span {
            display: inline-block;
            font-weight: 600;
            color: var(--analog-clock-dash-color)
        }

    .analog-clock.show-numbers label {
        color: var(--analog-clock-color);
        font-family: digital,monospace
    }

        .analog-clock.show-numbers label span {
            transform: rotate(calc(var(--i) * (-360deg / 12)))
        }

    .analog-clock .secondary-dash {
        position: absolute;
        inset: calc(var(--analog-clock-size) / 30);
        text-align: center;
        transform: rotate(calc(var(--i2) * 6 * 1deg));
        font-size: calc(var(--analog-clock-size) / 30)
    }

        .analog-clock .secondary-dash span {
            display: inline-block;
            font-weight: 600;
            color: var(--analog-clock-dash-color)
        }

    .analog-clock .hands {
        position: absolute;
        height: calc(var(--analog-clock-size) / 30);
        width: calc(var(--analog-clock-size) / 30);
        display: flex;
        justify-content: center;
        z-index: 2
    }

        .analog-clock .hands:before {
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
            z-index: 3;
            background: var(--analog-clock-hour-color);
            border: 2px solid var(--analog-clock-second-color);
            border-radius: 50%
        }

        .analog-clock .hands .hour-hand, .analog-clock .hands .minute-hand, .analog-clock .hands .second-hand {
            z-index: -1
        }

        .analog-clock .hands .minute, .analog-clock .hands .hour, .analog-clock .hands .second {
            position: absolute;
            height: calc(var(--analog-clock-size) / 2.7);
            width: calc(var(--analog-clock-size) / 75);
            bottom: calc(var(--analog-clock-size) / 60);
            border-radius: calc(var(--analog-clock-size) / 12);
            transform-origin: bottom
        }

        .analog-clock .hands .minute, .analog-clock .hands .hour {
            border: 1px solid var(--analog-clock-hand-border-color)
        }

        .analog-clock .hands .second {
            background: var(--analog-clock-second-color);
            width: 2px
        }

        .analog-clock .hands .hour {
            height: calc(var(--analog-clock-size) / 3.75);
            width: calc(var(--analog-clock-size) / 37.5);
            background: var(--analog-clock-hour-color)
        }

        .analog-clock .hands .minute {
            height: calc(var(--analog-clock-size) / 3);
            width: calc(var(--analog-clock-size) / 60);
            background: var(--analog-clock-minute-color)
        }

    .analog-clock .digital-clock {
        width: calc(var(--analog-clock-size) / 3.5);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: calc(var(--analog-clock-size) / 5);
        left: 50%;
        transform: translate(-50%);
        font-size: calc(var(--analog-clock-size) / 16);
        border-radius: 2px;
        background: var(--analog-clock-background);
        font-weight: 700;
        padding: 1px;
        box-shadow: 0 0 2px 0 var(--analog-clock-inset-shadow) inset;
        font-family: monospace;
        letter-spacing: 2px
    }

        .analog-clock .digital-clock .dc-hour, .analog-clock .digital-clock .dc-minute, .analog-clock .digital-clock .dc-second {
            width: calc(var(--analog-clock-size) / 10);
            display: inline-flex;
            padding: calc(var(--analog-clock-size) / 75) calc(var(--analog-clock-size) / 75);
            position: relative;
            font-family: digital,monospace
        }

            .analog-clock .digital-clock .dc-minute:before, .analog-clock .digital-clock .dc-minute:after {
                position: absolute;
                content: ":";
                display: block;
                color: #c6c6c6;
                top: 50%;
                transform: translateY(-50%);
                font-weight: 900
            }

            .analog-clock .digital-clock .dc-minute:before {
                left: -2px
            }

            .analog-clock .digital-clock .dc-minute:after {
                right: -2px
            }

    .analog-clock.tick .dc-minute:before, .analog-clock.tick .dc-minute:after {
        display: none
    }

    .analog-clock .moon {
        left: calc(var(--analog-clock-size) / 7.5);
        top: 50%;
        transform: translateY(-50%)
    }

        .analog-clock .moon.new-moon:before {
            content: "\1f311"
        }

        .analog-clock .moon.waxing-crescent:before {
            content: "\1f312"
        }

        .analog-clock .moon.first-quarter:before {
            content: "\1f313"
        }

        .analog-clock .moon.waxing-gibbous:before {
            content: "\1f314"
        }

        .analog-clock .moon.full-moon:before {
            content: "\1f315"
        }

        .analog-clock .moon.waning-gibbous:before {
            content: "\1f316"
        }

        .analog-clock .moon.last-quarter:before {
            content: "\1f317"
        }

        .analog-clock .moon.waning-crescent:before {
            content: "\1f318"
        }

:root {
    --hamburger-background: transparent;
    --hamburger-color: #191919
}

.dark-side {
    --hamburger-background: transparent;
    --hamburger-color: #ffffff
}

.hamburger, .nav-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0;
    font-size: 14px;
    line-height: 36px;
    transition: all .15s ease-in-out;
    background: var(--hamburger-background);
    color: var(--hamburger-color);
    cursor: pointer;
    outline: none;
    width: 36px;
    height: 36px
}

    .hamburger .line, .nav-button .line {
        width: 30px;
        background: var(--hamburger-color);
        display: block;
        transition: all .3s ease-in-out;
        height: 3px;
        margin: 4px auto
    }

    .hamburger.menu-down .line:nth-child(2), .nav-button.menu-down .line:nth-child(2), .hamburger.chevron-down .line:nth-child(2), .nav-button.chevron-down .line:nth-child(2) {
        transition-delay: .3s
    }

    .hamburger.menu-down.active, .nav-button.menu-down.active, .hamburger.chevron-down.active, .nav-button.chevron-down.active {
        transform: rotate(90deg)
    }

        .hamburger.menu-down.active .line:nth-child(2), .nav-button.menu-down.active .line:nth-child(2), .hamburger.chevron-down.active .line:nth-child(2), .nav-button.chevron-down.active .line:nth-child(2) {
            opacity: 0;
            transition: none
        }

        .hamburger.menu-down.active .line:nth-child(1), .nav-button.menu-down.active .line:nth-child(1), .hamburger.chevron-down.active .line:nth-child(1), .nav-button.chevron-down.active .line:nth-child(1), .hamburger.menu-down.active .line:nth-child(3), .nav-button.menu-down.active .line:nth-child(3), .hamburger.chevron-down.active .line:nth-child(3), .nav-button.chevron-down.active .line:nth-child(3) {
            width: 20px;
            transform-origin: right;
            margin: -4px 8px
        }

        .hamburger.menu-down.active .line:nth-child(1), .nav-button.menu-down.active .line:nth-child(1), .hamburger.chevron-down.active .line:nth-child(1), .nav-button.chevron-down.active .line:nth-child(1) {
            transform: rotate(45deg) translateY(6px)
        }

        .hamburger.menu-down.active .line:nth-child(3), .nav-button.menu-down.active .line:nth-child(3), .hamburger.chevron-down.active .line:nth-child(3), .nav-button.chevron-down.active .line:nth-child(3) {
            transform: rotate(-45deg) translateY(-6px)
        }

    .hamburger.menu-up .line:nth-child(2), .nav-button.menu-up .line:nth-child(2), .hamburger.chevron-up .line:nth-child(2), .nav-button.chevron-up .line:nth-child(2) {
        transition-delay: .3s
    }

    .hamburger.menu-up.active, .nav-button.menu-up.active, .hamburger.chevron-up.active, .nav-button.chevron-up.active {
        transform: rotate(-90deg)
    }

        .hamburger.menu-up.active .line:nth-child(2), .nav-button.menu-up.active .line:nth-child(2), .hamburger.chevron-up.active .line:nth-child(2), .nav-button.chevron-up.active .line:nth-child(2) {
            opacity: 0;
            transition: none
        }

        .hamburger.menu-up.active .line:nth-child(1), .nav-button.menu-up.active .line:nth-child(1), .hamburger.chevron-up.active .line:nth-child(1), .nav-button.chevron-up.active .line:nth-child(1), .hamburger.menu-up.active .line:nth-child(3), .nav-button.menu-up.active .line:nth-child(3), .hamburger.chevron-up.active .line:nth-child(3), .nav-button.chevron-up.active .line:nth-child(3) {
            width: 20px;
            transform-origin: right;
            margin: -4px 8px
        }

        .hamburger.menu-up.active .line:nth-child(1), .nav-button.menu-up.active .line:nth-child(1), .hamburger.chevron-up.active .line:nth-child(1), .nav-button.chevron-up.active .line:nth-child(1) {
            transform: rotate(45deg) translateY(6px)
        }

        .hamburger.menu-up.active .line:nth-child(3), .nav-button.menu-up.active .line:nth-child(3), .hamburger.chevron-up.active .line:nth-child(3), .nav-button.chevron-up.active .line:nth-child(3) {
            transform: rotate(-45deg) translateY(-6px)
        }

    .hamburger.arrow-left.active .line:nth-child(1), .nav-button.arrow-left.active .line:nth-child(1), .hamburger.arrow-left.active .line:nth-child(3), .nav-button.arrow-left.active .line:nth-child(3) {
        width: 20px;
        margin-left: 0
    }

    .hamburger.arrow-left.active .line:nth-child(1), .nav-button.arrow-left.active .line:nth-child(1) {
        transform: rotate(-45deg)
    }

    .hamburger.arrow-left.active .line:nth-child(3), .nav-button.arrow-left.active .line:nth-child(3) {
        transform: rotate(45deg)
    }

    .hamburger.arrow-right.active .line:nth-child(1), .nav-button.arrow-right.active .line:nth-child(1), .hamburger.arrow-right.active .line:nth-child(3), .nav-button.arrow-right.active .line:nth-child(3) {
        width: 20px;
        margin-right: 0
    }

    .hamburger.arrow-right.active .line:nth-child(1), .nav-button.arrow-right.active .line:nth-child(1) {
        transform: rotate(45deg)
    }

    .hamburger.arrow-right.active .line:nth-child(3), .nav-button.arrow-right.active .line:nth-child(3) {
        transform: rotate(-45deg)
    }

:root {
    --appbar-border-radius: 4px;
    --appbar-z-index: 1030
}

:root {
    --appbar-background: #ffffff;
    --appbar-color: #191919;
    --appbar-item-background: transparent;
    --appbar-item-color: #191919;
    --appbar-item-color-disabled: #ccc;
    --appbar-item-color-hover: #000000;
    --appbar-item-background-hover: #e8e8e8
}

.dark-side {
    --appbar-background: #1e1f22;
    --appbar-color: #dbdfe7;
    --appbar-item-background: transparent;
    --appbar-item-color: #dbdfe7;
    --appbar-item-color-disabled: #a8a8a8;
    --appbar-item-color-hover: #ffffff;
    --appbar-item-background-hover: #2b2d30
}

.app-bar {
    display: flex;
    position: sticky;
    align-self: flex-start !important;
    justify-self: flex-start !important;
    top: 0;
    width: 100%;
    height: auto;
    min-height: 52px;
    z-index: var(--appbar-z-index);
    background-color: var(--appbar-background);
    color: var(--appbar-color);
    flex-flow: row wrap;
    align-items: center;
    padding: 0 10px
}

    .app-bar .app-bar-container {
        background-color: inherit;
        color: inherit;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .app-bar .app-bar-item, .app-bar .app-bar-item-static, .app-bar .app-bar-menu > li {
        position: relative
    }

        .app-bar .app-bar-item, .app-bar .app-bar-item-static, .app-bar .app-bar-menu > li > a {
            display: flex;
            align-items: center;
            font-size: 13px;
            background-color: var(--appbar-item-background);
            color: var(--appbar-item-color);
            text-decoration: none;
            padding: 4px 10px;
            border-radius: var(--appbar-border-radius);
            white-space: nowrap;
            flex-wrap: nowrap;
            line-height: 20px;
            overflow: hidden
        }

@media(hover:hover) {
    .app-bar .app-bar-item:hover, .app-bar .app-bar-item-static:hover, .app-bar .app-bar-menu > li > a:hover {
        color: var(--appbar-item-color-hover);
        text-decoration: none;
        background-color: var(--appbar-item-background-hover)
    }
}

@media(hover:none) {
    .app-bar .app-bar-item:active, .app-bar .app-bar-item-static:active, .app-bar .app-bar-menu > li > a:active {
        color: var(--appbar-item-color-hover);
        text-decoration: none;
        background-color: var(--appbar-item-background-hover)
    }
}

.app-bar .app-bar-item:focus, .app-bar .app-bar-item-static:focus, .app-bar .app-bar-menu > li > a:focus {
    outline: none
}

.app-bar .app-bar-item.disabled, .app-bar .app-bar-item-static.disabled, .app-bar .app-bar-menu > li > a.disabled {
    color: var(--appbar-item-color-disabled)
}

@media(hover:hover) {
    .app-bar .app-bar-item-static:hover {
        background-color: var(--appbar-item-background);
        color: var(--appbar-item-color)
    }
}

@media(hover:none) {
    .app-bar .app-bar-item-static:active {
        background-color: var(--appbar-item-background);
        color: var(--appbar-item-color)
    }
}

.app-bar .brand {
    flex-shrink: 0;
    font-size: 20px;
    line-height: .8
}

    .app-bar .brand:hover {
        background-color: transparent
    }

    .app-bar .brand .icon {
        font-size: 20px;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        object-fit: cover
    }

        .app-bar .brand .icon + * {
            margin-left: 6px
        }

    .app-bar .brand .caption {
        margin-bottom: 3px
    }

.app-bar .app-bar-button {
    width: 52px;
    padding: 0
}

.app-bar .app-bar-menu {
    flex-shrink: 0;
    list-style: none inside;
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    background-color: inherit;
    color: inherit
}

    .app-bar .app-bar-menu > li > a:focus {
        outline: 1px solid var(--appbar-item-background-hover)
    }

    .app-bar .app-bar-menu > li > a.dropdown-toggle:before {
        border-color: var(--appbar-item-color) !important
    }

.app-bar .hamburger {
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    height: 52px;
    width: 52px;
    margin-top: -27px;
    background: transparent
}

    .app-bar .hamburger .line {
        background-color: var(--appbar-item-color)
    }

    .app-bar .hamburger.menu-down.active .line:nth-child(1), .app-bar .hamburger.menu-down.active .line:nth-child(3) {
        margin: -4px 16px
    }

    .app-bar .hamburger:focus {
        outline: 1px solid var(--appbar-item-background-hover)
    }

.app-bar .app-bar-menu.collapsed {
    display: none
}

.app-bar .app-bar-menu.opened {
    max-height: calc(100vh - 52px);
    overflow-y: auto;
    padding: 4px
}

    .app-bar .app-bar-menu.opened ul {
        position: relative;
        left: 0;
        float: none;
        width: 100%;
        box-shadow: none;
        border-radius: 0;
        background-color: inherit;
        border: none
    }

.app-bar .app-bar-input {
    width: 100px;
    height: 30px;
    font-size: .875rem;
    border: none !important;
    border-radius: 4px
}

.app-bar:not(.app-bar-expand) {
    padding-right: 60px !important
}

    .app-bar:not(.app-bar-expand) .app-bar-menu {
        width: 100%;
        order: 1000;
        top: 100%;
        left: 0;
        position: absolute
    }

.app-bar-expand {
    flex-direction: row;
    flex-wrap: nowrap
}

    .app-bar-expand .app-bar-menu {
        flex-direction: row
    }

        .app-bar-expand .app-bar-menu.collapsed {
            display: flex !important
        }

    .app-bar-expand .hamburger {
        display: none
    }

.container-fluid > .app-bar, .container > .app-bar {
    position: relative
}

:root {
    --slider-thumb-size: 18px;
    --slider-thumb-color: var(--color-blue);
    --slider-bar-color: #191919;
    --slider-buffer-color: #fefefe;
    --slider-back-color: #d5d5d5;
    --slider-fill-color: var(--color-cyan);
    --slider-thumb-border-color: var(--color-light-cyan)
}

.dark-side {
    --slider-thumb-color: var(--color-crimson);
    --slider-bar-color: #191919;
    --slider-buffer-color: #fefefe;
    --slider-back-color: #4e5055;
    --slider-fill-color: #ff145c;
    --slider-thumb-border-color: #ffffff
}

.slider {
    display: block;
    position: relative;
    height: 2.125rem;
    background: transparent;
    cursor: default;
    width: 100%;
    border-radius: 4px
}

    .slider input {
        width: 1px;
        height: 1px;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0
    }

    .slider .backside, .slider .complete, .slider .buffer, .slider .marker {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 4px
    }

    .slider .marker {
        border-radius: 50%;
        padding: 0;
        transition: none;
        width: var(--slider-thumb-size);
        height: var(--slider-thumb-size);
        background: var(--slider-thumb-color);
        z-index: 4;
        outline: none;
        border: 2px solid var(--slider-thumb-border-color);
        cursor: pointer;
        overflow: visible
    }

        .slider .marker:focus {
            box-shadow: 0 0 0 3px #f2f2f273
        }

        .slider .marker:active:after {
            display: block;
            content: "";
            position: absolute;
            width: 3.125rem;
            height: 3.125rem;
            border-radius: 50%;
            background-color: #bbbbbb80;
            opacity: .3;
            top: 50%;
            left: 50%;
            margin-top: -1.5625rem;
            margin-left: -1.5625rem
        }

        .slider .marker.left-knob {
            left: 0
        }

        .slider .marker.right-knob {
            left: auto;
            right: 0
        }

    .slider.hidden-button .marker {
        opacity: 0;
        transition: opacity .3s ease-in-out
    }

@media(hover:hover) {
    .slider.hidden-button:hover .marker {
        opacity: 1
    }
}

.slider .backside {
    background-color: var(--slider-back-color);
    width: 100%;
    z-index: 1;
    height: .6rem
}

.slider .buffer {
    z-index: 2;
    height: .3rem;
    background-color: var(--slider-buffer-color)
}

.slider .complete {
    z-index: 3;
    height: .6rem;
    background-color: var(--slider-fill-color)
}

.slider .hint {
    display: none;
    position: absolute;
    z-index: 5;
    width: auto !important;
    height: auto !important;
    padding: .25rem .5rem;
    background-color: #8c8c8c;
    color: #fff;
    white-space: nowrap
}

    .slider .hint:before {
        display: block;
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;
        background-color: inherit
    }

    .slider .hint.top-side {
        top: 0;
        left: 50%;
        transform: translateY(-100%) translate(-50%);
        margin-top: -8px
    }

        .slider .hint.top-side:before {
            top: 100%;
            left: 50%;
            transform: rotate(45deg) translate(-50%);
            margin-top: -1px
        }

    .slider .hint.bottom-side {
        left: 50%;
        transform: translate(-50%);
        top: 100%;
        margin-top: 8px
    }

        .slider .hint.bottom-side:before {
            top: 0;
            left: 50%;
            transform: rotate(45deg) translate(-50%);
            margin-top: -1px
        }

    .slider .hint.left-side {
        left: 0;
        top: 50%;
        transform: translateY(-50%) translate(-100%);
        margin-left: -8px
    }

        .slider .hint.left-side:before {
            top: 50%;
            right: 0;
            transform: translateY(-50%) rotate(45deg);
            margin-right: -3px
        }

    .slider .hint.right-side {
        left: 100%;
        transform: translateY(-50%);
        top: 50%;
        margin-left: 8px
    }

        .slider .hint.right-side:before {
            top: 50%;
            left: 0;
            transform: translate(-50%) translateY(-50%) rotate(45deg)
        }

.slider.range .complete {
    width: 100%
}

.slider.thin .backside, .slider.thin .complete, .slider.thin .buffer {
    height: 6px
}

.slider.ultra-thin .backside, .slider.ultra-thin .complete, .slider.ultra-thin .buffer {
    height: 4px
}

.slider.ultra-thin .marker {
    width: 12px;
    height: 12px
}

.slider.cycle-marker .marker {
    border-radius: 50%
}

.slider.vertical-slider {
    width: 2.125rem;
    height: 100px
}

    .slider.vertical-slider .backside, .slider.vertical-slider .complete, .slider.vertical-slider .buffer, .slider.vertical-slider .marker {
        top: auto;
        left: 50%;
        transform: translateY(0) translate(-50%)
    }

    .slider.vertical-slider .backside, .slider.vertical-slider .complete, .slider.vertical-slider .buffer {
        width: .5rem;
        bottom: 0
    }

    .slider.vertical-slider .backside {
        height: 100%
    }

    .slider.vertical-slider .buffer {
        width: .3rem
    }

    .slider.vertical-slider .marker {
        top: 100%;
        transform: translateY(-100%) translate(-50%)
    }

.slider.rounded .backside, .slider.rounded .complete, .slider.rounded .buffer, .slider.rounded .marker {
    border-radius: .25rem
}

.slider.disabled .marker {
    display: none
}

.slider-min-max {
    display: block;
    position: relative
}

    .slider-min-max:after {
        display: block;
        clear: both;
        content: ""
    }

    .slider-min-max .slider-text-min, .slider-min-max .slider-text-max {
        display: block
    }

    .slider-min-max .slider-text-min {
        float: left
    }

    .slider-min-max .slider-text-max {
        float: right
    }

:root {
    --player-background: #f2f3f5;
    --player-info-background: #f2f3f5;
    --player-info-color: #191919;
    --player-control-background-hover: #dadbdd;
    --player-constrol-color-hover: #191919
}

.dark-side {
    --player-background: #191919;
    --player-info-background: #191919;
    --player-info-color: #f2f3f5;
    --player-control-background-hover: #4e5055;
    --player-constrol-color-hover: #f2f3f5
}

.media-player {
    display: flex;
    position: relative;
    width: 100%;
    background: var(--player-background);
    height: auto;
    overflow: hidden;
    z-index: 1;
    padding: 4px 9px;
    border-radius: 20px
}

    .media-player video {
        width: 100%;
        height: 100%;
        z-index: 1
    }

    .media-player .logo {
        display: block;
        position: absolute;
        top: 1.25rem;
        right: 1.25rem;
        z-index: 3;
        height: 32px
    }

        .media-player .logo img {
            height: 32px
        }

    .media-player .preloader {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%) translateY(-50%)
    }

        .media-player .preloader.show {
            display: block
        }

    .media-player .controls {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto;
        z-index: 2147483647;
        background-color: transparent;
        gap: 4px
    }

        .media-player .controls.outside {
            position: relative
        }

    .media-player .stream {
        display: flex;
        padding: 0;
        order: 5;
        width: 100%;
        min-width: 100px;
        position: relative;
        margin: 0
    }

        .media-player .stream .slider {
            height: .875rem
        }

    .media-player .load-audio {
        padding: 0;
        display: block;
        position: absolute;
        bottom: 4px;
        left: .625rem;
        width: calc(100% - 1.25rem)
    }

    .media-player button:focus {
        box-shadow: none !important
    }

    .media-player .loop {
        order: 1
    }

    .media-player .play {
        order: 2
    }

    .media-player .stop {
        order: 3
    }

    .media-player .info-box {
        position: relative;
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        order: 4;
        background: var(--player-info-background);
        color: var(--player-info-color);
        padding: .625rem;
        font-size: 10px;
        flex-shrink: 0;
        white-space: nowrap;
        border: none
    }

    .media-player .mute {
        order: 6
    }

    .media-player .volume {
        order: 7;
        min-width: 50px;
        padding: 0;
        display: flex;
        gap: 4px
    }

    .media-player .full {
        order: 8
    }

    .media-player .loop, .media-player .stop, .media-player .play, .media-player .mute {
        background: transparent
    }

@media(hover:hover) {
    .media-player .loop:hover, .media-player .stop:hover, .media-player .play:hover, .media-player .mute:hover {
        background: var(--player-control-background-hover);
        color: var(--player-constrol-color-hover)
    }
}

:-webkit-full-screen {
    width: 100%;
    height: 100%;
    z-index: 2147483647
}

:-ms-fullscreen {
    width: 100%
}

.media-player.full-screen {
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    max-height: 100% !important;
    height: 100% !important
}

.audio-player {
    overflow: visible
}

    .audio-player .controls {
        position: relative
    }

.audio-player {
    width: auto;
    display: inline-flex
}

:root {
    --badge-background: #F8F8F8;
    --badge-color: #191919;
    --badge-border-radius: 4px
}

.dark-side {
    --badge-background: #2b2d30;
    --badge-color: #F8F8F8
}

.badge {
    position: relative;
    z-index: 1;
    background-color: var(--badge-background);
    color: var(--badge-color);
    border-radius: var(--badge-border-radius);
    padding: .2em .4em .3em;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: default
}

    .badge.corner {
        position: absolute;
        top: 2px;
        right: 2px
    }

    .badge.corner-outside {
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(50%,-50%)
    }

.badge-gray {
    background: #ccc;
    color: #fff;
    border-color: #8c8c8c
}

.badge-gray-blue {
    background: #6b8aa8;
    color: #fff;
    border-color: #374a5d
}

.badge-gray-mouse {
    background: #576c75;
    color: #fff;
    border-color: #21282c
}

.badge-lime {
    background: #aefd6d;
    color: #fff;
    border-color: #6ae704
}

.badge-green {
    background: #00b300;
    color: #fff;
    border-color: #030
}

.badge-emerald {
    background: #51c878;
    color: #fff;
    border-color: #25743f
}

.badge-blue {
    background: #5c85ff;
    color: #fff;
    border-color: #0037db
}

.badge-teal {
    background: #1ac7c7;
    color: #fff;
    border-color: #0b5656
}

.badge-cyan {
    background: #94b6ff;
    color: #fff;
    border-color: #145fff
}

.badge-cobalt {
    background: #0048ad;
    color: #fff;
    border-color: #00132e
}

.badge-indigo {
    background: #6500a8;
    color: #fff;
    border-color: #180029
}

.badge-almost {
    background: #692ced;
    color: #fff;
    border-color: #350c8d
}

.badge-violet {
    background: #ee81ee;
    color: #fff;
    border-color: #d31dd3
}

.badge-pink {
    background: #ffc2cc;
    color: #fff;
    border-color: #ff4262
}

.badge-magenta {
    background: #f0f;
    color: #fff;
    border-color: purple
}

.badge-crimson {
    background: #dd0e37;
    color: #fff;
    border-color: #650619
}

.badge-red {
    background: red;
    color: #fff;
    border-color: maroon
}

.badge-clown {
    background: #ff6e66;
    color: #fff;
    border-color: #e60b00
}

.badge-orange {
    background: #ffa600;
    color: #fff;
    border-color: #805300
}

.badge-amber {
    background: #ffc929;
    color: #fff;
    border-color: #a87e00
}

.badge-yellow {
    background: #ffe95c;
    color: #fff;
    border-color: #dbbe00
}

.badge-brown {
    background: #c9763b;
    color: #fff;
    border-color: #683c1d
}

.badge-olive {
    background: #a3a300;
    color: #fff;
    border-color: #242400
}

.badge-steel {
    background: #7d92a6;
    color: #fff;
    border-color: #425261
}

.badge-mauve {
    background: #e0adff;
    color: #fff;
    border-color: #af2eff
}

.badge-taupe {
    background: #987f67;
    color: #fff;
    border-color: #4c3f34
}

.badge-champagne {
    background: #f7e6ca;
    color: #fff;
    border-color: #e6b15b
}

.badge-khaki {
    background: #d5c58b;
    color: #fff;
    border-color: #a58e3b
}

.badge-charcoal {
    background: #999;
    color: #fff;
    border-color: #595959
}

.badge-bronze {
    background: #e48f3f;
    color: #fff;
    border-color: #8f5014
}

.badge-windstorm {
    background: #7a9fd6;
    color: #fff;
    border-color: #315da0
}

.badge-nude {
    background: #f7d8bb;
    color: #fff;
    border-color: #ea9648
}

.badge-terracotta {
    background: #e35235;
    color: #fff;
    border-color: #872612
}

.badge-coral {
    background: #ff8457;
    color: #fff;
    border-color: #d63900
}

.badge-army {
    background: #5f6732;
    color: #fff;
    border-color: #101108
}

.badge-seashell {
    background: #fff0e5;
    color: #fff;
    border-color: #ffa666
}

.badge-sand {
    background: #f1e0ac;
    color: #fff;
    border-color: #deb73f
}

:root {
    --chart-height: 160px;
    --bar-height: 160px;
    --bar-width: 32px;
    --bar-value-color: #191919;
    --bar-bottom-color: rgba(194, 157, 11, .2);
    --bar-top-color: rgba(254, 254, 254, .8);
    --bar-left-color: rgba(241, 241, 241, .8);
    --bar-right-color: rgba(216, 216, 216, .8);
    --bar-growing-color: hsl(120, 100%, 35%)
}

.bar3d {
    font-size: 1rem;
    position: relative;
    width: var(--bar-width);
    padding: 1em;
    transform: rotateX(-30deg) rotateY(-135deg);
    transform-style: preserve-3d;
    height: var(--bar-height)
}

    .bar3d .side {
        position: relative;
        bottom: 0;
        width: var(--bar-width);
        height: var(--bar-height);
        background-position: center center;
        overflow: hidden
    }

    .bar3d .left-side {
        transform: rotateY(90deg) translateZ(16px);
        background-color: var(--bar-left-color)
    }

    .bar3d .right-side {
        transform: rotateY(180deg) translateY(-10em) translateZ(1em);
        background-color: var(--bar-right-color)
    }

    .bar3d .top-side {
        width: var(--bar-width);
        height: var(--bar-width);
        transform: rotateX(90deg) translateZ(21em);
        text-align: center;
        background-color: var(--bar-top-color)
    }

    .bar3d .bottom-side {
        width: var(--bar-width);
        height: var(--bar-width);
        background-color: var(--bar-bottom-color);
        transform: rotateX(-90deg) translateY(0) translateZ(-13em) rotate(180deg);
        text-align: center;
        box-shadow: 0 0 .6em #0000004d,.6em -1em 3em #0000004d,1em 1em 10em #fefefecc
    }

    .bar3d .growing-bar {
        display: inline-block;
        width: 100%;
        height: 100%;
        transition: transform linear;
        transition-duration: .3s;
        transform: translateY(100%);
        opacity: .8;
        background-color: var(--bar-growing-color)
    }

        .bar3d .growing-bar:before {
            content: attr(data-value);
            font-family: Open Sans,sans-serif;
            font-size: .6em;
            font-weight: 700;
            display: inline-block;
            box-sizing: content-box;
            padding: .8em;
            text-align: center;
            opacity: 1;
            color: var(--bar-value-color)
        }

:root {
    --box-border-radius: 4px;
    --box-border-color: var(--border-color);
    --box-background: #ffffff;
    --box-color: #191919
}

.dark-side {
    --box-border-color: var(--border-color);
    --box-background: var(--default-background);
    --box-color: var(--default-color)
}

.box {
    padding: 1.5rem;
    background: var(--box-background);
    border: 1px solid var(--box-border-color);
    border-radius: var(--box-border-radius);
    margin: 0;
    font-size: 14px;
    position: relative
}

    .box .box-title, .box .box-title-secondary {
        font-size: 20px;
        line-height: 1.1;
        margin-bottom: .5rem;
        font-weight: 500
    }

    .box .box-title {
        border-bottom: 1px solid var(--box-border-color);
        padding-bottom: .5rem
    }

    .box * + .box-title, .box * + .box-title-secondary {
        margin-top: 2rem
    }

    .box .box-title-secondary {
        font-size: 16px
    }

* + .box {
    margin-top: 1rem
}

:root {
    --breadcrumbs-background: transparent;
    --breadcrumbs-color: #191919;
    --breadcrumbs-background-hover: #ffffff;
    --breadcrumbs-color-hover: #000000;
    --breadcrumbs-divider-color: #c6c6c6
}

.dark-side {
    --breadcrumbs-background: #1e1f22;
    --breadcrumbs-color: #dbdfe7;
    --breadcrumbs-background-hover: #1e1f22;
    --breadcrumbs-color-hover: #ffffff;
    --breadcrumbs-divider-color: #4a4d51
}

.breadcrumbs {
    position: relative;
    list-style: none inside;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    margin: 0
}

    .breadcrumbs li {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        background-color: inherit;
        color: inherit;
        margin: 0 6px
    }

        .breadcrumbs li:after {
            content: attr(data-divider,"/");
            position: absolute;
            left: calc(100% + 3px);
            color: var(--breadcrumbs-divider-color)
        }

    .breadcrumbs a {
        cursor: pointer;
        display: flex;
        align-items: center;
        position: relative;
        padding: 0 .25rem;
        line-height: 1;
        font-size: 14px;
        text-decoration: none;
        color: inherit;
        background-color: transparent
    }

    .breadcrumbs .icon {
        font-size: 16px;
        margin-right: .5rem
    }

    .breadcrumbs .caption {
        font-size: inherit;
        color: inherit
    }

    .breadcrumbs a:hover {
        background-color: var(--breadcrumbs-background-hover);
        color: var(--breadcrumbs-color-hover);
        text-decoration: none
    }

    .breadcrumbs li:last-child a {
        font-weight: 700
    }

    .breadcrumbs li:last-child:after {
        display: none
    }

:root {
    --breadcrumbs-arrow-item-background: #f8f8f8;
    --breadcrumbs-arrow-counter-background: #ffffff;
    --breadcrumbs-arrow-counter-color: #000000;
    --breadcrumbs-arrow-item-background-active: #959595;
    --breadcrumbs-arrow-item-color-active: #ffffff;
    --breadcrumbs-arrow-item-color: #191919;
    --breadcrumbs-arrow-border-color: #c6c6c6;
    --breadcrumbs-arrow-item-shadow: rgba(133, 133, 133, .1)
}

.dark-side {
    --breadcrumbs-arrow-item-background: #2b2d30;
    --breadcrumbs-arrow-counter-background: #ffffff;
    --breadcrumbs-arrow-counter-color: #000000;
    --breadcrumbs-arrow-item-background-active: #959595;
    --breadcrumbs-arrow-item-color-active: #000;
    --breadcrumbs-arrow-item-color: #ffffff;
    --breadcrumbs-arrow-border-color: #4a4d51;
    --breadcrumbs-arrow-item-shadow: rgba(255, 255, 255, .1)
}

.breadcrumbs.arrow {
    overflow: hidden;
    border-radius: var(--border-radius);
    counter-reset: flag;
    border: 1px solid var(--breadcrumbs-arrow-border-color);
    margin: 0
}

    .breadcrumbs.arrow li {
        display: block;
        margin: 0 4px
    }

        .breadcrumbs.arrow li:after {
            display: none
        }

    .breadcrumbs.arrow a {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        line-height: 36px;
        background: var(--breadcrumbs-arrow-item-background);
        color: var(--breadcrumbs-arrow-item-color);
        padding: 0 16px 0 60px;
        position: relative;
        height: 36px;
        text-decoration: none
    }

        .breadcrumbs.arrow a:before {
            content: counter(flag);
            counter-increment: flag;
            border-radius: 50%;
            border: 1px solid var(--breadcrumbs-arrow-border-color);
            width: 26px;
            height: 26px;
            line-height: 26px;
            margin: 8px 0;
            position: absolute;
            top: -3px;
            left: 27px;
            background: var(--breadcrumbs-arrow-counter-background);
            color: var(--breadcrumbs-arrow-counter-color);
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center
        }

        .breadcrumbs.arrow a:after {
            content: "";
            position: absolute;
            top: 0;
            right: -14px;
            width: 36px;
            height: 36px;
            transform: scale(.707) rotate(45deg);
            z-index: 1;
            box-shadow: 1px -1px 0 1px var(--breadcrumbs-arrow-item-shadow);
            border-radius: 0 5px 0 50px;
            background: var(--breadcrumbs-arrow-item-background);
            color: var(--breadcrumbs-arrow-item-color)
        }

    .breadcrumbs.arrow .icon {
        font-size: 16px;
        margin: 0 .5rem
    }

    .breadcrumbs.arrow .caption {
        font-size: inherit;
        z-index: 3
    }

    .breadcrumbs.arrow li:first-child a {
        padding-left: 46px;
        border-radius: 5px 0 0 5px
    }

        .breadcrumbs.arrow li:first-child a:before {
            left: 14px
        }

    .breadcrumbs.arrow li:last-child a {
        border-radius: 0 5px 5px 0;
        padding-right: 20px
    }

        .breadcrumbs.arrow li:last-child a:after {
            display: none
        }

    .breadcrumbs.arrow li:not(:first-child) {
        margin-left: -8px
    }

    .breadcrumbs.arrow li.active a, .breadcrumbs.arrow li:hover a {
        background: var(--breadcrumbs-arrow-item-background-active);
        color: var(--breadcrumbs-arrow-item-color-active)
    }

        .breadcrumbs.arrow li.active a:after, .breadcrumbs.arrow li:hover a:after {
            background: var(--breadcrumbs-arrow-item-background-active);
            box-shadow: 1px -1px 0 1px #fff6
        }

:root {
    --button-group-active-background: #989898;
    --button-group-active-color: #fff
}

.dark-side {
    --button-group-active-background: #4b4b4b;
    --button-group-active-color: #fff
}

.button-group {
    display: inline-flex;
    position: relative
}

    .button-group .active {
        background-color: var(--button-group-active-background);
        color: var(--button-group-active-color)
    }

    .button-group > * {
        margin-right: 2px
    }

        .button-group > *:last-child {
            margin-right: 0
        }

    .button-group + .button-group {
        margin-left: .5rem
    }

:root {
    --input-height: var(--control-height-normal);
    --input-label-font-size: .875rem;
    --input-font-size: 16px;
    --input-background: #ffffff;
    --input-background-disabled: #f7f8fa;
    --input-color-disabled: #c9ccd6;
    --input-border-color: #c9ccd6;
    --input-border-color-hover: #adb0b8;
    --input-color: #161316;
    --input-box-shadow: rgba(201, 204, 214, .42);
    --input-prepend-background: #f8f8f8;
    --input-prepend-color: #191919;
    --input-append-background: #f8f8f8;
    --input-append-color: #191919;
    --input-required-color: #468cff;
    --input-invalid-color: #ad2a14;
    --input-valid-color: #4cad14;
    --input-border-radius: 6px
}

.dark-side {
    --input-background: #2b2d30;
    --input-background-disabled: #2b2d30;
    --input-color-disabled: #333437;
    --input-border-color: #4e5157;
    --input-border-color-hover: #71757e;
    --input-color: #dfe1e5;
    --input-box-shadow: rgba(78, 81, 87, .43);
    --input-prepend-background: #4e5157;
    --input-prepend-color: #bac1cf;
    --input-append-background: #4e5157;
    --input-append-color: #bac1cf
}

input[type=text], input[type=password], input[type=email], input[type=date], input[type=datetime-local], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=week], textarea, select, .metro-input, .file, .input, .textarea, .select, .tag-input, .spinner, .color-picker {
    position: relative;
    border: 1px var(--input-border-color) solid;
    border-radius: var(--input-border-radius);
    color: var(--input-color);
    width: 100%;
    font-size: var(--input-font-size);
    height: var(--input-height);
    line-height: var(--input-height);
    background: var(--input-background) none;
    background-clip: padding-box;
    min-width: 0;
    padding: 0 8px
}

    input[type=text] input, input[type=password] input, input[type=email] input, input[type=date] input, input[type=datetime-local] input, input[type=search] input, input[type=tel] input, input[type=time] input, input[type=url] input, input[type=week] input, textarea input, select input, .metro-input input, .file input, .input input, .textarea input, .select input, .tag-input input, .spinner input, .color-picker input {
        appearance: none;
        display: block;
        outline: none;
        width: 100%;
        min-width: 0;
        height: calc(var(--input-height) - 2px)
    }

        input[type=text] input::-ms-clear, input[type=password] input::-ms-clear, input[type=email] input::-ms-clear, input[type=date] input::-ms-clear, input[type=datetime-local] input::-ms-clear, input[type=search] input::-ms-clear, input[type=tel] input::-ms-clear, input[type=time] input::-ms-clear, input[type=url] input::-ms-clear, input[type=week] input::-ms-clear, textarea input::-ms-clear, select input::-ms-clear, .metro-input input::-ms-clear, .file input::-ms-clear, .input input::-ms-clear, .textarea input::-ms-clear, .select input::-ms-clear, .tag-input input::-ms-clear, .spinner input::-ms-clear, .color-picker input::-ms-clear {
            display: none
        }

        input[type=text] input::-ms-reveal, input[type=password] input::-ms-reveal, input[type=email] input::-ms-reveal, input[type=date] input::-ms-reveal, input[type=datetime-local] input::-ms-reveal, input[type=search] input::-ms-reveal, input[type=tel] input::-ms-reveal, input[type=time] input::-ms-reveal, input[type=url] input::-ms-reveal, input[type=week] input::-ms-reveal, textarea input::-ms-reveal, select input::-ms-reveal, .metro-input input::-ms-reveal, .file input::-ms-reveal, .input input::-ms-reveal, .textarea input::-ms-reveal, .select input::-ms-reveal, .tag-input input::-ms-reveal, .spinner input::-ms-reveal, .color-picker input::-ms-reveal {
            display: none
        }

        input[type=text] input::-webkit-clear-button, input[type=password] input::-webkit-clear-button, input[type=email] input::-webkit-clear-button, input[type=date] input::-webkit-clear-button, input[type=datetime-local] input::-webkit-clear-button, input[type=search] input::-webkit-clear-button, input[type=tel] input::-webkit-clear-button, input[type=time] input::-webkit-clear-button, input[type=url] input::-webkit-clear-button, input[type=week] input::-webkit-clear-button, textarea input::-webkit-clear-button, select input::-webkit-clear-button, .metro-input input::-webkit-clear-button, .file input::-webkit-clear-button, .input input::-webkit-clear-button, .textarea input::-webkit-clear-button, .select input::-webkit-clear-button, .tag-input input::-webkit-clear-button, .spinner input::-webkit-clear-button, .color-picker input::-webkit-clear-button {
            display: none
        }

        input[type=text] input::-webkit-inner-spin-button, input[type=password] input::-webkit-inner-spin-button, input[type=email] input::-webkit-inner-spin-button, input[type=date] input::-webkit-inner-spin-button, input[type=datetime-local] input::-webkit-inner-spin-button, input[type=search] input::-webkit-inner-spin-button, input[type=tel] input::-webkit-inner-spin-button, input[type=time] input::-webkit-inner-spin-button, input[type=url] input::-webkit-inner-spin-button, input[type=week] input::-webkit-inner-spin-button, textarea input::-webkit-inner-spin-button, select input::-webkit-inner-spin-button, .metro-input input::-webkit-inner-spin-button, .file input::-webkit-inner-spin-button, .input input::-webkit-inner-spin-button, .textarea input::-webkit-inner-spin-button, .select input::-webkit-inner-spin-button, .tag-input input::-webkit-inner-spin-button, .spinner input::-webkit-inner-spin-button, .color-picker input::-webkit-inner-spin-button {
            height: 100%
        }

    input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus, select:focus, .metro-input:focus, .file:focus, .input:focus, .textarea:focus, .select:focus, .tag-input:focus, .spinner:focus, .color-picker:focus {
        outline: none
    }

@media(hover:hover) {
    input[type=text]:hover, input[type=password]:hover, input[type=email]:hover, input[type=date]:hover, input[type=datetime-local]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=time]:hover, input[type=url]:hover, input[type=week]:hover, textarea:hover, select:hover, .metro-input:hover, .file:hover, .input:hover, .textarea:hover, .select:hover, .tag-input:hover, .spinner:hover, .color-picker:hover {
        border-color: var(--input-border-color-hover)
    }
}

@media(hover:none) {
    input[type=text]:active, input[type=password]:active, input[type=email]:active, input[type=date]:active, input[type=datetime-local]:active, input[type=search]:active, input[type=tel]:active, input[type=time]:active, input[type=url]:active, input[type=week]:active, textarea:active, select:active, .metro-input:active, .file:active, .input:active, .textarea:active, .select:active, .tag-input:active, .spinner:active, .color-picker:active {
        border-color: var(--input-border-color-hover)
    }
}

input[type=text] .input-clear-button, input[type=password] .input-clear-button, input[type=email] .input-clear-button, input[type=date] .input-clear-button, input[type=datetime-local] .input-clear-button, input[type=search] .input-clear-button, input[type=tel] .input-clear-button, input[type=time] .input-clear-button, input[type=url] .input-clear-button, input[type=week] .input-clear-button, textarea .input-clear-button, select .input-clear-button, .metro-input .input-clear-button, .file .input-clear-button, .input .input-clear-button, .textarea .input-clear-button, .select .input-clear-button, .tag-input .input-clear-button, .spinner .input-clear-button, .color-picker .input-clear-button, input[type=text] .input-reveal-button, input[type=password] .input-reveal-button, input[type=email] .input-reveal-button, input[type=date] .input-reveal-button, input[type=datetime-local] .input-reveal-button, input[type=search] .input-reveal-button, input[type=tel] .input-reveal-button, input[type=time] .input-reveal-button, input[type=url] .input-reveal-button, input[type=week] .input-reveal-button, textarea .input-reveal-button, select .input-reveal-button, .metro-input .input-reveal-button, .file .input-reveal-button, .input .input-reveal-button, .textarea .input-reveal-button, .select .input-reveal-button, .tag-input .input-reveal-button, .spinner .input-reveal-button, .color-picker .input-reveal-button {
    transform: scale(0);
    opacity: 0
}

    input[type=text] .input-clear-button:active, input[type=password] .input-clear-button:active, input[type=email] .input-clear-button:active, input[type=date] .input-clear-button:active, input[type=datetime-local] .input-clear-button:active, input[type=search] .input-clear-button:active, input[type=tel] .input-clear-button:active, input[type=time] .input-clear-button:active, input[type=url] .input-clear-button:active, input[type=week] .input-clear-button:active, textarea .input-clear-button:active, select .input-clear-button:active, .metro-input .input-clear-button:active, .file .input-clear-button:active, .input .input-clear-button:active, .textarea .input-clear-button:active, .select .input-clear-button:active, .tag-input .input-clear-button:active, .spinner .input-clear-button:active, .color-picker .input-clear-button:active, input[type=text] .input-reveal-button:active, input[type=password] .input-reveal-button:active, input[type=email] .input-reveal-button:active, input[type=date] .input-reveal-button:active, input[type=datetime-local] .input-reveal-button:active, input[type=search] .input-reveal-button:active, input[type=tel] .input-reveal-button:active, input[type=time] .input-reveal-button:active, input[type=url] .input-reveal-button:active, input[type=week] .input-reveal-button:active, textarea .input-reveal-button:active, select .input-reveal-button:active, .metro-input .input-reveal-button:active, .file .input-reveal-button:active, .input .input-reveal-button:active, .textarea .input-reveal-button:active, .select .input-reveal-button:active, .tag-input .input-reveal-button:active, .spinner .input-reveal-button:active, .color-picker .input-reveal-button:active, input[type=text] .input-clear-button:focus, input[type=password] .input-clear-button:focus, input[type=email] .input-clear-button:focus, input[type=date] .input-clear-button:focus, input[type=datetime-local] .input-clear-button:focus, input[type=search] .input-clear-button:focus, input[type=tel] .input-clear-button:focus, input[type=time] .input-clear-button:focus, input[type=url] .input-clear-button:focus, input[type=week] .input-clear-button:focus, textarea .input-clear-button:focus, select .input-clear-button:focus, .metro-input .input-clear-button:focus, .file .input-clear-button:focus, .input .input-clear-button:focus, .textarea .input-clear-button:focus, .select .input-clear-button:focus, .tag-input .input-clear-button:focus, .spinner .input-clear-button:focus, .color-picker .input-clear-button:focus, input[type=text] .input-reveal-button:focus, input[type=password] .input-reveal-button:focus, input[type=email] .input-reveal-button:focus, input[type=date] .input-reveal-button:focus, input[type=datetime-local] .input-reveal-button:focus, input[type=search] .input-reveal-button:focus, input[type=tel] .input-reveal-button:focus, input[type=time] .input-reveal-button:focus, input[type=url] .input-reveal-button:focus, input[type=week] .input-reveal-button:focus, textarea .input-reveal-button:focus, select .input-reveal-button:focus, .metro-input .input-reveal-button:focus, .file .input-reveal-button:focus, .input .input-reveal-button:focus, .textarea .input-reveal-button:focus, .select .input-reveal-button:focus, .tag-input .input-reveal-button:focus, .spinner .input-reveal-button:focus, .color-picker .input-reveal-button:focus, input[type=text] .input-clear-button:hover, input[type=password] .input-clear-button:hover, input[type=email] .input-clear-button:hover, input[type=date] .input-clear-button:hover, input[type=datetime-local] .input-clear-button:hover, input[type=search] .input-clear-button:hover, input[type=tel] .input-clear-button:hover, input[type=time] .input-clear-button:hover, input[type=url] .input-clear-button:hover, input[type=week] .input-clear-button:hover, textarea .input-clear-button:hover, select .input-clear-button:hover, .metro-input .input-clear-button:hover, .file .input-clear-button:hover, .input .input-clear-button:hover, .textarea .input-clear-button:hover, .select .input-clear-button:hover, .tag-input .input-clear-button:hover, .spinner .input-clear-button:hover, .color-picker .input-clear-button:hover, input[type=text] .input-reveal-button:hover, input[type=password] .input-reveal-button:hover, input[type=email] .input-reveal-button:hover, input[type=date] .input-reveal-button:hover, input[type=datetime-local] .input-reveal-button:hover, input[type=search] .input-reveal-button:hover, input[type=tel] .input-reveal-button:hover, input[type=time] .input-reveal-button:hover, input[type=url] .input-reveal-button:hover, input[type=week] .input-reveal-button:hover, textarea .input-reveal-button:hover, select .input-reveal-button:hover, .metro-input .input-reveal-button:hover, .file .input-reveal-button:hover, .input .input-reveal-button:hover, .textarea .input-reveal-button:hover, .select .input-reveal-button:hover, .tag-input .input-reveal-button:hover, .spinner .input-reveal-button:hover, .color-picker .input-reveal-button:hover {
        opacity: 1;
        transform: scale(1)
    }

input[type=text]:focus .input-clear-button, input[type=password]:focus .input-clear-button, input[type=email]:focus .input-clear-button, input[type=date]:focus .input-clear-button, input[type=datetime-local]:focus .input-clear-button, input[type=search]:focus .input-clear-button, input[type=tel]:focus .input-clear-button, input[type=time]:focus .input-clear-button, input[type=url]:focus .input-clear-button, input[type=week]:focus .input-clear-button, textarea:focus .input-clear-button, select:focus .input-clear-button, .metro-input:focus .input-clear-button, .file:focus .input-clear-button, .input:focus .input-clear-button, .textarea:focus .input-clear-button, .select:focus .input-clear-button, .tag-input:focus .input-clear-button, .spinner:focus .input-clear-button, .color-picker:focus .input-clear-button, input[type=text].focused .input-clear-button, input[type=password].focused .input-clear-button, input[type=email].focused .input-clear-button, input[type=date].focused .input-clear-button, input[type=datetime-local].focused .input-clear-button, input[type=search].focused .input-clear-button, input[type=tel].focused .input-clear-button, input[type=time].focused .input-clear-button, input[type=url].focused .input-clear-button, input[type=week].focused .input-clear-button, textarea.focused .input-clear-button, select.focused .input-clear-button, .metro-input.focused .input-clear-button, .file.focused .input-clear-button, .input.focused .input-clear-button, .textarea.focused .input-clear-button, .select.focused .input-clear-button, .tag-input.focused .input-clear-button, .spinner.focused .input-clear-button, .color-picker.focused .input-clear-button, input[type=text]:hover .input-clear-button, input[type=password]:hover .input-clear-button, input[type=email]:hover .input-clear-button, input[type=date]:hover .input-clear-button, input[type=datetime-local]:hover .input-clear-button, input[type=search]:hover .input-clear-button, input[type=tel]:hover .input-clear-button, input[type=time]:hover .input-clear-button, input[type=url]:hover .input-clear-button, input[type=week]:hover .input-clear-button, textarea:hover .input-clear-button, select:hover .input-clear-button, .metro-input:hover .input-clear-button, .file:hover .input-clear-button, .input:hover .input-clear-button, .textarea:hover .input-clear-button, .select:hover .input-clear-button, .tag-input:hover .input-clear-button, .spinner:hover .input-clear-button, .color-picker:hover .input-clear-button, input[type=text]:focus .input-reveal-button, input[type=password]:focus .input-reveal-button, input[type=email]:focus .input-reveal-button, input[type=date]:focus .input-reveal-button, input[type=datetime-local]:focus .input-reveal-button, input[type=search]:focus .input-reveal-button, input[type=tel]:focus .input-reveal-button, input[type=time]:focus .input-reveal-button, input[type=url]:focus .input-reveal-button, input[type=week]:focus .input-reveal-button, textarea:focus .input-reveal-button, select:focus .input-reveal-button, .metro-input:focus .input-reveal-button, .file:focus .input-reveal-button, .input:focus .input-reveal-button, .textarea:focus .input-reveal-button, .select:focus .input-reveal-button, .tag-input:focus .input-reveal-button, .spinner:focus .input-reveal-button, .color-picker:focus .input-reveal-button, input[type=text].focused .input-reveal-button, input[type=password].focused .input-reveal-button, input[type=email].focused .input-reveal-button, input[type=date].focused .input-reveal-button, input[type=datetime-local].focused .input-reveal-button, input[type=search].focused .input-reveal-button, input[type=tel].focused .input-reveal-button, input[type=time].focused .input-reveal-button, input[type=url].focused .input-reveal-button, input[type=week].focused .input-reveal-button, textarea.focused .input-reveal-button, select.focused .input-reveal-button, .metro-input.focused .input-reveal-button, .file.focused .input-reveal-button, .input.focused .input-reveal-button, .textarea.focused .input-reveal-button, .select.focused .input-reveal-button, .tag-input.focused .input-reveal-button, .spinner.focused .input-reveal-button, .color-picker.focused .input-reveal-button, input[type=text]:hover .input-reveal-button, input[type=password]:hover .input-reveal-button, input[type=email]:hover .input-reveal-button, input[type=date]:hover .input-reveal-button, input[type=datetime-local]:hover .input-reveal-button, input[type=search]:hover .input-reveal-button, input[type=tel]:hover .input-reveal-button, input[type=time]:hover .input-reveal-button, input[type=url]:hover .input-reveal-button, input[type=week]:hover .input-reveal-button, textarea:hover .input-reveal-button, select:hover .input-reveal-button, .metro-input:hover .input-reveal-button, .file:hover .input-reveal-button, .input:hover .input-reveal-button, .textarea:hover .input-reveal-button, .select:hover .input-reveal-button, .tag-input:hover .input-reveal-button, .spinner:hover .input-reveal-button, .color-picker:hover .input-reveal-button {
    opacity: 1;
    transform: scale(1);
    visibility: visible
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus, select:focus, .metro-input:focus, .file:focus, .input:focus, .textarea:focus, .select:focus, .tag-input:focus, .spinner:focus, .color-picker:focus, input[type=text].focused, input[type=password].focused, input[type=email].focused, input[type=date].focused, input[type=datetime-local].focused, input[type=search].focused, input[type=tel].focused, input[type=time].focused, input[type=url].focused, input[type=week].focused, textarea.focused, select.focused, .metro-input.focused, .file.focused, .input.focused, .textarea.focused, .select.focused, .tag-input.focused, .spinner.focused, .color-picker.focused {
    box-shadow: 0 0 0 3px var(--input-box-shadow)
}

input[type=text]:disabled, input[type=password]:disabled, input[type=email]:disabled, input[type=date]:disabled, input[type=datetime-local]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=week]:disabled, textarea:disabled, select:disabled, .metro-input:disabled, .file:disabled, .input:disabled, .textarea:disabled, .select:disabled, .tag-input:disabled, .spinner:disabled, .color-picker:disabled, input[type=text].disabled, input[type=password].disabled, input[type=email].disabled, input[type=date].disabled, input[type=datetime-local].disabled, input[type=search].disabled, input[type=tel].disabled, input[type=time].disabled, input[type=url].disabled, input[type=week].disabled, textarea.disabled, select.disabled, .metro-input.disabled, .file.disabled, .input.disabled, .textarea.disabled, .select.disabled, .tag-input.disabled, .spinner.disabled, .color-picker.disabled {
    pointer-events: none;
    border-color: var(--input-border-color);
    background-color: var(--input-background-disabled);
    color: var(--input-color-disabled)
}

input[type=text].hide-cursor input, input[type=password].hide-cursor input, input[type=email].hide-cursor input, input[type=date].hide-cursor input, input[type=datetime-local].hide-cursor input, input[type=search].hide-cursor input, input[type=tel].hide-cursor input, input[type=time].hide-cursor input, input[type=url].hide-cursor input, input[type=week].hide-cursor input, textarea.hide-cursor input, select.hide-cursor input, .metro-input.hide-cursor input, .file.hide-cursor input, .input.hide-cursor input, .textarea.hide-cursor input, .select.hide-cursor input, .tag-input.hide-cursor input, .spinner.hide-cursor input, .color-picker.hide-cursor input {
    color: transparent;
    text-shadow: 0 0 0 var(--input-background)
}

input[type=text].required, input[type=password].required, input[type=email].required, input[type=date].required, input[type=datetime-local].required, input[type=search].required, input[type=tel].required, input[type=time].required, input[type=url].required, input[type=week].required, textarea.required, select.required, .metro-input.required, .file.required, .input.required, .textarea.required, .select.required, .tag-input.required, .spinner.required, .color-picker.required {
    border: 1px var(--input-required-color) dashed !important
}

    input[type=text].required:focus, input[type=password].required:focus, input[type=email].required:focus, input[type=date].required:focus, input[type=datetime-local].required:focus, input[type=search].required:focus, input[type=tel].required:focus, input[type=time].required:focus, input[type=url].required:focus, input[type=week].required:focus, textarea.required:focus, select.required:focus, .metro-input.required:focus, .file.required:focus, .input.required:focus, .textarea.required:focus, .select.required:focus, .tag-input.required:focus, .spinner.required:focus, .color-picker.required:focus, input[type=text].required.focused, input[type=password].required.focused, input[type=email].required.focused, input[type=date].required.focused, input[type=datetime-local].required.focused, input[type=search].required.focused, input[type=tel].required.focused, input[type=time].required.focused, input[type=url].required.focused, input[type=week].required.focused, textarea.required.focused, select.required.focused, .metro-input.required.focused, .file.required.focused, .input.required.focused, .textarea.required.focused, .select.required.focused, .tag-input.required.focused, .spinner.required.focused, .color-picker.required.focused {
        box-shadow: 0 0 0 3px var(--input-required-color) !important
    }

input[type=text].invalid, input[type=password].invalid, input[type=email].invalid, input[type=date].invalid, input[type=datetime-local].invalid, input[type=search].invalid, input[type=tel].invalid, input[type=time].invalid, input[type=url].invalid, input[type=week].invalid, textarea.invalid, select.invalid, .metro-input.invalid, .file.invalid, .input.invalid, .textarea.invalid, .select.invalid, .tag-input.invalid, .spinner.invalid, .color-picker.invalid {
    border: 1px var(--input-invalid-color) solid !important
}

    input[type=text].invalid:focus, input[type=password].invalid:focus, input[type=email].invalid:focus, input[type=date].invalid:focus, input[type=datetime-local].invalid:focus, input[type=search].invalid:focus, input[type=tel].invalid:focus, input[type=time].invalid:focus, input[type=url].invalid:focus, input[type=week].invalid:focus, textarea.invalid:focus, select.invalid:focus, .metro-input.invalid:focus, .file.invalid:focus, .input.invalid:focus, .textarea.invalid:focus, .select.invalid:focus, .tag-input.invalid:focus, .spinner.invalid:focus, .color-picker.invalid:focus, input[type=text].invalid.focused, input[type=password].invalid.focused, input[type=email].invalid.focused, input[type=date].invalid.focused, input[type=datetime-local].invalid.focused, input[type=search].invalid.focused, input[type=tel].invalid.focused, input[type=time].invalid.focused, input[type=url].invalid.focused, input[type=week].invalid.focused, textarea.invalid.focused, select.invalid.focused, .metro-input.invalid.focused, .file.invalid.focused, .input.invalid.focused, .textarea.invalid.focused, .select.invalid.focused, .tag-input.invalid.focused, .spinner.invalid.focused, .color-picker.invalid.focused {
        box-shadow: 0 0 0 3px var(--input-invalid-color) !important
    }

    input[type=text].invalid:after, input[type=password].invalid:after, input[type=email].invalid:after, input[type=date].invalid:after, input[type=datetime-local].invalid:after, input[type=search].invalid:after, input[type=tel].invalid:after, input[type=time].invalid:after, input[type=url].invalid:after, input[type=week].invalid:after, textarea.invalid:after, select.invalid:after, .metro-input.invalid:after, .file.invalid:after, .input.invalid:after, .textarea.invalid:after, .select.invalid:after, .tag-input.invalid:after, .spinner.invalid:after, .color-picker.invalid:after {
        position: absolute;
        content: attr(data-exclaim);
        color: var(--input-invalid-color);
        left: -16px;
        top: 0;
        font-size: 1.625rem;
        font-weight: 700
    }

input[type=text].valid, input[type=password].valid, input[type=email].valid, input[type=date].valid, input[type=datetime-local].valid, input[type=search].valid, input[type=tel].valid, input[type=time].valid, input[type=url].valid, input[type=week].valid, textarea.valid, select.valid, .metro-input.valid, .file.valid, .input.valid, .textarea.valid, .select.valid, .tag-input.valid, .spinner.valid, .color-picker.valid {
    border: 1px var(--input-valid-color) solid !important
}

    input[type=text].valid:focus, input[type=password].valid:focus, input[type=email].valid:focus, input[type=date].valid:focus, input[type=datetime-local].valid:focus, input[type=search].valid:focus, input[type=tel].valid:focus, input[type=time].valid:focus, input[type=url].valid:focus, input[type=week].valid:focus, textarea.valid:focus, select.valid:focus, .metro-input.valid:focus, .file.valid:focus, .input.valid:focus, .textarea.valid:focus, .select.valid:focus, .tag-input.valid:focus, .spinner.valid:focus, .color-picker.valid:focus, input[type=text].valid.focused, input[type=password].valid.focused, input[type=email].valid.focused, input[type=date].valid.focused, input[type=datetime-local].valid.focused, input[type=search].valid.focused, input[type=tel].valid.focused, input[type=time].valid.focused, input[type=url].valid.focused, input[type=week].valid.focused, textarea.valid.focused, select.valid.focused, .metro-input.valid.focused, .file.valid.focused, .input.valid.focused, .textarea.valid.focused, .select.valid.focused, .tag-input.valid.focused, .spinner.valid.focused, .color-picker.valid.focused {
        box-shadow: 0 0 0 3px var(--input-valid-color) !important
    }

input[type=text].small, input[type=password].small, input[type=email].small, input[type=date].small, input[type=datetime-local].small, input[type=search].small, input[type=tel].small, input[type=time].small, input[type=url].small, input[type=week].small, textarea.small, select.small, .metro-input.small, .file.small, .input.small, .textarea.small, .select.small, .tag-input.small, .spinner.small, .color-picker.small {
    --input-height: var(--control-height-small);
    --input-font-size: 12px
}

input[type=text].medium, input[type=password].medium, input[type=email].medium, input[type=date].medium, input[type=datetime-local].medium, input[type=search].medium, input[type=tel].medium, input[type=time].medium, input[type=url].medium, input[type=week].medium, textarea.medium, select.medium, .metro-input.medium, .file.medium, .input.medium, .textarea.medium, .select.medium, .tag-input.medium, .spinner.medium, .color-picker.medium {
    --input-height: var(--control-height-medium);
    --input-font-size: 14px
}

input[type=text].large, input[type=password].large, input[type=email].large, input[type=date].large, input[type=datetime-local].large, input[type=search].large, input[type=tel].large, input[type=time].large, input[type=url].large, input[type=week].large, textarea.large, select.large, .metro-input.large, .file.large, .input.large, .textarea.large, .select.large, .tag-input.large, .spinner.large, .color-picker.large {
    --input-height: var(--control-height-large);
    --input-font-size: 16px
}

input[type=text].largest, input[type=password].largest, input[type=email].largest, input[type=date].largest, input[type=datetime-local].largest, input[type=search].largest, input[type=tel].largest, input[type=time].largest, input[type=url].largest, input[type=week].largest, textarea.largest, select.largest, .metro-input.largest, .file.largest, .input.largest, .textarea.largest, .select.largest, .tag-input.largest, .spinner.largest, .color-picker.largest {
    --input-height: var(--control-height-largest);
    --input-font-size: 20px
}

textarea {
    padding: 8px;
    font-size: var(--input-font-size)
}

    textarea.metro-input {
        height: auto
    }

input[type=button], input[type=submit], input[type=reset] {
    width: auto
}

.file .prepend, .input .prepend, .select .prepend, .textarea .prepend, .tag-input .prepend, .spinner .prepend, .color-picker .prepend, .file .append, .input .append, .select .append, .textarea .append, .tag-input .append, .spinner .append, .color-picker .append {
    padding: 0 calc(var(--input-height) / 2);
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center
}

.file .prepend, .input .prepend, .select .prepend, .textarea .prepend, .tag-input .prepend, .spinner .prepend, .color-picker .prepend {
    background-color: var(--input-prepend-background);
    color: var(--input-prepend-color)
}

.file .append, .input .append, .select .append, .textarea .append, .tag-input .append, .spinner .append, .color-picker .append {
    background-color: var(--input-append-background);
    color: var(--input-append-color)
}

.hidden-input {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.file:disabled input, .input:disabled input, .textarea:disabled input, .select:disabled input, .tag-input:disabled input, .spinner:disabled input, .rating:disabled input, .color-picker:disabled input, .file.disabled input, .input.disabled input, .textarea.disabled input, .select.disabled input, .tag-input.disabled input, .spinner.disabled input, .rating.disabled input, .color-picker.disabled input, .file:disabled textarea, .input:disabled textarea, .textarea:disabled textarea, .select:disabled textarea, .tag-input:disabled textarea, .spinner:disabled textarea, .rating:disabled textarea, .color-picker:disabled textarea, .file.disabled textarea, .input.disabled textarea, .textarea.disabled textarea, .select.disabled textarea, .tag-input.disabled textarea, .spinner.disabled textarea, .rating.disabled textarea, .color-picker.disabled textarea, .file:disabled select, .input:disabled select, .textarea:disabled select, .select:disabled select, .tag-input:disabled select, .spinner:disabled select, .rating:disabled select, .color-picker:disabled select, .file.disabled select, .input.disabled select, .textarea.disabled select, .select.disabled select, .tag-input.disabled select, .spinner.disabled select, .rating.disabled select, .color-picker.disabled select, .file:disabled .select-input, .input:disabled .select-input, .textarea:disabled .select-input, .select:disabled .select-input, .tag-input:disabled .select-input, .spinner:disabled .select-input, .rating:disabled .select-input, .color-picker:disabled .select-input, .file.disabled .select-input, .input.disabled .select-input, .textarea.disabled .select-input, .select.disabled .select-input, .tag-input.disabled .select-input, .spinner.disabled .select-input, .rating.disabled .select-input, .color-picker.disabled .select-input, .file:disabled .caption, .input:disabled .caption, .textarea:disabled .caption, .select:disabled .caption, .tag-input:disabled .caption, .spinner:disabled .caption, .rating:disabled .caption, .color-picker:disabled .caption, .file.disabled .caption, .input.disabled .caption, .textarea.disabled .caption, .select.disabled .caption, .tag-input.disabled .caption, .spinner.disabled .caption, .rating.disabled .caption, .color-picker.disabled .caption, .file:disabled .stars li, .input:disabled .stars li, .textarea:disabled .stars li, .select:disabled .stars li, .tag-input:disabled .stars li, .spinner:disabled .stars li, .rating:disabled .stars li, .color-picker:disabled .stars li, .file.disabled .stars li, .input.disabled .stars li, .textarea.disabled .stars li, .select.disabled .stars li, .tag-input.disabled .stars li, .spinner.disabled .stars li, .rating.disabled .stars li, .color-picker.disabled .stars li {
    background: transparent;
    color: var(--input-color-disabled)
}

.file:disabled .button-group, .input:disabled .button-group, .textarea:disabled .button-group, .select:disabled .button-group, .tag-input:disabled .button-group, .spinner:disabled .button-group, .rating:disabled .button-group, .color-picker:disabled .button-group, .file.disabled .button-group, .input.disabled .button-group, .textarea.disabled .button-group, .select.disabled .button-group, .tag-input.disabled .button-group, .spinner.disabled .button-group, .rating.disabled .button-group, .color-picker.disabled .button-group {
    display: none
}

:is(.file,.input,.tag-input,.spinner,.rating,.color-picker):has(input:disabled) {
    pointer-events: none !important
}

    :is(.file,.input,.tag-input,.spinner,.rating,.color-picker):has(input:disabled) .button-group {
        display: none
    }

:is(.select):has(select:disabled) {
    pointer-events: none !important
}

    :is(.select):has(select:disabled) .button-group {
        display: none
    }

    :is(.select):has(select:disabled) .dropdown-caret {
        fill: var(--input-color-disabled)
    }

:is(.textarea):has(textarea:disabled) {
    pointer-events: none !important
}

    :is(.textarea):has(textarea:disabled) button, :is(.textarea):has(textarea:disabled) .button, :is(.textarea):has(textarea:disabled) .button-group {
        display: none
    }

.invalid_feedback {
    font-size: .9em;
    color: var(--input-invalid-color)
}

.custom-validation input[required]:valid, .custom-validation select[required]:valid, .custom-validation textarea[required]:valid {
    border-color: var(--input-valid-color)
}

    .custom-validation input[required]:valid + .invalid_feedback, .custom-validation select[required]:valid + .invalid_feedback, .custom-validation textarea[required]:valid + .invalid_feedback {
        display: none
    }

.custom-validation input[required]:invalid, .custom-validation select[required]:invalid, .custom-validation textarea[required]:invalid {
    border-color: var(--input-invalid-color)
}

    .custom-validation input[required]:invalid + .invalid_feedback, .custom-validation select[required]:invalid + .invalid_feedback, .custom-validation textarea[required]:invalid + .invalid_feedback {
        display: block
    }

.invalid_feedback {
    display: none
}

.invalid + .invalid_feedback, .invalid > .invalid_feedback {
    display: block !important
}

::-webkit-search-cancel-button {
    -webkit-appearance: none
}

::-webkit-search-results-button {
    -webkit-appearance: none
}

input[type=search] {
    -webkit-appearance: none
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px var(--input-background) inset;
    background-color: var(--input-background) !important;
    transition: background-color 5000s ease-in-out 0s
}

::-webkit-input-placeholder {
    font-size: 14px
}

::-moz-placeholder {
    font-size: 14px
}

:-moz-placeholder {
    font-size: 14px
}

:-ms-input-placeholder {
    font-size: 14px
}

input.rtl, input[dir=rtl] {
    direction: rtl
}

.label-for-input {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: var(--input-label-font-size, 14px)
}

    .label-for-input.rtl {
        text-align: right
    }

input::placeholder {
    text-overflow: ellipsis;
    font-size: var(--input-font-size)
}

:root {
    --spinner-border-radius: 4px
}

.spinner {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 4px;
    cursor: text;
    position: relative;
    height: var(--input-height, 36px);
    border-radius: var(--spinner-border-radius)
}

    .spinner input {
        border: none !important;
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        line-height: var(--input-height, 36px);
        font-size: var(--input-font-size);
        padding: 0 4px !important;
        text-align: center
    }

        .spinner input:focus {
            box-shadow: none !important
        }

    .spinner .button {
        height: calc(100% - 4px);
        aspect-ratio: 1;
        text-align: center;
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
        padding: 0;
        user-select: none
    }

    .spinner .spinner-button-plus {
        order: 3
    }

    .spinner .spinner-button-minus {
        order: 1
    }

    .spinner input {
        order: 2
    }

    .spinner.buttons-left .spinner-button-plus {
        order: 2;
        margin-left: 2px
    }

    .spinner.buttons-left .spinner-button-minus {
        order: 1
    }

    .spinner.buttons-left input {
        order: 3;
        text-align: right
    }

    .spinner.buttons-right .spinner-button-plus {
        order: 3;
        margin-left: 2px
    }

    .spinner.buttons-right .spinner-button-minus {
        order: 2
    }

    .spinner.buttons-right input {
        order: 1;
        text-align: left
    }

    .spinner.pill-input {
        --spinner-border-radius: calc(var(--input-height) * .44)
    }

        .spinner.pill-input .button {
            border-radius: 50%
        }

:root {
    --today-selection: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfoBhcNJQCUZup9AAAABmJLR0QA/wD/AP+gvaeTAAAaaklEQVR42u1dCXxcVbk/SZuuaZp0ydxZcu+dPfvSZumSJt3bdKe0tBRaCi1QpAVaKUUQBYGHIG6oqA8RRHB77voegvhQUVFAVFxwA5FSla1UCt2Se4//7ztn0nQyTWbSNt3m/n7nN5mZ3DPnfv/zreec7xMie2Wvni65YI1or2sWB2YsEG6sVrglceH6IsL1BoX02EIWm6qNDgg5yi/kmIBq9PdotLH6e48lpGGr+3xh4QbQ7FLhxOtE+6IVon3SDCFnnZkleDcAprUJGYgKt6JeyJIYiBhURB0+mog30A3ECl1/xHZ9oXHSG5wJAi9DO981ghvxutUxglc7hn01vrvKNezLcP961xtahbYQbSrf5w9HAIjhmvH8jsqmXFlQrEAzQgKfiQONraKjbLyQF198eoLgTJknZG6ecINlQtIMHlsi9m67lYAZJb3hcSDquZjdt4AjvoaZ/iTaC2g70faidaDJXpqLdgDtbX3fDrQ/ov0UfX4Jfb8Pv3sWfqvCLYnly/zRiqNKMDGmLRaytP40AGHBSiH9cSHDNQAhBDHjByDlg6QvFAcAa0Cku0CUpzUBnTSIfqSNgH0Z7Uf47ZsB0HRMiCJZMJa51A1VQNRFRPvspacWEB0N04QcXAQZHoWYsIRbPzsHMj0MIlwIYnwD7aV+AqC39hbazzGuazFhKp2yhlzmGhuTyAtdNHXWyQ2EW9EoJOkIKFRSutAFwzHzZkFk/Dce9G9arMgTtP0D4/wMuGaKGyrLU8CUsa6T6y85yZR09WRwRD6ACCmrxxceBSDOwUM9pGfhkRKLuGkP2mto29H+gvYs2h+0nnhOEbRT5xwJ8G+g3QdgJro1k3LJanMWnStkpPrEB2J/8xylGP2KI/BahPfnK0VqtfeRIETMV1mxG/b9aO8GcVZBpEwD4NWwvkLSH/E7gajH8UWKnZKo4frDAXwexf+wVab103sw4+9DPz/TCv5AhuOgMXwY/YVloUdNNo8pnNZ5J6h4CpYLp3wcDxK6YjAIsJSVZd+AoHv+jD7uBTHPx8PXQFQUuk2zc2WhoX0Mm60zEB7AR0UHrCMAIhyYzQAEfktYmc80QciExn3tU+fnwKwuAMfGcO8i9H8j+nlYc1O6XPQs7jtfBiJD6FlJJLuxqhMICPIhaGA0Y/LHkCNWjUHfr0VKpkC8AgJ9GX2sRH8lbmNrLpnDbBaTn1LWIH4rJWblnMyMikkzxd6vPiScCvgZ8Dl4rATqCIzXKhuK92UAbx1++38whn+mMc79LMYMO0LOqWvF2X86/mBUQWkPHant98hQvG7QyjpTIOie2+CkjXNDVXkMAhEtXqs87QwB6O1qv2i1kHWThLsMr1a5ApyMjgh+G9YVW1ke69dpWH6/AYjzmEswXjilYvfWW46T4oZD59KMGxugBzIxuHv6IJchy+H8eYNxtsYghlyyZIg4M87ot2dpn7pAyCIDYrdCibkRY0n/GQCGJthTvYgzMiwugw4bRKaxNCzhNLf1M2eARZlNSZ4bdpNWlJkAsUexfLCOgcDMkqXVABl9bnrn8bUQS+uEO2ep4tBRPrIQPZgoV2rL7XDPsw/tVhkI57P4hsMrJ87oJ2+bHDti8bwCmtHzexloqvYM7lsBQAexqAtXsvzdu/aiE8tIqaxXPhRFFIazbizDeD/bg26EeDPvhMQo4OeitvW6YzxIE4qVWLqEo6lnpakAE43E2efYbCRFSJFXsHf73CUntnMbrhAO6UoQGOKUJhH5U3/qYg2S/tvdaaIXAxQ/cYrFhsOxG1ikggGRQwrph5ajvZIBGCRnN4Olh/JAWTRUiZPlchat4qgwe+lFPtIzFXiOb3V5tu+i/bULp3wIUmQI6RPSK0cfjPrJwqlpVDLVY7Vpuz1dMDBQe5EKoQSVuTlviTgZLxmpgrExTz2DL1jElqEygd/QRs2TnZxTbL5bWrEB9MxuSeQoDmL95cq/IEXlMcej/TkDMH6FWTKRgYTjJo/mwI6XCJsBv2u0j60p+DQU49qItovFls/+ZBcD5y3Q6nw5fCxEXUzIyqMUzmergZphefH6wxRE/zcUXndzt9h8HK9VHMuKV7GZfKpcuy/bxqKILTGmkbUS7V8MSrH1MdDpaUUHkyTJVJ7MA4cJefHlRwhGtFKJmZIIZoL5ie5gmM/pYJ6TBMbP3GKzlHyUHY5kxXgqXm4gwuJIDhtDoCzUAOzE6x14fV7T6BeYzKaa2NYRgHHLxxX6Sm+c3d3cM3+P9mj31TuaHWYle9ukEGO1p/Sim4Q4ckkck2NZbC7Qlud20OCTWpQRTT4tzcgg6QdHldX18YfI8VNWgqV8h0OIDvTNL6QACQrcnMBiisCAJ386XE4gJhwKchYW0+Q9EzQgLvk12pf0EjJFileQ7nH7BMamLXDYYOaed2EOe6CHiqpdSnyZO5I+fx2fLZajvMItreXI7+l0ESDkW0kxjKyw9aAFgDAfQvt/vH8U7UH4YH7WPfGaDAEhFuQdGXYt2l+TCH9PCuVODtJWDrLRoE4hBZ6Z4xxROteO5oJ+14FOtBhHXPIDPYkvlyJPyKZpGQISKhMyVpmLDt6J9q8uhH8cYuzDKfTGl2BxDOfIrD8sTueLOYC8esMaBlDuBW3+jvcU1odOMa/H9zavz0/OYH1ehssgdqqLQPyPdyH+m3h/bRePNAHGX/B5OXMUFHn2Emq1tBhGjWH6yeIEnR5hz56ix4Y1V44cyzo2vc5a2tTepFBZgB07IrqX/QxivTtTiKoNciQsjKbJwp09P4sG0XDBCiGHFiWc6WaA8iyAuJeXgM1Is4xVDJEVaeoRKXK1J2qv1f7Fy+xreIPvwOvfkwB5SAZCBdIf5FhX9uqiT6omCCcIXTyUl5w3g1bfR/uUtGJT3XPW5LnTZmdg7lpxCgI+qCO0tJPjMwDotm57mAxrPi9QFYzJIpAKlJKQWo308TrJvaAX0XDjAQlneUoaq6CyoUX7HsFGNm8N9sJ/g/dr8Pq7JEC+KW0AZ8Yg5uZmqd+rPrHGg2YfxetGGEB+DrssX9PLzRu2qeVLtaa8H68/ZN3hDW5Isqz24bsl7I2P9GSp3hNNpy0gizUR81oDWq6EadwgPaDdrIW9mbultIw6DDc+yoswhvUYFPo6vH4liTt+CsVfyMp/8bIs1XtVA9FE1KNY+kMzAFC5bGwZSDt2Dnt1XHeLcmr8oXKOXBo2LcB8D6w1U++9PQiIYV/F2/mlzFI7XVDgEO5rWSzcmkbDmXfmiI5V6wd0rN7Qww3jpgi9B+ps3h/lDd4Nwv8XXtcl7bp4BcDVsgNU35qldLoKfnyzaJ+5SLxAkxhNzlsm5PQFPQAyc4mQQwpIf9yutm0G7wTh5+H9PUni6mEZLBtK3nz2yuzas/UmsRftrW03i7euukm8+PQzPSAYrxVurHoQm7tG8B4+0BKI0C7E3yaJq+tY8W//Z5bCx1TGmbwdcgx7597gZj5d5As3c8jkICB7pTc0izcqTJyeJdoxBYR2rPsjMfY3/OEZbqjCBCgXJomr5/E/ljzNA4j9Awjtt/KGJoLoT4BTfHpH4R1JgDwibdIf2TDJsQfEwx56m/TYDzqRqmF7W9vy6e8k/XEnA9U0I0uwfgHECC6lMxnuuOZBbrS6vlu4xAhu4TV2MSRLsGMOSDEDsgyAfMANlo6AQ7g2aUNcBzhoGa17dKzakCXYsQfETHDINTIQhUIP3XZw14SO7npDU2hVMHv1i8gySYcsQKNo5HiA81V9YPLgGTtfuIp2g2ev/lPqLRwqofiVN/h40gGcHW4gEpGBrMnbP4Dw1sigxdFIw16M9mJSyP0FcIhFZ86zV38AEq0QbrQ8Z+/GtTkwd89McXr2eYixEtqWn736AxDaaYLGx8u8wYUpzgu+AA8966Wnce1Zt0W45XXCrZ8kXDqmzUe0VZoo2nbqVI0XTqxKHFidhrWqAIHYOlShqwOagUhU+iNZivc4sUuFHN+gdPLQIgIgH4CEIF1qXV+oDHp4lF49hESq5LOavegSWpQPNSSZvFkrKx0w6FBTBFJmWDHRsRST+wbQ7cdoL+o0H7Tp8JfSsD6A76vJweYzjMU9uBKcKEYFGZNPSe3GzZOyfkgPtMsZrnK7eKzpnImi58NMBNIl0hfN4+PgxmGOKvA5ukDU0MlcDj20SX4KseKt92Spn3Iy8xL4aNDoJ2meMNsLh3yLEw7nuHRUoTnF9lLaKC2tUgosdu+UwvG0zDs1u+3nsNEOr70oswQKdHTBmsOcBZ3TvdOKBuFWTRwAQL7S7WZK1jJirHA3XpmlfipAxnK0Y00fUos8LEsiI1KewXTnnCnkoPzE2noyIA/I5rm5smZilvqHs1CVQbQzQ0De5jRSxGFzlyd1Gm9QiskbvLT7jfbj0ooXUGa17JUCEJu34Q7jGZ8plxj2NlnkFW7bOYd22rHxqkRca74+g931xpfgGEZpG2T2SiFdCJRCL3HK1X0A5ON84Gn24sP5IuFqfTbu0DxR3uA8Zq2WtiwCyXRrnq7WlbyhRZlmRnIN+76/rlqb83ZNQ4qOKZlxgHegPJMCSbUN6LXsrsXUeoT2JoQnJO3WSYNDgvc8IaXYPyHFbh5ZXi9k7SSytL6Y4ubvylDFYMrik71S0I5SDxrBGnUINiOR9UGZl99dqXOnQp9PN+xNKW7eDucnyk7Qomze9O6AUGomu0onpcmEQ67kE8zv+qjgY8yUbUGfi9ONTbi6FHrEgfNzLp97GGtlEUjNIbUZmr7t0M1LSTc7526hhMfjhIxWDQShJ0ufPQJNmXB250mqZPP3AYi1ATJanUUgYWFB9rsTZlAckHTIeH0UsCPtFLRkRCUCtzJUKWSwYgy44glpWGfzYUUxUJBdjM8uTpFzcDu4p5QVWPn4LFcsXSmc5tnCmbs01zlvY64MRMdixm/KQGz9QpqxQpkIxctYDTikegQD4rG+LmNVeZTJgY9d+cOmTjCTrISulCOLhfzyw1lAvJaiVSBSJu3SmBsstfC+njMlpafQ72C93TBFd5jIL+jhc+k7obDH8wJKwyTeFAeuuTFFR09BuRfzQEprT18wGlvVCSmTEitbV/LeNdoBSoma00sivZ/3MFDQNpGQWYbKVbpXw2qCYqFFlDvkphs4g5pS7sF4iny8Dv5/A3mmfADlgk2nJyDDR4F2fqLdQrTP8ll+ysRNoZD0xNXvZCBs0NL4/ss2q06dc9dCh5Sqzj3mpQDleSBcxSZcRR24ZBBxz3tTZhilnL10fs44/Swuycee2RqFE20+wqUuKKt3uCJfF6JJR1x9gKXTuEnJnUdU5/7QYAByF+cTpM8pWbLa+FCiMjl3i+d/WNpRzi1IZ0xOl6ujrFaJKpIOHvM9OsnCm8wpgbClKwL1BsjroGsTT/xYCouV/RBO52f7OA2EP1yisjWjFfrUsd5uAUdzN9oqWeRRKZ36mqDrJLqcpWuEHDBcnUH3WLO6WFNfl9GKPNDrgjQL1DwgI2V5lEB639rNKX5oy7sEl2IgYHzhYphiBei8Aij6GJQA53f/Yurc7eYElUUuTziNLae2qCJ9q9JXWXyeRtGATi5PkuHyoWmG33fBbZiq+ukhaQ8nnyFQOjM6Wxfhh+ZxKGUkZ0wr1wVUkpNe0sCi/AMFxaJjysxTEwyfnch2MZzTpR+scXITxHYLJMqKNCtDfFZGKgfCTBZyURo1rpymFpXNhsInXrtSXnN9DgZTI0s4GfI5OnVdMigPAbyAKgUBUBefWsW0pBUjHSuceBXlErv2oCcOhW5YN6N9UCUr6xWMl0CnOg7Vp7u29OpZl6hz64ZViR/8FG70oqNmiLPNrt+m5Fy3H+bHvsX/S6DQCljg1FjMokzcMhTHRCMpYZ7bJbz+mi7l9CJo9a301kEAphgMnVsu3JWr0xvAK8s3CDl4qHD84VGuL1iGmTFCBssHgNDvp3RD+GwMXr+TgkuofRPs62frYVChcGsnnNwWVWWDcKrHqzTjHnNWUr7JRF3Fl9ILuZs/hMQZoxIxR9MfxGtnb9QheGsRCHyVG4gO0aVMS/AeSsuEbrHgMJpPddkmJN0pM6QMlREo/4f/DRGXOfPPFO5JGojsqJssXnnymcQGuAY87x97qImYRgUha5pKaTU2s4G8uuIdiW2lxAnfZw/UsAu5M8rWXGz+gdNsG9aUzl164A538nTptsxUnOIxf4LvawhY145zMv+TyrwNVoiOmokJMKp4G+gRVZYzt/G6OeUk64vU4HKkYzikMkNXQ7gfomisygFlrkb7J1sXHuss/P1Cp8gCpxwsUUEJl63ZcshoFYAj83nFiV1vdu/tn+AwOu1cV2DY4/FcTx5ZqT+Tyr2OIFFFGbH7psjGNVPQTAcezSvQSGF9FTLQkAVctmKTVm7fRLu+W9YgDwFGCYW51uAGPKAq0Jg/Rji1J+beLreyUfBSKtUrbGqlvMVLutQLOdC3YmcQ64YVZv8Ok/nIrItAiO1uKPFB6DhhWX3bNWy/qyLEm3SxyB16U0RHt6iwSqD5D44mG0EP6RXXKuNSrCeMeJq7XG3hweyVYzgrkgfjvbnLKQBacPpOxmvlnCbWbFZrTLnCnXkUEoVyOIU9SnMEXu/WP/Qge6pDRtCS5YVaYR1+AcZj3cJ5VIqtx3BfqyonBPGVM0S4x3GRy62ZBId3tEoeTWZ+SQx+lr2McxQfHP+PMCm36sLJmYBB2b6X8Vo5OYClRynb9xu1LSpTKVgOnDEKP/Z5/aOPgqgxOEqF+izESz0MEN49V9u8Wy94vQ/6yKNq5FLxeoAzb3m/gLBn5TpakIM5PrGzTi+AGMYRCSV+E/G65wDENnx+VuZgUBkkWKI08Whne8lRlgbuJVfADPYrbgkER3cBhURSkzKBrQe6LMp06AMqe5OqMd+td7N8V6cSXOZasTw6HyEHFwj3GMXBOuat4hNLTt1EngCdpZd8YS/Gs5qz56lqa1JZjZhg3tB4LZJ39KHq9OWuHctlKXCsTi7LljmJxRhwSohK/tzVeSDUY53h+kIlOtny3s5jcAavCzzW5WGp/R6fvwuibqPWLzdh4CWuGRPtrQvEgbaVR23Mb7zvNlWpAWKRQHDOXpfj+sO0f2AWnuMjmlsPaI/7f/H5eukPh/mIuOKW9ow5wwAY1XUDmDOO9TqRnL44EXYmVqR8tLfpQZO1dQOHTQxrVZcDPzsx26DM7Y16Fu7tUvH5x/j8Us7N5bWXupFKc98FV+UcmH+O2LP46ICy84ZbdemM+gIQeoqaCNbXlI6wv897aolDfOE45PwIjAXOn/3pzJV3okKEdZFrleYyGGY/ncd0r7hG7+GyqcIMZaHb0sUa+QHVIAe7xzmT88Eg5Pfw/3PAFYt0UftdXUTbT/HdZmnGq/YvXsMlstkPqG4SbqhCvHVR35eH/33zhxiQjsqGfOissOsNloNDQjIQHe2UNwzkoxcl0ZEYF50O+0LGG9wONsr6vUwZK0HR70f/5Or1fC6OjvoemLmezrYv7RKWx0PZN7m+sI2BzdciS2qdsgWm5QSemeTTHEqA53DfnSDOXAAymus2USFLqv4cqRT7558Bz7lB7Lr4ml7H99al7xUd8QpxYNo84dBGwERZVYqwwjJ0/dFR0gi1Yhw3aT247wgcvyfQz2TKYcwrr8ez+JnyaKOJbfg1LIcPDvSXZKG4tPLosS/vUlmB1p4/AWUXg6gah78/pg9Bdi3N+hSvN3uDba4/EnDDlYNk/ihlmvIhySCf6ePy3b4IEVgBp2cni1QSrcMKhROpGojvx3B9dSN4Hr7/pLaadh+Z982i+n70GVTFjSsB/Alwdoatl4lTdX0/VvbXaUcqUSf2Kxj0BHwX0xV7XtZbLT8CItmqEEykntPSqqSbTlI0lUzmb+P79wOg9binzfWGGtFfOZzLCAAJgeBokbhLOz4oa5E3uAS/eSmD6rG/oZ3W1zOom977mobHugy6YhhzXc5g+FONJ9B6wcRpiQ3aOtQCFj7Upqc9wreDWMQVtVq/7GSuMex3YnaTGFvH6aEoRa3HfrqHMMV+vQntZV1xertqXJDrdW12th8lwqcqIfsNjLFBDhypTt7S2cLe0oYfN2Coxi2trBG3BKJUdWeFPjzvHKz8aV0JUVfCSf8NrpD5qq5NfhuX82bdAgvIY/9cmc5pbRjoj0Yi+DxMnuH0fCQZaAn2xA9b109Us4bkO8lxf6SIHkQD095ZHJ72DQeiXmVqsk/zDzaXDfsuzMAbAcjn0J7E+93HEQSHxZ1hb2GTnkt6U/YF6IzqySfZsue4VrXJjlLQUhg7EC3krHXKunq9c9Z57AvxnY835xn2zTrXI9XQ/TwXkvGG1uLzd6Pd38k13XOxHO32Jpvwhn0RfBSfLPAoc5aXc0/yCnQOLfKwRRZVnBMqH8T54w17q648s11tp7G3SW+4HBxlalH3Ba3k6bv7AOY1AOdCalDqV4NAtGhGGyv+hO93pbkXqjcQfoH+boFJ3IJJks8TCRzRMb2NMn+fUps2hDthptrTFNRpoAoNWkkcggeOg9hngag34vMP4e8LXCvud5qmDuCkaZSc02N/FO0xvSPwZa3A/8ZxJ8N+Du3lDAFxtWHwLG/7pMnhDU4GCEUUU2OzmdKM0LjHTRan/OXWN4v2X/6Nl3ZZFJARAMfKCZXlwXwdDXu+aP/Z5ys/g74bMBQOV3w4AIoBoDYQ8ArlXMIcVn7NHxgsAOMa9htou/D362g7tMP6K/z9CNrnOSMFZVzwhmCKR7xupGagKjFLgcCYcMa1QGHXCXn5teK0vDrmLxdO42TRAdPRiVerpF+wXtpnLhDt09q4MibNUmmW6nRGltJJ0E8dsdqBjhnPd/yRYvgyphssL28PltfvK4k3OuHKOteMR2AV+ZxApMgJlg95u3VhDtc+4dBPUDmV4SrmhPaGqSJ79WXNe+FKIQePFAeapnHxYwfgOYEoc5Nrl4l2q1Tsp5keLFfgwqhwKJNbuEK0VzSKPfPPEO2NreLNhUuyxMxevV//AdUscXnNb5N0AAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDI0LTA2LTIzVDEzOjM2OjI1KzAwOjAwlDFp8AAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyNC0wNi0yM1QxMzozNjoyNSswMDowMOVs0UwAAAAodEVYdGRhdGU6dGltZXN0YW1wADIwMjQtMDYtMjNUMTM6Mzc6MDArMDA6MDBNprN3AAAAAElFTkSuQmCC);
    --calendar-background: #ffffff;
    --calendar-header-background: #fafafa;
    --calendar-header-color: #191919;
    --calendar-weekday-background: #f8f8f7;
    --calendar-weekday-color: #191919;
    --calendar-border-color: #dddddd;
    --calendar-color: #191919;
    --calendar-day-border-color: #e8e8e8;
    --calendar-exclude-day-background: #ffffff;
    --calendar-exclude-day-color: #aaa;
    --calendar-today-day-background: #56c30f;
    --calendar-today-day-color: #fff;
    --calendar-border-radius: 6px
}

.dark-side {
    --calendar-background: #2b2d30;
    --calendar-header-background: #43454a;
    --calendar-weekday-background: #414245;
    --calendar-weekday-color: #dfe1e5;
    --calendar-header-color: #dfe1e5;
    --calendar-border-color: #414245;
    --calendar-color: #dfe1e5;
    --calendar-day-border-color: #4a4d51;
    --calendar-exclude-day-background: #2b2d30;
    --calendar-exclude-day-color: #818181
}

.calendar {
    display: flex;
    flex-flow: column nowrap;
    position: relative;
    width: auto;
    float: left;
    border: 1px solid var(--calendar-border-color);
    overflow: hidden;
    user-select: none;
    background-color: var(--calendar-background);
    border-radius: var(--calendar-border-radius)
}

.calendar-header, .calendar-content, .calendar-footer {
    position: relative;
    display: block;
    background-color: var(--calendar-background);
    color: var(--calendar-color);
    flex-shrink: 0
}

.calendar-header {
    padding: 1rem;
    background-color: var(--calendar-header-background);
    color: var(--calendar-header-color);
    user-select: none
}

    .calendar-header .header-year {
        font-size: .75rem;
        line-height: 1;
        cursor: pointer
    }

    .calendar-header .header-day {
        font-size: 1.2rem;
        cursor: pointer
    }

    .calendar-header .header-actions {
        position: absolute;
        right: 8px;
        top: 8px;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: flex-end;
        font-size: 1.2rem;
        line-height: 1;
        user-select: none;
        gap: 4px
    }

        .calendar-header .header-actions .caret {
            transform: rotate(90deg);
            transition: transform .3s ease-in-out;
            fill: var(--calendar-header-color)
        }

.calendar-content {
    padding: 1px;
    width: 278px
}

    .calendar-content .calendar-toolbar, .calendar-content .days-wrapper {
        display: flex;
        position: relative
    }

    .calendar-content .calendar-toolbar {
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        padding: .5rem 0;
        width: 100%
    }

        .calendar-content .calendar-toolbar .prev-month, .calendar-content .calendar-toolbar .prev-year, .calendar-content .calendar-toolbar .next-month, .calendar-content .calendar-toolbar .next-year, .calendar-content .calendar-toolbar .next-year-group, .calendar-content .calendar-toolbar .prev-year-group {
            padding: .5rem 0;
            cursor: pointer;
            text-align: center;
            width: 30px;
            display: block;
            position: relative;
            flex-shrink: 0
        }

        .calendar-content .calendar-toolbar .curr-month, .calendar-content .calendar-toolbar .curr-year {
            padding: .5rem 0;
            width: 100%;
            text-align: center;
            cursor: pointer;
            font-size: 14px
        }

    .calendar-content .week-days, .calendar-content .days {
        display: grid;
        grid-template-columns: repeat(7,1fr);
        grid-gap: 0
    }

    .calendar-content.-week-numbers .week-days, .calendar-content.-week-numbers .days {
        grid-template-columns: repeat(8,1fr)
    }

    .calendar-content .week-day, .calendar-content .week-number, .calendar-content .day {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .calendar-content .week-day, .calendar-content .week-number {
        font-weight: 700;
        background-color: var(--calendar-weekday-background);
        color: var(--calendar-weekday-color)
    }

    .calendar-content .week-day {
        border-bottom: 1px solid var(--calendar-border-color)
    }

    .calendar-content .week-number {
        border-right: 1px solid var(--calendar-border-color)
    }

    .calendar-content .week-days .week-number {
        border-right: none
    }

    .calendar-content .day, .calendar-content .week-day, .calendar-content .week-number {
        height: 39px;
        cursor: pointer;
        font-size: 14px;
        position: relative;
        user-select: none;
        margin: 0
    }

    .calendar-content .day {
        overflow: hidden
    }

        .calendar-content .day.selected {
            box-shadow: inset 0 0 0 1px #94b6ff !important
        }

            .calendar-content .day.selected:after {
                border-top: 20px solid #94b6ff;
                border-left: 20px solid transparent;
                right: 0;
                top: 0
            }

            .calendar-content .day.selected:before {
                right: 1px !important;
                top: 1px !important
            }

        .calendar-content .day.showed {
            font-weight: 700
        }

    .calendar-content .outside {
        color: #ccc;
        font-size: 12px
    }

    .calendar-content .today .day-content {
        background: var(--today-selection) center no-repeat;
        background-size: cover;
        font-weight: 700;
        border-radius: 50%;
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .calendar-content .coincidental {
        box-shadow: inset 0 0 12px #ccc6
    }

    .calendar-content .excluded {
        background-color: var(--calendar-exclude-day-background);
        color: var(--calendar-exclude-day-color) !important;
        text-decoration: line-through
    }

    .calendar-content .day {
        border: 1px solid transparent
    }

        .calendar-content .day:hover {
            border-color: var(--calendar-border-color);
            border-radius: 6px
        }

    .calendar-content .month.today {
        border: 1px solid var(--calendar-border-color) !important;
        border-radius: 6px
    }

.calendar-footer {
    padding: .5rem;
    border-top: 1px solid var(--calendar-border-color);
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center
}

    .calendar-footer > * {
        margin: 0 2px;
        font-size: 12px;
        height: 28px;
        line-height: 28px;
        padding: 0 4px
    }

    .calendar-footer:not(:has(button)) {
        display: none
    }

.calendar.compact .calendar-content {
    width: 100%
}

.calendar.compact .calendar-header {
    padding: .5rem;
    line-height: 1.2
}

    .calendar.compact .calendar-header .header-year {
        font-size: .65rem;
        font-weight: 600
    }

    .calendar.compact .calendar-header .header-day {
        font-size: 14px
    }

.calendar.compact .calendar-toolbar > * {
    padding: 0 !important;
    font-size: 14px
}

.calendar.compact .calendar-footer .button {
    height: 24px;
    line-height: 24px;
    padding: 0 .25rem
}

.calendar.compact .day, .calendar.compact .week-number {
    height: 30px;
    line-height: 30px;
    width: 30px;
    margin: 0;
    font-size: 12px
}

.calendar .calendar-time {
    display: block;
    padding: 5px 10px 10px;
    border-top: 1px solid var(--calendar-border-color);
    background: var(--calendar-background)
}

    .calendar .calendar-time .calendar-time__inner {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: space-between
    }

        .calendar .calendar-time .calendar-time__inner .button.spinner-button-minus {
            margin-right: 2px
        }

        .calendar .calendar-time .calendar-time__inner input {
            text-align: center
        }

        .calendar .calendar-time .calendar-time__inner .minutes {
            margin-left: 2px
        }

    .calendar .calendar-time .calendar-time__inner-row {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        width: 100%
    }

    .calendar .calendar-time .calendar-time__inner-cell, .calendar.compact .calendar-time__inner-cell {
        display: block;
        width: 50%
    }

        .calendar.compact .calendar-time__inner-cell span {
            font-size: 12px
        }

.calendar .calendar-content .months, .calendar .calendar-content .years {
    display: flex;
    flex-flow: row wrap
}

    .calendar .calendar-content .months .month, .calendar .calendar-content .years .month, .calendar .calendar-content .months .year, .calendar .calendar-content .years .year {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        flex-basis: 33.33%;
        height: 68px;
        font-size: 14px;
        cursor: pointer
    }

@media(hover:hover) {
    .calendar .calendar-content .months .month:hover, .calendar .calendar-content .years .month:hover, .calendar .calendar-content .months .year:hover, .calendar .calendar-content .years .year:hover {
        border-color: var(--calendar-border-color);
        border-radius: 6px
    }
}

@media(hover:none) {
    .calendar .calendar-content .months .month:active, .calendar .calendar-content .years .month:active, .calendar .calendar-content .months .year:active, .calendar .calendar-content .years .year:active {
        border-color: var(--calendar-border-color);
        border-radius: 6px
    }
}

.calendar .calendar-content .months, .calendar .calendar-content .years {
    padding: 1px
}

.calendar .calendar-content .calendar-toolbar {
    border-bottom: 1px solid var(--calendar-border-color)
}

.calendar.compact .calendar-header .header-actions {
    right: 4px;
    top: 4px
}

.calendar.compact .calendar-header button {
    width: 16px;
    height: 16px
}

.calendar.compact .months .month, .calendar.compact .years .month, .calendar.compact .months .year, .calendar.compact .years .year {
    height: 52px
}

.calendar-wide {
    flex-flow: row nowrap
}

    .calendar-wide .calendar-header {
        left: 0
    }

    .calendar-wide .calendar-footer {
        right: 0
    }

    .calendar-wide .calendar-header {
        width: 180px
    }

    .calendar-wide .calendar-footer {
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: stretch;
        border-top: none;
        border-left: 1px solid var(--calendar-border-color);
        width: 100px
    }

        .calendar-wide .calendar-footer * {
            width: 100%;
            margin: 2px 0
        }

    .calendar-wide.compact .calendar-header {
        width: 140px
    }

    .calendar-wide.compact .calendar-content {
        width: 234px
    }

.calendar .day, .calendar .month, .calendar .year {
    transform: scale(1);
    transition: transform .3s ease
}

.calendar .to-animate {
    transform: scale(0)
}

.calendar .days .day, .calendar .months .month, .calendar .years .year {
    border: 1px solid transparent
}

    .calendar .days .day:hover, .calendar .months .month:hover, .calendar .years .year:hover {
        border: 1px solid var(--calendar-border-color)
    }

.calendar .events {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-flow: row wrap;
    height: auto
}

    .calendar .events .event {
        width: 4px;
        height: 4px;
        background-color: red;
        margin: 1px
    }

.calendar:not(.calendar-wide).calendar-collapsed .calendar-header .caret.toggle-collapsed {
    transform: rotate(-90deg)
}

.calendar:not(.calendar-wide).calendar-collapsed .calendar-content, .calendar:not(.calendar-wide).calendar-collapsed .calendar-footer {
    height: 0;
    overflow: hidden;
    padding: 0
}

.calendar:not(.calendar-wide).calendar-collapsed.calendar-wide .calendar-footer {
    width: 0
}

.calendar.calendar-wide.calendar-collapsed .calendar-header .caret.toggle-collapsed {
    transform: rotate(-90deg)
}

.calendar.calendar-wide.calendar-collapsed .calendar-content, .calendar.calendar-wide.calendar-collapsed .calendar-footer {
    width: 0;
    overflow: hidden;
    padding: 0
}

.calendar-picker {
    position: relative
}

    .calendar-picker input {
        width: 100%
    }

    .calendar-picker .input-calendar-button, .calendar-picker .input-clear-button {
        font-family: Segoe UI Symbol,serif
    }

    .calendar-picker .calendar-wide {
        width: 464px
    }

        .calendar-picker .calendar-wide.compact {
            width: 364px
        }

.calendar-for-picker {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 500
}

    .calendar-for-picker.open {
        display: block !important
    }

    .calendar-for-picker.open-up {
        top: auto;
        bottom: 100%
    }

    .calendar-for-picker.dialog-mode {
        position: fixed;
        top: 50% !important;
        left: 50% !important;
        transform: translate3d(-50%,-50%,0);
        z-index: 1050
    }

        .calendar-for-picker.dialog-mode.open-up {
            top: auto;
            bottom: auto
        }

:root {
    --card-header-background: #fbfbfb;
    --card-header-color: #191919;
    --card-footer-background: #fbfbfb;
    --card-footer-color: #191919;
    --card-background: #ffffff;
    --card-color: #191919;
    --card-avatar-border-color: #ffffff;
    --card-border-radius: 6px;
    --card-button-border-color: var(--border-color)
}

.dark-side {
    --card-header-background: #282c35;
    --card-header-color: #fbfbfb;
    --card-footer-background: #282c35;
    --card-footer-color: #fbfbfb;
    --card-background: #2b2d30;
    --card-color: #dbdfe7;
    --card-avatar-border-color: #414245;
    --card-button-border-color: var(--border-color)
}

.card {
    display: flex;
    flex-flow: column nowrap;
    position: relative;
    font-size: 14px;
    margin: 8px auto;
    border: 1px solid var(--border-color);
    border-radius: var(--card-border-radius);
    background: var(--card-background);
    color: var(--card-color)
}

.card-header {
    border-bottom: 1px var(--border-color) solid;
    padding: .5rem 1rem;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: var(--card-header-background);
    color: var(--card-header-color);
    border-top-left-radius: var(--card-border-radius);
    border-top-right-radius: var(--card-border-radius);
    overflow: hidden
}

    .card-header .buttons {
        margin-left: auto;
        display: flex;
        flex-flow: row nowrap
    }

    .card-header .button {
        width: 24px;
        height: 24px;
        border-radius: 3px;
        border: 1px solid var(--card-button-border-color);
        padding: 0;
        margin-right: 2px;
        display: flex;
        align-items: center;
        justify-content: center
    }

        .card-header .button:last-child {
            margin-right: 0
        }

.card-content {
    display: flex;
    background-color: var(--card-background);
    color: var(--card-color);
    padding: 1rem
}

.card-footer {
    border-top: 1px var(--border-color) solid;
    padding: .5rem 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: var(--card-footer-background);
    color: var(--card-footer-color);
    border-bottom-left-radius: var(--card-border-radius);
    border-bottom-right-radius: var(--card-border-radius);
    overflow: hidden
}

    .card-footer .button {
        margin-right: 4px
    }

        .card-footer .button:last-child {
            margin-right: 0
        }

.card.image-header .card-header {
    height: 9rem;
    vertical-align: bottom;
    background-size: cover;
    background-position: center;
    align-items: flex-start;
    justify-content: flex-end
}

* + .card {
    margin-top: 1rem
}

.card.flex-card {
    display: flex;
    flex-flow: column
}

    .card.flex-card .card-header, .card.flex-card .card-footer {
        height: 57px;
        flex-shrink: 0;
        flex-grow: 0
    }

    .card.flex-card .card-footer {
        margin-top: auto
    }

:root {
    --carousel-background: var(--default-background);
    --carousel-switch-background: hsla(0, 0%, 57.3%, .8);
    --carousel-switch-color: #fff;
    --carousel-switch-color-hover: #50a8ff;
    --carousel-bullet-color: #f5f8fe;
    --carousel-bullet-color-active: #50a8ff
}

.dark-side {
    --carousel-background: var(--default-background);
    --carousel-switch-background: hsla(0, 0%, 57.3%, .8);
    --carousel-switch-color: #fff;
    --carousel-switch-color-hover: #50a8ff;
    --carousel-bullet-color: #26282e;
    --carousel-bullet-color-active: #50a8ff
}

.carousel {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: visible;
    background-color: var(--carousel-background)
}

    .carousel .slides {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden
    }

    .carousel .slide {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        flex-grow: 0;
        flex-basis: auto;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 1
    }

        .carousel .slide.active-slide {
            z-index: 2
        }

    .carousel.fixed-size .slide {
        overflow: hidden
    }

    .carousel [class*=carousel-switch], .carousel .carousel-bullets {
        position: absolute;
        display: block;
        z-index: 501;
        user-select: none
    }

    .carousel .carousel-switch-next, .carousel .carousel-switch-prev {
        line-height: 4rem;
        height: 4rem;
        width: 4rem;
        text-decoration: none;
        margin-top: -2rem;
        top: 50%;
        font-weight: 700;
        font-size: 1.5rem;
        cursor: pointer;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        background-color: var(--carousel-switch-background);
        color: var(--carousel-switch-color);
        opacity: 0;
        transition: all .3s
    }

@media(hover:hover) {
    .carousel .carousel-switch-next:hover, .carousel .carousel-switch-prev:hover {
        color: var(--carousel-switch-color-hover)
    }
}

@media(hover:none) {
    .carousel .carousel-switch-next:active, .carousel .carousel-switch-prev:active {
        color: var(--carousel-switch-color-hover)
    }
}

.carousel .carousel-switch-next > *, .carousel .carousel-switch-prev > * {
    max-width: 32px;
    max-height: 32px;
    font-size: 32px
}

.carousel .carousel-switch-next {
    right: 10px;
    left: auto;
    transform: translate(64px)
}

.carousel .carousel-switch-prev {
    left: 10px;
    right: auto;
    transform: translate(-64px)
}

.carousel .carousel-bullets {
    left: 0;
    right: 0;
    bottom: .625rem;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center
}

    .carousel .carousel-bullets .carousel-bullet {
        display: block;
        float: none;
        width: .625rem;
        height: .625rem;
        background-color: var(--carousel-bullet-color);
        border-radius: 50%;
        cursor: pointer;
        border: 1px var(--border-color) solid;
        margin: 0 .3125rem
    }

        .carousel .carousel-bullets .carousel-bullet.bullet-on {
            background-color: var(--carousel-bullet-color-active)
        }

    .carousel .carousel-bullets.default-size .carousel-bullet {
        width: 22px;
        height: 22px
    }

    .carousel .carousel-bullets.mini-size .carousel-bullet {
        width: 10px;
        height: 10px
    }

    .carousel .carousel-bullets.small-size .carousel-bullet {
        width: 16px;
        height: 16px
    }

    .carousel .carousel-bullets.large-size .carousel-bullet {
        width: 32px;
        height: 32px
    }

    .carousel .carousel-bullets.bullet-style-square .carousel-bullet {
        border-radius: 0
    }

    .carousel .carousel-bullets.bullet-style-cycle .carousel-bullet {
        border-radius: 50%
    }

    .carousel .carousel-bullets.bullet-style-diamond .carousel-bullet {
        border-radius: 0;
        transform: rotate(45deg)
    }

    .carousel .carousel-bullets.bullet-style-rect .carousel-bullet {
        border-radius: 0
    }

    .carousel .carousel-bullets.bullet-style-rect.default-size .carousel-bullet {
        width: 44px;
        height: 14px
    }

    .carousel .carousel-bullets.bullet-style-rect.mini-size .carousel-bullet {
        width: 20px;
        height: 6px
    }

    .carousel .carousel-bullets.bullet-style-rect.small-size .carousel-bullet {
        width: 32px;
        height: 10px
    }

    .carousel .carousel-bullets.bullet-style-rect.large-size .carousel-bullet {
        width: 64px;
        height: 24px
    }

@media(hover:hover) {
    .carousel:hover .carousel-switch-next, .carousel:hover .carousel-switch-prev {
        opacity: 1;
        transform: translate(0)
    }
}

.carousel.controls-outside {
    padding: 0 4rem 1.375rem
}

    .carousel.controls-outside .carousel-bullets {
        bottom: 0
    }

:root {
    --catalog-menu-width: 272px;
    --catalog-menu-chevron: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 6'%3E%3Cpath d='M5.5 6L11 .7l-.73-.7L5.5 4.6.73 0 0 .7z' fill='%23595959'/%3E%3C/svg%3E");
    --catalog-menu-background: #ffffff;
    --catalog-menu-color: #191919;
    --catalog-menu-border-color: #c5c5c5;
    --catalog-menu-item-background-hover: #e8e8e8;
    --catalog-menu-item-color-hover: #000000
}

.dark-side {
    --catalog-menu-chevron: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 6'%3E%3Cpath d='M5.5 6L11 .7l-.73-.7L5.5 4.6.73 0 0 .7z' fill='%23e0e0e0'/%3E%3C/svg%3E");
    --catalog-menu-background: #2b2d30;
    --catalog-menu-color: #f3fcff;
    --catalog-menu-border-color: #2b2d30;
    --catalog-menu-item-background-hover: #1e1f22;
    --catalog-menu-item-color-hover: #ffffff
}

.catalog-menu {
    --catalog-content-width: 0;
    position: relative;
    display: block;
    width: var(--catalog-menu-width);
    background: var(--catalog-menu-background);
    color: var(--catalog-menu-color);
    border: 1px solid var(--catalog-menu-border-color);
    padding: 8px 0;
    isolation: isolate;
    flex-shrink: 0;
    flex-grow: 0
}

    .catalog-menu:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: var(--catalog-content-width);
        height: calc(100% + 2px);
        display: none;
        z-index: -1;
        background: var(--catalog-menu-background);
        border: 1px solid var(--catalog-menu-border-color)
    }

    .catalog-menu > .catalog-list, .catalog-menu > ul {
        display: flex;
        flex-flow: column nowrap;
        align-items: flex-start;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin: 0;
        color: inherit;
        width: 100%
    }

        .catalog-menu > .catalog-list > .catalog-item, .catalog-menu > ul > .catalog-item, .catalog-menu > .catalog-list > li, .catalog-menu > ul > li {
            display: block;
            width: 100%;
            cursor: pointer;
            color: inherit;
            border-radius: 4px
        }

            .catalog-menu > .catalog-list > .catalog-item a, .catalog-menu > ul > .catalog-item a, .catalog-menu > .catalog-list > li a, .catalog-menu > ul > li a {
                display: flex;
                align-items: center;
                font-size: 13px;
                font-weight: 400;
                color: inherit;
                text-decoration: none;
                letter-spacing: .15px;
                position: relative;
                height: 28px;
                padding: 0 16px 0 8px;
                margin: 0 8px;
                border-radius: 4px
            }

                .catalog-menu > .catalog-list > .catalog-item a .icon, .catalog-menu > ul > .catalog-item a .icon, .catalog-menu > .catalog-list > li a .icon, .catalog-menu > ul > li a .icon {
                    width: 16px;
                    height: 16px;
                    line-height: 16px;
                    font-size: 16px;
                    opacity: 1;
                    margin-right: 8px;
                    object-fit: cover
                }

                .catalog-menu > .catalog-list > .catalog-item a:after, .catalog-menu > ul > .catalog-item a:after, .catalog-menu > .catalog-list > li a:after, .catalog-menu > ul > li a:after {
                    content: "";
                    position: absolute;
                    background-image: var(--catalog-menu-chevron);
                    top: calc(50% - 3px);
                    transform: rotate(270deg);
                    width: 11px;
                    height: 6px;
                    right: 4px
                }

            .catalog-menu > .catalog-list > .catalog-item .catalog-item-content, .catalog-menu > ul > .catalog-item .catalog-item-content, .catalog-menu > .catalog-list > li .catalog-item-content, .catalog-menu > ul > li .catalog-item-content {
                display: none;
                position: absolute;
                left: calc(100% - 1px);
                top: -1px;
                width: calc(var(--catalog-content-width) - var(--catalog-menu-width) + 2px);
                background-color: var(--catalog-menu-background);
                border: 1px solid var(--catalog-menu-border-color);
                z-index: 2;
                padding: 8px;
                height: calc(100% + 2px)
            }

@media(hover:hover) {
    .catalog-menu > .catalog-list > .catalog-item:hover a, .catalog-menu > ul > .catalog-item:hover a, .catalog-menu > .catalog-list > li:hover a, .catalog-menu > ul > li:hover a {
        background-color: var(--catalog-menu-item-background-hover);
        color: var(--catalog-menu-item-color-hover)
    }

    .catalog-menu > .catalog-list > .catalog-item:hover .catalog-item-content, .catalog-menu > ul > .catalog-item:hover .catalog-item-content, .catalog-menu > .catalog-list > li:hover .catalog-item-content, .catalog-menu > ul > li:hover .catalog-item-content {
        display: block
    }
}

.charms {
    display: block;
    position: fixed;
    z-index: 1090;
    background-color: #1d1d1d;
    color: #fff;
    transition: transform .3s ease;
    padding: 16px
}

    .charms.top-side {
        bottom: 100%;
        width: 100%;
        left: 0
    }

        .charms.top-side.open {
            transform: translateY(100%)
        }

    .charms.bottom-side {
        top: 100%;
        left: 0;
        width: 100%
    }

        .charms.bottom-side.open {
            transform: translateY(-100%)
        }

    .charms.left-side {
        top: 0;
        bottom: 0;
        right: 100%;
        width: auto
    }

        .charms.left-side.open {
            transform: translate(100%)
        }

    .charms.right-side {
        top: 0;
        bottom: 0;
        width: auto;
        left: 100%
    }

        .charms.right-side.open {
            transform: translate(-100%)
        }

.charm-tile, .charm-notify {
    display: block;
    position: relative;
    cursor: pointer
}

.charm-tile {
    width: 90px;
    height: 66px;
    padding: 4px;
    background-color: #50727c;
    color: #fff;
    margin: 2px;
    flex-shrink: 0;
    flex-grow: 0
}

    .charm-tile .icon {
        position: absolute;
        top: 4px;
        left: 4px;
        width: 16px;
        height: 16px;
        font-size: 16px
    }

    .charm-tile .caption {
        margin-top: 30px;
        font-size: 10px;
        display: block
    }

    .charm-tile.active {
        background-color: #126278
    }

.charm-notify {
    height: auto;
    background-color: #2d6070;
    color: #fff;
    padding: 24px
}

    .charm-notify .icon {
        position: absolute;
        left: 16px;
        top: 24px;
        width: 48px;
        height: 48px;
        font-size: 40px
    }

    .charm-notify .title, .charm-notify .content, .charm-notify .secondary {
        display: block;
        position: relative;
        margin-left: 52px;
        line-height: 1
    }

    .charm-notify .title {
        font-weight: 700;
        margin-bottom: 6px
    }

    .charm-notify .content {
        font-size: 14px;
        line-height: 1.2
    }

    .charm-notify .secondary {
        font-size: 10px;
        margin-top: 8px
    }

* + .charm-notify {
    margin-top: 4px
}

:root {
    --chart-card-border-radius: 6px;
    --chart-card-border-color: var(--border-color);
    --chart-card-background: var(--default-background);
    --chart-card-color: var(--default-color)
}

.dark-side {
    --chart-card-border-color: var(--border-color);
    --chart-card-background: var(--default-background);
    --chart-card-color: var(--default-color)
}

.chart-card {
    display: flex;
    border-radius: var(--chart-card-border-radius);
    flex-flow: row nowrap;
    background: var(--chart-card-background);
    color: var(--chart-card-color);
    border: 1px solid var(--chart-card-border-color);
    padding: 1rem;
    position: relative
}

    .chart-card .content, .chart-card .chart {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        width: 50%
    }

    .chart-card .content {
        flex-flow: column nowrap
    }

    .chart-card .chart {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center
    }

    .chart-card .title {
        font-size: 16px;
        font-weight: 500;
        white-space: nowrap
    }

    .chart-card .subtitle {
        font-size: 12px;
        font-weight: 400;
        white-space: wrap;
        border-top: 1px solid var(--chart-card-border-color);
        padding-top: .5rem
    }

    .chart-card .value {
        font-size: 28px;
        font-weight: 700;
        margin: 0 0 4px;
        white-space: nowrap
    }

:root {
    --textarea-color: #191919;
    --textarea-border-color: var(--border-color);
    --textarea-font-size: 14px;
    --textarea-border-radius: 4px
}

.dark-side {
    --textarea-color: #dbdfe7;
    --textarea-border-color: #444444
}

.textarea, textarea {
    height: auto
}

textarea {
    line-height: 1.2;
    width: 100%
}

.textarea {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    background: var(--input-background);
    border-radius: var(--textarea-border-radius)
}

    .textarea .fake-textarea {
        opacity: 0;
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        font-size: var(--textarea-font-size)
    }

    .textarea textarea {
        appearance: none;
        display: block;
        outline: none;
        padding: 6px 6px 0;
        resize: none;
        border: none !important;
        transition: height .1s linear;
        font-size: var(--textarea-font-size);
        background: transparent;
        color: var(--textarea-color)
    }

        .textarea textarea:focus {
            box-shadow: none
        }

    .textarea.no-scroll-vertical textarea {
        overflow-y: hidden !important
    }

    .textarea .button {
        color: var(--textarea-color);
        width: 32px;
        height: 32px
    }

    .textarea .input-clear-button {
        position: absolute;
        top: 2px;
        right: 2px;
        z-index: 2;
        background-color: transparent
    }

    .textarea:not(.no-scroll-vertical) .input-clear-button {
        right: 18px
    }

    .textarea.disabled .clear-button {
        display: none
    }

    .textarea .prepend {
        order: 1
    }

    .textarea .append {
        order: 3
    }

    .textarea textarea {
        order: 2
    }

    .textarea .input-clear-button ~ textarea {
        padding-right: 48px
    }

    .textarea .prepend {
        border-top-left-radius: var(--textarea-border-radius);
        border-bottom-left-radius: var(--textarea-border-radius)
    }

    .textarea .append {
        border-top-right-radius: var(--textarea-border-radius);
        border-bottom-right-radius: var(--textarea-border-radius)
    }

    .textarea[dir=rtl], .textarea.rtl {
        flex-direction: row-reverse
    }

        .textarea[dir=rtl] .prepend, .textarea.rtl .prepend {
            order: 3
        }

        .textarea[dir=rtl] .append, .textarea.rtl .append {
            order: 1
        }

        .textarea[dir=rtl] textarea, .textarea.rtl textarea {
            order: 2
        }

        .textarea[dir=rtl] .input-clear-button, .textarea.rtl .input-clear-button {
            right: auto;
            left: .25rem
        }

            .textarea[dir=rtl] .input-clear-button ~ textarea, .textarea.rtl .input-clear-button ~ textarea {
                padding-left: 48px;
                padding-right: .75rem
            }

:root {
    --chat-border-color: var(--border-color);
    --chat-background: #ffffff;
    --chat-color: #191919;
    --chat-message-background: #f5f5f5;
    --chat-message-color: #191919;
    --chat-attach-link-background: #ffffff;
    --chat-button-background: #ebebeb
}

.dark-side {
    --chat-background: #343637;
    --chat-color: #dbdfe7;
    --chat-message-background: #4a4d51;
    --chat-message-color: #dbdfe7;
    --chat-attach-link-background: #343637;
    --chat-button-background: #2b2d30
}

.chat {
    display: flex;
    flex-flow: column;
    border: 1px solid var(--border-color);
    background: var(--chat-background);
    color: var(--chat-color);
    position: relative;
    border-radius: 6px
}

    .chat .title, .chat .messages, .chat .message-input {
        display: block
    }

    .chat .title {
        font-size: 18px;
        line-height: 1.2;
        padding: 8px;
        border-bottom: 1px solid var(--border-color)
    }

    .chat .messages {
        padding: 8px;
        border-bottom: 1px solid var(--border-color);
        height: 100%;
        overflow: hidden;
        overflow-y: auto
    }

    .chat .message {
        display: flex;
        flex-flow: row wrap
    }

        .chat .message .message-sender {
            font-weight: 700;
            font-size: 12px;
            order: 1;
            position: absolute;
            top: 6px;
            left: 6px
        }

        .chat .message .message-time {
            font-size: 11px;
            order: 2;
            opacity: .5;
            position: absolute;
            left: 6px;
            bottom: 6px
        }

        .chat .message .message-item {
            width: 100%;
            flex-shrink: 0;
            display: flex;
            flex-flow: row nowrap;
            margin: 2px 0 0;
            order: 3
        }

            .chat .message .message-item .message-avatar {
                overflow: hidden;
                width: 40px;
                height: 40px;
                border-radius: 50%;
                flex-shrink: 0;
                display: flex;
                order: 1;
                font-size: 36px;
                align-items: center;
                justify-content: center;
                object-fit: cover
            }

            .chat .message .message-item .message-text {
                max-width: 50%;
                display: flex;
                align-items: center;
                border: 1px solid var(--chat-border-color);
                margin-left: 8px;
                order: 2;
                font-size: 14px;
                line-height: 1.2;
                padding: 30px 10px;
                min-width: 100px;
                background: var(--chat-message-background);
                color: var(--chat-message-color);
                position: relative;
                border-radius: 4px
            }

            .chat .message .message-item .message-text-inner {
                width: 100%;
                overflow: hidden
            }

            .chat .message .message-item .message-text:before {
                position: absolute;
                right: 100%;
                top: 14px;
                border: 6px solid transparent;
                border-right-color: inherit;
                content: " ";
                height: 0;
                width: 0;
                pointer-events: none
            }

            .chat .message .message-item .message-text.--next {
                padding-top: 10px
            }

                .chat .message .message-item .message-text.--next:before {
                    display: none
                }

            .chat .message .message-item .smile {
                font-size: 48px
            }

        .chat .message.right .message-item {
            justify-content: flex-end
        }

        .chat .message.right .message-time {
            order: 1;
            text-align: left;
            left: auto;
            right: 6px
        }

        .chat .message.right .message-sender {
            order: 2;
            left: auto;
            right: 6px
        }

        .chat .message.right .message-avatar {
            order: 2
        }

        .chat .message.right .message-text {
            order: 1;
            margin-left: 0;
            margin-right: 8px
        }

            .chat .message.right .message-text:before {
                right: auto;
                left: 100%;
                border-right-color: transparent;
                border-left-color: inherit
            }

            .chat .message.right .message-text.--next:before {
                display: none
            }

    .chat .message-text img, .chat .message-text video, .chat .message-text audio {
        max-width: 100%
    }

    .chat .attach-link {
        margin-top: 4px;
        padding: 4px 8px;
        background: var(--chat-attach-link-background);
        border-radius: 4px
    }

    .chat a.attach {
        color: var(--link-color)
    }

    .chat .message-input {
        display: flex;
        flex-flow: row nowrap;
        gap: 4px;
        flex-shrink: 0;
        margin-top: auto;
        padding: 8px;
        position: relative
    }

        .chat .message-input .textarea {
            width: 100%;
            flex-shrink: 1
        }

            .chat .message-input .textarea textarea {
                margin-right: 76px
            }

        .chat .message-input .buttons {
            display: flex;
            flex-flow: row nowrap;
            align-items: center;
            gap: 4px;
            flex-shrink: 0;
            position: absolute;
            right: 12px;
            top: 12px;
            z-index: 2
        }

        .chat .message-input .js-chat-attach-button, .chat .message-input .js-chat-send-button, .chat .message-input .js-chat-smile-button {
            width: 34px;
            height: 34px;
            aspect-ratio: 1/1;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--chat-color);
            cursor: pointer;
            border-radius: 4px;
            border: 1px solid transparent
        }

            .chat .message-input .js-chat-attach-button svg, .chat .message-input .js-chat-send-button svg, .chat .message-input .js-chat-smile-button svg {
                height: 24px !important;
                width: 24px !important;
                fill: var(--chat-color)
            }

@media(hover:hover) {
    .chat .message-input .js-chat-attach-button:hover, .chat .message-input .js-chat-send-button:hover, .chat .message-input .js-chat-smile-button:hover {
        background: hsl(from var(--chat-button-background) h s calc(l - 10));
        border-color: var(--chat-border-color)
    }
}

.chat .message-input.disabled {
    opacity: .5
}

.chat .input-custom-button {
    width: auto;
    padding: 0 10px
}

.chat .message.left + .message.right {
    margin-top: 10px
}

.chat .message.right + .message.left {
    margin-top: 10px
}

:root {
    --checkbox-size: 22px;
    --checkbox-border-radius: 4px;
    --checkbox-color: #575757;
    --checkbox-color-disabled: #c3c3c3;
    --checkbox-background-disabled: #efefef;
    --checkbox-focus-color: #e8e8e8
}

.dark-side {
    --checkbox-color: #a6a8a7;
    --checkbox-color-disabled: #505050;
    --checkbox-background-disabled: #323030;
    --checkbox-focus-color: #191919
}

input[type=checkbox] {
    appearance: none;
    line-height: calc(var(--checkbox-size) * 1.6);
    border-radius: var(--checkbox-border-radius);
    border: 2px solid var(--checkbox-color);
    position: relative;
    cursor: pointer;
    width: var(--checkbox-size, 22px);
    height: var(--checkbox-size, 22px);
    flex-shrink: 0 !important;
    background-color: var(--default-background)
}

    input[type=checkbox]:before {
        content: "";
        display: block;
        opacity: 0;
        width: 8px;
        height: 6px;
        background-color: transparent;
        border-left: 2px solid var(--checkbox-color);
        border-bottom: 2px solid var(--checkbox-color);
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,calc(-50% - 1px)) rotate(-45deg);
        transition: opacity .3s
    }

    input[type=checkbox]:checked:before {
        opacity: 1
    }

    input[type=checkbox]:focus {
        box-shadow: 0 0 0 3px var(--checkbox-focus-color)
    }

    input[type=checkbox]:disabled {
        border-color: var(--checkbox-color-disabled);
        background-color: var(--checkbox-background-disabled)
    }

        input[type=checkbox]:disabled:before {
            border-color: var(--checkbox-color-disabled)
        }

    input[type=checkbox]:indeterminate:before {
        content: "";
        opacity: 1;
        transform: rotate(0);
        border-left: none;
        top: 4px;
        left: 5px
    }

    input[type=checkbox].small {
        --checkbox-size: 16px
    }

    input[type=checkbox].medium {
        --checkbox-size: 19px
    }

    input[type=checkbox].large {
        --checkbox-size: 25px
    }

    input[type=checkbox].largest {
        --checkbox-size: 34px
    }

.checkbox {
    display: inline-flex;
    align-items: center
}

    .checkbox input[type=checkbox] {
        order: 2
    }

    .checkbox .caption-prepend, .checkbox .caption-append {
        font-size: 12px;
        margin: 0 8px;
        position: relative;
        white-space: nowrap;
        user-select: none
    }

    .checkbox .caption-prepend {
        order: 1
    }

    .checkbox .caption-append {
        order: 3
    }

    .checkbox > input[type=checkbox]:disabled ~ .caption-prepend, .checkbox > input[type=checkbox]:disabled ~ .caption-append {
        color: var(--checkbox-color-disabled)
    }

input[type=checkbox].checkbox-gray {
    border-color: #ccc
}

    input[type=checkbox].checkbox-gray:before {
        border-color: #ccc
    }

input[type=checkbox].checkbox-gray-blue {
    border-color: #6b8aa8
}

    input[type=checkbox].checkbox-gray-blue:before {
        border-color: #6b8aa8
    }

input[type=checkbox].checkbox-gray-mouse {
    border-color: #576c75
}

    input[type=checkbox].checkbox-gray-mouse:before {
        border-color: #576c75
    }

input[type=checkbox].checkbox-lime {
    border-color: #aefd6d
}

    input[type=checkbox].checkbox-lime:before {
        border-color: #aefd6d
    }

input[type=checkbox].checkbox-green {
    border-color: #00b300
}

    input[type=checkbox].checkbox-green:before {
        border-color: #00b300
    }

input[type=checkbox].checkbox-emerald {
    border-color: #51c878
}

    input[type=checkbox].checkbox-emerald:before {
        border-color: #51c878
    }

input[type=checkbox].checkbox-blue {
    border-color: #5c85ff
}

    input[type=checkbox].checkbox-blue:before {
        border-color: #5c85ff
    }

input[type=checkbox].checkbox-teal {
    border-color: #1ac7c7
}

    input[type=checkbox].checkbox-teal:before {
        border-color: #1ac7c7
    }

input[type=checkbox].checkbox-cyan {
    border-color: #94b6ff
}

    input[type=checkbox].checkbox-cyan:before {
        border-color: #94b6ff
    }

input[type=checkbox].checkbox-cobalt {
    border-color: #0048ad
}

    input[type=checkbox].checkbox-cobalt:before {
        border-color: #0048ad
    }

input[type=checkbox].checkbox-indigo {
    border-color: #6500a8
}

    input[type=checkbox].checkbox-indigo:before {
        border-color: #6500a8
    }

input[type=checkbox].checkbox-almost {
    border-color: #692ced
}

    input[type=checkbox].checkbox-almost:before {
        border-color: #692ced
    }

input[type=checkbox].checkbox-violet {
    border-color: #ee81ee
}

    input[type=checkbox].checkbox-violet:before {
        border-color: #ee81ee
    }

input[type=checkbox].checkbox-pink {
    border-color: #ffc2cc
}

    input[type=checkbox].checkbox-pink:before {
        border-color: #ffc2cc
    }

input[type=checkbox].checkbox-magenta {
    border-color: #f0f
}

    input[type=checkbox].checkbox-magenta:before {
        border-color: #f0f
    }

input[type=checkbox].checkbox-crimson {
    border-color: #dd0e37
}

    input[type=checkbox].checkbox-crimson:before {
        border-color: #dd0e37
    }

input[type=checkbox].checkbox-red {
    border-color: red
}

    input[type=checkbox].checkbox-red:before {
        border-color: red
    }

input[type=checkbox].checkbox-clown {
    border-color: #ff6e66
}

    input[type=checkbox].checkbox-clown:before {
        border-color: #ff6e66
    }

input[type=checkbox].checkbox-orange {
    border-color: #ffa600
}

    input[type=checkbox].checkbox-orange:before {
        border-color: #ffa600
    }

input[type=checkbox].checkbox-amber {
    border-color: #ffc929
}

    input[type=checkbox].checkbox-amber:before {
        border-color: #ffc929
    }

input[type=checkbox].checkbox-yellow {
    border-color: #ffe95c
}

    input[type=checkbox].checkbox-yellow:before {
        border-color: #ffe95c
    }

input[type=checkbox].checkbox-brown {
    border-color: #c9763b
}

    input[type=checkbox].checkbox-brown:before {
        border-color: #c9763b
    }

input[type=checkbox].checkbox-olive {
    border-color: #a3a300
}

    input[type=checkbox].checkbox-olive:before {
        border-color: #a3a300
    }

input[type=checkbox].checkbox-steel {
    border-color: #7d92a6
}

    input[type=checkbox].checkbox-steel:before {
        border-color: #7d92a6
    }

input[type=checkbox].checkbox-mauve {
    border-color: #e0adff
}

    input[type=checkbox].checkbox-mauve:before {
        border-color: #e0adff
    }

input[type=checkbox].checkbox-taupe {
    border-color: #987f67
}

    input[type=checkbox].checkbox-taupe:before {
        border-color: #987f67
    }

input[type=checkbox].checkbox-champagne {
    border-color: #f7e6ca
}

    input[type=checkbox].checkbox-champagne:before {
        border-color: #f7e6ca
    }

input[type=checkbox].checkbox-khaki {
    border-color: #d5c58b
}

    input[type=checkbox].checkbox-khaki:before {
        border-color: #d5c58b
    }

input[type=checkbox].checkbox-charcoal {
    border-color: #999
}

    input[type=checkbox].checkbox-charcoal:before {
        border-color: #999
    }

input[type=checkbox].checkbox-bronze {
    border-color: #e48f3f
}

    input[type=checkbox].checkbox-bronze:before {
        border-color: #e48f3f
    }

input[type=checkbox].checkbox-windstorm {
    border-color: #7a9fd6
}

    input[type=checkbox].checkbox-windstorm:before {
        border-color: #7a9fd6
    }

input[type=checkbox].checkbox-nude {
    border-color: #f7d8bb
}

    input[type=checkbox].checkbox-nude:before {
        border-color: #f7d8bb
    }

input[type=checkbox].checkbox-terracotta {
    border-color: #e35235
}

    input[type=checkbox].checkbox-terracotta:before {
        border-color: #e35235
    }

input[type=checkbox].checkbox-coral {
    border-color: #ff8457
}

    input[type=checkbox].checkbox-coral:before {
        border-color: #ff8457
    }

input[type=checkbox].checkbox-army {
    border-color: #5f6732
}

    input[type=checkbox].checkbox-army:before {
        border-color: #5f6732
    }

input[type=checkbox].checkbox-seashell {
    border-color: #fff0e5
}

    input[type=checkbox].checkbox-seashell:before {
        border-color: #fff0e5
    }

input[type=checkbox].checkbox-sand {
    border-color: #f1e0ac
}

    input[type=checkbox].checkbox-sand:before {
        border-color: #f1e0ac
    }

:root {
    --chip-background: #F4F4F4;
    --chip-color: #191919;
    --chip-background-hover: #dadada;
    --chip-color-hover: #191919;
    --chip-action-background: #c1c1c1;
    --chip-action-color: #191919
}

.dark-side {
    --chip-background: #2b2d30;
    --chip-color: #f3fcff;
    --chip-background-hover: #333439;
    --chip-color-hover: #f3fcff;
    --chip-action-background: #43444a;
    --chip-action-color: #f3fcff
}

.chip {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    height: 32px;
    font-size: 14px;
    padding: 0 8px;
    line-height: 32px;
    background: var(--chip-background);
    color: var(--chip-color);
    cursor: default;
    border-radius: 4px;
    position: relative
}

    .chip .label {
        white-space: nowrap;
        order: 2;
        margin: 0 1rem 0 .5rem
    }

    .chip .icon {
        order: 1;
        width: 32px;
        height: 32px;
        line-height: 32px;
        vertical-align: middle;
        font-size: 24px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center
    }

        .chip .icon img {
            width: 24px;
            max-height: 24px;
            vertical-align: initial
        }

    .chip .action {
        order: 3;
        display: block;
        cursor: pointer;
        width: 24px;
        height: 24px;
        margin-left: auto;
        background: var(--chip-action-background);
        color: var(--chip-action-color);
        border-radius: 4px
    }

        .chip .action:before {
            content: "\2716";
            line-height: 24px;
            text-align: center;
            display: block
        }

    .chip.pill-chip {
        border-radius: 1rem
    }

        .chip.pill-chip .action {
            border-radius: 50%
        }

    .chip:hover {
        background-color: #1d1d1d1a
    }

    .chip.readonly .action, .chip.disabled .action {
        display: none
    }

    .chip + .chip {
        margin-left: 8px
    }

.primary .action {
    background: #f52522;
    color: #fff
}

.secondary .action {
    background: #451806;
    color: #fff
}

.tertiary .action {
    background: #ff8c8a;
    color: #fff
}

.success .action {
    background: #37ae5f;
    color: #fff
}

.alert .action {
    background: #ad0b2b;
    color: #fff
}

.warning .action {
    background: #cc8500;
    color: #fff
}

.info .action {
    background: #136cff;
    color: #fff
}

.dark .action {
    background: #373737;
    color: #fff
}

.light .action {
    background: #dfdfdf;
    color: #fff
}

.gray {
    background: #ccc;
    color: #fff
}

    .gray .action {
        background: #8c8c8c;
        color: #fff
    }

@media(hover:hover) {
    .gray:hover {
        background: #b3b3b3
    }
}

@media(hover:none) {
    .gray:active {
        background: #b3b3b3
    }
}

.gray-blue {
    background: #6b8aa8;
    color: #fff
}

    .gray-blue .action {
        background: #374a5d;
        color: #fff
    }

@media(hover:hover) {
    .gray-blue:hover {
        background: #53708d
    }
}

@media(hover:none) {
    .gray-blue:active {
        background: #53708d
    }
}

.gray-mouse {
    background: #576c75;
    color: #fff
}

    .gray-mouse .action {
        background: #21282c;
        color: #fff
    }

@media(hover:hover) {
    .gray-mouse:hover {
        background: #415158
    }
}

@media(hover:none) {
    .gray-mouse:active {
        background: #415158
    }
}

.lime {
    background: #aefd6d;
    color: #fff
}

    .lime .action {
        background: #6ae704;
        color: #fff
    }

@media(hover:hover) {
    .lime:hover {
        background: #92fc3b
    }
}

@media(hover:none) {
    .lime:active {
        background: #92fc3b
    }
}

.green {
    background: #00b300;
    color: #fff
}

    .green .action {
        background: #030;
        color: #fff
    }

@media(hover:hover) {
    .green:hover {
        background: green
    }
}

@media(hover:none) {
    .green:active {
        background: green
    }
}

.emerald {
    background: #51c878;
    color: #fff
}

    .emerald .action {
        background: #25743f;
        color: #fff
    }

@media(hover:hover) {
    .emerald:hover {
        background: #37ae5f
    }
}

@media(hover:none) {
    .emerald:active {
        background: #37ae5f
    }
}

.blue {
    background: #5c85ff;
    color: #fff
}

    .blue .action {
        background: #0037db;
        color: #fff
    }

@media(hover:hover) {
    .blue:hover {
        background: #295eff
    }
}

@media(hover:none) {
    .blue:active {
        background: #295eff
    }
}

.teal {
    background: #1ac7c7;
    color: #fff
}

    .teal .action {
        background: #0b5656;
        color: #fff
    }

@media(hover:hover) {
    .teal:hover {
        background: #149999
    }
}

@media(hover:none) {
    .teal:active {
        background: #149999
    }
}

.cyan {
    background: #94b6ff;
    color: #fff
}

    .cyan .action {
        background: #145fff;
        color: #fff
    }

@media(hover:hover) {
    .cyan:hover {
        background: #6193ff
    }
}

@media(hover:none) {
    .cyan:active {
        background: #6193ff
    }
}

.cobalt {
    background: #0048ad;
    color: #fff
}

    .cobalt .action {
        background: #00132e;
        color: #fff
    }

@media(hover:hover) {
    .cobalt:hover {
        background: #00337a
    }
}

@media(hover:none) {
    .cobalt:active {
        background: #00337a
    }
}

.indigo {
    background: #6500a8;
    color: #fff
}

    .indigo .action {
        background: #180029;
        color: #fff
    }

@media(hover:hover) {
    .indigo:hover {
        background: #460075
    }
}

@media(hover:none) {
    .indigo:active {
        background: #460075
    }
}

.almost {
    background: #692ced;
    color: #fff
}

    .almost .action {
        background: #350c8d;
        color: #fff
    }

@media(hover:hover) {
    .almost:hover {
        background: #4f12d3
    }
}

@media(hover:none) {
    .almost:active {
        background: #4f12d3
    }
}

.violet {
    background: #ee81ee;
    color: #fff
}

    .violet .action {
        background: #d31dd3;
        color: #fff
    }

@media(hover:hover) {
    .violet:hover {
        background: #e854e8
    }
}

@media(hover:none) {
    .violet:active {
        background: #e854e8
    }
}

.pink {
    background: #ffc2cc;
    color: #fff
}

    .pink .action {
        background: #ff4262;
        color: #fff
    }

@media(hover:hover) {
    .pink:hover {
        background: #ff8fa2
    }
}

@media(hover:none) {
    .pink:active {
        background: #ff8fa2
    }
}

.magenta {
    background: #f0f;
    color: #fff
}

    .magenta .action {
        background: purple;
        color: #fff
    }

@media(hover:hover) {
    .magenta:hover {
        background: #c0c
    }
}

@media(hover:none) {
    .magenta:active {
        background: #c0c
    }
}

.crimson {
    background: #dd0e37;
    color: #fff
}

    .crimson .action {
        background: #650619;
        color: #fff
    }

@media(hover:hover) {
    .crimson:hover {
        background: #ad0b2b
    }
}

@media(hover:none) {
    .crimson:active {
        background: #ad0b2b
    }
}

.red {
    background: red;
    color: #fff
}

    .red .action {
        background: maroon;
        color: #fff
    }

@media(hover:hover) {
    .red:hover {
        background: #c00
    }
}

@media(hover:none) {
    .red:active {
        background: #c00
    }
}

.clown {
    background: #ff6e66;
    color: #fff
}

    .clown .action {
        background: #e60b00;
        color: #fff
    }

@media(hover:hover) {
    .clown:hover {
        background: #ff3d33
    }
}

@media(hover:none) {
    .clown:active {
        background: #ff3d33
    }
}

.orange {
    background: #ffa600;
    color: #fff
}

    .orange .action {
        background: #805300;
        color: #fff
    }

@media(hover:hover) {
    .orange:hover {
        background: #cc8500
    }
}

@media(hover:none) {
    .orange:active {
        background: #cc8500
    }
}

.amber {
    background: #ffc929;
    color: #fff
}

    .amber .action {
        background: #a87e00;
        color: #fff
    }

@media(hover:hover) {
    .amber:hover {
        background: #f5b800
    }
}

@media(hover:none) {
    .amber:active {
        background: #f5b800
    }
}

.yellow {
    background: #ffe95c;
    color: #fff
}

    .yellow .action {
        background: #dbbe00;
        color: #fff
    }

@media(hover:hover) {
    .yellow:hover {
        background: #ffe229
    }
}

@media(hover:none) {
    .yellow:active {
        background: #ffe229
    }
}

.brown {
    background: #c9763b;
    color: #fff
}

    .brown .action {
        background: #683c1d;
        color: #fff
    }

@media(hover:hover) {
    .brown:hover {
        background: #a45f2d
    }
}

@media(hover:none) {
    .brown:active {
        background: #a45f2d
    }
}

.olive {
    background: #a3a300;
    color: #fff
}

    .olive .action {
        background: #242400;
        color: #fff
    }

@media(hover:hover) {
    .olive:hover {
        background: #707000
    }
}

@media(hover:none) {
    .olive:active {
        background: #707000
    }
}

.steel {
    background: #7d92a6;
    color: #fff
}

    .steel .action {
        background: #425261;
        color: #fff
    }

@media(hover:hover) {
    .steel:hover {
        background: #61798f
    }
}

@media(hover:none) {
    .steel:active {
        background: #61798f
    }
}

.mauve {
    background: #e0adff;
    color: #fff
}

    .mauve .action {
        background: #af2eff;
        color: #fff
    }

@media(hover:hover) {
    .mauve:hover {
        background: #cc7aff
    }
}

@media(hover:none) {
    .mauve:active {
        background: #cc7aff
    }
}

.taupe {
    background: #987f67;
    color: #fff
}

    .taupe .action {
        background: #4c3f34;
        color: #fff
    }

@media(hover:hover) {
    .taupe:hover {
        background: #796553
    }
}

@media(hover:none) {
    .taupe:active {
        background: #796553
    }
}

.champagne {
    background: #f7e6ca;
    color: #fff
}

    .champagne .action {
        background: #e6b15b;
        color: #fff
    }

@media(hover:hover) {
    .champagne:hover {
        background: #f0d19d
    }
}

@media(hover:none) {
    .champagne:active {
        background: #f0d19d
    }
}

.khaki {
    background: #d5c58b;
    color: #fff
}

    .khaki .action {
        background: #a58e3b;
        color: #fff
    }

@media(hover:hover) {
    .khaki:hover {
        background: #c8b265
    }
}

@media(hover:none) {
    .khaki:active {
        background: #c8b265
    }
}

.charcoal {
    background: #999;
    color: #fff
}

    .charcoal .action {
        background: #595959;
        color: #fff
    }

@media(hover:hover) {
    .charcoal:hover {
        background: gray
    }
}

@media(hover:none) {
    .charcoal:active {
        background: gray
    }
}

.bronze {
    background: #e48f3f;
    color: #fff
}

    .bronze .action {
        background: #8f5014;
        color: #fff
    }

@media(hover:hover) {
    .bronze:hover {
        background: #d2751e
    }
}

@media(hover:none) {
    .bronze:active {
        background: #d2751e
    }
}

.windstorm {
    background: #7a9fd6;
    color: #fff
}

    .windstorm .action {
        background: #315da0;
        color: #fff
    }

@media(hover:hover) {
    .windstorm:hover {
        background: #5383ca
    }
}

@media(hover:none) {
    .windstorm:active {
        background: #5383ca
    }
}

.nude {
    background: #f7d8bb;
    color: #fff
}

    .nude .action {
        background: #ea9648;
        color: #fff
    }

@media(hover:hover) {
    .nude:hover {
        background: #f2be8d
    }
}

@media(hover:none) {
    .nude:active {
        background: #f2be8d
    }
}

.terracotta {
    background: #e35235;
    color: #fff
}

    .terracotta .action {
        background: #872612;
        color: #fff
    }

@media(hover:hover) {
    .terracotta:hover {
        background: #ca391c
    }
}

@media(hover:none) {
    .terracotta:active {
        background: #ca391c
    }
}

.coral {
    background: #ff8457;
    color: #fff
}

    .coral .action {
        background: #d63900;
        color: #fff
    }

@media(hover:hover) {
    .coral:hover {
        background: #ff5e24
    }
}

@media(hover:none) {
    .coral:active {
        background: #ff5e24
    }
}

.army {
    background: #5f6732;
    color: #fff
}

    .army .action {
        background: #101108;
        color: #fff
    }

@media(hover:hover) {
    .army:hover {
        background: #3f4422
    }
}

@media(hover:none) {
    .army:active {
        background: #3f4422
    }
}

.seashell {
    background: #fff0e5;
    color: #fff
}

    .seashell .action {
        background: #ffa666;
        color: #fff
    }

@media(hover:hover) {
    .seashell:hover {
        background: #ffd2b3
    }
}

@media(hover:none) {
    .seashell:active {
        background: #ffd2b3
    }
}

.sand {
    background: #f1e0ac;
    color: #fff
}

    .sand .action {
        background: #deb73f;
        color: #fff
    }

@media(hover:hover) {
    .sand:hover {
        background: #eacf81
    }
}

@media(hover:none) {
    .sand:active {
        background: #eacf81
    }
}

.soft-gray {
    background: #f2f2f2;
    color: #8c8c8c
}

    .soft-gray .action {
        background: #8c8c8c;
        color: #fff
    }

@media(hover:hover) {
    .soft-gray:hover {
        background: #b3b3b3;
        color: #fff
    }
}

@media(hover:none) {
    .soft-gray:active {
        background: #b3b3b3;
        color: #fff
    }
}

.soft-gray-blue {
    background: #ccd6e1;
    color: #374a5d
}

    .soft-gray-blue .action {
        background: #374a5d;
        color: #fff
    }

@media(hover:hover) {
    .soft-gray-blue:hover {
        background: #53708d;
        color: #fff
    }
}

@media(hover:none) {
    .soft-gray-blue:active {
        background: #53708d;
        color: #fff
    }
}

.soft-gray-mouse {
    background: #a7b7be;
    color: #21282c
}

    .soft-gray-mouse .action {
        background: #21282c;
        color: #fff
    }

@media(hover:hover) {
    .soft-gray-mouse:hover {
        background: #415158;
        color: #fff
    }
}

@media(hover:none) {
    .soft-gray-mouse:active {
        background: #415158;
        color: #fff
    }
}

.soft-lime {
    background: #e6fed2;
    color: #6ae704
}

    .soft-lime .action {
        background: #6ae704;
        color: #fff
    }

@media(hover:hover) {
    .soft-lime:hover {
        background: #92fc3b;
        color: #fff
    }
}

@media(hover:none) {
    .soft-lime:active {
        background: #92fc3b;
        color: #fff
    }
}

.soft-green {
    background: #9f9;
    color: #030
}

    .soft-green .action {
        background: #030;
        color: #fff
    }

@media(hover:hover) {
    .soft-green:hover {
        background: green;
        color: #fff
    }
}

@media(hover:none) {
    .soft-green:active {
        background: green;
        color: #fff
    }
}

.soft-emerald {
    background: #c5edd2;
    color: #25743f
}

    .soft-emerald .action {
        background: #25743f;
        color: #fff
    }

@media(hover:hover) {
    .soft-emerald:hover {
        background: #37ae5f;
        color: #fff
    }
}

@media(hover:none) {
    .soft-emerald:active {
        background: #37ae5f;
        color: #fff
    }
}

.soft-blue {
    background: #dbe4ff;
    color: #0037db
}

    .soft-blue .action {
        background: #0037db;
        color: #fff
    }

@media(hover:hover) {
    .soft-blue:hover {
        background: #295eff;
        color: #fff
    }
}

@media(hover:none) {
    .soft-blue:active {
        background: #295eff;
        color: #fff
    }
}

.soft-teal {
    background: #a0f3f3;
    color: #0b5656
}

    .soft-teal .action {
        background: #0b5656;
        color: #fff
    }

@media(hover:hover) {
    .soft-teal:hover {
        background: #149999;
        color: #fff
    }
}

@media(hover:none) {
    .soft-teal:active {
        background: #149999;
        color: #fff
    }
}

.soft-cyan {
    background: #e0eaff;
    color: #145fff
}

    .soft-cyan .action {
        background: #145fff;
        color: #fff
    }

@media(hover:hover) {
    .soft-cyan:hover {
        background: #6193ff;
        color: #fff
    }
}

@media(hover:none) {
    .soft-cyan:active {
        background: #6193ff;
        color: #fff
    }
}

.soft-cobalt {
    background: #94c1ff;
    color: #00132e
}

    .soft-cobalt .action {
        background: #00132e;
        color: #fff
    }

@media(hover:hover) {
    .soft-cobalt:hover {
        background: #00337a;
        color: #fff
    }
}

@media(hover:none) {
    .soft-cobalt:active {
        background: #00337a;
        color: #fff
    }
}

.soft-indigo {
    background: #d28fff;
    color: #180029
}

    .soft-indigo .action {
        background: #180029;
        color: #fff
    }

@media(hover:hover) {
    .soft-indigo:hover {
        background: #460075;
        color: #fff
    }
}

@media(hover:none) {
    .soft-indigo:active {
        background: #460075;
        color: #fff
    }
}

.soft-almost {
    background: #cdb9f9;
    color: #350c8d
}

    .soft-almost .action {
        background: #350c8d;
        color: #fff
    }

@media(hover:hover) {
    .soft-almost:hover {
        background: #4f12d3;
        color: #fff
    }
}

@media(hover:none) {
    .soft-almost:active {
        background: #4f12d3;
        color: #fff
    }
}

.soft-violet {
    background: #fadbfa;
    color: #d31dd3
}

    .soft-violet .action {
        background: #d31dd3;
        color: #fff
    }

@media(hover:hover) {
    .soft-violet:hover {
        background: #e854e8;
        color: #fff
    }
}

@media(hover:none) {
    .soft-violet:active {
        background: #e854e8;
        color: #fff
    }
}

.soft-pink {
    background: #fff5f7;
    color: #ff4262
}

    .soft-pink .action {
        background: #ff4262;
        color: #fff
    }

@media(hover:hover) {
    .soft-pink:hover {
        background: #ff8fa2;
        color: #fff
    }
}

@media(hover:none) {
    .soft-pink:active {
        background: #ff8fa2;
        color: #fff
    }
}

.soft-magenta {
    background: #fcf;
    color: purple
}

    .soft-magenta .action {
        background: purple;
        color: #fff
    }

@media(hover:hover) {
    .soft-magenta:hover {
        background: #c0c;
        color: #fff
    }
}

@media(hover:none) {
    .soft-magenta:active {
        background: #c0c;
        color: #fff
    }
}

.soft-crimson {
    background: #fcd4dc;
    color: #650619
}

    .soft-crimson .action {
        background: #650619;
        color: #fff
    }

@media(hover:hover) {
    .soft-crimson:hover {
        background: #ad0b2b;
        color: #fff
    }
}

@media(hover:none) {
    .soft-crimson:active {
        background: #ad0b2b;
        color: #fff
    }
}

.soft-red {
    background: #ffb3b3;
    color: maroon
}

    .soft-red .action {
        background: maroon;
        color: #fff
    }

@media(hover:hover) {
    .soft-red:hover {
        background: #c00;
        color: #fff
    }
}

@media(hover:none) {
    .soft-red:active {
        background: #c00;
        color: #fff
    }
}

.soft-clown {
    background: #ffe7e5;
    color: #e60b00
}

    .soft-clown .action {
        background: #e60b00;
        color: #fff
    }

@media(hover:hover) {
    .soft-clown:hover {
        background: #ff3d33;
        color: #fff
    }
}

@media(hover:none) {
    .soft-clown:active {
        background: #ff3d33;
        color: #fff
    }
}

.soft-orange {
    background: #ffedcc;
    color: #805300
}

    .soft-orange .action {
        background: #805300;
        color: #fff
    }

@media(hover:hover) {
    .soft-orange:hover {
        background: #cc8500;
        color: #fff
    }
}

@media(hover:none) {
    .soft-orange:active {
        background: #cc8500;
        color: #fff
    }
}

.soft-amber {
    background: #ffe38f;
    color: #a87e00
}

    .soft-amber .action {
        background: #a87e00;
        color: #fff
    }

@media(hover:hover) {
    .soft-amber:hover {
        background: #f5b800;
        color: #fff
    }
}

@media(hover:none) {
    .soft-amber:active {
        background: #f5b800;
        color: #fff
    }
}

.soft-yellow {
    background: #fffadb;
    color: #dbbe00
}

    .soft-yellow .action {
        background: #dbbe00;
        color: #fff
    }

@media(hover:hover) {
    .soft-yellow:hover {
        background: #ffe229;
        color: #fff
    }
}

@media(hover:none) {
    .soft-yellow:active {
        background: #ffe229;
        color: #fff
    }
}

.soft-brown {
    background: #eacab3;
    color: #683c1d
}

    .soft-brown .action {
        background: #683c1d;
        color: #fff
    }

@media(hover:hover) {
    .soft-brown:hover {
        background: #a45f2d;
        color: #fff
    }
}

@media(hover:none) {
    .soft-brown:active {
        background: #a45f2d;
        color: #fff
    }
}

.soft-olive {
    background: #ffff70;
    color: #242400
}

    .soft-olive .action {
        background: #242400;
        color: #fff
    }

@media(hover:hover) {
    .soft-olive:hover {
        background: #707000;
        color: #fff
    }
}

@media(hover:none) {
    .soft-olive:active {
        background: #707000;
        color: #fff
    }
}

.soft-steel {
    background: #d8dee4;
    color: #425261
}

    .soft-steel .action {
        background: #425261;
        color: #fff
    }

@media(hover:hover) {
    .soft-steel:hover {
        background: #61798f;
        color: #fff
    }
}

@media(hover:none) {
    .soft-steel:active {
        background: #61798f;
        color: #fff
    }
}

.soft-mauve {
    background: #f7ebff;
    color: #af2eff
}

    .soft-mauve .action {
        background: #af2eff;
        color: #fff
    }

@media(hover:hover) {
    .soft-mauve:hover {
        background: #cc7aff;
        color: #fff
    }
}

@media(hover:none) {
    .soft-mauve:active {
        background: #cc7aff;
        color: #fff
    }
}

.soft-taupe {
    background: #d6ccc2;
    color: #4c3f34
}

    .soft-taupe .action {
        background: #4c3f34;
        color: #fff
    }

@media(hover:hover) {
    .soft-taupe:hover {
        background: #796553;
        color: #fff
    }
}

@media(hover:none) {
    .soft-taupe:active {
        background: #796553;
        color: #fff
    }
}

.soft-champagne {
    background: #fefbf6;
    color: #e6b15b
}

    .soft-champagne .action {
        background: #e6b15b;
        color: #fff
    }

@media(hover:hover) {
    .soft-champagne:hover {
        background: #f0d19d;
        color: #fff
    }
}

@media(hover:none) {
    .soft-champagne:active {
        background: #f0d19d;
        color: #fff
    }
}

.soft-khaki {
    background: #f7f4e9;
    color: #a58e3b
}

    .soft-khaki .action {
        background: #a58e3b;
        color: #fff
    }

@media(hover:hover) {
    .soft-khaki:hover {
        background: #c8b265;
        color: #fff
    }
}

@media(hover:none) {
    .soft-khaki:active {
        background: #c8b265;
        color: #fff
    }
}

.soft-charcoal {
    background: #e6e6e6;
    color: #595959
}

    .soft-charcoal .action {
        background: #595959;
        color: #fff
    }

@media(hover:hover) {
    .soft-charcoal:hover {
        background: gray;
        color: #fff
    }
}

@media(hover:none) {
    .soft-charcoal:active {
        background: gray;
        color: #fff
    }
}

.soft-bronze {
    background: #f7ddc5;
    color: #8f5014
}

    .soft-bronze .action {
        background: #8f5014;
        color: #fff
    }

@media(hover:hover) {
    .soft-bronze:hover {
        background: #d2751e;
        color: #fff
    }
}

@media(hover:none) {
    .soft-bronze:active {
        background: #d2751e;
        color: #fff
    }
}

.soft-windstorm {
    background: #e4ebf7;
    color: #315da0
}

    .soft-windstorm .action {
        background: #315da0;
        color: #fff
    }

@media(hover:hover) {
    .soft-windstorm:hover {
        background: #5383ca;
        color: #fff
    }
}

@media(hover:none) {
    .soft-windstorm:active {
        background: #5383ca;
        color: #fff
    }
}

.soft-nude {
    background: #fdf7f1;
    color: #ea9648
}

    .soft-nude .action {
        background: #ea9648;
        color: #fff
    }

@media(hover:hover) {
    .soft-nude:hover {
        background: #f2be8d;
        color: #fff
    }
}

@media(hover:none) {
    .soft-nude:active {
        background: #f2be8d;
        color: #fff
    }
}

.soft-terracotta {
    background: #f6c5bc;
    color: #872612
}

    .soft-terracotta .action {
        background: #872612;
        color: #fff
    }

@media(hover:hover) {
    .soft-terracotta:hover {
        background: #ca391c;
        color: #fff
    }
}

@media(hover:none) {
    .soft-terracotta:active {
        background: #ca391c;
        color: #fff
    }
}

.soft-coral {
    background: #ffe1d6;
    color: #d63900
}

    .soft-coral .action {
        background: #d63900;
        color: #fff
    }

@media(hover:hover) {
    .soft-coral:hover {
        background: #ff5e24;
        color: #fff
    }
}

@media(hover:none) {
    .soft-coral:active {
        background: #ff5e24;
        color: #fff
    }
}

.soft-army {
    background: #ced5aa;
    color: #101108
}

    .soft-army .action {
        background: #101108;
        color: #fff
    }

@media(hover:hover) {
    .soft-army:hover {
        background: #3f4422;
        color: #fff
    }
}

@media(hover:none) {
    .soft-army:active {
        background: #3f4422;
        color: #fff
    }
}

.soft-seashell {
    background: #fff9f5;
    color: #ffa666
}

    .soft-seashell .action {
        background: #ffa666;
        color: #fff
    }

@media(hover:hover) {
    .soft-seashell:hover {
        background: #ffd2b3;
        color: #fff
    }
}

@media(hover:none) {
    .soft-seashell:active {
        background: #ffd2b3;
        color: #fff
    }
}

.soft-sand {
    background: #fcf8ee;
    color: #deb73f
}

    .soft-sand .action {
        background: #deb73f;
        color: #fff
    }

@media(hover:hover) {
    .soft-sand:hover {
        background: #eacf81;
        color: #fff
    }
}

@media(hover:none) {
    .soft-sand:active {
        background: #eacf81;
        color: #fff
    }
}

.cloak, .m4-cloak {
    opacity: 0 !important
}

.remove-cloak {
    animation: kf-fadeIn 1s linear forwards
}

.add-cloak {
    animation: kf-fadeOut 1s linear forwards
}

@keyframes kf-fadeIn {
    to {
        opacity: 1
    }
}

@keyframes kf-fadeOut {
    to {
        opacity: 0
    }
}

:root {
    --clock-background: transparent;
    --clock-color: #191919;
    --clock-font-size: 14px
}

.dark-side {
    --clock-background: transparent;
    --clock-color: #dbdfe7
}

.clock {
    font-size: var(--clock-font-size);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    background: var(--clock-background);
    color: var(--clock-color)
}

    .clock.show-column {
        align-items: flex-end !important;
        flex-direction: column;
        gap: 0
    }

    .clock .clock-time {
        display: inline-flex;
        flex-flow: row nowrap;
        gap: 4px;
        line-height: 1
    }

    .clock .clock-time, .clock .clock-date {
        white-space: nowrap
    }

    .clock .clock-hour, .clock .clock-minutes {
        display: flex;
        align-items: center;
        justify-content: center;
        width: var(--clock-font-size)
    }

    .clock .clock-divider {
        width: calc(var(--clock-font-size) / 6.4)
    }

    .clock .clock-ampm {
        font-size: calc(var(--clock-font-size) / 2);
        display: flex;
        align-items: flex-end;
        padding-bottom: 6px
    }

    .clock.digital {
        font-family: digital,monospace
    }

:root {
    --dropdown-caret-color: #191919
}

.dark-side {
    --dropdown-caret-color: #ffffff
}

.dropdown {
    position: absolute !important;
    z-index: 1030 !important
}

.dropdown-caret {
    margin-left: 4px
}

ul ul .dropdown-caret {
    margin-left: auto
}

.dropdown-toggle svg {
    fill: var(--dropdown-caret-color);
    transform: rotate(90deg);
    transition: transform .3s
}

.dropdown-toggle.active-toggle svg {
    transform: rotate(270deg)
}

.dropdown-toggle.light-toggle {
    --dropdown-caret-color: #fff !important
}

.no-dropdown-caret .dropdown-caret {
    display: none !important
}

.drop-left {
    right: 100% !important;
    top: 0 !important
}

.drop-right {
    left: 100% !important;
    top: 0 !important
}

.drop-up {
    top: auto !important;
    bottom: 100% !important
}

.drop-up-left {
    top: auto !important;
    bottom: 100% !important;
    left: 0
}

.drop-up-right {
    top: auto !important;
    bottom: 100% !important;
    right: 0 !important
}

.drop-down {
    top: 100% !important;
    bottom: auto !important
}

.drop-down-left {
    top: 100% !important;
    bottom: auto !important;
    left: 0 !important
}

.drop-down-right {
    top: 100% !important;
    bottom: auto !important;
    right: 0 !important
}

:root {
    --tag-background: #f8f8f8;
    --tag-color: #191919;
    --tag-action-background: #dcdcdc;
    --tag-action-color: #191919
}

.dark-side {
    --tag-background: #53575c;
    --tag-color: #f3fcff;
    --tag-action-background: #2b2d30;
    --tag-action-color: #ffffff
}

.tag {
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin: 2px;
    padding: 0;
    height: 26px;
    background: var(--tag-background);
    color: var(--tag-color);
    cursor: default;
    border-radius: 4px;
    flex-wrap: nowrap
}

    .tag .title {
        display: flex;
        align-items: center;
        position: relative;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 .5rem;
        white-space: nowrap;
        height: 100%
    }

    .tag .action {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        height: 100%;
        aspect-ratio: 1;
        text-align: center;
        cursor: pointer;
        background: var(--tag-action-background);
        color: var(--tag-action-color);
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        transition: all .15s ease-in-out;
        line-height: 1
    }

@media(hover:hover) {
    .tag .action:hover {
        font-size: 1.4em
    }
}

@media(hover:none) {
    .tag .action:active {
        font-size: 1.4em
    }
}

.tag.short-tag .title {
    max-width: 120px
}

.tag.static {
    background: #d4f0ff;
    color: #1d1d1d
}

    .tag.static .action {
        display: none !important
    }

.tag.primary .action {
    background: #f52522;
    color: #fff
}

.tag.primary:hover {
    background: #f75553 !important
}

.tag.secondary .action {
    background: #451806;
    color: #fff
}

.tag.secondary:hover {
    background: #74290a !important
}

.tag.tertiary .action {
    background: #ff8c8a;
    color: #fff
}

.tag.tertiary:hover {
    background: #ffbebd !important
}

.tag.success .action {
    background: #37ae5f;
    color: #fff
}

.tag.success:hover {
    background: #51c878 !important
}

.tag.alert .action {
    background: #ad0b2b;
    color: #fff
}

.tag.alert:hover {
    background: #dd0e37 !important
}

.tag.warning .action {
    background: #cc8500;
    color: #fff
}

.tag.warning:hover {
    background: #ffa600 !important
}

.tag.info .action {
    background: #136cff;
    color: #fff
}

.tag.info:hover {
    background: #468cff !important
}

.tag.dark .action {
    background: #373737;
    color: #fff
}

.tag.dark:hover {
    background: #505050 !important
}

.tag.light .action {
    background: #dfdfdf;
    color: #fff
}

.tag.light:hover {
    background: #f8f8f8 !important
}

.tag.soft-gray .action {
    background: #d9d9d9;
    color: #000
}

.tag.soft-gray:hover {
    background: #f2f2f2 !important;
    color: #8c8c8c !important
}

.tag.normal-gray .action {
    background: #b3b3b3;
    color: #fff
}

.tag.normal-gray:hover {
    background: #ccc !important;
    color: #fff
}

.tag.soft-gray-blue .action {
    background: #abbdce;
    color: #000
}

.tag.soft-gray-blue:hover {
    background: #ccd6e1 !important;
    color: #374a5d !important
}

.tag.normal-gray-blue .action {
    background: #53708d;
    color: #fff
}

.tag.normal-gray-blue:hover {
    background: #6b8aa8 !important;
    color: #fff
}

.tag.soft-gray-mouse .action {
    background: #8a9fa8;
    color: #000
}

.tag.soft-gray-mouse:hover {
    background: #a7b7be !important;
    color: #21282c !important
}

.tag.normal-gray-mouse .action {
    background: #415158;
    color: #fff
}

.tag.normal-gray-mouse:hover {
    background: #576c75 !important;
    color: #fff
}

.tag.soft-lime .action {
    background: #cafea0;
    color: #000
}

.tag.soft-lime:hover {
    background: #e6fed2 !important;
    color: #6ae704 !important
}

.tag.normal-lime .action {
    background: #92fc3b;
    color: #fff
}

.tag.normal-lime:hover {
    background: #aefd6d !important;
    color: #fff
}

.tag.soft-green .action {
    background: #6f6;
    color: #000
}

.tag.soft-green:hover {
    background: #9f9 !important;
    color: #030 !important
}

.tag.normal-green .action {
    background: green;
    color: #fff
}

.tag.normal-green:hover {
    background: #00b300 !important;
    color: #fff
}

.tag.soft-emerald .action {
    background: #9ee0b4;
    color: #000
}

.tag.soft-emerald:hover {
    background: #c5edd2 !important;
    color: #25743f !important
}

.tag.normal-emerald .action {
    background: #37ae5f;
    color: #fff
}

.tag.normal-emerald:hover {
    background: #51c878 !important;
    color: #fff
}

.tag.soft-blue .action {
    background: #a8beff;
    color: #000
}

.tag.soft-blue:hover {
    background: #dbe4ff !important;
    color: #0037db !important
}

.tag.normal-blue .action {
    background: #295eff;
    color: #fff
}

.tag.normal-blue:hover {
    background: #5c85ff !important;
    color: #fff
}

.tag.soft-teal .action {
    background: #73eded;
    color: #000
}

.tag.soft-teal:hover {
    background: #a0f3f3 !important;
    color: #0b5656 !important
}

.tag.normal-teal .action {
    background: #149999;
    color: #fff
}

.tag.normal-teal:hover {
    background: #1ac7c7 !important;
    color: #fff
}

.tag.soft-cyan .action {
    background: #adc7ff;
    color: #000
}

.tag.soft-cyan:hover {
    background: #e0eaff !important;
    color: #145fff !important
}

.tag.normal-cyan .action {
    background: #6193ff;
    color: #fff
}

.tag.normal-cyan:hover {
    background: #94b6ff !important;
    color: #fff
}

.tag.soft-cobalt .action {
    background: #61a3ff;
    color: #000
}

.tag.soft-cobalt:hover {
    background: #94c1ff !important;
    color: #00132e !important
}

.tag.normal-cobalt .action {
    background: #00337a;
    color: #fff
}

.tag.normal-cobalt:hover {
    background: #0048ad !important;
    color: #fff
}

.tag.soft-indigo .action {
    background: #be5cff;
    color: #000
}

.tag.soft-indigo:hover {
    background: #d28fff !important;
    color: #180029 !important
}

.tag.normal-indigo .action {
    background: #460075;
    color: #fff
}

.tag.normal-indigo:hover {
    background: #6500a8 !important;
    color: #fff
}

.tag.soft-almost .action {
    background: #ac8af5;
    color: #000
}

.tag.soft-almost:hover {
    background: #cdb9f9 !important;
    color: #350c8d !important
}

.tag.normal-almost .action {
    background: #4f12d3;
    color: #fff
}

.tag.normal-almost:hover {
    background: #692ced !important;
    color: #fff
}

.tag.soft-violet .action {
    background: #f4aef4;
    color: #000
}

.tag.soft-violet:hover {
    background: #fadbfa !important;
    color: #d31dd3 !important
}

.tag.normal-violet .action {
    background: #e854e8;
    color: #fff
}

.tag.normal-violet:hover {
    background: #ee81ee !important;
    color: #fff
}

.tag.soft-pink .action {
    background: #ffc2cc;
    color: #000
}

.tag.soft-pink:hover {
    background: #fff5f7 !important;
    color: #ff4262 !important
}

.tag.normal-pink .action {
    background: #ff8fa2;
    color: #fff
}

.tag.normal-pink:hover {
    background: #ffc2cc !important;
    color: #fff
}

.tag.soft-magenta .action {
    background: #f9f;
    color: #000
}

.tag.soft-magenta:hover {
    background: #fcf !important;
    color: purple !important
}

.tag.normal-magenta .action {
    background: #c0c;
    color: #fff
}

.tag.normal-magenta:hover {
    background: #f0f !important;
    color: #fff
}

.tag.soft-crimson .action {
    background: #f9a4b5;
    color: #000
}

.tag.soft-crimson:hover {
    background: #fcd4dc !important;
    color: #650619 !important
}

.tag.normal-crimson .action {
    background: #ad0b2b;
    color: #fff
}

.tag.normal-crimson:hover {
    background: #dd0e37 !important;
    color: #fff
}

.tag.soft-red .action {
    background: #ff8080;
    color: #000
}

.tag.soft-red:hover {
    background: #ffb3b3 !important;
    color: maroon !important
}

.tag.normal-red .action {
    background: #c00;
    color: #fff
}

.tag.normal-red:hover {
    background: red !important;
    color: #fff
}

.tag.soft-clown .action {
    background: #ffb6b3;
    color: #000
}

.tag.soft-clown:hover {
    background: #ffe7e5 !important;
    color: #e60b00 !important
}

.tag.normal-clown .action {
    background: #ff3d33;
    color: #fff
}

.tag.normal-clown:hover {
    background: #ff6e66 !important;
    color: #fff
}

.tag.soft-orange .action {
    background: #ffdb99;
    color: #000
}

.tag.soft-orange:hover {
    background: #ffedcc !important;
    color: #805300 !important
}

.tag.normal-orange .action {
    background: #cc8500;
    color: #fff
}

.tag.normal-orange:hover {
    background: #ffa600 !important;
    color: #fff
}

.tag.soft-amber .action {
    background: #ffd65c;
    color: #000
}

.tag.soft-amber:hover {
    background: #ffe38f !important;
    color: #a87e00 !important
}

.tag.normal-amber .action {
    background: #f5b800;
    color: #fff
}

.tag.normal-amber:hover {
    background: #ffc929 !important;
    color: #fff
}

.tag.soft-yellow .action {
    background: #fff3a8;
    color: #000
}

.tag.soft-yellow:hover {
    background: #fffadb !important;
    color: #dbbe00 !important
}

.tag.normal-yellow .action {
    background: #ffe229;
    color: #fff
}

.tag.normal-yellow:hover {
    background: #ffe95c !important;
    color: #fff
}

.tag.soft-brown .action {
    background: #dfae8b;
    color: #000
}

.tag.soft-brown:hover {
    background: #eacab3 !important;
    color: #683c1d !important
}

.tag.normal-brown .action {
    background: #a45f2d;
    color: #fff
}

.tag.normal-brown:hover {
    background: #c9763b !important;
    color: #fff
}

.tag.soft-olive .action {
    background: #ffff3d;
    color: #000
}

.tag.soft-olive:hover {
    background: #ffff70 !important;
    color: #242400 !important
}

.tag.normal-olive .action {
    background: #707000;
    color: #fff
}

.tag.normal-olive:hover {
    background: #a3a300 !important;
    color: #fff
}

.tag.soft-steel .action {
    background: #b9c5cf;
    color: #000
}

.tag.soft-steel:hover {
    background: #d8dee4 !important;
    color: #425261 !important
}

.tag.normal-steel .action {
    background: #61798f;
    color: #fff
}

.tag.normal-steel:hover {
    background: #7d92a6 !important;
    color: #fff
}

.tag.soft-mauve .action {
    background: #e4b8ff;
    color: #000
}

.tag.soft-mauve:hover {
    background: #f7ebff !important;
    color: #af2eff !important
}

.tag.normal-mauve .action {
    background: #cc7aff;
    color: #fff
}

.tag.normal-mauve:hover {
    background: #e0adff !important;
    color: #fff
}

.tag.soft-taupe .action {
    background: #c1b2a4;
    color: #000
}

.tag.soft-taupe:hover {
    background: #d6ccc2 !important;
    color: #4c3f34 !important
}

.tag.normal-taupe .action {
    background: #796553;
    color: #fff
}

.tag.normal-taupe:hover {
    background: #987f67 !important;
    color: #fff
}

.tag.soft-champagne .action {
    background: #f7e6ca;
    color: #000
}

.tag.soft-champagne:hover {
    background: #fefbf6 !important;
    color: #e6b15b !important
}

.tag.normal-champagne .action {
    background: #f0d19d;
    color: #fff
}

.tag.normal-champagne:hover {
    background: #f7e6ca !important;
    color: #fff
}

.tag.soft-khaki .action {
    background: #e9e1c3;
    color: #000
}

.tag.soft-khaki:hover {
    background: #f7f4e9 !important;
    color: #a58e3b !important
}

.tag.normal-khaki .action {
    background: #c8b265;
    color: #fff
}

.tag.normal-khaki:hover {
    background: #d5c58b !important;
    color: #fff
}

.tag.soft-charcoal .action {
    background: #ccc;
    color: #000
}

.tag.soft-charcoal:hover {
    background: #e6e6e6 !important;
    color: #595959 !important
}

.tag.normal-charcoal .action {
    background: gray;
    color: #fff
}

.tag.normal-charcoal:hover {
    background: #999 !important;
    color: #fff
}

.tag.soft-bronze .action {
    background: #f0c398;
    color: #000
}

.tag.soft-bronze:hover {
    background: #f7ddc5 !important;
    color: #8f5014 !important
}

.tag.normal-bronze .action {
    background: #d2751e;
    color: #fff
}

.tag.normal-bronze:hover {
    background: #e48f3f !important;
    color: #fff
}

.tag.soft-windstorm .action {
    background: #bdcfeb;
    color: #000
}

.tag.soft-windstorm:hover {
    background: #e4ebf7 !important;
    color: #315da0 !important
}

.tag.normal-windstorm .action {
    background: #5383ca;
    color: #fff
}

.tag.normal-windstorm:hover {
    background: #7a9fd6 !important;
    color: #fff
}

.tag.soft-nude .action {
    background: #f8ddc4;
    color: #000
}

.tag.soft-nude:hover {
    background: #fdf7f1 !important;
    color: #ea9648 !important
}

.tag.normal-nude .action {
    background: #f2be8d;
    color: #fff
}

.tag.normal-nude:hover {
    background: #f7d8bb !important;
    color: #fff
}

.tag.soft-terracotta .action {
    background: #f09f8f;
    color: #000
}

.tag.soft-terracotta:hover {
    background: #f6c5bc !important;
    color: #872612 !important
}

.tag.normal-terracotta .action {
    background: #ca391c;
    color: #fff
}

.tag.normal-terracotta:hover {
    background: #e35235 !important;
    color: #fff
}

.tag.soft-coral .action {
    background: #ffbca3;
    color: #000
}

.tag.soft-coral:hover {
    background: #ffe1d6 !important;
    color: #d63900 !important
}

.tag.normal-coral .action {
    background: #ff5e24;
    color: #fff
}

.tag.normal-coral:hover {
    background: #ff8457 !important;
    color: #fff
}

.tag.soft-army .action {
    background: #bbc487;
    color: #000
}

.tag.soft-army:hover {
    background: #ced5aa !important;
    color: #101108 !important
}

.tag.normal-army .action {
    background: #3f4422;
    color: #fff
}

.tag.normal-army:hover {
    background: #5f6732 !important;
    color: #fff
}

.tag.soft-seashell .action {
    background: #ffdbc2;
    color: #000
}

.tag.soft-seashell:hover {
    background: #fff9f5 !important;
    color: #ffa666 !important
}

.tag.normal-seashell .action {
    background: #ffd2b3;
    color: #fff
}

.tag.normal-seashell:hover {
    background: #fff0e5 !important;
    color: #fff
}

.tag.soft-sand .action {
    background: #f5e8c2;
    color: #000
}

.tag.soft-sand:hover {
    background: #fcf8ee !important;
    color: #deb73f !important
}

.tag.normal-sand .action {
    background: #eacf81;
    color: #fff
}

.tag.normal-sand:hover {
    background: #f1e0ac !important;
    color: #fff
}

:root {
    --select-focus-color: rgba(242, 242, 242, .45);
    --select-disabled-color: #ccc;
    --select-options-background: #ffffff;
    --select-options-color: #191919;
    --select-option-background: transparent;
    --select-option-color: inherit;
    --select-option-background-hover: rgba(29, 29, 29, .1);
    --select-option-color-hover: inherit;
    --select-option-background-selected: #e8e8e8;
    --select-option-color-selected: #191919;
    --select-button-background: transparent;
    --select-button-color: #191919;
    --select-button-background-hover: transparent;
    --select-button-color-hover: #191919;
    --select-dropdown-toggle-color: #191919;
    --select-group-title-background: #f6f7f8;
    --select-group-title-color: #646464;
    --select-item-group-title-background: transparent;
    --select-item-group-title-color: #ccc;
    --select-tag-background: #f6f7f8;
    --select-tag-color: #191919;
    --select-tag-button-background: #f6f7f8;
    --select-tag-button-color: #191919;
    --select-border-radius: 4px
}

.dark-side {
    --select-focus-color: rgba(242, 242, 242, .2);
    --select-disabled-color: #ccc;
    --select-options-background: #2b2d30;
    --select-options-color: #dbdfe7;
    --select-option-background: transparent;
    --select-option-color: inherit;
    --select-option-background-hover: #43454a;
    --select-option-color-hover: #ffffff;
    --select-option-background-selected: #43454a;
    --select-option-color-selected: #ffffff;
    --select-button-background: transparent;
    --select-button-color: #dbdfe7;
    --select-button-background-hover: transparent;
    --select-button-color-hover: #ffffff;
    --select-dropdown-toggle-color: #ffffff;
    --select-group-title-background: #1e1f22;
    --select-group-title-color: #646464;
    --select-item-group-title-background: transparent;
    --select-item-group-title-color: #646464;
    --select-tag-background: #2b2d30;
    --select-tag-color: #dbdfe7;
    --select-tag-button-background: #2b2d30;
    --select-tag-button-color: #dbdfe7
}

.select {
    --select-height: var(--control-height-normal);
    --select-font-size: 16px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    cursor: pointer;
    position: relative;
    margin: 0;
    user-select: none;
    border-radius: var(--select-border-radius)
}

    .select:hover .button, .select.focused .button {
        border: none !important;
        box-shadow: none !important
    }

    .select.small {
        --select-height: var(--control-height-small);
        --select-font-size: 12px
    }

    .select.medium {
        --select-height: var(--control-height-medium);
        --select-font-size: 14px
    }

    .select.large {
        --select-height: var(--control-height-large);
        --select-font-size: 16px
    }

    .select.largest {
        --select-height: var(--control-height-largest);
        --select-font-size: 20px
    }

    .select .dropdown-caret {
        --caret-size: calc(var(--select-font-size) * 1.5);
        position: absolute;
        top: calc((var(--select-height, 36px) - var(--caret-size)) / 2);
        right: 8px;
        height: var(--caret-size);
        width: var(--caret-size);
        aspect-ratio: 1 / 1;
        transform: rotate(90deg);
        transition: transform .2s ease-in-out;
        fill: var(--select-dropdown-toggle-color)
    }

    .select.active-toggle .dropdown-caret {
        transform: rotate(270deg)
    }

    .select .option-list {
        margin: 0;
        list-style: none inside;
        overflow-y: auto;
        position: relative;
        display: block;
        background-color: var(--select-options-background);
        color: var(--select-options-color);
        border-radius: var(--select-border-radius);
        padding: 4px 0
    }

        .select .option-list li {
            display: block;
            margin: 0 4px;
            border-radius: var(--select-border-radius);
            overflow: hidden
        }

        .select .option-list a {
            min-width: auto;
            height: 32px;
            line-height: 32px;
            text-overflow: ellipsis;
            padding: 0 10px;
            font-size: var(--select-font-size);
            display: flex;
            align-items: center;
            justify-content: flex-start;
            white-space: nowrap
        }

        .select .option-list .icon {
            position: absolute;
            left: 8px;
            top: 8px;
            width: 16px;
            height: 16px;
            font-size: var(--select-font-size);
            display: flex;
            object-fit: cover;
            color: var(--select-option-color)
        }

            .select .option-list .icon * {
                object-fit: cover;
                font-size: 16px;
                width: 100%;
                height: 100%
            }

        .select .option-list a:has(.icon) {
            padding-left: 32px
        }

        .select .option-list li:hover {
            background-color: var(--select-option-background-hover);
            color: var(--select-option-color-hover)
        }

        .select .option-list li.active {
            background-color: var(--select-option-background-selected);
            color: var(--select-option-color-selected);
            font-weight: 700
        }

    .select input[type=checkbox] {
        width: 1px;
        height: 1px;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0
    }

    .select select {
        display: none
    }

    .select > .button-group {
        display: flex;
        flex-wrap: nowrap;
        margin-right: calc(var(--select-height, 36px) - 2px)
    }

    .select select[multiple] ~ .button-group {
        margin-right: 0
    }

    .select .button {
        background-color: var(--select-button-background);
        color: var(--select-button-color);
        height: calc(var(--select-height, 36px) - 2px);
        min-width: calc(var(--select-height, 36px) - 2px)
    }

        .select .button:hover {
            background-color: var(--select-button-background-hover);
            color: var(--select-button-color-hover);
            text-shadow: rgba(0,0,0,.25) .1em .1em .2em
        }

    .select .input-clear-button {
        height: calc(var(--select-height, 36px) - 2px);
        width: calc(var(--select-height, 36px) - 2px);
        background-color: transparent
    }

        .select .input-clear-button:hover {
            background-color: transparent
        }

    .select .select-input {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        cursor: pointer;
        width: calc(100% - .1rem);
        height: calc(var(--select-height, 36px) - 2px);
        font-size: var(--select-font-size);
        padding: 0 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

        .select .select-input .icon {
            margin: 0 8px 0 4px;
            width: var(--select-font-size);
            height: var(--select-font-size);
            font-size: var(--select-font-size);
            display: flex;
            object-fit: cover
        }

            .select .select-input .icon * {
                object-fit: cover;
                font-size: inherit
            }

        .select .select-input:focus {
            box-shadow: none
        }

    .select select[multiple] ~ .select-input {
        padding-left: 0
    }

    .select:hover input {
        border-color: transparent
    }

    .select:hover .button:focus, .select:hover .button:active, .select:hover .button:hover {
        border: none !important;
        box-shadow: none !important
    }

    .select .drop-container {
        position: absolute;
        top: 100%;
        left: 0;
        width: calc(100% + 2px);
        height: auto;
        border: 1px solid var(--border-color);
        padding: 2px;
        margin-left: -1px;
        z-index: 1000;
        background-color: var(--select-options-background);
        color: var(--select-options-color);
        box-shadow: 0 10px 15px -3px var(--shadow-color-medium),0 4px 6px -4px var(--shadow-color-medium)
    }

        .select .drop-container .input {
            margin: 4px 2px 6px;
            width: calc(100% - 4px)
        }

    .select.drop-full-size .drop-container {
        width: max-content
    }

    .select.focused {
        box-shadow: 0 0 0 3px var(--select-focus-color)
    }

    .select .group-title {
        background-color: var(--select-group-title-background);
        color: var(--select-group-title-color);
        font-size: .75rem;
        line-height: .875rem;
        padding: .25rem .5rem .25rem 1rem;
        border: 0;
        font-weight: 700
    }

        .select .group-title:hover {
            background-color: var(--select-group-title-background) !important;
            color: var(--select-group-title-color) !important;
            cursor: default
        }

    .select ul {
        right: 0;
        left: 0
    }

    .select.multiple {
        flex-wrap: wrap;
        height: auto;
        min-height: var(--select-height, 36px)
    }

        .select.multiple > .button-group {
            position: absolute;
            top: 0;
            right: 34px
        }

        .select.multiple .select-input {
            height: auto;
            min-height: var(--select-height, 36px)
        }

        .select.multiple .button-group:not(.d-none) ~ .select-input {
            margin-right: 68px
        }

    .select .prepend {
        order: 1
    }

    .select .append {
        order: 3
    }

    .select .select-input {
        order: 2
    }

    .select .button-group {
        order: 3
    }

    .select .prepend {
        border-top-left-radius: var(--select-border-radius);
        border-bottom-left-radius: var(--select-border-radius)
    }

    .select[dir=rtl], .select.rtl {
        flex-direction: row-reverse
    }

        .select[dir=rtl] .select-input, .select.rtl .select-input {
            order: 3
        }

        .select[dir=rtl] .prepend, .select.rtl .prepend {
            order: 4
        }

        .select[dir=rtl] .append, .select.rtl .append {
            order: 1
        }

        .select[dir=rtl] .button-group, .select.rtl .button-group {
            order: 2
        }

        .select[dir=rtl] .dropdown-caret, .select.rtl .dropdown-caret {
            right: auto;
            left: 8px
        }

    .select .selected-item__group-name {
        font-size: .75rem;
        background-color: var(--select-item-group-title-background);
        color: var(--select-item-group-title-color)
    }

    .select .tag {
        --tag-height: calc(var(--select-height, 36px) - 4px);
        background-color: var(--select-tag-background);
        color: var(--select-tag-color);
        border: 1px solid var(--border-color);
        height: var(--tag-height)
    }

        .select .tag .title {
            height: 100%;
            font-size: var(--select-font-size)
        }

    .select.no-icons .option-list a {
        padding: 0 1rem
    }

    .select.no-icons .option-list .icon {
        display: none
    }

    .select .unselect-option {
        margin-left: 6px
    }

    .select.pill-input {
        --select-border-radius: calc(var(--select-height, 36px) * .44)
    }

        .select.pill-input .button {
            border-radius: 50%
        }

        .select.pill-input .tag {
            border-radius: var(--select-border-radius)
        }

            .select.pill-input .tag .action {
                border-top-right-radius: 50%;
                border-bottom-right-radius: 50%
            }

    .select .d-none {
        display: none
    }

:root {
    --input-autocomplete-background: #ffffff;
    --input-autocomplete-color: #191919;
    --input-autocomplete-selected-color: #468cff;
    --input-autocomplete-selected-background: transparent;
    --input-border-radius: 4px
}

.dark-side {
    --input-autocomplete-background: #2b2d30;
    --input-autocomplete-color: #dbdfe7;
    --input-autocomplete-selected-color: #ffc351;
    --input-autocomplete-selected-background: transparent
}

.input {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    border-radius: var(--input-border-radius)
}

    .input:hover input {
        border-color: transparent
    }

    .input.focused {
        box-shadow: 0 0 0 3px var(--input-box-shadow)
    }

    .input input {
        border: none !important;
        order: 1;
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: 0;
        padding: 0 .75rem;
        background: transparent;
        color: inherit;
        font-family: inherit
    }

        .input input:focus {
            box-shadow: none
        }

    .input .button-group {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        padding: 0 2px
    }

    .input .button {
        background-color: transparent;
        border-color: transparent;
        color: var(--input-color);
        height: calc(100% - 4px);
        aspect-ratio: 1;
        border: 1px solid var(--input-border-color);
        font-size: calc(var(--input-font-size) * .8);
        padding: 0
    }

        .input .button:focus, .input .button:active {
            box-shadow: none !important
        }

    .input .input-clear-button, .input .input-reveal-button, .input .input-search-button, .input .input-clear-button:hover, .input .input-reveal-button:hover, .input .input-search-button:hover {
        background-color: transparent
    }

    .input.disabled .button-group button {
        background-color: transparent;
        color: var(--input-color-disabled)
    }

    .input .prepend {
        order: 1
    }

    .input .prepend-options {
        order: 2
    }

    .input input {
        order: 3
    }

    .input .append-options {
        order: 5
    }

    .input .button-group {
        order: 4
    }

    .input .append {
        order: 6
    }

    .input .prepend, .input .append {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .input .prepend {
        border-top-left-radius: var(--input-border-radius);
        border-bottom-left-radius: var(--input-border-radius)
    }

    .input .append {
        border-top-right-radius: var(--input-border-radius);
        border-bottom-right-radius: var(--input-border-radius)
    }

    .input.pill-input, input.pill-input {
        --input-border-radius: calc(var(--input-height) * .44)
    }

        .input.pill-input .button, input.pill-input .button {
            border-radius: 50%
        }

    .input .autocomplete-list {
        margin: 0;
        padding: 0;
        list-style: none inside;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        overflow: hidden;
        overflow-y: auto;
        background-color: var(--input-autocomplete-background);
        color: var(--input-autocomplete-color);
        height: auto;
        border: 1px solid var(--border-color);
        z-index: 3
    }

        .input .autocomplete-list .item {
            display: flex;
            position: relative;
            padding: 0 8px;
            cursor: pointer;
            align-items: center;
            justify-content: flex-start
        }

            .input .autocomplete-list .item:hover {
                background-color: #1d1d1d1a
            }

            .input .autocomplete-list .item + .item {
                border-top: 1px solid var(--border-color)
            }

        .input .autocomplete-list strong {
            background: var(--input-autocomplete-selected-background);
            color: var(--input-autocomplete-selected-color)
        }

    .input[dir=rtl], .input.rtl {
        flex-flow: row-reverse nowrap
    }

        .input[dir=rtl] input, .input.rtl input {
            order: 3;
            direction: rtl
        }

        .input[dir=rtl] .button-group, .input.rtl .button-group {
            order: 2
        }

        .input[dir=rtl] .prepend, .input.rtl .prepend {
            order: 4
        }

        .input[dir=rtl] .append, .input.rtl .append {
            order: 1
        }

    .input .badge {
        position: absolute;
        font-size: calc(var(--input-font-size) * .64);
        text-transform: uppercase;
        background-color: #0a87c1;
        color: #fff;
        border-radius: calc(var(--input-font-size) * .16);
        padding: 2px 4px;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        font-weight: 500
    }

    .input:hover .badge {
        display: none
    }

    .input .prepend-options [aria-hidden=true], .input .append-options [aria-hidden=true] {
        position: absolute;
        right: 2px;
        top: calc(var(--input-height) / 2 - 5px);
        margin-top: -.5rem
    }

    .input .prepend-options .dropdown-caret, .input .append-options .dropdown-caret {
        margin-left: 2rem
    }

    .input .prepend-options .options-list, .input .append-options .options-list {
        border: none;
        border-right: 1px solid var(--input-border-color);
        height: 100%;
        border-radius: var(--input-border-radius) 0 0 var(--input-border-radius);
        font-size: var(--input-font-size);
        padding-right: 30px
    }

    .input .append-options .options-list {
        border-right: none;
        border-left: 1px solid var(--input-border-color);
        border-radius: 0 var(--input-border-radius) var(--input-border-radius) 0
    }

:root {
    --radio-size: 22px;
    --radio-color: #575757;
    --radio-color-disabled: #c3c3c3;
    --radio-background-disabled: #efefef;
    --radio-focus-color: #e8e8e8
}

.dark-side {
    --radio-color: #a6a8a7;
    --radio-color-disabled: #505050;
    --radio-background-disabled: #323030;
    --radio-focus-color: #191919
}

input[type=radio] {
    appearance: none;
    width: var(--radio-size, 22px);
    height: var(--radio-size, 22px);
    line-height: calc(var(--radio-size) * 1.6);
    border-radius: 50%;
    border: 2px solid var(--radio-color);
    position: relative;
    cursor: pointer;
    flex-shrink: 0 !important
}

    input[type=radio]:before {
        content: "";
        display: block;
        opacity: 0;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: var(--radio-color);
        border: 1px solid var(--radio-color);
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        transition: opacity .3s
    }

    input[type=radio]:checked:before {
        opacity: 1
    }

    input[type=radio]:focus {
        box-shadow: 0 0 0 3px var(--radio-focus-color)
    }

    input[type=radio]:disabled {
        border-color: var(--radio-color-disabled);
        background-color: var(--radio-background-disabled)
    }

        input[type=radio]:disabled:before {
            background-color: var(--radio-color-disabled);
            border: none
        }

    input[type=radio].small {
        --radio-size: 16px
    }

    input[type=radio].medium {
        --radio-size: 19px
    }

    input[type=radio].large {
        --radio-size: 25px
    }

    input[type=radio].largest {
        --radio-size: 34px
    }

.radio {
    display: inline-flex;
    align-items: center
}

    .radio input[type=radio] {
        order: 2
    }

    .radio .caption-prepend, .radio .caption-append {
        font-size: 12px;
        margin: 0 8px;
        position: relative;
        white-space: nowrap;
        user-select: none
    }

    .radio .caption-prepend {
        order: 1
    }

    .radio .caption-append {
        order: 3
    }

    .radio > input[type=radio]:disabled ~ .caption-prepend, .radio > input[type=radio]:disabled ~ .caption-append {
        color: var(--radio-color-disabled)
    }

input[type=radio].radio-gray {
    border-color: #ccc
}

    input[type=radio].radio-gray:before {
        background-color: #ccc;
        border-color: #ccc
    }

input[type=radio].radio-gray-blue {
    border-color: #6b8aa8
}

    input[type=radio].radio-gray-blue:before {
        background-color: #6b8aa8;
        border-color: #6b8aa8
    }

input[type=radio].radio-gray-mouse {
    border-color: #576c75
}

    input[type=radio].radio-gray-mouse:before {
        background-color: #576c75;
        border-color: #576c75
    }

input[type=radio].radio-lime {
    border-color: #aefd6d
}

    input[type=radio].radio-lime:before {
        background-color: #aefd6d;
        border-color: #aefd6d
    }

input[type=radio].radio-green {
    border-color: #00b300
}

    input[type=radio].radio-green:before {
        background-color: #00b300;
        border-color: #00b300
    }

input[type=radio].radio-emerald {
    border-color: #51c878
}

    input[type=radio].radio-emerald:before {
        background-color: #51c878;
        border-color: #51c878
    }

input[type=radio].radio-blue {
    border-color: #5c85ff
}

    input[type=radio].radio-blue:before {
        background-color: #5c85ff;
        border-color: #5c85ff
    }

input[type=radio].radio-teal {
    border-color: #1ac7c7
}

    input[type=radio].radio-teal:before {
        background-color: #1ac7c7;
        border-color: #1ac7c7
    }

input[type=radio].radio-cyan {
    border-color: #94b6ff
}

    input[type=radio].radio-cyan:before {
        background-color: #94b6ff;
        border-color: #94b6ff
    }

input[type=radio].radio-cobalt {
    border-color: #0048ad
}

    input[type=radio].radio-cobalt:before {
        background-color: #0048ad;
        border-color: #0048ad
    }

input[type=radio].radio-indigo {
    border-color: #6500a8
}

    input[type=radio].radio-indigo:before {
        background-color: #6500a8;
        border-color: #6500a8
    }

input[type=radio].radio-almost {
    border-color: #692ced
}

    input[type=radio].radio-almost:before {
        background-color: #692ced;
        border-color: #692ced
    }

input[type=radio].radio-violet {
    border-color: #ee81ee
}

    input[type=radio].radio-violet:before {
        background-color: #ee81ee;
        border-color: #ee81ee
    }

input[type=radio].radio-pink {
    border-color: #ffc2cc
}

    input[type=radio].radio-pink:before {
        background-color: #ffc2cc;
        border-color: #ffc2cc
    }

input[type=radio].radio-magenta {
    border-color: #f0f
}

    input[type=radio].radio-magenta:before {
        background-color: #f0f;
        border-color: #f0f
    }

input[type=radio].radio-crimson {
    border-color: #dd0e37
}

    input[type=radio].radio-crimson:before {
        background-color: #dd0e37;
        border-color: #dd0e37
    }

input[type=radio].radio-red {
    border-color: red
}

    input[type=radio].radio-red:before {
        background-color: red;
        border-color: red
    }

input[type=radio].radio-clown {
    border-color: #ff6e66
}

    input[type=radio].radio-clown:before {
        background-color: #ff6e66;
        border-color: #ff6e66
    }

input[type=radio].radio-orange {
    border-color: #ffa600
}

    input[type=radio].radio-orange:before {
        background-color: #ffa600;
        border-color: #ffa600
    }

input[type=radio].radio-amber {
    border-color: #ffc929
}

    input[type=radio].radio-amber:before {
        background-color: #ffc929;
        border-color: #ffc929
    }

input[type=radio].radio-yellow {
    border-color: #ffe95c
}

    input[type=radio].radio-yellow:before {
        background-color: #ffe95c;
        border-color: #ffe95c
    }

input[type=radio].radio-brown {
    border-color: #c9763b
}

    input[type=radio].radio-brown:before {
        background-color: #c9763b;
        border-color: #c9763b
    }

input[type=radio].radio-olive {
    border-color: #a3a300
}

    input[type=radio].radio-olive:before {
        background-color: #a3a300;
        border-color: #a3a300
    }

input[type=radio].radio-steel {
    border-color: #7d92a6
}

    input[type=radio].radio-steel:before {
        background-color: #7d92a6;
        border-color: #7d92a6
    }

input[type=radio].radio-mauve {
    border-color: #e0adff
}

    input[type=radio].radio-mauve:before {
        background-color: #e0adff;
        border-color: #e0adff
    }

input[type=radio].radio-taupe {
    border-color: #987f67
}

    input[type=radio].radio-taupe:before {
        background-color: #987f67;
        border-color: #987f67
    }

input[type=radio].radio-champagne {
    border-color: #f7e6ca
}

    input[type=radio].radio-champagne:before {
        background-color: #f7e6ca;
        border-color: #f7e6ca
    }

input[type=radio].radio-khaki {
    border-color: #d5c58b
}

    input[type=radio].radio-khaki:before {
        background-color: #d5c58b;
        border-color: #d5c58b
    }

input[type=radio].radio-charcoal {
    border-color: #999
}

    input[type=radio].radio-charcoal:before {
        background-color: #999;
        border-color: #999
    }

input[type=radio].radio-bronze {
    border-color: #e48f3f
}

    input[type=radio].radio-bronze:before {
        background-color: #e48f3f;
        border-color: #e48f3f
    }

input[type=radio].radio-windstorm {
    border-color: #7a9fd6
}

    input[type=radio].radio-windstorm:before {
        background-color: #7a9fd6;
        border-color: #7a9fd6
    }

input[type=radio].radio-nude {
    border-color: #f7d8bb
}

    input[type=radio].radio-nude:before {
        background-color: #f7d8bb;
        border-color: #f7d8bb
    }

input[type=radio].radio-terracotta {
    border-color: #e35235
}

    input[type=radio].radio-terracotta:before {
        background-color: #e35235;
        border-color: #e35235
    }

input[type=radio].radio-coral {
    border-color: #ff8457
}

    input[type=radio].radio-coral:before {
        background-color: #ff8457;
        border-color: #ff8457
    }

input[type=radio].radio-army {
    border-color: #5f6732
}

    input[type=radio].radio-army:before {
        background-color: #5f6732;
        border-color: #5f6732
    }

input[type=radio].radio-seashell {
    border-color: #fff0e5
}

    input[type=radio].radio-seashell:before {
        background-color: #fff0e5;
        border-color: #fff0e5
    }

input[type=radio].radio-sand {
    border-color: #f1e0ac
}

    input[type=radio].radio-sand:before {
        background-color: #f1e0ac;
        border-color: #f1e0ac
    }

:root {
    --color-selector-background: var(--default-background)
}

.dark-side {
    --color-selector-background: var(--default-background)
}

.color-selector {
    width: 306px;
    background-color: var(--color-selector-background);
    flex-shrink: 0;
    display: block;
    position: relative
}

    .color-selector .color-box {
        display: block;
        border: 1px solid var(--border-color);
        border-radius: 6px;
        padding: 10px
    }

    .color-selector .row {
        margin: 10px 0 0;
        display: block
    }

        .color-selector .row:nth-child(1) {
            margin-top: 0
        }

    .color-selector .user-colors-title {
        padding: 4px 10px;
        text-align: center;
        font-size: 11px
    }

    .color-selector .default-swatches, .color-selector .user-colors, .color-selector .user-colors-actions {
        display: block;
        width: auto;
        max-width: initial
    }

        .color-selector .default-swatches .swatch, .color-selector .user-colors .swatch, .color-selector .user-colors-actions .swatch, .color-selector .default-swatches .user-swatch, .color-selector .user-colors .user-swatch, .color-selector .user-colors-actions .user-swatch {
            display: inline-flex;
            width: 24px !important;
            height: 24px !important;
            background: #ccc;
            margin: 2px;
            box-sizing: border-box;
            border: 1px solid var(--border-color);
            cursor: pointer;
            border-radius: 4px;
            padding: 0
        }

    .color-selector .user-colors {
        padding: 4px
    }

    .color-selector .user-colors-actions {
        margin-top: 8px;
        text-align: center
    }

        .color-selector .user-colors-actions .user-swatch {
            margin: 0
        }

    .color-selector .cursor {
        border-radius: 100%;
        background: #ccc;
        box-sizing: border-box;
        position: absolute;
        pointer-events: none;
        z-index: 2;
        border: 2px solid #fff;
        transition: all .2s ease;
        box-shadow: #0000005e 0 1px 4px;
        cursor: grab !important
    }

        .color-selector .cursor.dragging {
            transition: none
        }

    .color-selector canvas {
        position: absolute;
        width: 100%;
        height: 100%;
        inset: 0;
        background: #ccc
    }

    .color-selector .color-map {
        position: relative;
        width: 212px;
        height: 200px;
        overflow: hidden
    }

        .color-selector .color-map .color-cursor {
            width: 30px;
            height: 30px;
            margin-left: -15px;
            margin-top: -15px;
            top: 0;
            left: 0
        }

    .color-selector .hue-map {
        position: absolute;
        top: 5px;
        bottom: 5px;
        right: 40px;
        width: 10px
    }

        .color-selector .hue-map .hue-cursor {
            top: 0;
            left: 50%;
            height: 20px !important;
            width: 20px !important;
            margin-top: -10px;
            margin-left: -10px;
            pointer-events: none;
            min-width: 0;
            padding: 0
        }

        .color-selector .hue-map canvas {
            border-radius: 8px
        }

    .color-selector .alpha-map {
        position: absolute;
        top: 5px;
        bottom: 5px;
        right: 10px;
        width: 10px
    }

        .color-selector .alpha-map .alpha-cursor {
            top: 0;
            left: 50%;
            height: 20px !important;
            width: 20px !important;
            margin-top: -10px;
            margin-left: -10px;
            pointer-events: none;
            min-width: 0;
            padding: 0
        }

        .color-selector .alpha-map canvas {
            border-radius: 8px;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMUlEQVQ4T2NkYGAQYcAP3uCTZhw1gGGYhAGBZIA/nYDCgBDAm9BGDWAAJyRCgLaBCAAgXwixzAS0pgAAAABJRU5ErkJggg==) center center
        }

    .color-selector.no-alpha-channel .hue-map {
        right: 25px
    }

    .color-selector.no-alpha-channel .alpha-map {
        display: none !important
    }

    .color-selector .color-value-hex, .color-selector .color-value-rgb, .color-selector .color-value-rgba, .color-selector .color-value-hsl, .color-selector .color-value-hsla, .color-selector .color-value-hsv, .color-selector .color-value-cmyk {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        margin-top: -1px
    }

        .color-selector .color-value-hex input, .color-selector .color-value-rgb input, .color-selector .color-value-rgba input, .color-selector .color-value-hsl input, .color-selector .color-value-hsla input, .color-selector .color-value-hsv input, .color-selector .color-value-cmyk input {
            flex-shrink: 1;
            min-width: 0;
            font-size: 11px !important;
            font-weight: 700;
            text-align: center
        }

        .color-selector .color-value-hex .prepend, .color-selector .color-value-rgb .prepend, .color-selector .color-value-rgba .prepend, .color-selector .color-value-hsl .prepend, .color-selector .color-value-hsla .prepend, .color-selector .color-value-hsv .prepend, .color-selector .color-value-cmyk .prepend {
            font-size: 11px !important;
            border-right: 1px solid var(--border-color);
            width: 26px !important;
            text-align: center;
            padding: 0 4px !important
        }

        .color-selector .color-value-hex .radio, .color-selector .color-value-rgb .radio, .color-selector .color-value-rgba .radio, .color-selector .color-value-hsl .radio, .color-selector .color-value-hsla .radio, .color-selector .color-value-hsv .radio, .color-selector .color-value-cmyk .radio {
            height: 28px !important;
            width: 28px !important
        }

    .color-selector .color-block {
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        margin-left: 4px
    }

        .color-selector .color-block .input {
            border-radius: 0
        }

        .color-selector .color-block input {
            padding: 0
        }

        .color-selector .color-block.as-string .prepend {
            width: 40px !important
        }

    .color-selector .color-values-block .radio {
        left: -4px
    }

    .color-selector .color-values-block .input + .input {
        border-left: none !important
    }

    .color-selector .dragging {
        cursor: grab
    }

    .color-selector .color-cursor, .color-selector .alpha-cursor, .color-selector .hue-cursor {
        user-select: none !important
    }

.color-picker {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    position: relative
}

    .color-picker:hover input, .color-picker:active input {
        border-color: transparent
    }

    .color-picker.focused {
        box-shadow: 0 0 0 3px var(--input-box-shadow)
    }

    .color-picker input {
        border: none !important;
        order: 1;
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: 0;
        height: calc(var(--input-height) - 2px);
        padding: 0 .75rem
    }

        .color-picker input:focus {
            box-shadow: none
        }

    .color-picker .buttons {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        padding: 0 2px
    }

    .color-picker button, .color-picker .button {
        background-color: transparent;
        color: var(--input-color);
        height: calc(var(--input-height) - 4px);
        width: calc(var(--input-height) - 4px);
        aspect-ratio: 1;
        border: 1px solid var(--input-border-color);
        font-size: var(--input-font-size);
        padding: 0
    }

        .color-picker button:focus, .color-picker .button:focus, .color-picker button:active, .color-picker .button:active {
            box-shadow: none !important
        }

    .color-picker .color-picker-button {
        font-family: Segoe UI Symbol,sans-serif
    }

    .color-picker .input-clear-button, .color-picker .input-clear-button:hover {
        background-color: transparent
    }

    .color-picker.disabled .button-group button {
        background-color: transparent;
        color: var(--input-color-disabled)
    }

    .color-picker .color-example-box {
        display: block;
        height: calc(var(--input-height) - 8px);
        aspect-ratio: 1;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMUlEQVQ4T2NkYGAQYcAP3uCTZhw1gGGYhAGBZIA/nYDCgBDAm9BGDWAAJyRCgLaBCAAgXwixzAS0pgAAAABJRU5ErkJggg==) top left repeat;
        margin: 4px;
        border: 1px solid var(--border-color);
        position: relative
    }

    .color-picker .color-selector-box {
        position: absolute;
        top: 100%;
        left: -1px;
        display: none;
        box-shadow: 2px 2px 10px var(--d-menu-shadow-color)
    }

    .color-picker .prepend {
        order: 1
    }

    .color-picker .color-example-box {
        order: 2
    }

    .color-picker input {
        order: 3
    }

    .color-picker .append {
        order: 5
    }

    .color-picker .buttons {
        order: 4
    }

    .color-picker input[placeholder] {
        text-overflow: ellipsis
    }

    .color-picker .color-selector-box {
        z-index: 1000
    }

    .color-picker .dropdown-caret {
        display: none !important
    }

    .color-picker.open .color-selector-box {
        display: block !important
    }

    .color-picker.pill-input {
        --input-border-radius: calc(var(--input-height) * .44)
    }

        .color-picker.pill-input .button, .color-picker.pill-input .color-example-box {
            border-radius: 50%
        }

:root {
    --command-button-border-radius: 6px;
    --command-button-background: #F8F8F8;
    --command-button-color: #191919;
    --command-button-background-hover: #eaeaea;
    --command-button-color-hover: #000000
}

.dark-side {
    --command-button-background: #2e2e2e;
    --command-button-color: #F8F8F8;
    --command-button-background-hover: #4b4b4b;
    --command-button-color-hover: #F8F8F8
}

.command-button {
    padding: .5rem .75rem;
    display: inline-flex;
    align-items: center;
    transition: all .15s ease-in-out;
    background: var(--command-button-background);
    color: var(--command-button-color);
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    border-radius: var(--command-button-border-radius);
    outline: none;
    position: relative;
    font-weight: 500;
    margin: .5rem;
    height: auto
}

    .command-button:first-child {
        margin-left: 0
    }

    .command-button:last-child {
        margin-right: 0
    }

    .command-button .icon, .command-button .caption {
        transition: all .3s ease-in-out
    }

    .command-button .icon {
        width: 43px;
        height: 43px;
        line-height: 43px;
        font-size: 2rem;
        color: inherit;
        order: 1
    }

    .command-button .caption {
        margin-left: .5rem;
        text-align: left;
        color: inherit;
        order: 2;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.2;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        transform: translateY(-2px)
    }

        .command-button .caption small {
            display: block;
            font-size: .8rem
        }

    .command-button.icon-right .icon {
        order: 2
    }

    .command-button.icon-right .caption {
        order: 1;
        margin-left: 0;
        margin-right: .5rem
    }

    .command-button.outline {
        background: transparent none;
        border-width: 1px;
        border-color: var(--border-color)
    }

@media(hover:hover) {
    .command-button:hover {
        background: var(--command-button-background-hover);
        color: var(--command-button-color-hover)
    }
}

@media(hover:none) {
    .command-button:active {
        background: var(--command-button-background-hover);
        color: var(--command-button-color-hover)
    }
}

.command-button.shadow {
    box-shadow: 6px 6px 0 var(--shadow-color-3d)
}

    .command-button.shadow:active {
        transform: translate(4px,4px)
    }

.command-button.shift:active {
    transform: translate(2px,2px)
}

.container, .container-fluid, section, header, footer, aside {
    margin: 0 auto;
    position: relative
}

    .container:after, .container-fluid:after, section:after, header:after, footer:after, aside:after {
        display: block;
        clear: both;
        content: ""
    }

.container {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    container: container / inline-size
}

.container-fluid {
    width: 100%;
    max-width: none;
    padding-right: 12px;
    padding-left: 12px
}

@media(min-width:360px)and (max-width:576px) {
    .container {
        max-width: 98%
    }
}

@media(min-width:577px)and (max-width:768px) {
    .container {
        max-width: 95%
    }
}

@media(min-width:769px)and (max-width:992px) {
    .container {
        max-width: 95%
    }
}

@media(min-width:993px)and (max-width:1200px) {
    .container {
        max-width: 95%
    }
}

@media(min-width:1201px) {
    .container {
        max-width: 95%
    }
}

.container-fs {
    max-width: 0
}

.container-xs {
    max-width: 360px
}

.container-sm {
    max-width: 576px
}

.container-ld {
    max-width: 640px
}

.container-md {
    max-width: 768px
}

.container-lg {
    max-width: 992px
}

.container-xl {
    max-width: 1200px
}

.container-xxl {
    max-width: 1400px
}

.container-xxxl {
    max-width: 2000px
}

.container-max {
    width: 100%
}

.container-query, .responsive-container {
    container-name: container-query;
    container-type: inline-size
}

:root {
    --d-menu-border-color: #e9e9e9;
    --d-menu-divider-color: #e9e9e9;
    --d-menu-background: #ffffff;
    --d-menu-title-color: #515151;
    --d-menu-color: #191919;
    --d-menu-item-color: #191919;
    --d-menu-item-color-disabled: #ccc;
    --d-menu-item-color-hover: #000000;
    --d-menu-item-background-hover: #e8e8e8;
    --d-menu-shadow-color: #e1e1e1;
    --d-menu-border-radius: 4px
}

.dark-side {
    --d-menu-border-color: #404959;
    --d-menu-divider-color: #404959;
    --d-menu-background: #2b2d30;
    --d-menu-title-color: #ffffff;
    --d-menu-color: #ffffff;
    --d-menu-item-color: #dbdfe7;
    --d-menu-item-color-disabled: #a8a8a8;
    --d-menu-item-color-hover: #ffffff;
    --d-menu-item-background-hover: #1e1f22;
    --d-menu-shadow-color: #191919;
    --d-menu-border-radius: 4px
}

.d-menu {
    position: absolute;
    float: left;
    width: auto;
    margin: 0;
    list-style: none inside none;
    background-color: var(--d-menu-background);
    color: var(--d-menu-color);
    border-radius: 6px;
    padding: 4px 0;
    border: 1px solid var(--d-menu-border-color);
    z-index: 1030;
    box-shadow: 2px 2px 10px var(--d-menu-shadow-color)
}

    .d-menu.open {
        display: block !important
    }

    .d-menu.place-right {
        left: auto;
        right: 0
    }

    .d-menu li {
        display: block;
        margin: 0 4px;
        position: relative
    }

    .d-menu a {
        position: relative;
        display: flex;
        align-items: center;
        font-size: 13px;
        color: var(--d-menu-item-color);
        text-decoration: none;
        padding: 4px 10px 4px 32px;
        border-radius: var(--d-menu-border-radius);
        white-space: nowrap;
        flex-wrap: nowrap;
        line-height: 20px
    }

@media(hover:hover) {
    .d-menu a:hover {
        color: var(--d-menu-item-color-hover);
        text-decoration: none;
        background-color: var(--d-menu-item-background-hover)
    }
}

@media(hover:none) {
    .d-menu a:active {
        color: var(--d-menu-item-color-hover);
        text-decoration: none;
        background-color: var(--d-menu-item-background-hover)
    }
}

.d-menu .caption {
    margin-right: 1rem;
    white-space: nowrap
}

.d-menu .hotkey {
    margin-left: auto;
    margin-right: 1rem
}

.d-menu .icon {
    position: absolute;
    left: 8px;
    top: 5px;
    width: 16px;
    height: 16px;
    font-size: 16px
}

.d-menu .divider {
    padding: 0;
    height: 1px;
    margin: 4px 0;
    overflow: hidden;
    background-color: var(--d-menu-divider-color);
    cursor: default;
    pointer-events: none
}

    .d-menu .divider:hover {
        background-color: var(--d-menu-divider-color)
    }

.d-menu .disabled {
    cursor: default;
    pointer-events: none
}

    .d-menu .disabled a {
        color: var(--d-menu-item-color-disabled) !important
    }

.d-menu .dropdown-caret {
    margin-left: auto;
    transform: rotate(0)
}

.d-menu .active-container .dropdown-caret {
    transform: rotate(180deg)
}

.d-menu .menu-title {
    background-color: var(--d-menu-background);
    color: var(--d-menu-title-color);
    font-size: .8em;
    line-height: 22px;
    height: 22px;
    padding: 0 8px;
    border: 0;
    font-weight: 500;
    pointer-events: none;
    display: flex;
    flex-flow: row nowrap;
    align-items: center
}

    .d-menu .menu-title:after {
        content: "";
        display: block;
        flex: 1 1 auto;
        height: 1px;
        margin: 0 8px;
        background-color: var(--d-menu-divider-color)
    }

    .d-menu .menu-title:first-child {
        margin: 0;
        border-top-width: 0
    }

        .d-menu .menu-title:first-child:hover {
            border-top-width: 0
        }

    .d-menu .menu-title:hover {
        background-color: var(--d-menu-background);
        cursor: default;
        border: 0
    }

.d-menu .d-menu {
    left: calc(100% + 4px);
    top: 0
}

    .d-menu .d-menu.open-left, .d-menu.place-right .d-menu {
        left: auto;
        right: calc(100% + 4px)
    }

    .d-menu .d-menu.place-right {
        left: auto;
        right: calc(100% + 4px);
        top: 0
    }

@media screen and (min-width:0) {
    .d-menu.place-right-fs {
        left: auto;
        right: 0
    }
}

@media screen and (min-width:360px) {
    .d-menu.place-right-xs {
        left: auto;
        right: 0
    }
}

@media screen and (min-width:576px) {
    .d-menu.place-right-sm {
        left: auto;
        right: 0
    }
}

@media screen and (min-width:640px) {
    .d-menu.place-right-ld {
        left: auto;
        right: 0
    }
}

@media screen and (min-width:768px) {
    .d-menu.place-right-md {
        left: auto;
        right: 0
    }
}

@media screen and (min-width:992px) {
    .d-menu.place-right-lg {
        left: auto;
        right: 0
    }
}

@media screen and (min-width:1200px) {
    .d-menu.place-right-xl {
        left: auto;
        right: 0
    }
}

@media screen and (min-width:1400px) {
    .d-menu.place-right-xxl {
        left: auto;
        right: 0
    }
}

@media screen and (min-width:2000px) {
    .d-menu.place-right-xxxl {
        left: auto;
        right: 0
    }
}

.d-menu.no-icon a {
    padding: 4px 10px
}

.context-menu {
    display: none;
    z-index: 1031
}

:root {
    --disclaimer-background: #f5f5f5;
    --disclaimer-color: #191919
}

.dark-side {
    --disclaimer-background: #343637;
    --disclaimer-color: #dbdfe7
}

.cookie-disclaimer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    z-index: 1030;
    background: var(--disclaimer-background);
    color: var(--disclaimer-color);
    padding: 10px
}

    .cookie-disclaimer .disclaimer-actions {
        border-top: 1px solid var(--border-color);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        padding-top: 10px;
        gap: 6px
    }

    .cookie-disclaimer .disclaimer-message {
        padding: 10px
    }

        .cookie-disclaimer .disclaimer-message .disclaimer-title {
            font-size: 22px;
            font-weight: 700;
            border-bottom: 1px solid var(--border-color);
            padding-bottom: 10px
        }

        .cookie-disclaimer .disclaimer-message .disclaimer-text {
            margin-top: 10px;
            font-size: 14px;
            font-weight: 400
        }

.countdown {
    font-family: digital,sans-serif;
    display: flex !important;
    flex-flow: row nowrap;
    position: relative;
    width: 100%;
    justify-content: center;
    font-size: 1.5rem
}

    .countdown .part {
        position: relative;
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        padding: .5rem .5rem .5em;
        flex-shrink: 0;
        flex-grow: 0
    }

    .countdown .digit {
        display: block;
        position: relative;
        padding: 0;
        line-height: 1;
        overflow: hidden
    }

        .countdown .digit .digit-placeholder {
            visibility: hidden
        }

        .countdown .digit .digit-value {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            font: inherit
        }

    .countdown .part + .part:before {
        top: 10px;
        left: 0;
        content: "";
        display: block;
        position: absolute;
        height: calc(100% - 8px);
        width: 1px;
        background: radial-gradient(at left,var(--border-color),transparent)
    }

    .countdown .part.d-none + .part:before {
        display: none
    }

    .countdown .part.no-divider:before {
        display: none
    }

    .countdown .part.days:after, .countdown .part.hours:after, .countdown .part.minutes:after, .countdown .part.seconds:after {
        position: absolute;
        content: attr(data-label);
        text-align: center;
        bottom: 0;
        left: 0;
        width: 100%;
        font-size: .3em;
        color: inherit;
        background-color: inherit;
        z-index: 1
    }

    .countdown .days {
        order: 1
    }

    .countdown .hours {
        order: 2
    }

    .countdown .minutes {
        order: 3
    }

    .countdown .seconds {
        order: 4
    }

    .countdown.animate-slide .digit {
        border: 1px solid var(--border-color);
        border-radius: 4px;
        margin: 0 1px;
        padding: 0 4px
    }

        .countdown.animate-slide .digit .digit-value {
            width: 100%;
            text-align: center
        }

    .countdown.animate-slide .-old-digit .digit-value {
        border-top: 1px solid var(--border-color)
    }

:root {
    --cube-size: 24px;
    --cube-gap: 4px;
    --cube-cell-border-radius: 4px;
    --cube-border-color: #767676;
    --cube-background: var(--default-background);
    --cube-color: var(--default-color);
    --cube-background-flash: var(--color-primary);
    --cube-color-flash: #ffffff;
    --cube-axis-color: #191919;
    --cube-side-border-color: transparent
}

.dark-side {
    --cube-border-color: #767676;
    --cube-background: var(--default-background);
    --cube-color: var(--default-color);
    --cube-background-flash: var(--color-primary);
    --cube-color-flash: #ffffff;
    --cube-axis-color: #ffffff;
    --cube-side-border-color: transparent
}

.cube {
    display: block;
    position: relative;
    width: 320px;
    height: 310px;
    margin: 0 auto 30px;
    transform: rotateY(30deg)
}

    .cube .side {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        padding: var(--cube-gap);
        gap: var(--cube-gap);
        position: absolute;
        overflow: hidden;
        width: 162px;
        height: 162px;
        bottom: 38px;
        left: 0;
        border: 1px solid var(--cube-side-border-color);
        border-radius: calc(var(--cube-cell-border-radius) * 2)
    }

        .cube .side.left-side {
            transform: skewY(23deg) rotateX(10deg)
        }

        .cube .side.right-side {
            left: 160px;
            transform: skewY(-23deg) rotateY(10deg)
        }

        .cube .side.top-side {
            left: 80px;
            bottom: 154px;
            top: auto;
            transform: rotate(45deg) rotate(0) skew(-22deg,-22deg)
        }

        .cube .side .cube-cell {
            display: block;
            position: relative;
            width: var(--cube-size);
            height: var(--cube-size);
            flex-grow: 0;
            flex-shrink: 0;
            background-color: var(--cube-background);
            color: var(--cube-color);
            border: 1px solid var(--cube-border-color);
            border-radius: var(--cube-cell-border-radius);
            transition: all .3s ease-in-out;
            line-height: var(--cube-size);
            text-align: center;
            font-size: calc(var(--cube-size) / 2)
        }

            .cube .side .cube-cell.light {
                animation: pulsar-cell 2.5s 0s ease-out infinite;
                background-color: var(--cube-background-flash) !important;
                border-color: var(--cube-background-flash) !important;
                color: var(--cube-color-flash) !important
            }

@keyframes pulsar-cell {
    0%,to {
        box-shadow: 0 0 10px var(--cube-background-flash),0 0 10px var(--cube-background-flash),0 0 10px var(--cube-background-flash)
    }

    50% {
        box-shadow: 0 0 10px hsl(from var(--cube-background-flash) h s l / .3),0 0 10px hsl(from var(--cube-background-flash) h s l / .3),0 0 10px hsl(from var(--cube-background-flash) h s l / .3)
    }
}

.cube .axis {
    height: 2px;
    width: 200px;
    position: absolute;
    background-color: var(--cube-axis-color);
    bottom: 162px;
    left: 162px;
    transform-origin: 0 0 0
}

    .cube .axis:before, .cube .axis:after {
        content: "";
        position: absolute;
        height: 1px;
        background-color: inherit;
        display: block
    }

    .cube .axis.arrow:before, .cube .axis.arrow:after {
        width: 16px;
        top: 0;
        right: 0;
        transform-origin: 100% 100% 0
    }

    .cube .axis.arrow:before {
        transform: rotate(35deg)
    }

    .cube .axis.arrow:after {
        transform: rotate(-35deg);
        right: -1px
    }

    .cube .axis.line:before, .cube .axis.line:after {
        width: 16px;
        top: 0;
        right: 0;
        transform-origin: 100% 100% 0
    }

    .cube .axis.line:before {
        transform: rotate(90deg)
    }

    .cube .axis.line:after {
        transform: rotate(-90deg);
        right: -1px
    }

    .cube .axis.line.axis-y:before {
        transform: rotate(113deg)
    }

    .cube .axis.line.axis-y:after {
        transform: rotate(-67deg)
    }

    .cube .axis.line.axis-x:before {
        transform: rotate(67deg)
    }

    .cube .axis.line.axis-x:after {
        transform: rotate(-113deg)
    }

    .cube .axis.no-style:before, .cube .axis.no-style:after {
        display: none
    }

    .cube .axis.axis-x {
        transform: rotate(203deg)
    }

    .cube .axis.axis-y {
        bottom: 166px;
        transform: rotate(-23deg)
    }

    .cube .axis.axis-z {
        width: 190px;
        transform: rotate(90deg)
    }

:root {
    --custom-checkbox-size: 36px;
    --custom-checkbox-icon-size: 16px;
    --custom-checkbox-color: #575757;
    --custom-checkbox-background: transparent;
    --custom-checkbox-caption-color: #191919;
    --custom-checkbox-background-disabled: #e8e8e8;
    --custom-checkbox-color-disabled: #c3c3c3
}

.dark-side {
    --custom-checkbox-color: #a6a6a6;
    --custom-checkbox-background: transparent;
    --custom-checkbox-caption-color: #e8e8e8;
    --custom-checkbox-background-disabled: #353535;
    --custom-checkbox-color-disabled: #6c6c6c
}

.custom-checkbox {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    height: var(--custom-checkbox-size);
    flex-flow: row nowrap;
    padding: 0 calc(var(--custom-checkbox-size)/4);
    line-height: var(--custom-checkbox-size);
    cursor: pointer;
    user-select: none
}

    .custom-checkbox input {
        width: 1px;
        height: 1px;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0
    }

    .custom-checkbox .icon {
        font-size: var(--custom-checkbox-icon-size);
        width: var(--custom-checkbox-icon-size);
        height: var(--custom-checkbox-icon-size);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        order: 1
    }

        .custom-checkbox .icon * {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: flex;
            align-items: center;
            justify-content: center
        }

    .custom-checkbox .state-on, .custom-checkbox .caption-state-on {
        display: none
    }

    .custom-checkbox .state-off, .custom-checkbox .caption-state-off {
        display: flex
    }

    .custom-checkbox input:checked ~ .icon .state-on, .custom-checkbox input:checked ~ .caption .caption-state-on {
        display: flex
    }

    .custom-checkbox input:checked ~ .icon .state-off, .custom-checkbox input:checked ~ .caption .caption-state-off {
        display: none
    }

    .custom-checkbox .caption {
        height: var(--custom-checkbox-size);
        display: flex;
        align-items: center;
        margin: 0 6px;
        order: 2;
        white-space: nowrap;
        font-size: calc(var(--custom-checkbox-icon-size) * .75)
    }

    .custom-checkbox.caption-left .icon {
        order: 2
    }

    .custom-checkbox.caption-left .caption {
        order: 1
    }

    .custom-checkbox input:disabled ~ .icon, .custom-checkbox input:disabled ~ .caption {
        border-color: var(--custom-checkbox-background-disabled);
        color: var(--custom-checkbox-color-disabled)
    }

:root {
    --cutter-line-width: 2px;
    --cutter-line-color: #3a3b3d;
    --cutter-content-background: var(--default-background);
    --cutter-content-color: var(--default-color);
    --cutter-content-background-hover: #dadada;
    --cutter-content-color-hover: #191919
}

.dark-side {
    --cutter-line-color: #e4e5e9;
    --cutter-content-background: var(--default-background);
    --cutter-content-color: var(--default-color);
    --cutter-content-background-hover: #333439;
    --cutter-content-color-hover: #f3fcff
}

.cutter {
    min-height: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
    cursor: default;
    background-image: linear-gradient(to right,var(--cutter-line-color),var(--cutter-line-color));
    background-repeat: no-repeat;
    background-size: 100% var(--cutter-line-width);
    background-position: 0 center
}

    .cutter .content {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        text-align: center;
        font-size: 12px;
        min-height: 32px;
        background: var(--default-background);
        border: var(--cutter-line-width) solid var(--cutter-line-color);
        border-radius: 6px;
        padding: 8px 24px
    }

    .cutter.dash {
        background-image: repeating-linear-gradient(to right,var(--cutter-line-color) 0,var(--cutter-line-color) 10px,transparent 10px,transparent 20px);
        background-repeat: no-repeat;
        background-size: 100% var(--cutter-line-width);
        background-position: 0 center
    }

        .cutter.dash .content {
            border-style: dashed
        }

    .cutter.dot {
        background-image: repeating-linear-gradient(to right,var(--cutter-line-color) 0,var(--cutter-line-color) var(--cutter-line-width),transparent var(--cutter-line-width),transparent 10px);
        background-repeat: no-repeat;
        background-size: 100% var(--cutter-line-width);
        background-position: 0 center
    }

        .cutter.dot .content {
            border-style: dotted
        }

    .cutter.dash-dot {
        background-image: repeating-linear-gradient(to right,var(--cutter-line-color) 0,var(--cutter-line-color) 10px,transparent 10px,transparent 15px,var(--cutter-line-color) 15px,var(--cutter-line-color) calc(15px + var(--cutter-line-width)),transparent calc(15px + var(--cutter-line-width)),transparent 25px);
        background-repeat: no-repeat;
        background-size: 100% var(--cutter-line-width);
        background-position: 0 center
    }

        .cutter.dash-dot .content {
            border-style: solid
        }

    .cutter.wave {
        background: none;
        position: relative
    }

        .cutter.wave:before {
            --a: 90deg;
            --s: 12px;
            --t: -6px;
            content: "";
            position: absolute;
            transform: translateY(var(--t));
            inset: 50% 0 0;
            pointer-events: none;
            z-index: -1;
            background: var(--cutter-line-color);
            height: calc(var(--cutter-line-width) + var(--s)/(2 * tan(var(--a)/2)));
            width: 100%;
            --_g: var(--s) repeat-x conic-gradient(from calc(var(--a) / -2) at bottom, #0000, #000 1deg calc(var(--a) - 1deg), #0000 var(--a));
            mask: 50% calc(-1*var(--cutter-line-width))/var(--_g) exclude,50%/var(--_g)
        }

        .cutter.wave .content {
            border-style: solid
        }

@media(hover:hover) {
    .cutter.hoverable:hover .content {
        background: var(--cutter-content-background-hover);
        color: var(--cutter-content-color-hover)
    }
}

@media(hover:none) {
    .cutter.hoverable:active .content {
        background: var(--cutter-content-background-hover);
        color: var(--cutter-content-color-hover)
    }
}

:root {
    --wheel-picker-border-radius: 4px;
    --wheel-picker-color: #191919;
    --wheel-picker-selected-background: rgba(175, 175, 175, .5)
}

.dark-side {
    --wheel-picker-color: #dbdfe7;
    --wheel-picker-selected-background: rgba(78, 81, 88, .5)
}

.wheel-picker {
    --picker-height: var(--control-height, 36px);
    --picker-font-size: 16px;
    display: block;
    position: relative;
    width: 100%;
    min-width: calc(var(--picker-height) * 6);
    cursor: default;
    background: var(--input-background);
    color: var(--wheel-picker-color);
    height: var(--picker-height);
    user-select: none;
    border-radius: var(--wheel-picker-border-radius)
}

    .wheel-picker.small {
        --picker-height: var(--control-height-small);
        --picker-font-size: 12px
    }

    .wheel-picker.medium {
        --picker-height: var(--control-height-medium);
        --picker-font-size: 14px
    }

    .wheel-picker.large {
        --picker-height: var(--control-height-large);
        --picker-font-size: 16px
    }

    .wheel-picker.largest {
        --picker-height: var(--control-height-largest);
        --picker-font-size: 20px
    }

    .wheel-picker .select-wrapper {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        height: auto;
        z-index: 3;
        width: 100%;
        background: var(--input-background);
        border-radius: var(--wheel-picker-border-radius);
        overflow: hidden;
        box-shadow: 0 1px 3px 0 var(--shadow-color-normal),0 1px 2px -1px var(--shadow-color-normal)
    }

    .wheel-picker .select-block {
        position: relative;
        display: flex;
        flex-flow: row nowrap;
        width: 100%;
        flex-shrink: 0;
        background: transparent
    }

        .wheel-picker .select-block:before {
            content: "";
            display: block;
            position: absolute;
            z-index: 0;
            height: 40px;
            background: var(--wheel-picker-selected-background);
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            width: 100%
        }

        .wheel-picker .select-block ul {
            margin: 0;
            padding: 0;
            list-style: none inside;
            display: block;
            text-align: center;
            height: 100%;
            z-index: 1;
            flex: 1;
            border: 1px solid var(--border-color);
            -ms-overflow-style: -ms-autohiding-scrollbar;
            overflow: hidden
        }

            .wheel-picker .select-block ul::-webkit-scrollbar {
                display: none !important
            }

            .wheel-picker .select-block ul li {
                display: block;
                height: 40px;
                line-height: 40px;
                font-size: .9em
            }

                .wheel-picker .select-block ul li.active {
                    font-weight: 700
                }

    .wheel-picker .action-block {
        display: flex;
        flex-flow: row nowrap;
        position: relative;
        width: 100%;
        background: transparent
    }

        .wheel-picker .action-block > * {
            flex: 1
        }

    .wheel-picker.drop-up-select .select-wrapper {
        transform: translate3d(0,-100%,0)
    }

    .wheel-picker.pill-input {
        border-radius: calc(var(--picker-height) * .44)
    }

.date-picker input {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

    .date-picker input:focus ~ .time-wrapper {
        box-shadow: 0 0 0 3px #f2f2f273
    }

.date-picker .date-wrapper {
    display: inline-flex;
    flex-flow: row nowrap;
    position: relative;
    border: 1px solid var(--border-color);
    width: 100%;
    overflow: hidden;
    height: 100%;
    border-radius: var(--wheel-picker-border-radius)
}

.date-picker .month, .date-picker .day, .date-picker .year {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    border: 1px solid var(--border-color);
    text-align: center;
    height: 100%;
    font-size: var(--picker-font-size)
}

.date-picker .month {
    flex-grow: 2
}

.date-picker .sel-month {
    flex-grow: 2 !important
}

.date-picker .action-block {
    border: 1px solid var(--border-color);
    border-radius: var(--wheel-picker-border-radius)
}

.date-picker .button {
    margin: 2px
}

.date-picker li {
    cursor: pointer
}

.date-picker.pill-input {
    --picker-border-radius: calc(var(--picker-height) * .44)
}

    .date-picker.pill-input .date-wrapper {
        border-radius: var(--picker-border-radius)
    }

        .date-picker.pill-input .date-wrapper div:first-child {
            border-top-left-radius: var(--picker-border-radius);
            border-bottom-left-radius: var(--picker-border-radius)
        }

        .date-picker.pill-input .date-wrapper div:last-child {
            border-top-right-radius: var(--picker-border-radius);
            border-bottom-right-radius: var(--picker-border-radius)
        }

:root {
    --directive-background: #f9f9f9;
    --directive-color: #191919;
    --directive-border-color: #3c3c3c1a;
    --directive-title-color: #3c3c3c;
    --directive-border-radius: 10px;
    --directive-code-background: #f5f5f5;
    --directive-icon-background: #f5f5f5;
    --directive-icon-color: #7a7a7a;
    --directive-icon-size: 3rem
}

.dark-side {
    --directive-color: #ffffff !important
}

    .dark-side .directive-note {
        --directive-background: #292e37 !important;
        --directive-border-color: #5454547a !important;
        --directive-title-color: #ffffff !important
    }

    .dark-side .directive-tip, .dark-side .directive-success {
        --directive-background: #079c701a !important;
        --directive-border-color: #079c7033 !important;
        --directive-title-color: #3ec480 !important
    }

    .dark-side .directive-info {
        --directive-background: #0095ff33 !important;
        --directive-border-color: #0095ff33 !important;
        --directive-title-color: #66c2ff !important
    }

    .dark-side .directive-warning {
        --directive-background: #ffc5171f !important;
        --directive-border-color: #ffc51740 !important;
        --directive-title-color: #fbb451 !important
    }

    .dark-side .directive-fuck {
        --directive-background: rgba(250, 250, 250, .06) !important
    }

    .dark-side .directive-caution, .dark-side .directive-alert, .dark-side .directive-error {
        --directive-background: #ed3c501f !important;
        --directive-border-color: #ed3c504d !important;
        --directive-title-color: #f76e85 !important
    }

    .dark-side .directive-bug {
        --directive-background: #7C7C7C19 !important;
        --directive-border-color: #5454547a !important;
        --directive-title-color: #d53934 !important
    }

    .dark-side .directive-shit {
        --directive-background: #7a493c19 !important;
        --directive-border-color: #7a493c !important;
        --directive-title-color: #8f3f06 !important
    }

.directive {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: var(--directive-background);
    color: var(--directive-color);
    border: 1px solid var(--directive-border-color);
    border-left-width: 4px;
    margin: 1rem 0;
    font-size: 14px;
    line-height: 1.75;
    position: relative;
    padding: .8rem 1rem 1rem 1.2rem
}

    .directive .directive-title {
        font-weight: 600;
        margin-bottom: 4px;
        display: flex;
        align-items: center;
        color: var(--directive-title-color);
        font-size: 20px;
        line-height: 1.2
    }

    .directive .icon {
        position: absolute;
        right: 0;
        top: 8px;
        width: var(--directive-icon-size);
        height: var(--directive-icon-size);
        margin-right: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transform: rotate(-15deg);
        opacity: .3;
        z-index: 0
    }

        .directive .icon:before {
            font-size: var(--directive-icon-size)
        }

        .directive .icon svg {
            width: 100%;
            height: 100%;
            fill: var(--directive-icon-color);
            stroke: var(--directive-icon-color)
        }

    .directive [data-role-directive] {
        line-height: 1.3
    }

    .directive.directive-info {
        --directive-background: #0095ff0f;
        --directive-border-color: #0095ff;
        --directive-title-color: #0095ff;
        --directive-icon-color: #0095ff;
        --code-background: #0095ff1a;
        --code-color: #07f
    }

    .directive.directive-tip, .directive.directive-success {
        --directive-background: #079c700f;
        --directive-border-color: #079c7033;
        --directive-title-color: #278359;
        --directive-icon-color: #278359;
        --code-background: #079c701a;
        --code-color: #278359
    }

    .directive.directive-success {
        --directive-border-color: #079c70
    }

    .directive.directive-warning {
        --directive-background: #ffc5171a;
        --directive-border-color: #ffc51766;
        --directive-title-color: #ffc517;
        --directive-icon-color: #ffc517;
        --code-background: #ffc5171a;
        --code-color: #887233
    }

    .directive.directive-fuck {
        --directive-background: #fafafa;
        --directive-border-color: var(--border-color);
        --directive-title-color: var(--default-color)
    }

        .directive.directive-fuck .icon:before {
            content: "\1f595"
        }

    .directive.directive-caution, .directive.directive-alert, .directive.directive-error {
        --directive-background: #ed3c5014;
        --directive-border-color: #ed3c50;
        --directive-title-color: #ff1f1f;
        --directive-icon-color: #ff1f1f;
        --code-background: #ed3c501a;
        --code-color: #ab2131
    }

    .directive.directive-important {
        --directive-background: #ff6d2914;
        --directive-border-color: #ff6d29;
        --directive-title-color: #ff6d29;
        --code-background: #ff6d2914;
        --code-color: #ff6d29
    }

        .directive.directive-important .icon:before {
            content: "\1f525"
        }

    .directive.directive-bug {
        --directive-background: #7C7C7C19;
        --directive-border-color: #1C1C1C66;
        --directive-title-color: #191919;
        --directive-icon-color: #ff1f1f
    }

        .directive.directive-bug .icon:before {
            content: "\1f41e"
        }

    .directive.directive-shit {
        --directive-background: #7a493c19;
        --directive-border-color: #7a493c;
        --directive-title-color: #7a493c;
        --directive-icon-color: #7a493c
    }

        .directive.directive-shit .icon:before {
            content: "\1f4a9"
        }

    .directive.directive-air {
        --directive-background: #d5d9dc19;
        --directive-border-color: #d5d9dc;
        --directive-title-color: #8c8f91;
        --directive-icon-color: #80dbff
    }

        .directive.directive-air .icon:before {
            content: "\1f4a8"
        }

.directive-style-2 {
    border: solid var(--directive-border-color);
    border-width: 0 0 0 10px
}

    .directive-style-2 .icon {
        position: absolute;
        width: 32px;
        height: 32px;
        font-size: 24px;
        transform: rotate(0);
        left: -21px;
        top: 10px;
        border: 1px solid var(--directive-border-color);
        background: var(--default-background);
        padding: 6px;
        z-index: 1;
        opacity: 1
    }

        .directive-style-2 .icon:before {
            font-size: 20px !important;
            position: relative;
            margin-top: -3px
        }

.directive-style-3 {
    padding-left: 4.5rem !important
}

    .directive-style-3 .icon {
        right: auto;
        left: 10px;
        top: 20px
    }

.donut {
    display: block;
    position: relative;
    border-radius: 50%
}

    .donut > svg {
        width: 100%;
        height: 100%
    }

        .donut > svg * {
            transition: all 1s
        }

.donut-gray svg .donut-back {
    stroke: #d9d9d9
}

.donut-gray svg .donut-fill {
    stroke: #ccc
}

.donut-gray svg .donut-title {
    fill: #8c8c8c
}

.donut-gray-blue svg .donut-back {
    stroke: #abbdce
}

.donut-gray-blue svg .donut-fill {
    stroke: #6b8aa8
}

.donut-gray-blue svg .donut-title {
    fill: #374a5d
}

.donut-gray-mouse svg .donut-back {
    stroke: #8a9fa8
}

.donut-gray-mouse svg .donut-fill {
    stroke: #576c75
}

.donut-gray-mouse svg .donut-title {
    fill: #21282c
}

.donut-lime svg .donut-back {
    stroke: #cafea0
}

.donut-lime svg .donut-fill {
    stroke: #aefd6d
}

.donut-lime svg .donut-title {
    fill: #6ae704
}

.donut-green svg .donut-back {
    stroke: #6f6
}

.donut-green svg .donut-fill {
    stroke: #00b300
}

.donut-green svg .donut-title {
    fill: #030
}

.donut-emerald svg .donut-back {
    stroke: #9ee0b4
}

.donut-emerald svg .donut-fill {
    stroke: #51c878
}

.donut-emerald svg .donut-title {
    fill: #25743f
}

.donut-blue svg .donut-back {
    stroke: #a8beff
}

.donut-blue svg .donut-fill {
    stroke: #5c85ff
}

.donut-blue svg .donut-title {
    fill: #0037db
}

.donut-teal svg .donut-back {
    stroke: #73eded
}

.donut-teal svg .donut-fill {
    stroke: #1ac7c7
}

.donut-teal svg .donut-title {
    fill: #0b5656
}

.donut-cyan svg .donut-back {
    stroke: #adc7ff
}

.donut-cyan svg .donut-fill {
    stroke: #94b6ff
}

.donut-cyan svg .donut-title {
    fill: #145fff
}

.donut-cobalt svg .donut-back {
    stroke: #61a3ff
}

.donut-cobalt svg .donut-fill {
    stroke: #0048ad
}

.donut-cobalt svg .donut-title {
    fill: #00132e
}

.donut-indigo svg .donut-back {
    stroke: #be5cff
}

.donut-indigo svg .donut-fill {
    stroke: #6500a8
}

.donut-indigo svg .donut-title {
    fill: #180029
}

.donut-almost svg .donut-back {
    stroke: #ac8af5
}

.donut-almost svg .donut-fill {
    stroke: #692ced
}

.donut-almost svg .donut-title {
    fill: #350c8d
}

.donut-violet svg .donut-back {
    stroke: #f4aef4
}

.donut-violet svg .donut-fill {
    stroke: #ee81ee
}

.donut-violet svg .donut-title {
    fill: #d31dd3
}

.donut-pink svg .donut-back {
    stroke: #ffc2cc
}

.donut-pink svg .donut-fill {
    stroke: #ffc2cc
}

.donut-pink svg .donut-title {
    fill: #ff4262
}

.donut-magenta svg .donut-back {
    stroke: #f9f
}

.donut-magenta svg .donut-fill {
    stroke: #f0f
}

.donut-magenta svg .donut-title {
    fill: purple
}

.donut-crimson svg .donut-back {
    stroke: #f9a4b5
}

.donut-crimson svg .donut-fill {
    stroke: #dd0e37
}

.donut-crimson svg .donut-title {
    fill: #650619
}

.donut-red svg .donut-back {
    stroke: #ff8080
}

.donut-red svg .donut-fill {
    stroke: red
}

.donut-red svg .donut-title {
    fill: maroon
}

.donut-clown svg .donut-back {
    stroke: #ffb6b3
}

.donut-clown svg .donut-fill {
    stroke: #ff6e66
}

.donut-clown svg .donut-title {
    fill: #e60b00
}

.donut-orange svg .donut-back {
    stroke: #ffdb99
}

.donut-orange svg .donut-fill {
    stroke: #ffa600
}

.donut-orange svg .donut-title {
    fill: #805300
}

.donut-amber svg .donut-back {
    stroke: #ffd65c
}

.donut-amber svg .donut-fill {
    stroke: #ffc929
}

.donut-amber svg .donut-title {
    fill: #a87e00
}

.donut-yellow svg .donut-back {
    stroke: #fff3a8
}

.donut-yellow svg .donut-fill {
    stroke: #ffe95c
}

.donut-yellow svg .donut-title {
    fill: #dbbe00
}

.donut-brown svg .donut-back {
    stroke: #dfae8b
}

.donut-brown svg .donut-fill {
    stroke: #c9763b
}

.donut-brown svg .donut-title {
    fill: #683c1d
}

.donut-olive svg .donut-back {
    stroke: #ffff3d
}

.donut-olive svg .donut-fill {
    stroke: #a3a300
}

.donut-olive svg .donut-title {
    fill: #242400
}

.donut-steel svg .donut-back {
    stroke: #b9c5cf
}

.donut-steel svg .donut-fill {
    stroke: #7d92a6
}

.donut-steel svg .donut-title {
    fill: #425261
}

.donut-mauve svg .donut-back {
    stroke: #e4b8ff
}

.donut-mauve svg .donut-fill {
    stroke: #e0adff
}

.donut-mauve svg .donut-title {
    fill: #af2eff
}

.donut-taupe svg .donut-back {
    stroke: #c1b2a4
}

.donut-taupe svg .donut-fill {
    stroke: #987f67
}

.donut-taupe svg .donut-title {
    fill: #4c3f34
}

.donut-champagne svg .donut-back {
    stroke: #f7e6ca
}

.donut-champagne svg .donut-fill {
    stroke: #f7e6ca
}

.donut-champagne svg .donut-title {
    fill: #e6b15b
}

.donut-khaki svg .donut-back {
    stroke: #e9e1c3
}

.donut-khaki svg .donut-fill {
    stroke: #d5c58b
}

.donut-khaki svg .donut-title {
    fill: #a58e3b
}

.donut-charcoal svg .donut-back {
    stroke: #ccc
}

.donut-charcoal svg .donut-fill {
    stroke: #999
}

.donut-charcoal svg .donut-title {
    fill: #595959
}

.donut-bronze svg .donut-back {
    stroke: #f0c398
}

.donut-bronze svg .donut-fill {
    stroke: #e48f3f
}

.donut-bronze svg .donut-title {
    fill: #8f5014
}

.donut-windstorm svg .donut-back {
    stroke: #bdcfeb
}

.donut-windstorm svg .donut-fill {
    stroke: #7a9fd6
}

.donut-windstorm svg .donut-title {
    fill: #315da0
}

.donut-nude svg .donut-back {
    stroke: #f8ddc4
}

.donut-nude svg .donut-fill {
    stroke: #f7d8bb
}

.donut-nude svg .donut-title {
    fill: #ea9648
}

.donut-terracotta svg .donut-back {
    stroke: #f09f8f
}

.donut-terracotta svg .donut-fill {
    stroke: #e35235
}

.donut-terracotta svg .donut-title {
    fill: #872612
}

.donut-coral svg .donut-back {
    stroke: #ffbca3
}

.donut-coral svg .donut-fill {
    stroke: #ff8457
}

.donut-coral svg .donut-title {
    fill: #d63900
}

.donut-army svg .donut-back {
    stroke: #bbc487
}

.donut-army svg .donut-fill {
    stroke: #5f6732
}

.donut-army svg .donut-title {
    fill: #101108
}

.donut-seashell svg .donut-back {
    stroke: #ffdbc2
}

.donut-seashell svg .donut-fill {
    stroke: #fff0e5
}

.donut-seashell svg .donut-title {
    fill: #ffa666
}

.donut-sand svg .donut-back {
    stroke: #f5e8c2
}

.donut-sand svg .donut-fill {
    stroke: #f1e0ac
}

.donut-sand svg .donut-title {
    fill: #deb73f
}

.donut-primary svg .donut-back {
    stroke: #fee6e5
}

.donut-primary svg .donut-fill {
    stroke: #f75553
}

.donut-primary svg .donut-title {
    fill: #f75553
}

.donut-secondary svg .donut-back {
    stroke: #ed632a
}

.donut-secondary svg .donut-fill {
    stroke: #74290a
}

.donut-secondary svg .donut-title {
    fill: #74290a
}

.donut-tertiary svg .donut-back {
    stroke: #fff
}

.donut-tertiary svg .donut-fill {
    stroke: #ffbebd
}

.donut-tertiary svg .donut-title {
    fill: #ffbebd
}

.donut-success svg .donut-back {
    stroke: #c5edd2
}

.donut-success svg .donut-fill {
    stroke: #51c878
}

.donut-success svg .donut-title {
    fill: #51c878
}

.donut-alert svg .donut-back {
    stroke: #f88ca1
}

.donut-alert svg .donut-fill {
    stroke: #dd0e37
}

.donut-alert svg .donut-title {
    fill: #dd0e37
}

.donut-warning svg .donut-back {
    stroke: #ffdb99
}

.donut-warning svg .donut-fill {
    stroke: #ffa600
}

.donut-warning svg .donut-title {
    fill: #ffa600
}

.donut-info svg .donut-back {
    stroke: #dfebff
}

.donut-info svg .donut-fill {
    stroke: #468cff
}

.donut-info svg .donut-title {
    fill: #468cff
}

.donut-dark svg .donut-back {
    stroke: #9d9d9d
}

.donut-dark svg .donut-fill {
    stroke: #505050
}

.donut-dark svg .donut-title {
    fill: #505050
}

.donut-light svg .donut-back {
    stroke: #fff
}

.donut-light svg .donut-fill {
    stroke: #f8f8f8
}

.donut-light svg .donut-title {
    fill: #f8f8f8
}

:root {
    --double-select-border-radius: 4px;
    --double-select-border-color: var(--border-color);
    --double-select-item-background-active: #e6e6e6;
    --double-select-item-color-active: #191919;
    --double-select-item-background-hover: #e6e6e6;
    --double-select-item-color-hover: #191919
}

.dark-side {
    --double-select-border-color: var(--border-color);
    --double-select-item-background-active: #2c2d30;
    --double-select-item-color-active: #efefef;
    --double-select-item-background-hover: #2c2d30;
    --double-select-item-color-hover: #efefef
}

.double-select-box {
    display: flex;
    flex-flow: row nowrap
}

    .double-select-box select {
        display: none
    }

    .double-select-box .controls {
        padding: 10px;
        display: inline-flex;
        flex-flow: column;
        align-items: center;
        justify-content: center
    }

        .double-select-box .controls .button {
            margin: 1px;
            font-size: 22px;
            vertical-align: middle
        }

            .double-select-box .controls .button .icon {
                display: flex;
                align-items: center;
                justify-content: center;
                transform: translateY(-2px)
            }

    .double-select-box ul {
        display: block;
        position: relative;
        border: 1px solid var(--double-select-border-color);
        flex: 1 1 100%;
        margin: 0;
        overflow-y: auto;
        padding: 2px;
        border-radius: var(--double-select-border-radius)
    }

        .double-select-box ul li {
            display: flex;
            flex-flow: row nowrap;
            position: relative;
            cursor: default;
            padding: 4px 10px;
            font-size: 14px;
            user-select: none;
            border-radius: 4px;
            align-items: center;
            justify-content: flex-start
        }

            .double-select-box ul li .icon {
                width: 18px;
                height: 18px;
                margin-right: 6px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 18px
            }

                .double-select-box ul li .icon * {
                    pointer-events: none;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    display: flex;
                    align-items: center
                }

            .double-select-box ul li.active {
                background: var(--double-select-item-background-active);
                color: var(--double-select-item-color-active)
            }

            .double-select-box ul li:hover {
                background: var(--double-select-item-background-hover);
                color: var(--double-select-item-color-hover)
            }

.dragged-item {
    opacity: .3
}

.drag-item-marker {
    position: absolute;
    top: 8px;
    left: 4px;
    height: 20px;
    width: 24px;
    background-color: transparent;
    cursor: move;
    border-top: 4px solid #ffffff
}

    .drag-item-marker:before, .drag-item-marker:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 4px;
        background-color: #fff
    }

    .drag-item-marker:before {
        top: 4px
    }

    .drag-item-marker:after {
        top: 12px
    }

.drag-marker-dark .drag-item-marker {
    border-top-color: #1d1d1d
}

.drag-marker-dark:before, .drag-marker-dark:after {
    background-color: #1d1d1d
}

.dragged-item-avatar {
    cursor: move;
    display: block;
    position: absolute;
    background-color: #5c85ff;
    opacity: .3;
    z-index: 500;
    box-shadow: inset -1px 0 10px -4px #f75553
}

.draggable {
    box-shadow: #00000059 0 5px 15px !important
}

:root {
    --dropdown-button-toggle-color: #000
}

.dark-side {
    --dropdown-button-toggle-color: #fff
}

.dropdown-button {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    line-height: 1
}

    .dropdown-button .dropdown-toggle:before {
        border-color: var(--dropdown-button-toggle-color)
    }

    .dropdown-button .no-dropdown-caret .dropdown-caret {
        display: none !important
    }

:root {
    --file-height: 36px;
    --file-button-background: #ebebeb;
    --file-button-background-hover: #dadada;
    --file-button-color: #191919;
    --file-drop-zone-border-size: 4px;
    --file-drop-zone-border-type: dashed;
    --file-drop-zone-border-color: #858585;
    --file-drop-zone-background: #f5f5f5;
    --file-drop-zone-color: #191919;
    --file-drop-zone-hover-color: #070707;
    --file-drop-zone-drop-color: #94ff6a
}

.dark-side {
    --file-button-background: #3a3b40;
    --file-button-background-hover: #484850;
    --file-button-color: #f3fcff;
    --file-drop-zone-border-size: 4px;
    --file-drop-zone-border-type: dashed;
    --file-drop-zone-border-color: #858585;
    --file-drop-zone-background: #2b2d30;
    --file-drop-zone-color: #dbdfe7;
    --file-drop-zone-hover-color: #dbdfe7;
    --file-drop-zone-drop-color: #94ff6a
}

.file input, .drop-zone input, .file-button input {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.file {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 0
}

    .file .button {
        border: none;
        height: calc(100% - 4px);
        margin: 2px 2px 2px auto;
        background: var(--file-button-background);
        color: var(--file-button-color)
    }

        .file .button > * {
            height: 20px;
            line-height: 20px !important
        }

        .file .button .icon {
            font-size: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            object-fit: cover
        }

        .file .button:hover {
            background: var(--file-button-background-hover)
        }

    .file .caption {
        height: calc(100% - 4px);
        display: block;
        padding: 0 .5rem;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .file.disabled .button {
        pointer-events: none;
        opacity: .45;
        background: transparent
    }

    .file .prepend {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .file .prepend {
        order: 1
    }

    .file .append {
        order: 4
    }

    .file .caption {
        order: 2
    }

    .file .button {
        order: 3
    }

    .file.pill-input {
        --input-border-radius: calc(var(--input-height) * .44)
    }

        .file.pill-input .button {
            border-radius: var(--input-border-radius)
        }

.drop-zone {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 100%;
    height: auto;
    padding: 40px 0;
    outline: var(--file-drop-zone-border-size) var(--file-drop-zone-border-type) var(--file-drop-zone-border-color);
    outline-offset: -12px;
    background: var(--file-drop-zone-background);
    color: var(--file-drop-zone-color);
    transition: all .5s;
    position: relative
}

    .drop-zone .icon {
        font-family: Segoe UI Symbol,serif;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 64px;
        height: 64px;
        font-size: 64px;
        object-fit: cover
    }

    .drop-zone .caption {
        margin-top: 10px;
        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .drop-zone.focused, .drop-zone:hover {
        outline-color: var(--file-drop-zone-hover-color) !important
    }

    .drop-zone.drop-on {
        outline-color: #00b300
    }

    .drop-zone .clear-button {
        position: absolute;
        top: 16px;
        right: 16px;
        font-family: Segoe UI Symbol,serif;
        transform: scale(0);
        opacity: 0
    }

    .drop-zone:hover .clear-button {
        opacity: 1;
        transform: scale(1)
    }

.file[dir=rtl] .append, .file.rtl .append {
    order: 1
}

.file[dir=rtl] .prepend, .file.rtl .prepend {
    order: 4
}

.file[dir=rtl] .caption, .file.rtl .caption {
    order: 3;
    text-align: right
}

.file[dir=rtl] .button, .file.rtl .button {
    order: 2;
    margin-left: 0;
    margin-right: auto
}

.file.input-small {
    line-height: 28px;
    height: 28px
}

    .file.input-small .caption {
        font-size: 12px;
        line-height: 28px;
        height: 28px
    }

    .file.input-small .button {
        height: 24px;
        margin: 1px 1px 1px auto
    }

.flip-card .front, .flip-card .back {
    width: 100%;
    height: 100%;
    overflow: hidden;
    backface-visibility: hidden;
    position: absolute;
    transition: transform .3s linear;
    top: 0;
    left: 0
}

.flip-card .front {
    transform: perspective(600px) rotateY(0)
}

.flip-card .back {
    transform: perspective(600px) rotateY(180deg)
}

.flip-card.flip-horizontal .front {
    transform: perspective(600px) rotateX(0)
}

.flip-card.flip-horizontal .back {
    transform: perspective(600px) rotateX(180deg)
}

.flip-card.effect-on-hover:hover > .front, .flip-card.effect-on-active.active > .front {
    transform: perspective(600px) rotateY(-180deg)
}

.flip-card.effect-on-hover:hover > .back, .flip-card.effect-on-active.active > .back {
    transform: perspective(600px) rotateY(0)
}

.flip-card.effect-on-hover:hover.flip-horizontal > .front, .flip-card.effect-on-active.active.flip-horizontal > .front {
    transform: perspective(600px) rotateX(-180deg)
}

.flip-card.effect-on-hover:hover.flip-horizontal > .back, .flip-card.effect-on-active.active.flip-horizontal > .back {
    transform: perspective(600px) rotateX(0)
}

form, .form {
    display: flex;
    position: relative;
    flex-flow: column nowrap
}

.form-actions {
    margin: 1rem 0;
    display: flex;
    position: relative;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    border-top: 1px solid var(--border-color);
    padding-top: 1rem
}

    .form-actions *:not(:last-child) {
        margin-right: .25rem
    }

.form-group {
    display: flex;
    position: relative;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

    .form-group + .form-group {
        margin-top: 1rem
    }

.inline-form {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    justify-content: flex-start
}

    .inline-form > * {
        width: auto !important;
        margin: 0 .5rem !important;
        flex-shrink: 1
    }

        .inline-form > *:first-child {
            margin-left: 0 !important
        }

    .inline-form .form-actions {
        border-top: none;
        padding-top: 0
    }

:root {
    --form-column-min-width: 200px;
    --form-gap-size: 1rem
}

.grid-form {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(var(--form-column-min-width),1fr));
    grid-gap: var(--form-gap-size)
}

    .grid-form .form-group {
        margin: 0
    }

    .grid-form .form-actions {
        border-top: none;
        padding-top: 0
    }

label:has(input) {
    cursor: pointer
}

:root {
    --analog-gauge-start-angle: 235deg;
    --analog-gauge-range: 250deg;
    --analog-gauge-needle-height: 10cqi;
    --analog-gauge-needle-color: #4b4b4b;
    --analog-gauge-segment-color: #ddd;
    --analog-gauge-marks-color: #191919;
    --analog-gauge-value-color: #191919;
    --analog-gauge-label-color: #191919;
    --analog-gauge-values-bg: transparent;
    --analog-gauge-bdw: 10cqi;
    --analog-gauge-value-mark-w: 6ch;
    --analog-gauge-segments-w: 1deg;
    --analog-gauge-segments: 10;
    --analog-gauge-needle-cp: polygon(7.5% 50%, 78% 0%, 83% 35%, 83% 65%, 78% 100%);
    --analog-gauge-value-mark-asr: 1;
    --analog-gauge-value-mark-fs: 3cqi;
    --analog-gauge-value-mark-fw: 400;
    --analog-gauge-value: 0
}

.dark-side {
    --analog-gauge-needle-color: #e3e3e3;
    --analog-gauge-segment-color: #222;
    --analog-gauge-marks-color: #cfcfcf;
    --analog-gauge-value-color: #FFF;
    --analog-gauge-label-color: #FFF
}

.analog-gauge {
    --analog-gauge-mask-composite: subtract;
    --_m: calc(100cqi/6);
    --_w: calc(100cqi / 3 * 2);
    --_d: 0;
    --analog-gauge-bg: #009, #69f, #ff0, #f90, #f00 var(--analog-gauge-range), #0000 0 var(--analog-gauge-range);
    --analog-gauge-mask-circle: radial-gradient(circle at 50% 50%, #0000 calc(50cqi - var(--analog-gauge-bdw, 10cqi)), #000 0);
    --analog-gauge-mask-segment: repeating-conic-gradient(from var(--analog-gauge-start-angle, 235deg) at 50% 50%, #000 0 var(--analog-gauge-segments-w, 1deg), #0000 0 calc(var(--analog-gauge-range, 250deg) / var(--analog-gauge-segments, 5)));
    position: relative;
    display: grid;
    grid-template: repeat(3,1fr) / repeat(3,1fr);
    inline-size: 100%;
    aspect-ratio: 1 / 1;
    container-type: inline-size;
    width: 100%
}

    .analog-gauge .gauge {
        height: 100%;
        width: 100%;
        position: relative;
        border-radius: 50%;
        grid-area: 1 / 1 / 4 / 4;
        background: conic-gradient(from var(--analog-gauge-start-angle, 235deg),var(--analog-gauge-bg));
        mask: var(--analog-gauge-mask-circle),var(--analog-gauge-mask-segment, none);
        mask-composite: var(--analog-gauge-mask-composite, subtract);
        transition: background .5s ease-in-out,mask .5s ease-in-out
    }

    .analog-gauge .needle {
        align-self: center;
        background: var(--analog-gauge-needle-color);
        clip-path: var(--analog-gauge-needle-cp, polygon(7.5% 50%, 78% 0%, 83% 35%, 83% 65%, 78% 100%));
        grid-area: 2 / 1 / 3 / 3;
        height: var(--analog-gauge-needle-height);
        isolation: isolate;
        mask: radial-gradient(circle at calc(100% - var(--_m)) 50%,#0000 0 2.5cqi,#FFF 2.5cqi);
        rotate: var(--_d, 0deg);
        transform-origin: calc(100% - var(--_m)) 50%;
        width: var(--_w);
        transition: rotate .5s ease-in-out
    }

    .analog-gauge .value-marks {
        --_vw: calc(100cqi - (2 * var(--analog-gauge-bdw, 10cqi)));
        all: unset;
        aspect-ratio: 1;
        background: var(--analog-gauge-values-bg, #0000);
        border-radius: 50%;
        box-sizing: border-box;
        grid-area: 1 / 1 / 4 / 4;
        list-style: none;
        place-self: center;
        position: relative;
        width: var(--_vw)
    }

        .analog-gauge .value-marks .mark {
            --_r: calc((var(--_vw) - var(--analog-gauge-value-mark-w)) / 2);
            --_x: calc(var(--_r) + (var(--_r) * cos(var(--_d))));
            --_y: calc(var(--_r) + (var(--_r) * sin(var(--_d))));
            aspect-ratio: var(--analog-gauge-value-mark-asr, 1);
            color: var(--analog-gauge-marks-color);
            display: grid;
            font-size: var(--analog-gauge-value-mark-fs, 3cqi);
            font-weight: var(--analog-gauge-value-mark-fw, 400);
            left: var(--_x);
            place-content: center;
            position: absolute;
            top: var(--_y);
            width: var(--analog-gauge-value-mark-w)
        }

    .analog-gauge .value {
        grid-area: 3 / 2 / 4 / 3;
        isolation: isolate;
        place-self: start center;
        text-box: cap alphabetic;
        font-size: 15cqi;
        font-weight: 200;
        z-index: 1;
        color: var(--analog-gauge-value-color)
    }

    .analog-gauge .label, .analog-gauge .label-min, .analog-gauge .label-max {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 5cqi;
        z-index: 1;
        color: var(--analog-gauge-label-color)
    }

    .analog-gauge .label {
        grid-area: 3 / 3 / 4 / 2;
        font-size: 7.5cqi;
        font-weight: 500;
        text-box: ex alphabetic
    }

    .analog-gauge .label-min, .analog-gauge .label-max {
        place-self: center
    }

    .analog-gauge .label-min {
        grid-area: 3 / 1 / 4 / 2
    }

    .analog-gauge .label-max {
        grid-area: 3 / 3 / 4 / 4
    }

    .analog-gauge.theme-load {
        --analog-gauge-bg: #55AF33, #A0C61B, #F7E98E, #F6E301, #FAB60D, #F88D2F, #F76D00, #E53015, #D90E21, #D80010 var(--analog-gauge-range), #0000 0 var(--analog-gauge-range)
    }

    .analog-gauge.theme-sky {
        --analog-gauge-bg: #8CF, #6BF, #46E, #24C var(--analog-gauge-range), #0000 0 var(--analog-gauge-range)
    }

    .analog-gauge.theme-temp {
        --analog-gauge-bdw: 5cqi;
        --analog-gauge-bg: #69f, #f00 var(--analog-gauge-range), #0000 0 var(--analog-gauge-range)
    }

    .analog-gauge.theme-speed {
        --analog-gauge-bg: #12C2FC, #6CFFD4, #78FF80 var(--analog-gauge-value, 0%), var(--analog-gauge-segment-color) 0 var(--analog-gauge-range), #0000 0 var(--analog-gauge-range)
    }

    .analog-gauge.theme-battery {
        --analog-gauge-bdw: 7.5cqi;
        --analog-gauge-bg: red, orange, yellow, lightgreen, green var(--analog-gauge-range), #0000 0 var(--analog-gauge-range);
        --analog-gauge-label-ps: end center
    }

    .analog-gauge.theme-rainbow {
        --_dg: calc(var(--analog-gauge-range) / var(--analog-gauge-segments));
        --analog-gauge-bdw: 25cqi;
        --analog-gauge-bg: #55AF33 var(--_dg), #A0C61B 0 calc(2 * var(--_dg)), #F7E98E 0 calc(3 * var(--_dg)), #F6E301 0 calc(4 * var(--_dg)), #FAB60D 0 calc(5 * var(--_dg)), #F88D2F 0 calc(6 * var(--_dg)), #F76D00 0 calc(7 * var(--_dg)), #E53015 0 calc(8 * var(--_dg)), #D90E21 0 calc(9 * var(--_dg)), #D80010 0 calc(10 * var(--_dg)), #0000 0 var(--analog-gauge-range)
    }

:root {
    --github-box-border-radius: 6px;
    --github-box-border-color: #d1d9e0;
    --github-box-background: #ffffff;
    --github-box-color: #191919;
    --github-box-header-background: #f7f8fa;
    --github-box-header-color: #191919
}

.github-box {
    display: flex;
    flex-flow: column wrap;
    border-radius: var(--github-box-border-radius);
    border: 1px solid var(--github-box-border-color);
    font-size: 14px;
    position: relative
}

    .github-box .box-header {
        background: var(--github-box-header-background);
        color: var(--github-box-header-color);
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        padding: 8px 16px;
        gap: 6px;
        border-bottom: 1px solid;
        border-color: inherit;
        width: 100%;
        border-top-left-radius: var(--github-box-border-radius);
        border-top-right-radius: var(--github-box-border-radius)
    }

        .github-box .box-header .author {
            font-weight: 600
        }

        .github-box .box-header .time {
            font-size: 12px
        }

        .github-box .box-header .actions {
            display: flex;
            flex-flow: row nowrap;
            gap: 2px;
            align-items: center
        }

            .github-box .box-header .actions .more-button .dropdown-caret {
                display: none
            }

        .github-box .box-header .attributes {
            margin-left: auto;
            display: flex;
            flex-flow: row nowrap;
            gap: 2px;
            align-items: center
        }

        .github-box .box-header .prc {
            display: flex;
            font-size: 10px;
            padding: 3px 6px;
            border-radius: 12px;
            border: 1px solid
        }

    .github-box .box-content {
        padding: 1rem;
        font-size: 14px;
        line-height: 1.5;
        word-wrap: break-word;
        overflow: hidden;
        width: calc(100% - 1rem)
    }

    .github-box.-default {
        border-color: #54aeff66
    }

        .github-box.-default .prc {
            border-color: #54aeff
        }

        .github-box.-default .ticket-box__header {
            background: #def3fe;
            color: #191919
        }

        .github-box.-default .button {
            background: #54aeff;
            color: #fff
        }

.box-gray {
    border-color: #ccc
}

    .box-gray .box-header {
        background: #f2f2f2;
        color: #8c8c8c
    }

    .box-gray .prc {
        border-color: #ccc
    }

.box-gray-blue {
    border-color: #6b8aa8
}

    .box-gray-blue .box-header {
        background: #ccd6e1;
        color: #374a5d
    }

    .box-gray-blue .prc {
        border-color: #6b8aa8
    }

.box-gray-mouse {
    border-color: #576c75
}

    .box-gray-mouse .box-header {
        background: #a7b7be;
        color: #21282c
    }

    .box-gray-mouse .prc {
        border-color: #576c75
    }

.box-lime {
    border-color: #aefd6d
}

    .box-lime .box-header {
        background: #e6fed2;
        color: #6ae704
    }

    .box-lime .prc {
        border-color: #aefd6d
    }

.box-green {
    border-color: #00b300
}

    .box-green .box-header {
        background: #9f9;
        color: #030
    }

    .box-green .prc {
        border-color: #00b300
    }

.box-emerald {
    border-color: #51c878
}

    .box-emerald .box-header {
        background: #c5edd2;
        color: #25743f
    }

    .box-emerald .prc {
        border-color: #51c878
    }

.box-blue {
    border-color: #5c85ff
}

    .box-blue .box-header {
        background: #dbe4ff;
        color: #0037db
    }

    .box-blue .prc {
        border-color: #5c85ff
    }

.box-teal {
    border-color: #1ac7c7
}

    .box-teal .box-header {
        background: #a0f3f3;
        color: #0b5656
    }

    .box-teal .prc {
        border-color: #1ac7c7
    }

.box-cyan {
    border-color: #94b6ff
}

    .box-cyan .box-header {
        background: #e0eaff;
        color: #145fff
    }

    .box-cyan .prc {
        border-color: #94b6ff
    }

.box-cobalt {
    border-color: #0048ad
}

    .box-cobalt .box-header {
        background: #94c1ff;
        color: #00132e
    }

    .box-cobalt .prc {
        border-color: #0048ad
    }

.box-indigo {
    border-color: #6500a8
}

    .box-indigo .box-header {
        background: #d28fff;
        color: #180029
    }

    .box-indigo .prc {
        border-color: #6500a8
    }

.box-almost {
    border-color: #692ced
}

    .box-almost .box-header {
        background: #cdb9f9;
        color: #350c8d
    }

    .box-almost .prc {
        border-color: #692ced
    }

.box-violet {
    border-color: #ee81ee
}

    .box-violet .box-header {
        background: #fadbfa;
        color: #d31dd3
    }

    .box-violet .prc {
        border-color: #ee81ee
    }

.box-pink {
    border-color: #ffc2cc
}

    .box-pink .box-header {
        background: #fff5f7;
        color: #ff4262
    }

    .box-pink .prc {
        border-color: #ffc2cc
    }

.box-magenta {
    border-color: #f0f
}

    .box-magenta .box-header {
        background: #fcf;
        color: purple
    }

    .box-magenta .prc {
        border-color: #f0f
    }

.box-crimson {
    border-color: #dd0e37
}

    .box-crimson .box-header {
        background: #fcd4dc;
        color: #650619
    }

    .box-crimson .prc {
        border-color: #dd0e37
    }

.box-red {
    border-color: red
}

    .box-red .box-header {
        background: #ffb3b3;
        color: maroon
    }

    .box-red .prc {
        border-color: red
    }

.box-clown {
    border-color: #ff6e66
}

    .box-clown .box-header {
        background: #ffe7e5;
        color: #e60b00
    }

    .box-clown .prc {
        border-color: #ff6e66
    }

.box-orange {
    border-color: #ffa600
}

    .box-orange .box-header {
        background: #ffedcc;
        color: #805300
    }

    .box-orange .prc {
        border-color: #ffa600
    }

.box-amber {
    border-color: #ffc929
}

    .box-amber .box-header {
        background: #ffe38f;
        color: #a87e00
    }

    .box-amber .prc {
        border-color: #ffc929
    }

.box-yellow {
    border-color: #ffe95c
}

    .box-yellow .box-header {
        background: #fffadb;
        color: #dbbe00
    }

    .box-yellow .prc {
        border-color: #ffe95c
    }

.box-brown {
    border-color: #c9763b
}

    .box-brown .box-header {
        background: #eacab3;
        color: #683c1d
    }

    .box-brown .prc {
        border-color: #c9763b
    }

.box-olive {
    border-color: #a3a300
}

    .box-olive .box-header {
        background: #ffff70;
        color: #242400
    }

    .box-olive .prc {
        border-color: #a3a300
    }

.box-steel {
    border-color: #7d92a6
}

    .box-steel .box-header {
        background: #d8dee4;
        color: #425261
    }

    .box-steel .prc {
        border-color: #7d92a6
    }

.box-mauve {
    border-color: #e0adff
}

    .box-mauve .box-header {
        background: #f7ebff;
        color: #af2eff
    }

    .box-mauve .prc {
        border-color: #e0adff
    }

.box-taupe {
    border-color: #987f67
}

    .box-taupe .box-header {
        background: #d6ccc2;
        color: #4c3f34
    }

    .box-taupe .prc {
        border-color: #987f67
    }

.box-champagne {
    border-color: #f7e6ca
}

    .box-champagne .box-header {
        background: #fefbf6;
        color: #e6b15b
    }

    .box-champagne .prc {
        border-color: #f7e6ca
    }

.box-khaki {
    border-color: #d5c58b
}

    .box-khaki .box-header {
        background: #f7f4e9;
        color: #a58e3b
    }

    .box-khaki .prc {
        border-color: #d5c58b
    }

.box-charcoal {
    border-color: #999
}

    .box-charcoal .box-header {
        background: #e6e6e6;
        color: #595959
    }

    .box-charcoal .prc {
        border-color: #999
    }

.box-bronze {
    border-color: #e48f3f
}

    .box-bronze .box-header {
        background: #f7ddc5;
        color: #8f5014
    }

    .box-bronze .prc {
        border-color: #e48f3f
    }

.box-windstorm {
    border-color: #7a9fd6
}

    .box-windstorm .box-header {
        background: #e4ebf7;
        color: #315da0
    }

    .box-windstorm .prc {
        border-color: #7a9fd6
    }

.box-nude {
    border-color: #f7d8bb
}

    .box-nude .box-header {
        background: #fdf7f1;
        color: #ea9648
    }

    .box-nude .prc {
        border-color: #f7d8bb
    }

.box-terracotta {
    border-color: #e35235
}

    .box-terracotta .box-header {
        background: #f6c5bc;
        color: #872612
    }

    .box-terracotta .prc {
        border-color: #e35235
    }

.box-coral {
    border-color: #ff8457
}

    .box-coral .box-header {
        background: #ffe1d6;
        color: #d63900
    }

    .box-coral .prc {
        border-color: #ff8457
    }

.box-army {
    border-color: #5f6732
}

    .box-army .box-header {
        background: #ced5aa;
        color: #101108
    }

    .box-army .prc {
        border-color: #5f6732
    }

.box-seashell {
    border-color: #fff0e5
}

    .box-seashell .box-header {
        background: #fff9f5;
        color: #ffa666
    }

    .box-seashell .prc {
        border-color: #fff0e5
    }

.box-sand {
    border-color: #f1e0ac
}

    .box-sand .box-header {
        background: #fcf8ee;
        color: #deb73f
    }

    .box-sand .prc {
        border-color: #f1e0ac
    }

:root {
    --gravatar-border-color: #efefef
}

.dark-side {
    --gravatar-border-color: #2b2d30
}

.gravatar {
    object-fit: cover;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

    .gravatar img {
        object-fit: cover
    }

    .gravatar.avatar {
        border-radius: 50%;
        border: 2px solid #fff;
        overflow: hidden
    }

:root {
    --grid-gap: 16px
}

.grid {
    display: flex;
    flex-flow: column;
    position: relative
}

.row.gap-1 {
    --grid-gap: 4px
}

.row.gap-2 {
    --grid-gap: 8px
}

.row.gap-3 {
    --grid-gap: 12px
}

.row.gap-4 {
    --grid-gap: 16px
}

.row.gap-5 {
    --grid-gap: 20px
}

.row.gap-6 {
    --grid-gap: 24px
}

.row.gap-7 {
    --grid-gap: 28px
}

.row.gap-8 {
    --grid-gap: 32px
}

.row.gap-9 {
    --grid-gap: 36px
}

.row.gap-10 {
    --grid-gap: 40px
}

.row.gap-11 {
    --grid-gap: 44px
}

.row.gap-12 {
    --grid-gap: 48px
}

.row {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    gap: var(--grid-gap);
    justify-content: flex-start;
    margin-right: calc(-1 * var(--grid-gap));
    container-type: inline-size;
    container-name: row;
    min-width: 100%
}

    .row + .row {
        margin-top: var(--grid-gap)
    }

    .row > * {
        position: relative;
        display: block;
        padding: 0;
        min-height: 1px;
        flex: 0 0 100%;
        max-width: calc(100% - var(--grid-gap))
    }

.cell-auto, .col-auto, .v-cell-auto, .v-col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.cell-0, .col-0 {
    flex: 0 0 calc(8.333335% * 0 - var(--grid-gap));
    max-width: calc(8.333335% * 0 - var(--grid-gap))
}

.offset-0 {
    margin-left: 0%
}

.cell-1, .col-1 {
    flex: 0 0 calc(8.333335% * 1 - var(--grid-gap));
    max-width: calc(8.333335% * 1 - var(--grid-gap))
}

.offset-1 {
    margin-left: calc(8.333335% * 1)
}

.cell-2, .col-2 {
    flex: 0 0 calc(8.333335% * 2 - var(--grid-gap));
    max-width: calc(8.333335% * 2 - var(--grid-gap))
}

.offset-2 {
    margin-left: 16.66667%
}

.cell-3, .col-3 {
    flex: 0 0 calc(8.333335% * 3 - var(--grid-gap));
    max-width: calc(8.333335% * 3 - var(--grid-gap))
}

.offset-3 {
    margin-left: calc(8.333335% * 3)
}

.cell-4, .col-4 {
    flex: 0 0 calc(8.333335% * 4 - var(--grid-gap));
    max-width: calc(8.333335% * 4 - var(--grid-gap))
}

.offset-4 {
    margin-left: 33.33334%
}

.cell-5, .col-5 {
    flex: 0 0 calc(8.333335% * 5 - var(--grid-gap));
    max-width: calc(8.333335% * 5 - var(--grid-gap))
}

.offset-5 {
    margin-left: calc(8.333335% * 5)
}

.cell-6, .col-6 {
    flex: 0 0 calc(8.333335% * 6 - var(--grid-gap));
    max-width: calc(8.333335% * 6 - var(--grid-gap))
}

.offset-6 {
    margin-left: 50.00001%
}

.cell-7, .col-7 {
    flex: 0 0 calc(8.333335% * 7 - var(--grid-gap));
    max-width: calc(8.333335% * 7 - var(--grid-gap))
}

.offset-7 {
    margin-left: calc(8.333335% * 7)
}

.cell-8, .col-8 {
    flex: 0 0 calc(8.333335% * 8 - var(--grid-gap));
    max-width: calc(8.333335% * 8 - var(--grid-gap))
}

.offset-8 {
    margin-left: 66.66668%
}

.cell-9, .col-9 {
    flex: 0 0 calc(8.333335% * 9 - var(--grid-gap));
    max-width: calc(8.333335% * 9 - var(--grid-gap))
}

.offset-9 {
    margin-left: calc(8.333335% * 9)
}

.cell-10, .col-10 {
    flex: 0 0 calc(8.333335% * 10 - var(--grid-gap));
    max-width: calc(8.333335% * 10 - var(--grid-gap))
}

.offset-10 {
    margin-left: 83.33335%
}

.cell-11, .col-11 {
    flex: 0 0 calc(8.333335% * 11 - var(--grid-gap));
    max-width: calc(8.333335% * 11 - var(--grid-gap))
}

.offset-11 {
    margin-left: calc(8.333335% * 11)
}

.cell-12, .col-12 {
    flex: 0 0 calc(8.333335% * 12 - var(--grid-gap));
    max-width: calc(8.333335% * 12 - var(--grid-gap))
}

.offset-12 {
    margin-left: 100.00002%
}

@container (width >= 0) {
    .cell-fs-half, .col-fs-half {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cell-fs-one-fifth, .col-fs-one-fifth {
        flex: 0 0 calc(20% - (var(--grid-gap)));
        max-width: calc(20% - (var(--grid-gap)))
    }

    .cell-fs-two-fifth, .col-fs-two-fifth {
        flex: 0 0 calc(40% - (var(--grid-gap)));
        max-width: calc(40% - (var(--grid-gap)))
    }

    .cell-fs-three-fifth, .col-fs-three-fifth {
        flex: 0 0 calc(60% - (var(--grid-gap)));
        max-width: calc(60% - (var(--grid-gap)))
    }

    .cell-fs-four-fifth, .col-fs-four-fifth {
        flex: 0 0 calc(80% - (var(--grid-gap)));
        max-width: calc(80% - (var(--grid-gap)))
    }

    .cell-fs, .col-fs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .cell-fs-auto, .col-fs-auto {
        flex: 0 0 auto;
        max-width: none
    }

    .cell-fs-1, .col-fs-1 {
        flex: 0 0 calc(8.333335% * 1 - var(--grid-gap));
        max-width: calc(8.333335% * 1 - var(--grid-gap))
    }

    .offset-fs-1 {
        margin-left: calc(8.333335% * 1)
    }

    .cell-fs-2, .col-fs-2 {
        flex: 0 0 calc(8.333335% * 2 - var(--grid-gap));
        max-width: calc(8.333335% * 2 - var(--grid-gap))
    }

    .offset-fs-2 {
        margin-left: 16.66667%
    }

    .cell-fs-3, .col-fs-3 {
        flex: 0 0 calc(8.333335% * 3 - var(--grid-gap));
        max-width: calc(8.333335% * 3 - var(--grid-gap))
    }

    .offset-fs-3 {
        margin-left: calc(8.333335% * 3)
    }

    .cell-fs-4, .col-fs-4 {
        flex: 0 0 calc(8.333335% * 4 - var(--grid-gap));
        max-width: calc(8.333335% * 4 - var(--grid-gap))
    }

    .offset-fs-4 {
        margin-left: 33.33334%
    }

    .cell-fs-5, .col-fs-5 {
        flex: 0 0 calc(8.333335% * 5 - var(--grid-gap));
        max-width: calc(8.333335% * 5 - var(--grid-gap))
    }

    .offset-fs-5 {
        margin-left: calc(8.333335% * 5)
    }

    .cell-fs-6, .col-fs-6 {
        flex: 0 0 calc(8.333335% * 6 - var(--grid-gap));
        max-width: calc(8.333335% * 6 - var(--grid-gap))
    }

    .offset-fs-6 {
        margin-left: 50.00001%
    }

    .cell-fs-7, .col-fs-7 {
        flex: 0 0 calc(8.333335% * 7 - var(--grid-gap));
        max-width: calc(8.333335% * 7 - var(--grid-gap))
    }

    .offset-fs-7 {
        margin-left: calc(8.333335% * 7)
    }

    .cell-fs-8, .col-fs-8 {
        flex: 0 0 calc(8.333335% * 8 - var(--grid-gap));
        max-width: calc(8.333335% * 8 - var(--grid-gap))
    }

    .offset-fs-8 {
        margin-left: 66.66668%
    }

    .cell-fs-9, .col-fs-9 {
        flex: 0 0 calc(8.333335% * 9 - var(--grid-gap));
        max-width: calc(8.333335% * 9 - var(--grid-gap))
    }

    .offset-fs-9 {
        margin-left: calc(8.333335% * 9)
    }

    .cell-fs-10, .col-fs-10 {
        flex: 0 0 calc(8.333335% * 10 - var(--grid-gap));
        max-width: calc(8.333335% * 10 - var(--grid-gap))
    }

    .offset-fs-10 {
        margin-left: 83.33335%
    }

    .cell-fs-11, .col-fs-11 {
        flex: 0 0 calc(8.333335% * 11 - var(--grid-gap));
        max-width: calc(8.333335% * 11 - var(--grid-gap))
    }

    .offset-fs-11 {
        margin-left: calc(8.333335% * 11)
    }

    .cell-fs-12, .col-fs-12 {
        flex: 0 0 calc(8.333335% * 12 - var(--grid-gap));
        max-width: calc(8.333335% * 12 - var(--grid-gap))
    }

    .offset-fs-12 {
        margin-left: 100.00002%
    }
}

@container (width >= 360px) {
    .cell-xs-half, .col-xs-half {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cell-xs-one-fifth, .col-xs-one-fifth {
        flex: 0 0 calc(20% - (var(--grid-gap)));
        max-width: calc(20% - (var(--grid-gap)))
    }

    .cell-xs-two-fifth, .col-xs-two-fifth {
        flex: 0 0 calc(40% - (var(--grid-gap)));
        max-width: calc(40% - (var(--grid-gap)))
    }

    .cell-xs-three-fifth, .col-xs-three-fifth {
        flex: 0 0 calc(60% - (var(--grid-gap)));
        max-width: calc(60% - (var(--grid-gap)))
    }

    .cell-xs-four-fifth, .col-xs-four-fifth {
        flex: 0 0 calc(80% - (var(--grid-gap)));
        max-width: calc(80% - (var(--grid-gap)))
    }

    .cell-xs, .col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .cell-xs-auto, .col-xs-auto {
        flex: 0 0 auto;
        max-width: none
    }

    .cell-xs-1, .col-xs-1 {
        flex: 0 0 calc(8.333335% * 1 - var(--grid-gap));
        max-width: calc(8.333335% * 1 - var(--grid-gap))
    }

    .offset-xs-1 {
        margin-left: calc(8.333335% * 1)
    }

    .cell-xs-2, .col-xs-2 {
        flex: 0 0 calc(8.333335% * 2 - var(--grid-gap));
        max-width: calc(8.333335% * 2 - var(--grid-gap))
    }

    .offset-xs-2 {
        margin-left: 16.66667%
    }

    .cell-xs-3, .col-xs-3 {
        flex: 0 0 calc(8.333335% * 3 - var(--grid-gap));
        max-width: calc(8.333335% * 3 - var(--grid-gap))
    }

    .offset-xs-3 {
        margin-left: calc(8.333335% * 3)
    }

    .cell-xs-4, .col-xs-4 {
        flex: 0 0 calc(8.333335% * 4 - var(--grid-gap));
        max-width: calc(8.333335% * 4 - var(--grid-gap))
    }

    .offset-xs-4 {
        margin-left: 33.33334%
    }

    .cell-xs-5, .col-xs-5 {
        flex: 0 0 calc(8.333335% * 5 - var(--grid-gap));
        max-width: calc(8.333335% * 5 - var(--grid-gap))
    }

    .offset-xs-5 {
        margin-left: calc(8.333335% * 5)
    }

    .cell-xs-6, .col-xs-6 {
        flex: 0 0 calc(8.333335% * 6 - var(--grid-gap));
        max-width: calc(8.333335% * 6 - var(--grid-gap))
    }

    .offset-xs-6 {
        margin-left: 50.00001%
    }

    .cell-xs-7, .col-xs-7 {
        flex: 0 0 calc(8.333335% * 7 - var(--grid-gap));
        max-width: calc(8.333335% * 7 - var(--grid-gap))
    }

    .offset-xs-7 {
        margin-left: calc(8.333335% * 7)
    }

    .cell-xs-8, .col-xs-8 {
        flex: 0 0 calc(8.333335% * 8 - var(--grid-gap));
        max-width: calc(8.333335% * 8 - var(--grid-gap))
    }

    .offset-xs-8 {
        margin-left: 66.66668%
    }

    .cell-xs-9, .col-xs-9 {
        flex: 0 0 calc(8.333335% * 9 - var(--grid-gap));
        max-width: calc(8.333335% * 9 - var(--grid-gap))
    }

    .offset-xs-9 {
        margin-left: calc(8.333335% * 9)
    }

    .cell-xs-10, .col-xs-10 {
        flex: 0 0 calc(8.333335% * 10 - var(--grid-gap));
        max-width: calc(8.333335% * 10 - var(--grid-gap))
    }

    .offset-xs-10 {
        margin-left: 83.33335%
    }

    .cell-xs-11, .col-xs-11 {
        flex: 0 0 calc(8.333335% * 11 - var(--grid-gap));
        max-width: calc(8.333335% * 11 - var(--grid-gap))
    }

    .offset-xs-11 {
        margin-left: calc(8.333335% * 11)
    }

    .cell-xs-12, .col-xs-12 {
        flex: 0 0 calc(8.333335% * 12 - var(--grid-gap));
        max-width: calc(8.333335% * 12 - var(--grid-gap))
    }

    .offset-xs-12 {
        margin-left: 100.00002%
    }
}

@container (width >= 576px) {
    .cell-sm-half, .col-sm-half {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cell-sm-one-fifth, .col-sm-one-fifth {
        flex: 0 0 calc(20% - (var(--grid-gap)));
        max-width: calc(20% - (var(--grid-gap)))
    }

    .cell-sm-two-fifth, .col-sm-two-fifth {
        flex: 0 0 calc(40% - (var(--grid-gap)));
        max-width: calc(40% - (var(--grid-gap)))
    }

    .cell-sm-three-fifth, .col-sm-three-fifth {
        flex: 0 0 calc(60% - (var(--grid-gap)));
        max-width: calc(60% - (var(--grid-gap)))
    }

    .cell-sm-four-fifth, .col-sm-four-fifth {
        flex: 0 0 calc(80% - (var(--grid-gap)));
        max-width: calc(80% - (var(--grid-gap)))
    }

    .cell-sm, .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .cell-sm-auto, .col-sm-auto {
        flex: 0 0 auto;
        max-width: none
    }

    .cell-sm-1, .col-sm-1 {
        flex: 0 0 calc(8.333335% * 1 - var(--grid-gap));
        max-width: calc(8.333335% * 1 - var(--grid-gap))
    }

    .offset-sm-1 {
        margin-left: calc(8.333335% * 1)
    }

    .cell-sm-2, .col-sm-2 {
        flex: 0 0 calc(8.333335% * 2 - var(--grid-gap));
        max-width: calc(8.333335% * 2 - var(--grid-gap))
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .cell-sm-3, .col-sm-3 {
        flex: 0 0 calc(8.333335% * 3 - var(--grid-gap));
        max-width: calc(8.333335% * 3 - var(--grid-gap))
    }

    .offset-sm-3 {
        margin-left: calc(8.333335% * 3)
    }

    .cell-sm-4, .col-sm-4 {
        flex: 0 0 calc(8.333335% * 4 - var(--grid-gap));
        max-width: calc(8.333335% * 4 - var(--grid-gap))
    }

    .offset-sm-4 {
        margin-left: 33.33334%
    }

    .cell-sm-5, .col-sm-5 {
        flex: 0 0 calc(8.333335% * 5 - var(--grid-gap));
        max-width: calc(8.333335% * 5 - var(--grid-gap))
    }

    .offset-sm-5 {
        margin-left: calc(8.333335% * 5)
    }

    .cell-sm-6, .col-sm-6 {
        flex: 0 0 calc(8.333335% * 6 - var(--grid-gap));
        max-width: calc(8.333335% * 6 - var(--grid-gap))
    }

    .offset-sm-6 {
        margin-left: 50.00001%
    }

    .cell-sm-7, .col-sm-7 {
        flex: 0 0 calc(8.333335% * 7 - var(--grid-gap));
        max-width: calc(8.333335% * 7 - var(--grid-gap))
    }

    .offset-sm-7 {
        margin-left: calc(8.333335% * 7)
    }

    .cell-sm-8, .col-sm-8 {
        flex: 0 0 calc(8.333335% * 8 - var(--grid-gap));
        max-width: calc(8.333335% * 8 - var(--grid-gap))
    }

    .offset-sm-8 {
        margin-left: 66.66668%
    }

    .cell-sm-9, .col-sm-9 {
        flex: 0 0 calc(8.333335% * 9 - var(--grid-gap));
        max-width: calc(8.333335% * 9 - var(--grid-gap))
    }

    .offset-sm-9 {
        margin-left: calc(8.333335% * 9)
    }

    .cell-sm-10, .col-sm-10 {
        flex: 0 0 calc(8.333335% * 10 - var(--grid-gap));
        max-width: calc(8.333335% * 10 - var(--grid-gap))
    }

    .offset-sm-10 {
        margin-left: 83.33335%
    }

    .cell-sm-11, .col-sm-11 {
        flex: 0 0 calc(8.333335% * 11 - var(--grid-gap));
        max-width: calc(8.333335% * 11 - var(--grid-gap))
    }

    .offset-sm-11 {
        margin-left: calc(8.333335% * 11)
    }

    .cell-sm-12, .col-sm-12 {
        flex: 0 0 calc(8.333335% * 12 - var(--grid-gap));
        max-width: calc(8.333335% * 12 - var(--grid-gap))
    }

    .offset-sm-12 {
        margin-left: 100.00002%
    }
}

@container (width >= 640px) {
    .cell-ld-half, .col-ld-half {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cell-ld-one-fifth, .col-ld-one-fifth {
        flex: 0 0 calc(20% - (var(--grid-gap)));
        max-width: calc(20% - (var(--grid-gap)))
    }

    .cell-ld-two-fifth, .col-ld-two-fifth {
        flex: 0 0 calc(40% - (var(--grid-gap)));
        max-width: calc(40% - (var(--grid-gap)))
    }

    .cell-ld-three-fifth, .col-ld-three-fifth {
        flex: 0 0 calc(60% - (var(--grid-gap)));
        max-width: calc(60% - (var(--grid-gap)))
    }

    .cell-ld-four-fifth, .col-ld-four-fifth {
        flex: 0 0 calc(80% - (var(--grid-gap)));
        max-width: calc(80% - (var(--grid-gap)))
    }

    .cell-ld, .col-ld {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .cell-ld-auto, .col-ld-auto {
        flex: 0 0 auto;
        max-width: none
    }

    .cell-ld-1, .col-ld-1 {
        flex: 0 0 calc(8.333335% * 1 - var(--grid-gap));
        max-width: calc(8.333335% * 1 - var(--grid-gap))
    }

    .offset-ld-1 {
        margin-left: calc(8.333335% * 1)
    }

    .cell-ld-2, .col-ld-2 {
        flex: 0 0 calc(8.333335% * 2 - var(--grid-gap));
        max-width: calc(8.333335% * 2 - var(--grid-gap))
    }

    .offset-ld-2 {
        margin-left: 16.66667%
    }

    .cell-ld-3, .col-ld-3 {
        flex: 0 0 calc(8.333335% * 3 - var(--grid-gap));
        max-width: calc(8.333335% * 3 - var(--grid-gap))
    }

    .offset-ld-3 {
        margin-left: calc(8.333335% * 3)
    }

    .cell-ld-4, .col-ld-4 {
        flex: 0 0 calc(8.333335% * 4 - var(--grid-gap));
        max-width: calc(8.333335% * 4 - var(--grid-gap))
    }

    .offset-ld-4 {
        margin-left: 33.33334%
    }

    .cell-ld-5, .col-ld-5 {
        flex: 0 0 calc(8.333335% * 5 - var(--grid-gap));
        max-width: calc(8.333335% * 5 - var(--grid-gap))
    }

    .offset-ld-5 {
        margin-left: calc(8.333335% * 5)
    }

    .cell-ld-6, .col-ld-6 {
        flex: 0 0 calc(8.333335% * 6 - var(--grid-gap));
        max-width: calc(8.333335% * 6 - var(--grid-gap))
    }

    .offset-ld-6 {
        margin-left: 50.00001%
    }

    .cell-ld-7, .col-ld-7 {
        flex: 0 0 calc(8.333335% * 7 - var(--grid-gap));
        max-width: calc(8.333335% * 7 - var(--grid-gap))
    }

    .offset-ld-7 {
        margin-left: calc(8.333335% * 7)
    }

    .cell-ld-8, .col-ld-8 {
        flex: 0 0 calc(8.333335% * 8 - var(--grid-gap));
        max-width: calc(8.333335% * 8 - var(--grid-gap))
    }

    .offset-ld-8 {
        margin-left: 66.66668%
    }

    .cell-ld-9, .col-ld-9 {
        flex: 0 0 calc(8.333335% * 9 - var(--grid-gap));
        max-width: calc(8.333335% * 9 - var(--grid-gap))
    }

    .offset-ld-9 {
        margin-left: calc(8.333335% * 9)
    }

    .cell-ld-10, .col-ld-10 {
        flex: 0 0 calc(8.333335% * 10 - var(--grid-gap));
        max-width: calc(8.333335% * 10 - var(--grid-gap))
    }

    .offset-ld-10 {
        margin-left: 83.33335%
    }

    .cell-ld-11, .col-ld-11 {
        flex: 0 0 calc(8.333335% * 11 - var(--grid-gap));
        max-width: calc(8.333335% * 11 - var(--grid-gap))
    }

    .offset-ld-11 {
        margin-left: calc(8.333335% * 11)
    }

    .cell-ld-12, .col-ld-12 {
        flex: 0 0 calc(8.333335% * 12 - var(--grid-gap));
        max-width: calc(8.333335% * 12 - var(--grid-gap))
    }

    .offset-ld-12 {
        margin-left: 100.00002%
    }
}

@container (width >= 768px) {
    .cell-md-half, .col-md-half {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cell-md-one-fifth, .col-md-one-fifth {
        flex: 0 0 calc(20% - (var(--grid-gap)));
        max-width: calc(20% - (var(--grid-gap)))
    }

    .cell-md-two-fifth, .col-md-two-fifth {
        flex: 0 0 calc(40% - (var(--grid-gap)));
        max-width: calc(40% - (var(--grid-gap)))
    }

    .cell-md-three-fifth, .col-md-three-fifth {
        flex: 0 0 calc(60% - (var(--grid-gap)));
        max-width: calc(60% - (var(--grid-gap)))
    }

    .cell-md-four-fifth, .col-md-four-fifth {
        flex: 0 0 calc(80% - (var(--grid-gap)));
        max-width: calc(80% - (var(--grid-gap)))
    }

    .cell-md, .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .cell-md-auto, .col-md-auto {
        flex: 0 0 auto;
        max-width: none
    }

    .cell-md-1, .col-md-1 {
        flex: 0 0 calc(8.333335% * 1 - var(--grid-gap));
        max-width: calc(8.333335% * 1 - var(--grid-gap))
    }

    .offset-md-1 {
        margin-left: calc(8.333335% * 1)
    }

    .cell-md-2, .col-md-2 {
        flex: 0 0 calc(8.333335% * 2 - var(--grid-gap));
        max-width: calc(8.333335% * 2 - var(--grid-gap))
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .cell-md-3, .col-md-3 {
        flex: 0 0 calc(8.333335% * 3 - var(--grid-gap));
        max-width: calc(8.333335% * 3 - var(--grid-gap))
    }

    .offset-md-3 {
        margin-left: calc(8.333335% * 3)
    }

    .cell-md-4, .col-md-4 {
        flex: 0 0 calc(8.333335% * 4 - var(--grid-gap));
        max-width: calc(8.333335% * 4 - var(--grid-gap))
    }

    .offset-md-4 {
        margin-left: 33.33334%
    }

    .cell-md-5, .col-md-5 {
        flex: 0 0 calc(8.333335% * 5 - var(--grid-gap));
        max-width: calc(8.333335% * 5 - var(--grid-gap))
    }

    .offset-md-5 {
        margin-left: calc(8.333335% * 5)
    }

    .cell-md-6, .col-md-6 {
        flex: 0 0 calc(8.333335% * 6 - var(--grid-gap));
        max-width: calc(8.333335% * 6 - var(--grid-gap))
    }

    .offset-md-6 {
        margin-left: 50.00001%
    }

    .cell-md-7, .col-md-7 {
        flex: 0 0 calc(8.333335% * 7 - var(--grid-gap));
        max-width: calc(8.333335% * 7 - var(--grid-gap))
    }

    .offset-md-7 {
        margin-left: calc(8.333335% * 7)
    }

    .cell-md-8, .col-md-8 {
        flex: 0 0 calc(8.333335% * 8 - var(--grid-gap));
        max-width: calc(8.333335% * 8 - var(--grid-gap))
    }

    .offset-md-8 {
        margin-left: 66.66668%
    }

    .cell-md-9, .col-md-9 {
        flex: 0 0 calc(8.333335% * 9 - var(--grid-gap));
        max-width: calc(8.333335% * 9 - var(--grid-gap))
    }

    .offset-md-9 {
        margin-left: calc(8.333335% * 9)
    }

    .cell-md-10, .col-md-10 {
        flex: 0 0 calc(8.333335% * 10 - var(--grid-gap));
        max-width: calc(8.333335% * 10 - var(--grid-gap))
    }

    .offset-md-10 {
        margin-left: 83.33335%
    }

    .cell-md-11, .col-md-11 {
        flex: 0 0 calc(8.333335% * 11 - var(--grid-gap));
        max-width: calc(8.333335% * 11 - var(--grid-gap))
    }

    .offset-md-11 {
        margin-left: calc(8.333335% * 11)
    }

    .cell-md-12, .col-md-12 {
        flex: 0 0 calc(8.333335% * 12 - var(--grid-gap));
        max-width: calc(8.333335% * 12 - var(--grid-gap))
    }

    .offset-md-12 {
        margin-left: 100.00002%
    }
}

@container (width >= 992px) {
    .cell-lg-half, .col-lg-half {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cell-lg-one-fifth, .col-lg-one-fifth {
        flex: 0 0 calc(20% - (var(--grid-gap)));
        max-width: calc(20% - (var(--grid-gap)))
    }

    .cell-lg-two-fifth, .col-lg-two-fifth {
        flex: 0 0 calc(40% - (var(--grid-gap)));
        max-width: calc(40% - (var(--grid-gap)))
    }

    .cell-lg-three-fifth, .col-lg-three-fifth {
        flex: 0 0 calc(60% - (var(--grid-gap)));
        max-width: calc(60% - (var(--grid-gap)))
    }

    .cell-lg-four-fifth, .col-lg-four-fifth {
        flex: 0 0 calc(80% - (var(--grid-gap)));
        max-width: calc(80% - (var(--grid-gap)))
    }

    .cell-lg, .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .cell-lg-auto, .col-lg-auto {
        flex: 0 0 auto;
        max-width: none
    }

    .cell-lg-1, .col-lg-1 {
        flex: 0 0 calc(8.333335% * 1 - var(--grid-gap));
        max-width: calc(8.333335% * 1 - var(--grid-gap))
    }

    .offset-lg-1 {
        margin-left: calc(8.333335% * 1)
    }

    .cell-lg-2, .col-lg-2 {
        flex: 0 0 calc(8.333335% * 2 - var(--grid-gap));
        max-width: calc(8.333335% * 2 - var(--grid-gap))
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .cell-lg-3, .col-lg-3 {
        flex: 0 0 calc(8.333335% * 3 - var(--grid-gap));
        max-width: calc(8.333335% * 3 - var(--grid-gap))
    }

    .offset-lg-3 {
        margin-left: calc(8.333335% * 3)
    }

    .cell-lg-4, .col-lg-4 {
        flex: 0 0 calc(8.333335% * 4 - var(--grid-gap));
        max-width: calc(8.333335% * 4 - var(--grid-gap))
    }

    .offset-lg-4 {
        margin-left: 33.33334%
    }

    .cell-lg-5, .col-lg-5 {
        flex: 0 0 calc(8.333335% * 5 - var(--grid-gap));
        max-width: calc(8.333335% * 5 - var(--grid-gap))
    }

    .offset-lg-5 {
        margin-left: calc(8.333335% * 5)
    }

    .cell-lg-6, .col-lg-6 {
        flex: 0 0 calc(8.333335% * 6 - var(--grid-gap));
        max-width: calc(8.333335% * 6 - var(--grid-gap))
    }

    .offset-lg-6 {
        margin-left: 50.00001%
    }

    .cell-lg-7, .col-lg-7 {
        flex: 0 0 calc(8.333335% * 7 - var(--grid-gap));
        max-width: calc(8.333335% * 7 - var(--grid-gap))
    }

    .offset-lg-7 {
        margin-left: calc(8.333335% * 7)
    }

    .cell-lg-8, .col-lg-8 {
        flex: 0 0 calc(8.333335% * 8 - var(--grid-gap));
        max-width: calc(8.333335% * 8 - var(--grid-gap))
    }

    .offset-lg-8 {
        margin-left: 66.66668%
    }

    .cell-lg-9, .col-lg-9 {
        flex: 0 0 calc(8.333335% * 9 - var(--grid-gap));
        max-width: calc(8.333335% * 9 - var(--grid-gap))
    }

    .offset-lg-9 {
        margin-left: calc(8.333335% * 9)
    }

    .cell-lg-10, .col-lg-10 {
        flex: 0 0 calc(8.333335% * 10 - var(--grid-gap));
        max-width: calc(8.333335% * 10 - var(--grid-gap))
    }

    .offset-lg-10 {
        margin-left: 83.33335%
    }

    .cell-lg-11, .col-lg-11 {
        flex: 0 0 calc(8.333335% * 11 - var(--grid-gap));
        max-width: calc(8.333335% * 11 - var(--grid-gap))
    }

    .offset-lg-11 {
        margin-left: calc(8.333335% * 11)
    }

    .cell-lg-12, .col-lg-12 {
        flex: 0 0 calc(8.333335% * 12 - var(--grid-gap));
        max-width: calc(8.333335% * 12 - var(--grid-gap))
    }

    .offset-lg-12 {
        margin-left: 100.00002%
    }
}

@container (width >= 1200px) {
    .cell-xl-half, .col-xl-half {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cell-xl-one-fifth, .col-xl-one-fifth {
        flex: 0 0 calc(20% - (var(--grid-gap)));
        max-width: calc(20% - (var(--grid-gap)))
    }

    .cell-xl-two-fifth, .col-xl-two-fifth {
        flex: 0 0 calc(40% - (var(--grid-gap)));
        max-width: calc(40% - (var(--grid-gap)))
    }

    .cell-xl-three-fifth, .col-xl-three-fifth {
        flex: 0 0 calc(60% - (var(--grid-gap)));
        max-width: calc(60% - (var(--grid-gap)))
    }

    .cell-xl-four-fifth, .col-xl-four-fifth {
        flex: 0 0 calc(80% - (var(--grid-gap)));
        max-width: calc(80% - (var(--grid-gap)))
    }

    .cell-xl, .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .cell-xl-auto, .col-xl-auto {
        flex: 0 0 auto;
        max-width: none
    }

    .cell-xl-1, .col-xl-1 {
        flex: 0 0 calc(8.333335% * 1 - var(--grid-gap));
        max-width: calc(8.333335% * 1 - var(--grid-gap))
    }

    .offset-xl-1 {
        margin-left: calc(8.333335% * 1)
    }

    .cell-xl-2, .col-xl-2 {
        flex: 0 0 calc(8.333335% * 2 - var(--grid-gap));
        max-width: calc(8.333335% * 2 - var(--grid-gap))
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .cell-xl-3, .col-xl-3 {
        flex: 0 0 calc(8.333335% * 3 - var(--grid-gap));
        max-width: calc(8.333335% * 3 - var(--grid-gap))
    }

    .offset-xl-3 {
        margin-left: calc(8.333335% * 3)
    }

    .cell-xl-4, .col-xl-4 {
        flex: 0 0 calc(8.333335% * 4 - var(--grid-gap));
        max-width: calc(8.333335% * 4 - var(--grid-gap))
    }

    .offset-xl-4 {
        margin-left: 33.33334%
    }

    .cell-xl-5, .col-xl-5 {
        flex: 0 0 calc(8.333335% * 5 - var(--grid-gap));
        max-width: calc(8.333335% * 5 - var(--grid-gap))
    }

    .offset-xl-5 {
        margin-left: calc(8.333335% * 5)
    }

    .cell-xl-6, .col-xl-6 {
        flex: 0 0 calc(8.333335% * 6 - var(--grid-gap));
        max-width: calc(8.333335% * 6 - var(--grid-gap))
    }

    .offset-xl-6 {
        margin-left: 50.00001%
    }

    .cell-xl-7, .col-xl-7 {
        flex: 0 0 calc(8.333335% * 7 - var(--grid-gap));
        max-width: calc(8.333335% * 7 - var(--grid-gap))
    }

    .offset-xl-7 {
        margin-left: calc(8.333335% * 7)
    }

    .cell-xl-8, .col-xl-8 {
        flex: 0 0 calc(8.333335% * 8 - var(--grid-gap));
        max-width: calc(8.333335% * 8 - var(--grid-gap))
    }

    .offset-xl-8 {
        margin-left: 66.66668%
    }

    .cell-xl-9, .col-xl-9 {
        flex: 0 0 calc(8.333335% * 9 - var(--grid-gap));
        max-width: calc(8.333335% * 9 - var(--grid-gap))
    }

    .offset-xl-9 {
        margin-left: calc(8.333335% * 9)
    }

    .cell-xl-10, .col-xl-10 {
        flex: 0 0 calc(8.333335% * 10 - var(--grid-gap));
        max-width: calc(8.333335% * 10 - var(--grid-gap))
    }

    .offset-xl-10 {
        margin-left: 83.33335%
    }

    .cell-xl-11, .col-xl-11 {
        flex: 0 0 calc(8.333335% * 11 - var(--grid-gap));
        max-width: calc(8.333335% * 11 - var(--grid-gap))
    }

    .offset-xl-11 {
        margin-left: calc(8.333335% * 11)
    }

    .cell-xl-12, .col-xl-12 {
        flex: 0 0 calc(8.333335% * 12 - var(--grid-gap));
        max-width: calc(8.333335% * 12 - var(--grid-gap))
    }

    .offset-xl-12 {
        margin-left: 100.00002%
    }
}

@container (width >= 1400px) {
    .cell-xxl-half, .col-xxl-half {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cell-xxl-one-fifth, .col-xxl-one-fifth {
        flex: 0 0 calc(20% - (var(--grid-gap)));
        max-width: calc(20% - (var(--grid-gap)))
    }

    .cell-xxl-two-fifth, .col-xxl-two-fifth {
        flex: 0 0 calc(40% - (var(--grid-gap)));
        max-width: calc(40% - (var(--grid-gap)))
    }

    .cell-xxl-three-fifth, .col-xxl-three-fifth {
        flex: 0 0 calc(60% - (var(--grid-gap)));
        max-width: calc(60% - (var(--grid-gap)))
    }

    .cell-xxl-four-fifth, .col-xxl-four-fifth {
        flex: 0 0 calc(80% - (var(--grid-gap)));
        max-width: calc(80% - (var(--grid-gap)))
    }

    .cell-xxl, .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .cell-xxl-auto, .col-xxl-auto {
        flex: 0 0 auto;
        max-width: none
    }

    .cell-xxl-1, .col-xxl-1 {
        flex: 0 0 calc(8.333335% * 1 - var(--grid-gap));
        max-width: calc(8.333335% * 1 - var(--grid-gap))
    }

    .offset-xxl-1 {
        margin-left: calc(8.333335% * 1)
    }

    .cell-xxl-2, .col-xxl-2 {
        flex: 0 0 calc(8.333335% * 2 - var(--grid-gap));
        max-width: calc(8.333335% * 2 - var(--grid-gap))
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

    .cell-xxl-3, .col-xxl-3 {
        flex: 0 0 calc(8.333335% * 3 - var(--grid-gap));
        max-width: calc(8.333335% * 3 - var(--grid-gap))
    }

    .offset-xxl-3 {
        margin-left: calc(8.333335% * 3)
    }

    .cell-xxl-4, .col-xxl-4 {
        flex: 0 0 calc(8.333335% * 4 - var(--grid-gap));
        max-width: calc(8.333335% * 4 - var(--grid-gap))
    }

    .offset-xxl-4 {
        margin-left: 33.33334%
    }

    .cell-xxl-5, .col-xxl-5 {
        flex: 0 0 calc(8.333335% * 5 - var(--grid-gap));
        max-width: calc(8.333335% * 5 - var(--grid-gap))
    }

    .offset-xxl-5 {
        margin-left: calc(8.333335% * 5)
    }

    .cell-xxl-6, .col-xxl-6 {
        flex: 0 0 calc(8.333335% * 6 - var(--grid-gap));
        max-width: calc(8.333335% * 6 - var(--grid-gap))
    }

    .offset-xxl-6 {
        margin-left: 50.00001%
    }

    .cell-xxl-7, .col-xxl-7 {
        flex: 0 0 calc(8.333335% * 7 - var(--grid-gap));
        max-width: calc(8.333335% * 7 - var(--grid-gap))
    }

    .offset-xxl-7 {
        margin-left: calc(8.333335% * 7)
    }

    .cell-xxl-8, .col-xxl-8 {
        flex: 0 0 calc(8.333335% * 8 - var(--grid-gap));
        max-width: calc(8.333335% * 8 - var(--grid-gap))
    }

    .offset-xxl-8 {
        margin-left: 66.66668%
    }

    .cell-xxl-9, .col-xxl-9 {
        flex: 0 0 calc(8.333335% * 9 - var(--grid-gap));
        max-width: calc(8.333335% * 9 - var(--grid-gap))
    }

    .offset-xxl-9 {
        margin-left: calc(8.333335% * 9)
    }

    .cell-xxl-10, .col-xxl-10 {
        flex: 0 0 calc(8.333335% * 10 - var(--grid-gap));
        max-width: calc(8.333335% * 10 - var(--grid-gap))
    }

    .offset-xxl-10 {
        margin-left: 83.33335%
    }

    .cell-xxl-11, .col-xxl-11 {
        flex: 0 0 calc(8.333335% * 11 - var(--grid-gap));
        max-width: calc(8.333335% * 11 - var(--grid-gap))
    }

    .offset-xxl-11 {
        margin-left: calc(8.333335% * 11)
    }

    .cell-xxl-12, .col-xxl-12 {
        flex: 0 0 calc(8.333335% * 12 - var(--grid-gap));
        max-width: calc(8.333335% * 12 - var(--grid-gap))
    }

    .offset-xxl-12 {
        margin-left: 100.00002%
    }
}

@container (width >= 2000px) {
    .cell-xxxl-half, .col-xxxl-half {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cell-xxxl-one-fifth, .col-xxxl-one-fifth {
        flex: 0 0 calc(20% - (var(--grid-gap)));
        max-width: calc(20% - (var(--grid-gap)))
    }

    .cell-xxxl-two-fifth, .col-xxxl-two-fifth {
        flex: 0 0 calc(40% - (var(--grid-gap)));
        max-width: calc(40% - (var(--grid-gap)))
    }

    .cell-xxxl-three-fifth, .col-xxxl-three-fifth {
        flex: 0 0 calc(60% - (var(--grid-gap)));
        max-width: calc(60% - (var(--grid-gap)))
    }

    .cell-xxxl-four-fifth, .col-xxxl-four-fifth {
        flex: 0 0 calc(80% - (var(--grid-gap)));
        max-width: calc(80% - (var(--grid-gap)))
    }

    .cell-xxxl, .col-xxxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .cell-xxxl-auto, .col-xxxl-auto {
        flex: 0 0 auto;
        max-width: none
    }

    .cell-xxxl-1, .col-xxxl-1 {
        flex: 0 0 calc(8.333335% * 1 - var(--grid-gap));
        max-width: calc(8.333335% * 1 - var(--grid-gap))
    }

    .offset-xxxl-1 {
        margin-left: calc(8.333335% * 1)
    }

    .cell-xxxl-2, .col-xxxl-2 {
        flex: 0 0 calc(8.333335% * 2 - var(--grid-gap));
        max-width: calc(8.333335% * 2 - var(--grid-gap))
    }

    .offset-xxxl-2 {
        margin-left: 16.66667%
    }

    .cell-xxxl-3, .col-xxxl-3 {
        flex: 0 0 calc(8.333335% * 3 - var(--grid-gap));
        max-width: calc(8.333335% * 3 - var(--grid-gap))
    }

    .offset-xxxl-3 {
        margin-left: calc(8.333335% * 3)
    }

    .cell-xxxl-4, .col-xxxl-4 {
        flex: 0 0 calc(8.333335% * 4 - var(--grid-gap));
        max-width: calc(8.333335% * 4 - var(--grid-gap))
    }

    .offset-xxxl-4 {
        margin-left: 33.33334%
    }

    .cell-xxxl-5, .col-xxxl-5 {
        flex: 0 0 calc(8.333335% * 5 - var(--grid-gap));
        max-width: calc(8.333335% * 5 - var(--grid-gap))
    }

    .offset-xxxl-5 {
        margin-left: calc(8.333335% * 5)
    }

    .cell-xxxl-6, .col-xxxl-6 {
        flex: 0 0 calc(8.333335% * 6 - var(--grid-gap));
        max-width: calc(8.333335% * 6 - var(--grid-gap))
    }

    .offset-xxxl-6 {
        margin-left: 50.00001%
    }

    .cell-xxxl-7, .col-xxxl-7 {
        flex: 0 0 calc(8.333335% * 7 - var(--grid-gap));
        max-width: calc(8.333335% * 7 - var(--grid-gap))
    }

    .offset-xxxl-7 {
        margin-left: calc(8.333335% * 7)
    }

    .cell-xxxl-8, .col-xxxl-8 {
        flex: 0 0 calc(8.333335% * 8 - var(--grid-gap));
        max-width: calc(8.333335% * 8 - var(--grid-gap))
    }

    .offset-xxxl-8 {
        margin-left: 66.66668%
    }

    .cell-xxxl-9, .col-xxxl-9 {
        flex: 0 0 calc(8.333335% * 9 - var(--grid-gap));
        max-width: calc(8.333335% * 9 - var(--grid-gap))
    }

    .offset-xxxl-9 {
        margin-left: calc(8.333335% * 9)
    }

    .cell-xxxl-10, .col-xxxl-10 {
        flex: 0 0 calc(8.333335% * 10 - var(--grid-gap));
        max-width: calc(8.333335% * 10 - var(--grid-gap))
    }

    .offset-xxxl-10 {
        margin-left: 83.33335%
    }

    .cell-xxxl-11, .col-xxxl-11 {
        flex: 0 0 calc(8.333335% * 11 - var(--grid-gap));
        max-width: calc(8.333335% * 11 - var(--grid-gap))
    }

    .offset-xxxl-11 {
        margin-left: calc(8.333335% * 11)
    }

    .cell-xxxl-12, .col-xxxl-12 {
        flex: 0 0 calc(8.333335% * 12 - var(--grid-gap));
        max-width: calc(8.333335% * 12 - var(--grid-gap))
    }

    .offset-xxxl-12 {
        margin-left: 100.00002%
    }
}

.no-gap {
    --grid-gap: 0px
}

:root {
    --h-menu-gap: 0;
    --h-menu-font-size: 13px;
    --h-menu-border-radius: 4px
}

:root {
    --h-menu-background: #ffffff;
    --h-menu-color: #191919;
    --h-menu-item-hover-background: #e8e8e8;
    --h-menu-item-hover-color: #191919
}

.dark-side {
    --h-menu-background: #1e1f22;
    --h-menu-color: #dbdfe7;
    --h-menu-item-hover-background: #2b2d30;
    --h-menu-item-hover-color: #ffffff
}

.h-menu {
    list-style: none inside;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    background-color: var(--h-menu-background);
    color: var(--h-menu-color);
    gap: var(--h-menu-gap);
    font-size: var(--h-menu-font-size);
    position: relative
}

    .h-menu > li, .h-menu > li > a {
        color: inherit;
        background: transparent;
        border-radius: var(--h-menu-border-radius);
        position: relative
    }

        .h-menu > li > a {
            display: flex;
            align-items: center;
            text-decoration: none;
            padding: 4px 8px;
            cursor: pointer
        }

            .h-menu > li > a > .dropdown-caret {
                margin-left: 4px
            }

@media(hover:hover) {
    .h-menu li:hover {
        background-color: var(--h-menu-item-hover-background);
        color: var(--h-menu-item-hover-color)
    }
}

@media(hover:none) {
    .h-menu li:active {
        background-color: var(--h-menu-item-hover-background);
        color: var(--h-menu-item-hover-color)
    }
}

:root {
    --hero-background: #ffffff;
    --hero-color: #191919;
    --hero-deep-size: 80%
}

.dark-side {
    --hero-background: #1e1f22;
    --hero-color: #dbdfe7
}

.hero {
    padding: 40px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: var(--hero-background);
    color: var(--hero-color)
}

    .hero .hero-image {
        height: 220px;
        object-fit: cover;
        object-position: center
    }

.hero1 {
    clip-path: polygon(0 0,100% 0,100% var(--hero-deep-size),0 100%)
}

.hero2 {
    clip-path: polygon(0 0,100% 0,100% var(--hero-deep-size),50% 100%,0 var(--hero-deep-size))
}

.hero3 {
    clip-path: polygon(0 0,100% 0,100% 100%,0 var(--hero-deep-size))
}

.hero4 {
    clip-path: polygon(0 0,100% 0,100% 100%,50% var(--hero-deep-size),0 100%)
}

.hero5 {
    --mask: radial-gradient(67.08px at 50% calc(100% - 90px), #000 99%, #0000 101%) calc(50% - 60px) 0/120px 100%, radial-gradient(67.08px at 50% calc(100% + 60px), #0000 99%, #000 101%) 50% calc(100% - 30px) /120px 100% repeat-x;
    mask: var(--mask)
}

.hero6 {
    clip-path: shape(from 0% 0%,hline to 100%,vline to 80%,curve to 0% 80% with 75% 100% / 25% 60%,close)
}

@media all and (min-width:768px) {
    .hero {
        padding: 160px 80px
    }

    .hero6 {
        padding: 80px 80px 220px
    }
}

:root {
    --hint-z-index: 1070;
    --hint-border-radius: 6px;
    --hint-background: #FFFCC0;
    --hint-color: #1d1d1d
}

.dark-side {
    --hint-background: #26282e;
    --hint-color: #ffffff
}

.hint {
    display: block;
    position: fixed;
    z-index: var(--hint-z-index);
    background-color: var(--hint-background);
    color: var(--hint-color);
    font-size: 14px;
    padding: 10px;
    border-radius: var(--hint-border-radius);
    box-shadow: 2px 2px 5px 0 var(--shadow-color-normal)
}

:root {
    --hover-box-effect-color: hsl(from var(--color-light-nude) h s l);
    --hover-box-k: 6
}

.dark-side {
    --hover-box-effect-color: hsla(234, 78%, 62%, .26)
}

.hover-box {
    --x: 0;
    --y: 0;
    --size: 0;
    position: relative;
    overflow: hidden;
    border-color: var(--hover-box-effect-color);
    transition: border-color .5s ease
}

@media(hover:hover) {
    .hover-box:hover {
        border-color: var(--hover-box-effect-color)
    }

        .hover-box:hover:before {
            content: "";
            position: absolute;
            left: var(--x);
            top: var(--y);
            width: calc(var(--hover-box-k) * var(--size));
            height: calc(var(--hover-box-k) * var(--size));
            background: radial-gradient(var(--hover-box-effect-color),transparent 40%);
            transform: translate(-50%,-50%);
            transition: width .2s ease,height .2s ease;
            pointer-events: none
        }
}

:root {
    --icon-box-border-radius: 6px;
    --icon-box-background: var(--default-background);
    --icon-box-color: var(--default-color);
    --icon-box-border-color: var(--border-color);
    --icon-box-icon-background: hsl(0, 0%, 95%);
    --icon-box-icon-color: var(--default-color)
}

.dark-side {
    --icon-box-background: var(--default-background);
    --icon-box-color: #dbdfe7;
    --icon-box-border-color: var(--border-color);
    --icon-box-icon-background: hsl(0, 0%, 55%);
    --icon-box-icon-color: var(--default-color)
}

.icon-box, .icon-box2, .icon-box3 {
    height: 90px;
    display: flex;
    flex-flow: row nowrap;
    background: var(--icon-box-background);
    color: var(--icon-box-color);
    border: 1px solid var(--icon-box-border-color);
    border-radius: var(--icon-box-border-radius);
    overflow: hidden;
    position: relative
}

    .icon-box .icon, .icon-box2 .icon, .icon-box3 .icon, .icon-box .content, .icon-box2 .content, .icon-box3 .content {
        position: relative
    }

    .icon-box .title, .icon-box2 .title, .icon-box3 .title {
        font-size: 16px;
        font-weight: 500;
        white-space: nowrap
    }

    .icon-box .subtitle, .icon-box2 .subtitle, .icon-box3 .subtitle {
        font-size: 14px;
        font-weight: 500;
        border-top: 1px solid var(--icon-box-border-color);
        white-space: nowrap;
        padding-top: 6px;
        display: flex;
        align-items: center;
        justify-content: flex-start
    }

    .icon-box .value, .icon-box2 .value, .icon-box3 .value {
        font-size: 24px;
        font-weight: 700;
        margin: 4px 0 10px;
        white-space: nowrap
    }

    .icon-box .icon {
        height: 90px;
        width: 90px;
        flex-shrink: 0;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--icon-box-icon-background)
    }

        .icon-box .icon > * {
            font-size: 45px;
            width: 45px;
            height: 45px;
            line-height: 1
        }

    .icon-box .content {
        line-height: 1.2;
        display: block;
        width: 100%;
        background-color: inherit;
        padding: 1rem
    }

    .icon-box .title {
        text-transform: uppercase
    }

.icon-box2, .icon-box3 {
    height: auto
}

    .icon-box2 .icon, .icon-box3 .icon {
        position: absolute;
        top: 1rem;
        right: 1rem;
        background: var(--icon-box-icon-background);
        color: var(--icon-box-icon-color);
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border-radius: 50%
    }

        .icon-box2 .icon *, .icon-box3 .icon * {
            font-size: 24px;
            width: 24px;
            height: 24px
        }

    .icon-box2 .content, .icon-box3 .content {
        display: flex;
        flex-direction: column;
        padding: 1rem;
        width: 100%
    }

    .icon-box2 .title, .icon-box3 .title {
        order: 1
    }

    .icon-box2 .value, .icon-box3 .value {
        order: 2;
        margin: 0
    }

    .icon-box2 .subtitle, .icon-box3 .subtitle {
        order: 3;
        margin-top: 1rem
    }

    .icon-box3 .icon {
        right: auto;
        left: 1rem;
        border-radius: 6px
    }

    .icon-box3 .title, .icon-box3 .value {
        text-align: right;
        margin-left: 60px
    }

    .icon-box3 .value {
        order: 1
    }

    .icon-box3 .title {
        order: 2
    }

    .icon-box3 .subtitle {
        order: 3
    }

.icon-box4 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    border-radius: var(--icon-box-border-radius);
    border: 1px solid var(--icon-box-border-color);
    background: var(--icon-box-background);
    color: var(--icon-box-color);
    padding: 1rem
}

    .icon-box4 .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 64px;
        height: 64px;
        overflow: hidden;
        border-radius: 50%;
        border: 1px solid var(--icon-box-border-color);
        background: var(--icon-box-icon-background);
        color: var(--icon-box-icon-color);
        margin-right: 1rem;
        flex-shrink: 0;
        aspect-ratio: 1/1
    }

        .icon-box4 .icon * {
            font-size: 60px;
            width: 100%;
            height: 100%;
            text-align: center;
            vertical-align: middle
        }

    .icon-box4 .content {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

        .icon-box4 .content .title {
            font-size: 12px;
            font-weight: 400
        }

        .icon-box4 .content .value {
            font-size: 16px;
            font-weight: 700
        }

:root {
    --image-button-font-size: 14px;
    --image-button-border-radius: 4px;
    --image-button-background: hsl(0, 0%, 95%);
    --image-button-color: var(--default-color);
    --image-button-icon-background: #929fa6;
    --image-button-icon-color: #ffffff;
    --image-button-icon-background-hover: #7da0b3;
    --image-button-icon-color-hover: #ffffff
}

.dark-side {
    --image-button-background: #4a4a4a;
    --image-button-color: var(--default-color);
    --image-button-icon-background: #2e2e2e;
    --image-button-icon-color: #ffffff;
    --image-button-icon-background-hover: #373737;
    --image-button-icon-color-hover: #ffffff
}

.image-button {
    --control-height: var(--control-height-normal);
    display: inline-flex;
    transition: all .15s ease-in-out;
    background: var(--image-button-background);
    color: var(--image-button-color);
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    outline: none;
    position: relative;
    font-size: var(--image-button-font-size);
    padding: 0 .5rem 0 0;
    align-items: center;
    height: var(--control-height);
    font-weight: 400;
    border-radius: var(--image-button-border-radius);
    overflow: hidden;
    gap: 0
}

    .image-button:hover .icon {
        background: var(--image-button-icon-background-hover);
        color: var(--image-button-icon-color-hover)
    }

    .image-button .icon, .image-button .caption {
        transition: all .15s ease-in-out
    }

    .image-button .icon {
        width: var(--control-height);
        height: var(--control-height);
        line-height: var(--control-height);
        font-size: inherit;
        background: var(--image-button-icon-background);
        color: var(--image-button-icon-color);
        order: 1;
        text-align: center
    }

    .image-button .caption {
        margin-left: .5rem;
        text-align: left;
        color: inherit;
        order: 2;
        font-weight: 400
    }

        .image-button .caption small {
            display: block;
            font-size: .8rem
        }

    .image-button.icon-right {
        padding: 0 0 0 .5rem
    }

        .image-button.icon-right .icon {
            order: 2
        }

        .image-button.icon-right .caption {
            order: 1;
            margin-left: 0;
            margin-right: .5rem
        }

    .image-button:focus, .image-button:hover, .image-button.focus {
        text-decoration: none
    }

    .image-button:active {
        box-shadow: none;
        outline: 0
    }

    .image-button.disabled, .image-button:disabled {
        opacity: .65
    }

    .image-button.outline {
        background: transparent none;
        border-width: 1px;
        border-color: var(--border-color)
    }

    .image-button.primary {
        background: #fa9d9c !important
    }

        .image-button.primary .icon {
            background: #f75553 !important;
            color: #fff !important
        }

        .image-button.primary:hover .icon {
            background: #f63d3b !important
        }

    .image-button.secondary {
        background: #ba4210 !important
    }

        .image-button.secondary .icon {
            background: #74290a !important;
            color: #fff !important
        }

        .image-button.secondary:hover .icon {
            background: #5d2108 !important
        }

    .image-button.tertiary {
        background: #fff !important
    }

        .image-button.tertiary .icon {
            background: #ffbebd !important;
            color: #fff !important
        }

        .image-button.tertiary:hover .icon {
            background: #fcbfbe !important
        }

    .image-button.success {
        background: #8bdaa5 !important
    }

        .image-button.success .icon {
            background: #51c878 !important;
            color: #fff !important
        }

        .image-button.success:hover .icon {
            background: #3dc269 !important
        }

    .image-button.alert {
        background: #f34467 !important
    }

        .image-button.alert .icon {
            background: #dd0e37 !important;
            color: #fff !important
        }

        .image-button.alert:hover .icon {
            background: #c50d31 !important
        }

    .image-button.warning {
        background: #ffc14d !important
    }

        .image-button.warning .icon {
            background: #ffa600 !important;
            color: #fff !important
        }

        .image-button.warning:hover .icon {
            background: #e69500 !important
        }

    .image-button.info {
        background: #93bcff !important
    }

        .image-button.info .icon {
            background: #468cff !important;
            color: #fff !important
        }

        .image-button.info:hover .icon {
            background: #2c7cff !important
        }

    .image-button.dark {
        background: #767676 !important
    }

        .image-button.dark .icon {
            background: #505050 !important;
            color: #fff !important
        }

        .image-button.dark:hover .icon {
            background: #434343 !important
        }

    .image-button.light {
        background: #fff !important
    }

        .image-button.light .icon {
            background: #f8f8f8 !important;
            color: #fff !important
        }

        .image-button.light:hover .icon {
            background: #ebebeb !important
        }

    .image-button.mini {
        --control-height: var(--control-height-mini);
        --image-button-font-size: 10px
    }

    .image-button.small {
        --control-height: var(--control-height-small);
        --image-button-font-size: 12px
    }

    .image-button.medium {
        --control-height: var(--control-height-medium);
        --image-button-font-size: 14px
    }

    .image-button.large {
        --control-height: var(--control-height-large);
        --image-button-font-size: 18px
    }

    .image-button.largest {
        --control-height: var(--control-height-largest);
        --image-button-font-size: 24px
    }

:root {
    --image-carousel-switch-button: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDggMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC4yOTI4OTMgNi4yOTI4OUMtMC4wOTc2MzE1IDYuNjgzNDIgLTAuMDk3NjMxNSA3LjMxNjU4IDAuMjkyODkzIDcuNzA3MTFMNi4yOTI4OSAxMy43MDcxQzYuNjgzNDIgMTQuMDk3NiA3LjMxNjU4IDE0LjA5NzYgNy43MDcxMSAxMy43MDcxQzguMDk3NjMgMTMuMzE2NiA4LjA5NzYzIDEyLjY4MzQgNy43MDcxMSAxMi4yOTI5TDIuNDE0MjEgN0w3LjcwNzExIDEuNzA3MTFDOC4wOTc2MyAxLjMxNjU4IDguMDk3NjMgMC42ODM0MTcgNy43MDcxMSAwLjI5Mjg5M0M3LjMxNjU4IC0wLjA5NzYzMDUgNi42ODM0MiAtMC4wOTc2MzA1IDYuMjkyODkgMC4yOTI4OTNMMC4yOTI4OTMgNi4yOTI4OVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=) no-repeat 50%;
    --image-carousel-thumbnail-size: 54px;
    --image-carousel-background: var(--default-background);
    --image-carousel-scene-border-color: var(--border-color);
    --image-carousel-thumbnail-border-color: var(--border-color);
    --image-carousel-thumbnail-active-border-color: var(--color-primary)
}

.dark-side {
    --image-carousel-background: var(--default-background);
    --image-carousel-scene-border-color: var(--border-color);
    --image-carousel-thumbnail-border-color: var(--border-color);
    --image-carousel-thumbnail-active-border-color: var(--color-primary)
}

.image-carousel {
    background: var(--image-carousel-background);
    display: block;
    position: relative;
    width: 100%
}

    .image-carousel .badge {
        position: absolute;
        top: 0;
        right: 0;
        padding: 4px 8px;
        font-size: 14px;
        font-weight: 700;
        line-height: 16px;
        z-index: 3
    }

        .image-carousel .badge.-left {
            left: 0;
            right: auto
        }

    .image-carousel .scene {
        display: flex;
        position: relative;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        overflow: hidden;
        padding: 1rem;
        border-radius: 4px
    }

        .image-carousel .scene .slide {
            display: flex;
            position: absolute;
            top: 0;
            left: 0;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            z-index: 0;
            padding: 1rem
        }

            .image-carousel .scene .slide img {
                width: 100%;
                height: 100%;
                object-fit: contain;
                object-position: center
            }

    .image-carousel .prev-button, .image-carousel .next-button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #bdbdbdcc;
        z-index: 1
    }

        .image-carousel .prev-button:after, .image-carousel .next-button:after {
            content: "";
            display: block;
            margin-right: 2px;
            width: 16px;
            height: 16px;
            background: var(--image-carousel-switch-button);
            transition: all .3s ease-in-out
        }

        .image-carousel .prev-button:hover, .image-carousel .next-button:hover {
            background: #929292cc
        }

    .image-carousel .prev-button {
        left: 0
    }

    .image-carousel .next-button {
        right: 0
    }

        .image-carousel .next-button:after {
            transform: rotate(180deg) translate(-2px)
        }

    .image-carousel .thumbnails {
        display: flex;
        position: relative;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
        gap: 4px;
        padding: 4px;
        margin: 1rem 0;
        list-style: none
    }

        .image-carousel .thumbnails .thumbnail {
            display: flex;
            position: relative;
            align-items: center;
            justify-content: center;
            width: var(--image-carousel-thumbnail-size);
            height: var(--image-carousel-thumbnail-size);
            padding: 4px;
            border: 1px solid var(--image-carousel-thumbnail-border-color);
            cursor: pointer;
            user-select: none;
            background: transparent;
            border-radius: 4px;
            transition: all .2s ease
        }

            .image-carousel .thumbnails .thumbnail img {
                width: 100%;
                height: 100%;
                object-fit: contain;
                object-position: center
            }

            .image-carousel .thumbnails .thumbnail.active {
                border-color: var(--image-carousel-thumbnail-active-border-color)
            }

.image-compare {
    position: relative;
    display: block
}

    .image-compare img {
        display: none
    }

    .image-compare .image-container, .image-compare .image-container-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 1
    }

        .image-compare .image-container.image-container-overlay, .image-compare .image-container-overlay.image-container-overlay {
            z-index: 2
        }

        .image-compare .image-container .image-wrapper, .image-compare .image-container-overlay .image-wrapper {
            background-size: cover
        }

    .image-compare .image-slider {
        z-index: 3;
        position: absolute;
        cursor: ew-resize;
        width: 32px;
        height: 32px;
        background-color: #ffa600;
        opacity: .7;
        border-radius: .25rem;
        transform: rotate(45deg)
    }

.image-grid {
    display: flex;
    flex-flow: row wrap
}

.image-grid__item {
    display: block;
    overflow: hidden
}

.image-grid__item-landscape {
    width: 320px;
    height: 180px
}

.image-grid__item-portrait {
    width: 160px;
    height: 180px
}

.image-grid__item img {
    display: block;
    width: 100%;
    height: 100%
}

.image-grid.half-size .image-grid__item-landscape {
    width: 160px;
    height: 90px
}

.image-grid.half-size .image-grid__item-portrait {
    width: 80px;
    height: 90px
}

.image-magnifier {
    position: relative;
    display: block;
    cursor: none;
    height: auto
}

    .image-magnifier img {
        vertical-align: middle;
        width: 100%;
        height: auto;
        max-height: 100%
    }

    .image-magnifier .image-magnifier-glass {
        position: absolute;
        border-radius: 0;
        cursor: none;
        width: 100px;
        height: 100px;
        border: 4px solid rgba(255,255,255,.7);
        overflow: hidden;
        z-index: 2
    }

:root {
    --info-box-border-radius: 6px;
    --info-box-background: var(--default-background);
    --info-box-color: var(--default-color);
    --info-box-border-color: var(--border-color)
}

.dark-side {
    --info-box-background: var(--default-background);
    --info-box-color: var(--default-color);
    --info-box-border-color: var(--border-color)
}

.info-box {
    position: fixed;
    background: var(--info-box-background);
    color: var(--info-box-color);
    border: 1px solid var(--info-box-border-color);
    border-radius: var(--info-box-border-radius);
    display: block;
    z-index: 1050;
    max-width: calc(100vw - 100px);
    max-height: calc(100vh - 100px)
}

    .info-box .closer {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 4px;
        right: 4px;
        background-color: inherit;
        color: inherit;
        z-index: 100;
        border: none
    }

        .info-box .closer:before {
            display: block;
            content: "\d7";
            font-size: 24px
        }

    .info-box .info-box-content {
        padding: 20px;
        z-index: 0
    }

.info-box2 {
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: var(--info-box-border-radius);
    border: 1px solid var(--info-box-border-color);
    background: var(--info-box-background);
    color: var(--info-box-color);
    padding: 4px 8px
}

    .info-box2 .title {
        text-transform: uppercase;
        font-size: 9px;
        font-weight: 400
    }

    .info-box2 .value {
        display: flex;
        font-size: 16px;
        font-weight: 500;
        align-items: flex-end;
        justify-content: space-between
    }

        .info-box2 .value .primary-value {
            font-size: 1em
        }

        .info-box2 .value .secondary-value {
            font-size: .8em;
            margin-left: auto
        }

:root {
    --more-info-box-border-radius: 6px;
    --more-info-box-background: var(--default-background);
    --more-info-box-color: var(--default-color);
    --more-info-box-icon-color: rgba(0, 0, 0, .15);
    --more-info-box-more-background: rgba(0, 0, 0, .1);
    --more-info-box-more-color: rgba(255, 255, 255, .8);
    --more-info-box-border-color: var(--border-color)
}

.dark-side {
    --more-info-box-background: linear-gradient(to right, rgba(255, 238, 238, .15), rgba(255, 252, 252, .1));
    --more-info-box-color: var(--default-color);
    --more-info-box-icon-color: rgba(0, 0, 0, .15);
    --more-info-box-more-background: rgba(0, 0, 0, .1);
    --more-info-box-more-color: rgba(255, 255, 255, .8);
    --more-info-box-border-color: var(--border-color)
}

.more-info-box {
    height: 128px;
    display: flex;
    flex-flow: row wrap;
    background: var(--more-info-box-background);
    color: var(--more-info-box-color);
    border-radius: var(--more-info-box-border-radius);
    overflow: hidden;
    position: relative;
    border: 1px solid var(--more-info-box-border-color)
}

    .more-info-box .icon {
        position: absolute;
        top: 1rem;
        right: 1rem;
        height: 64px;
        width: 64px;
        flex-shrink: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: transform .3s ease;
        color: var(--more-info-box-icon-color)
    }

        .more-info-box .icon * {
            font-size: 64px;
            width: 64px;
            height: 64px;
            line-height: 1
        }

    .more-info-box .content {
        position: relative;
        line-height: 1.2;
        display: block;
        padding: 8px 16px;
        max-width: calc(100% - 106px)
    }

    .more-info-box .title {
        font-size: 16px;
        font-weight: 500
    }

    .more-info-box .value {
        font-size: 38px;
        font-weight: 700
    }

    .more-info-box .more {
        width: 100%;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        background: var(--more-info-box-more-background);
        text-decoration: none;
        position: relative;
        padding: 4px 8px;
        margin: 0;
        font-size: 12px;
        color: inherit
    }

    .more-info-box:hover .icon {
        transform: scale(1.2);
        transition: transform .3s ease
    }

:root {
    --info-button-font-size: 14px;
    --info-button-border-radius: 4px;
    --info-button-border-color: var(--border-color);
    --info-button-background: #F8F8F8;
    --info-button-color: #191919;
    --info-button-background-secondary: #ffffff;
    --info-button-color-secondary: #000000;
    --info-button-background-hover: #dcdcdc;
    --info-button-color-hover: #474747
}

.dark-side {
    --info-button-background: #2e2e2e;
    --info-button-color: #F8F8F8;
    --info-button-background-secondary: var(--default-background);
    --info-button-color-secondary: var(--default-color);
    --info-button-background-hover: #373737;
    --info-button-color-hover: #bfbfbf
}

.info-button {
    --control-height: var(--control-height-normal);
    border: 1px solid var(--border-color);
    border-radius: var(--info-button-border-radius);
    background: var(--info-button-background);
    color: var(--info-button-color);
    overflow: hidden;
    position: relative;
    display: inline-flex;
    align-items: center;
    width: auto;
    height: var(--control-height);
    font-size: var(--info-button-font-size);
    text-decoration: none;
    line-height: 1;
    transition: all .15s ease-in-out;
    padding: 0;
    cursor: pointer;
    gap: 0
}

    .info-button .title, .info-button .value {
        font-size: inherit;
        font-weight: 400;
        text-decoration: none;
        height: 100%;
        line-height: 1;
        display: flex;
        align-items: center;
        padding: 0 calc(var(--control-height) / 3 + 0px);
        margin: 0;
        color: inherit;
        transition: .3s
    }

    .info-button .value {
        background: var(--info-button-background-secondary);
        color: var(--info-button-color-secondary);
        font-size: calc(var(--info-button-font-size) * .9);
        font-weight: 500
    }

@media(hover:hover) {
    .info-button:hover {
        background: var(--info-button-background-hover);
        color: var(--info-button-color-hover)
    }
}

@media(hover:none) {
    .info-button:active {
        background: var(--info-button-background-hover);
        color: var(--info-button-color-hover)
    }
}

.info-button.primary .title {
    background: #f75553;
    color: #fff
}

.info-button.primary:hover .title {
    background: #f63d3b !important
}

.info-button.secondary .title {
    background: #74290a;
    color: #fff
}

.info-button.secondary:hover .title {
    background: #5d2108 !important
}

.info-button.tertiary .title {
    background: #ffbebd;
    color: #fff
}

.info-button.tertiary:hover .title {
    background: #fcbfbe !important
}

.info-button.success .title {
    background: #51c878;
    color: #fff
}

.info-button.success:hover .title {
    background: #3dc269 !important
}

.info-button.alert .title {
    background: #dd0e37;
    color: #fff
}

.info-button.alert:hover .title {
    background: #c50d31 !important
}

.info-button.warning .title {
    background: #ffa600;
    color: #fff
}

.info-button.warning:hover .title {
    background: #e69500 !important
}

.info-button.info .title {
    background: #468cff;
    color: #fff
}

.info-button.info:hover .title {
    background: #2c7cff !important
}

.info-button.dark .title {
    background: #505050;
    color: #fff
}

.info-button.dark:hover .title {
    background: #434343 !important
}

.info-button.light .title {
    background: #f8f8f8;
    color: #fff
}

.info-button.light:hover .title {
    background: #ebebeb !important
}

.info-button.mini {
    --control-height: var(--control-height-mini);
    --info-button-font-size: 10px
}

.info-button.small {
    --control-height: var(--control-height-small);
    --info-button-font-size: 12px
}

.info-button.medium {
    --control-height: var(--control-height-medium);
    --info-button-font-size: 14px
}

.info-button.large {
    --control-height: var(--control-height-large);
    --info-button-font-size: 18px
}

.info-button.largest {
    --control-height: var(--control-height-largest);
    --info-button-font-size: 24px
}

.info-panel {
    display: block;
    background-color: #fff;
    color: #1d1d1d;
    text-align: center
}

.info-panel-header {
    padding: 30px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.2;
    white-space: nowrap
}

.info-panel-content {
    padding: 20px 40px
}

.info-panel-footer {
    padding: 40px
}

:root {
    --material-input-border-color: var(--border-color);
    --material-input-border-color-hover: #cacaca;
    --material-input-color: #191919;
    --material-input-placeholder-color: #bdbdbd
}

.dark-side {
    --material-input-border-color: var(--border-color);
    --material-input-border-color-hover: #686c71;
    --material-input-color: #dbdfe7;
    --material-input-placeholder-color: #dbdfe7
}

.input-material {
    position: relative;
    min-width: 196px;
    height: 48px;
    display: flex;
    margin: 0;
    width: 100%;
    border: none
}

    .input-material input {
        position: absolute;
        inset: 16px 0 8px;
        border: 0;
        border-bottom: 2px var(--material-input-border-color) solid;
        background-color: transparent;
        outline: none;
        font-size: 16px;
        padding-bottom: 4px;
        padding-left: 0;
        width: 100%;
        z-index: 2;
        height: 28px;
        box-shadow: none !important;
        color: var(--material-input-color);
        transition: linear all .3s
    }

        .input-material input::-ms-clear {
            display: none
        }

        .input-material input::-ms-reveal {
            display: none
        }

        .input-material input::-webkit-clear-button {
            display: none
        }

        .input-material input::-webkit-inner-spin-button {
            height: 100%
        }

    .input-material hr {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        opacity: 0;
        height: 3px;
        background-color: var(--material-input-border-color-hover);
        bottom: 4px;
        z-index: 2;
        transition: linear all .3s
    }

    .input-material .label, .input-material .informer {
        position: absolute;
        display: block;
        z-index: 1;
        color: inherit
    }

    .input-material .label {
        opacity: 0;
        top: 12px;
        left: 0;
        transition: linear all .3s;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 700
    }

    .input-material .informer {
        opacity: 0;
        bottom: 12px;
        font-size: 10px;
        transition: linear all .3s
    }

    .input-material input::-webkit-input-placeholder {
        font-size: 1rem;
        position: absolute;
        left: 0;
        z-index: 1;
        opacity: 1;
        color: var(--material-input-placeholder-color);
        transition: linear all .3s
    }

    .input-material .helper-button {
        top: 8px
    }

    .input-material.full-size {
        width: 100%
    }

    .input-material .buttons {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        padding: 0 2px;
        margin-left: auto;
        z-index: 3
    }

    .input-material .button {
        background-color: transparent;
        border-color: transparent;
        color: var(--input-color);
        height: 30px;
        width: 30px;
        border: 1px solid var(--input-border-color);
        font-size: var(--input-font-size);
        padding: 0
    }

        .input-material .button:focus, .input-material .button:active {
            box-shadow: none !important
        }

    .input-material .input-clear-button, .input-material .input-reveal-button, .input-material .input-search-button {
        font-family: Segoe UI Symbol,serif;
        background-color: transparent;
        font-size: var(--input-font-size);
        transform: scale(0);
        opacity: 0
    }

    .input-material:focus input, .input-material.focused input, .input-material:hover input {
        border-color: var(--material-input-border-color-hover)
    }

    .input-material:focus .input-clear-button, .input-material.focused .input-clear-button, .input-material:hover .input-clear-button, .input-material:focus .input-reveal-button, .input-material.focused .input-reveal-button, .input-material:hover .input-reveal-button {
        opacity: 1;
        transform: scale(1)
    }

    .input-material.disabled .buttons button {
        background-color: transparent;
        color: var(--input-color-disabled)
    }

    .input-material.invalid hr {
        background-color: var(--input-invalid-color)
    }

    .input-material.invalid input {
        border-color: var(--input-invalid-color)
    }

    .input-material.invalid .informer, .input-material.invalid .label, .input-material.invalid .icon {
        color: var(--input-invalid-color)
    }

    .input-material.valid hr {
        background-color: var(--input-valid-color)
    }

    .input-material.valid input {
        border-color: var(--input-valid-color)
    }

    .input-material.valid .informer, .input-material.valid .label, .input-material.valid .icon {
        color: var(--input-valid-color)
    }

    .input-material.with-icon {
        margin-left: 32px;
        width: calc(100% - 32px)
    }

        .input-material.with-icon .icon {
            width: 24px;
            height: 24px;
            font-size: 24px;
            line-height: 1;
            position: absolute;
            left: -32px;
            top: 50%;
            margin-top: -8px;
            display: block;
            opacity: .2;
            transition: linear all .3s
        }

            .input-material.with-icon .icon img {
                width: 100%;
                height: 100%;
                object-fit: cover
            }

        .input-material.with-icon.full-size {
            width: calc(100% - 32px) !important
        }

    .input-material hr ~ input:focus {
        border-bottom: 0
    }

    .input-material input:focus ~ hr {
        opacity: 1;
        width: 100%;
        transition: linear all .3s
    }

    .input-material input:focus::-webkit-input-placeholder {
        opacity: 0;
        transform: translate(100%);
        transition: linear all .2s
    }

    .input-material input:focus ~ .informer {
        opacity: 1;
        bottom: -.75rem;
        transition: linear all .3s
    }

    .input-material input:focus ~ .icon {
        opacity: 1;
        transition: linear all .3s
    }

    .input-material input:focus ~ .label, .input-material input:not(:placeholder-shown) ~ .label {
        opacity: 1;
        top: -2px;
        transition: linear all .3s
    }

    .input-material.permanent-label input:not(:placeholder-shown) ~ .label {
        top: 0;
        opacity: 1
    }

    .input-material input:-webkit-autofill, .input-material input:-webkit-autofill:hover, .input-material input:-webkit-autofill:focus, .input-material input:-webkit-autofill:active {
        transition: background-color 5000s ease-in-out 0s;
        -webkit-text-fill-color: #fff !important
    }

:root {
    --keypad-background: var(--input-background);
    --keypad-color: var(--input-color);
    --keypad-border-color: #E8E8E8
}

.dark-side {
    --keypad-background: var(--input-background);
    --keypad-color: var(--input-color);
    --keypad-border-color: #4A4D51
}

.keypad {
    background: var(--keypad-background);
    color: var(--keypad-color);
    border: 1px solid var(--keypad-border-color);
    border-radius: var(--input-border-radius);
    position: relative
}

    .keypad input {
        border: 0
    }

    .keypad .button-group {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        padding: 0;
        position: absolute;
        top: 2px;
        right: 2px;
        height: calc(100% - 4px)
    }

    .keypad .button {
        background-color: transparent;
        border-color: transparent;
        color: var(--input-color);
        height: calc(100% + -0px);
        aspect-ratio: 1;
        border: 1px solid var(--input-border-color);
        font-size: var(--input-font-size);
        padding: 0;
        cursor: pointer;
        z-index: 1
    }

        .keypad .button:focus, .keypad .button:active {
            box-shadow: none !important
        }

    .keypad .keys {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: auto;
        float: left;
        background-color: inherit;
        color: inherit;
        border: none;
        padding: 0;
        user-select: none;
        z-index: 1000;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        box-shadow: 0 1px 3px 0 var(--shadow-color-normal),0 1px 2px -1px var(--shadow-color-normal)
    }

        .keypad .keys:before {
            content: "";
            position: absolute;
            background-color: inherit;
            width: 10px;
            height: 10px;
            border: 1px solid var(--keypad-border-color);
            z-index: 2;
            left: -5px;
            top: 50%;
            transform: translateY(-50%) rotate(45deg);
            margin-top: -5px;
            border-top-color: transparent;
            border-right-color: transparent
        }

        .keypad .keys.open {
            display: flex
        }

    .keypad .key {
        display: block;
        position: relative;
        float: left;
        background-color: inherit;
        color: inherit;
        margin: 0;
        text-align: center;
        border: 1px solid var(--keypad-border-color);
        font-size: 1rem;
        cursor: pointer;
        transition: all .15s ease-in-out;
        flex-shrink: 0
    }

        .keypad .key:hover {
            box-shadow: 0 0 0 3px #f2f2f273;
            transform: scale(1.1);
            z-index: 2
        }

    .keypad .keys.right {
        left: 100%;
        transform: translateY(-50%);
        top: 50%;
        margin-left: -1px
    }

    .keypad .keys.bottom {
        left: 50%;
        transform: translate(-50%);
        top: 100%;
        margin-top: -1px
    }

        .keypad .keys.bottom:before {
            top: 0;
            left: 50%;
            transform: translate(-50%) rotate(135deg)
        }

    .keypad .keys.top {
        top: 0;
        left: 50%;
        transform: translateY(-100%) translate(-50%);
        margin-top: 1px
    }

        .keypad .keys.top:before {
            top: 100%;
            left: 50%;
            transform: translate(-50%) rotate(-45deg)
        }

    .keypad .keys.left {
        left: 0;
        transform: translateY(-50%) translate(-100%);
        top: 50%;
        margin-left: 1px
    }

        .keypad .keys.left:before {
            top: 50%;
            transform: translateY(-50%);
            left: 100%;
            margin-left: -5px;
            transform: rotate(225deg)
        }

    .keypad .keys.bottom-left {
        top: 100%;
        left: 0;
        margin-top: -1px
    }

        .keypad .keys.bottom-left:before {
            top: 0;
            left: .625rem;
            transform: rotate(135deg)
        }

    .keypad .keys.bottom-right {
        top: 100%;
        left: 100%;
        transform: translate(-100%);
        margin-top: -1px
    }

        .keypad .keys.bottom-right:before {
            top: 0;
            left: 100%;
            margin-left: -1rem;
            transform: rotate(135deg)
        }

    .keypad .keys.top-left {
        top: 0;
        left: 0;
        transform: translateY(-100%);
        margin-top: 1px
    }

        .keypad .keys.top-left:before {
            top: 100%;
            left: .625rem;
            transform: rotate(-45deg)
        }

    .keypad .keys.top-right {
        top: 0;
        left: 100%;
        transform: translateY(-100%) translate(-100%);
        margin-top: 1px
    }

        .keypad .keys.top-right:before {
            top: 100%;
            left: 100%;
            margin-left: -1rem;
            transform: rotate(-45deg)
        }

    .keypad.pill-input {
        --input-border-radius: calc(var(--input-height) * .44)
    }

        .keypad.pill-input .button {
            border-radius: 50%
        }

.lightbox-overlay {
    background-color: #000000e6;
    position: fixed;
    inset: 0;
    z-index: 2000
}

.lightbox {
    z-index: 2001;
    position: fixed;
    background: transparent;
    inset: 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center
}

.lightbox__closer {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    background: #f8f8f880;
    color: #1d1d1d;
    font-family: Segoe UI Symbol,serif;
    border-radius: 4px
}

    .lightbox__closer * {
        line-height: 32px;
        font-size: 20px;
        height: 20px;
        width: 20px
    }

.lightbox__prev, .lightbox__next {
    font-family: Segoe UI Symbol,serif;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #f8f8f880;
    color: #1d1d1d;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    left: 20px;
    font-size: 36px
}

    .lightbox__prev *, .lightbox__next * {
        line-height: 40px;
        font-size: 36px;
        height: 40px;
        width: 40px;
        object-fit: cover
    }

.lightbox__next {
    left: auto;
    right: 20px
}

.lightbox__prev, .lightbox__next, .lightbox__closer {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2
}

.lightbox__image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

.lightbox__image-wrapper {
    display: block;
    width: auto;
    max-height: calc(100vh - 80px);
    max-width: calc(100vw - 20px)
}

    .lightbox__image-wrapper:before {
        content: attr(data-title);
        position: absolute;
        color: #fff;
        top: 100%;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center
    }

    .lightbox__image-wrapper.no-title:before {
        display: none
    }

    .lightbox__image-wrapper img {
        display: block;
        width: auto;
        max-height: calc(100vh - 80px);
        max-width: calc(100vw - 20px)
    }

:root {
    --resizer-color: var(--border-color);
    --resizer-color-disabled: var(--default-background-disabled)
}

.dark-side {
    --resizer-color: var(--border-color);
    --resizer-color-disabled: var(--default-background-disabled)
}

.resize-element {
    display: block;
    position: absolute;
    right: -1px;
    bottom: -1px;
    z-index: 101;
    cursor: nwse-resize;
    width: 12px;
    height: 12px
}

    .resize-element:after {
        position: absolute;
        display: block;
        border-bottom: 12px solid var(--resizer-color);
        border-left: 12px solid transparent;
        content: "";
        right: 0;
        bottom: 0
    }

    .resize-element.resize-element-disabled {
        cursor: default
    }

        .resize-element.resize-element-disabled:after {
            border-bottom-color: var(--resizer-color-disabled)
        }

:root {
    --linked-block-point-size: 6px;
    --linked-block-link-color: #b1b1b1;
    --linked-block-line-width: 1px;
    --linked-block-border-radius: 4px;
    --linked-block-points-gap: 4px;
    --linked-block-background: var(--default-background);
    --linked-block-color: #191919;
    --linked-block-point-color: var(--linked-block-link-color);
    --linked-block-border-color: var(--linked-block-link-color);
    --linked-block-line-color: var(--linked-block-link-color);
    --linked-block-border-color-active: #676767
}

.dark-side {
    --linked-block-background: var(--default-background);
    --linked-block-color: #ffffff;
    --linked-block-link-color: #656a70;
    --linked-block-border-color: var(--linked-block-link-color);
    --linked-block-line-color: var(--linked-block-link-color);
    --linked-block-point-color: var(--linked-block-link-color);
    --linked-block-border-color-active: #ffffff
}

.linked-block {
    display: block;
    background-color: var(--linked-block-background);
    color: var(--linked-block-color);
    border: 1px solid var(--linked-block-border-color);
    border-radius: var(--linked-block-border-radius);
    user-select: none;
    z-index: 1;
    --resizer-color: var(--linked-block-border-color)
}

    .linked-block .north-side, .linked-block .east-side, .linked-block .south-side, .linked-block .west-side {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: visible;
        gap: var(--linked-block-points-gap)
    }

    .linked-block .north-side, .linked-block .south-side {
        width: 100%;
        height: 1px;
        flex-flow: row nowrap;
        left: 0
    }

    .linked-block .east-side, .linked-block .west-side {
        top: 0;
        width: 1px;
        height: 100%;
        flex-flow: column nowrap
    }

    .linked-block .north-side {
        top: -1px
    }

    .linked-block .east-side {
        right: -1px
    }

    .linked-block .south-side {
        bottom: -1px
    }

    .linked-block .west-side {
        left: -1px
    }

    .linked-block .link-point {
        display: block;
        position: relative;
        width: var(--linked-block-point-size);
        aspect-ratio: 1/1;
        border-radius: 50%;
        background-color: var(--linked-block-point-color);
        flex: 0 0 var(--linked-block-point-size)
    }

    .linked-block.one-point .link-point {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

    .linked-block.no-points .link-point {
        visibility: hidden
    }

    .linked-block .add-point-btn {
        position: absolute;
        display: none;
        width: 20px;
        height: 20px;
        border: 1px dashed var(--linked-block-border-color);
        background: var(--linked-block-background);
        color: var(--linked-block-color);
        font-size: 12px;
        line-height: 1;
        cursor: pointer;
        z-index: 10;
        padding: 0;
        transition: border-color .2s ease
    }

@media(hover:hover) {
    .linked-block .add-point-btn:hover {
        border-color: #28a745
    }
}

@media(hover:none) {
    .linked-block .add-point-btn:active {
        border-color: #28a745
    }
}

.linked-block .add-point-btn.connecting {
    border-color: #007bff !important;
    border-radius: 50%;
    display: block !important
}

.linked-block .add-point-btn.add-point-north {
    top: -10px;
    left: 50%;
    transform: translate(-50%)
}

.linked-block .add-point-btn.add-point-east {
    right: -10px;
    top: 50%;
    transform: translateY(-50%)
}

.linked-block .add-point-btn.add-point-south {
    bottom: -10px;
    left: 50%;
    transform: translate(-50%)
}

.linked-block .add-point-btn.add-point-west {
    left: -10px;
    top: 50%;
    transform: translateY(-50%)
}

.linked-block .linked-block-content {
    position: relative;
    width: 100%;
    height: 100%
}

.linked-block.active-block {
    border-color: var(--linked-block-border-color-active)
}

.linked-block[data-can-resize=false] .resize-element {
    display: none
}

.linked-block .can-drag-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
    object-fit: cover
}

.linked-block[data-can-drag=false] .can-drag-icon, .linked-block.no-drag-icon .can-drag-icon {
    display: none
}

.connection-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

    .connection-area .cl-line, .connection-area .cl-curve {
        stroke-width: var(--linked-block-line-width);
        stroke: var(--linked-block-line-color)
    }

    .connection-area .cl-line, .connection-area .cl-curve {
        transition: stroke .2s ease,stroke-width .2s ease;
        fill: none;
        cursor: pointer
    }

        .connection-area .cl-line:hover, .connection-area .cl-curve:hover, .connection-area .cl-line.selected-path, .connection-area .cl-curve.selected-path {
            stroke: #0a87c1
        }

.connector-delete {
    display: none
}

.show-connector-delete .connector-delete {
    display: block !important
}

:root {
    --listview-item-border-radius: 4px;
    --listview-item-width: 220px;
    --listview-background: #ffffff;
    --listview-color: #191919;
    --listview-color-secondary: #919191;
    --listview-item-background-hover: #d4e2ff;
    --listview-item-background-active: #d4e2ff;
    --listview-badge-background: transparent;
    --listview-badge-color: #191919
}

.dark-side {
    --listview-background: #1e1f22;
    --listview-color: #dbdfe7;
    --listview-color-secondary: #bcbcbc;
    --listview-item-background-hover: #2d2d32;
    --listview-item-background-active: #28282c;
    --listview-badge-background: transparent;
    --listview-badge-color: #dbdfe7
}

.listview {
    position: relative;
    margin: 0;
    padding: 0;
    background-color: var(--listview-background);
    color: var(--listview-color);
    list-style: none inside;
    display: flex
}

    .listview.view-list, .listview.view-content {
        flex-flow: column wrap
    }

    .listview.view-icons-medium, .listview.view-icons-large, .listview.view-icons, .listview.view-tiles {
        flex-flow: row wrap
    }

        .listview.view-icons-medium.vertical-layout, .listview.view-icons-large.vertical-layout, .listview.view-icons.vertical-layout {
            flex-flow: column wrap
        }

    .listview .node {
        display: flex;
        cursor: pointer;
        position: relative;
        font-size: 13px;
        border: 1px solid transparent;
        background-color: inherit;
        overflow: hidden;
        border-radius: var(--listview-item-border-radius);
        padding: 4px 8px
    }

@media(hover:hover) {
    .listview .node:hover {
        background-color: var(--listview-item-background-hover)
    }
}

@media(hover:none) {
    .listview .node:active {
        background-color: var(--listview-item-background-hover)
    }
}

.listview .node .icon {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    stroke: var(--listview-color)
}

    .listview .node .icon > * {
        width: 100%;
        height: 100%
    }

.listview ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none inside
}

.listview .node > :is(.content,.desc,.date) {
    display: none
}

.listview:not(.selectable) .checkbox {
    display: none !important
}

.listview .caption {
    line-height: 1.2;
    font-size: 12px
}

.listview .node-group > .caption {
    font-size: 14px
}

.listview .content {
    order: 100
}

.listview .checkbox input:focus {
    box-shadow: none
}

.listview.view-list {
    display: flex;
    flex-flow: column wrap
}

    .listview.view-list .node {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        width: var(--listview-item-width)
    }

.listview.view-table {
    display: flex;
    flex-flow: column nowrap
}

    .listview.view-table .node {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: flex-start;
        gap: 8px
    }

        .listview.view-table .node:not(:last-child) {
            border-bottom: 1px solid var(--border-color)
        }

    .listview.view-table .caption {
        width: 160px
    }

    .listview.view-table .desc {
        width: 50%;
        margin-left: auto;
        border-left: 1px solid var(--border-color);
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-left: 16px;
        color: var(--listview-color-secondary)
    }

    .listview.view-table .date {
        width: 100px;
        border-left: 1px solid var(--border-color);
        display: flex;
        align-items: center;
        justify-content: center
    }

.listview.view-content {
    display: flex;
    flex-flow: column nowrap
}

    .listview.view-content .node {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: flex-start;
        gap: 0 8px
    }

        .listview.view-content .node:not(:last-child) {
            border-bottom: 1px solid var(--border-color)
        }

        .listview.view-content .node .desc {
            width: 50%;
            margin-left: auto;
            border-left: 1px solid var(--border-color);
            display: flex;
            align-items: center;
            justify-content: flex-start;
            padding-left: 16px;
            color: var(--listview-color-secondary)
        }

        .listview.view-content .node .date {
            width: 100px;
            border-left: 1px solid var(--border-color);
            display: flex;
            align-items: center;
            justify-content: center
        }

        .listview.view-content .node .content {
            display: block !important;
            width: 100%;
            flex-shrink: 0;
            order: 100
        }

            .listview.view-content .node .content:has(*) {
                padding: 8px 0
            }

.listview.view-tiles {
    display: flex;
    flex-flow: row wrap
}

    .listview.view-tiles .node {
        width: var(--listview-item-width);
        padding: 4px 8px;
        align-items: center;
        border-radius: 4px
    }

    .listview.view-tiles .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 34px;
        margin: 0
    }

    .listview.view-tiles .caption {
        font-size: 13px;
        margin-left: 0
    }

    .listview.view-tiles .date {
        position: absolute;
        top: 2px;
        right: 4px;
        font-size: 10px;
        line-height: 1
    }

    .listview.view-tiles .checkbox {
        position: absolute;
        top: 2px;
        left: 2px
    }

@media(hover:hover) {
    .listview.view-tiles .node:hover .date {
        display: flex
    }
}

@media(hover:none) {
    .listview.view-tiles .node:active .date {
        display: flex
    }
}

.listview.view-icons, .listview.view-icons-medium, .listview.view-icons-large {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px
}

    .listview.view-icons .node, .listview.view-icons-medium .node, .listview.view-icons-large .node {
        width: 92px;
        height: 92px;
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        justify-content: center
    }

        .listview.view-icons .node .icon, .listview.view-icons-medium .node .icon, .listview.view-icons-large .node .icon {
            width: 32px;
            height: 32px;
            line-height: 32px;
            font-size: 32px;
            margin: 6px 0
        }

        .listview.view-icons .node .checkbox, .listview.view-icons-medium .node .checkbox, .listview.view-icons-large .node .checkbox {
            position: absolute;
            top: 2px;
            left: 2px
        }

        .listview.view-icons .node .desc, .listview.view-icons-medium .node .desc, .listview.view-icons-large .node .desc {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 10px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            line-height: 1
        }

    .listview.view-icons-medium .node {
        width: 124px;
        height: 124px;
        margin: 1px
    }

        .listview.view-icons-medium .node > .icon {
            width: 54px;
            height: 54px;
            line-height: 54px;
            font-size: 54px
        }

    .listview.view-icons-large .node {
        width: 200px;
        height: 200px;
        margin: 2px;
        padding: 30px
    }

        .listview.view-icons-large .node > .icon {
            width: 90px;
            height: 90px;
            line-height: 90px;
            font-size: 90px
        }

.listview .node.current-select {
    background-color: var(--listview-item-background-active);
    border-color: var(--border-color) !important
}

.listview .node-group {
    display: block;
    width: 100%;
    position: relative;
    line-height: 24px;
    flex-shrink: 0;
    cursor: pointer;
    user-select: none
}

    .listview .node-group .node-toggle {
        position: absolute;
        left: 0;
        top: 0;
        width: 24px;
        height: 24px;
        fill: var(--listview-color);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform .2s ease-in-out
    }

    .listview .node-group.expanded > .node-toggle {
        transform-origin: center;
        transform: rotate(90deg)
    }

    .listview .node-group + .node-group {
        margin-top: 1rem
    }

    .listview .node-group > .listview {
        margin-top: .5rem
    }

.listview li:has(.node-toggle) > .caption {
    margin-left: 24px;
    margin-top: 3px
}

.marquee {
    display: block;
    position: relative;
    overflow: hidden
}

    .marquee .marquee__item {
        display: block;
        position: absolute;
        white-space: nowrap;
        color: inherit
    }

        .marquee .marquee__item.moveLeftRight {
            top: 50%;
            transform: translateY(-50%);
            left: calc(100% + 20px)
        }

        .marquee .marquee__item.moveUpDown {
            left: 50%;
            transform: translate(-50%);
            top: calc(100% + 20px)
        }

:root {
    --master-background: var(--default-background);
    --master-color: var(--default-color)
}

.master {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    color: var(--master-color);
    background-color: var(--master-background);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: visible
}

    .master .controls, .master .pages, .master .page {
        background-color: transparent;
        color: inherit
    }

    .master .controls {
        display: flex;
        line-height: 40px;
        font-size: 20px;
        flex-flow: row nowrap;
        justify-content: space-between;
        margin: 20px 0
    }

        .master .controls .prev, .master .controls .next, .master .controls .title {
            display: block;
            position: relative;
            line-height: 40px;
            text-align: center;
            user-select: none
        }

        .master .controls .prev, .master .controls .next {
            width: 40px;
            height: 40px;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center
        }

            .master .controls .prev.disabled, .master .controls .next.disabled {
                color: #ccc
            }

        .master .controls .title {
            width: 100%
        }

        .master .controls .prev {
            order: 1
        }

        .master .controls .next {
            order: 3
        }

        .master .controls .title {
            order: 2
        }

    .master .pages {
        position: relative;
        display: block;
        border-top: 1px solid var(--border-color);
        border-bottom: 1px solid var(--border-color);
        width: 100%;
        height: auto;
        min-width: 1rem
    }

    .master .page {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        overflow: visible;
        padding: 2rem
    }

    .master .controls-top {
        order: 1
    }

    .master .controls-bottom {
        order: 3
    }

    .master .pages {
        order: 2
    }

:root {
    --navview-pane-width: 280px;
    --navview-pane-width-compact: 50px;
    --navview-item-border-radius: 4px;
    --navview-background: #f8f8f8;
    --navview-color: #191919;
    --navview-pane-background: #ececec;
    --navview-pane-color: #191919;
    --navview-item-background: transparent;
    --navview-item-color: #191919;
    --navview-item-background-hover: #cecece;
    --navview-item-color-hover: #0a0a0a;
    --navview-item-background-active: #cecece;
    --navview-item-color-active: #0a0a0a;
    --navview-item-color-disabled: #ccc;
    --navview-item-marker-color: #468cff;
    --navview-dropdown-toggle-color: #191919;
    --navview-item-header-color: #191919;
    --navview-item-header-border-color: #cccccc;
    --navview-scrollbar-width: 6px;
    --navview-scrollbar-thumb-color: #cccccc;
    --navview-scrollbar-background-color: #ececec;
    --navview-icon-color: #191919;
    --navview-icon-color-hover: #191919;
    --navview-icon-color-active: #191919
}

.dark-side {
    --navview-background: #1e1f22;
    --navview-color: #dbdfe7;
    --navview-pane-background: #2b2d30;
    --navview-pane-color: #dfe1e5;
    --navview-item-background: transparent;
    --navview-item-color: #dfe1e5;
    --navview-item-background-hover: #43454a;
    --navview-item-color-hover: #ffffff;
    --navview-item-background-active: #43454a;
    --navview-item-color-active: #ffffff;
    --navview-item-color-disabled: #43454a;
    --navview-item-marker-color: #468cff;
    --navview-dropdown-toggle-color: #ffffff;
    --navview-item-header-color: #dfe1e5;
    --navview-item-header-border-color: #5d5e60;
    --navview-scrollbar-thumb-color: #5d5e60;
    --navview-scrollbar-background-color: #2b2d30;
    --navview-icon-color: #dfe1e5;
    --navview-icon-color-hover: #dfe1e5;
    --navview-icon-color-active: #dfe1e5
}

.navview {
    height: 100vh;
    display: flex;
    flex-flow: row nowrap;
    position: relative;
    background-color: var(--navview-background);
    color: var(--navview-color)
}

    .navview * {
        scrollbar-width: thin;
        scrollbar-color: var(--navview-scrollbar-thumb-color) var(--navview-scrollbar-background-color)
    }

    .navview ::-webkit-scrollbar {
        width: var(--navview-scrollbar-width);
        height: var(--navview-scrollbar-width)
    }

.navview-pane, .navview-content {
    position: relative;
    flex-shrink: 0;
    height: 100%;
    isolation: isolate;
    z-index: 0
}

.navview-pane {
    display: flex;
    flex-flow: column;
    width: var(--navview-pane-width-compact);
    background-color: var(--navview-pane-background);
    color: var(--navview-pane-color);
    z-index: 1029;
    overflow: hidden
}

    .navview-pane .pull-button, .navview-pane .holder {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 48px;
        height: 48px;
        background-color: var(--navview-item-background);
        color: var(--navview-item-color);
        border: 2px solid transparent;
        outline: none;
        cursor: pointer
    }

    .navview-pane .suggest-box {
        display: block;
        padding: 8px 0
    }

        .navview-pane .suggest-box .input, .navview-pane .suggest-box .select, .navview-pane .suggest-box .textarea {
            display: none;
            width: calc(100% - 24px) !important;
            margin: 0 12px
        }

    .navview-pane .navview-menu-container, .navview-pane .navview-menu-container .navview-menu {
        height: 100%
    }

    .navview-pane .navview-menu {
        overflow: auto;
        display: flex;
        flex-direction: column;
        overflow-x: hidden;
        margin: 0;
        padding: 4px;
        flex-flow: column nowrap
    }

        .navview-pane .navview-menu .navview-menu {
            padding-left: 0
        }

    .navview-pane li {
        display: block;
        position: relative
    }

    .navview-pane a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 13px;
        color: var(--navview-item-color);
        background: var(--navview-item-background);
        text-decoration: none;
        padding: 4px 10px;
        border-radius: var(--navview-item-border-radius);
        white-space: nowrap;
        flex-wrap: nowrap;
        line-height: 20px;
        height: 32px;
        border: 2px solid transparent;
        position: relative
    }

        .navview-pane a:hover {
            background-color: var(--navview-item-background-hover);
            color: var(--navview-item-color-hover);
            text-decoration: none
        }

            .navview-pane a:hover > .caption {
                background-color: var(--navview-item-background-hover);
                color: var(--navview-item-color-hover);
                position: fixed;
                left: 100%;
                top: -2px;
                display: flex;
                align-items: center;
                z-index: 2;
                padding: 0 10px 0 20px;
                height: 32px;
                border-top-right-radius: var(--navview-item-border-radius);
                border-bottom-right-radius: var(--navview-item-border-radius)
            }

        .navview-pane a.dropdown-toggle {
            padding-right: 10px !important
        }

    .navview-pane li.disabled a {
        color: var(--navview-item-color-disabled)
    }

    .navview-pane li.active:before {
        content: "";
        display: block;
        position: absolute;
        height: 24px;
        top: 4px;
        left: 0;
        width: 4px;
        background-color: var(--navview-item-marker-color);
        z-index: 1;
        border-radius: 4px
    }

    .navview-pane .caption {
        margin-right: 1rem;
        white-space: nowrap
    }

    .navview-pane .hotkey {
        margin-left: auto;
        margin-right: 1rem;
        font-size: .9em
    }

    .navview-pane .icon {
        position: absolute;
        left: 10px;
        top: 5px;
        width: 16px;
        height: 16px;
        font-size: 16px;
        text-align: center;
        color: var(--navview-icon-color)
    }

        .navview-pane .icon.icon-replacer {
            font-size: 14px
        }

    .navview-pane .badges {
        flex-flow: row nowrap;
        align-items: center;
        justify-content: flex-start
    }

    .navview-pane .badge {
        display: block;
        margin-right: 4px;
        font-size: 10px
    }

    .navview-pane .item-header {
        font-size: 10px;
        font-weight: 700;
        cursor: default;
        background-color: transparent;
        white-space: nowrap;
        margin: 8px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: var(--navview-item-header-color)
    }

        .navview-pane .item-header:after {
            content: "";
            height: 1px;
            width: 100%;
            background-color: var(--navview-item-header-border-color);
            margin-left: 10px
        }

    .navview-pane .caption, .navview-pane .hotkey, .navview-pane .item-header, .navview-pane .badges {
        display: none
    }

    .navview-pane .dropdown-toggle {
        padding-right: 0 !important
    }

        .navview-pane .dropdown-toggle:before {
            display: none
        }

        .navview-pane .dropdown-toggle:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            bottom: auto;
            right: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 8px 8px;
            border-color: transparent transparent var(--navview-dropdown-toggle-color) transparent;
            z-index: 1;
            transform: rotate(-90deg);
            transition: all .3s
        }

        .navview-pane .dropdown-toggle.active-toggle:after {
            border-width: 0 0 8px 8px;
            border-color: transparent transparent var(--navview-dropdown-toggle-color) transparent;
            transform: rotate(0);
            bottom: 0;
            top: auto
        }

    .navview-pane ul {
        margin: 0;
        padding: 0
    }

.navview-content {
    display: block;
    flex-shrink: 1;
    width: 100%;
    background-color: inherit;
    color: inherit;
    height: 100%;
    overflow-y: auto
}

.navview.compacted .navview-menu-container > .navview-menu {
    width: calc(100% + 16px)
}

.navview.compacted .navview-menu a {
    width: calc(var(--navview-pane-width-compact) - 8px)
}

.navview.expanded .navview-pane {
    width: var(--navview-pane-width)
}

.navview.expanded .navview-menu a {
    padding: 4px 10px 4px 38px
}

.navview.expanded .navview-menu .badges, .navview.expanded .navview-menu .hotkey, .navview.expanded .navview-menu .caption {
    display: inline-flex
}

.navview.expanded .navview-menu .caption {
    position: relative;
    left: auto;
    top: auto;
    padding: 0
}

.navview.expanded .navview-menu .item-header {
    display: flex
}

.navview.expanded .navview-menu.pad-second-level .navview-menu {
    margin-right: -4px
}

    .navview.expanded .navview-menu.pad-second-level .navview-menu li a {
        padding-left: calc(38px + 1.5rem)
    }

        .navview.expanded .navview-menu.pad-second-level .navview-menu li a .icon {
            left: calc(10px + 1.5rem)
        }

.navview.expanded .suggest-box > .input {
    display: flex
}

.navview.expanded .holder {
    display: none
}

@media screen and (max-width:640px) {
    .navview.expanded .navview-content {
        margin-left: var(--navview-pane-width)
    }
}

:root {
    --notify-container-background: transparent;
    --notify-border-radius: 4px;
    --notify-border-color: #e8e8e8;
    --notify-background: #ffffff;
    --notify-color: #191919
}

.dark-side {
    --notify-container-background: transparent;
    --notify-border-color: #4a4d51;
    --notify-background: #26282e;
    --notify-color: #dbdfe7
}

.notify-container {
    background-color: transparent;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    z-index: 1081;
    width: auto
}

    .notify-container.position-left {
        right: auto;
        left: 0
    }

    .notify-container.position-top, .notify-container.position-bottom {
        width: 100% !important;
        flex-direction: row
    }

    .notify-container.position-bottom {
        top: auto;
        bottom: 0
    }

.notify {
    display: flex;
    flex-direction: column;
    background-color: var(--notify-background);
    color: var(--notify-color);
    padding: .5rem 1rem;
    margin: .25rem;
    border: 1px solid var(--border-color);
    cursor: pointer;
    border-radius: var(--notify-border-radius);
    box-shadow: 0 1px 3px 0 var(--shadow-color-normal),0 1px 2px -1px var(--shadow-color-normal)
}

.notify-title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 4px
}

.notify-message {
    font-size: .9rem;
    font-weight: 400
}

:root {
    --overlay-color: rgba(255, 255, 255, .5);
    --splash-color: #ffffff
}

.dark-side {
    --overlay-color: rgba(0, 0, 0, .5);
    --splash-color: #000000
}

.overlay {
    position: fixed;
    inset: 0;
    background-color: var(--overlay-color);
    z-index: 1040
}

    .overlay.transparent {
        background-color: #fff0 !important
    }

.global-overlay {
    z-index: 2000 !important
}

.global-dialog {
    z-index: 2001 !important
}

.splashscreen {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    z-index: 2147483647;
    background: var(--splash-color);
    position: fixed;
    inset: 0
}

:root {
    --tabs-border-radius: 6px;
    --tabs-border-radius-pills: 16px;
    --tabs-background: var(--default-background);
    --tabs-color: var(--default-color);
    --tabs-hamburger-background: transparent;
    --tabs-hamburger-color: #000000;
    --tabs-item-background: var(--default-background);
    --tabs-item-color: var(--default-color);
    --tabs-item-background-hover: #f5f8fe;
    --tabs-item-color-hover: var(--default-color);
    --tabs-item-background-active: #eaeaea;
    --tabs-item-color-active: var(--default-color);
    --tabs-item-marker: var(--color-primary);
    --tabs-item-marker-height: 2px;
    --tabs-item-icon-background: #ffffff;
    --tabs-item-icon-color: #000000
}

.dark-side {
    --tabs-background: var(--default-background);
    --tabs-color: var(--default-color);
    --tabs-hamburger-background: transparent;
    --tabs-hamburger-color: #ffffff;
    --tabs-item-background: var(--default-background);
    --tabs-item-color: var(--default-color);
    --tabs-item-background-hover: #26282e;
    --tabs-item-color-hover: var(--default-color);
    --tabs-item-background-active: #4a4d51;
    --tabs-item-color-active: var(--default-color);
    --tabs-item-marker: var(--color-primary);
    --tabs-item-icon-background: #343637;
    --tabs-item-icon-color: #ffffff
}

.tabs {
    position: relative;
    border: 1px solid var(--border-color);
    background-color: var(--tabs-background);
    color: var(--tabs-color)
}

    .tabs .hamburger, .tabs .expand-title {
        cursor: pointer
    }

    .tabs .hamburger {
        position: absolute;
        top: 2px;
        right: 10px;
        display: block;
        background: var(--tabs-hamburger-background)
    }

    .tabs .expand-title {
        display: block;
        padding: .65rem 1rem 0;
        background-color: inherit;
        color: inherit;
        text-decoration: none
    }

    .tabs > ul.tabs-list {
        list-style: none inside;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: inherit;
        width: 100%;
        position: relative;
        padding: 10px 4px 0;
        overflow: hidden;
        max-height: 0;
        transition: max-height .3s ease
    }

        .tabs > ul.tabs-list > li, .tabs > ul.tabs-list a {
            position: relative
        }

        .tabs > ul.tabs-list > li {
            display: block;
            background-color: var(--tabs-item-background);
            color: var(--tabs-item-color);
            margin: 0
        }

            .tabs > ul.tabs-list > li:last-child {
                margin-bottom: 4px
            }

        .tabs > ul.tabs-list:not(.expand) > li {
            border-top-left-radius: var(--tabs-border-radius);
            border-top-right-radius: var(--tabs-border-radius)
        }

        .tabs > ul.tabs-list.expand > li {
            border-radius: var(--tabs-border-radius) !important
        }

        .tabs > ul.tabs-list > li > a {
            padding: 4px 1rem;
            background-color: inherit;
            color: inherit;
            text-decoration: none;
            display: flex;
            align-items: center;
            justify-content: flex-start
        }

            .tabs > ul.tabs-list > li > a:hover {
                text-decoration: none
            }

            .tabs > ul.tabs-list > li > a > [class*=mif-] {
                margin: 0 4px
            }

            .tabs > ul.tabs-list > li > a .icon {
                width: 20px;
                height: 20px;
                line-height: 20px;
                font-size: 14px;
                text-align: center;
                margin-right: 8px;
                display: inline-flex
            }

                .tabs > ul.tabs-list > li > a .icon * {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    display: flex;
                    align-items: center;
                    justify-content: center
                }

            .tabs > ul.tabs-list > li > a.dropdown-toggle:before {
                border-color: var(--tabs-item-color) !important
            }

        .tabs > ul.tabs-list > li:hover {
            background-color: var(--tabs-item-background-hover);
            color: var(--tabs-item-color-hover)
        }

        .tabs > ul.tabs-list > li.active {
            background-color: var(--tabs-item-background-active);
            color: var(--tabs-item-color-active)
        }

        .tabs > ul.tabs-list .d-menu {
            left: auto;
            right: 0
        }

    .tabs.tabs-bottom > ul.tabs-list {
        border: none
    }

        .tabs.tabs-bottom > ul.tabs-list:not(.expand) > li {
            margin: -1px 0 0;
            border-radius: 0 0 var(--tabs-border-radius) var(--tabs-border-radius)
        }

.tabs-expand {
    border: none
}

    .tabs-expand > ul.tabs-list {
        border: 0;
        flex-direction: row;
        display: flex !important;
        margin-top: 0;
        height: auto;
        max-height: none;
        overflow: visible;
        padding: 0
    }

        .tabs-expand > ul.tabs-list > li {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            margin-bottom: -1px
        }

            .tabs-expand > ul.tabs-list > li:last-child {
                margin-bottom: -1px
            }

            .tabs-expand > ul.tabs-list > li.active {
                border-bottom: none;
                background-color: var(--tabs-item-background-active);
                color: var(--tabs-item-color-active)
            }

                .tabs-expand > ul.tabs-list > li.active:before {
                    display: block;
                    position: absolute;
                    content: "";
                    background-color: var(--tabs-item-marker);
                    height: var(--tabs-item-marker-height);
                    width: 100%;
                    z-index: 1;
                    bottom: 0
                }

        .tabs-expand > ul.tabs-list .d-menu {
            position: absolute;
            width: auto
        }

    .tabs-expand.tabs-bottom > ul.tabs-list {
        border: none
    }

        .tabs-expand.tabs-bottom > ul.tabs-list > li {
            border: none
        }

            .tabs-expand.tabs-bottom > ul.tabs-list > li.active {
                border-top: none
            }

                .tabs-expand.tabs-bottom > ul.tabs-list > li.active:before {
                    bottom: auto;
                    top: 0
                }

    .tabs-expand .hamburger, .tabs-expand .expand-title {
        display: none
    }

    .tabs-expand:not(.tabs-bottom) ul.tabs-text, .tabs-expand:not(.tabs-bottom) ul.tabs-pills, .tabs-expand:not(.tabs-bottom) ul.tabs-group {
        border-bottom: none
    }

    .tabs-expand:not(.tabs-bottom) ul.tabs-text {
        border-bottom: 1px solid var(--border-color);
        padding-bottom: 0
    }

        .tabs-expand:not(.tabs-bottom) ul.tabs-text > li {
            display: flex;
            align-items: flex-end;
            border: none;
            margin-bottom: 0
        }

            .tabs-expand:not(.tabs-bottom) ul.tabs-text > li a {
                line-height: 2em
            }

                .tabs-expand:not(.tabs-bottom) ul.tabs-text > li a .icon {
                    display: none
                }

@media(hover:hover) {
    .tabs-expand:not(.tabs-bottom) ul.tabs-text > li:hover {
        background: transparent
    }
}

@media(hover:none) {
    .tabs-expand:not(.tabs-bottom) ul.tabs-text > li:hover {
        background: transparent
    }
}

.tabs-expand:not(.tabs-bottom) ul.tabs-text > li.active {
    background-color: transparent;
    font-size: 2rem;
    margin-bottom: -2px
}

.tabs-expand:not(.tabs-bottom) ul.tabs-text > li > a {
    height: 100%;
    padding: .5rem .5rem 0;
    align-items: flex-end
}

.tabs-expand:not(.tabs-bottom) ul.tabs-text > li:not(.active) a {
    padding-bottom: 10px
}

.tabs-expand:not(.tabs-bottom) ul.tabs-group {
    justify-content: space-between;
    border-collapse: collapse
}

    .tabs-expand:not(.tabs-bottom) ul.tabs-group > li {
        border: 1px solid var(--border-color);
        width: 100%;
        border-radius: 0;
        overflow: hidden
    }

        .tabs-expand:not(.tabs-bottom) ul.tabs-group > li a {
            justify-content: center
        }

        .tabs-expand:not(.tabs-bottom) ul.tabs-group > li.active {
            background: var(--tabs-item-background-active);
            color: var(--tabs-item-color-active);
            font-weight: 500
        }

            .tabs-expand:not(.tabs-bottom) ul.tabs-group > li.active:before {
                content: "";
                width: 4px;
                height: 4px;
                aspect-ratio: 1/1;
                background-color: var(--tabs-item-marker);
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: 8px;
                z-index: 1;
                border-radius: 50%
            }

        .tabs-expand:not(.tabs-bottom) ul.tabs-group > li:first-child {
            border-top-left-radius: var(--tabs-border-radius);
            border-bottom-left-radius: var(--tabs-border-radius)
        }

        .tabs-expand:not(.tabs-bottom) ul.tabs-group > li:last-child {
            border-top-right-radius: var(--tabs-border-radius);
            border-bottom-right-radius: var(--tabs-border-radius)
        }

.tabs-expand:not(.tabs-bottom) ul.tabs-pills > li {
    border: 1px solid transparent;
    overflow: hidden;
    border-radius: var(--tabs-border-radius-pills)
}

    .tabs-expand:not(.tabs-bottom) ul.tabs-pills > li .icon {
        border-radius: 50%;
        border: 1px solid var(--border-color);
        margin-left: -8px;
        background-color: var(--tabs-item-icon-background);
        color: var(--tabs-item-icon-color)
    }

    .tabs-expand:not(.tabs-bottom) ul.tabs-pills > li.active {
        font-weight: 500;
        border-color: var(--border-color);
        background: var(--tabs-item-background-active);
        color: var(--tabs-item-color-active);
        padding-left: 8px
    }

        .tabs-expand:not(.tabs-bottom) ul.tabs-pills > li.active:before {
            content: "";
            width: 4px;
            height: 4px;
            aspect-ratio: 1/1;
            background-color: var(--tabs-item-marker);
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 8px;
            z-index: 1;
            border-radius: 50%
        }

.tabs .tabs-text .active:before {
    display: none !important
}

.tabs .tabs-list:not(.tabs-group).align-left {
    justify-content: flex-start
}

.tabs .tabs-list:not(.tabs-group).align-center {
    justify-content: center
}

.tabs .tabs-list:not(.tabs-group).align-right {
    justify-content: flex-end
}

.tabs-black {
    --tabs-item-marker: #000000
}

.tabs-white {
    --tabs-item-marker: #ffffff
}

.tabs-dark {
    --tabs-item-marker: #1d1d1d
}

.tabs-light {
    --tabs-item-marker: #f8f8f8
}

.tabs-gray {
    --tabs-item-marker: hsl(0, 0%, 80%)
}

.tabs-gray-blue {
    --tabs-item-marker: hsl(210, 26%, 54%)
}

.tabs-gray-white {
    --tabs-item-marker: hsl(0, 0%, 96%)
}

.tabs-gray-mouse {
    --tabs-item-marker: hsl(199, 15%, 40%)
}

.tabs-lime {
    --tabs-item-marker: hsl(93, 97%, 71%)
}

.tabs-green {
    --tabs-item-marker: hsl(120, 100%, 35%)
}

.tabs-emerald {
    --tabs-item-marker: hsl(140, 52%, 55%)
}

.tabs-blue {
    --tabs-item-marker: hsl(225, 100%, 68%)
}

.tabs-teal {
    --tabs-item-marker: hsl(180, 77%, 44%)
}

.tabs-cyan {
    --tabs-item-marker: hsl(221, 100%, 79%)
}

.tabs-cobalt {
    --tabs-item-marker: hsl(215, 100%, 34%)
}

.tabs-indigo {
    --tabs-item-marker: hsl(276, 100%, 33%)
}

.tabs-almost {
    --tabs-item-marker: hsl(259, 84%, 55%)
}

.tabs-violet {
    --tabs-item-marker: hsl(300, 76%, 72%)
}

.tabs-pink {
    --tabs-item-marker: hsl(350, 100%, 88%)
}

.tabs-magenta {
    --tabs-item-marker: hsl(300, 100%, 50%)
}

.tabs-crimson {
    --tabs-item-marker: hsl(348, 88%, 46%)
}

.tabs-red {
    --tabs-item-marker: hsl(0, 100%, 50%)
}

.tabs-clown {
    --tabs-item-marker: hsl(3, 100%, 70%)
}

.tabs-orange {
    --tabs-item-marker: hsl(39, 100%, 50%)
}

.tabs-amber {
    --tabs-item-marker: hsl(45, 100%, 58%)
}

.tabs-yellow {
    --tabs-item-marker: hsl(52, 100%, 68%)
}

.tabs-brown {
    --tabs-item-marker: hsl(25, 57%, 51%)
}

.tabs-olive {
    --tabs-item-marker: hsl(60, 100%, 32%)
}

.tabs-steel {
    --tabs-item-marker: hsl(209, 19%, 57%)
}

.tabs-mauve {
    --tabs-item-marker: hsl(277, 100%, 84%)
}

.tabs-taupe {
    --tabs-item-marker: hsl(29, 19%, 50%)
}

.tabs-champagne {
    --tabs-item-marker: hsl(37, 74%, 88%)
}

.tabs-khaki {
    --tabs-item-marker: hsl(47, 47%, 69%)
}

.tabs-charcoal {
    --tabs-item-marker: hsl(0, 0%, 60%)
}

.tabs-bronze {
    --tabs-item-marker: hsl(29, 75%, 57%)
}

.tabs-windstorm {
    --tabs-item-marker: hsl(216, 53%, 66%)
}

.tabs-nude {
    --tabs-item-marker: hsl(29, 79%, 85%)
}

.tabs-terracotta {
    --tabs-item-marker: hsl(10, 76%, 55%)
}

.tabs-coral {
    --tabs-item-marker: hsl(16, 100%, 67%)
}

.tabs-army {
    --tabs-item-marker: hsl(69, 34%, 30%)
}

.tabs-seashell {
    --tabs-item-marker: hsl(25, 100%, 95%)
}

.tabs-sand {
    --tabs-item-marker: hsl(45, 71%, 81%)
}

.package-manager .pm-command {
    padding: .5rem;
    font-size: 14px;
    background: var(--code-background);
    color: var(--code-color);
    position: relative
}

    .package-manager .pm-command code {
        background: transparent
    }

    .package-manager .pm-command button {
        position: absolute;
        right: 8px;
        top: 6px
    }

.package-manager svg {
    fill: var(--code-color);
    width: 16px;
    height: 16px
}

.package-manager li a {
    background: var(--code-background)
}

    .package-manager li a > svg {
        margin-right: 6px
    }

:root {
    --page-control-background: #ffffff;
    --page-control-background-hover: rgba(137, 137, 137, .1);
    --page-control-closer-hover-background: #e1e1e1;
    --page-control-border-color: #e0e0e0;
    --page-control-border-radius: 6px
}

.dark-side {
    --page-control-background: #222222;
    --page-control-background-hover: rgba(137, 137, 137, .1);
    --page-control-closer-hover-background: #444444;
    --page-control-border-color: #444444
}

.page-control {
    position: relative;
    display: block;
    user-select: none;
    z-index: 10
}

.page-control__tabs {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    list-style: none inside;
    min-height: 32px;
    margin: 1rem 0 0
}

    .page-control__tabs:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 0;
        border-bottom: 1px solid var(--page-control-border-color)
    }

    .page-control__tabs.tabs-position-left {
        justify-content: start
    }

    .page-control__tabs.tabs-position-center {
        justify-content: center
    }

    .page-control__tabs.tabs-position-right {
        justify-content: end
    }

    .page-control__tabs.wrap-items {
        flex-wrap: wrap
    }

    .page-control__tabs [aria-hidden=true] {
        display: none
    }

.page-control__tab {
    display: flex;
    position: relative;
    padding: 4px 8px;
    border: 1px solid transparent;
    cursor: default;
    z-index: 1;
    align-items: center;
    user-select: none
}

    .page-control__tab.active {
        border: 1px solid var(--page-control-border-color);
        border-bottom-color: var(--page-control-background);
        border-top-left-radius: var(--page-control-border-radius);
        border-top-right-radius: var(--page-control-border-radius)
    }

    .page-control__tab:not(:first-child):before {
        content: "";
        border-right: 1px solid var(--page-control-border-color);
        position: absolute;
        width: 1px;
        height: 20px;
        left: -1px
    }

    .page-control__tab.active {
        z-index: 2
    }

        .page-control__tab.active:before {
            display: none
        }

        .page-control__tab.active + .page-control__tab:before {
            display: none
        }

@media(hover:hover) {
    .page-control__tab:not(.active):hover {
        background: var(--page-control-background-hover)
    }
}

@media(hover:none) {
    .page-control__tab:not(.active):active {
        background: var(--page-control-background-hover)
    }
}

.page-control__tab__icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid transparent;
    background: transparent;
    margin-right: 8px
}

    .page-control__tab__icon * {
        width: 100%;
        height: 100%;
        font-size: 16px
    }

.page-control__tab__caption {
    font-size: 12px;
    white-space: nowrap
}

.page-control__tab__closer {
    display: inline-flex;
    position: relative;
    margin-left: 8px;
    font-size: 10px;
    width: 18px;
    height: 18px;
    border: 1px solid transparent;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    visibility: hidden
}

    .page-control__tab__closer:hover {
        background: var(--page-control-closer-hover-background)
    }

.page-control__tab__menu {
    border: 1px solid var(--page-control-border-color);
    left: -6px;
    top: calc(100% + 4px)
}

.page-control__tab__menu__holder {
    cursor: pointer;
    margin-right: 10px
}

.page-control__tab.active .page-control__tab__closer, .page-control__tab:hover .page-control__tab__closer, .page-control__tab.active .page-control__tab__menu__holder, .page-control__tab:hover .page-control__tab__menu__holder {
    visibility: visible
}

.page-control__tab__service {
    height: 32px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    z-index: 3;
    background: var(--page-control-background);
    padding-top: 4px
}

    .page-control__tab__service.invisible-tabs {
        right: 24px
    }

    .page-control__tab__service ul {
        top: 100%;
        left: auto;
        right: 0;
        border: 1px solid var(--page-control-border-color)
    }

.page-control__tab__append {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

    .page-control__tab__append:before {
        content: "";
        border-right: 1px solid var(--page-control-border-color);
        position: absolute;
        width: 1px;
        height: 20px;
        left: -1px
    }

    .page-control__tab__append span.toggle {
        display: inline-flex;
        position: relative;
        font-size: 14px;
        width: 24px;
        height: 24px;
        border: 1px solid transparent;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        cursor: pointer
    }

        .page-control__tab__append span.toggle:hover {
            border-color: var(--page-control-border-color)
        }

    .page-control__tab__append ul {
        top: calc(100% + 1px);
        left: 0;
        border: 1px solid var(--page-control-border-color)
    }

.page-control__service-button {
    cursor: pointer;
    user-select: none;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

    .page-control__service-button span.toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%
    }

    .page-control__service-button:hover {
        border: 1px solid var(--page-control-border-color)
    }

.page-control__invisible_tabs_holder .page-control__tab {
    display: flex;
    cursor: default;
    border: none;
    padding-right: 4px
}

    .page-control__invisible_tabs_holder .page-control__tab .page-control__tab__closer {
        margin-left: auto
    }

    .page-control__invisible_tabs_holder .page-control__tab .page-control__tab__caption {
        margin-right: 4px
    }

    .page-control__invisible_tabs_holder .page-control__tab:after {
        display: none
    }

    .page-control__invisible_tabs_holder .page-control__tab.active {
        border: none;
        background: var(--page-control-border-color)
    }

.page-control__invisible_tabs_holder .page-control__tab__menu {
    left: auto;
    right: calc(100% + 8px);
    z-index: 1001
}

:root {
    --pagination-page-item-background: var(--default-background);
    --pagination-page-item-color: var(--default-color);
    --pagination-page-item-background-hover: #e4e4e4;
    --pagination-page-item-color-hover: var(--default-color);
    --pagination-page-item-background-disabled: var(--default-background-disabled);
    --pagination-page-item-color-disabled: var(--default-color-disabled);
    --pagination-page-item-background-active: rgba(217, 217, 217, .44);
    --pagination-page-item-color-active: var(--default-color);
    --pagination-page-item-border-color: var(--border-color);
    --pagination-page-item-border-radius: 4px
}

.dark-side {
    --pagination-page-item-background: var(--default-background);
    --pagination-page-item-color: var(--default-color);
    --pagination-page-item-background-hover: rgba(106, 106, 106, .44);
    --pagination-page-item-color-hover: var(--default-color);
    --pagination-page-item-background-disabled: var(--default-background-disabled);
    --pagination-page-item-color-disabled: var(--default-color-disabled);
    --pagination-page-item-background-active: rgba(106, 106, 106, .44);
    --pagination-page-item-color-active: var(--default-color);
    --pagination-page-item-border-color: var(--border-color);
    --pagination-page-item-border-radius: 6px
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    list-style: none inside;
    margin: 0 -.25rem 1rem;
    padding: 0;
    user-select: none
}

.pagination {
    gap: 6px
}

    .pagination .page-item {
        cursor: pointer;
        display: list-item;
        background-color: var(--pagination-page-item-background);
        color: var(--pagination-page-item-color);
        border: 1px solid var(--pagination-page-item-border-color);
        border-radius: var(--pagination-page-item-border-radius);
        overflow: hidden
    }

    .pagination .page-link {
        display: block;
        position: relative;
        padding: .5rem .75rem;
        line-height: 1;
        font-size: 1rem;
        text-decoration: none;
        color: inherit;
        background-color: inherit
    }

@media(hover:hover) {
    .pagination .page-item:hover, .pagination .page-item.service:hover {
        background-color: var(--pagination-page-item-background-hover);
        color: var(--pagination-page-item-color-hover)
    }
}

@media(hover:hover) {
    .pagination .page-item:active, .pagination .page-item.service:active {
        background-color: var(--pagination-page-item-background-hover);
        color: var(--pagination-page-item-color-hover)
    }
}

.pagination .page-item.no-link {
    pointer-events: none;
    cursor: default;
    border-color: transparent
}

@media(hover:hover) {
    .pagination .page-item.no-link:hover {
        background-color: var(--pagination-page-item-background);
        color: var(--pagination-page-item-color);
        border-color: transparent
    }
}

@media(hover:none) {
    .pagination .page-item.no-link:active {
        background-color: var(--pagination-page-item-background);
        color: var(--pagination-page-item-color);
        border-color: transparent
    }
}

.pagination .page-item.disabled {
    pointer-events: none;
    background-color: var(--pagination-page-item-background-disabled);
    color: var(--pagination-page-item-color-disabled)
}

.pagination .page-item.active {
    background-color: var(--pagination-page-item-background-active);
    color: var(--pagination-page-item-color-active)
}

.pagination.rounded .page-item {
    border-radius: var(--pagination-page-item-border-radius)
}

.pagination.no-gap {
    gap: 0
}

    .pagination.no-gap .page-item {
        margin: -1px
    }

    .pagination.no-gap .no-link {
        margin: -1px 1px
    }

    .pagination.no-gap.rounded .page-item {
        border-radius: 0
    }

        .pagination.no-gap.rounded .page-item:first-child {
            border-top-left-radius: var(--pagination-page-item-border-radius);
            border-bottom-left-radius: var(--pagination-page-item-border-radius)
        }

        .pagination.no-gap.rounded .page-item:last-child {
            border-top-right-radius: var(--pagination-page-item-border-radius);
            border-bottom-right-radius: var(--pagination-page-item-border-radius)
        }

.pagination.size-large .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.pagination.size-small .page-link {
    padding: .25rem .5rem;
    font-size: .875rem
}

.short-pagination {
    display: flex;
    gap: 6px
}

.pagination.gray {
    background: transparent
}

    .pagination.gray .page-item {
        --pagination-page-item-background: hsl(0, 0%, 95%);
        --pagination-page-item-color: hsl(0, 0%, 65%);
        --pagination-page-item-border-color: hsl(0, 0%, 65%)
    }

@media(hover:hover) {
    .pagination.gray .page-item:hover {
        --pagination-page-item-background-hover: hsl(0, 0%, 65%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.gray .page-item:active {
        --pagination-page-item-background-hover: hsl(0, 0%, 65%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.gray .page-item.active {
    --pagination-page-item-background-active: hsl(0, 0%, 65%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.gray-blue {
    background: transparent
}

    .pagination.gray-blue .page-item {
        --pagination-page-item-background: hsl(210, 26%, 84%);
        --pagination-page-item-color: hsl(210, 26%, 39%);
        --pagination-page-item-border-color: hsl(210, 26%, 39%)
    }

@media(hover:hover) {
    .pagination.gray-blue .page-item:hover {
        --pagination-page-item-background-hover: hsl(210, 26%, 39%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.gray-blue .page-item:active {
        --pagination-page-item-background-hover: hsl(210, 26%, 39%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.gray-blue .page-item.active {
    --pagination-page-item-background-active: hsl(210, 26%, 39%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.gray-mouse {
    background: transparent
}

    .pagination.gray-mouse .page-item {
        --pagination-page-item-background: hsl(199, 15%, 70%);
        --pagination-page-item-color: hsl(199, 15%, 25%);
        --pagination-page-item-border-color: hsl(199, 15%, 25%)
    }

@media(hover:hover) {
    .pagination.gray-mouse .page-item:hover {
        --pagination-page-item-background-hover: hsl(199, 15%, 25%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.gray-mouse .page-item:active {
        --pagination-page-item-background-hover: hsl(199, 15%, 25%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.gray-mouse .page-item.active {
    --pagination-page-item-background-active: hsl(199, 15%, 25%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.lime {
    background: transparent
}

    .pagination.lime .page-item {
        --pagination-page-item-background: hsl(93, 97%, 91%);
        --pagination-page-item-color: hsl(93, 97%, 56%);
        --pagination-page-item-border-color: hsl(93, 97%, 56%)
    }

@media(hover:hover) {
    .pagination.lime .page-item:hover {
        --pagination-page-item-background-hover: hsl(93, 97%, 56%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.lime .page-item:active {
        --pagination-page-item-background-hover: hsl(93, 97%, 56%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.lime .page-item.active {
    --pagination-page-item-background-active: hsl(93, 97%, 56%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.green {
    background: transparent
}

    .pagination.green .page-item {
        --pagination-page-item-background: hsl(120, 100%, 80%);
        --pagination-page-item-color: hsl(120, 100%, 20%);
        --pagination-page-item-border-color: hsl(120, 100%, 20%)
    }

@media(hover:hover) {
    .pagination.green .page-item:hover {
        --pagination-page-item-background-hover: hsl(120, 100%, 20%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.green .page-item:active {
        --pagination-page-item-background-hover: hsl(120, 100%, 20%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.green .page-item.active {
    --pagination-page-item-background-active: hsl(120, 100%, 20%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.emerald {
    background: transparent
}

    .pagination.emerald .page-item {
        --pagination-page-item-background: hsl(140, 52%, 85%);
        --pagination-page-item-color: hsl(140, 52%, 40%);
        --pagination-page-item-border-color: hsl(140, 52%, 40%)
    }

@media(hover:hover) {
    .pagination.emerald .page-item:hover {
        --pagination-page-item-background-hover: hsl(140, 52%, 40%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.emerald .page-item:active {
        --pagination-page-item-background-hover: hsl(140, 52%, 40%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.emerald .page-item.active {
    --pagination-page-item-background-active: hsl(140, 52%, 40%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.blue {
    background: transparent
}

    .pagination.blue .page-item {
        --pagination-page-item-background: hsl(225, 100%, 93%);
        --pagination-page-item-color: hsl(225, 100%, 53%);
        --pagination-page-item-border-color: hsl(225, 100%, 53%)
    }

@media(hover:hover) {
    .pagination.blue .page-item:hover {
        --pagination-page-item-background-hover: hsl(225, 100%, 53%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.blue .page-item:active {
        --pagination-page-item-background-hover: hsl(225, 100%, 53%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.blue .page-item.active {
    --pagination-page-item-background-active: hsl(225, 100%, 53%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.teal {
    background: transparent
}

    .pagination.teal .page-item {
        --pagination-page-item-background: hsl(180, 77%, 79%);
        --pagination-page-item-color: hsl(180, 77%, 29%);
        --pagination-page-item-border-color: hsl(180, 77%, 29%)
    }

@media(hover:hover) {
    .pagination.teal .page-item:hover {
        --pagination-page-item-background-hover: hsl(180, 77%, 29%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.teal .page-item:active {
        --pagination-page-item-background-hover: hsl(180, 77%, 29%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.teal .page-item.active {
    --pagination-page-item-background-active: hsl(180, 77%, 29%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.cyan {
    background: transparent
}

    .pagination.cyan .page-item {
        --pagination-page-item-background: hsl(221, 100%, 94%);
        --pagination-page-item-color: hsl(221, 100%, 64%);
        --pagination-page-item-border-color: hsl(221, 100%, 64%)
    }

@media(hover:hover) {
    .pagination.cyan .page-item:hover {
        --pagination-page-item-background-hover: hsl(221, 100%, 64%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.cyan .page-item:active {
        --pagination-page-item-background-hover: hsl(221, 100%, 64%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.cyan .page-item.active {
    --pagination-page-item-background-active: hsl(221, 100%, 64%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.cobalt {
    background: transparent
}

    .pagination.cobalt .page-item {
        --pagination-page-item-background: hsl(215, 100%, 79%);
        --pagination-page-item-color: hsl(215, 100%, 19%);
        --pagination-page-item-border-color: hsl(215, 100%, 19%)
    }

@media(hover:hover) {
    .pagination.cobalt .page-item:hover {
        --pagination-page-item-background-hover: hsl(215, 100%, 19%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.cobalt .page-item:active {
        --pagination-page-item-background-hover: hsl(215, 100%, 19%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.cobalt .page-item.active {
    --pagination-page-item-background-active: hsl(215, 100%, 19%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.indigo {
    background: transparent
}

    .pagination.indigo .page-item {
        --pagination-page-item-background: hsl(276, 100%, 78%);
        --pagination-page-item-color: hsl(276, 100%, 18%);
        --pagination-page-item-border-color: hsl(276, 100%, 18%)
    }

@media(hover:hover) {
    .pagination.indigo .page-item:hover {
        --pagination-page-item-background-hover: hsl(276, 100%, 18%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.indigo .page-item:active {
        --pagination-page-item-background-hover: hsl(276, 100%, 18%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.indigo .page-item.active {
    --pagination-page-item-background-active: hsl(276, 100%, 18%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.almost {
    background: transparent
}

    .pagination.almost .page-item {
        --pagination-page-item-background: hsl(259, 84%, 85%);
        --pagination-page-item-color: hsl(259, 84%, 40%);
        --pagination-page-item-border-color: hsl(259, 84%, 40%)
    }

@media(hover:hover) {
    .pagination.almost .page-item:hover {
        --pagination-page-item-background-hover: hsl(259, 84%, 40%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.almost .page-item:active {
        --pagination-page-item-background-hover: hsl(259, 84%, 40%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.almost .page-item.active {
    --pagination-page-item-background-active: hsl(259, 84%, 40%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.violet {
    background: transparent
}

    .pagination.violet .page-item {
        --pagination-page-item-background: hsl(300, 76%, 92%);
        --pagination-page-item-color: hsl(300, 76%, 57%);
        --pagination-page-item-border-color: hsl(300, 76%, 57%)
    }

@media(hover:hover) {
    .pagination.violet .page-item:hover {
        --pagination-page-item-background-hover: hsl(300, 76%, 57%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.violet .page-item:active {
        --pagination-page-item-background-hover: hsl(300, 76%, 57%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.violet .page-item.active {
    --pagination-page-item-background-active: hsl(300, 76%, 57%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.pink {
    background: transparent
}

    .pagination.pink .page-item {
        --pagination-page-item-background: hsl(350, 100%, 98%);
        --pagination-page-item-color: hsl(350, 100%, 73%);
        --pagination-page-item-border-color: hsl(350, 100%, 73%)
    }

@media(hover:hover) {
    .pagination.pink .page-item:hover {
        --pagination-page-item-background-hover: hsl(350, 100%, 73%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.pink .page-item:active {
        --pagination-page-item-background-hover: hsl(350, 100%, 73%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.pink .page-item.active {
    --pagination-page-item-background-active: hsl(350, 100%, 73%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.magenta {
    background: transparent
}

    .pagination.magenta .page-item {
        --pagination-page-item-background: hsl(300, 100%, 90%);
        --pagination-page-item-color: hsl(300, 100%, 35%);
        --pagination-page-item-border-color: hsl(300, 100%, 35%)
    }

@media(hover:hover) {
    .pagination.magenta .page-item:hover {
        --pagination-page-item-background-hover: hsl(300, 100%, 35%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.magenta .page-item:active {
        --pagination-page-item-background-hover: hsl(300, 100%, 35%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.magenta .page-item.active {
    --pagination-page-item-background-active: hsl(300, 100%, 35%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.crimson {
    background: transparent
}

    .pagination.crimson .page-item {
        --pagination-page-item-background: hsl(348, 88%, 91%);
        --pagination-page-item-color: hsl(348, 88%, 31%);
        --pagination-page-item-border-color: hsl(348, 88%, 31%)
    }

@media(hover:hover) {
    .pagination.crimson .page-item:hover {
        --pagination-page-item-background-hover: hsl(348, 88%, 31%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.crimson .page-item:active {
        --pagination-page-item-background-hover: hsl(348, 88%, 31%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.crimson .page-item.active {
    --pagination-page-item-background-active: hsl(348, 88%, 31%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.red {
    background: transparent
}

    .pagination.red .page-item {
        --pagination-page-item-background: hsl(0, 100%, 85%);
        --pagination-page-item-color: hsl(0, 100%, 35%);
        --pagination-page-item-border-color: hsl(0, 100%, 35%)
    }

@media(hover:hover) {
    .pagination.red .page-item:hover {
        --pagination-page-item-background-hover: hsl(0, 100%, 35%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.red .page-item:active {
        --pagination-page-item-background-hover: hsl(0, 100%, 35%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.red .page-item.active {
    --pagination-page-item-background-active: hsl(0, 100%, 35%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.clown {
    background: transparent
}

    .pagination.clown .page-item {
        --pagination-page-item-background: hsl(3, 100%, 95%);
        --pagination-page-item-color: hsl(3, 100%, 55%);
        --pagination-page-item-border-color: hsl(3, 100%, 55%)
    }

@media(hover:hover) {
    .pagination.clown .page-item:hover {
        --pagination-page-item-background-hover: hsl(3, 100%, 55%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.clown .page-item:active {
        --pagination-page-item-background-hover: hsl(3, 100%, 55%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.clown .page-item.active {
    --pagination-page-item-background-active: hsl(3, 100%, 55%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.orange {
    background: transparent
}

    .pagination.orange .page-item {
        --pagination-page-item-background: hsl(39, 100%, 90%);
        --pagination-page-item-color: hsl(39, 100%, 35%);
        --pagination-page-item-border-color: hsl(39, 100%, 35%)
    }

@media(hover:hover) {
    .pagination.orange .page-item:hover {
        --pagination-page-item-background-hover: hsl(39, 100%, 35%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.orange .page-item:active {
        --pagination-page-item-background-hover: hsl(39, 100%, 35%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.orange .page-item.active {
    --pagination-page-item-background-active: hsl(39, 100%, 35%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.amber {
    background: transparent
}

    .pagination.amber .page-item {
        --pagination-page-item-background: hsl(45, 100%, 78%);
        --pagination-page-item-color: hsl(45, 100%, 43%);
        --pagination-page-item-border-color: hsl(45, 100%, 43%)
    }

@media(hover:hover) {
    .pagination.amber .page-item:hover {
        --pagination-page-item-background-hover: hsl(45, 100%, 43%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.amber .page-item:active {
        --pagination-page-item-background-hover: hsl(45, 100%, 43%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.amber .page-item.active {
    --pagination-page-item-background-active: hsl(45, 100%, 43%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.yellow {
    background: transparent
}

    .pagination.yellow .page-item {
        --pagination-page-item-background: hsl(52, 100%, 93%);
        --pagination-page-item-color: hsl(52, 100%, 53%);
        --pagination-page-item-border-color: hsl(52, 100%, 53%)
    }

@media(hover:hover) {
    .pagination.yellow .page-item:hover {
        --pagination-page-item-background-hover: hsl(52, 100%, 53%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.yellow .page-item:active {
        --pagination-page-item-background-hover: hsl(52, 100%, 53%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.yellow .page-item.active {
    --pagination-page-item-background-active: hsl(52, 100%, 53%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.brown {
    background: transparent
}

    .pagination.brown .page-item {
        --pagination-page-item-background: hsl(25, 57%, 81%);
        --pagination-page-item-color: hsl(25, 57%, 36%);
        --pagination-page-item-border-color: hsl(25, 57%, 36%)
    }

@media(hover:hover) {
    .pagination.brown .page-item:hover {
        --pagination-page-item-background-hover: hsl(25, 57%, 36%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.brown .page-item:active {
        --pagination-page-item-background-hover: hsl(25, 57%, 36%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.brown .page-item.active {
    --pagination-page-item-background-active: hsl(25, 57%, 36%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.olive {
    background: transparent
}

    .pagination.olive .page-item {
        --pagination-page-item-background: hsl(60, 100%, 72%);
        --pagination-page-item-color: hsl(60, 100%, 17%);
        --pagination-page-item-border-color: hsl(60, 100%, 17%)
    }

@media(hover:hover) {
    .pagination.olive .page-item:hover {
        --pagination-page-item-background-hover: hsl(60, 100%, 17%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.olive .page-item:active {
        --pagination-page-item-background-hover: hsl(60, 100%, 17%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.olive .page-item.active {
    --pagination-page-item-background-active: hsl(60, 100%, 17%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.steel {
    background: transparent
}

    .pagination.steel .page-item {
        --pagination-page-item-background: hsl(209, 19%, 87%);
        --pagination-page-item-color: hsl(209, 19%, 42%);
        --pagination-page-item-border-color: hsl(209, 19%, 42%)
    }

@media(hover:hover) {
    .pagination.steel .page-item:hover {
        --pagination-page-item-background-hover: hsl(209, 19%, 42%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.steel .page-item:active {
        --pagination-page-item-background-hover: hsl(209, 19%, 42%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.steel .page-item.active {
    --pagination-page-item-background-active: hsl(209, 19%, 42%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.mauve {
    background: transparent
}

    .pagination.mauve .page-item {
        --pagination-page-item-background: hsl(277, 100%, 96%);
        --pagination-page-item-color: hsl(277, 100%, 69%);
        --pagination-page-item-border-color: hsl(277, 100%, 69%)
    }

@media(hover:hover) {
    .pagination.mauve .page-item:hover {
        --pagination-page-item-background-hover: hsl(277, 100%, 69%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.mauve .page-item:active {
        --pagination-page-item-background-hover: hsl(277, 100%, 69%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.mauve .page-item.active {
    --pagination-page-item-background-active: hsl(277, 100%, 69%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.taupe {
    background: transparent
}

    .pagination.taupe .page-item {
        --pagination-page-item-background: hsl(29, 19%, 80%);
        --pagination-page-item-color: hsl(29, 19%, 35%);
        --pagination-page-item-border-color: hsl(29, 19%, 35%)
    }

@media(hover:hover) {
    .pagination.taupe .page-item:hover {
        --pagination-page-item-background-hover: hsl(29, 19%, 35%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.taupe .page-item:active {
        --pagination-page-item-background-hover: hsl(29, 19%, 35%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.taupe .page-item.active {
    --pagination-page-item-background-active: hsl(29, 19%, 35%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.champagne {
    background: transparent
}

    .pagination.champagne .page-item {
        --pagination-page-item-background: hsl(37, 74%, 98%);
        --pagination-page-item-color: hsl(37, 74%, 73%);
        --pagination-page-item-border-color: hsl(37, 74%, 73%)
    }

@media(hover:hover) {
    .pagination.champagne .page-item:hover {
        --pagination-page-item-background-hover: hsl(37, 74%, 73%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.champagne .page-item:active {
        --pagination-page-item-background-hover: hsl(37, 74%, 73%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.champagne .page-item.active {
    --pagination-page-item-background-active: hsl(37, 74%, 73%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.khaki {
    background: transparent
}

    .pagination.khaki .page-item {
        --pagination-page-item-background: hsl(47, 47%, 94%);
        --pagination-page-item-color: hsl(47, 47%, 54%);
        --pagination-page-item-border-color: hsl(47, 47%, 54%)
    }

@media(hover:hover) {
    .pagination.khaki .page-item:hover {
        --pagination-page-item-background-hover: hsl(47, 47%, 54%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.khaki .page-item:active {
        --pagination-page-item-background-hover: hsl(47, 47%, 54%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.khaki .page-item.active {
    --pagination-page-item-background-active: hsl(47, 47%, 54%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.charcoal {
    background: transparent
}

    .pagination.charcoal .page-item {
        --pagination-page-item-background: hsl(0, 0%, 90%);
        --pagination-page-item-color: hsl(0, 0%, 45%);
        --pagination-page-item-border-color: hsl(0, 0%, 45%)
    }

@media(hover:hover) {
    .pagination.charcoal .page-item:hover {
        --pagination-page-item-background-hover: hsl(0, 0%, 45%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.charcoal .page-item:active {
        --pagination-page-item-background-hover: hsl(0, 0%, 45%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.charcoal .page-item.active {
    --pagination-page-item-background-active: hsl(0, 0%, 45%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.bronze {
    background: transparent
}

    .pagination.bronze .page-item {
        --pagination-page-item-background: hsl(29, 75%, 87%);
        --pagination-page-item-color: hsl(29, 75%, 42%);
        --pagination-page-item-border-color: hsl(29, 75%, 42%)
    }

@media(hover:hover) {
    .pagination.bronze .page-item:hover {
        --pagination-page-item-background-hover: hsl(29, 75%, 42%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.bronze .page-item:active {
        --pagination-page-item-background-hover: hsl(29, 75%, 42%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.bronze .page-item.active {
    --pagination-page-item-background-active: hsl(29, 75%, 42%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.windstorm {
    background: transparent
}

    .pagination.windstorm .page-item {
        --pagination-page-item-background: hsl(216, 53%, 93%);
        --pagination-page-item-color: hsl(216, 53%, 51%);
        --pagination-page-item-border-color: hsl(216, 53%, 51%)
    }

@media(hover:hover) {
    .pagination.windstorm .page-item:hover {
        --pagination-page-item-background-hover: hsl(216, 53%, 51%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.windstorm .page-item:active {
        --pagination-page-item-background-hover: hsl(216, 53%, 51%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.windstorm .page-item.active {
    --pagination-page-item-background-active: hsl(216, 53%, 51%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.nude {
    background: transparent
}

    .pagination.nude .page-item {
        --pagination-page-item-background: hsl(29, 79%, 97%);
        --pagination-page-item-color: hsl(29, 79%, 70%);
        --pagination-page-item-border-color: hsl(29, 79%, 70%)
    }

@media(hover:hover) {
    .pagination.nude .page-item:hover {
        --pagination-page-item-background-hover: hsl(29, 79%, 70%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.nude .page-item:active {
        --pagination-page-item-background-hover: hsl(29, 79%, 70%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.nude .page-item.active {
    --pagination-page-item-background-active: hsl(29, 79%, 70%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.terracotta {
    background: transparent
}

    .pagination.terracotta .page-item {
        --pagination-page-item-background: hsl(10, 76%, 85%);
        --pagination-page-item-color: hsl(10, 76%, 40%);
        --pagination-page-item-border-color: hsl(10, 76%, 40%)
    }

@media(hover:hover) {
    .pagination.terracotta .page-item:hover {
        --pagination-page-item-background-hover: hsl(10, 76%, 40%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.terracotta .page-item:active {
        --pagination-page-item-background-hover: hsl(10, 76%, 40%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.terracotta .page-item.active {
    --pagination-page-item-background-active: hsl(10, 76%, 40%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.coral {
    background: transparent
}

    .pagination.coral .page-item {
        --pagination-page-item-background: hsl(16, 100%, 92%);
        --pagination-page-item-color: hsl(16, 100%, 52%);
        --pagination-page-item-border-color: hsl(16, 100%, 52%)
    }

@media(hover:hover) {
    .pagination.coral .page-item:hover {
        --pagination-page-item-background-hover: hsl(16, 100%, 52%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.coral .page-item:active {
        --pagination-page-item-background-hover: hsl(16, 100%, 52%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.coral .page-item.active {
    --pagination-page-item-background-active: hsl(16, 100%, 52%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.army {
    background: transparent
}

    .pagination.army .page-item {
        --pagination-page-item-background: hsl(69, 34%, 75%);
        --pagination-page-item-color: hsl(69, 34%, 15%);
        --pagination-page-item-border-color: hsl(69, 34%, 15%)
    }

@media(hover:hover) {
    .pagination.army .page-item:hover {
        --pagination-page-item-background-hover: hsl(69, 34%, 15%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.army .page-item:active {
        --pagination-page-item-background-hover: hsl(69, 34%, 15%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.army .page-item.active {
    --pagination-page-item-background-active: hsl(69, 34%, 15%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.seashell {
    background: transparent
}

    .pagination.seashell .page-item {
        --pagination-page-item-background: hsl(25, 100%, 98%);
        --pagination-page-item-color: hsl(25, 100%, 80%);
        --pagination-page-item-border-color: hsl(25, 100%, 80%)
    }

@media(hover:hover) {
    .pagination.seashell .page-item:hover {
        --pagination-page-item-background-hover: hsl(25, 100%, 80%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.seashell .page-item:active {
        --pagination-page-item-background-hover: hsl(25, 100%, 80%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.seashell .page-item.active {
    --pagination-page-item-background-active: hsl(25, 100%, 80%);
    --pagination-page-item-color-active: #ffffff
}

.pagination.sand {
    background: transparent
}

    .pagination.sand .page-item {
        --pagination-page-item-background: hsl(45, 71%, 96%);
        --pagination-page-item-color: hsl(45, 71%, 66%);
        --pagination-page-item-border-color: hsl(45, 71%, 66%)
    }

@media(hover:hover) {
    .pagination.sand .page-item:hover {
        --pagination-page-item-background-hover: hsl(45, 71%, 66%);
        --pagination-page-item-color-hover: #ffffff
    }
}

@media(hover:none) {
    .pagination.sand .page-item:active {
        --pagination-page-item-background-hover: hsl(45, 71%, 66%);
        --pagination-page-item-color-hover: #ffffff
    }
}

.pagination.sand .page-item.active {
    --pagination-page-item-background-active: hsl(45, 71%, 66%);
    --pagination-page-item-color-active: #ffffff
}

:root {
    --panel-header-background: #fbfbfb;
    --panel-header-color: #191919;
    --panel-header-icon-background: #fbfbfb;
    --panel-header-icon-color: #191919;
    --panel-background: #ffffff;
    --panel-color: #191919;
    --panel-border-color: #e8e8e8;
    --panel-border-radius: 6px;
    --panel-dropdown-toogle-color: #191919
}

.dark-side {
    --panel-header-background: #282c35;
    --panel-header-color: #fbfbfb;
    --panel-header-icon-background: #282c35;
    --panel-header-icon-color: #fbfbfb;
    --panel-background: #2b2d30;
    --panel-color: #dbdfe7;
    --panel-border-color: #4a4d51;
    --panel-dropdown-toogle-color: #ffffff
}

.panel {
    display: flex;
    flex-flow: column nowrap;
    position: relative;
    background: var(--panel-background);
    color: var(--panel-color);
    border: 1px solid var(--panel-border-color);
    border-radius: var(--panel-border-radius)
}

    .panel .dropdown-toggle:before {
        border-color: var(--panel-dropdown-toogle-color) !important
    }

    .panel .panel-title, .panel .panel-content {
        position: relative
    }

    .panel .panel-title {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        order: 1;
        height: 2.625rem;
        border-bottom: 1px solid var(--panel-border-color);
        line-height: 2.625rem;
        cursor: default;
        flex-shrink: 0;
        font-size: 16px;
        background: var(--panel-header-background);
        color: var(--panel-header-color);
        border-top-left-radius: var(--panel-border-radius);
        border-top-right-radius: var(--panel-border-radius);
        overflow: hidden;
        user-select: none
    }

        .panel .panel-title .icon {
            order: 1;
            height: 2.625rem;
            line-height: 2.625rem;
            width: 2.625rem;
            border-right: 1px solid var(--panel-border-color);
            flex-shrink: 0;
            text-align: center;
            background: var(--panel-header-icon-background);
            color: var(--panel-header-icon-color)
        }

        .panel .panel-title img.icon {
            padding: .625rem
        }

        .panel .panel-title .caption {
            order: 2;
            width: 100%;
            padding: 0 .8125rem;
            color: inherit;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis
        }

        .panel .panel-title .dropdown-toggle {
            order: 4;
            height: 100%;
            width: 2.625rem;
            border-left: 1px solid var(--panel-border-color);
            flex-shrink: 0;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0
        }

            .panel .panel-title .dropdown-toggle svg {
                margin: 0
            }

        .panel .panel-title .custom-buttons {
            order: 3;
            display: flex;
            flex-flow: row nowrap;
            margin-right: .5rem
        }

        .panel .panel-title .btn-custom {
            width: 24px;
            height: 24px;
            border-radius: 3px;
            border: 1px solid var(--card-button-border-color);
            padding: 0;
            margin-right: 2px;
            display: flex;
            align-items: center;
            justify-content: center
        }

            .panel .panel-title .btn-custom:last-child {
                margin-right: 0
            }

    .panel .panel-content {
        display: block;
        order: 2;
        height: auto;
        padding: .5rem;
        font-size: 14px
    }

:root {
    --popover-border-radius: 6px;
    --popover-background: #ffffff;
    --popover-color: #191919;
    --popover-border-color: #e8e8e8
}

.dark-side {
    --popover-background: #1e1f22;
    --popover-color: #dbdfe7;
    --popover-border-color: #4a4d51
}

.popover {
    display: block;
    min-width: 12.5rem;
    height: auto;
    position: fixed;
    background-color: var(--popover-background);
    color: var(--popover-color);
    z-index: 1060;
    border: 1px solid var(--popover-border-color);
    border-radius: var(--popover-border-radius);
    cursor: default;
    padding: 1rem;
    max-width: calc(100% - 32px)
}

    .popover > * {
        max-width: 100%
    }

    .popover .popover-content {
        display: block;
        position: relative;
        z-index: 50
    }

    .popover .popover-close-button {
        z-index: 100;
        position: absolute;
        top: 2px;
        right: 2px;
        font-size: 26px;
        background: var(--color-red);
        color: #fff
    }

:root {
    --product-card-padding: 1rem;
    --product-card-font-size: 14px;
    --product-card-header-background: #fbfbfb;
    --product-card-header-color: #191919;
    --product-card-footer-background: #fbfbfb;
    --product-card-footer-color: #191919;
    --product-card-background: #ffffff;
    --product-card-color: #191919;
    --product-card-avatar-border-color: #ffffff;
    --product-card-border-radius: 6px;
    --product-card-button-border-color: var(--border-color);
    --product-title-color: #191919;
    --product-status-color: #191919;
    --product-price-color: #191919
}

.dark-side {
    --product-card-header-background: #282c35;
    --product-card-header-color: #fbfbfb;
    --product-card-footer-background: #282c35;
    --product-card-footer-color: #fbfbfb;
    --product-card-background: #2b2d30;
    --product-card-color: #dbdfe7;
    --product-card-avatar-border-color: #414245;
    --product-card-button-border-color: var(--border-color);
    --product-title-color: #dbdfe7;
    --product-status-color: #dbdfe7;
    --product-price-color: #dbdfe7
}

.product-card {
    display: flex;
    flex-flow: column nowrap;
    position: relative;
    font-size: var(--product-card-font-size);
    border: 1px solid var(--border-color);
    border-radius: var(--product-card-border-radius);
    background: var(--product-card-background);
    color: var(--product-card-color);
    padding: var(--product-card-padding);
    height: 100%
}

    .product-card .product-image {
        width: 100%;
        position: relative;
        display: block;
        padding-bottom: 100%;
        margin-bottom: 1rem
    }

        .product-card .product-image img {
            position: absolute;
            width: 100%;
            height: 100%;
            inset: 0;
            object-fit: scale-down
        }

    .product-card .product-title {
        --ratio: calc(19 / 14);
        --line-clamp: 2;
        font-size: calc(var(--product-card-font-size) * 1.14);
        font-weight: 400;
        display: -webkit-box;
        -webkit-line-clamp: var(--line-clamp);
        -webkit-box-orient: vertical;
        line-height: var(--ratio);
        overflow: hidden;
        word-break: break-word;
        color: var(--product-title-color, inherit)
    }

    .product-card .product-status {
        font-size: calc(var(--product-card-font-size) / 1.16);
        font-weight: 500;
        line-height: 16px;
        word-break: break-word;
        color: var(--product-status-color, inherit);
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        margin: .25rem 0;
        gap: 4px
    }

        .product-card .product-status .icon {
            font-size: calc(var(--product-card-font-size) * 1.25);
            width: calc(var(--product-card-font-size) * 1.25);
            height: calc(var(--product-card-font-size) * 1.25);
            line-height: calc(var(--product-card-font-size) * 1.25);
            display: flex;
            align-items: center;
            justify-content: center;
            object-fit: cover
        }

    .product-card .product-desc {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        word-break: break-word;
        text-wrap: pretty;
        display: -webkit-box
    }

    .product-card .product-rating {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        margin: .5rem 0
    }

    .product-card .-old {
        font-size: .6em;
        font-weight: 400;
        line-height: 12px;
        text-decoration: line-through
    }

    .product-card .product-price {
        font-size: 16px;
        font-weight: 700;
        line-height: 20px
    }

    .product-card .product-footer {
        display: flex;
        flex-flow: row nowrap;
        align-items: flex-start;
        margin-top: 1rem;
        height: 40px
    }

    .product-card > .badge {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 14px
    }

        .product-card > .badge.-left {
            left: 10px;
            right: auto
        }

    .product-card .product-props {
        display: none;
        position: absolute;
        top: calc(100% - 2px);
        left: -1rem;
        right: -1rem;
        padding: 0 1rem 1rem;
        background-color: var(--product-card-background);
        z-index: -1;
        box-shadow: 0 16px 16px #0000003d;
        border: 1px solid var(--border-color);
        border-top: none;
        border-radius: 0 0 .25rem .25rem
    }

    .product-card.hovered:before {
        content: "";
        display: none;
        position: absolute;
        top: -1rem;
        left: -1rem;
        right: -1rem;
        bottom: 0;
        border-radius: .25rem;
        background-color: var(--product-card-background);
        box-shadow: 0 16px 16px #0000003d;
        z-index: -1;
        border: 1px solid var(--border-color);
        border-bottom: none
    }

@media(hover:hover) {
    .product-card.hovered {
        border: none
    }

        .product-card.hovered:hover {
            z-index: 2
        }

            .product-card.hovered:hover:before {
                display: block
            }

            .product-card.hovered:hover .product-props {
                display: block
            }
}

@media(hover:none) {
    .product-card.hovered:active {
        z-index: 2
    }

        .product-card.hovered:active:before {
            display: block
        }

        .product-card.hovered:active .product-props {
            display: block
        }
}

@container (width > 320px) {
    .product-card {
        --product-card-font-size: 11px;
        width: calc(50% - 4px)
    }
}

@container (width >= 540px) {
    .product-card {
        --product-card-font-size: 12px;
        width: calc(33% - 8px)
    }
}

@container (width >= 768px) {
    .product-card {
        --product-card-font-size: 11px;
        width: calc(25% - 12px)
    }
}

@container (width >= 1200px) {
    .product-card {
        --product-card-font-size: 14px;
        width: calc(20% - 16px)
    }
}

:root {
    --progress-bar-height: 12px;
    --progress-bar-height-ani: -24px;
    --progress-bar-radius: 8px;
    --progress-bar-back-color: #eeeeee;
    --progress-bar-color: #60A917;
    --progress-bar-buffer-color: #CE352C;
    --progress-bar-line-color: #b3d4fc;
    --progress-bar-line-back-color: #004D6F;
    --progress-bar-load-color: radial-gradient(#a9c0e9 0%, #a9c0e9 16%, transparent 42%);
    --progress-bar-value-color: #191919
}

.dark-side {
    --progress-bar-back-color: #363942;
    --progress-bar-bar-color: #60A917;
    --progress-bar-buffer-color: #CE352C;
    --progress-bar-line-color: #b3d4fc;
    --progress-bar-line-back-color: #004D6F;
    --progress-bar-load-color: radial-gradient(#a9c0e9 0%, #a9c0e9 16%, transparent 42%);
    --progress-bar-value-color: #ffffff
}

.progress-component {
    position: relative;
    display: block;
    width: 100%
}

    .progress-component .progress {
        display: block;
        position: relative;
        width: 100%;
        height: var(--progress-bar-height);
        background-color: var(--progress-bar-back-color);
        overflow: hidden;
        border-radius: var(--progress-bar-radius)
    }

        .progress-component .progress.with-load {
            background: transparent
        }

    .progress-component .progress-data {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

        .progress-component .progress-data .progress-label {
            order: 1;
            font-size: 14px;
            font-weight: 400
        }

        .progress-component .progress-data .progress-value {
            margin-left: auto;
            order: 2;
            font-weight: 600
        }

    .progress-component .bar, .progress-component .buffer, .progress-component .load {
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 3
    }

    .progress-component .load {
        width: 100%;
        animation: progress-loading 3s infinite linear;
        background: var(--progress-bar-load-color);
        background-size: var(--progress-bar-height) var(--progress-bar-height);
        z-index: 1;
        margin-top: -1px
    }

    .progress-component .buffer {
        z-index: 2;
        background-color: var(--progress-bar-buffer-color)
    }

    .progress-component .bar {
        z-index: 3;
        background: var(--progress-bar-color)
    }

    .progress-component .line {
        background-color: var(--progress-bar-line-color);
        display: flex
    }

        .progress-component .line:before {
            height: 100%;
            width: 100%;
            background-color: var(--progress-bar-line-back-color);
            content: "";
            animation: running-progress 2s cubic-bezier(.4,0,.2,1) infinite
        }

    .progress-component .segments {
        background: var(--progress-bar-back-color);
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden
    }

        .progress-component .segments .bar {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            height: 100%;
            background: var(--progress-bar-color);
            z-index: 1
        }

        .progress-component .segments .segment {
            background: transparent;
            border: 1px solid var(--progress-bar-back-color);
            height: 100%;
            z-index: 2
        }

            .progress-component .segments .segment:first-child {
                border-radius: 8px 0 0 8px
            }

            .progress-component .segments .segment:last-child {
                border-radius: 0 4px 4px 0
            }

    .progress-component .progress.small {
        --progress-bar-height: 6px;
        --progress-bar-radius: 4px
    }

@keyframes progress-loading {
    0% {
        opacity: 1;
        background-position: 0 var(--progress-bar-height-ani)
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1;
        background-position: -200px var(--progress-bar-height-ani)
    }
}

@keyframes running-progress {
    0% {
        margin-left: 0;
        margin-right: 100%
    }

    50% {
        margin-left: 25%;
        margin-right: 0
    }

    to {
        margin-left: 100%;
        margin-right: 0
    }
}

.bar-gray {
    --progress-bar-color: hsl(0, 0%, 80%)
}

.progress-gray {
    --progress-bar-color: hsl(0, 0%, 80%);
    --progress-bar-back-color: hsl(0, 0%, 95%)
}

.bar-gray-blue {
    --progress-bar-color: hsl(210, 26%, 54%)
}

.progress-gray-blue {
    --progress-bar-color: hsl(210, 26%, 54%);
    --progress-bar-back-color: hsl(210, 26%, 84%)
}

.bar-gray-mouse {
    --progress-bar-color: hsl(199, 15%, 40%)
}

.progress-gray-mouse {
    --progress-bar-color: hsl(199, 15%, 40%);
    --progress-bar-back-color: hsl(199, 15%, 70%)
}

.bar-lime {
    --progress-bar-color: hsl(93, 97%, 71%)
}

.progress-lime {
    --progress-bar-color: hsl(93, 97%, 71%);
    --progress-bar-back-color: hsl(93, 97%, 91%)
}

.bar-green {
    --progress-bar-color: hsl(120, 100%, 35%)
}

.progress-green {
    --progress-bar-color: hsl(120, 100%, 35%);
    --progress-bar-back-color: hsl(120, 100%, 80%)
}

.bar-emerald {
    --progress-bar-color: hsl(140, 52%, 55%)
}

.progress-emerald {
    --progress-bar-color: hsl(140, 52%, 55%);
    --progress-bar-back-color: hsl(140, 52%, 85%)
}

.bar-blue {
    --progress-bar-color: hsl(225, 100%, 68%)
}

.progress-blue {
    --progress-bar-color: hsl(225, 100%, 68%);
    --progress-bar-back-color: hsl(225, 100%, 93%)
}

.bar-teal {
    --progress-bar-color: hsl(180, 77%, 44%)
}

.progress-teal {
    --progress-bar-color: hsl(180, 77%, 44%);
    --progress-bar-back-color: hsl(180, 77%, 79%)
}

.bar-cyan {
    --progress-bar-color: hsl(221, 100%, 79%)
}

.progress-cyan {
    --progress-bar-color: hsl(221, 100%, 79%);
    --progress-bar-back-color: hsl(221, 100%, 94%)
}

.bar-cobalt {
    --progress-bar-color: hsl(215, 100%, 34%)
}

.progress-cobalt {
    --progress-bar-color: hsl(215, 100%, 34%);
    --progress-bar-back-color: hsl(215, 100%, 79%)
}

.bar-indigo {
    --progress-bar-color: hsl(276, 100%, 33%)
}

.progress-indigo {
    --progress-bar-color: hsl(276, 100%, 33%);
    --progress-bar-back-color: hsl(276, 100%, 78%)
}

.bar-almost {
    --progress-bar-color: hsl(259, 84%, 55%)
}

.progress-almost {
    --progress-bar-color: hsl(259, 84%, 55%);
    --progress-bar-back-color: hsl(259, 84%, 85%)
}

.bar-violet {
    --progress-bar-color: hsl(300, 76%, 72%)
}

.progress-violet {
    --progress-bar-color: hsl(300, 76%, 72%);
    --progress-bar-back-color: hsl(300, 76%, 92%)
}

.bar-pink {
    --progress-bar-color: hsl(350, 100%, 88%)
}

.progress-pink {
    --progress-bar-color: hsl(350, 100%, 88%);
    --progress-bar-back-color: hsl(350, 100%, 98%)
}

.bar-magenta {
    --progress-bar-color: hsl(300, 100%, 50%)
}

.progress-magenta {
    --progress-bar-color: hsl(300, 100%, 50%);
    --progress-bar-back-color: hsl(300, 100%, 90%)
}

.bar-crimson {
    --progress-bar-color: hsl(348, 88%, 46%)
}

.progress-crimson {
    --progress-bar-color: hsl(348, 88%, 46%);
    --progress-bar-back-color: hsl(348, 88%, 91%)
}

.bar-red {
    --progress-bar-color: hsl(0, 100%, 50%)
}

.progress-red {
    --progress-bar-color: hsl(0, 100%, 50%);
    --progress-bar-back-color: hsl(0, 100%, 85%)
}

.bar-clown {
    --progress-bar-color: hsl(3, 100%, 70%)
}

.progress-clown {
    --progress-bar-color: hsl(3, 100%, 70%);
    --progress-bar-back-color: hsl(3, 100%, 95%)
}

.bar-orange {
    --progress-bar-color: hsl(39, 100%, 50%)
}

.progress-orange {
    --progress-bar-color: hsl(39, 100%, 50%);
    --progress-bar-back-color: hsl(39, 100%, 90%)
}

.bar-amber {
    --progress-bar-color: hsl(45, 100%, 58%)
}

.progress-amber {
    --progress-bar-color: hsl(45, 100%, 58%);
    --progress-bar-back-color: hsl(45, 100%, 78%)
}

.bar-yellow {
    --progress-bar-color: hsl(52, 100%, 68%)
}

.progress-yellow {
    --progress-bar-color: hsl(52, 100%, 68%);
    --progress-bar-back-color: hsl(52, 100%, 93%)
}

.bar-brown {
    --progress-bar-color: hsl(25, 57%, 51%)
}

.progress-brown {
    --progress-bar-color: hsl(25, 57%, 51%);
    --progress-bar-back-color: hsl(25, 57%, 81%)
}

.bar-olive {
    --progress-bar-color: hsl(60, 100%, 32%)
}

.progress-olive {
    --progress-bar-color: hsl(60, 100%, 32%);
    --progress-bar-back-color: hsl(60, 100%, 72%)
}

.bar-steel {
    --progress-bar-color: hsl(209, 19%, 57%)
}

.progress-steel {
    --progress-bar-color: hsl(209, 19%, 57%);
    --progress-bar-back-color: hsl(209, 19%, 87%)
}

.bar-mauve {
    --progress-bar-color: hsl(277, 100%, 84%)
}

.progress-mauve {
    --progress-bar-color: hsl(277, 100%, 84%);
    --progress-bar-back-color: hsl(277, 100%, 96%)
}

.bar-taupe {
    --progress-bar-color: hsl(29, 19%, 50%)
}

.progress-taupe {
    --progress-bar-color: hsl(29, 19%, 50%);
    --progress-bar-back-color: hsl(29, 19%, 80%)
}

.bar-champagne {
    --progress-bar-color: hsl(37, 74%, 88%)
}

.progress-champagne {
    --progress-bar-color: hsl(37, 74%, 88%);
    --progress-bar-back-color: hsl(37, 74%, 98%)
}

.bar-khaki {
    --progress-bar-color: hsl(47, 47%, 69%)
}

.progress-khaki {
    --progress-bar-color: hsl(47, 47%, 69%);
    --progress-bar-back-color: hsl(47, 47%, 94%)
}

.bar-charcoal {
    --progress-bar-color: hsl(0, 0%, 60%)
}

.progress-charcoal {
    --progress-bar-color: hsl(0, 0%, 60%);
    --progress-bar-back-color: hsl(0, 0%, 90%)
}

.bar-bronze {
    --progress-bar-color: hsl(29, 75%, 57%)
}

.progress-bronze {
    --progress-bar-color: hsl(29, 75%, 57%);
    --progress-bar-back-color: hsl(29, 75%, 87%)
}

.bar-windstorm {
    --progress-bar-color: hsl(216, 53%, 66%)
}

.progress-windstorm {
    --progress-bar-color: hsl(216, 53%, 66%);
    --progress-bar-back-color: hsl(216, 53%, 93%)
}

.bar-nude {
    --progress-bar-color: hsl(29, 79%, 85%)
}

.progress-nude {
    --progress-bar-color: hsl(29, 79%, 85%);
    --progress-bar-back-color: hsl(29, 79%, 97%)
}

.bar-terracotta {
    --progress-bar-color: hsl(10, 76%, 55%)
}

.progress-terracotta {
    --progress-bar-color: hsl(10, 76%, 55%);
    --progress-bar-back-color: hsl(10, 76%, 85%)
}

.bar-coral {
    --progress-bar-color: hsl(16, 100%, 67%)
}

.progress-coral {
    --progress-bar-color: hsl(16, 100%, 67%);
    --progress-bar-back-color: hsl(16, 100%, 92%)
}

.bar-army {
    --progress-bar-color: hsl(69, 34%, 30%)
}

.progress-army {
    --progress-bar-color: hsl(69, 34%, 30%);
    --progress-bar-back-color: hsl(69, 34%, 75%)
}

.bar-seashell {
    --progress-bar-color: hsl(25, 100%, 95%)
}

.progress-seashell {
    --progress-bar-color: hsl(25, 100%, 95%);
    --progress-bar-back-color: hsl(25, 100%, 98%)
}

.bar-sand {
    --progress-bar-color: hsl(45, 71%, 81%)
}

.progress-sand {
    --progress-bar-color: hsl(45, 71%, 81%);
    --progress-bar-back-color: hsl(45, 71%, 96%)
}

.progress-primary {
    --progress-bar-color: #f75553
}

.progress-secondary {
    --progress-bar-color: #74290a
}

.progress-tertiary {
    --progress-bar-color: #ffbebd
}

.progress-success {
    --progress-bar-color: hsl(140, 52%, 55%)
}

.progress-alert {
    --progress-bar-color: hsl(348, 88%, 46%)
}

.progress-warning {
    --progress-bar-color: hsl(39, 100%, 50%)
}

.progress-info {
    --progress-bar-color: #468cff
}

.progress-dark {
    --progress-bar-color: #505050
}

.progress-light {
    --progress-bar-color: #f8f8f8
}

:root {
    --rating-star-size: 24px;
    --rating-off-color: var(--color-light-blue);
    --rating-on-color: var(--color-blue);
    --rating-background: transparent
}

.rating {
    display: inline-flex;
    flex-flow: row;
    align-items: center;
    position: relative;
    background: transparent;
    cursor: default;
    font-size: 16px
}

    .rating input {
        width: 1px;
        height: 1px;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0
    }

    .rating .stars, .rating .result, .rating .title {
        display: block;
        position: relative
    }

    .rating .stars {
        margin: 0;
        padding: 0;
        list-style: none inside;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center
    }

        .rating .stars li {
            display: block;
            position: relative;
            color: var(--rating-off-color);
            width: var(--rating-star-size);
            height: var(--rating-star-size);
            line-height: var(--rating-star-size);
            font-size: var(--rating-star-size);
            transition: color .3s linear
        }

            .rating .stars li:before {
                position: absolute;
                content: attr(data-symbol);
                display: block;
                z-index: 1;
                left: 0
            }

            .rating .stars li.half:after {
                left: 0;
                display: block;
                position: absolute;
                content: attr(data-symbol);
                width: .42em;
                z-index: 2;
                overflow: hidden
            }

            .rating .stars li.half.half-10:after {
                width: .1em
            }

            .rating .stars li.half.half-20:after {
                width: .2em
            }

            .rating .stars li.half.half-30:after {
                width: .3em
            }

            .rating .stars li.half.half-40:after {
                width: .4em
            }

            .rating .stars li.half.half-50:after {
                width: .42em
            }

            .rating .stars li.half.half-60:after {
                width: .49em
            }

            .rating .stars li.half.half-70:after {
                width: .6em
            }

            .rating .stars li.half.half-80:after {
                width: .7em
            }

            .rating .stars li.half.half-90:after {
                width: .8em
            }

    .rating .result {
        font-size: .8em;
        margin-left: 10px
    }

    .rating .title {
        margin-right: 10px
    }

    .rating .stars {
        cursor: default
    }

        .rating .stars li.on, .rating .stars li.half:after {
            color: var(--rating-on-color)
        }

    .rating:not(.static) .stars {
        cursor: pointer
    }

        .rating:not(.static) .stars:hover li {
            color: var(--rating-on-color)
        }

        .rating:not(.static) .stars li:hover ~ li {
            color: var(--rating-off-color) !important
        }

        .rating:not(.static) .stars li.scale {
            animation: star-scale .3s ease-in-out
        }

@keyframes star-scale {
    0%,to {
        transform: scale(1)
    }

    50% {
        transform: scale(1.5)
    }
}

:root {
    --remark-border-radius: 6px;
    --remark-border-color: var(--border-color);
    --remark-background: #ffffff;
    --remark-color: #191919
}

.dark-side {
    --remark-border-color: var(--border-color);
    --remark-background: #26282e;
    --remark-color: #dbdfe7
}

.remark {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    position: relative;
    border: 1px solid;
    border-left: 4px solid;
    border-color: var(--remark-border-color);
    border-radius: var(--remark-border-radius);
    color: var(--remark-color);
    background: var(--remark-background);
    padding: 1rem 2rem 1rem 1rem;
    font-size: 14px;
    margin: 1rem 0;
    cursor: default;
    overflow: hidden
}

    .remark .icon {
        margin-right: 1rem;
        font-size: 32px;
        width: 32px;
        height: 32px;
        position: absolute;
        top: 10px;
        left: 10px;
        object-fit: cover;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .remark:before {
        font-family: serif;
        content: "\201d";
        position: absolute;
        top: -10px;
        right: 10px;
        font-size: 48px;
        font-feature-settings: "onum";
        font-variant-numeric: oldstyle-nums
    }

    .remark:has(.icon) {
        min-height: 40px;
        padding-left: 50px;
        padding-right: 50px
    }

    .remark.gray {
        border-color: #ccc;
        color: #191919;
        background: #f2f2f2
    }

        .remark.gray .icon {
            color: #ccc
        }

        .remark.gray:before {
            color: #ccc
        }

    .remark.gray-blue {
        border-color: #6b8aa8;
        color: #191919;
        background: #ccd6e1
    }

        .remark.gray-blue .icon {
            color: #6b8aa8
        }

        .remark.gray-blue:before {
            color: #6b8aa8
        }

    .remark.gray-mouse {
        border-color: #576c75;
        color: #191919;
        background: #a7b7be
    }

        .remark.gray-mouse .icon {
            color: #576c75
        }

        .remark.gray-mouse:before {
            color: #576c75
        }

    .remark.lime {
        border-color: #aefd6d;
        color: #191919;
        background: #e6fed2
    }

        .remark.lime .icon {
            color: #aefd6d
        }

        .remark.lime:before {
            color: #aefd6d
        }

    .remark.green {
        border-color: #00b300;
        color: #191919;
        background: #9f9
    }

        .remark.green .icon {
            color: #00b300
        }

        .remark.green:before {
            color: #00b300
        }

    .remark.emerald {
        border-color: #51c878;
        color: #191919;
        background: #c5edd2
    }

        .remark.emerald .icon {
            color: #51c878
        }

        .remark.emerald:before {
            color: #51c878
        }

    .remark.blue {
        border-color: #5c85ff;
        color: #191919;
        background: #dbe4ff
    }

        .remark.blue .icon {
            color: #5c85ff
        }

        .remark.blue:before {
            color: #5c85ff
        }

    .remark.teal {
        border-color: #1ac7c7;
        color: #191919;
        background: #a0f3f3
    }

        .remark.teal .icon {
            color: #1ac7c7
        }

        .remark.teal:before {
            color: #1ac7c7
        }

    .remark.cyan {
        border-color: #94b6ff;
        color: #191919;
        background: #e0eaff
    }

        .remark.cyan .icon {
            color: #94b6ff
        }

        .remark.cyan:before {
            color: #94b6ff
        }

    .remark.cobalt {
        border-color: #0048ad;
        color: #191919;
        background: #94c1ff
    }

        .remark.cobalt .icon {
            color: #0048ad
        }

        .remark.cobalt:before {
            color: #0048ad
        }

    .remark.indigo {
        border-color: #6500a8;
        color: #191919;
        background: #d28fff
    }

        .remark.indigo .icon {
            color: #6500a8
        }

        .remark.indigo:before {
            color: #6500a8
        }

    .remark.almost {
        border-color: #692ced;
        color: #191919;
        background: #cdb9f9
    }

        .remark.almost .icon {
            color: #692ced
        }

        .remark.almost:before {
            color: #692ced
        }

    .remark.violet {
        border-color: #ee81ee;
        color: #191919;
        background: #fadbfa
    }

        .remark.violet .icon {
            color: #ee81ee
        }

        .remark.violet:before {
            color: #ee81ee
        }

    .remark.pink {
        border-color: #ffc2cc;
        color: #191919;
        background: #fff5f7
    }

        .remark.pink .icon {
            color: #ffc2cc
        }

        .remark.pink:before {
            color: #ffc2cc
        }

    .remark.magenta {
        border-color: #f0f;
        color: #191919;
        background: #fcf
    }

        .remark.magenta .icon {
            color: #f0f
        }

        .remark.magenta:before {
            color: #f0f
        }

    .remark.crimson {
        border-color: #dd0e37;
        color: #191919;
        background: #fcd4dc
    }

        .remark.crimson .icon {
            color: #dd0e37
        }

        .remark.crimson:before {
            color: #dd0e37
        }

    .remark.red {
        border-color: red;
        color: #191919;
        background: #ffb3b3
    }

        .remark.red .icon {
            color: red
        }

        .remark.red:before {
            color: red
        }

    .remark.clown {
        border-color: #ff6e66;
        color: #191919;
        background: #ffe7e5
    }

        .remark.clown .icon {
            color: #ff6e66
        }

        .remark.clown:before {
            color: #ff6e66
        }

    .remark.orange {
        border-color: #ffa600;
        color: #191919;
        background: #ffedcc
    }

        .remark.orange .icon {
            color: #ffa600
        }

        .remark.orange:before {
            color: #ffa600
        }

    .remark.amber {
        border-color: #ffc929;
        color: #191919;
        background: #ffe38f
    }

        .remark.amber .icon {
            color: #ffc929
        }

        .remark.amber:before {
            color: #ffc929
        }

    .remark.yellow {
        border-color: #ffe95c;
        color: #191919;
        background: #fffadb
    }

        .remark.yellow .icon {
            color: #ffe95c
        }

        .remark.yellow:before {
            color: #ffe95c
        }

    .remark.brown {
        border-color: #c9763b;
        color: #191919;
        background: #eacab3
    }

        .remark.brown .icon {
            color: #c9763b
        }

        .remark.brown:before {
            color: #c9763b
        }

    .remark.olive {
        border-color: #a3a300;
        color: #191919;
        background: #ffff70
    }

        .remark.olive .icon {
            color: #a3a300
        }

        .remark.olive:before {
            color: #a3a300
        }

    .remark.steel {
        border-color: #7d92a6;
        color: #191919;
        background: #d8dee4
    }

        .remark.steel .icon {
            color: #7d92a6
        }

        .remark.steel:before {
            color: #7d92a6
        }

    .remark.mauve {
        border-color: #e0adff;
        color: #191919;
        background: #f7ebff
    }

        .remark.mauve .icon {
            color: #e0adff
        }

        .remark.mauve:before {
            color: #e0adff
        }

    .remark.taupe {
        border-color: #987f67;
        color: #191919;
        background: #d6ccc2
    }

        .remark.taupe .icon {
            color: #987f67
        }

        .remark.taupe:before {
            color: #987f67
        }

    .remark.champagne {
        border-color: #f7e6ca;
        color: #191919;
        background: #fefbf6
    }

        .remark.champagne .icon {
            color: #f7e6ca
        }

        .remark.champagne:before {
            color: #f7e6ca
        }

    .remark.khaki {
        border-color: #d5c58b;
        color: #191919;
        background: #f7f4e9
    }

        .remark.khaki .icon {
            color: #d5c58b
        }

        .remark.khaki:before {
            color: #d5c58b
        }

    .remark.charcoal {
        border-color: #999;
        color: #191919;
        background: #e6e6e6
    }

        .remark.charcoal .icon {
            color: #999
        }

        .remark.charcoal:before {
            color: #999
        }

    .remark.bronze {
        border-color: #e48f3f;
        color: #191919;
        background: #f7ddc5
    }

        .remark.bronze .icon {
            color: #e48f3f
        }

        .remark.bronze:before {
            color: #e48f3f
        }

    .remark.windstorm {
        border-color: #7a9fd6;
        color: #191919;
        background: #e4ebf7
    }

        .remark.windstorm .icon {
            color: #7a9fd6
        }

        .remark.windstorm:before {
            color: #7a9fd6
        }

    .remark.nude {
        border-color: #f7d8bb;
        color: #191919;
        background: #fdf7f1
    }

        .remark.nude .icon {
            color: #f7d8bb
        }

        .remark.nude:before {
            color: #f7d8bb
        }

    .remark.terracotta {
        border-color: #e35235;
        color: #191919;
        background: #f6c5bc
    }

        .remark.terracotta .icon {
            color: #e35235
        }

        .remark.terracotta:before {
            color: #e35235
        }

    .remark.coral {
        border-color: #ff8457;
        color: #191919;
        background: #ffe1d6
    }

        .remark.coral .icon {
            color: #ff8457
        }

        .remark.coral:before {
            color: #ff8457
        }

    .remark.army {
        border-color: #5f6732;
        color: #191919;
        background: #ced5aa
    }

        .remark.army .icon {
            color: #5f6732
        }

        .remark.army:before {
            color: #5f6732
        }

    .remark.seashell {
        border-color: #fff0e5;
        color: #191919;
        background: #fff9f5
    }

        .remark.seashell .icon {
            color: #fff0e5
        }

        .remark.seashell:before {
            color: #fff0e5
        }

    .remark.sand {
        border-color: #f1e0ac;
        color: #191919;
        background: #fcf8ee
    }

        .remark.sand .icon {
            color: #f1e0ac
        }

        .remark.sand:before {
            color: #f1e0ac
        }

    .remark.alert, .remark.error {
        border-color: var(--color-red);
        background: var(--color-light-red) !important;
        color: #191919 !important
    }

        .remark.alert .icon, .remark.error .icon, .remark.alert:before, .remark.error:before {
            color: var(--color-red)
        }

    .remark.warning, .remark.caution {
        border-color: var(--color-orange);
        background: var(--color-light-orange) !important;
        color: #191919 !important
    }

        .remark.warning .icon, .remark.caution .icon, .remark.warning:before, .remark.caution:before {
            color: var(--color-orange)
        }

    .remark.info {
        border-color: var(--color-blue);
        background: var(--color-light-blue) !important;
        color: #191919 !important
    }

        .remark.info .icon, .remark.info:before {
            color: var(--color-blue)
        }

    .remark.success {
        border-color: var(--color-green);
        background: var(--color-light-green) !important;
        color: #191919 !important
    }

        .remark.success .icon, .remark.success:before {
            color: var(--color-green)
        }

    .remark.dark {
        border-color: var(--color-dark);
        background: #ddd !important;
        color: #191919 !important
    }

        .remark.dark .icon {
            color: var(--color-dark)
        }

:root {
    --remote-dataset-gap: 10px;
    --remote-dataset-order-block-size: 200px;
    --remote-dataset-count-block-size: 140px
}

.remote-dataset .dataset-caption {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    margin: 1rem 0;
    font-size: 24px;
    font-weight: 600
}

.remote-dataset .dataset-actions {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center
}

.remote-dataset .dataset-load-more {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0
}

    .remote-dataset .dataset-load-more .button {
        text-decoration: none !important
    }

    .remote-dataset .dataset-load-more .icon {
        font-size: 64px
    }

.remote-dataset .service-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 6px
}

    .remote-dataset .service-block .search-block {
        flex-shrink: 1;
        flex-grow: 1
    }

    .remote-dataset .service-block .order-block {
        flex: 0 0 var(--remote-dataset-order-block-size);
        margin-left: auto
    }

    .remote-dataset .service-block .count-block {
        flex: 0 0 var(--remote-dataset-count-block-size)
    }

:root {
    --table-inspector-border-radius: 10px;
    --table-head-font-size: 14px;
    --table-caption-font-size: 16px;
    --table-footer-font-size: 14px;
    --table-body-font-size: 16px;
    --table-border-radius: 6px;
    --table-border-color: #e8e8e8;
    --table-color: #191919;
    --table-background: transparent;
    --table-header-background: #fafafa;
    --table-header-color: #191919;
    --table-sortable-background: #e8e8e8;
    --table-sortable-color: #000000;
    --table-selected-background: #d4e2ff;
    --table-selected-color: #000000;
    --table-striped-background: #f8f8f8;
    --table-hover-background: #eaeaea;
    --table-hover-color: #191919;
    --table-inspector-background: #ffffff;
    --table-inspector-border-color: #e8e8e8;
    --table-inspector-color: #191919
}

.dark-side {
    --table-border-color: #4a4d51;
    --table-color: #dbdfe7;
    --table-background: transparent;
    --table-header-background: #1b1b1e;
    --table-header-color: #efefef;
    --table-sortable-background: #26282e;
    --table-sortable-color: #ffffff;
    --table-selected-background: #2e436e;
    --table-selected-color: #ffffff;
    --table-striped-background: #26282e;
    --table-hover-background: #323437;
    --table-hover-color: #ffffff;
    --table-inspector-background: #26282e;
    --table-inspector-border-color: #4a4d51;
    --table-inspector-color: #dbdfe7
}

.table-container {
    display: block;
    position: relative
}

.table {
    display: table
}

.thead {
    display: table-header-group
}

.tfoot {
    display: table-footer-group
}

.tbody {
    display: table-row-group
}

.tr {
    display: table-row
}

.th, .td {
    display: table-cell
}

.table {
    width: 100%
}

    .table caption {
        font-size: var(--table-caption-font-size);
        font-weight: 700;
        padding: 10px 20px;
        border: 1px solid var(--table-border-color)
    }

    .table thead :is(th,td) {
        font-size: var(--table-head-font-size)
    }

    .table tfoot :is(th,td) {
        font-size: var(--table-head-font-size)
    }

    .table tbody td {
        font-size: var(--table-body-font-size)
    }

    .table th, .table .th, .table td, .table .td {
        padding: .625rem
    }

    .table.fixed-layout {
        table-layout: fixed
    }

        .table.fixed-layout th, .table.fixed-layout .th, .table.fixed-layout td, .table.fixed-layout .td {
            white-space: nowrap;
            overflow: hidden
        }

    .table thead, .table tfoot, .table .thead, .table .tfoot {
        border-bottom: 4px solid var(--table-border-color);
        background: var(--table-header-background);
        color: var(--table-header-color)
    }

        .table thead th, .table tfoot th, .table .thead th, .table .tfoot th, .table thead td, .table tfoot td, .table .thead td, .table .tfoot td, .table thead .th, .table tfoot .th, .table .thead .th, .table .tfoot .th, .table thead .td, .table tfoot .td, .table .thead .td, .table .tfoot .td {
            cursor: default;
            color: var(--table-color);
            border-color: transparent;
            text-align: left;
            font-weight: 700;
            line-height: 1.2
        }

    .table tfoot, .table .tfoot {
        border-top: 4px solid var(--table-border-color)
    }

    .table tbody td, .table .tbody td, .table tbody .td, .table .tbody .td {
        padding: .625rem;
        vertical-align: middle
    }

    .table .sortable-column, .table .sorting {
        position: relative;
        cursor: pointer;
        padding-right: 30px
    }

        .table .sortable-column:after, .table .sorting:after {
            position: absolute;
            content: "\21c5";
            width: 1rem;
            height: 1rem;
            left: 100%;
            margin-left: -1.25rem;
            top: 50%;
            margin-top: -.3rem;
            color: inherit;
            font-size: .8em;
            font-weight: 100;
            line-height: 1;
            opacity: .7
        }

        .table .sortable-column.sort-asc, .table .sorting.sort-asc, .table .sortable-column.sort-desc, .table .sorting.sort-desc, .table .sortable-column.sorting_asc, .table .sorting.sorting_asc, .table .sortable-column.sorting_desc, .table .sorting.sorting_desc {
            background-color: var(--table-sortable-background);
            color: var(--table-sortable-color)
        }

            .table .sortable-column.sort-asc:after, .table .sorting.sort-asc:after, .table .sortable-column.sort-desc:after, .table .sorting.sort-desc:after, .table .sortable-column.sorting_asc:after, .table .sorting.sorting_asc:after, .table .sortable-column.sorting_desc:after, .table .sorting.sorting_desc:after {
                opacity: 1;
                font-weight: 700;
                font-size: 1em;
                margin-top: -.5rem
            }

            .table .sortable-column.sort-asc:after, .table .sorting.sort-asc:after, .table .sortable-column.sorting_asc:after, .table .sorting.sorting_asc:after {
                content: "\2191"
            }

            .table .sortable-column.sort-desc:after, .table .sorting.sort-desc:after, .table .sortable-column.sorting_desc:after, .table .sorting.sorting_desc:after {
                content: "\2193"
            }

    .table.sortable-markers-on-left .sortable-column, .table.sortable-markers-on-left .sorting {
        padding-left: 30px;
        padding-right: 10px
    }

        .table.sortable-markers-on-left .sortable-column:before, .table.sortable-markers-on-left .sorting:before, .table.sortable-markers-on-left .sortable-column:after, .table.sortable-markers-on-left .sorting:after {
            left: 0;
            margin-left: .625rem
        }

    .table tr.selected td, .table .tr.selected td, .table tr.selected .td, .table .tr.selected .td, .table td.selected, .table .td.selected {
        background-color: var(--table-selected-background);
        color: var(--table-selected-color)
    }

    .table.striped tbody tr:nth-child(odd), .table.striped .tbody .tr:nth-child(odd) {
        background: var(--table-striped-background)
    }

    .table.inverse-striped tbody tr:nth-child(2n), .table.inverse-striped .tbody .tr:nth-child(2n) {
        background: var(--table-striped-background)
    }

    .table.row-hover tbody tr:hover, .table.row-hover .tbody tr:hover, .table.row-hover tbody .tr:hover, .table.row-hover .tbody .tr:hover, .table.cell-hover tbody td:hover, .table.cell-hover .tbody td:hover, .table.cell-hover tbody .td:hover, .table.cell-hover .tbody .td:hover {
        background-color: var(--table-hover-background);
        color: var(--table-hover-color)
    }

    .table.table-border, .table.cell-border th, .table.cell-border td, .table.cell-border .th, .table.cell-border .td {
        border: 1px var(--border-color) solid
    }

    .table.cell-border thead tr:first-child th, .table.cell-border .thead tr:first-child th, .table.cell-border thead .tr:first-child th, .table.cell-border .thead .tr:first-child th, .table.cell-border thead tr:first-child td, .table.cell-border .thead tr:first-child td, .table.cell-border thead .tr:first-child td, .table.cell-border .thead .tr:first-child td, .table.cell-border thead tr:first-child .th, .table.cell-border .thead tr:first-child .th, .table.cell-border thead .tr:first-child .th, .table.cell-border .thead .tr:first-child .th, .table.cell-border thead tr:first-child .td, .table.cell-border .thead tr:first-child .td, .table.cell-border thead .tr:first-child .td, .table.cell-border .thead .tr:first-child .td {
        border-top: none
    }

        .table.cell-border thead tr:first-child th:first-child, .table.cell-border .thead tr:first-child th:first-child, .table.cell-border thead .tr:first-child th:first-child, .table.cell-border .thead .tr:first-child th:first-child, .table.cell-border thead tr:first-child td:first-child, .table.cell-border .thead tr:first-child td:first-child, .table.cell-border thead .tr:first-child td:first-child, .table.cell-border .thead .tr:first-child td:first-child, .table.cell-border thead tr:first-child .th:first-child, .table.cell-border .thead tr:first-child .th:first-child, .table.cell-border thead .tr:first-child .th:first-child, .table.cell-border .thead .tr:first-child .th:first-child, .table.cell-border thead tr:first-child .td:first-child, .table.cell-border .thead tr:first-child .td:first-child, .table.cell-border thead .tr:first-child .td:first-child, .table.cell-border .thead .tr:first-child .td:first-child {
            border-left: none
        }

        .table.cell-border thead tr:first-child th:last-child, .table.cell-border .thead tr:first-child th:last-child, .table.cell-border thead .tr:first-child th:last-child, .table.cell-border .thead .tr:first-child th:last-child, .table.cell-border thead tr:first-child td:last-child, .table.cell-border .thead tr:first-child td:last-child, .table.cell-border thead .tr:first-child td:last-child, .table.cell-border .thead .tr:first-child td:last-child, .table.cell-border thead tr:first-child .th:last-child, .table.cell-border .thead tr:first-child .th:last-child, .table.cell-border thead .tr:first-child .th:last-child, .table.cell-border .thead .tr:first-child .th:last-child, .table.cell-border thead tr:first-child .td:last-child, .table.cell-border .thead tr:first-child .td:last-child, .table.cell-border thead .tr:first-child .td:last-child, .table.cell-border .thead .tr:first-child .td:last-child {
            border-right: none
        }

    .table.cell-border tbody tr:first-child td, .table.cell-border .tbody tr:first-child td, .table.cell-border tbody .tr:first-child td, .table.cell-border .tbody .tr:first-child td, .table.cell-border tbody tr:first-child .td, .table.cell-border .tbody tr:first-child .td, .table.cell-border tbody .tr:first-child .td, .table.cell-border .tbody .tr:first-child .td {
        border-top: none
    }

    .table.cell-border tbody tr td:first-child, .table.cell-border .tbody tr td:first-child, .table.cell-border tbody .tr td:first-child, .table.cell-border .tbody .tr td:first-child, .table.cell-border tbody tr .td:first-child, .table.cell-border .tbody tr .td:first-child, .table.cell-border tbody .tr .td:first-child, .table.cell-border .tbody .tr .td:first-child {
        border-left: none
    }

    .table.cell-border tbody tr td:last-child, .table.cell-border .tbody tr td:last-child, .table.cell-border tbody .tr td:last-child, .table.cell-border .tbody .tr td:last-child, .table.cell-border tbody tr .td:last-child, .table.cell-border .tbody tr .td:last-child, .table.cell-border tbody .tr .td:last-child, .table.cell-border .tbody .tr .td:last-child {
        border-right: none
    }

    .table.cell-border tbody tr:last-child td, .table.cell-border .tbody tr:last-child td, .table.cell-border tbody .tr:last-child td, .table.cell-border .tbody .tr:last-child td, .table.cell-border tbody tr:last-child .td, .table.cell-border .tbody tr:last-child .td, .table.cell-border tbody .tr:last-child .td, .table.cell-border .tbody .tr:last-child .td {
        border-bottom: none
    }

    .table.row-border tr + tr, .table.row-border .tr + .tr {
        border-top: 1px var(--table-border-color) solid
    }

    .table.subcompact th, .table.subcompact td, .table.subcompact .th, .table.subcompact .td {
        padding: 3px 8px;
        font-size: .8em
    }

    .table.compact th, .table.compact td, .table.compact .th, .table.compact .td {
        padding: 7px 8px;
        font-size: .9em
    }

    .table.small-padding th, .table.small-padding td, .table.small-padding .th, .table.small-padding .td {
        padding: 3px
    }

    .table.medium-padding th, .table.medium-padding td, .table.medium-padding .th, .table.medium-padding .td {
        padding: 6px
    }

    .table.default-padding th, .table.default-padding td, .table.default-padding .th, .table.default-padding .td {
        padding: 10px
    }

    .table.large-padding th, .table.large-padding td, .table.large-padding .th, .table.large-padding .td {
        padding: 16px
    }

    .table.largest-padding th, .table.largest-padding td, .table.largest-padding .th, .table.largest-padding .td {
        padding: 20px
    }

    .table .check-cell, .table .rownum-cell {
        width: 36px;
        text-align: center
    }

    .table thead td.hidden, .table tbody td.hidden, .table .thead td.hidden, .table .tbody td.hidden, .table thead th.hidden, .table tbody th.hidden, .table .thead th.hidden, .table .tbody th.hidden, .table thead .th.hidden, .table tbody .th.hidden, .table .thead .th.hidden, .table .tbody .th.hidden, .table thead .td.hidden, .table tbody .td.hidden, .table .thead .td.hidden, .table .tbody .td.hidden {
        display: none !important
    }

    .table .data-wrapper {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .table .checkbox, .table .radio, .table .switch {
        height: initial
    }

.table-component {
    display: block;
    position: relative;
    container: table-component / inline-size
}

    .table-component .inspector-button {
        font-family: Segoe UI Symbol,serif
    }

.table-top {
    display: flex;
    flex-flow: row wrap;
    gap: 6px
}

.table-bottom {
    margin-left: 0;
    margin-right: 0
}

.table-info, .table-pagination, .table-skip {
    flex-basis: auto
}

.table-info {
    margin-bottom: 10px
}

.table-progress {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translate(-50%);
    display: none;
    z-index: 2
}

    .table-progress [class*=activity-] {
        margin: 0 auto
    }

.table-inspector {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--table-inspector-background);
    color: var(--table-inspector-color);
    z-index: 500;
    border: 1px double var(--table-inspector-border-color);
    border-radius: var(--table-inspector-border-radius);
    width: auto;
    padding: 10px;
    max-height: calc(100vh - 40px);
    box-shadow: 0 0 5px #0000004d
}

    .table-inspector .table-inspector-header {
        display: block;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 .5rem .5rem;
        border-bottom: 1px solid var(--table-border-color);
        font-size: 24px;
        font-weight: 100;
        margin-bottom: .5rem
    }

    .table-inspector .table-wrap {
        display: block;
        height: calc(100% - 110px);
        overflow-x: hidden;
        overflow-y: auto
    }

    .table-inspector .table-inspector-actions {
        display: block;
        position: relative;
        border-top: 1px solid var(--table-border-color);
        padding: .5rem .5rem 0;
        margin-top: .5rem
    }

    .table-inspector table, .table-inspector .table {
        margin-bottom: 0
    }

        .table-inspector table td, .table-inspector .table td, .table-inspector table .td, .table-inspector .table .td {
            vertical-align: middle
        }

        .table-inspector table tr.flash, .table-inspector .table tr.flash, .table-inspector table .tr.flash, .table-inspector .table .tr.flash {
            animation: flash-bg 1s ease-out;
            animation-iteration-count: 1
        }

    .table-inspector .spinner {
        width: 120px
    }

        .table-inspector .spinner input {
            font-size: 14px
        }

    .table-inspector.open {
        display: block
    }

.table-form {
    display: block;
    position: absolute;
    z-index: 500;
    height: auto;
    max-height: calc(100vh - 40px);
    width: auto;
    max-width: calc(100vw - 40px);
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    border: 1px solid var(--border-color);
    box-shadow: 0 0 5px #0000004d
}

@keyframes flash-bg {
    0% {
        background-color: var(--table-background)
    }

    30% {
        background-color: var(--table-hover-background)
    }

    to {
        background-color: var(--table-background)
    }
}

@container (min-width: 0) {
    .table.normal-fs th, .table.normal-fs td, .table.normal-fs .th, .table.normal-fs .td {
        padding: .625rem;
        font-size: 1em
    }

    .table.compact-fs th, .table.compact-fs td, .table.compact-fs .th, .table.compact-fs .td {
        padding: 7px 8px;
        font-size: 80%
    }

    .table.subcompact-fs th, .table.subcompact-fs td, .table.subcompact-fs .th, .table.subcompact-fs .td {
        padding: 3px 8px;
        font-size: 80%
    }
}

@container (min-width: 360px) {
    .table.normal-xs th, .table.normal-xs td, .table.normal-xs .th, .table.normal-xs .td {
        padding: .625rem;
        font-size: 1em
    }

    .table.compact-xs th, .table.compact-xs td, .table.compact-xs .th, .table.compact-xs .td {
        padding: 7px 8px;
        font-size: 80%
    }

    .table.subcompact-xs th, .table.subcompact-xs td, .table.subcompact-xs .th, .table.subcompact-xs .td {
        padding: 3px 8px;
        font-size: 80%
    }
}

@container (min-width: 576px) {
    .table.normal-sm th, .table.normal-sm td, .table.normal-sm .th, .table.normal-sm .td {
        padding: .625rem;
        font-size: 1em
    }

    .table.compact-sm th, .table.compact-sm td, .table.compact-sm .th, .table.compact-sm .td {
        padding: 7px 8px;
        font-size: 80%
    }

    .table.subcompact-sm th, .table.subcompact-sm td, .table.subcompact-sm .th, .table.subcompact-sm .td {
        padding: 3px 8px;
        font-size: 80%
    }
}

@container (min-width: 640px) {
    .table.normal-ld th, .table.normal-ld td, .table.normal-ld .th, .table.normal-ld .td {
        padding: .625rem;
        font-size: 1em
    }

    .table.compact-ld th, .table.compact-ld td, .table.compact-ld .th, .table.compact-ld .td {
        padding: 7px 8px;
        font-size: 80%
    }

    .table.subcompact-ld th, .table.subcompact-ld td, .table.subcompact-ld .th, .table.subcompact-ld .td {
        padding: 3px 8px;
        font-size: 80%
    }
}

@container (min-width: 768px) {
    .table.normal-md th, .table.normal-md td, .table.normal-md .th, .table.normal-md .td {
        padding: .625rem;
        font-size: 1em
    }

    .table.compact-md th, .table.compact-md td, .table.compact-md .th, .table.compact-md .td {
        padding: 7px 8px;
        font-size: 80%
    }

    .table.subcompact-md th, .table.subcompact-md td, .table.subcompact-md .th, .table.subcompact-md .td {
        padding: 3px 8px;
        font-size: 80%
    }
}

@container (min-width: 992px) {
    .table.normal-lg th, .table.normal-lg td, .table.normal-lg .th, .table.normal-lg .td {
        padding: .625rem;
        font-size: 1em
    }

    .table.compact-lg th, .table.compact-lg td, .table.compact-lg .th, .table.compact-lg .td {
        padding: 7px 8px;
        font-size: 80%
    }

    .table.subcompact-lg th, .table.subcompact-lg td, .table.subcompact-lg .th, .table.subcompact-lg .td {
        padding: 3px 8px;
        font-size: 80%
    }
}

@container (min-width: 1200px) {
    .table.normal-xl th, .table.normal-xl td, .table.normal-xl .th, .table.normal-xl .td {
        padding: .625rem;
        font-size: 1em
    }

    .table.compact-xl th, .table.compact-xl td, .table.compact-xl .th, .table.compact-xl .td {
        padding: 7px 8px;
        font-size: 80%
    }

    .table.subcompact-xl th, .table.subcompact-xl td, .table.subcompact-xl .th, .table.subcompact-xl .td {
        padding: 3px 8px;
        font-size: 80%
    }
}

@container (min-width: 1400px) {
    .table.normal-xxl th, .table.normal-xxl td, .table.normal-xxl .th, .table.normal-xxl .td {
        padding: .625rem;
        font-size: 1em
    }

    .table.compact-xxl th, .table.compact-xxl td, .table.compact-xxl .th, .table.compact-xxl .td {
        padding: 7px 8px;
        font-size: 80%
    }

    .table.subcompact-xxl th, .table.subcompact-xxl td, .table.subcompact-xxl .th, .table.subcompact-xxl .td {
        padding: 3px 8px;
        font-size: 80%
    }
}

@container (min-width: 2000px) {
    .table.normal-xxxl th, .table.normal-xxxl td, .table.normal-xxxl .th, .table.normal-xxxl .td {
        padding: .625rem;
        font-size: 1em
    }

    .table.compact-xxxl th, .table.compact-xxxl td, .table.compact-xxxl .th, .table.compact-xxxl .td {
        padding: 7px 8px;
        font-size: 80%
    }

    .table.subcompact-xxxl th, .table.subcompact-xxxl td, .table.subcompact-xxxl .th, .table.subcompact-xxxl .td {
        padding: 3px 8px;
        font-size: 80%
    }
}

.table-load-data-activity {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 500
}

.table-skip {
    display: flex;
    justify-content: flex-end;
    position: relative;
    flex-flow: row nowrap;
    gap: 6px
}

    .table-skip .input {
        width: 200px
    }

.table-component .table-top, .table-component .table-rows-block, .table-component .table-search-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%
}

.table-component .table-search-block {
    flex-shrink: 1
}

.table-component .table-rows-block {
    width: min(100%,220px)
}

@media screen and (min-width:768px) {
    .table-component .table-top {
        flex-flow: row nowrap
    }
}

.table-component .table-container {
    border: 1px solid var(--border-color);
    margin: 10px 0;
    overflow: hidden;
    position: relative
}

    .table-component .table-container.horizontal-scroll {
        overflow-x: auto
    }

        .table-component .table-container.horizontal-scroll .table {
            width: auto;
            min-width: 100%
        }

.table-scrollable {
    overflow-x: auto
}

    .table-scrollable .table {
        width: auto;
        min-width: 100%
    }

@container table-component (max-width: 359px) {
    .table.responsive-xs {
        --table-body-font-size: 12px;
        border: none
    }

        .table.responsive-xs caption {
            margin-bottom: 6px
        }

        .table.responsive-xs thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px
        }

        .table.responsive-xs tbody {
            display: flex;
            flex-flow: column;
            gap: 6px
        }

        .table.responsive-xs tr {
            border: 3px solid var(--table-border-color);
            display: block;
            border-radius: var(--table-border-radius)
        }

        .table.responsive-xs td {
            border-bottom: 1px solid var(--table-border-color);
            display: block;
            text-align: right;
            width: 100%;
            font-size: 14px
        }

            .table.responsive-xs td:before {
                content: attr(data-label);
                float: left;
                font-weight: 700;
                text-transform: uppercase;
                font-size: 12px
            }
}

@container table-component (max-width: 575px) {
    .table.responsive-sm {
        --table-body-font-size: 12px;
        border: none
    }

        .table.responsive-sm caption {
            margin-bottom: 6px
        }

        .table.responsive-sm thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px
        }

        .table.responsive-sm tbody {
            display: flex;
            flex-flow: column;
            gap: 6px
        }

        .table.responsive-sm tr {
            border: 3px solid var(--table-border-color);
            display: block;
            border-radius: var(--table-border-radius)
        }

        .table.responsive-sm td {
            border-bottom: 1px solid var(--table-border-color);
            display: block;
            text-align: right;
            width: 100%;
            font-size: 14px
        }

            .table.responsive-sm td:before {
                content: attr(data-label);
                float: left;
                font-weight: 700;
                text-transform: uppercase;
                font-size: 12px
            }
}

@container table-component (max-width: 639px) {
    .table.responsive-ld {
        --table-body-font-size: 12px;
        border: none
    }

        .table.responsive-ld caption {
            margin-bottom: 6px
        }

        .table.responsive-ld thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px
        }

        .table.responsive-ld tbody {
            display: flex;
            flex-flow: column;
            gap: 6px
        }

        .table.responsive-ld tr {
            border: 3px solid var(--table-border-color);
            display: block;
            border-radius: var(--table-border-radius)
        }

        .table.responsive-ld td {
            border-bottom: 1px solid var(--table-border-color);
            display: block;
            text-align: right;
            width: 100%;
            font-size: 14px
        }

            .table.responsive-ld td:before {
                content: attr(data-label);
                float: left;
                font-weight: 700;
                text-transform: uppercase;
                font-size: 12px
            }
}

@container table-component (max-width: 767px) {
    .table.responsive-md {
        --table-body-font-size: 12px;
        border: none
    }

        .table.responsive-md caption {
            margin-bottom: 6px
        }

        .table.responsive-md thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px
        }

        .table.responsive-md tbody {
            display: flex;
            flex-flow: column;
            gap: 6px
        }

        .table.responsive-md tr {
            border: 3px solid var(--table-border-color);
            display: block;
            border-radius: var(--table-border-radius)
        }

        .table.responsive-md td {
            border-bottom: 1px solid var(--table-border-color);
            display: block;
            text-align: right;
            width: 100%;
            font-size: 14px
        }

            .table.responsive-md td:before {
                content: attr(data-label);
                float: left;
                font-weight: 700;
                text-transform: uppercase;
                font-size: 12px
            }
}

@container table-component (max-width: 991px) {
    .table.responsive-lg {
        --table-body-font-size: 12px;
        border: none
    }

        .table.responsive-lg caption {
            margin-bottom: 6px
        }

        .table.responsive-lg thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px
        }

        .table.responsive-lg tbody {
            display: flex;
            flex-flow: column;
            gap: 6px
        }

        .table.responsive-lg tr {
            border: 3px solid var(--table-border-color);
            display: block;
            border-radius: var(--table-border-radius)
        }

        .table.responsive-lg td {
            border-bottom: 1px solid var(--table-border-color);
            display: block;
            text-align: right;
            width: 100%;
            font-size: 14px
        }

            .table.responsive-lg td:before {
                content: attr(data-label);
                float: left;
                font-weight: 700;
                text-transform: uppercase;
                font-size: 12px
            }
}

@container table-component (max-width: 1199px) {
    .table.responsive-xl {
        --table-body-font-size: 12px;
        border: none
    }

        .table.responsive-xl caption {
            margin-bottom: 6px
        }

        .table.responsive-xl thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px
        }

        .table.responsive-xl tbody {
            display: flex;
            flex-flow: column;
            gap: 6px
        }

        .table.responsive-xl tr {
            border: 3px solid var(--table-border-color);
            display: block;
            border-radius: var(--table-border-radius)
        }

        .table.responsive-xl td {
            border-bottom: 1px solid var(--table-border-color);
            display: block;
            text-align: right;
            width: 100%;
            font-size: 14px
        }

            .table.responsive-xl td:before {
                content: attr(data-label);
                float: left;
                font-weight: 700;
                text-transform: uppercase;
                font-size: 12px
            }
}

@container table-component (max-width: 1399px) {
    .table.responsive-xxl {
        --table-body-font-size: 12px;
        border: none
    }

        .table.responsive-xxl caption {
            margin-bottom: 6px
        }

        .table.responsive-xxl thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px
        }

        .table.responsive-xxl tbody {
            display: flex;
            flex-flow: column;
            gap: 6px
        }

        .table.responsive-xxl tr {
            border: 3px solid var(--table-border-color);
            display: block;
            border-radius: var(--table-border-radius)
        }

        .table.responsive-xxl td {
            border-bottom: 1px solid var(--table-border-color);
            display: block;
            text-align: right;
            width: 100%;
            font-size: 14px
        }

            .table.responsive-xxl td:before {
                content: attr(data-label);
                float: left;
                font-weight: 700;
                text-transform: uppercase;
                font-size: 12px
            }
}

@container table-component (max-width: 1999px) {
    .table.responsive-xxxl {
        --table-body-font-size: 12px;
        border: none
    }

        .table.responsive-xxxl caption {
            margin-bottom: 6px
        }

        .table.responsive-xxxl thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px
        }

        .table.responsive-xxxl tbody {
            display: flex;
            flex-flow: column;
            gap: 6px
        }

        .table.responsive-xxxl tr {
            border: 3px solid var(--table-border-color);
            display: block;
            border-radius: var(--table-border-radius)
        }

        .table.responsive-xxxl td {
            border-bottom: 1px solid var(--table-border-color);
            display: block;
            text-align: right;
            width: 100%;
            font-size: 14px
        }

            .table.responsive-xxxl td:before {
                content: attr(data-label);
                float: left;
                font-weight: 700;
                text-transform: uppercase;
                font-size: 12px
            }
}

.table-container {
    scroll-snap-type: y mandatory
}

.table.fixed-header tr {
    scroll-snap-align: start
}

.table.fixed-header thead {
    position: sticky;
    top: 0
}

:root {
    --remote-table-order-block-size: 200px;
    --remote-table-count-block-size: 140px
}

.remote-table .service-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-bottom: 1rem
}

    .remote-table .service-block .search-block {
        flex-shrink: 1;
        flex-grow: 1
    }

    .remote-table .service-block .order-block {
        flex: 0 0 var(--remote-table-order-block-size);
        margin-left: auto
    }

    .remote-table .service-block .count-block {
        flex: 0 0 var(--remote-table-count-block-size)
    }

:root {
    --resizable-container-border-color: #000;
    --resizable-container-border-width: 1px;
    --resizable-container-point-size: 8px
}

.dark-side {
    --resizable-container-border-color: #fff
}

.resizable-container {
    user-select: none
}

    .resizable-container .rc-contour {
        position: absolute;
        inset: 0;
        background: transparent;
        border: var(--resizable-container-border-width) dashed var(--resizable-container-border-color);
        border-radius: 0;
        overflow: visible
    }

        .resizable-container .rc-contour .rc-point {
            position: absolute;
            width: var(--resizable-container-point-size);
            aspect-ratio: 1;
            background: var(--default-background);
            border: var(--resizable-container-border-width) solid var(--resizable-container-border-color)
        }

        .resizable-container .rc-contour .-nw {
            top: 0;
            left: 0;
            cursor: nw-resize;
            transform: translate(-50%,-50%)
        }

        .resizable-container .rc-contour .-ne {
            top: 0;
            right: 0;
            cursor: ne-resize;
            transform: translate(50%,-50%)
        }

        .resizable-container .rc-contour .-sw {
            bottom: 0;
            left: 0;
            cursor: sw-resize;
            transform: translate(-50%,50%)
        }

        .resizable-container .rc-contour .-se {
            bottom: 0;
            right: 0;
            cursor: se-resize;
            transform: translate(50%,50%)
        }

        .resizable-container .rc-contour .-n {
            top: 0;
            left: 50%;
            transform: translate(-50%) translateY(calc(-50% - 1px));
            cursor: n-resize
        }

        .resizable-container .rc-contour .-s {
            bottom: 0;
            left: 50%;
            transform: translate(-50%) translateY(calc(50% + 1px));
            cursor: s-resize
        }

        .resizable-container .rc-contour .-e {
            top: 50%;
            right: 0;
            transform: translateY(-50%) translate(calc(50% + 1px));
            cursor: e-resize
        }

        .resizable-container .rc-contour .-w {
            top: 50%;
            left: 0;
            transform: translateY(-50%) translate(calc(-50% - 1px));
            cursor: w-resize
        }

        .resizable-container .rc-contour.disabled {
            display: none
        }

:root {
    --ribbon-background: #757575;
    --ribbon-color: #ffffff
}

.dark-side {
    --ribbon-background: rgba(117, 117, 117, .32);
    --ribbon-color: #ffffff
}

.ribbon {
    display: flex;
    align-items: center;
    box-shadow: 2px 5px 10px #323a4626;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    position: absolute;
    border-radius: 0 4px 4px 0;
    top: 20px;
    left: -10px;
    background: var(--ribbon-background);
    color: var(--ribbon-color);
    overflow: visible;
    z-index: 1029
}

    .ribbon .icon {
        font-size: 16px;
        height: 16px;
        width: 16px;
        margin-right: 4px
    }

    .ribbon:before {
        bottom: -12px;
        content: "\25e5";
        display: block;
        left: 0;
        position: absolute;
        color: var(--ribbon-background)
    }

    .ribbon.right {
        left: auto;
        right: -10px;
        border-radius: 4px 0 0 4px
    }

        .ribbon.right:before {
            content: "\25e4";
            left: auto;
            right: 0
        }

.ribbon-gray {
    background: #ccc;
    color: #fff
}

    .ribbon-gray:before {
        color: #8c8c8c
    }

.ribbon-gray-blue {
    background: #6b8aa8;
    color: #fff
}

    .ribbon-gray-blue:before {
        color: #374a5d
    }

.ribbon-gray-mouse {
    background: #576c75;
    color: #fff
}

    .ribbon-gray-mouse:before {
        color: #21282c
    }

.ribbon-lime {
    background: #aefd6d;
    color: #fff
}

    .ribbon-lime:before {
        color: #6ae704
    }

.ribbon-green {
    background: #00b300;
    color: #fff
}

    .ribbon-green:before {
        color: #030
    }

.ribbon-emerald {
    background: #51c878;
    color: #fff
}

    .ribbon-emerald:before {
        color: #25743f
    }

.ribbon-blue {
    background: #5c85ff;
    color: #fff
}

    .ribbon-blue:before {
        color: #0037db
    }

.ribbon-teal {
    background: #1ac7c7;
    color: #fff
}

    .ribbon-teal:before {
        color: #0b5656
    }

.ribbon-cyan {
    background: #94b6ff;
    color: #fff
}

    .ribbon-cyan:before {
        color: #145fff
    }

.ribbon-cobalt {
    background: #0048ad;
    color: #fff
}

    .ribbon-cobalt:before {
        color: #00132e
    }

.ribbon-indigo {
    background: #6500a8;
    color: #fff
}

    .ribbon-indigo:before {
        color: #180029
    }

.ribbon-almost {
    background: #692ced;
    color: #fff
}

    .ribbon-almost:before {
        color: #350c8d
    }

.ribbon-violet {
    background: #ee81ee;
    color: #fff
}

    .ribbon-violet:before {
        color: #d31dd3
    }

.ribbon-pink {
    background: #ffc2cc;
    color: #fff
}

    .ribbon-pink:before {
        color: #ff4262
    }

.ribbon-magenta {
    background: #f0f;
    color: #fff
}

    .ribbon-magenta:before {
        color: purple
    }

.ribbon-crimson {
    background: #dd0e37;
    color: #fff
}

    .ribbon-crimson:before {
        color: #650619
    }

.ribbon-red {
    background: red;
    color: #fff
}

    .ribbon-red:before {
        color: maroon
    }

.ribbon-clown {
    background: #ff6e66;
    color: #fff
}

    .ribbon-clown:before {
        color: #e60b00
    }

.ribbon-orange {
    background: #ffa600;
    color: #fff
}

    .ribbon-orange:before {
        color: #805300
    }

.ribbon-amber {
    background: #ffc929;
    color: #fff
}

    .ribbon-amber:before {
        color: #a87e00
    }

.ribbon-yellow {
    background: #ffe95c;
    color: #fff
}

    .ribbon-yellow:before {
        color: #dbbe00
    }

.ribbon-brown {
    background: #c9763b;
    color: #fff
}

    .ribbon-brown:before {
        color: #683c1d
    }

.ribbon-olive {
    background: #a3a300;
    color: #fff
}

    .ribbon-olive:before {
        color: #242400
    }

.ribbon-steel {
    background: #7d92a6;
    color: #fff
}

    .ribbon-steel:before {
        color: #425261
    }

.ribbon-mauve {
    background: #e0adff;
    color: #fff
}

    .ribbon-mauve:before {
        color: #af2eff
    }

.ribbon-taupe {
    background: #987f67;
    color: #fff
}

    .ribbon-taupe:before {
        color: #4c3f34
    }

.ribbon-champagne {
    background: #f7e6ca;
    color: #fff
}

    .ribbon-champagne:before {
        color: #e6b15b
    }

.ribbon-khaki {
    background: #d5c58b;
    color: #fff
}

    .ribbon-khaki:before {
        color: #a58e3b
    }

.ribbon-charcoal {
    background: #999;
    color: #fff
}

    .ribbon-charcoal:before {
        color: #595959
    }

.ribbon-bronze {
    background: #e48f3f;
    color: #fff
}

    .ribbon-bronze:before {
        color: #8f5014
    }

.ribbon-windstorm {
    background: #7a9fd6;
    color: #fff
}

    .ribbon-windstorm:before {
        color: #315da0
    }

.ribbon-nude {
    background: #f7d8bb;
    color: #fff
}

    .ribbon-nude:before {
        color: #ea9648
    }

.ribbon-terracotta {
    background: #e35235;
    color: #fff
}

    .ribbon-terracotta:before {
        color: #872612
    }

.ribbon-coral {
    background: #ff8457;
    color: #fff
}

    .ribbon-coral:before {
        color: #d63900
    }

.ribbon-army {
    background: #5f6732;
    color: #fff
}

    .ribbon-army:before {
        color: #101108
    }

.ribbon-seashell {
    background: #fff0e5;
    color: #fff
}

    .ribbon-seashell:before {
        color: #ffa666
    }

.ribbon-sand {
    background: #f1e0ac;
    color: #fff
}

    .ribbon-sand:before {
        color: #deb73f
    }

:root {
    --ribbon-menu-border-color: #dadbdc;
    --ribbon-menu-background: #ffffff;
    --ribbon-menu-color: #191919;
    --ribbon-menu-tab-background: #f5f6f7;
    --ribbon-menu-tab-color: #191919;
    --ribbon-menu-tab-background-active: #f5f6f7;
    --ribbon-menu-tab-color-active: #191919;
    --ribbon-menu-tab-background-static: #1979ca;
    --ribbon-menu-tab-color-static: #ffffff;
    --ribbon-menu-button-background: #f5f6f7;
    --ribbon-menu-button-color: #191919;
    --ribbon-menu-button-background-hover: rgba(164, 206, 249, .2);
    --ribbon-menu-button-background-active: rgba(164, 206, 249, .8)
}

.dark-side {
    --ribbon-menu-border-color: #4a4d51;
    --ribbon-menu-background: #1e1f22;
    --ribbon-menu-color: #dbdfe7;
    --ribbon-menu-tab-background: #343637;
    --ribbon-menu-tab-color: #ffffff;
    --ribbon-menu-tab-background-active: #26282e;
    --ribbon-menu-tab-color-active: #ffffff;
    --ribbon-menu-tab-background-static: #1979ca;
    --ribbon-menu-tab-color-static: #ffffff;
    --ribbon-menu-button-background: #26282e;
    --ribbon-menu-button-color: #dbdfe7;
    --ribbon-menu-button-background-hover: rgba(164, 206, 249, .2);
    --ribbon-menu-button-background-active: rgba(164, 206, 249, .8)
}

.ribbon-menu {
    display: block;
    position: relative;
    background-color: var(--ribbon-menu-background)
}

    .ribbon-menu div {
        position: relative
    }

    .ribbon-menu .tabs-holder {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        list-style: none inside;
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 1;
        border-bottom: 1px solid var(--ribbon-menu-border-color)
    }

        .ribbon-menu .tabs-holder li, .ribbon-menu .tabs-holder a {
            display: block;
            height: 24px;
            line-height: 24px
        }

        .ribbon-menu .tabs-holder li {
            color: var(--ribbon-menu-color);
            background-color: var(--ribbon-menu-tab-background);
            border-left: 1px solid transparent;
            border-right: 1px solid transparent;
            border-bottom: 1px solid var(--ribbon-menu-border-color)
        }

            .ribbon-menu .tabs-holder li:hover {
                border-left-color: var(--ribbon-menu-border-color);
                border-right-color: var(--ribbon-menu-border-color)
            }

            .ribbon-menu .tabs-holder li + li {
                margin-left: 3px
            }

        .ribbon-menu .tabs-holder a {
            text-decoration: none;
            padding: 0 14px;
            font-size: 12px;
            background-color: inherit;
            color: inherit
        }

        .ribbon-menu .tabs-holder .active {
            background-color: var(--ribbon-menu-tab-background-active);
            color: var(--ribbon-menu-tab-color-active);
            border: 1px solid var(--ribbon-menu-border-color);
            border-bottom-color: transparent
        }

        .ribbon-menu .tabs-holder .static {
            background-color: var(--ribbon-menu-tab-background-static);
            color: var(--ribbon-menu-tab-color-static)
        }

    .ribbon-menu .content-holder {
        background-color: var(--ribbon-menu-tab-background-active);
        border-left: none;
        border-right: none;
        overflow-x: auto;
        display: flex;
        position: relative
    }

        .ribbon-menu .content-holder .section {
            display: flex;
            padding: 4px;
            justify-content: flex-start;
            flex-flow: row nowrap
        }

            .ribbon-menu .content-holder .section.active {
                display: flex
            }

            .ribbon-menu .content-holder .section.non-active {
                display: none
            }

            .ribbon-menu .content-holder .section .title {
                position: absolute;
                left: 0;
                bottom: 0;
                right: 4px;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 11px;
                height: 22px;
                border: 1px solid var(--ribbon-menu-border-color);
                white-space: nowrap
            }

        .ribbon-menu .content-holder .group {
            padding: 0 4px 24px;
            display: flex;
            cursor: default;
            background-color: inherit;
            position: relative;
            align-items: flex-start;
            align-content: flex-start
        }

            .ribbon-menu .content-holder .group:nth-child(1):last-child {
                flex-basis: 100%
            }

            .ribbon-menu .content-holder .group > .title {
                bottom: -4px
            }

            .ribbon-menu .content-holder .group .group-divider {
                display: block;
                position: relative;
                height: 100%;
                margin: 0 4px;
                width: 1px;
                background-color: var(--ribbon-menu-border-color)
            }

            .ribbon-menu .content-holder .group > *:not(.title), .ribbon-menu .content-holder .group > *:not(.group-divider) {
                margin: 2px
            }

            .ribbon-menu .content-holder .group + .group {
                border-left: 1px solid var(--ribbon-menu-border-color)
            }

.ribbon-button, .ribbon-tool-button, .ribbon-button-dropdown, .ribbon-icon-button {
    cursor: pointer;
    min-width: 0;
    text-align: center;
    border: 1px solid transparent;
    background-color: var(--ribbon-menu-button-background);
    color: var(--ribbon-menu-button-color);
    outline: none;
    position: relative;
    border-radius: 2px
}

    .ribbon-button [aria-hidden=true], .ribbon-tool-button [aria-hidden=true], .ribbon-button-dropdown [aria-hidden=true], .ribbon-icon-button [aria-hidden=true] {
        display: none
    }

.ribbon-button {
    height: auto;
    min-height: 64px;
    width: auto;
    padding: 4px;
    margin: 0;
    display: flex;
    flex-flow: column nowrap;
    border-radius: 4px
}

    .ribbon-button .caption, .ribbon-button .icon {
        display: block;
        text-align: center
    }

    .ribbon-button .caption {
        font-size: 12px
    }

    .ribbon-button .icon * {
        height: 32px;
        max-width: 32px;
        font-size: 26px;
        line-height: 32px
    }

    .ribbon-button .icon + .caption {
        margin-top: 8px
    }

    .ribbon-button.dropdown-toggle {
        padding-right: 4px !important
    }

        .ribbon-button.dropdown-toggle:before {
            margin-left: -.65rem
        }

.ribbon-icon-button {
    height: 24px;
    width: auto;
    margin: 0;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    padding: 4px;
    flex-wrap: nowrap;
    gap: 8px
}

    .ribbon-icon-button .caption {
        font-size: 12px;
        white-space: nowrap
    }

    .ribbon-icon-button .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 16px
    }

        .ribbon-icon-button .icon * {
            width: 100%;
            height: 100%;
            font-size: 14px
        }

    .ribbon-icon-button [class*=mif-] {
        vertical-align: inherit
    }

.ribbon-tool-button {
    width: 24px;
    height: 24px;
    padding: 0 2px;
    margin: 0
}

    .ribbon-tool-button * {
        width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: 14px
    }

    .ribbon-icon-button.dropdown-toggle, .ribbon-tool-button.dropdown-toggle {
        padding-right: 2px !important
    }

        .ribbon-icon-button.dropdown-toggle:before, .ribbon-tool-button.dropdown-toggle:before {
            display: none
        }

        .ribbon-icon-button.dropdown-toggle:after, .ribbon-tool-button.dropdown-toggle:after {
            content: "";
            display: block;
            position: absolute;
            bottom: 0;
            right: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 4px 4px;
            border-color: transparent transparent var(--ribbon-menu-button-color) transparent;
            z-index: 1
        }

.ribbon-icon-button.dropdown-toggle {
    padding-right: 4px !important
}

.ribbon-split-button {
    text-align: center;
    border: 1px solid transparent;
    padding: 0;
    margin: 0
}

    .ribbon-split-button:not([disabled]):hover, .ribbon-split-button:not(.disabled):hover {
        border-color: var(--ribbon-menu-border-color)
    }

        .ribbon-split-button:not([disabled]):hover .ribbon-split, .ribbon-split-button:not(.disabled):hover .ribbon-split {
            border-color: var(--ribbon-menu-border-color)
        }

    .ribbon-split-button .ribbon-main, .ribbon-split-button .ribbon-split {
        display: block;
        text-align: center;
        min-width: 0;
        padding: 2px 4px;
        width: 100%;
        cursor: pointer
    }

        .ribbon-split-button .ribbon-main:hover, .ribbon-split-button .ribbon-split:hover {
            background-color: var(--ribbon-menu-button-background-hover)
        }

    .ribbon-split-button .ribbon-main {
        background-color: inherit;
        outline: none;
        position: relative;
        border: none
    }

    .ribbon-split-button .icon * {
        height: 32px;
        max-width: 32px;
        font-size: 26px;
        line-height: 32px
    }

    .ribbon-split-button .icon + .caption {
        margin-top: 8px
    }

    .ribbon-split-button .ribbon-split {
        font-size: 12px;
        border-top: 1px solid transparent;
        padding-bottom: 4px;
        color: var(--ribbon-menu-button-color)
    }

        .ribbon-split-button .ribbon-split.dropdown-toggle {
            padding-right: 4px !important
        }

            .ribbon-split-button .ribbon-split.dropdown-toggle:before {
                display: none
            }

            .ribbon-split-button .ribbon-split.dropdown-toggle:after {
                content: "";
                display: block;
                position: absolute;
                bottom: 2px;
                left: 50%;
                transform: translate(-50%) rotate(45deg);
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 0 4px 4px;
                border-color: transparent transparent var(--ribbon-menu-button-color) transparent;
                z-index: 1
            }

    .ribbon-split-button [aria-hidden=true] {
        display: none
    }

.ribbon-dropdown {
    list-style: none inside;
    margin: 0;
    position: relative;
    width: auto;
    float: left;
    display: block;
    position: absolute;
    background-color: var(--ribbon-menu-background);
    color: var(--ribbon-menu-color);
    padding: 2px;
    border: 1px solid var(--ribbon-menu-border-color);
    font-size: 12px;
    box-shadow: 0 10px 15px -3px var(--shadow-color-medium),0 4px 6px -4px var(--shadow-color-medium);
    z-index: 1000;
    top: 100%;
    left: 0
}

    .ribbon-dropdown li, .ribbon-dropdown a {
        display: block;
        position: relative;
        background-color: inherit;
        color: inherit
    }

    .ribbon-dropdown li {
        border: 1px solid transparent;
        padding-left: 24px
    }

        .ribbon-dropdown li:not([disabled]):hover, .ribbon-dropdown li:not(.disabled):hover {
            border-color: var(--ribbon-menu-border-color);
            background-color: var(--ribbon-menu-button-background)
        }

    .ribbon-dropdown a {
        line-height: 22px;
        text-decoration: none;
        padding: 0 8px;
        border-left: 1px solid var(--ribbon-menu-border-color);
        white-space: nowrap
    }

    .ribbon-dropdown .divider {
        display: block;
        height: 1px;
        width: 100%;
        position: relative;
        background-color: var(--ribbon-menu-border-color)
    }

    .ribbon-dropdown .checked:before, .ribbon-dropdown .checked-one:before, .ribbon-dropdown .checked:after, .ribbon-dropdown .checked-one:after {
        position: absolute;
        display: block;
        content: ""
    }

    .ribbon-dropdown .checked:before, .ribbon-dropdown .checked-one:before {
        background-color: transparent;
        border-color: var(--ribbon-menu-border-color);
        border-left: 2px solid;
        border-bottom: 2px solid;
        height: .325rem;
        width: .5rem;
        left: .5rem;
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
        z-index: 2
    }

    .ribbon-dropdown .checked:after, .ribbon-dropdown .checked-one:after {
        width: 23px;
        height: 22px;
        top: 0;
        left: 0;
        z-index: 1
    }

    .ribbon-dropdown .checked:after {
        border: 1px solid var(--ribbon-menu-border-color);
        background-color: var(--ribbon-menu-button-background)
    }

    .ribbon-dropdown .checked-one:before {
        width: .4rem;
        height: .4rem;
        border-radius: 50%;
        background-color: var(--ribbon-menu-button-color)
    }

    .ribbon-dropdown .ribbon-dropdown {
        top: -4px;
        left: 100%
    }

    .ribbon-dropdown .dropdown-toggle:before {
        transform: rotate(-135deg) !important
    }

    .ribbon-dropdown .dropdown-toggle.active-toggle:before {
        transform: rotate(45deg) !important
    }

    .ribbon-dropdown [aria-hidden=true] {
        display: none
    }

.ribbon-toggle-group {
    background-color: var(--ribbon-menu-background);
    display: flex;
    flex-flow: column wrap;
    max-height: 80px;
    border: 1px solid var(--ribbon-menu-border-color);
    width: auto;
    justify-content: flex-start
}

    .ribbon-toggle-group .ribbon-icon-button {
        height: 20px;
        margin: 1px;
        background-color: inherit
    }

.ribbon-button:hover:enabled, .ribbon-tool-button:hover:enabled, .ribbon-icon-button:hover:enabled, .ribbon-button:not(.disabled):hover, .ribbon-tool-button:not(.disabled):hover, .ribbon-icon-button:not(.disabled):hover {
    border-color: var(--ribbon-menu-border-color);
    background-color: var(--ribbon-menu-button-background-hover)
}

.ribbon-button:active, .ribbon-tool-button:active, .ribbon-split:active, .ribbon-main:active, .ribbon-icon-button:active, .ribbon-button.active, .ribbon-tool-button.active, .ribbon-split.active, .ribbon-main.active, .ribbon-icon-button.active, .ribbon-menu .active-container .ribbon-button, .ribbon-menu .active-container .ribbon-tool-button, .ribbon-menu .active-container .ribbon-icon-button {
    border-color: var(--ribbon-menu-button-background-active);
    background-color: var(--ribbon-menu-button-background-active)
}

.ripple {
    display: block;
    width: 0;
    height: 0;
    border-radius: 100%;
    background: #fff6;
    transform: scale(0);
    position: absolute;
    opacity: 1
}

.rippleEffect {
    animation: rippleDrop .5s linear
}

@keyframes rippleDrop {
    to {
        transform: scale(2.5);
        opacity: 0
    }
}

.scrollbar-type-1 ::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.scrollbar-type-1 ::-webkit-scrollbar-track {
    background-color: #e8e8e8
}

.scrollbar-type-1 ::-webkit-scrollbar-thumb {
    background-color: #655f5fb5
}

.scrollbar-type-2 ::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.scrollbar-type-2 ::-webkit-scrollbar-track {
    border-radius: 6px;
    background-color: #e8e8e8
}

.scrollbar-type-2 ::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #655f5fb5
}

.scrollbar-type-3 ::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

.scrollbar-type-3 ::-webkit-scrollbar-track {
    background-color: #e8e8e8
}

.scrollbar-type-3 ::-webkit-scrollbar-thumb {
    background-color: #655f5fb5
}

.scrollbar-type-4 ::-webkit-scrollbar {
    width: 12px;
    height: 12px
}

.scrollbar-type-4 ::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #e8e8e8
}

.scrollbar-type-4 ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #655f5fb5
}

[class*=scrollbar-type-] * {
    scrollbar-width: thin;
    scrollbar-color: rgba(101,95,95,.71) #e8e8e8
}

.sb-black ::-webkit-scrollbar-thumb {
    background-color: #000 !important
}

.sb-black * {
    scrollbar-color: #000000 #e8e8e8 !important
}

.sb-white ::-webkit-scrollbar-thumb {
    background-color: #fff !important
}

.sb-white * {
    scrollbar-color: #ffffff #e8e8e8 !important
}

.sb-dark ::-webkit-scrollbar-thumb {
    background-color: #1d1d1d !important
}

.sb-dark * {
    scrollbar-color: #1d1d1d #e8e8e8 !important
}

.sb-light ::-webkit-scrollbar-thumb {
    background-color: #f8f8f8 !important
}

.sb-light * {
    scrollbar-color: #f8f8f8 #e8e8e8 !important
}

.sb-gray ::-webkit-scrollbar-thumb {
    background-color: #ccc !important
}

.sb-gray * {
    scrollbar-color: hsl(0,0%,80%) #e8e8e8 !important
}

.sb-gray-blue ::-webkit-scrollbar-thumb {
    background-color: #6b8aa8 !important
}

.sb-gray-blue * {
    scrollbar-color: hsl(210,26%,54%) #e8e8e8 !important
}

.sb-gray-white ::-webkit-scrollbar-thumb {
    background-color: #f5f5f5 !important
}

.sb-gray-white * {
    scrollbar-color: hsl(0,0%,96%) #e8e8e8 !important
}

.sb-gray-mouse ::-webkit-scrollbar-thumb {
    background-color: #576c75 !important
}

.sb-gray-mouse * {
    scrollbar-color: hsl(199,15%,40%) #e8e8e8 !important
}

.sb-lime ::-webkit-scrollbar-thumb {
    background-color: #aefd6d !important
}

.sb-lime * {
    scrollbar-color: hsl(93,97%,71%) #e8e8e8 !important
}

.sb-green ::-webkit-scrollbar-thumb {
    background-color: #00b300 !important
}

.sb-green * {
    scrollbar-color: hsl(120,100%,35%) #e8e8e8 !important
}

.sb-emerald ::-webkit-scrollbar-thumb {
    background-color: #51c878 !important
}

.sb-emerald * {
    scrollbar-color: hsl(140,52%,55%) #e8e8e8 !important
}

.sb-blue ::-webkit-scrollbar-thumb {
    background-color: #5c85ff !important
}

.sb-blue * {
    scrollbar-color: hsl(225,100%,68%) #e8e8e8 !important
}

.sb-teal ::-webkit-scrollbar-thumb {
    background-color: #1ac7c7 !important
}

.sb-teal * {
    scrollbar-color: hsl(180,77%,44%) #e8e8e8 !important
}

.sb-cyan ::-webkit-scrollbar-thumb {
    background-color: #94b6ff !important
}

.sb-cyan * {
    scrollbar-color: hsl(221,100%,79%) #e8e8e8 !important
}

.sb-cobalt ::-webkit-scrollbar-thumb {
    background-color: #0048ad !important
}

.sb-cobalt * {
    scrollbar-color: hsl(215,100%,34%) #e8e8e8 !important
}

.sb-indigo ::-webkit-scrollbar-thumb {
    background-color: #6500a8 !important
}

.sb-indigo * {
    scrollbar-color: hsl(276,100%,33%) #e8e8e8 !important
}

.sb-almost ::-webkit-scrollbar-thumb {
    background-color: #692ced !important
}

.sb-almost * {
    scrollbar-color: hsl(259,84%,55%) #e8e8e8 !important
}

.sb-violet ::-webkit-scrollbar-thumb {
    background-color: #ee81ee !important
}

.sb-violet * {
    scrollbar-color: hsl(300,76%,72%) #e8e8e8 !important
}

.sb-pink ::-webkit-scrollbar-thumb {
    background-color: #ffc2cc !important
}

.sb-pink * {
    scrollbar-color: hsl(350,100%,88%) #e8e8e8 !important
}

.sb-magenta ::-webkit-scrollbar-thumb {
    background-color: #f0f !important
}

.sb-magenta * {
    scrollbar-color: hsl(300,100%,50%) #e8e8e8 !important
}

.sb-crimson ::-webkit-scrollbar-thumb {
    background-color: #dd0e37 !important
}

.sb-crimson * {
    scrollbar-color: hsl(348,88%,46%) #e8e8e8 !important
}

.sb-red ::-webkit-scrollbar-thumb {
    background-color: red !important
}

.sb-red * {
    scrollbar-color: hsl(0,100%,50%) #e8e8e8 !important
}

.sb-clown ::-webkit-scrollbar-thumb {
    background-color: #ff6e66 !important
}

.sb-clown * {
    scrollbar-color: hsl(3,100%,70%) #e8e8e8 !important
}

.sb-orange ::-webkit-scrollbar-thumb {
    background-color: #ffa600 !important
}

.sb-orange * {
    scrollbar-color: hsl(39,100%,50%) #e8e8e8 !important
}

.sb-amber ::-webkit-scrollbar-thumb {
    background-color: #ffc929 !important
}

.sb-amber * {
    scrollbar-color: hsl(45,100%,58%) #e8e8e8 !important
}

.sb-yellow ::-webkit-scrollbar-thumb {
    background-color: #ffe95c !important
}

.sb-yellow * {
    scrollbar-color: hsl(52,100%,68%) #e8e8e8 !important
}

.sb-brown ::-webkit-scrollbar-thumb {
    background-color: #c9763b !important
}

.sb-brown * {
    scrollbar-color: hsl(25,57%,51%) #e8e8e8 !important
}

.sb-olive ::-webkit-scrollbar-thumb {
    background-color: #a3a300 !important
}

.sb-olive * {
    scrollbar-color: hsl(60,100%,32%) #e8e8e8 !important
}

.sb-steel ::-webkit-scrollbar-thumb {
    background-color: #7d92a6 !important
}

.sb-steel * {
    scrollbar-color: hsl(209,19%,57%) #e8e8e8 !important
}

.sb-mauve ::-webkit-scrollbar-thumb {
    background-color: #e0adff !important
}

.sb-mauve * {
    scrollbar-color: hsl(277,100%,84%) #e8e8e8 !important
}

.sb-taupe ::-webkit-scrollbar-thumb {
    background-color: #987f67 !important
}

.sb-taupe * {
    scrollbar-color: hsl(29,19%,50%) #e8e8e8 !important
}

.sb-champagne ::-webkit-scrollbar-thumb {
    background-color: #f7e6ca !important
}

.sb-champagne * {
    scrollbar-color: hsl(37,74%,88%) #e8e8e8 !important
}

.sb-khaki ::-webkit-scrollbar-thumb {
    background-color: #d5c58b !important
}

.sb-khaki * {
    scrollbar-color: hsl(47,47%,69%) #e8e8e8 !important
}

.sb-charcoal ::-webkit-scrollbar-thumb {
    background-color: #999 !important
}

.sb-charcoal * {
    scrollbar-color: hsl(0,0%,60%) #e8e8e8 !important
}

.sb-bronze ::-webkit-scrollbar-thumb {
    background-color: #e48f3f !important
}

.sb-bronze * {
    scrollbar-color: hsl(29,75%,57%) #e8e8e8 !important
}

.sb-windstorm ::-webkit-scrollbar-thumb {
    background-color: #7a9fd6 !important
}

.sb-windstorm * {
    scrollbar-color: hsl(216,53%,66%) #e8e8e8 !important
}

.sb-nude ::-webkit-scrollbar-thumb {
    background-color: #f7d8bb !important
}

.sb-nude * {
    scrollbar-color: hsl(29,79%,85%) #e8e8e8 !important
}

.sb-terracotta ::-webkit-scrollbar-thumb {
    background-color: #e35235 !important
}

.sb-terracotta * {
    scrollbar-color: hsl(10,76%,55%) #e8e8e8 !important
}

.sb-coral ::-webkit-scrollbar-thumb {
    background-color: #ff8457 !important
}

.sb-coral * {
    scrollbar-color: hsl(16,100%,67%) #e8e8e8 !important
}

.sb-army ::-webkit-scrollbar-thumb {
    background-color: #5f6732 !important
}

.sb-army * {
    scrollbar-color: hsl(69,34%,30%) #e8e8e8 !important
}

.sb-seashell ::-webkit-scrollbar-thumb {
    background-color: #fff0e5 !important
}

.sb-seashell * {
    scrollbar-color: hsl(25,100%,95%) #e8e8e8 !important
}

.sb-sand ::-webkit-scrollbar-thumb {
    background-color: #f1e0ac !important
}

.sb-sand * {
    scrollbar-color: hsl(45,71%,81%) #e8e8e8 !important
}

.scroll-container {
    overscroll-behavior: contain
}

:root {
    --shadow-color-small: rgba(0, 0, 0, .05);
    --shadow-color-normal: rgba(0, 0, 0, .1);
    --shadow-color-medium: rgba(0, 0, 0, .1);
    --shadow-color-large: rgba(0, 0, 0, .1);
    --shadow-color-large-extra: rgba(0, 0, 0, .25);
    --shadow-color-3d: #000000;
    --shadow-color-border1: rgba(9, 30, 66, .25);
    --shadow-color-border2: rgba(9, 30, 66, .13);
    --shadow-color-solid-1: rgba(9, 30, 66, .25);
    --shadow-color-solid-2: rgba(9, 30, 66, .08);
    --shadow-color-text: #2e2e2e
}

.dark-side {
    --shadow-color-small: rgba(0, 0, 0, .55);
    --shadow-color-normal: rgba(0, 0, 0, .75);
    --shadow-color-medium: rgba(0, 0, 0, .75);
    --shadow-color-large: rgba(0, 0, 0, .75);
    --shadow-color-large-extra: rgba(0, 0, 0, .75);
    --shadow-color-3d: #111215;
    --shadow-color-border1: rgba(0, 0, 0, .45);
    --shadow-color-border2: rgba(0, 0, 0, .25);
    --shadow-color-solid-1: rgba(0, 0, 0, .55);
    --shadow-color-solid-2: rgba(0, 0, 0, .25);
    --shadow-color-text: rgba(0, 0, 0, .55)
}

.no-shadow-box {
    box-shadow: none !important
}

.no-shadow-text {
    text-shadow: none !important
}

.no-shadow {
    text-shadow: none !important;
    box-shadow: none !important
}

.shadow-small {
    box-shadow: 0 1px 2px 0 var(--shadow-color-small)
}

.shadow-normal {
    box-shadow: 0 1px 3px 0 var(--shadow-color-normal),0 1px 2px -1px var(--shadow-color-normal)
}

.shadow-medium {
    box-shadow: 0 10px 15px -3px var(--shadow-color-medium),0 4px 6px -4px var(--shadow-color-medium)
}

.shadow-large {
    box-shadow: 0 20px 25px -5px var(--shadow-color-large),0 8px 10px -6px var(--shadow-color-large)
}

.shadow-large-extra {
    box-shadow: 0 25px 50px -12px var(--shadow-color-large-extra)
}

.shadow-3d {
    box-shadow: 8px 8px 0 var(--shadow-color-3d)
}

.shadow-3d-border {
    box-shadow: 0 0 0 2px var(--shadow-color-3d),8px 8px 0 0 var(--shadow-color-3d)
}

.shadow-border {
    box-shadow: 0 1px 1px var(--shadow-color-border1),0 0 1px 1px var(--shadow-color-border2)
}

.shadow-solid {
    box-shadow: 0 4px 8px -2px var(--shadow-color-solid-1),0 0 0 1px var(--shadow-color-solid-2)
}

.shadow-3d-gray {
    box-shadow: 8px 8px #ccc
}

.shadow-3d-border-gray {
    box-shadow: 0 0 0 2px #ccc,8px 8px #ccc
}

.shadow-glow-gray {
    box-shadow: 0 0 30px #ccc
}

.shadow-glow-soft-gray {
    box-shadow: 0 9px 30px #f2f2f2
}

.shadow-3d-gray-blue {
    box-shadow: 8px 8px #6b8aa8
}

.shadow-3d-border-gray-blue {
    box-shadow: 0 0 0 2px #6b8aa8,8px 8px #6b8aa8
}

.shadow-glow-gray-blue {
    box-shadow: 0 0 30px #6b8aa8
}

.shadow-glow-soft-gray-blue {
    box-shadow: 0 9px 30px #ccd6e1
}

.shadow-3d-gray-mouse {
    box-shadow: 8px 8px #576c75
}

.shadow-3d-border-gray-mouse {
    box-shadow: 0 0 0 2px #576c75,8px 8px #576c75
}

.shadow-glow-gray-mouse {
    box-shadow: 0 0 30px #576c75
}

.shadow-glow-soft-gray-mouse {
    box-shadow: 0 9px 30px #a7b7be
}

.shadow-3d-lime {
    box-shadow: 8px 8px #aefd6d
}

.shadow-3d-border-lime {
    box-shadow: 0 0 0 2px #aefd6d,8px 8px #aefd6d
}

.shadow-glow-lime {
    box-shadow: 0 0 30px #aefd6d
}

.shadow-glow-soft-lime {
    box-shadow: 0 9px 30px #e6fed2
}

.shadow-3d-green {
    box-shadow: 8px 8px #00b300
}

.shadow-3d-border-green {
    box-shadow: 0 0 0 2px #00b300,8px 8px #00b300
}

.shadow-glow-green {
    box-shadow: 0 0 30px #00b300
}

.shadow-glow-soft-green {
    box-shadow: 0 9px 30px #9f9
}

.shadow-3d-emerald {
    box-shadow: 8px 8px #51c878
}

.shadow-3d-border-emerald {
    box-shadow: 0 0 0 2px #51c878,8px 8px #51c878
}

.shadow-glow-emerald {
    box-shadow: 0 0 30px #51c878
}

.shadow-glow-soft-emerald {
    box-shadow: 0 9px 30px #c5edd2
}

.shadow-3d-blue {
    box-shadow: 8px 8px #5c85ff
}

.shadow-3d-border-blue {
    box-shadow: 0 0 0 2px #5c85ff,8px 8px #5c85ff
}

.shadow-glow-blue {
    box-shadow: 0 0 30px #5c85ff
}

.shadow-glow-soft-blue {
    box-shadow: 0 9px 30px #dbe4ff
}

.shadow-3d-teal {
    box-shadow: 8px 8px #1ac7c7
}

.shadow-3d-border-teal {
    box-shadow: 0 0 0 2px #1ac7c7,8px 8px #1ac7c7
}

.shadow-glow-teal {
    box-shadow: 0 0 30px #1ac7c7
}

.shadow-glow-soft-teal {
    box-shadow: 0 9px 30px #a0f3f3
}

.shadow-3d-cyan {
    box-shadow: 8px 8px #94b6ff
}

.shadow-3d-border-cyan {
    box-shadow: 0 0 0 2px #94b6ff,8px 8px #94b6ff
}

.shadow-glow-cyan {
    box-shadow: 0 0 30px #94b6ff
}

.shadow-glow-soft-cyan {
    box-shadow: 0 9px 30px #e0eaff
}

.shadow-3d-cobalt {
    box-shadow: 8px 8px #0048ad
}

.shadow-3d-border-cobalt {
    box-shadow: 0 0 0 2px #0048ad,8px 8px #0048ad
}

.shadow-glow-cobalt {
    box-shadow: 0 0 30px #0048ad
}

.shadow-glow-soft-cobalt {
    box-shadow: 0 9px 30px #94c1ff
}

.shadow-3d-indigo {
    box-shadow: 8px 8px #6500a8
}

.shadow-3d-border-indigo {
    box-shadow: 0 0 0 2px #6500a8,8px 8px #6500a8
}

.shadow-glow-indigo {
    box-shadow: 0 0 30px #6500a8
}

.shadow-glow-soft-indigo {
    box-shadow: 0 9px 30px #d28fff
}

.shadow-3d-almost {
    box-shadow: 8px 8px #692ced
}

.shadow-3d-border-almost {
    box-shadow: 0 0 0 2px #692ced,8px 8px #692ced
}

.shadow-glow-almost {
    box-shadow: 0 0 30px #692ced
}

.shadow-glow-soft-almost {
    box-shadow: 0 9px 30px #cdb9f9
}

.shadow-3d-violet {
    box-shadow: 8px 8px #ee81ee
}

.shadow-3d-border-violet {
    box-shadow: 0 0 0 2px #ee81ee,8px 8px #ee81ee
}

.shadow-glow-violet {
    box-shadow: 0 0 30px #ee81ee
}

.shadow-glow-soft-violet {
    box-shadow: 0 9px 30px #fadbfa
}

.shadow-3d-pink {
    box-shadow: 8px 8px #ffc2cc
}

.shadow-3d-border-pink {
    box-shadow: 0 0 0 2px #ffc2cc,8px 8px #ffc2cc
}

.shadow-glow-pink {
    box-shadow: 0 0 30px #ffc2cc
}

.shadow-glow-soft-pink {
    box-shadow: 0 9px 30px #fff5f7
}

.shadow-3d-magenta {
    box-shadow: 8px 8px #f0f
}

.shadow-3d-border-magenta {
    box-shadow: 0 0 0 2px #f0f,8px 8px #f0f
}

.shadow-glow-magenta {
    box-shadow: 0 0 30px #f0f
}

.shadow-glow-soft-magenta {
    box-shadow: 0 9px 30px #fcf
}

.shadow-3d-crimson {
    box-shadow: 8px 8px #dd0e37
}

.shadow-3d-border-crimson {
    box-shadow: 0 0 0 2px #dd0e37,8px 8px #dd0e37
}

.shadow-glow-crimson {
    box-shadow: 0 0 30px #dd0e37
}

.shadow-glow-soft-crimson {
    box-shadow: 0 9px 30px #fcd4dc
}

.shadow-3d-red {
    box-shadow: 8px 8px red
}

.shadow-3d-border-red {
    box-shadow: 0 0 0 2px red,8px 8px red
}

.shadow-glow-red {
    box-shadow: 0 0 30px red
}

.shadow-glow-soft-red {
    box-shadow: 0 9px 30px #ffb3b3
}

.shadow-3d-clown {
    box-shadow: 8px 8px #ff6e66
}

.shadow-3d-border-clown {
    box-shadow: 0 0 0 2px #ff6e66,8px 8px #ff6e66
}

.shadow-glow-clown {
    box-shadow: 0 0 30px #ff6e66
}

.shadow-glow-soft-clown {
    box-shadow: 0 9px 30px #ffe7e5
}

.shadow-3d-orange {
    box-shadow: 8px 8px #ffa600
}

.shadow-3d-border-orange {
    box-shadow: 0 0 0 2px #ffa600,8px 8px #ffa600
}

.shadow-glow-orange {
    box-shadow: 0 0 30px #ffa600
}

.shadow-glow-soft-orange {
    box-shadow: 0 9px 30px #ffedcc
}

.shadow-3d-amber {
    box-shadow: 8px 8px #ffc929
}

.shadow-3d-border-amber {
    box-shadow: 0 0 0 2px #ffc929,8px 8px #ffc929
}

.shadow-glow-amber {
    box-shadow: 0 0 30px #ffc929
}

.shadow-glow-soft-amber {
    box-shadow: 0 9px 30px #ffe38f
}

.shadow-3d-yellow {
    box-shadow: 8px 8px #ffe95c
}

.shadow-3d-border-yellow {
    box-shadow: 0 0 0 2px #ffe95c,8px 8px #ffe95c
}

.shadow-glow-yellow {
    box-shadow: 0 0 30px #ffe95c
}

.shadow-glow-soft-yellow {
    box-shadow: 0 9px 30px #fffadb
}

.shadow-3d-brown {
    box-shadow: 8px 8px #c9763b
}

.shadow-3d-border-brown {
    box-shadow: 0 0 0 2px #c9763b,8px 8px #c9763b
}

.shadow-glow-brown {
    box-shadow: 0 0 30px #c9763b
}

.shadow-glow-soft-brown {
    box-shadow: 0 9px 30px #eacab3
}

.shadow-3d-olive {
    box-shadow: 8px 8px #a3a300
}

.shadow-3d-border-olive {
    box-shadow: 0 0 0 2px #a3a300,8px 8px #a3a300
}

.shadow-glow-olive {
    box-shadow: 0 0 30px #a3a300
}

.shadow-glow-soft-olive {
    box-shadow: 0 9px 30px #ffff70
}

.shadow-3d-steel {
    box-shadow: 8px 8px #7d92a6
}

.shadow-3d-border-steel {
    box-shadow: 0 0 0 2px #7d92a6,8px 8px #7d92a6
}

.shadow-glow-steel {
    box-shadow: 0 0 30px #7d92a6
}

.shadow-glow-soft-steel {
    box-shadow: 0 9px 30px #d8dee4
}

.shadow-3d-mauve {
    box-shadow: 8px 8px #e0adff
}

.shadow-3d-border-mauve {
    box-shadow: 0 0 0 2px #e0adff,8px 8px #e0adff
}

.shadow-glow-mauve {
    box-shadow: 0 0 30px #e0adff
}

.shadow-glow-soft-mauve {
    box-shadow: 0 9px 30px #f7ebff
}

.shadow-3d-taupe {
    box-shadow: 8px 8px #987f67
}

.shadow-3d-border-taupe {
    box-shadow: 0 0 0 2px #987f67,8px 8px #987f67
}

.shadow-glow-taupe {
    box-shadow: 0 0 30px #987f67
}

.shadow-glow-soft-taupe {
    box-shadow: 0 9px 30px #d6ccc2
}

.shadow-3d-champagne {
    box-shadow: 8px 8px #f7e6ca
}

.shadow-3d-border-champagne {
    box-shadow: 0 0 0 2px #f7e6ca,8px 8px #f7e6ca
}

.shadow-glow-champagne {
    box-shadow: 0 0 30px #f7e6ca
}

.shadow-glow-soft-champagne {
    box-shadow: 0 9px 30px #fefbf6
}

.shadow-3d-khaki {
    box-shadow: 8px 8px #d5c58b
}

.shadow-3d-border-khaki {
    box-shadow: 0 0 0 2px #d5c58b,8px 8px #d5c58b
}

.shadow-glow-khaki {
    box-shadow: 0 0 30px #d5c58b
}

.shadow-glow-soft-khaki {
    box-shadow: 0 9px 30px #f7f4e9
}

.shadow-3d-charcoal {
    box-shadow: 8px 8px #999
}

.shadow-3d-border-charcoal {
    box-shadow: 0 0 0 2px #999,8px 8px #999
}

.shadow-glow-charcoal {
    box-shadow: 0 0 30px #999
}

.shadow-glow-soft-charcoal {
    box-shadow: 0 9px 30px #e6e6e6
}

.shadow-3d-bronze {
    box-shadow: 8px 8px #e48f3f
}

.shadow-3d-border-bronze {
    box-shadow: 0 0 0 2px #e48f3f,8px 8px #e48f3f
}

.shadow-glow-bronze {
    box-shadow: 0 0 30px #e48f3f
}

.shadow-glow-soft-bronze {
    box-shadow: 0 9px 30px #f7ddc5
}

.shadow-3d-windstorm {
    box-shadow: 8px 8px #7a9fd6
}

.shadow-3d-border-windstorm {
    box-shadow: 0 0 0 2px #7a9fd6,8px 8px #7a9fd6
}

.shadow-glow-windstorm {
    box-shadow: 0 0 30px #7a9fd6
}

.shadow-glow-soft-windstorm {
    box-shadow: 0 9px 30px #e4ebf7
}

.shadow-3d-nude {
    box-shadow: 8px 8px #f7d8bb
}

.shadow-3d-border-nude {
    box-shadow: 0 0 0 2px #f7d8bb,8px 8px #f7d8bb
}

.shadow-glow-nude {
    box-shadow: 0 0 30px #f7d8bb
}

.shadow-glow-soft-nude {
    box-shadow: 0 9px 30px #fdf7f1
}

.shadow-3d-terracotta {
    box-shadow: 8px 8px #e35235
}

.shadow-3d-border-terracotta {
    box-shadow: 0 0 0 2px #e35235,8px 8px #e35235
}

.shadow-glow-terracotta {
    box-shadow: 0 0 30px #e35235
}

.shadow-glow-soft-terracotta {
    box-shadow: 0 9px 30px #f6c5bc
}

.shadow-3d-coral {
    box-shadow: 8px 8px #ff8457
}

.shadow-3d-border-coral {
    box-shadow: 0 0 0 2px #ff8457,8px 8px #ff8457
}

.shadow-glow-coral {
    box-shadow: 0 0 30px #ff8457
}

.shadow-glow-soft-coral {
    box-shadow: 0 9px 30px #ffe1d6
}

.shadow-3d-army {
    box-shadow: 8px 8px #5f6732
}

.shadow-3d-border-army {
    box-shadow: 0 0 0 2px #5f6732,8px 8px #5f6732
}

.shadow-glow-army {
    box-shadow: 0 0 30px #5f6732
}

.shadow-glow-soft-army {
    box-shadow: 0 9px 30px #ced5aa
}

.shadow-3d-seashell {
    box-shadow: 8px 8px #fff0e5
}

.shadow-3d-border-seashell {
    box-shadow: 0 0 0 2px #fff0e5,8px 8px #fff0e5
}

.shadow-glow-seashell {
    box-shadow: 0 0 30px #fff0e5
}

.shadow-glow-soft-seashell {
    box-shadow: 0 9px 30px #fff9f5
}

.shadow-3d-sand {
    box-shadow: 8px 8px #f1e0ac
}

.shadow-3d-border-sand {
    box-shadow: 0 0 0 2px #f1e0ac,8px 8px #f1e0ac
}

.shadow-glow-sand {
    box-shadow: 0 0 30px #f1e0ac
}

.shadow-glow-soft-sand {
    box-shadow: 0 9px 30px #fcf8ee
}

.text-shadow {
    text-shadow: 1px 2px 2px rgba(0,0,0,.5)
}

.text-retro {
    text-shadow: 3px 3px 0 #2c2e38,5px 5px 0 #5c5f72;
    letter-spacing: .1em
}

.text-3d {
    text-shadow: 0 1px 0 #999,0 2px 0 #888,0 3px 0 #777,0 4px 0 #666,0 5px 0 #555,0 6px 0 #444,0 7px 0 #333,0 8px 7px #001135
}

.text-shadow-glow-gray {
    text-shadow: 0 0 10px hsl(0,0%,80%)
}

.text-shadow-glow-gray-blue {
    text-shadow: 0 0 10px hsl(210,26%,54%)
}

.text-shadow-glow-gray-mouse {
    text-shadow: 0 0 10px hsl(199,15%,40%)
}

.text-shadow-glow-lime {
    text-shadow: 0 0 10px hsl(93,97%,71%)
}

.text-shadow-glow-green {
    text-shadow: 0 0 10px hsl(120,100%,35%)
}

.text-shadow-glow-emerald {
    text-shadow: 0 0 10px hsl(140,52%,55%)
}

.text-shadow-glow-blue {
    text-shadow: 0 0 10px hsl(225,100%,68%)
}

.text-shadow-glow-teal {
    text-shadow: 0 0 10px hsl(180,77%,44%)
}

.text-shadow-glow-cyan {
    text-shadow: 0 0 10px hsl(221,100%,79%)
}

.text-shadow-glow-cobalt {
    text-shadow: 0 0 10px hsl(215,100%,34%)
}

.text-shadow-glow-indigo {
    text-shadow: 0 0 10px hsl(276,100%,33%)
}

.text-shadow-glow-almost {
    text-shadow: 0 0 10px hsl(259,84%,55%)
}

.text-shadow-glow-violet {
    text-shadow: 0 0 10px hsl(300,76%,72%)
}

.text-shadow-glow-pink {
    text-shadow: 0 0 10px hsl(350,100%,88%)
}

.text-shadow-glow-magenta {
    text-shadow: 0 0 10px hsl(300,100%,50%)
}

.text-shadow-glow-crimson {
    text-shadow: 0 0 10px hsl(348,88%,46%)
}

.text-shadow-glow-red {
    text-shadow: 0 0 10px hsl(0,100%,50%)
}

.text-shadow-glow-clown {
    text-shadow: 0 0 10px hsl(3,100%,70%)
}

.text-shadow-glow-orange {
    text-shadow: 0 0 10px hsl(39,100%,50%)
}

.text-shadow-glow-amber {
    text-shadow: 0 0 10px hsl(45,100%,58%)
}

.text-shadow-glow-yellow {
    text-shadow: 0 0 10px hsl(52,100%,68%)
}

.text-shadow-glow-brown {
    text-shadow: 0 0 10px hsl(25,57%,51%)
}

.text-shadow-glow-olive {
    text-shadow: 0 0 10px hsl(60,100%,32%)
}

.text-shadow-glow-steel {
    text-shadow: 0 0 10px hsl(209,19%,57%)
}

.text-shadow-glow-mauve {
    text-shadow: 0 0 10px hsl(277,100%,84%)
}

.text-shadow-glow-taupe {
    text-shadow: 0 0 10px hsl(29,19%,50%)
}

.text-shadow-glow-champagne {
    text-shadow: 0 0 10px hsl(37,74%,88%)
}

.text-shadow-glow-khaki {
    text-shadow: 0 0 10px hsl(47,47%,69%)
}

.text-shadow-glow-charcoal {
    text-shadow: 0 0 10px hsl(0,0%,60%)
}

.text-shadow-glow-bronze {
    text-shadow: 0 0 10px hsl(29,75%,57%)
}

.text-shadow-glow-windstorm {
    text-shadow: 0 0 10px hsl(216,53%,66%)
}

.text-shadow-glow-nude {
    text-shadow: 0 0 10px hsl(29,79%,85%)
}

.text-shadow-glow-terracotta {
    text-shadow: 0 0 10px hsl(10,76%,55%)
}

.text-shadow-glow-coral {
    text-shadow: 0 0 10px hsl(16,100%,67%)
}

.text-shadow-glow-army {
    text-shadow: 0 0 10px hsl(69,34%,30%)
}

.text-shadow-glow-seashell {
    text-shadow: 0 0 10px hsl(25,100%,95%)
}

.text-shadow-glow-sand {
    text-shadow: 0 0 10px hsl(45,71%,81%)
}

.shape-triangle {
    clip-path: polygon(50% 0%,0% 100%,100% 100%)
}

.shape-trapezoid {
    clip-path: polygon(20% 0%,80% 0%,100% 100%,0% 100%)
}

.shape-parallelogram {
    --offset: 25%;
    clip-path: polygon(var(--offset) 0%,100% 0%,calc(100% - var(--offset)) 100%,0% 100%)
}

.shape-rhomb {
    clip-path: polygon(50% 0%,100% 50%,50% 100%,0% 50%)
}

.shape-pentagon {
    clip-path: polygon(50% 0%,100% 38%,82% 100%,18% 100%,0% 38%)
}

.shape-hexagon {
    --offset: 25%;
    clip-path: polygon(var(--offset) 0%,calc(100% - var(--offset)) 0%,100% 50%,calc(100% - var(--offset)) 100%,var(--offset) 100%,0% 50%)
}

.shape-heptagon {
    clip-path: polygon(50% 0%,90% 20%,100% 60%,75% 100%,25% 100%,0% 60%,10% 20%)
}

.shape-octagon {
    clip-path: polygon(30% 0%,70% 0%,100% 30%,100% 70%,70% 100%,30% 100%,0% 70%,0% 30%)
}

.shape-nonagon {
    clip-path: polygon(50% 0%,83% 12%,100% 43%,94% 78%,68% 100%,32% 100%,6% 78%,0% 43%,17% 12%)
}

.shape-decagon {
    clip-path: polygon(50% 0%,80% 10%,100% 35%,100% 70%,80% 90%,50% 100%,20% 90%,0% 70%,0% 35%,20% 10%)
}

.shape-bevel {
    clip-path: polygon(20% 0%,80% 0%,100% 20%,100% 80%,80% 100%,20% 100%,0% 80%,0% 20%)
}

.shape-rabbet {
    clip-path: polygon(0% 15%,15% 15%,15% 0%,85% 0%,85% 15%,100% 15%,100% 85%,85% 85%,85% 100%,15% 100%,15% 85%,0% 85%)
}

.shape-left-point {
    clip-path: polygon(25% 0%,100% 0%,100% 100%,25% 100%,0% 50%)
}

.shape-right-point {
    clip-path: polygon(0% 0%,75% 0%,100% 50%,75% 100%,0% 100%)
}

.shape-left-chevron {
    clip-path: polygon(100% 0%,75% 50%,100% 100%,25% 100%,0% 50%,25% 0%)
}

.shape-right-chevron {
    clip-path: polygon(75% 0%,100% 50%,75% 100%,0% 100%,25% 50%,0% 0%)
}

.shape-message {
    clip-path: polygon(0% 0%,100% 0%,100% 75%,75% 75%,75% 100%,50% 75%,0% 75%)
}

.shape-diagonal {
    position: relative;
    isolation: isolate;
    --skew-angle: 5deg;
    --background: var(--color-primary)
}

    .shape-diagonal:after {
        content: "";
        position: absolute;
        inset: 0;
        transform: skewY(calc(-1 * var(--skew-angle)));
        z-index: -1;
        background: var(--background)
    }

    .shape-diagonal.reverse:after {
        transform: skewY(calc(1 * var(--skew-angle)))
    }

.shape-concave {
    --deep: 10%;
    clip-path: polygon(0 0,50% var(--deep),100% 0,100% 100%,50% calc(100% - var(--deep)),0 100%)
}

.shape-concave2 {
    --deep: 10%;
    --divider: 2;
    clip-path: polygon(0 0,50% var(--deep),100% 0,calc(100% - var(--deep) / var(--divider)) 50%,100% 100%,50% calc(100% - var(--deep)),0 100%,calc(var(--deep) / var(--divider)) 50%)
}

.shape-wavy {
    --mask: radial-gradient(67.08px at 50% 90px, #000 99%, #0000 101%) calc(50% - 60px) 0/120px 51% repeat-x, radial-gradient(67.08px at 50% -60px, #0000 99%, #000 101%) 50% 30px/120px calc(51% - 30px) repeat-x, radial-gradient(67.08px at 50% calc(100% - 90px), #000 99%, #0000 101%) calc(50% - 60px) 100%/120px 51% repeat-x, radial-gradient(67.08px at 50% calc(100% + 60px), #0000 99%, #000 101%) 50% calc(100% - 30px) /120px calc(51% - 30px) repeat-x;
    mask: var(--mask)
}

.shape-wavy-top {
    --mask: radial-gradient(67.08px at 50% 90px, #000 99%, #0000 101%) calc(50% - 60px) 0/120px 100%, radial-gradient(67.08px at 50% -60px, #0000 99%, #000 101%) 50% 30px/120px 100% repeat-x;
    mask: var(--mask)
}

.shape-wavy-bottom {
    --mask: radial-gradient(67.08px at 50% calc(100% - 90px), #000 99%, #0000 101%) calc(50% - 60px) 0/120px 100%, radial-gradient(67.08px at 50% calc(100% + 60px), #0000 99%, #000 101%) 50% calc(100% - 30px) /120px 100% repeat-x;
    mask: var(--mask)
}

.shape-wave {
    clip-path: shape(from 0% 20%,curve to 100% 20% with 25% 0% / 75% 40%,vline to 80%,curve to 0% 80% with 75% 100% / 25% 60%,close)
}

:root {
    --windows-shortcut-icon-size: 40px;
    --windows-shortcut-border-radius: 4px;
    --windows-shortcut-background: transparent;
    --windows-shortcut-background-hover: #efefef;
    --windows-shortcut-color: #191919;
    --shortcut-border-radius: 6px;
    --shortcut-background: #f8f8f8;
    --shortcut-color: #191919;
    --shortcut-background-hover: #dadada;
    --shortcut-color-hover: #474747
}

.dark-side {
    --windows-shortcut-background: transparent;
    --windows-shortcut-background-hover: #373737;
    --windows-shortcut-color: #F8F8F8;
    --shortcut-background: #2e2e2e;
    --shortcut-color: #F8F8F8;
    --shortcut-background-hover: #373737;
    --shortcut-color-hover: #bfbfbf
}

.shortcut {
    width: 84px;
    height: 84px;
    display: inline-flex;
    flex-direction: column;
    font-size: .9rem;
    transition: all .3s ease-in-out;
    background: var(--shortcut-background);
    color: var(--shortcut-color);
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
    border: 1px solid transparent;
    position: relative;
    align-items: center;
    justify-content: center;
    outline: none;
    border-radius: var(--shortcut-border-radius);
    gap: 8px
}

    .shortcut .icon, .shortcut .caption {
        display: block;
        line-height: 1
    }

    .shortcut .icon {
        display: block;
        vertical-align: middle;
        width: 28px;
        height: 28px;
        font-size: 28px;
        order: 1;
        margin-top: 10px
    }

    .shortcut .caption {
        color: inherit;
        order: 2;
        font-size: 12px
    }

    .shortcut .badge {
        position: absolute;
        font-size: .6875rem;
        top: .25rem;
        right: .25rem;
        color: inherit;
        transform: none;
        background-color: inherit
    }

@media(hover:hover) {
    .shortcut:hover {
        background: var(--shortcut-background-hover);
        color: var(--shortcut-color-hover)
    }
}

@media(hover:none) {
    .shortcut:active {
        background: var(--shortcut-background-hover);
        color: var(--shortcut-color-hover)
    }
}

.shortcut.focus, .shortcut:focus {
    box-shadow: 0 0 0 3px #f2f2f273
}

.shortcut.outline {
    background: transparent none;
    border-width: 1px;
    border-color: var(--border-color)
}

    .shortcut.outline:hover {
        background: var(--shortcut-background-hover);
        color: var(--shortcut-color-hover)
    }

.shortcut:focus, .shortcut:hover, .shortcut:active {
    text-decoration: none
}

.shortcut:active {
    outline: 0;
    box-shadow: 0 0 0 3px #cccccc73
}

.shortcut.disabled, .shortcut:disabled {
    opacity: .65
}

.shortcut:active {
    box-shadow: none
}

.shortcut:not(:has(.caption)) .icon {
    width: 32px;
    height: 32px;
    font-size: 32px;
    margin-top: 0
}

.windows-shortcut {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    cursor: default;
    border-radius: 4px;
    padding: 4px;
    background: var(--windows-shortcut-background);
    color: var(--windows-shortcut-color)
}

    .windows-shortcut .icon {
        width: var(--windows-shortcut-icon-size);
        height: var(--windows-shortcut-icon-size);
        font-size: var(--windows-shortcut-icon-size);
        object-fit: cover
    }

    .windows-shortcut .caption {
        font-size: 12px;
        text-align: center
    }

@media(hover:hover) {
    .windows-shortcut:hover {
        background: var(--windows-shortcut-background-hover)
    }
}

@media(hover:none) {
    .windows-shortcut:active {
        background: var(--windows-shortcut-background-hover)
    }
}

:root {
    --sidebar-width: 240px;
    --sidebar-item-border-radius: 4px
}

:root {
    --sidebar-background: #ffffff;
    --sidebar-color: #191919;
    --sidebar-header-background: #f8f8f8;
    --sidebar-header-color: #191919;
    --sidebar-border-color: #e8e8e8;
    --sidebar-avatar-background: #ffffff;
    --sidebar-avatar-color: #191919;
    --sidebar-avatar-border-color: #fff;
    --sidebar-menu-background: #ffffff;
    --sidebar-menu-color: #191919;
    --sidebar-item-background: inherit;
    --sidebar-item-color: #191919;
    --sidebar-item-background-hover: #cecece;
    --sidebar-item-color-hover: #0a0a0a;
    --sidebar-item-marker-color: #468cff;
    --sidebar-item-color-disabled: #ccc;
    --sidebar-group-title-color: #191919
}

.dark-side {
    --sidebar-background: #2b2d30;
    --sidebar-color: #dbdfe7;
    --sidebar-header-background: #1e1f22;
    --sidebar-header-color: #dbdfe7;
    --sidebar-border-color: #343538;
    --sidebar-avatar-background: #2b2d30;
    --sidebar-avatar-color: #ffffff;
    --sidebar-avatar-border-color: #fff;
    --sidebar-menu-background: #2b2d30;
    --sidebar-menu-color: #dbdfe7;
    --sidebar-item-background: inherit;
    --sidebar-item-color: #dbdfe7;
    --sidebar-item-background-hover: #1e1f22;
    --sidebar-item-color-hover: #ffffff;
    --sidebar-item-marker-color: #468cff;
    --sidebar-item-color-disabled: #43454a;
    --sidebar-group-title-color: #dbdfe7
}

.sidebar {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: hidden;
    width: var(--sidebar-width);
    background-color: var(--sidebar-background);
    color: var(--sidebar-color);
    padding: 0;
    z-index: 1031;
    height: 100%
}

    .sidebar.on-left {
        right: auto !important;
        left: calc(-1 * var(--sidebar-width));
        transition: left .3s ease;
        border-right: 1px var(--sidebar-border-color) solid
    }

        .sidebar.on-left.open, .sidebar.on-left.static {
            transition: left .3s ease;
            left: 0
        }

    .sidebar.on-right {
        transition: right .3s ease;
        left: auto !important;
        right: calc(-1 * var(--sidebar-width));
        border-left: 1px var(--sidebar-border-color) solid
    }

        .sidebar.on-right.open, .sidebar.on-right.static {
            transition: right .3s ease;
            right: 0
        }

.sidebar-header, .sidebar-menu, .sidebar-content {
    display: block;
    position: relative;
    width: 100%
}

.sidebar-header {
    background: var(--sidebar-header-background) top left no-repeat;
    color: var(--sidebar-header-color);
    background-size: cover;
    height: 160px;
    border-bottom: 1px var(--sidebar-border-color) solid
}

    .sidebar-header > .avatar {
        position: absolute;
        height: 64px;
        width: 64px;
        background: var(--sidebar-avatar-background);
        color: var(--sidebar-avatar-color);
        border-radius: 50%;
        top: 16px;
        left: 16px;
        overflow: hidden;
        text-align: center;
        border: 2px solid var(--sidebar-avatar-border-color);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 54px
    }

        .sidebar-header > .avatar img {
            width: 100%;
            max-height: 100%
        }

    .sidebar-header > .title, .sidebar-header > .subtitle {
        display: block;
        position: absolute;
        left: 16px
    }

    .sidebar-header > .title {
        font-size: 18px;
        font-weight: 600;
        top: 96px
    }

    .sidebar-header > .subtitle {
        font-size: 12px;
        font-weight: 400;
        top: 116px
    }

    .sidebar-header > .action {
        position: absolute;
        top: 10px;
        right: 10px;
        text-decoration: none;
        cursor: pointer
    }

.sidebar-menu {
    background: var(--sidebar-menu-background);
    color: var(--sidebar-menu-color);
    height: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    margin: 0;
    padding: 4px;
    flex-flow: column nowrap;
    font-size: 13px;
    user-select: none
}

    .sidebar-menu li {
        position: relative;
        border-radius: var(--sidebar-item-border-radius);
        cursor: pointer
    }

    .sidebar-menu a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: var(--sidebar-item-color);
        background: var(--sidebar-item-background);
        text-decoration: none;
        padding: 4px 10px;
        border-radius: var(--sidebar-item-border-radius);
        white-space: nowrap;
        flex-wrap: nowrap;
        border: 2px solid transparent;
        position: relative
    }

        .sidebar-menu a .dropdown-caret {
            margin-left: auto
        }

    .sidebar-menu li.disabled a {
        color: var(--sidebar-item-color-disabled)
    }

    .sidebar-menu li.active:before {
        content: "";
        display: block;
        position: absolute;
        height: 24px;
        top: 4px;
        left: 0;
        width: 4px;
        background-color: var(--sidebar-item-marker-color);
        z-index: 1;
        border-radius: 4px
    }

    .sidebar-menu .icon {
        position: absolute;
        left: .5rem;
        font-size: 1rem;
        top: 50%;
        transform: translateY(-50%);
        line-height: 1;
        opacity: .8
    }

    .sidebar-menu li:has(.icon) a {
        padding-left: 40px
    }

    .sidebar-menu .hotkey {
        margin-left: auto;
        font-size: 11px
    }

    .sidebar-menu .divider {
        padding: 0;
        height: 1px;
        margin: 2px;
        overflow: hidden;
        background-color: var(--sidebar-border-color)
    }

        .sidebar-menu .divider:hover {
            background-color: var(--sidebar-border-color)
        }

    .sidebar-menu .group-title {
        line-height: 1;
        height: auto;
        padding: 1rem 1rem .5rem;
        color: var(--sidebar-group-title-color);
        font-weight: 500;
        font-size: 11px;
        cursor: default;
        text-transform: uppercase
    }

    .sidebar-menu li.content-container {
        cursor: initial;
        padding: 0 10px
    }

    .sidebar-menu li:hover {
        background-color: var(--sidebar-item-background-hover);
        color: var(--sidebar-item-color-hover)
    }

    .sidebar-menu li.group-title:hover, .sidebar-menu li.content-container:hover {
        background-color: initial
    }

    .sidebar-menu .d-menu, .sidebar-menu .v-menu {
        position: relative;
        float: none;
        box-shadow: none;
        border: none;
        border-radius: 0
    }

.sidebar-header ~ .sidebar-menu {
    height: calc(100% - 160px)
}

:root {
    --sidenav-border-radius: 4px;
    --sidenav-width: 220px;
    --sidenav-width-compact: 54px
}

:root {
    --sidenav-background: #f6f6f6;
    --sidenav-color: #191919;
    --sidenav-icon-color: #676767;
    --sidenav-counter-color: #191919;
    --sidenav-background-hover: #cecece;
    --sidenav-color-hover: #0a0a0a;
    --sidenav-background-active: #68a3ff;
    --sidenav-color-active: #ffffff;
    --sidenav-border-color: var(--border-color)
}

.dark-side {
    --sidenav-background: #2b2d30;
    --sidenav-color: #dfe1e5;
    --sidenav-icon-color: #dfe1e5;
    --sidenav-counter-color: #dfe1e5;
    --sidenav-background-hover: #43454a;
    --sidenav-color-hover: #ffffff;
    --sidenav-background-active: #468cff;
    --sidenav-color-active: #ffffff;
    --sidenav-border-color: var(--border-color)
}

.sidenav {
    display: block;
    position: relative;
    list-style: none inside;
    height: 100%;
    width: var(--sidenav-width-compact);
    margin: 0;
    background-color: var(--sidenav-background);
    color: var(--sidenav-color);
    padding: 10px 0;
    transition: width .3s ease-in-out
}

    .sidenav li {
        margin: 0 6px;
        font-size: 14px
    }

    .sidenav li, .sidenav a {
        position: relative;
        color: inherit;
        border-radius: var(--sidenav-border-radius)
    }

    .sidenav > li {
        background: transparent
    }

        .sidenav > li.stick-left:before, .sidenav > li.stick-right:before {
            content: "";
            display: block;
            position: absolute;
            width: 6px;
            height: 42px;
            border-radius: var(--sidenav-border-radius) 0 0 var(--sidenav-border-radius);
            background-color: inherit;
            top: 0;
            left: -12px
        }

        .sidenav > li.stick-right:before {
            left: auto;
            right: -12px;
            border-radius: 0 var(--sidenav-border-radius) var(--sidenav-border-radius) 0
        }

    .sidenav a {
        display: flex;
        align-items: center;
        overflow: hidden !important;
        width: 42px;
        padding: .625rem;
        text-decoration: none;
        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        position: relative
    }

        .sidenav a:hover {
            text-decoration: none
        }

        .sidenav a > *:not(.icon,.badge) {
            visibility: collapse
        }

    .sidenav li + li {
        border-top: 1px solid var(--sidenav-border-color)
    }

    .sidenav .icon {
        width: 20px;
        height: 20px;
        font-size: 18px;
        line-height: 20px;
        vertical-align: middle;
        text-align: center;
        position: absolute;
        left: 10px;
        top: 10px;
        object-fit: cover;
        color: var(--sidenav-icon-color);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        flex-grow: 0;
        flex-basis: 20px
    }

    .sidenav .caption {
        font-size: 14px
    }

    .sidenav .title {
        padding: 20px 10px;
        font-size: 16px;
        font-weight: 500;
        border: 0;
        cursor: default;
        align-items: center;
        justify-content: flex-start;
        display: none
    }

        .sidenav .title .action {
            margin-left: auto
        }

@media(hover:hover) {
    .sidenav li:not(.title):hover {
        background-color: var(--sidenav-background-hover);
        color: var(--sidenav-color-hover)
    }
}

@media(hover:none) {
    .sidenav li:not(.title):active {
        background-color: var(--sidenav-background-hover);
        color: var(--sidenav-color-hover)
    }
}

.sidenav li:not(.title).active {
    background-color: var(--sidenav-background-active);
    color: var(--sidenav-color-active)
}

.sidenav .dropdown-caret {
    margin-left: auto
}

.sidenav .badge {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 11px;
    display: flex !important;
    align-items: center;
    justify-content: center
}

.sidenav.expanded {
    width: var(--sidenav-width)
}

    .sidenav.expanded a {
        width: auto;
        padding: .625rem 1rem .625rem 2.5rem
    }

        .sidenav.expanded a > *:not(.icon) {
            visibility: visible
        }

    .sidenav.expanded .title {
        display: flex
    }

    .sidenav.expanded .badge {
        top: 21px;
        transform: translateY(-50%);
        right: 8px
    }

.sidenav .dropdown-toggle:after {
    content: "\25e2";
    position: absolute;
    right: 0;
    top: 26px;
    font-size: 12px;
    color: var(--sidenav-icon-color)
}

.sidenav .d-menu {
    --d-menu-background: var(--sidenav-background);
    --d-menu-color: var(--sidenav-color);
    position: absolute;
    left: calc(100% + 10px);
    top: 0
}

    .sidenav .d-menu a {
        width: auto !important;
        padding: .625rem 1rem .625rem 2.5rem
    }

    .sidenav .d-menu.drop-up {
        top: auto !important;
        bottom: 0 !important
    }

    .sidenav .d-menu .caption {
        visibility: visible !important
    }

    .sidenav .d-menu .badge {
        top: 21px;
        transform: translateY(-50%);
        right: 8px
    }

.sidenav.expanded .dropdown-toggle:after {
    display: none
}

.sidenav.expanded .d-menu {
    left: 0;
    position: relative;
    box-shadow: none;
    width: 100%;
    float: none;
    border-radius: 0 !important;
    padding: 0;
    margin: 0;
    border: none;
    border-bottom: 1px solid var(--sidenav-border-color)
}

    .sidenav.expanded .d-menu li {
        margin: 0
    }

        .sidenav.expanded .d-menu li:not(:first-child) {
            border-top: 1px solid var(--border-color)
        }

    .sidenav.expanded .d-menu a {
        border-radius: 0 !important
    }

.stick-color-gray:before {
    background-color: #ccc !important
}

.stick-color-gray-blue:before {
    background-color: #6b8aa8 !important
}

.stick-color-gray-mouse:before {
    background-color: #576c75 !important
}

.stick-color-lime:before {
    background-color: #aefd6d !important
}

.stick-color-green:before {
    background-color: #00b300 !important
}

.stick-color-emerald:before {
    background-color: #51c878 !important
}

.stick-color-blue:before {
    background-color: #5c85ff !important
}

.stick-color-teal:before {
    background-color: #1ac7c7 !important
}

.stick-color-cyan:before {
    background-color: #94b6ff !important
}

.stick-color-cobalt:before {
    background-color: #0048ad !important
}

.stick-color-indigo:before {
    background-color: #6500a8 !important
}

.stick-color-almost:before {
    background-color: #692ced !important
}

.stick-color-violet:before {
    background-color: #ee81ee !important
}

.stick-color-pink:before {
    background-color: #ffc2cc !important
}

.stick-color-magenta:before {
    background-color: #f0f !important
}

.stick-color-crimson:before {
    background-color: #dd0e37 !important
}

.stick-color-red:before {
    background-color: red !important
}

.stick-color-clown:before {
    background-color: #ff6e66 !important
}

.stick-color-orange:before {
    background-color: #ffa600 !important
}

.stick-color-amber:before {
    background-color: #ffc929 !important
}

.stick-color-yellow:before {
    background-color: #ffe95c !important
}

.stick-color-brown:before {
    background-color: #c9763b !important
}

.stick-color-olive:before {
    background-color: #a3a300 !important
}

.stick-color-steel:before {
    background-color: #7d92a6 !important
}

.stick-color-mauve:before {
    background-color: #e0adff !important
}

.stick-color-taupe:before {
    background-color: #987f67 !important
}

.stick-color-champagne:before {
    background-color: #f7e6ca !important
}

.stick-color-khaki:before {
    background-color: #d5c58b !important
}

.stick-color-charcoal:before {
    background-color: #999 !important
}

.stick-color-bronze:before {
    background-color: #e48f3f !important
}

.stick-color-windstorm:before {
    background-color: #7a9fd6 !important
}

.stick-color-nude:before {
    background-color: #f7d8bb !important
}

.stick-color-terracotta:before {
    background-color: #e35235 !important
}

.stick-color-coral:before {
    background-color: #ff8457 !important
}

.stick-color-army:before {
    background-color: #5f6732 !important
}

.stick-color-seashell:before {
    background-color: #fff0e5 !important
}

.stick-color-sand:before {
    background-color: #f1e0ac !important
}

.sidenav .dropdown-caret {
    display: none
}

.sidenav .dropdown-toggle:after {
    display: block !important
}

.layout-sidenav {
    display: grid;
    grid-template-columns: var(--sidenav-width-compact) 1fr;
    grid-gap: 4px;
    transition: grid-template-columns .3s ease-in-out;
    height: 100%
}

    .layout-sidenav:has(.sidenav.expanded) {
        grid-template-columns: var(--sidenav-width) 1fr
    }

:root {
    --sidenav-counter-width: 220px;
    --sidenav-counter-border-radius: 4px
}

:root {
    --sidenav-counter-background: #f6f6f6;
    --sidenav-counter-color: #191919;
    --sidenav-counter-icon-color: #191919;
    --sidenav-counter-counter-color: #191919;
    --sidenav-counter-background-hover: #cecece;
    --sidenav-counter-color-hover: #0a0a0a;
    --sidenav-counter-background-active: #68a3ff;
    --sidenav-counter-color-active: #ffffff
}

.dark-side {
    --sidenav-counter-background: #2b2d30;
    --sidenav-counter-color: #dfe1e5;
    --sidenav-counter-icon-color: #dfe1e5;
    --sidenav-counter-counter-color: #dfe1e5;
    --sidenav-counter-background-hover: #43454a;
    --sidenav-counter-color-hover: #ffffff;
    --sidenav-counter-background-active: #468cff;
    --sidenav-counter-color-active: #ffffff
}

.sidenav-counter {
    display: flex;
    flex-direction: column;
    position: relative;
    list-style: none inside;
    height: 100%;
    width: 60px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0 6px;
    background-color: var(--sidenav-counter-background);
    color: var(--sidenav-counter-color);
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow: hidden
}

    .sidenav-counter::-webkit-scrollbar {
        display: none !important
    }

    .sidenav-counter li, .sidenav-counter a {
        display: block;
        position: relative;
        height: 52px;
        line-height: 52px;
        background-color: inherit;
        color: inherit;
        width: 100%;
        border-radius: var(--sidenav-counter-border-radius)
    }

    .sidenav-counter a {
        padding: .625rem 0;
        line-height: .875rem;
        text-decoration: none
    }

        .sidenav-counter a:hover {
            text-decoration: none
        }

    .sidenav-counter .icon {
        width: 28px;
        height: 28px;
        font-size: 26px;
        line-height: 28px;
        vertical-align: middle;
        text-align: center;
        position: absolute;
        left: .625rem;
        top: .635rem;
        color: var(--sidenav-counter-icon-color)
    }

    .sidenav-counter .title, .sidenav-counter .counter {
        display: block;
        margin: 0;
        white-space: nowrap
    }

    .sidenav-counter .title {
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        display: none
    }

    .sidenav-counter .counter {
        font-size: .8rem;
        font-weight: 400;
        position: absolute;
        top: 0;
        right: 4px;
        color: var(--sidenav-counter-counter-color)
    }

    .sidenav-counter li:hover {
        background-color: var(--sidenav-counter-background-hover);
        color: var(--sidenav-counter-color-hover)
    }

    .sidenav-counter li.active {
        background-color: var(--sidenav-counter-background-active);
        color: var(--sidenav-counter-color-active)
    }

    .sidenav-counter[dir=rtl] .counter {
        right: auto;
        left: 4px
    }

    .sidenav-counter[dir=rtl] .icon {
        left: .725rem
    }

    .sidenav-counter.expanded {
        width: var(--sidenav-counter-width)
    }

        .sidenav-counter.expanded a {
            padding: .625rem 1rem .625rem 3.75rem
        }

        .sidenav-counter.expanded .title {
            display: block
        }

        .sidenav-counter.expanded .counter {
            position: relative;
            top: auto;
            right: auto
        }

:root {
    --sidenav-simple-width: 220px;
    --sidenav-simple-border-radius: 4px
}

:root {
    --sidenav-simple-background: #f6f6f6;
    --sidenav-simple-color: #191919;
    --sidenav-simple-icon-color: #191919;
    --sidenav-simple-counter-color: #191919;
    --sidenav-simple-background-hover: #cecece;
    --sidenav-simple-color-hover: #0a0a0a;
    --sidenav-simple-background-active: #68a3ff;
    --sidenav-simple-color-active: #ffffff
}

.dark-side {
    --sidenav-simple-background: #2b2d30;
    --sidenav-simple-color: #dfe1e5;
    --sidenav-simple-icon-color: #dfe1e5;
    --sidenav-simple-counter-color: #dfe1e5;
    --sidenav-simple-background-hover: #43454a;
    --sidenav-simple-color-hover: #ffffff;
    --sidenav-simple-background-active: #468cff;
    --sidenav-simple-color-active: #ffffff
}

.sidenav-simple {
    display: block;
    position: relative;
    list-style: none inside;
    width: 64px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0 6px;
    background-color: var(--sidenav-simple-background);
    color: var(--sidenav-simple-color);
    height: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow: hidden
}

    .sidenav-simple::-webkit-scrollbar {
        display: none !important
    }

    .sidenav-simple li, .sidenav-simple a {
        position: relative;
        background-color: inherit;
        color: inherit;
        width: 100%;
        border-radius: var(--sidenav-simple-border-radius, 4px)
    }

    .sidenav-simple a {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;
        text-decoration: none;
        padding: .75rem
    }

        .sidenav-simple a:hover {
            text-decoration: none
        }

    .sidenav-simple .icon {
        width: 28px;
        height: 28px;
        font-size: 26px;
        line-height: 28px;
        vertical-align: middle;
        text-align: center;
        margin-right: .75rem
    }

    .sidenav-simple .title {
        margin: 0;
        white-space: nowrap;
        font-size: .875rem;
        text-transform: uppercase;
        display: none
    }

    .sidenav-simple li:hover {
        background-color: var(--sidenav-simple-background-hover);
        color: var(--sidenav-simple-color-hover)
    }

    .sidenav-simple li:active, .sidenav-simple .active, .sidenav-simple li.active:hover {
        background-color: var(--sidenav-simple-background-active);
        color: var(--sidenav-simple-color-active)
    }

    .sidenav-simple[dir=rtl] .icon {
        left: .725rem
    }

    .sidenav-simple.expanded {
        width: var(--sidenav-simple-width)
    }

        .sidenav-simple.expanded .title {
            display: block
        }

:root {
    --skill-box-border-radius: 6px;
    --skill-box-border-color: var(--border-color);
    --skill-box-background: #ffffff;
    --skill-box-color: #191919;
    --skill-box-header-background: #fbfbfb;
    --skill-box-header-color: #191919;
    --skill-box-avatar-background: #e6e6e6;
    --skill-box-avatar-color: #191919
}

.dark-side {
    --skill-box-background: #2b2d30;
    --skill-box-color: #dbdfe7;
    --skill-box-header-background: #282c35;
    --skill-box-header-color: #fbfbfb;
    --skill-box-avatar-background: #3b414e;
    --skill-box-avatar-color: #fbfbfb
}

.skill-box {
    display: block;
    position: relative;
    background: var(--skill-box-background);
    color: var(--skill-box-color);
    border: 1px solid var(--skill-box-border-color);
    border-radius: var(--skill-box-border-radius)
}

    .skill-box .header {
        display: block;
        position: relative;
        padding: 20px;
        background: var(--skill-box-header-background);
        color: var(--skill-box-header-color);
        border-top-left-radius: var(--skill-box-border-radius);
        border-top-right-radius: var(--skill-box-border-radius);
        border-bottom: 1px solid var(--skill-box-border-color)
    }

        .skill-box .header .avatar {
            float: left;
            width: 64px;
            height: 64px;
            border-radius: 50%;
            overflow: hidden;
            border: 1px solid var(--skill-box-border-color);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 48px;
            color: var(--skill-box-avatar-color);
            background-color: var(--skill-box-avatar-background)
        }

        .skill-box .header .title {
            font-size: 25px;
            line-height: 1.1;
            font-weight: 300;
            margin: 5px 5px 5px 75px
        }

        .skill-box .header .subtitle {
            font-size: 14px;
            line-height: 1.1;
            font-weight: 500;
            margin: 0 5px 5px 75px
        }

    .skill-box .content {
        padding: 0 1rem 1rem
    }

    .skill-box .skills {
        margin: 0;
        padding: 0;
        list-style: none inside
    }

        .skill-box .skills li {
            padding: 8px 16px;
            font-size: 14px
        }

            .skill-box .skills li a {
                text-decoration: none;
                color: inherit
            }

            .skill-box .skills li + li {
                border-top: 1px solid var(--border-color)
            }

        .skill-box .skills .badge {
            position: relative;
            display: inline-block;
            right: auto;
            top: 4px;
            transform: translateY(0) translate(0);
            float: right
        }

:root {
    --social-box-border-radius: 6px;
    --social-box-border-color: var(--border-color);
    --social-box-background: #ffffff;
    --social-box-color: #191919;
    --social-box-header-background: #fbfbfb;
    --social-box-header-color: #191919;
    --social-box-avatar-background: #e6e6e6;
    --social-box-avatar-color: #191919
}

.dark-side {
    --social-box-background: #2b2d30;
    --social-box-color: #dbdfe7;
    --social-box-header-background: #282c35;
    --social-box-header-color: #fbfbfb;
    --social-box-avatar-background: #3b414e;
    --social-box-avatar-color: #fbfbfb
}

.social-box {
    display: block;
    position: relative;
    background: var(--social-box-background);
    color: var(--social-box-color);
    border-radius: var(--social-box-border-radius);
    border: 1px solid var(--social-box-border-color)
}

    .social-box .header {
        display: block;
        position: relative;
        padding: 20px 20px 40px;
        background: var(--social-box-header-background);
        color: var(--social-box-header-color);
        border-top-left-radius: var(--social-box-border-radius);
        border-top-right-radius: var(--social-box-border-radius);
        border-bottom: 1px solid var(--social-box-border-color)
    }

        .social-box .header .avatar {
            position: absolute;
            width: 90px;
            height: 90px;
            border-radius: 50%;
            overflow: hidden;
            top: 100%;
            left: 50%;
            margin-top: -45px;
            margin-left: -45px;
            z-index: 2;
            border: 2px solid var(--social-box-border-color);
            background: var(--social-box-background);
            color: var(--social-box-header-color);
            font-size: 72px;
            display: flex;
            align-items: center;
            justify-content: center
        }

        .social-box .header .title {
            font-size: 25px;
            line-height: 1.1;
            font-weight: 300;
            margin-bottom: 5px;
            z-index: 1
        }

        .social-box .header .subtitle {
            font-size: 14px;
            line-height: 1.1;
            font-weight: 500;
            margin: 0;
            z-index: 1
        }

    .social-box .content {
        padding: .5rem
    }

    .social-box .skills {
        margin: 0;
        padding: 40px 0 0;
        list-style: none inside;
        display: flex;
        flex-flow: row nowrap
    }

        .social-box .skills li {
            padding: 8px 16px;
            font-size: 12px;
            text-align: center;
            flex-grow: 1;
            flex-basis: 0
        }

            .social-box .skills li a {
                text-decoration: none;
                color: inherit
            }

            .social-box .skills li + li {
                border-left: 1px solid var(--border-color)
            }

:root {
    --split-button-font-size: 14px;
    --split-button-border-radius: 4px;
    --split-button-background: #ebebeb;
    --split-button-color: #191919;
    --split-button-background-hover: #dcdcdc;
    --split-button-color-hover: #474747;
    --split-button-border-color: #E8E8E8
}

.dark-side {
    --split-button-background: #2e2e2e;
    --split-button-color: #F8F8F8;
    --split-button-background-hover: #373737;
    --split-button-color-hover: #bfbfbf;
    --split-button-border-color: #4A4D51
}

.split-button {
    --control-height: var(--control-height-normal);
    display: inline-flex;
    flex-flow: row nowrap;
    position: relative;
    width: auto;
    height: var(--control-height);
    gap: 4px
}

    .split-button .button, .split-button .split {
        background: var(--split-button-background);
        color: var(--split-button-color);
        border-radius: var(--split-button-border-radius);
        cursor: pointer;
        outline: none;
        font-size: var(--split-button-font-size);
        position: relative;
        height: inherit;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .split-button .split {
        aspect-ratio: 1;
        padding: 0
    }

        .split-button .split .dropdown-caret {
            margin: 0
        }

        .split-button .split.light-toggle .dropdown-caret {
            fill: #fff
        }

        .split-button .split.active-toggle .dropdown-caret {
            transform: rotate(-90deg)
        }

@media(hover:hover) {
    .split-button .split:hover {
        background: var(--split-button-background-hover);
        color: var(--split-button-color-hover)
    }
}

@media(hover:none) {
    .split-button .split:active {
        background: var(--split-button-background-hover);
        color: var(--split-button-color-hover)
    }
}

.split-button .split:focus, .split-button .split:hover {
    text-decoration: none
}

.split-button .split:active {
    outline: 0
}

.split-button .split.disabled, .split-button .split:disabled {
    opacity: .65
}

.split-button .split.outline {
    background: transparent none;
    border-width: 1px;
    border-color: var(--split-button-border-color)
}

.split-button .split:active {
    box-shadow: none
}

.split-button [data-role-dropdown], .split-button [data-role-dropmenu], .split-button .drop-object {
    right: 0;
    top: 100%
}

    .split-button [data-role-dropdown].place-left, .split-button [data-role-dropmenu].place-left, .split-button .drop-object.place-left {
        left: 0;
        right: auto
    }

.split-button.no-gap {
    gap: 0
}

    .split-button.no-gap button, .split-button.no-gap .button {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .split-button.no-gap .split {
        border-radius: 0 var(--split-button-border-radius) var(--split-button-border-radius) 0;
        border-left: 1px solid var(--split-button-background-hover)
    }

.split-button.mini {
    --control-height: var(--control-height-mini);
    --split-button-font-size: 10px
}

.split-button.small {
    --control-height: var(--control-height-small);
    --split-button-font-size: 12px
}

.split-button.medium {
    --control-height: var(--control-height-medium);
    --split-button-font-size: 14px
}

.split-button.large {
    --control-height: var(--control-height-large);
    --split-button-font-size: 18px
}

.split-button.largest {
    --control-height: var(--control-height-largest);
    --split-button-font-size: 24px
}

:root {
    --splitter-color: #F8F8F8;
    --splitter-color-active: #F8F8F8;
    --splitter-gutter-color: #BEBEBE;
    --splitter-gutter-color-active: #BEBEBE
}

.dark-side {
    --splitter-color: #1e1f22;
    --splitter-color-active: #26282e;
    --splitter-gutter-color: #4a4d51;
    --splitter-gutter-color-active: #2e436e
}

.splitter {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    user-select: none
}

    .splitter.vertical {
        flex-direction: row
    }

    .splitter.horizontal {
        flex-direction: column
    }

    .splitter > .gutter {
        flex-shrink: 0;
        flex-grow: 0;
        background-color: var(--splitter-color);
        z-index: 1;
        position: relative
    }

        .splitter > .gutter:before {
            content: "";
            z-index: 1;
            display: block;
            position: absolute;
            background: var(--splitter-gutter-color)
        }

        .splitter > .gutter.active {
            background-color: var(--splitter-color-active)
        }

            .splitter > .gutter.active:before {
                background: var(--splitter-gutter-color-active)
            }

    .splitter.horizontal > .gutter {
        cursor: row-resize;
        border-top: 1px solid var(--border-color);
        border-bottom: 1px solid var(--border-color)
    }

        .splitter.horizontal > .gutter:before {
            height: 100%;
            width: 24px;
            top: 0;
            left: 50%;
            margin-left: -12px;
            margin-top: 0
        }

    .splitter.vertical > .gutter {
        cursor: col-resize;
        border-left: 1px solid var(--border-color);
        border-right: 1px solid var(--border-color)
    }

        .splitter.vertical > .gutter:before {
            left: 0;
            width: 100%;
            top: 50%;
            height: 24px;
            margin-top: -12px
        }

    .splitter.static-size > .gutter {
        cursor: default
    }

        .splitter.static-size > .gutter:before {
            display: none
        }

    .splitter > .split-block {
        position: relative;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 100%;
        overflow: hidden
    }

.splitter {
    --gutter-dot-size: 2px;
    --gutter-bg-size: 8px;
    --gutter-bg-position: calc(var(--gutter-bg-size) / 2);
    --gutter-dot-color: var(--splitter-color);
    --gutter-dot-color-second: var(--splitter-gutter-color)
}

    .splitter.gutter-style-ribbed > .gutter:before {
        background: repeating-linear-gradient(45deg,var(--splitter-color),var(--splitter-gutter-color) 4px,var(--splitter-color) 4px,var(--splitter-gutter-color) 8px)
    }

    .splitter.gutter-style-dashed.horizontal > .gutter:before {
        background: repeating-linear-gradient(90deg,var(--splitter-color),var(--splitter-gutter-color) 4px,var(--splitter-color) 4px,var(--splitter-gutter-color) 8px)
    }

    .splitter.gutter-style-dashed.vertical > .gutter:before {
        background: repeating-linear-gradient(0deg,var(--splitter-color),var(--splitter-gutter-color) 4px,var(--splitter-color) 4px,var(--splitter-gutter-color) 8px)
    }

    .splitter.gutter-style-dotted > .gutter:before {
        background-image: radial-gradient(circle at center,var(--gutter-dot-color) var(--gutter-dot-size),var(--gutter-dot-color-second) 0),radial-gradient(circle at center,var(--gutter-dot-color) var(--gutter-dot-size),var(--gutter-dot-color-second) 0);
        background-size: var(--gutter-bg-size) var(--gutter-bg-size);
        background-position: 0 0,var(--gutter-bg-position) var(--gutter-bg-position)
    }

:root {
    --stack-menu-icon-size: 18px;
    --stack-menu-chevron: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 6'%3E%3Cpath d='M5.5 6L11 .7l-.73-.7L5.5 4.6.73 0 0 .7z' fill='%23595959'/%3E%3C/svg%3E");
    --stack-menu-background: #ffffff;
    --stack-menu-color: #191919;
    --stack-menu-title-color: #303030;
    --stack-menu-border-color: #e7e7e7;
    --stack-menu-item-background-hover: #e8e8e8;
    --stack-menu-item-color-hover: #000000
}

.dark-side {
    --stack-menu-chevron: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 6'%3E%3Cpath d='M5.5 6L11 .7l-.73-.7L5.5 4.6.73 0 0 .7z' fill='%23e0e0e0'/%3E%3C/svg%3E");
    --stack-menu-background: #343637;
    --stack-menu-color: #dbdfe7;
    --stack-menu-title-color: #dbdfe7;
    --stack-menu-border-color: #2b2d30;
    --stack-menu-item-background-hover: #1e1f22;
    --stack-menu-item-color-hover: #ffffff
}

.stack-menu {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 320px;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    background: var(--stack-menu-background);
    color: var(--stack-menu-color);
    z-index: 1030;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transform: translate(-110%);
    transition: transform .3s;
    border: 1px solid transparent;
    box-shadow: 2px 0 4px #0003
}

    .stack-menu.open {
        transform: translate(0)
    }

    .stack-menu .title {
        font-size: 20px;
        line-height: 1.2;
        font-weight: 500;
        color: var(--stack-menu-title-color);
        letter-spacing: .15px;
        margin: 0;
        padding: 10px 16px 16px;
        text-decoration: none
    }

    .stack-menu ul {
        list-style: none;
        padding: 0 0 8px;
        margin: 0 1rem;
        display: flex;
        flex-direction: column;
        height: calc(100% - 48px);
        overflow-y: auto
    }

    .stack-menu li {
        display: block;
        transform: translate(0);
        transition: transform .3s ease-in-out
    }

        .stack-menu li a {
            position: relative;
            display: flex;
            height: 48px;
            border-top: 1px solid var(--stack-menu-border-color);
            cursor: pointer;
            padding: 0 .5rem;
            font-size: 14px;
            letter-spacing: .3px;
            color: var(--stack-menu-color);
            font-weight: 400;
            align-items: center;
            text-decoration: none;
            white-space: nowrap
        }

            .stack-menu li a .icon {
                width: var(--stack-menu-icon-size);
                height: var(--stack-menu-icon-size);
                line-height: var(--stack-menu-icon-size);
                font-size: var(--stack-menu-icon-size);
                opacity: 1;
                margin-right: 8px;
                object-fit: cover
            }

            .stack-menu li a:after {
                content: "";
                position: absolute;
                background-image: var(--stack-menu-chevron);
                top: calc(50% - 3px);
                transform: rotate(270deg);
                width: 11px;
                height: 6px;
                right: 14px;
                display: none
            }

        .stack-menu li:not([data-menu-id=none]) a:after {
            display: block
        }

        .stack-menu li.-initial {
            transform: translate(-100%)
        }

:root {
    --stepper-step-background: #515151;
    --stepper-step-color: #FFFFFF;
    --stepper-step-background-complete: #00B500;
    --stepper-step-color-complete: #FFFFFF;
    --stepper-step-background-current: #94B6FF;
    --stepper-step-color-current: #FFFFFF;
    --stepper-line-color: #e3e3e3
}

.dark-side {
    --stepper-step-background: #515151;
    --stepper-step-color: #FFFFFF;
    --stepper-step-background-complete: #00B500;
    --stepper-step-color-complete: #FFFFFF;
    --stepper-step-background-current: #94B6FF;
    --stepper-step-color-current: #FFFFFF;
    --stepper-line-color: #2b2d30
}

.stepper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    position: relative;
    margin: .5rem 0
}

    .stepper:before {
        content: "";
        display: block;
        width: 100%;
        position: absolute;
        height: 1px;
        background-color: var(--stepper-line-color);
        top: 50%;
        left: 0;
        z-index: 0
    }

    .stepper.vertical {
        flex-flow: column nowrap
    }

    .stepper .step {
        display: block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        z-index: 1;
        background-color: var(--stepper-step-background);
        color: var(--stepper-step-color);
        cursor: pointer;
        position: relative
    }

        .stepper .step span {
            display: block
        }

        .stepper .step.complete {
            background-color: var(--stepper-step-background-complete);
            color: var(--stepper-step-color-complete)
        }

        .stepper .step.current {
            background-color: var(--stepper-step-background-current);
            color: var(--stepper-step-color-current)
        }

    .stepper.cycle .step {
        border-radius: 50%
    }

    .stepper.diamond .step {
        transform: rotate(45deg)
    }

        .stepper.diamond .step span {
            transform: rotate(-45deg)
        }

:root {
    --streamer-item-width: 224px;
    --streamer-background: #ffffff;
    --streamer-color: #191919;
    --streamer-stream-border-color: #fefefe;
    --stream-event-group-background: #f7f8fa;
    --stream-event-group-color: #191919;
    --stream-event-background: #fefefe;
    --stream-event-color: #191919;
    --stream-event-border-color: #fefefe;
    --stream-event-border-color-hover: #fefefe;
    --stream-event-border-radius: 6px;
    --stream-event-shadow-color: #b5b5b5;
    --streamer-scrollbar-size: 10px;
    --streamer-scrollbar-color: #000;
    --streamer-scrollbar-thumb-color: #2e9fff
}

.dark-side {
    --streamer-background: #343637;
    --streamer-color: #dbdfe7;
    --streamer-stream-border-color: #2b2d30;
    --stream-event-group-background: #272729;
    --stream-event-group-color: #191919;
    --stream-event-background: #343637;
    --stream-event-color: #dbdfe7;
    --stream-event-border-color: #484b4c;
    --stream-event-border-color-hover: #616567;
    --stream-event-border-radius: 6px;
    --stream-event-shadow-color: #191919;
    --streamer-scrollbar-color: #000;
    --streamer-scrollbar-thumb-color: #ff6211
}

.streamer {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 1rem
}

    .streamer ::-webkit-scrollbar {
        height: var(--streamer-scrollbar-size);
        width: var(--streamer-scrollbar-size)
    }

    .streamer ::-webkit-scrollbar-thumb:horizontal {
        background: var(--streamer-scrollbar-thumb-color);
        border-radius: 10px
    }

    .streamer .streams {
        width: 40px;
        overflow: visible;
        display: flex;
        flex-flow: column nowrap;
        padding-top: 30px;
        background-color: var(--streamer-background);
        color: var(--streamer-color);
        position: absolute;
        margin-top: 2px;
        left: 0;
        top: 0;
        z-index: 500
    }

    .streamer .streamer-actions {
        position: absolute;
        top: -1px;
        left: 0;
        width: 100%;
        height: 32px;
        display: none;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;
        background-color: inherit;
        z-index: 101;
        gap: 2px;
        padding: 2px 4px
    }

    .streamer .streamer-action {
        width: 26px;
        height: 26px
    }

    .streamer .stream {
        position: relative;
        height: 75px;
        width: 40px;
        padding: 4px 8px;
        display: flex;
        flex-flow: column nowrap;
        background-color: inherit;
        color: inherit;
        border: 2px solid var(--streamer-stream-border-color);
        cursor: pointer;
        user-select: none;
        transition: width .3s ease;
        border-radius: 4px
    }

    .streamer .stream-title, .streamer .stream-secondary {
        display: none;
        z-index: 2
    }

    .streamer .stream-title {
        font-size: 14px;
        text-transform: uppercase;
        height: 100%;
        line-height: 1
    }

    .streamer .stream-secondary {
        height: 16px;
        line-height: 16px;
        font-size: 12px
    }

    .streamer .stream-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -16px;
        margin-left: -16px;
        width: 32px;
        height: 32px;
        font-size: 24px;
        text-align: center
    }

    .streamer .events-area {
        width: 100%;
        overflow: hidden;
        display: flex;
        flex-flow: column nowrap;
        padding-left: 40px;
        z-index: 1;
        position: relative;
        white-space: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: auto
    }

    .streamer .streamer-timeline, .streamer .streamer-fake-timeline {
        height: 32px;
        width: auto;
        list-style: none inside;
        margin: 0;
        padding: 0;
        display: flex;
        flex-flow: row nowrap;
        order: 1
    }

        .streamer .streamer-timeline li, .streamer .streamer-fake-timeline li {
            flex-shrink: 0;
            flex-grow: 0;
            width: var(--streamer-item-width);
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOAAAAATCAYAAACJKwFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2OWY4NzBhNi0zODU3LWFmNDEtYWMzZS03YzlkOTcxZjMxOTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEREMzg4NkJBQjkyMTFFN0JDQTVFMzg4RUE0RDc4RkQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEREMzg4NkFBQjkyMTFFN0JDQTVFMzg4RUE0RDc4RkQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YzEyZGQ1NjktNmM3YS0yZTQ2LTg2MmQtZWY3OGU5MmQ4NWY2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY5Zjg3MGE2LTM4NTctYWY0MS1hYzNlLTdjOWQ5NzFmMzE5MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv3rUTMAAAIHSURBVHja7Jq/S0JRHMWfpj37oSA8qikIImioIaghaHDrD2hqaG4R6i8paGksh2iIQGhoCYewocChhkDEoAjsx5IGDZV2Ll6huXvoKZwPHHwuh3O/737f03tvpNVqeUKIcIiYBiwUCoe4LhH8FqAadO/oE0BT0AUh0xxUhyqOPklohpRpFvqEbh194tA8dGX9XJi2fteE8S1CN1DD0WcSSpHmpslUhl4dfcahMeiSMTdj9qKYyWR2/uKA5v39dd1OUNebOAKtQtuEQa5Bd9C5o4+pVRbaImRagd6hU4LXJinTMjQMHZEymfn05eizBE1AOUKmDegAeiY8PE0z7xIyZaP2op/0Rk1AaYKPeQP6pEyD9inqyigx05B9ozLG5ttPV5I2FwPf1suVFGlsnUwBwSdt5zmD/qh+hQsRHmpAIdSAQqgBhRBqQCHUgEKIfyBG9jP7SD4pV5KYibFs3EfMZJbWu+0I0oDH24ZI2nq5krD3j5UpTvDxiZnoDWg2Ot8IPmbjfI+UqQo9EXw+vPZJCgYn0HeXNeCjx9vfKtt6uVIjPqhMpjrBx5ykqXRrA1ZJPg3P/RhTh2OSzwu0T/J66MJfQ2dEL1adisRMOZJPyeMcjdN/QCHCRg0ohBpQCDWgECKkBgxUip4k4rVXLiMqRU8SdBowr1r0JE2vvbTeVCl6kvyPAAMASGlSBhr76A8AAAAASUVORK5CYII=) no-repeat;
            vertical-align: bottom;
            height: 100%;
            line-height: 30px;
            display: flex;
            flex-flow: row nowrap;
            position: relative
        }

            .streamer .streamer-timeline li em, .streamer .streamer-fake-timeline li em {
                font-size: 10px;
                font-style: normal;
                margin: 4px;
                flex: 1 0 0;
                max-width: 100%
            }

    .streamer .streamer-fake-timeline {
        position: absolute;
        height: 1px;
        top: 0;
        left: 0;
        width: 100%
    }

        .streamer .streamer-fake-timeline li {
            width: auto;
            line-height: 1px;
            flex-shrink: 0;
            flex-grow: 0;
            overflow: hidden;
            text-align: center;
            color: #fcfcfc
        }

    .streamer .streamer-events {
        order: 2;
        position: relative;
        display: flex;
        flex-flow: row nowrap
    }

    .streamer .event-group {
        display: block;
        background-color: var(--stream-event-group-background);
        color: var(--stream-event-group-color);
        border: 1px solid transparent;
        flex-shrink: 0;
        margin-top: -1px
    }

    .streamer .stream-events {
        min-height: 75px;
        height: auto;
        width: auto;
        position: relative;
        display: flex;
        flex-flow: row nowrap
    }

        .streamer .stream-events.global-stream {
            min-height: 100%
        }

            .streamer .stream-events.global-stream .stream-event {
                min-width: 100%
            }

    .streamer .stream-event {
        width: calc(var(--streamer-item-width) - 2);
        height: 72px;
        border: 1px solid var(--stream-event-border-color);
        border-radius: var(--stream-event-border-radius);
        margin: 2px 1px;
        background-color: var(--stream-event-background);
        color: var(--stream-event-color);
        overflow: hidden;
        user-select: none;
        cursor: pointer
    }

@media(hover:hover) {
    .streamer .stream-event:hover {
        border-color: var(--stream-event-border-color-hover);
        box-shadow: 0 1px 2px 0 var(--stream-event-shadow-color);
        z-index: 2
    }
}

@media(hover:none) {
    .streamer .stream-event:active {
        border-color: var(--stream-event-border-color-hover);
        z-index: 2
    }
}

.streamer .stream-event-slide {
    display: flex;
    position: relative;
    flex-flow: row nowrap;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    padding-right: 4px
}

    .streamer .stream-event-slide .slide-logo {
        width: 40px;
        position: relative;
        display: flex;
        flex-flow: column nowrap;
        padding: 2px
    }

        .streamer .stream-event-slide .slide-logo .icon {
            width: 36px;
            height: 36px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px
        }

        .streamer .stream-event-slide .slide-logo .time {
            margin-top: 1px;
            padding: 5px 4px 6px;
            font-size: .75rem;
            font-weight: 500;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px
        }

    .streamer .stream-event-slide .slide-data {
        margin: 0 4px;
        padding: 4px 0;
        display: flex;
        flex-flow: column nowrap;
        width: auto;
        max-width: calc(100% - 48px);
        height: 100%
    }

        .streamer .stream-event-slide .slide-data .title, .streamer .stream-event-slide .slide-data .subtitle, .streamer .stream-event-slide .slide-data .desc {
            line-height: 1
        }

        .streamer .stream-event-slide .slide-data .title {
            font-size: 12px;
            font-weight: 700;
            line-height: 14px
        }

        .streamer .stream-event-slide .slide-data .subtitle {
            font-size: 10px
        }

        .streamer .stream-event-slide .slide-data .desc {
            font-size: 11px;
            color: #999;
            margin-top: auto;
            height: 29px;
            white-space: wrap;
            overflow: hidden;
            line-height: 1.2
        }

        .streamer .stream-event-slide .slide-data * + .subtitle {
            margin-top: 2px
        }

    .streamer .stream-event-slide .state-icon {
        position: absolute;
        z-index: 99;
        top: 4px;
        right: 8px;
        color: #8c8c8c
    }

.streamer .stream-event {
    position: relative;
    user-select: none
}

    .streamer .stream-event.selected {
        box-shadow: 0 0 0 1px #e0eaff !important
    }

.streamer .stream-events:not(.global-stream) .stream-event.disabled {
    opacity: .2
}

.streamer .size-auto {
    width: auto
}

.streamer .event-group.size-1x {
    width: calc(var(--streamer-item-width) * 1)
}

.streamer .event-group.size-2x {
    width: calc(var(--streamer-item-width) * 2)
}

.streamer .event-group.size-3x {
    width: calc(var(--streamer-item-width) * 3)
}

.streamer .event-group.size-4x {
    width: calc(var(--streamer-item-width) * 4)
}

.streamer .event-group.size-5x {
    width: calc(var(--streamer-item-width) * 5)
}

.streamer .event-group.size-6x {
    width: calc(var(--streamer-item-width) * 6)
}

.streamer .event-group.size-7x {
    width: calc(var(--streamer-item-width) * 7)
}

.streamer .event-group.size-8x {
    width: calc(var(--streamer-item-width) * 8)
}

.streamer .event-group.size-9x {
    width: calc(var(--streamer-item-width) * 9)
}

.streamer .event-group.size-10x {
    width: calc(var(--streamer-item-width) * 10)
}

.streamer .event-group.size-11x {
    width: calc(var(--streamer-item-width) * 11)
}

.streamer .event-group.size-12x {
    width: calc(var(--streamer-item-width) * 12)
}

.streamer .event-group.size-13x {
    width: calc(var(--streamer-item-width) * 13)
}

.streamer .event-group.size-14x {
    width: calc(var(--streamer-item-width) * 14)
}

.streamer .event-group.size-15x {
    width: calc(var(--streamer-item-width) * 15)
}

.streamer .event-group.size-16x {
    width: calc(var(--streamer-item-width) * 16)
}

.streamer .event-group.size-17x {
    width: calc(var(--streamer-item-width) * 17)
}

.streamer .event-group.size-18x {
    width: calc(var(--streamer-item-width) * 18)
}

.streamer .event-group.size-19x {
    width: calc(var(--streamer-item-width) * 19)
}

.streamer .event-group.size-20x {
    width: calc(var(--streamer-item-width) * 20)
}

.streamer .stream-event.size-1x {
    width: calc(var(--streamer-item-width) * 1 - 2px)
}

.streamer .stream-event.shift-1x {
    margin-left: calc((var(--streamer-item-width) - 2) * 1 + (2 * 1 + 1))
}

.streamer .stream-event.size-2x {
    width: calc(var(--streamer-item-width) * 2 - 2px)
}

.streamer .stream-event.shift-2x {
    margin-left: calc((var(--streamer-item-width) - 2) * 2 + (2 * 2 + 1))
}

.streamer .stream-event.size-3x {
    width: calc(var(--streamer-item-width) * 3 - 2px)
}

.streamer .stream-event.shift-3x {
    margin-left: calc((var(--streamer-item-width) - 2) * 3 + (2 * 3 + 1))
}

.streamer .stream-event.size-4x {
    width: calc(var(--streamer-item-width) * 4 - 2px)
}

.streamer .stream-event.shift-4x {
    margin-left: calc((var(--streamer-item-width) - 2) * 4 + (2 * 4 + 1))
}

.streamer .stream-event.size-5x {
    width: calc(var(--streamer-item-width) * 5 - 2px)
}

.streamer .stream-event.shift-5x {
    margin-left: calc((var(--streamer-item-width) - 2) * 5 + (2 * 5 + 1))
}

.streamer .stream-event.size-6x {
    width: calc(var(--streamer-item-width) * 6 - 2px)
}

.streamer .stream-event.shift-6x {
    margin-left: calc((var(--streamer-item-width) - 2) * 6 + (2 * 6 + 1))
}

.streamer .stream-event.size-7x {
    width: calc(var(--streamer-item-width) * 7 - 2px)
}

.streamer .stream-event.shift-7x {
    margin-left: calc((var(--streamer-item-width) - 2) * 7 + (2 * 7 + 1))
}

.streamer .stream-event.size-8x {
    width: calc(var(--streamer-item-width) * 8 - 2px)
}

.streamer .stream-event.shift-8x {
    margin-left: calc((var(--streamer-item-width) - 2) * 8 + (2 * 8 + 1))
}

.streamer .stream-event.size-9x {
    width: calc(var(--streamer-item-width) * 9 - 2px)
}

.streamer .stream-event.shift-9x {
    margin-left: calc((var(--streamer-item-width) - 2) * 9 + (2 * 9 + 1))
}

.streamer .stream-event.size-10x {
    width: calc(var(--streamer-item-width) * 10 - 2px)
}

.streamer .stream-event.shift-10x {
    margin-left: calc((var(--streamer-item-width) - 2) * 10 + (2 * 10 + 1))
}

.streamer .stream-event.size-11x {
    width: calc(var(--streamer-item-width) * 11 - 2px)
}

.streamer .stream-event.shift-11x {
    margin-left: calc((var(--streamer-item-width) - 2) * 11 + (2 * 11 + 1))
}

.streamer .stream-event.size-12x {
    width: calc(var(--streamer-item-width) * 12 - 2px)
}

.streamer .stream-event.shift-12x {
    margin-left: calc((var(--streamer-item-width) - 2) * 12 + (2 * 12 + 1))
}

.streamer .stream-event.size-13x {
    width: calc(var(--streamer-item-width) * 13 - 2px)
}

.streamer .stream-event.shift-13x {
    margin-left: calc((var(--streamer-item-width) - 2) * 13 + (2 * 13 + 1))
}

.streamer .stream-event.size-14x {
    width: calc(var(--streamer-item-width) * 14 - 2px)
}

.streamer .stream-event.shift-14x {
    margin-left: calc((var(--streamer-item-width) - 2) * 14 + (2 * 14 + 1))
}

.streamer .stream-event.size-15x {
    width: calc(var(--streamer-item-width) * 15 - 2px)
}

.streamer .stream-event.shift-15x {
    margin-left: calc((var(--streamer-item-width) - 2) * 15 + (2 * 15 + 1))
}

.streamer .stream-event.size-16x {
    width: calc(var(--streamer-item-width) * 16 - 2px)
}

.streamer .stream-event.shift-16x {
    margin-left: calc((var(--streamer-item-width) - 2) * 16 + (2 * 16 + 1))
}

.streamer .stream-event.size-17x {
    width: calc(var(--streamer-item-width) * 17 - 2px)
}

.streamer .stream-event.shift-17x {
    margin-left: calc((var(--streamer-item-width) - 2) * 17 + (2 * 17 + 1))
}

.streamer .stream-event.size-18x {
    width: calc(var(--streamer-item-width) * 18 - 2px)
}

.streamer .stream-event.shift-18x {
    margin-left: calc((var(--streamer-item-width) - 2) * 18 + (2 * 18 + 1))
}

.streamer .stream-event.size-19x {
    width: calc(var(--streamer-item-width) * 19 - 2px)
}

.streamer .stream-event.shift-19x {
    margin-left: calc((var(--streamer-item-width) - 2) * 19 + (2 * 19 + 1))
}

.streamer .stream-event.size-20x {
    width: calc(var(--streamer-item-width) * 20 - 2px)
}

.streamer .stream-event.shift-20x {
    margin-left: calc((var(--streamer-item-width) - 2) * 20 + (2 * 20 + 1))
}

.streamer .stream-event.size-half {
    width: calc(var(--streamer-item-width) / 2)
}

.streamer .stream-event.size-one-third {
    width: calc(var(--streamer-item-width) / 3)
}

.streamer .stream-event.offset-half {
    margin-left: calc(var(--streamer-item-width) / 2)
}

.streamer .stream-event.offset-one-third {
    margin-left: calc(var(--streamer-item-width) / 3)
}

html.metro-no-touch-device .streamer .stream:hover {
    transition: width .3s ease;
    width: 200px
}

    html.metro-no-touch-device .streamer .stream:hover .stream-title, html.metro-no-touch-device .streamer .stream:hover .stream-secondary {
        display: block
    }

    html.metro-no-touch-device .streamer .stream:hover .stream-icon {
        inset: auto 4px 4px auto
    }

html.metro-touch-device .streamer .stream.focused {
    transition: width .3s ease;
    width: 200px
}

    html.metro-touch-device .streamer .stream.focused .stream-title, html.metro-touch-device .streamer .stream.focused .stream-secondary {
        display: block
    }

    html.metro-touch-device .streamer .stream.focused .stream-icon {
        inset: auto 4px 4px auto
    }

@container (min-width: 0) {
    .streamer.streamer-expand-fs .streams, .streamer.streamer-expand-fs .stream {
        width: 200px
    }

    .streamer.streamer-expand-fs .streamer-actions {
        display: flex;
        width: 200px
    }

    .streamer.streamer-expand-fs .stream-title, .streamer.streamer-expand-fs .stream-secondary {
        display: block
    }

    .streamer.streamer-expand-fs .stream-icon {
        inset: auto 4px 4px auto
    }

    .streamer.streamer-expand-fs .events-area {
        padding-left: 200px
    }
}

@container (min-width: 360px) {
    .streamer.streamer-expand-xs .streams, .streamer.streamer-expand-xs .stream {
        width: 200px
    }

    .streamer.streamer-expand-xs .streamer-actions {
        display: flex;
        width: 200px
    }

    .streamer.streamer-expand-xs .stream-title, .streamer.streamer-expand-xs .stream-secondary {
        display: block
    }

    .streamer.streamer-expand-xs .stream-icon {
        inset: auto 4px 4px auto
    }

    .streamer.streamer-expand-xs .events-area {
        padding-left: 200px
    }
}

@container (min-width: 576px) {
    .streamer.streamer-expand-sm .streams, .streamer.streamer-expand-sm .stream {
        width: 200px
    }

    .streamer.streamer-expand-sm .streamer-actions {
        display: flex;
        width: 200px
    }

    .streamer.streamer-expand-sm .stream-title, .streamer.streamer-expand-sm .stream-secondary {
        display: block
    }

    .streamer.streamer-expand-sm .stream-icon {
        inset: auto 4px 4px auto
    }

    .streamer.streamer-expand-sm .events-area {
        padding-left: 200px
    }
}

@container (min-width: 640px) {
    .streamer.streamer-expand-ld .streams, .streamer.streamer-expand-ld .stream {
        width: 200px
    }

    .streamer.streamer-expand-ld .streamer-actions {
        display: flex;
        width: 200px
    }

    .streamer.streamer-expand-ld .stream-title, .streamer.streamer-expand-ld .stream-secondary {
        display: block
    }

    .streamer.streamer-expand-ld .stream-icon {
        inset: auto 4px 4px auto
    }

    .streamer.streamer-expand-ld .events-area {
        padding-left: 200px
    }
}

@container (min-width: 768px) {
    .streamer.streamer-expand-md .streams, .streamer.streamer-expand-md .stream {
        width: 200px
    }

    .streamer.streamer-expand-md .streamer-actions {
        display: flex;
        width: 200px
    }

    .streamer.streamer-expand-md .stream-title, .streamer.streamer-expand-md .stream-secondary {
        display: block
    }

    .streamer.streamer-expand-md .stream-icon {
        inset: auto 4px 4px auto
    }

    .streamer.streamer-expand-md .events-area {
        padding-left: 200px
    }
}

@container (min-width: 992px) {
    .streamer.streamer-expand-lg .streams, .streamer.streamer-expand-lg .stream {
        width: 200px
    }

    .streamer.streamer-expand-lg .streamer-actions {
        display: flex;
        width: 200px
    }

    .streamer.streamer-expand-lg .stream-title, .streamer.streamer-expand-lg .stream-secondary {
        display: block
    }

    .streamer.streamer-expand-lg .stream-icon {
        inset: auto 4px 4px auto
    }

    .streamer.streamer-expand-lg .events-area {
        padding-left: 200px
    }
}

@container (min-width: 1200px) {
    .streamer.streamer-expand-xl .streams, .streamer.streamer-expand-xl .stream {
        width: 200px
    }

    .streamer.streamer-expand-xl .streamer-actions {
        display: flex;
        width: 200px
    }

    .streamer.streamer-expand-xl .stream-title, .streamer.streamer-expand-xl .stream-secondary {
        display: block
    }

    .streamer.streamer-expand-xl .stream-icon {
        inset: auto 4px 4px auto
    }

    .streamer.streamer-expand-xl .events-area {
        padding-left: 200px
    }
}

@container (min-width: 1400px) {
    .streamer.streamer-expand-xxl .streams, .streamer.streamer-expand-xxl .stream {
        width: 200px
    }

    .streamer.streamer-expand-xxl .streamer-actions {
        display: flex;
        width: 200px
    }

    .streamer.streamer-expand-xxl .stream-title, .streamer.streamer-expand-xxl .stream-secondary {
        display: block
    }

    .streamer.streamer-expand-xxl .stream-icon {
        inset: auto 4px 4px auto
    }

    .streamer.streamer-expand-xxl .events-area {
        padding-left: 200px
    }
}

@container (min-width: 2000px) {
    .streamer.streamer-expand-xxxl .streams, .streamer.streamer-expand-xxxl .stream {
        width: 200px
    }

    .streamer.streamer-expand-xxxl .streamer-actions {
        display: flex;
        width: 200px
    }

    .streamer.streamer-expand-xxxl .stream-title, .streamer.streamer-expand-xxxl .stream-secondary {
        display: block
    }

    .streamer.streamer-expand-xxxl .stream-icon {
        inset: auto 4px 4px auto
    }

    .streamer.streamer-expand-xxxl .events-area {
        padding-left: 200px
    }
}

:root {
    --switch-background: #e9e9e9;
    --switch-background-checked: #191919;
    --switch-background-disabled: #e8e8e8;
    --switch-toggle-color: #fff;
    --switch-toggle-disabled: #ccc;
    --switch-text-color: #000;
    --switch-text-color-checked: #fff;
    --switch-focus-color: #e8e8e8
}

.dark-side {
    --switch-background: #232527;
    --switch-background-checked: #474748;
    --switch-toggle-color: #fff;
    --switch-toggle-disabled: #3e4145;
    --switch-text-color: #efefef;
    --switch-text-color-checked: #fff;
    --switch-focus-color: #191919
}

.switch {
    height: 36px;
    padding: 8px 0;
    margin: 0 .25rem;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    width: auto;
    flex-wrap: nowrap
}

    .switch > input {
        appearance: none;
        position: relative;
        width: 48px;
        height: 20px;
        order: 2;
        background: var(--switch-background);
        border-radius: 10px;
        cursor: pointer;
        transition: .3s background-color;
        margin: 0;
        padding: 0;
        border-color: transparent !important
    }

        .switch > input:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 16px;
            height: 16px;
            background: var(--switch-toggle-color);
            border-radius: 50%;
            transition: .3s;
            opacity: 1;
            border: 1px solid transparent;
            transform: none
        }

        .switch > input:after {
            position: absolute;
            content: attr(data-off);
            top: 5px;
            left: 2px;
            transform: translate(20px);
            color: var(--switch-text-color);
            text-transform: uppercase;
            font-size: 8px;
            font-weight: 400;
            transition: .3s transform;
            line-height: 1
        }

        .switch > input:checked {
            background: var(--switch-background-checked)
        }

            .switch > input:checked:before {
                transform: translate(28px)
            }

            .switch > input:checked:after {
                content: attr(data-on);
                transform: translate(6px);
                color: var(--switch-text-color-checked)
            }

        .switch > input:disabled {
            background: var(--switch-background-disabled)
        }

            .switch > input:disabled:before {
                background: var(--switch-toggle-disabled)
            }

    .switch .caption-prepend, .switch .caption-append {
        font-size: 12px;
        margin: 0 6px;
        position: relative;
        white-space: nowrap
    }

    .switch .caption-prepend {
        order: 1
    }

    .switch .caption-append {
        order: 3
    }

    .switch > input[type=checkbox]:disabled ~ .caption-prepend, .switch > input[type=checkbox]:disabled ~ .caption-append {
        color: var(--switch-toggle-disabled)
    }

    .switch > input[type=checkbox]:focus {
        box-shadow: 0 0 0 3px var(--switch-focus-color)
    }

    .switch.material > input {
        height: 17px
    }

        .switch.material > input:before {
            top: -6px;
            left: -4px;
            width: 24px;
            height: 24px;
            border: 1px solid var(--switch-toggle-color);
            box-shadow: 0 2px 10px #00000029,0 2px 5px #00000042
        }

        .switch.material > input:after {
            top: 4px;
            transform: translate(22px)
        }

        .switch.material > input:checked:before {
            transform: translate(28px)
        }

        .switch.material > input:checked:after {
            transform: translate(4px)
        }

    .switch.material .caption-prepend {
        margin-right: 8px
    }

    .switch.material .caption-append {
        margin-left: 8px
    }

    .switch:has(input:disabled) {
        cursor: default
    }

.switch-gray {
    --switch-background-checked: hsl(0, 0%, 80%) !important
}

.switch-gray-blue {
    --switch-background-checked: hsl(210, 26%, 54%) !important
}

.switch-gray-mouse {
    --switch-background-checked: hsl(199, 15%, 40%) !important
}

.switch-lime {
    --switch-background-checked: hsl(93, 97%, 71%) !important
}

.switch-green {
    --switch-background-checked: hsl(120, 100%, 35%) !important
}

.switch-emerald {
    --switch-background-checked: hsl(140, 52%, 55%) !important
}

.switch-blue {
    --switch-background-checked: hsl(225, 100%, 68%) !important
}

.switch-teal {
    --switch-background-checked: hsl(180, 77%, 44%) !important
}

.switch-cyan {
    --switch-background-checked: hsl(221, 100%, 79%) !important
}

.switch-cobalt {
    --switch-background-checked: hsl(215, 100%, 34%) !important
}

.switch-indigo {
    --switch-background-checked: hsl(276, 100%, 33%) !important
}

.switch-almost {
    --switch-background-checked: hsl(259, 84%, 55%) !important
}

.switch-violet {
    --switch-background-checked: hsl(300, 76%, 72%) !important
}

.switch-pink {
    --switch-background-checked: hsl(350, 100%, 88%) !important
}

.switch-magenta {
    --switch-background-checked: hsl(300, 100%, 50%) !important
}

.switch-crimson {
    --switch-background-checked: hsl(348, 88%, 46%) !important
}

.switch-red {
    --switch-background-checked: hsl(0, 100%, 50%) !important
}

.switch-clown {
    --switch-background-checked: hsl(3, 100%, 70%) !important
}

.switch-orange {
    --switch-background-checked: hsl(39, 100%, 50%) !important
}

.switch-amber {
    --switch-background-checked: hsl(45, 100%, 58%) !important
}

.switch-yellow {
    --switch-background-checked: hsl(52, 100%, 68%) !important
}

.switch-brown {
    --switch-background-checked: hsl(25, 57%, 51%) !important
}

.switch-olive {
    --switch-background-checked: hsl(60, 100%, 32%) !important
}

.switch-steel {
    --switch-background-checked: hsl(209, 19%, 57%) !important
}

.switch-mauve {
    --switch-background-checked: hsl(277, 100%, 84%) !important
}

.switch-taupe {
    --switch-background-checked: hsl(29, 19%, 50%) !important
}

.switch-champagne {
    --switch-background-checked: hsl(37, 74%, 88%) !important
}

.switch-khaki {
    --switch-background-checked: hsl(47, 47%, 69%) !important
}

.switch-charcoal {
    --switch-background-checked: hsl(0, 0%, 60%) !important
}

.switch-bronze {
    --switch-background-checked: hsl(29, 75%, 57%) !important
}

.switch-windstorm {
    --switch-background-checked: hsl(216, 53%, 66%) !important
}

.switch-nude {
    --switch-background-checked: hsl(29, 79%, 85%) !important
}

.switch-terracotta {
    --switch-background-checked: hsl(10, 76%, 55%) !important
}

.switch-coral {
    --switch-background-checked: hsl(16, 100%, 67%) !important
}

.switch-army {
    --switch-background-checked: hsl(69, 34%, 30%) !important
}

.switch-seashell {
    --switch-background-checked: hsl(25, 100%, 95%) !important
}

.switch-sand {
    --switch-background-checked: hsl(45, 71%, 81%) !important
}

.typer {
    position: relative;
    text-align: left;
    display: inline-flex;
    justify-content: flex-start
}

.typer-cursor {
    transition: all .1s
}

:root {
    --t-menu-border-radius: 6px;
    --t-menu-border-color: #ececec;
    --t-menu-background: #fefefe;
    --t-menu-color: #191919;
    --t-menu-dropdown-color: #191919
}

.dark-side {
    --t-menu-border-color: #484b4c;
    --t-menu-background: #343637;
    --t-menu-color: #dbdfe7;
    --t-menu-dropdown-color: #dbdfe7
}

.t-menu {
    list-style: none inside;
    margin: 0;
    padding: 0;
    position: relative;
    width: auto;
    float: left;
    background-color: var(--t-menu-background);
    color: var(--t-menu-color);
    display: none;
    border: 1px var(--t-menu-border-color) solid;
    border-radius: var(--t-menu-border-radius)
}

    .t-menu.open {
        display: block
    }

    .t-menu > li:first-child, .t-menu > li:first-child a {
        border-top-left-radius: var(--t-menu-border-radius);
        border-top-right-radius: var(--t-menu-border-radius)
    }

    .t-menu > li:last-child, .t-menu > li:last-child a {
        border-bottom-left-radius: var(--t-menu-border-radius);
        border-bottom-right-radius: var(--t-menu-border-radius)
    }

    .t-menu > li {
        position: relative;
        background-color: inherit;
        color: inherit;
        display: block;
        height: 60px;
        width: 60px
    }

        .t-menu > li > a {
            display: flex;
            align-items: center;
            justify-content: center;
            border-bottom: 1px var(--t-menu-border-color) solid;
            position: relative;
            color: inherit;
            background-color: inherit;
            height: 100%;
            width: 100%;
            overflow: hidden
        }

            .t-menu > li > a * {
                width: 1.5rem;
                height: 1.5rem;
                font-size: 1.5rem;
                display: flex;
                align-items: center;
                justify-content: center
            }

@media(hover:hover) {
    .t-menu > li:hover {
        background-color: #1d1d1d1a
    }
}

@media(hover:none) {
    .t-menu > li:active {
        background-color: #1d1d1d1a
    }
}

.t-menu a, .t-menu a:hover {
    text-decoration: none !important
}

.t-menu.horizontal > li {
    float: left
}

    .t-menu.horizontal > li:first-child a {
        border-radius: var(--t-menu-border-radius) 0 0 var(--t-menu-border-radius)
    }

    .t-menu.horizontal > li:last-child a {
        border-radius: 0 var(--t-menu-border-radius) var(--t-menu-border-radius) 0
    }

.t-menu .t-menu {
    position: absolute;
    left: 100%;
    margin-left: .3125rem;
    top: 0;
    float: none
}

.t-menu.horizontal .t-menu {
    left: 0;
    top: 100%;
    margin-top: .3125rem;
    margin-left: 0
}

.t-menu .dropdown-toggle {
    padding-right: 0 !important
}

    .t-menu .dropdown-toggle:after {
        content: "";
        background-color: transparent;
        position: absolute;
        inset: auto 0 0 auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 8px 8px;
        border-color: transparent transparent var(--t-menu-dropdown-color) transparent;
        transform: rotate(0)
    }

    .t-menu .dropdown-toggle:before {
        display: none
    }

.t-menu .dropdown-caret {
    display: none
}

.t-menu.horizontal > li > a {
    border-right: 1px var(--t-menu-border-color) solid;
    border-bottom: 0
}

.t-menu.horizontal > li:last-child > a {
    border-right: 0
}

.t-menu.horizontal .t-menu:not(.horizontal) {
    left: 0;
    top: 100%;
    margin-top: .3125rem;
    margin-left: 0
}

    .t-menu.horizontal .t-menu:not(.horizontal) .t-menu.horizontal {
        left: 100%;
        margin-left: .3125rem;
        top: -.3rem;
        float: left
    }

.t-menu.compact li {
    width: 40px;
    height: 40px
}

    .t-menu.compact li a * {
        width: 1rem;
        height: 1rem;
        font-size: 1rem
    }

.t-menu {
    z-index: 1000
}

:root {
    --tabs-material-background: #ffffff;
    --tabs-material-color: #191919;
    --tabs-material-marker-color: #000000
}

.dark-side {
    --tabs-material-background: #343637;
    --tabs-material-color: #dbdfe7;
    --tabs-material-marker-color: #ff6211
}

.tabs-material-wrapper {
    overflow: hidden;
    height: 48px;
    display: block;
    width: 100%
}

.tabs-material {
    margin: 0;
    padding: 0 52px;
    position: relative;
    height: auto;
    display: flex;
    flex-flow: row nowrap;
    overflow: auto;
    overflow-y: hidden;
    width: 100%;
    z-index: 1030;
    background-color: var(--tabs-material-background);
    color: var(--tabs-material-color);
    white-space: nowrap;
    list-style: none inside;
    line-height: 1
}

    .tabs-material li {
        flex-shrink: 0;
        position: relative;
        display: block;
        height: 48px;
        cursor: pointer;
        opacity: .6;
        text-align: center;
        margin: 0;
        overflow: hidden;
        max-width: 360px;
        min-width: 90px;
        background-color: inherit;
        color: inherit
    }

        .tabs-material li a {
            display: block;
            position: relative;
            padding: 16px;
            background-color: inherit;
            color: inherit;
            text-decoration: none;
            font-weight: 500;
            white-space: nowrap;
            font-size: 14px;
            text-transform: uppercase;
            line-height: 20px;
            width: 100%
        }

            .tabs-material li a:hover {
                text-decoration: none
            }

        .tabs-material li .icon {
            width: 24px;
            height: 24px;
            line-height: 24px;
            font-size: 22px;
            display: block
        }

    .tabs-material:after {
        content: " ";
        min-width: 52px
    }

    .tabs-material.with-icons li {
        height: 72px
    }

    .tabs-material li.active, .tabs-material li:hover {
        opacity: 1;
        transition: .3s linear
    }

    .tabs-material .tab-marker {
        display: block;
        position: absolute;
        height: 2px;
        bottom: 0;
        left: 0;
        color: transparent;
        opacity: 1;
        z-index: 1;
        background-color: var(--tabs-material-marker-color)
    }

    .tabs-material .tab-badge {
        position: absolute;
        top: 8px;
        right: 8px;
        padding: 4px
    }

    .tabs-material.deep {
        z-index: 1029
    }

    .tabs-material.fixed-tabs {
        overflow-x: hidden;
        padding: 0
    }

        .tabs-material.fixed-tabs li {
            flex-basis: 0;
            flex-grow: 1
        }

        .tabs-material.fixed-tabs:after {
            content: "";
            min-width: 0
        }

.head-bar ~ .fixed-tabs, .tabs-material-wrapper.app-bar-present {
    top: 56px
}

.head-bar.more ~ .fixed-tabs, .tabs-material-wrapper.app-bar-present-more {
    top: 112px
}

:root {
    --taginput-border-radius: 4px;
    --taginput-color: var(--input-color)
}

.dark-side {
    --taginput-color: var(--input-color)
}

.tag-input {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0 2px;
    cursor: text;
    position: relative;
    height: auto;
    min-height: var(--input-height, 36px);
    border-radius: var(--taginput-border-radius)
}

    .tag-input .original-input {
        width: 1px;
        height: 1px;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0
    }

    .tag-input .input-wrapper {
        width: auto;
        border: none !important;
        height: calc(var(--input-height) - 6px);
        font-size: 14px;
        padding: 0 4px;
        background: transparent;
        color: var(--taginput-color)
    }

        .tag-input .input-wrapper:focus {
            box-shadow: none !important
        }

    .tag-input .input-clear-button {
        position: absolute;
        top: 2px;
        right: 2px;
        z-index: 2;
        background-color: transparent;
        height: calc(var(--input-height) - 6px);
        width: calc(var(--input-height) - 6px)
    }

    .tag-input.padding-for-clear {
        padding-right: 48px
    }

    .tag-input.static-mode {
        border: none !important;
        cursor: default
    }

        .tag-input.static-mode .button, .tag-input.static-mode input {
            display: none !important
        }

    .tag-input .autocomplete-list {
        margin: 0;
        padding: 0;
        list-style: none inside;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        overflow: hidden;
        overflow-y: auto;
        background-color: #fff;
        height: auto;
        border: 1px solid var(--border-color);
        z-index: 3;
        display: block
    }

        .tag-input .autocomplete-list .item {
            display: block;
            position: relative;
            padding: 4px 8px;
            cursor: pointer
        }

            .tag-input .autocomplete-list .item:hover {
                background-color: #1d1d1d1a
            }

            .tag-input .autocomplete-list .item + .item {
                border-top: 1px solid var(--border-color)
            }

:root {
    --task-bar-background: #f5f5f5;
    --task-bar-color: #191919;
    --task-bar-task-background: transparent;
    --task-bar-task-color: inherit;
    --task-bar-task-background-hover: #e8e8e8;
    --task-bar-task-color-hover: #000000;
    --task-bar-task-background-active: #e8e8e8;
    --task-bar-task-color-active: #000000
}

.dark-side {
    --task-bar-background: #2b2d30;
    --task-bar-color: #dbdfe7;
    --task-bar-task-background: transparent;
    --task-bar-task-color: inherit;
    --task-bar-task-background-hover: #37393e;
    --task-bar-task-color-hover: #ffffff;
    --task-bar-task-background-active: #37393e;
    --task-bar-task-color-active: #ffffff
}

.task-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1020;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    height: 50px;
    background-color: var(--task-bar-background);
    color: var(--task-bar-color);
    gap: 1rem
}

    .task-bar .widgets, .task-bar .tasks, .task-bar .system-tray {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px
    }

    .task-bar .tasks {
        flex-basis: 100%;
        position: absolute;
        left: 50%;
        transform: translate(-50%)
    }

    .task-bar .system-tray {
        font-size: 14px;
        gap: 0
    }

    .task-bar .widgets {
        order: 1
    }

    .task-bar .tasks {
        order: 2
    }

    .task-bar .system-tray {
        order: 3
    }

    .task-bar .task {
        width: 42px;
        height: 42px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
        border: 1px solid transparent;
        cursor: pointer;
        position: relative
    }

        .task-bar .task > * {
            width: 26px;
            height: 26px;
            object-fit: cover;
            font-size: 18px;
            display: flex;
            justify-content: center;
            align-items: center
        }

        .task-bar .task.active {
            background-color: var(--task-bar-task-background-active);
            color: var(--task-bar-task-color-active)
        }

            .task-bar .task.active:after {
                content: "";
                position: absolute;
                width: 50%;
                height: 3px;
                bottom: 0;
                left: 50%;
                transform: translate(-50%);
                background-color: var(--selected-color);
                border-radius: 2px
            }

@media(hover:hover) {
    .task-bar .task:hover {
        background-color: var(--task-bar-task-background-hover);
        color: var(--task-bar-task-color-hover)
    }
}

@media(hover:none) {
    .task-bar .task:active {
        background-color: var(--task-bar-task-background-hover);
        color: var(--task-bar-task-color-hover)
    }
}

.task-bar .system-tray-item, .task-bar .widget {
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 6px;
    width: auto;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    position: relative;
    align-self: flex-end
}

@media(hover:hover) {
    .task-bar .system-tray-item:hover, .task-bar .widget:hover {
        background-color: var(--task-bar-task-background-hover);
        color: var(--task-bar-task-color-hover)
    }
}

@media(hover:none) {
    .task-bar .system-tray-item:active, .task-bar .widget:active {
        background-color: var(--task-bar-task-background-hover);
        color: var(--task-bar-task-color-hover)
    }
}

:root {
    --theme-switcher-background: #e9e9e9;
    --theme-switcher-background-button: #ffffff;
    --theme-switcher-background-checked: #191919;
    --theme-switcher-background-disabled: #e8e8e8;
    --theme-switcher-toggle-color: #fff;
    --theme-switcher-toggle-disabled: #ccc;
    --theme-switcher-text-color: #000;
    --theme-switcher-text-color-checked: #fff;
    --theme-switcher-focus-color: #e8e8e8;
    --theme-switcher-border-color: #e8e8e8
}

.dark-side {
    --theme-switcher-background: #232527;
    --theme-switcher-background-button: #232527;
    --theme-switcher-background-checked: #474748;
    --theme-switcher-toggle-color: #232527;
    --theme-switcher-toggle-disabled: #3e4145;
    --theme-switcher-text-color: #efefef;
    --theme-switcher-text-color-checked: #fff;
    --theme-switcher-focus-color: #191919;
    --theme-switcher-border-color: #474748
}

.theme-switcher.mode-switch {
    height: 36px;
    padding: 8px 0;
    margin: 0 .25rem;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    width: auto;
    flex-wrap: nowrap
}

    .theme-switcher.mode-switch > input {
        appearance: none;
        position: relative;
        width: 48px;
        height: 20px;
        order: 2;
        background: var(--theme-switcher-background);
        border-radius: 10px;
        cursor: pointer;
        transition: .3s background-color;
        margin: 0;
        padding: 0;
        border-color: transparent !important
    }

        .theme-switcher.mode-switch > input:before {
            content: attr(data-light-symbol);
            position: absolute;
            top: 0;
            left: 0;
            width: 16px;
            height: 16px;
            background: var(--theme-switcher-toggle-color);
            border-radius: 50%;
            transition: .3s;
            opacity: 1;
            border: 1px solid transparent;
            transform: none;
            line-height: 1;
            font-size: 13px;
            padding: 0;
            margin: 0;
            display: flex;
            align-items: center;
            justify-content: center
        }

        .theme-switcher.mode-switch > input:after {
            position: absolute;
            content: attr(data-off);
            top: 5px;
            left: 2px;
            transform: translate(20px);
            color: var(--theme-switcher-text-color);
            text-transform: uppercase;
            font-size: 8px;
            font-weight: 400;
            transition: .3s transform;
            line-height: 1
        }

        .theme-switcher.mode-switch > input:checked {
            background: var(--theme-switcher-background-checked)
        }

            .theme-switcher.mode-switch > input:checked:before {
                content: attr(data-dark-symbol);
                transform: translate(28px);
                color: #191919
            }

            .theme-switcher.mode-switch > input:checked:after {
                content: attr(data-on);
                transform: translate(6px);
                color: var(--theme-switcher-text-color-checked)
            }

        .theme-switcher.mode-switch > input:disabled {
            background: var(--theme-switcher-background-disabled)
        }

            .theme-switcher.mode-switch > input:disabled:before {
                background: var(--theme-switcher-toggle-disabled)
            }

.theme-switcher.mode-button {
    height: 36px;
    width: 36px;
    border: 2px solid var(--theme-switcher-border-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-switcher-background-button);
    transition: background-color .5s
}

    .theme-switcher.mode-button > input {
        appearance: none;
        border: none;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center
    }

        .theme-switcher.mode-button > input:before {
            color: var(--theme-switcher-text-color);
            content: attr(data-light-symbol);
            border: none;
            transform: none;
            line-height: 1;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            left: 0;
            top: 0;
            opacity: 1;
            font-size: 1.4rem
        }

        .theme-switcher.mode-button > input:checked:before {
            content: attr(data-dark-symbol)
        }

        .theme-switcher.mode-button > input[type=checkbox]:focus {
            box-shadow: none
        }

:root {
    --tile-background: #ededed;
    --tile-color: #191919;
    --tile-border-color: var(--border-color);
    --tile-border-radius: 6px;
    --tile-badge-background: rgba(29, 29, 29, .1);
    --tile-badge-color: #191919;
    --tile-grid-gap: 10px
}

.dark-side {
    --tile-background: #26282e;
    --tile-color: #ffffff;
    --tile-border-color: var(--border-color);
    --tile-badge-background: rgba(29, 29, 29, .1);
    --tile-badge-color: #ffffff
}

.tile-small, .tile-medium, .tile-wide, .tile-large, .tile-app {
    display: block;
    background: var(--tile-background);
    color: var(--tile-color);
    width: 150px;
    height: 150px;
    box-shadow: inset 0 0 1px var(--tile-border-color);
    border-radius: var(--tile-border-radius);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    user-select: none;
    max-width: none !important
}

.tile-small {
    width: 70px;
    height: 70px
}

.tile-medium {
    width: 150px;
    height: 150px
}

.tile-wide {
    width: 310px;
    height: 150px
}

.tile-large {
    width: 310px;
    height: 310px
}

.tile-app {
    width: 44px;
    height: 44px
}

    .tile-small .icon, .tile-medium .icon, .tile-wide .icon, .tile-large .icon, .tile-app .icon {
        max-width: 33%;
        height: 33%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translate(-50%);
        font-size: 50px;
        line-height: 50px;
        z-index: 2
    }

    .tile-small .branding-bar, .tile-medium .branding-bar, .tile-wide .branding-bar, .tile-large .branding-bar, .tile-app .branding-bar {
        height: 32px;
        line-height: 32px;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 0 10px 5px;
        font-size: .875rem;
        font-weight: 500;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        z-index: 2
    }

    .tile-small .badge-top, .tile-medium .badge-top, .tile-wide .badge-top, .tile-large .badge-top, .tile-app .badge-top, .tile-small .badge-bottom, .tile-medium .badge-bottom, .tile-wide .badge-bottom, .tile-large .badge-bottom, .tile-app .badge-bottom {
        position: absolute;
        display: block;
        padding: 4px 8px;
        font-size: 12px;
        text-align: center;
        background-color: #1d1d1d1a;
        z-index: 2
    }

    .tile-small .badge-bottom, .tile-medium .badge-bottom, .tile-wide .badge-bottom, .tile-large .badge-bottom, .tile-app .badge-bottom {
        right: 10px;
        bottom: 0
    }

    .tile-small .badge-top, .tile-medium .badge-top, .tile-wide .badge-top, .tile-large .badge-top, .tile-app .badge-top {
        top: 10px;
        right: 10px
    }

.tile-small .icon {
    max-width: 50%;
    height: 50%;
    font-size: 35px;
    line-height: 35px
}

.tile-large .icon {
    font-size: 102px;
    line-height: 102px
}

.tile-app .icon {
    max-width: 75%;
    height: 75%
}

.tile-small.transform-right, .tile-medium.transform-right, .tile-wide.transform-right, .tile-large.transform-right, .tile-app.transform-right {
    transform-origin: left 50%;
    transform: perspective(500px) rotateY(.138372rad) !important
}

    .tile-small.transform-right.tile-small, .tile-medium.transform-right.tile-small, .tile-wide.transform-right.tile-small, .tile-large.transform-right.tile-small, .tile-app.transform-right.tile-small {
        transform: perspective(500px) rotateY(.276744rad) !important
    }

    .tile-small.transform-right.tile-wide, .tile-medium.transform-right.tile-wide, .tile-wide.transform-right.tile-wide, .tile-large.transform-right.tile-wide, .tile-app.transform-right.tile-wide {
        transform: perspective(500px) rotateY(.069186rad) !important
    }

    .tile-small.transform-right.tile-large, .tile-medium.transform-right.tile-large, .tile-wide.transform-right.tile-large, .tile-large.transform-right.tile-large, .tile-app.transform-right.tile-large {
        transform: perspective(500px) rotateY(.046124rad) !important
    }

.tile-small.transform-left, .tile-medium.transform-left, .tile-wide.transform-left, .tile-large.transform-left, .tile-app.transform-left {
    transform-origin: right 50%;
    transform: perspective(500px) rotateY(-.138372rad) !important
}

    .tile-small.transform-left.tile-small, .tile-medium.transform-left.tile-small, .tile-wide.transform-left.tile-small, .tile-large.transform-left.tile-small, .tile-app.transform-left.tile-small {
        transform: perspective(500px) rotateY(-.276744rad) !important
    }

    .tile-small.transform-left.tile-wide, .tile-medium.transform-left.tile-wide, .tile-wide.transform-left.tile-wide, .tile-large.transform-left.tile-wide, .tile-app.transform-left.tile-wide {
        transform: perspective(500px) rotateY(-.069186rad) !important
    }

    .tile-small.transform-left.tile-large, .tile-medium.transform-left.tile-large, .tile-wide.transform-left.tile-large, .tile-large.transform-left.tile-large, .tile-app.transform-left.tile-large {
        transform: perspective(500px) rotateY(-.046124rad) !important
    }

.tile-small.transform-top, .tile-medium.transform-top, .tile-wide.transform-top, .tile-large.transform-top, .tile-app.transform-top {
    transform-origin: 50% bottom;
    transform: perspective(500px) rotateX(.138372rad) !important
}

    .tile-small.transform-top.tile-small, .tile-medium.transform-top.tile-small, .tile-wide.transform-top.tile-small, .tile-large.transform-top.tile-small, .tile-app.transform-top.tile-small {
        transform: perspective(500px) rotateX(.276744rad) !important
    }

    .tile-small.transform-top.tile-wide, .tile-medium.transform-top.tile-wide, .tile-wide.transform-top.tile-wide, .tile-large.transform-top.tile-wide, .tile-app.transform-top.tile-wide {
        transform: perspective(500px) rotateX(.069186rad) !important
    }

    .tile-small.transform-top.tile-large, .tile-medium.transform-top.tile-large, .tile-wide.transform-top.tile-large, .tile-large.transform-top.tile-large, .tile-app.transform-top.tile-large {
        transform: perspective(500px) rotateX(.046124rad) !important
    }

.tile-small.transform-bottom, .tile-medium.transform-bottom, .tile-wide.transform-bottom, .tile-large.transform-bottom, .tile-app.transform-bottom {
    transform-origin: 50% top;
    transform: perspective(500px) rotateX(-.138372rad) !important
}

    .tile-small.transform-bottom.tile-small, .tile-medium.transform-bottom.tile-small, .tile-wide.transform-bottom.tile-small, .tile-large.transform-bottom.tile-small, .tile-app.transform-bottom.tile-small {
        transform: perspective(500px) rotateX(-.276744rad) !important
    }

    .tile-small.transform-bottom.tile-wide, .tile-medium.transform-bottom.tile-wide, .tile-wide.transform-bottom.tile-wide, .tile-large.transform-bottom.tile-wide, .tile-app.transform-bottom.tile-wide {
        transform: perspective(500px) rotateX(-.069186rad) !important
    }

    .tile-small.transform-bottom.tile-large, .tile-medium.transform-bottom.tile-large, .tile-wide.transform-bottom.tile-large, .tile-large.transform-bottom.tile-large, .tile-app.transform-bottom.tile-large {
        transform: perspective(500px) rotateX(-.046124rad) !important
    }

.tiles-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit,70px);
    grid-template-rows: repeat(auto-fit,70px);
    grid-gap: var(--tile-grid-gap)
}

    .tiles-grid .tile-small {
        grid-column: span 1;
        grid-row: span 1
    }

    .tiles-grid .tile-medium {
        grid-column: span 2;
        grid-row: span 2
    }

    .tiles-grid .tile-wide {
        grid-column: span 4;
        grid-row: span 2
    }

    .tiles-grid .tile-large {
        grid-column: span 4;
        grid-row: span 4
    }

    .tiles-grid .tile-small.col-1 {
        grid-column: 1 / span 1
    }

    .tiles-grid .tile-medium.col-1 {
        grid-column: 1 / span 2
    }

    .tiles-grid .tile-wide.col-1, .tiles-grid .tile-large.col-1 {
        grid-column: 1 / span 4
    }

    .tiles-grid .tile-small.row-1 {
        grid-row: 1 / span 1
    }

    .tiles-grid .tile-medium.row-1 {
        grid-row: 1 / span 2
    }

    .tiles-grid .tile-wide.row-1, .tiles-grid .tile-large.row-1 {
        grid-row: 1 / span 4
    }

    .tiles-grid .tile-small.col-2 {
        grid-column: 2 / span 1
    }

    .tiles-grid .tile-medium.col-2 {
        grid-column: 2 / span 2
    }

    .tiles-grid .tile-wide.col-2, .tiles-grid .tile-large.col-2 {
        grid-column: 2 / span 4
    }

    .tiles-grid .tile-small.row-2 {
        grid-row: 2 / span 1
    }

    .tiles-grid .tile-medium.row-2 {
        grid-row: 2 / span 2
    }

    .tiles-grid .tile-wide.row-2, .tiles-grid .tile-large.row-2 {
        grid-row: 2 / span 4
    }

    .tiles-grid .tile-small.col-3 {
        grid-column: 3 / span 1
    }

    .tiles-grid .tile-medium.col-3 {
        grid-column: 3 / span 2
    }

    .tiles-grid .tile-wide.col-3, .tiles-grid .tile-large.col-3 {
        grid-column: 3 / span 4
    }

    .tiles-grid .tile-small.row-3 {
        grid-row: 3 / span 1
    }

    .tiles-grid .tile-medium.row-3 {
        grid-row: 3 / span 2
    }

    .tiles-grid .tile-wide.row-3, .tiles-grid .tile-large.row-3 {
        grid-row: 3 / span 4
    }

    .tiles-grid .tile-small.col-4 {
        grid-column: 4 / span 1
    }

    .tiles-grid .tile-medium.col-4 {
        grid-column: 4 / span 2
    }

    .tiles-grid .tile-wide.col-4, .tiles-grid .tile-large.col-4 {
        grid-column: 4 / span 4
    }

    .tiles-grid .tile-small.row-4 {
        grid-row: 4 / span 1
    }

    .tiles-grid .tile-medium.row-4 {
        grid-row: 4 / span 2
    }

    .tiles-grid .tile-wide.row-4, .tiles-grid .tile-large.row-4 {
        grid-row: 4 / span 4
    }

    .tiles-grid .tile-small.col-5 {
        grid-column: 5 / span 1
    }

    .tiles-grid .tile-medium.col-5 {
        grid-column: 5 / span 2
    }

    .tiles-grid .tile-wide.col-5, .tiles-grid .tile-large.col-5 {
        grid-column: 5 / span 4
    }

    .tiles-grid .tile-small.row-5 {
        grid-row: 5 / span 1
    }

    .tiles-grid .tile-medium.row-5 {
        grid-row: 5 / span 2
    }

    .tiles-grid .tile-wide.row-5, .tiles-grid .tile-large.row-5 {
        grid-row: 5 / span 4
    }

    .tiles-grid .tile-small.col-6 {
        grid-column: 6 / span 1
    }

    .tiles-grid .tile-medium.col-6 {
        grid-column: 6 / span 2
    }

    .tiles-grid .tile-wide.col-6, .tiles-grid .tile-large.col-6 {
        grid-column: 6 / span 4
    }

    .tiles-grid .tile-small.row-6 {
        grid-row: 6 / span 1
    }

    .tiles-grid .tile-medium.row-6 {
        grid-row: 6 / span 2
    }

    .tiles-grid .tile-wide.row-6, .tiles-grid .tile-large.row-6 {
        grid-row: 6 / span 4
    }

    .tiles-grid .tile-small.col-7 {
        grid-column: 7 / span 1
    }

    .tiles-grid .tile-medium.col-7 {
        grid-column: 7 / span 2
    }

    .tiles-grid .tile-wide.col-7, .tiles-grid .tile-large.col-7 {
        grid-column: 7 / span 4
    }

    .tiles-grid .tile-small.row-7 {
        grid-row: 7 / span 1
    }

    .tiles-grid .tile-medium.row-7 {
        grid-row: 7 / span 2
    }

    .tiles-grid .tile-wide.row-7, .tiles-grid .tile-large.row-7 {
        grid-row: 7 / span 4
    }

    .tiles-grid .tile-small.col-8 {
        grid-column: 8 / span 1
    }

    .tiles-grid .tile-medium.col-8 {
        grid-column: 8 / span 2
    }

    .tiles-grid .tile-wide.col-8, .tiles-grid .tile-large.col-8 {
        grid-column: 8 / span 4
    }

    .tiles-grid .tile-small.row-8 {
        grid-row: 8 / span 1
    }

    .tiles-grid .tile-medium.row-8 {
        grid-row: 8 / span 2
    }

    .tiles-grid .tile-wide.row-8, .tiles-grid .tile-large.row-8 {
        grid-row: 8 / span 4
    }

    .tiles-grid .tile-small.col-9 {
        grid-column: 9 / span 1
    }

    .tiles-grid .tile-medium.col-9 {
        grid-column: 9 / span 2
    }

    .tiles-grid .tile-wide.col-9, .tiles-grid .tile-large.col-9 {
        grid-column: 9 / span 4
    }

    .tiles-grid .tile-small.row-9 {
        grid-row: 9 / span 1
    }

    .tiles-grid .tile-medium.row-9 {
        grid-row: 9 / span 2
    }

    .tiles-grid .tile-wide.row-9, .tiles-grid .tile-large.row-9 {
        grid-row: 9 / span 4
    }

    .tiles-grid .tile-small.col-10 {
        grid-column: 10 / span 1
    }

    .tiles-grid .tile-medium.col-10 {
        grid-column: 10 / span 2
    }

    .tiles-grid .tile-wide.col-10, .tiles-grid .tile-large.col-10 {
        grid-column: 10 / span 4
    }

    .tiles-grid .tile-small.row-10 {
        grid-row: 10 / span 1
    }

    .tiles-grid .tile-medium.row-10 {
        grid-row: 10 / span 2
    }

    .tiles-grid .tile-wide.row-10, .tiles-grid .tile-large.row-10 {
        grid-row: 10 / span 4
    }

    .tiles-grid .tile-small.col-11 {
        grid-column: 11 / span 1
    }

    .tiles-grid .tile-medium.col-11 {
        grid-column: 11 / span 2
    }

    .tiles-grid .tile-wide.col-11, .tiles-grid .tile-large.col-11 {
        grid-column: 11 / span 4
    }

    .tiles-grid .tile-small.row-11 {
        grid-row: 11 / span 1
    }

    .tiles-grid .tile-medium.row-11 {
        grid-row: 11 / span 2
    }

    .tiles-grid .tile-wide.row-11, .tiles-grid .tile-large.row-11 {
        grid-row: 11 / span 4
    }

    .tiles-grid .tile-small.col-12 {
        grid-column: 12 / span 1
    }

    .tiles-grid .tile-medium.col-12 {
        grid-column: 12 / span 2
    }

    .tiles-grid .tile-wide.col-12, .tiles-grid .tile-large.col-12 {
        grid-column: 12 / span 4
    }

    .tiles-grid .tile-small.row-12 {
        grid-row: 12 / span 1
    }

    .tiles-grid .tile-medium.row-12 {
        grid-row: 12 / span 2
    }

    .tiles-grid .tile-wide.row-12, .tiles-grid .tile-large.row-12 {
        grid-row: 12 / span 4
    }

    .tiles-grid.size-half {
        width: 80px
    }

    .tiles-grid.size-1 {
        width: 160px
    }

    .tiles-grid.size-2 {
        width: 320px
    }

    .tiles-grid.size-3 {
        width: 480px
    }

    .tiles-grid.size-4 {
        width: 640px
    }

    .tiles-grid.size-5 {
        width: 800px
    }

    .tiles-grid.size-6 {
        width: 960px
    }

    .tiles-grid.size-7 {
        width: 1120px
    }

    .tiles-grid.size-8 {
        width: 1280px
    }

    .tiles-grid.size-9 {
        width: 1440px
    }

    .tiles-grid.size-10 {
        width: 1600px
    }

    .tiles-grid.size-11 {
        width: 1760px
    }

    .tiles-grid.size-12 {
        width: 1920px
    }

@media screen and (min-width:0) {
    .tiles-grid .col-fs-1 {
        grid-column: 1
    }

    .tiles-grid .row-fs-1 {
        grid-row: 1
    }

    .tiles-grid .col-fs-2 {
        grid-column: 2
    }

    .tiles-grid .row-fs-2 {
        grid-row: 2
    }

    .tiles-grid .col-fs-3 {
        grid-column: 3
    }

    .tiles-grid .row-fs-3 {
        grid-row: 3
    }

    .tiles-grid .col-fs-4 {
        grid-column: 4
    }

    .tiles-grid .row-fs-4 {
        grid-row: 4
    }

    .tiles-grid .col-fs-5 {
        grid-column: 5
    }

    .tiles-grid .row-fs-5 {
        grid-row: 5
    }

    .tiles-grid .col-fs-6 {
        grid-column: 6
    }

    .tiles-grid .row-fs-6 {
        grid-row: 6
    }

    .tiles-grid .col-fs-7 {
        grid-column: 7
    }

    .tiles-grid .row-fs-7 {
        grid-row: 7
    }

    .tiles-grid .col-fs-8 {
        grid-column: 8
    }

    .tiles-grid .row-fs-8 {
        grid-row: 8
    }

    .tiles-grid .col-fs-9 {
        grid-column: 9
    }

    .tiles-grid .row-fs-9 {
        grid-row: 9
    }

    .tiles-grid .col-fs-10 {
        grid-column: 10
    }

    .tiles-grid .row-fs-10 {
        grid-row: 10
    }

    .tiles-grid .col-fs-11 {
        grid-column: 11
    }

    .tiles-grid .row-fs-11 {
        grid-row: 11
    }

    .tiles-grid .col-fs-12 {
        grid-column: 12
    }

    .tiles-grid .row-fs-12 {
        grid-row: 12
    }

    .tiles-grid.size-fs-1 {
        width: 160px
    }

    .tiles-grid.size-fs-2 {
        width: 320px
    }

    .tiles-grid.size-fs-3 {
        width: 480px
    }

    .tiles-grid.size-fs-4 {
        width: 640px
    }

    .tiles-grid.size-fs-5 {
        width: 800px
    }

    .tiles-grid.size-fs-6 {
        width: 960px
    }

    .tiles-grid.size-fs-7 {
        width: 1120px
    }

    .tiles-grid.size-fs-8 {
        width: 1280px
    }

    .tiles-grid.size-fs-9 {
        width: 1440px
    }

    .tiles-grid.size-fs-10 {
        width: 1600px
    }

    .tiles-grid.size-fs-11 {
        width: 1760px
    }

    .tiles-grid.size-fs-half {
        width: 80px
    }

    .tiles-grid.size-fs-12 {
        width: 1920px
    }
}

@media screen and (min-width:360px) {
    .tiles-grid .col-xs-1 {
        grid-column: 1
    }

    .tiles-grid .row-xs-1 {
        grid-row: 1
    }

    .tiles-grid .col-xs-2 {
        grid-column: 2
    }

    .tiles-grid .row-xs-2 {
        grid-row: 2
    }

    .tiles-grid .col-xs-3 {
        grid-column: 3
    }

    .tiles-grid .row-xs-3 {
        grid-row: 3
    }

    .tiles-grid .col-xs-4 {
        grid-column: 4
    }

    .tiles-grid .row-xs-4 {
        grid-row: 4
    }

    .tiles-grid .col-xs-5 {
        grid-column: 5
    }

    .tiles-grid .row-xs-5 {
        grid-row: 5
    }

    .tiles-grid .col-xs-6 {
        grid-column: 6
    }

    .tiles-grid .row-xs-6 {
        grid-row: 6
    }

    .tiles-grid .col-xs-7 {
        grid-column: 7
    }

    .tiles-grid .row-xs-7 {
        grid-row: 7
    }

    .tiles-grid .col-xs-8 {
        grid-column: 8
    }

    .tiles-grid .row-xs-8 {
        grid-row: 8
    }

    .tiles-grid .col-xs-9 {
        grid-column: 9
    }

    .tiles-grid .row-xs-9 {
        grid-row: 9
    }

    .tiles-grid .col-xs-10 {
        grid-column: 10
    }

    .tiles-grid .row-xs-10 {
        grid-row: 10
    }

    .tiles-grid .col-xs-11 {
        grid-column: 11
    }

    .tiles-grid .row-xs-11 {
        grid-row: 11
    }

    .tiles-grid .col-xs-12 {
        grid-column: 12
    }

    .tiles-grid .row-xs-12 {
        grid-row: 12
    }

    .tiles-grid.size-xs-1 {
        width: 160px
    }

    .tiles-grid.size-xs-2 {
        width: 320px
    }

    .tiles-grid.size-xs-3 {
        width: 480px
    }

    .tiles-grid.size-xs-4 {
        width: 640px
    }

    .tiles-grid.size-xs-5 {
        width: 800px
    }

    .tiles-grid.size-xs-6 {
        width: 960px
    }

    .tiles-grid.size-xs-7 {
        width: 1120px
    }

    .tiles-grid.size-xs-8 {
        width: 1280px
    }

    .tiles-grid.size-xs-9 {
        width: 1440px
    }

    .tiles-grid.size-xs-10 {
        width: 1600px
    }

    .tiles-grid.size-xs-11 {
        width: 1760px
    }

    .tiles-grid.size-xs-half {
        width: 80px
    }

    .tiles-grid.size-xs-12 {
        width: 1920px
    }
}

@media screen and (min-width:576px) {
    .tiles-grid .col-sm-1 {
        grid-column: 1
    }

    .tiles-grid .row-sm-1 {
        grid-row: 1
    }

    .tiles-grid .col-sm-2 {
        grid-column: 2
    }

    .tiles-grid .row-sm-2 {
        grid-row: 2
    }

    .tiles-grid .col-sm-3 {
        grid-column: 3
    }

    .tiles-grid .row-sm-3 {
        grid-row: 3
    }

    .tiles-grid .col-sm-4 {
        grid-column: 4
    }

    .tiles-grid .row-sm-4 {
        grid-row: 4
    }

    .tiles-grid .col-sm-5 {
        grid-column: 5
    }

    .tiles-grid .row-sm-5 {
        grid-row: 5
    }

    .tiles-grid .col-sm-6 {
        grid-column: 6
    }

    .tiles-grid .row-sm-6 {
        grid-row: 6
    }

    .tiles-grid .col-sm-7 {
        grid-column: 7
    }

    .tiles-grid .row-sm-7 {
        grid-row: 7
    }

    .tiles-grid .col-sm-8 {
        grid-column: 8
    }

    .tiles-grid .row-sm-8 {
        grid-row: 8
    }

    .tiles-grid .col-sm-9 {
        grid-column: 9
    }

    .tiles-grid .row-sm-9 {
        grid-row: 9
    }

    .tiles-grid .col-sm-10 {
        grid-column: 10
    }

    .tiles-grid .row-sm-10 {
        grid-row: 10
    }

    .tiles-grid .col-sm-11 {
        grid-column: 11
    }

    .tiles-grid .row-sm-11 {
        grid-row: 11
    }

    .tiles-grid .col-sm-12 {
        grid-column: 12
    }

    .tiles-grid .row-sm-12 {
        grid-row: 12
    }

    .tiles-grid.size-sm-1 {
        width: 160px
    }

    .tiles-grid.size-sm-2 {
        width: 320px
    }

    .tiles-grid.size-sm-3 {
        width: 480px
    }

    .tiles-grid.size-sm-4 {
        width: 640px
    }

    .tiles-grid.size-sm-5 {
        width: 800px
    }

    .tiles-grid.size-sm-6 {
        width: 960px
    }

    .tiles-grid.size-sm-7 {
        width: 1120px
    }

    .tiles-grid.size-sm-8 {
        width: 1280px
    }

    .tiles-grid.size-sm-9 {
        width: 1440px
    }

    .tiles-grid.size-sm-10 {
        width: 1600px
    }

    .tiles-grid.size-sm-11 {
        width: 1760px
    }

    .tiles-grid.size-sm-half {
        width: 80px
    }

    .tiles-grid.size-sm-12 {
        width: 1920px
    }
}

@media screen and (min-width:640px) {
    .tiles-grid .col-ld-1 {
        grid-column: 1
    }

    .tiles-grid .row-ld-1 {
        grid-row: 1
    }

    .tiles-grid .col-ld-2 {
        grid-column: 2
    }

    .tiles-grid .row-ld-2 {
        grid-row: 2
    }

    .tiles-grid .col-ld-3 {
        grid-column: 3
    }

    .tiles-grid .row-ld-3 {
        grid-row: 3
    }

    .tiles-grid .col-ld-4 {
        grid-column: 4
    }

    .tiles-grid .row-ld-4 {
        grid-row: 4
    }

    .tiles-grid .col-ld-5 {
        grid-column: 5
    }

    .tiles-grid .row-ld-5 {
        grid-row: 5
    }

    .tiles-grid .col-ld-6 {
        grid-column: 6
    }

    .tiles-grid .row-ld-6 {
        grid-row: 6
    }

    .tiles-grid .col-ld-7 {
        grid-column: 7
    }

    .tiles-grid .row-ld-7 {
        grid-row: 7
    }

    .tiles-grid .col-ld-8 {
        grid-column: 8
    }

    .tiles-grid .row-ld-8 {
        grid-row: 8
    }

    .tiles-grid .col-ld-9 {
        grid-column: 9
    }

    .tiles-grid .row-ld-9 {
        grid-row: 9
    }

    .tiles-grid .col-ld-10 {
        grid-column: 10
    }

    .tiles-grid .row-ld-10 {
        grid-row: 10
    }

    .tiles-grid .col-ld-11 {
        grid-column: 11
    }

    .tiles-grid .row-ld-11 {
        grid-row: 11
    }

    .tiles-grid .col-ld-12 {
        grid-column: 12
    }

    .tiles-grid .row-ld-12 {
        grid-row: 12
    }

    .tiles-grid.size-ld-1 {
        width: 160px
    }

    .tiles-grid.size-ld-2 {
        width: 320px
    }

    .tiles-grid.size-ld-3 {
        width: 480px
    }

    .tiles-grid.size-ld-4 {
        width: 640px
    }

    .tiles-grid.size-ld-5 {
        width: 800px
    }

    .tiles-grid.size-ld-6 {
        width: 960px
    }

    .tiles-grid.size-ld-7 {
        width: 1120px
    }

    .tiles-grid.size-ld-8 {
        width: 1280px
    }

    .tiles-grid.size-ld-9 {
        width: 1440px
    }

    .tiles-grid.size-ld-10 {
        width: 1600px
    }

    .tiles-grid.size-ld-11 {
        width: 1760px
    }

    .tiles-grid.size-ld-half {
        width: 80px
    }

    .tiles-grid.size-ld-12 {
        width: 1920px
    }
}

@media screen and (min-width:768px) {
    .tiles-grid .col-md-1 {
        grid-column: 1
    }

    .tiles-grid .row-md-1 {
        grid-row: 1
    }

    .tiles-grid .col-md-2 {
        grid-column: 2
    }

    .tiles-grid .row-md-2 {
        grid-row: 2
    }

    .tiles-grid .col-md-3 {
        grid-column: 3
    }

    .tiles-grid .row-md-3 {
        grid-row: 3
    }

    .tiles-grid .col-md-4 {
        grid-column: 4
    }

    .tiles-grid .row-md-4 {
        grid-row: 4
    }

    .tiles-grid .col-md-5 {
        grid-column: 5
    }

    .tiles-grid .row-md-5 {
        grid-row: 5
    }

    .tiles-grid .col-md-6 {
        grid-column: 6
    }

    .tiles-grid .row-md-6 {
        grid-row: 6
    }

    .tiles-grid .col-md-7 {
        grid-column: 7
    }

    .tiles-grid .row-md-7 {
        grid-row: 7
    }

    .tiles-grid .col-md-8 {
        grid-column: 8
    }

    .tiles-grid .row-md-8 {
        grid-row: 8
    }

    .tiles-grid .col-md-9 {
        grid-column: 9
    }

    .tiles-grid .row-md-9 {
        grid-row: 9
    }

    .tiles-grid .col-md-10 {
        grid-column: 10
    }

    .tiles-grid .row-md-10 {
        grid-row: 10
    }

    .tiles-grid .col-md-11 {
        grid-column: 11
    }

    .tiles-grid .row-md-11 {
        grid-row: 11
    }

    .tiles-grid .col-md-12 {
        grid-column: 12
    }

    .tiles-grid .row-md-12 {
        grid-row: 12
    }

    .tiles-grid.size-md-1 {
        width: 160px
    }

    .tiles-grid.size-md-2 {
        width: 320px
    }

    .tiles-grid.size-md-3 {
        width: 480px
    }

    .tiles-grid.size-md-4 {
        width: 640px
    }

    .tiles-grid.size-md-5 {
        width: 800px
    }

    .tiles-grid.size-md-6 {
        width: 960px
    }

    .tiles-grid.size-md-7 {
        width: 1120px
    }

    .tiles-grid.size-md-8 {
        width: 1280px
    }

    .tiles-grid.size-md-9 {
        width: 1440px
    }

    .tiles-grid.size-md-10 {
        width: 1600px
    }

    .tiles-grid.size-md-11 {
        width: 1760px
    }

    .tiles-grid.size-md-half {
        width: 80px
    }

    .tiles-grid.size-md-12 {
        width: 1920px
    }
}

@media screen and (min-width:992px) {
    .tiles-grid .col-lg-1 {
        grid-column: 1
    }

    .tiles-grid .row-lg-1 {
        grid-row: 1
    }

    .tiles-grid .col-lg-2 {
        grid-column: 2
    }

    .tiles-grid .row-lg-2 {
        grid-row: 2
    }

    .tiles-grid .col-lg-3 {
        grid-column: 3
    }

    .tiles-grid .row-lg-3 {
        grid-row: 3
    }

    .tiles-grid .col-lg-4 {
        grid-column: 4
    }

    .tiles-grid .row-lg-4 {
        grid-row: 4
    }

    .tiles-grid .col-lg-5 {
        grid-column: 5
    }

    .tiles-grid .row-lg-5 {
        grid-row: 5
    }

    .tiles-grid .col-lg-6 {
        grid-column: 6
    }

    .tiles-grid .row-lg-6 {
        grid-row: 6
    }

    .tiles-grid .col-lg-7 {
        grid-column: 7
    }

    .tiles-grid .row-lg-7 {
        grid-row: 7
    }

    .tiles-grid .col-lg-8 {
        grid-column: 8
    }

    .tiles-grid .row-lg-8 {
        grid-row: 8
    }

    .tiles-grid .col-lg-9 {
        grid-column: 9
    }

    .tiles-grid .row-lg-9 {
        grid-row: 9
    }

    .tiles-grid .col-lg-10 {
        grid-column: 10
    }

    .tiles-grid .row-lg-10 {
        grid-row: 10
    }

    .tiles-grid .col-lg-11 {
        grid-column: 11
    }

    .tiles-grid .row-lg-11 {
        grid-row: 11
    }

    .tiles-grid .col-lg-12 {
        grid-column: 12
    }

    .tiles-grid .row-lg-12 {
        grid-row: 12
    }

    .tiles-grid.size-lg-1 {
        width: 160px
    }

    .tiles-grid.size-lg-2 {
        width: 320px
    }

    .tiles-grid.size-lg-3 {
        width: 480px
    }

    .tiles-grid.size-lg-4 {
        width: 640px
    }

    .tiles-grid.size-lg-5 {
        width: 800px
    }

    .tiles-grid.size-lg-6 {
        width: 960px
    }

    .tiles-grid.size-lg-7 {
        width: 1120px
    }

    .tiles-grid.size-lg-8 {
        width: 1280px
    }

    .tiles-grid.size-lg-9 {
        width: 1440px
    }

    .tiles-grid.size-lg-10 {
        width: 1600px
    }

    .tiles-grid.size-lg-11 {
        width: 1760px
    }

    .tiles-grid.size-lg-half {
        width: 80px
    }

    .tiles-grid.size-lg-12 {
        width: 1920px
    }
}

@media screen and (min-width:1200px) {
    .tiles-grid .col-xl-1 {
        grid-column: 1
    }

    .tiles-grid .row-xl-1 {
        grid-row: 1
    }

    .tiles-grid .col-xl-2 {
        grid-column: 2
    }

    .tiles-grid .row-xl-2 {
        grid-row: 2
    }

    .tiles-grid .col-xl-3 {
        grid-column: 3
    }

    .tiles-grid .row-xl-3 {
        grid-row: 3
    }

    .tiles-grid .col-xl-4 {
        grid-column: 4
    }

    .tiles-grid .row-xl-4 {
        grid-row: 4
    }

    .tiles-grid .col-xl-5 {
        grid-column: 5
    }

    .tiles-grid .row-xl-5 {
        grid-row: 5
    }

    .tiles-grid .col-xl-6 {
        grid-column: 6
    }

    .tiles-grid .row-xl-6 {
        grid-row: 6
    }

    .tiles-grid .col-xl-7 {
        grid-column: 7
    }

    .tiles-grid .row-xl-7 {
        grid-row: 7
    }

    .tiles-grid .col-xl-8 {
        grid-column: 8
    }

    .tiles-grid .row-xl-8 {
        grid-row: 8
    }

    .tiles-grid .col-xl-9 {
        grid-column: 9
    }

    .tiles-grid .row-xl-9 {
        grid-row: 9
    }

    .tiles-grid .col-xl-10 {
        grid-column: 10
    }

    .tiles-grid .row-xl-10 {
        grid-row: 10
    }

    .tiles-grid .col-xl-11 {
        grid-column: 11
    }

    .tiles-grid .row-xl-11 {
        grid-row: 11
    }

    .tiles-grid .col-xl-12 {
        grid-column: 12
    }

    .tiles-grid .row-xl-12 {
        grid-row: 12
    }

    .tiles-grid.size-xl-1 {
        width: 160px
    }

    .tiles-grid.size-xl-2 {
        width: 320px
    }

    .tiles-grid.size-xl-3 {
        width: 480px
    }

    .tiles-grid.size-xl-4 {
        width: 640px
    }

    .tiles-grid.size-xl-5 {
        width: 800px
    }

    .tiles-grid.size-xl-6 {
        width: 960px
    }

    .tiles-grid.size-xl-7 {
        width: 1120px
    }

    .tiles-grid.size-xl-8 {
        width: 1280px
    }

    .tiles-grid.size-xl-9 {
        width: 1440px
    }

    .tiles-grid.size-xl-10 {
        width: 1600px
    }

    .tiles-grid.size-xl-11 {
        width: 1760px
    }

    .tiles-grid.size-xl-half {
        width: 80px
    }

    .tiles-grid.size-xl-12 {
        width: 1920px
    }
}

@media screen and (min-width:1400px) {
    .tiles-grid .col-xxl-1 {
        grid-column: 1
    }

    .tiles-grid .row-xxl-1 {
        grid-row: 1
    }

    .tiles-grid .col-xxl-2 {
        grid-column: 2
    }

    .tiles-grid .row-xxl-2 {
        grid-row: 2
    }

    .tiles-grid .col-xxl-3 {
        grid-column: 3
    }

    .tiles-grid .row-xxl-3 {
        grid-row: 3
    }

    .tiles-grid .col-xxl-4 {
        grid-column: 4
    }

    .tiles-grid .row-xxl-4 {
        grid-row: 4
    }

    .tiles-grid .col-xxl-5 {
        grid-column: 5
    }

    .tiles-grid .row-xxl-5 {
        grid-row: 5
    }

    .tiles-grid .col-xxl-6 {
        grid-column: 6
    }

    .tiles-grid .row-xxl-6 {
        grid-row: 6
    }

    .tiles-grid .col-xxl-7 {
        grid-column: 7
    }

    .tiles-grid .row-xxl-7 {
        grid-row: 7
    }

    .tiles-grid .col-xxl-8 {
        grid-column: 8
    }

    .tiles-grid .row-xxl-8 {
        grid-row: 8
    }

    .tiles-grid .col-xxl-9 {
        grid-column: 9
    }

    .tiles-grid .row-xxl-9 {
        grid-row: 9
    }

    .tiles-grid .col-xxl-10 {
        grid-column: 10
    }

    .tiles-grid .row-xxl-10 {
        grid-row: 10
    }

    .tiles-grid .col-xxl-11 {
        grid-column: 11
    }

    .tiles-grid .row-xxl-11 {
        grid-row: 11
    }

    .tiles-grid .col-xxl-12 {
        grid-column: 12
    }

    .tiles-grid .row-xxl-12 {
        grid-row: 12
    }

    .tiles-grid.size-xxl-1 {
        width: 160px
    }

    .tiles-grid.size-xxl-2 {
        width: 320px
    }

    .tiles-grid.size-xxl-3 {
        width: 480px
    }

    .tiles-grid.size-xxl-4 {
        width: 640px
    }

    .tiles-grid.size-xxl-5 {
        width: 800px
    }

    .tiles-grid.size-xxl-6 {
        width: 960px
    }

    .tiles-grid.size-xxl-7 {
        width: 1120px
    }

    .tiles-grid.size-xxl-8 {
        width: 1280px
    }

    .tiles-grid.size-xxl-9 {
        width: 1440px
    }

    .tiles-grid.size-xxl-10 {
        width: 1600px
    }

    .tiles-grid.size-xxl-11 {
        width: 1760px
    }

    .tiles-grid.size-xxl-half {
        width: 80px
    }

    .tiles-grid.size-xxl-12 {
        width: 1920px
    }
}

@media screen and (min-width:2000px) {
    .tiles-grid .col-xxxl-1 {
        grid-column: 1
    }

    .tiles-grid .row-xxxl-1 {
        grid-row: 1
    }

    .tiles-grid .col-xxxl-2 {
        grid-column: 2
    }

    .tiles-grid .row-xxxl-2 {
        grid-row: 2
    }

    .tiles-grid .col-xxxl-3 {
        grid-column: 3
    }

    .tiles-grid .row-xxxl-3 {
        grid-row: 3
    }

    .tiles-grid .col-xxxl-4 {
        grid-column: 4
    }

    .tiles-grid .row-xxxl-4 {
        grid-row: 4
    }

    .tiles-grid .col-xxxl-5 {
        grid-column: 5
    }

    .tiles-grid .row-xxxl-5 {
        grid-row: 5
    }

    .tiles-grid .col-xxxl-6 {
        grid-column: 6
    }

    .tiles-grid .row-xxxl-6 {
        grid-row: 6
    }

    .tiles-grid .col-xxxl-7 {
        grid-column: 7
    }

    .tiles-grid .row-xxxl-7 {
        grid-row: 7
    }

    .tiles-grid .col-xxxl-8 {
        grid-column: 8
    }

    .tiles-grid .row-xxxl-8 {
        grid-row: 8
    }

    .tiles-grid .col-xxxl-9 {
        grid-column: 9
    }

    .tiles-grid .row-xxxl-9 {
        grid-row: 9
    }

    .tiles-grid .col-xxxl-10 {
        grid-column: 10
    }

    .tiles-grid .row-xxxl-10 {
        grid-row: 10
    }

    .tiles-grid .col-xxxl-11 {
        grid-column: 11
    }

    .tiles-grid .row-xxxl-11 {
        grid-row: 11
    }

    .tiles-grid .col-xxxl-12 {
        grid-column: 12
    }

    .tiles-grid .row-xxxl-12 {
        grid-row: 12
    }

    .tiles-grid.size-xxxl-1 {
        width: 160px
    }

    .tiles-grid.size-xxxl-2 {
        width: 320px
    }

    .tiles-grid.size-xxxl-3 {
        width: 480px
    }

    .tiles-grid.size-xxxl-4 {
        width: 640px
    }

    .tiles-grid.size-xxxl-5 {
        width: 800px
    }

    .tiles-grid.size-xxxl-6 {
        width: 960px
    }

    .tiles-grid.size-xxxl-7 {
        width: 1120px
    }

    .tiles-grid.size-xxxl-8 {
        width: 1280px
    }

    .tiles-grid.size-xxxl-9 {
        width: 1440px
    }

    .tiles-grid.size-xxxl-10 {
        width: 1600px
    }

    .tiles-grid.size-xxxl-11 {
        width: 1760px
    }

    .tiles-grid.size-xxxl-half {
        width: 80px
    }

    .tiles-grid.size-xxxl-12 {
        width: 1920px
    }
}

.tiles-group {
    width: auto;
    float: left;
    overflow: visible
}

    .tiles-group:before {
        content: attr(data-group-title);
        display: block;
        position: absolute;
        left: 0;
        top: -36px;
        height: 1.5em;
        line-height: 1.5em;
        z-index: 1;
        color: inherit
    }

[class*=tile-].image-set {
    background-size: contain;
    background-position: center
}

    [class*=tile-].image-set .img {
        width: 25%;
        height: 50%;
        display: block;
        float: left;
        border: 1px solid #1d1d1d;
        background-size: cover
    }

        [class*=tile-].image-set .img:nth-child(1) {
            width: 50%;
            height: 100%
        }

[class*=tile-] .slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block
}

[class*=tile-] [class*=slide-] {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all .3s ease-in-out
}

[class*=tile-] .slide-front {
    top: 0;
    left: 0
}

[class*=tile-].effect-hover-slide-up .slide-back, [class*=tile-].effect-hover-zoom-up .slide-back {
    top: 100%;
    left: 0
}

[class*=tile-].effect-hover-slide-up:hover .slide-front, [class*=tile-].effect-hover-zoom-up:hover .slide-front {
    transform: translateY(-100%)
}

[class*=tile-].effect-hover-slide-up:hover .slide-back, [class*=tile-].effect-hover-zoom-up:hover .slide-back {
    top: 0
}

[class*=tile-].effect-hover-slide-down .slide-back, [class*=tile-].effect-hover-zoom-down .slide-back {
    top: 0;
    left: 0;
    transform: translateY(-100%)
}

[class*=tile-].effect-hover-slide-down:hover .slide-front, [class*=tile-].effect-hover-zoom-down:hover .slide-front {
    top: 100%
}

[class*=tile-].effect-hover-slide-down:hover .slide-back, [class*=tile-].effect-hover-zoom-down:hover .slide-back {
    transform: translateY(0)
}

[class*=tile-].effect-hover-slide-left .slide-back, [class*=tile-].effect-hover-zoom-left .slide-back {
    top: 0;
    left: 100%
}

[class*=tile-].effect-hover-slide-left:hover .slide-front, [class*=tile-].effect-hover-zoom-left:hover .slide-front {
    transform: translate(-100%)
}

[class*=tile-].effect-hover-slide-left:hover .slide-back, [class*=tile-].effect-hover-zoom-left:hover .slide-back {
    left: 0
}

[class*=tile-].effect-hover-slide-right .slide-back, [class*=tile-].effect-hover-zoom-right .slide-back {
    top: 0;
    left: 0;
    transform: translate(-100%)
}

[class*=tile-].effect-hover-slide-right:hover .slide-front, [class*=tile-].effect-hover-zoom-right:hover .slide-front {
    left: 100%
}

[class*=tile-].effect-hover-slide-right:hover .slide-back, [class*=tile-].effect-hover-zoom-right:hover .slide-back {
    transform: translate(0)
}

[class*=tile-].effect-hover-zoom-up:hover .slide-front, [class*=tile-].effect-hover-zoom-down:hover .slide-front, [class*=tile-].effect-hover-zoom-left:hover .slide-front, [class*=tile-].effect-hover-zoom-right:hover .slide-front {
    left: 0;
    top: 0;
    transform: scale(2)
}

:root {
    --timeline-marker-color: #e8e8e8;
    --timeline-time-color: #59636e;
    --timeline-color: #191919
}

.dark-side {
    --timeline-marker-color: #3d444d;
    --timeline-time-color: #9198a1;
    --timeline-color: #efefef
}

.timeline {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column
}

    .timeline li {
        position: relative;
        padding: 0 0 16px 24px
    }

        .timeline li:last-child {
            padding-bottom: 0
        }

        .timeline li:before {
            content: "";
            display: block;
            width: 1px;
            height: 100%;
            background: var(--timeline-marker-color);
            position: absolute;
            top: 1px;
            left: 0
        }

        .timeline li:after {
            content: "";
            display: block;
            clear: both;
            width: 9px;
            height: 9px;
            border-radius: 50%;
            background: var(--timeline-marker-color);
            margin-top: 1px;
            margin-left: -4px;
            position: absolute;
            top: 0;
            left: 0
        }

        .timeline li .time {
            display: block;
            font-size: 12px;
            color: var(--timeline-time-color);
            margin-top: -4px;
            position: relative
        }

            .timeline li .time:before {
                content: "";
                width: 14px;
                height: 1px;
                background: var(--timeline-marker-color);
                position: absolute;
                top: 50%;
                left: -20px
            }

        .timeline li .data {
            display: block;
            margin: 0 0 4px;
            font-size: 14px;
            color: var(--timeline-color)
        }

        .timeline li.no-marker:after {
            display: none
        }

        .timeline li.timeline-end:before {
            display: none
        }

.time-picker input {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

    .time-picker input:focus ~ .time-wrapper {
        box-shadow: 0 0 0 3px #f2f2f273
    }

.time-picker .time-wrapper {
    display: inline-flex;
    flex-flow: row nowrap;
    position: relative;
    border: 1px solid var(--border-color);
    width: 100%;
    overflow: hidden;
    height: 100%;
    border-radius: var(--wheel-picker-border-radius)
}

.time-picker .hours, .time-picker .minutes, .time-picker .seconds {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex: 1;
    border: 1px solid var(--border-color);
    text-align: center;
    height: 100%;
    position: relative;
    font-size: var(--picker-font-size)
}

.time-picker.show-labels .hours, .time-picker.show-labels .minutes, .time-picker.show-labels .seconds {
    --before-position: 4px
}

    .time-picker.show-labels .hours:before, .time-picker.show-labels .minutes:before, .time-picker.show-labels .seconds:before {
        content: attr(data-title);
        position: absolute;
        display: block;
        font-size: calc(var(--picker-font-size) * .65);
        line-height: 12px;
        left: 50%;
        bottom: var(--before-position);
        transform: translate(-50%)
    }

.time-picker.show-labels.small .hours, .time-picker.show-labels.small .minutes, .time-picker.show-labels.small .seconds {
    --before-position: 0px
}

.time-picker.show-labels.medium .hours, .time-picker.show-labels.medium .minutes, .time-picker.show-labels.medium .seconds {
    --before-position: 2px
}

.time-picker.show-labels.large .hours, .time-picker.show-labels.large .minutes, .time-picker.show-labels.large .seconds {
    --before-position: 10px
}

.time-picker .action-block {
    border: 1px solid var(--border-color);
    border-radius: var(--wheel-picker-border-radius)
}

.time-picker .button {
    margin: 2px
}

    .time-picker .button .icon {
        font-family: Segoe UI Symbol,serif
    }

.time-picker li {
    cursor: pointer
}

.time-picker.pill-input {
    --picker-border-radius: calc(var(--picker-height) * .44)
}

    .time-picker.pill-input .time-wrapper {
        border-radius: var(--wheel-picker-border-radius)
    }

        .time-picker.pill-input .time-wrapper div:first-child {
            border-top-left-radius: var(--wheel-picker-border-radius);
            border-bottom-left-radius: var(--wheel-picker-border-radius)
        }

        .time-picker.pill-input .time-wrapper div:last-child {
            border-top-right-radius: var(--wheel-picker-border-radius);
            border-bottom-right-radius: var(--wheel-picker-border-radius)
        }

:root {
    --toast-background: #323232;
    --toast-color: #ffffff;
    --toast-border-radius: 6px;
    --toast-closer-background: inherit;
    --toast-closer-color: inherit;
    --toast-closer-background-hover: var(--color-alert);
    --toast-closer-color-hover: var(--color-light)
}

.dark-side {
    --toast-background: #2b2d30;
    --toast-color: #ffffff
}

.toast {
    position: fixed;
    bottom: 20px;
    width: auto;
    height: auto;
    max-width: 35.5rem;
    padding: .5rem 1.5rem;
    text-align: left;
    font-size: .875rem;
    font-weight: 400;
    background: var(--toast-background);
    color: var(--toast-color);
    border-radius: var(--toast-border-radius);
    z-index: 1080;
    display: block
}

    .toast.show-top {
        bottom: auto;
        top: 20px
    }

    .toast.show-center {
        left: 50%;
        top: 50%;
        bottom: auto;
        transform: translate(-50%,-50%)
    }

    .toast .closer {
        display: block;
        position: absolute;
        top: 4px;
        right: 4px;
        background: var(--toast-closer-background);
        color: var(--toast-closer-color);
        z-index: 100
    }

        .toast .closer:before {
            font-family: Segoe UI Symbol,serif;
            display: block;
            content: "\274c";
            font-size: 24px;
            margin-top: -4px
        }

:root {
    --toggle-button-background: #dadee9;
    --toggle-button-color: #7e7e77;
    --toggle-button-item-background: #ffffff;
    --toggle-button-item-color: #191919;
    --toggle-button-item-hover-color: hsl(7, 100%, 68%)
}

.dark-side {
    --toggle-button-background: #545957;
    --toggle-button-color: #bdc5d2;
    --toggle-button-item-background: #2c2f2e;
    --toggle-button-item-color: #ffffff;
    --toggle-button-item-hover-color: hsl(7, 100%, 68%)
}

.toggle-button {
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    background: var(--toggle-button-background);
    color: var(--toggle-button-color);
    padding: 4px;
    border-radius: 6px;
    width: auto;
    display: inline-flex
}

    .toggle-button button {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        background: transparent;
        color: inherit;
        font-size: .75rem;
        border: none;
        height: 26px;
        font-weight: 500
    }

@media(hover:hover) {
    .toggle-button button:hover:not(.active) {
        color: var(--toggle-button-item-hover-color)
    }
}

@media(hover:none) {
    .toggle-button button:active:not(.active) {
        color: var(--toggle-button-item-hover-color)
    }
}

.toggle-button button.active {
    background: var(--toggle-button-item-background);
    color: var(--toggle-button-item-color);
    font-weight: 600
}

:root {
    --tool-button-border-radius: 4px;
    --tool-button-background: #F8F8F8;
    --tool-button-color: #191919;
    --tool-button-background-hover: #dcdcdc;
    --tool-button-color-hover: #474747;
    --tool-button-border-color: #E8E8E8
}

.dark-side {
    --tool-button-background: #2e2e2e;
    --tool-button-color: #F8F8F8;
    --tool-button-background-hover: #373737;
    --tool-button-color-hover: #bfbfbf;
    --tool-button-border-color: #4A4D51
}

.tool-button {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tool-button-background);
    color: var(--tool-button-color);
    user-select: none;
    border: 1px solid transparent;
    border-radius: var(--tool-button-border-radius);
    transition: all .3s ease-in-out;
    padding: 0;
    cursor: pointer;
    outline: none;
    margin: 0 2px;
    position: relative;
    font-size: 14px
}

    .tool-button [class*=mif], .tool-button .icon, .tool-button img {
        height: 16px;
        width: 16px;
        font-size: 16px
    }

    .tool-button.text-button {
        width: auto;
        padding-left: .5rem;
        padding-right: .5rem
    }

    .tool-button:focus, .tool-button:hover {
        text-decoration: none
    }

    .tool-button:active {
        outline: 0;
        box-shadow: none
    }

    .tool-button.outline {
        background: transparent none;
        border-width: 1px;
        border-color: var(--tool-button-border-color)
    }

    .tool-button:hover {
        background: var(--tool-button-background-hover);
        color: var(--tool-button-color-hover)
    }

    .tool-button.disabled, .tool-button:disabled {
        opacity: .65
    }

    .tool-button.w-auto {
        padding: 0 8px
    }

.toolbar {
    display: inline-flex;
    position: relative;
    padding: 0;
    flex-flow: row nowrap
}

    .toolbar.no-divider:before {
        display: none
    }

    .toolbar:before {
        position: absolute;
        content: "";
        width: 4px;
        height: 32px;
        top: 0;
        left: 0;
        background: var(--tool-button-background);
        cursor: default;
        display: none
    }

    .toolbar:after {
        content: attr(data-caption);
        position: absolute;
        left: 2px;
        bottom: 100%;
        font-size: 8px;
        text-transform: uppercase
    }

    .toolbar.movable {
        padding-left: 6px
    }

        .toolbar.movable:before {
            display: block;
            cursor: move
        }

    .toolbar.vertical {
        flex-flow: column nowrap;
        padding: .5725rem 0 0;
        width: 32px;
        margin-left: 0;
        margin-top: 4px
    }

        .toolbar.vertical:before {
            width: 32px;
            height: 4px
        }

        .toolbar.vertical:after {
            transform: rotate(-90deg);
            right: 100%;
            top: auto
        }

        .toolbar.vertical .tool-button {
            margin: 2px 0
        }

:root {
    --transform-button-color: #000000
}

.dark-side {
    --transform-button-color: #ffffff
}

.transform-button {
    width: 36px;
    height: 36px;
    background-size: 1rem 1rem;
    background: center center no-repeat;
    text-indent: -9999px;
    border: 0;
    display: inline-block;
    cursor: pointer;
    z-index: 2;
    position: relative;
    outline: none
}

    .transform-button span {
        position: absolute;
        left: .5rem;
        width: 1.2rem;
        height: 2px;
        margin: 0;
        background: var(--transform-button-color);
        transform: rotate(0);
        transition: all .3s linear
    }

        .transform-button span:before, .transform-button span:after {
            content: "";
            position: absolute;
            top: -.5rem;
            right: 0;
            width: 1.2rem;
            height: 2px;
            background: var(--transform-button-color);
            transform: rotate(0);
            transition: all .3s linear
        }

        .transform-button span:after {
            top: .5rem
        }

    .transform-button.transform span {
        transform: rotate(180deg)
    }

        .transform-button.transform span:before, .transform-button.transform span:after {
            content: "";
            top: -5px;
            right: 0;
            width: .75rem;
            transform: rotate(45deg)
        }

        .transform-button.transform span:after {
            top: 5px;
            transform: rotate(-45deg)
        }

    .transform-button.transform.right {
        transform: rotate(-180deg)
    }

        .transform-button.transform.right span {
            margin-top: -2px
        }

    .transform-button.transform.up {
        transform: rotate(90deg)
    }

    .transform-button.transform.down {
        transform: rotate(-90deg)
    }

    .transform-button.transform.top-left {
        transform: rotate(45deg)
    }

    .transform-button.transform.top-right {
        transform: rotate(135deg)
    }

    .transform-button.transform.bottom-left {
        transform: rotate(-45deg)
    }

    .transform-button.transform.bottom-right {
        transform: rotate(-135deg)
    }

:root {
    --treeview-background: #ffffff;
    --treeview-color: #43454a;
    --treeview-color-secondary: #808080;
    --treeview-selected-row-background: #d4e2ff;
    --treeview-selected-row-color: #2b2d30;
    --treeview-node-toggle-color: #191919
}

.dark-side {
    --treeview-background: #1e1f22;
    --treeview-color: #dfe1e5;
    --treeview-color-secondary: #808080;
    --treeview-selected-row-background: #43454a;
    --treeview-selected-row-color: #ffffff;
    --treeview-node-toggle-color: #ffffff
}

.treeview, .treeview ul:not(.d-menu) {
    margin: 0;
    padding: 0;
    font-size: 14px;
    list-style: none inside;
    display: block;
    position: relative;
    user-select: none;
    background-color: var(--treeview-background);
    color: var(--treeview-color)
}

.treeview {
    margin: 0;
    padding: 0;
    list-style: none inside;
    overflow: hidden
}

    .treeview li {
        position: relative;
        display: block
    }

    .treeview a, .treeview label {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 13px;
        color: var(--d-menu-item-color);
        text-decoration: none;
        padding: 4px 10px 4px 20px;
        border-radius: var(--d-menu-border-radius);
        white-space: nowrap;
        flex-wrap: nowrap;
        line-height: 20px;
        overflow: hidden;
        border: 1px dotted transparent;
        cursor: default
    }

        .treeview a[href], .treeview label {
            cursor: pointer
        }

@media(hover:hover) {
    .treeview a:hover, .treeview label:hover {
        background-color: var(--treeview-selected-row-background);
        color: var(--treeview-selected-row-color)
    }
}

@media(hover:none) {
    .treeview a:active, .treeview label:active {
        background-color: var(--treeview-selected-row-background);
        color: var(--treeview-selected-row-color)
    }
}

.treeview .current > a {
    background-color: var(--treeview-selected-row-background);
    color: var(--treeview-selected-row-color)
}

.treeview ul :is(a,label) {
    padding-left: 40px
}

.treeview ul ul :is(a,label) {
    padding-left: 60px
}

.treeview ul ul ul :is(a,label) {
    padding-left: 80px
}

.treeview ul ul ul ul :is(a,label) {
    padding-left: 100px
}

.treeview ul ul ul ul ul :is(a,label) {
    padding-left: 120px
}

.treeview ul ul ul ul ul ul :is(a,label) {
    padding-left: 140px
}

.treeview ul ul ul ul ul ul ul :is(a,label) {
    padding-left: 160px
}

.treeview ul ul ul ul ul ul ul ul :is(a,label) {
    padding-left: 180px
}

.treeview ul ul ul ul ul ul ul ul ul :is(a,label) {
    padding-left: 200px
}

.treeview ul :is(.input) {
    margin-left: 40px;
    width: calc(100% - 40px)
}

.treeview ul ul :is(.input) {
    margin-left: 60px;
    width: calc(100% - 60px)
}

.treeview ul ul ul :is(.input) {
    margin-left: 80px;
    width: calc(100% - 80px)
}

.treeview ul ul ul ul :is(.input) {
    margin-left: 100px;
    width: calc(100% - 100px)
}

.treeview ul ul ul ul ul :is(.input) {
    margin-left: 120px;
    width: calc(100% - 120px)
}

.treeview ul ul ul ul ul ul :is(.input) {
    margin-left: 140px;
    width: calc(100% - 140px)
}

.treeview ul ul ul ul ul ul ul :is(.input) {
    margin-left: 160px;
    width: calc(100% - 160px)
}

.treeview ul ul ul ul ul ul ul ul :is(.input) {
    margin-left: 180px;
    width: calc(100% - 180px)
}

.treeview ul ul ul ul ul ul ul ul ul :is(.input) {
    margin-left: 200px;
    width: calc(100% - 200px)
}

.treeview .icon {
    margin-right: 6px;
    width: 16px;
    height: 16px;
    font-size: 15px;
    object-fit: cover;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.treeview .node-toggle {
    cursor: pointer;
    padding-right: 1.5rem !important;
    user-select: none;
    position: absolute;
    left: 0;
    top: 6px;
    width: 16px;
    height: 16px;
    z-index: 0
}

    .treeview .node-toggle:before {
        display: block;
        position: absolute;
        vertical-align: middle;
        color: transparent;
        font-size: 0;
        content: "";
        height: .3125rem;
        width: .3125rem;
        background-color: transparent;
        border-left: 1px solid;
        border-bottom: 1px solid;
        border-color: #1d1d1d;
        top: 50%;
        left: 100%;
        margin-left: -1rem;
        margin-top: -.1625rem;
        z-index: 2;
        transform: rotate(-45deg);
        transition: all .15s ease-in-out;
        transform-origin: center center 1px
    }

    .treeview .node-toggle:before {
        transform: rotate(-135deg);
        border-color: var(--treeview-node-toggle-color)
    }

.treeview ul .node-toggle {
    left: 20px
}

.treeview ul ul .node-toggle {
    left: 40px
}

.treeview ul ul ul .node-toggle {
    left: 60px
}

.treeview ul ul ul ul .node-toggle {
    left: 80px
}

.treeview ul ul ul ul ul .node-toggle {
    left: 100px
}

.treeview ul ul ul ul ul ul .node-toggle {
    left: 120px
}

.treeview ul ul ul ul ul ul ul .node-toggle {
    left: 140px
}

.treeview ul ul ul ul ul ul ul ul .node-toggle {
    left: 160px
}

.treeview ul ul ul ul ul ul ul ul ul .node-toggle {
    left: 180px
}

.treeview li.expanded > .node-toggle:before {
    transform: rotate(-45deg)
}

.treeview .badge {
    display: inline-block !important;
    border-radius: 4px;
    padding: 2px 4px;
    font-size: 10px;
    border: 1px solid transparent;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin-left: 4px;
    cursor: inherit
}

.treeview .secondary-text {
    margin-left: auto;
    font-size: 11px;
    color: var(--treeview-color-secondary)
}

.treeview li:hover > .actions-holder, .treeview .current > .actions-holder {
    display: flex
}

.treeview .actions-holder {
    z-index: 2;
    position: absolute;
    top: 1px;
    left: -2px;
    display: none;
    height: 26px;
    width: 26px;
    align-items: center;
    justify-content: center
}

    .treeview .actions-holder .actions-list {
        position: absolute;
        top: 100%;
        left: 0
    }

    .treeview .actions-holder .actions-list-trigger {
        background-color: transparent;
        width: 20px;
        height: 20px;
        cursor: pointer;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center
    }

        .treeview .actions-holder .actions-list-trigger svg {
            display: none !important
        }

    .treeview .actions-holder > ul {
        margin: 0;
        z-index: 3
    }

        .treeview .actions-holder > ul li {
            padding-left: 0
        }

.treeview .d-menu :is(a) {
    padding: 4px 10px 4px 32px
}

:root {
    --v-menu-border-color: #e9e9e9;
    --v-menu-divider-color: #e9e9e9;
    --v-menu-background: #ffffff;
    --v-menu-title-color: #515151;
    --v-menu-color: #191919;
    --v-menu-item-color: #191919;
    --v-menu-item-color-disabled: #ccc;
    --v-menu-item-color-hover: #000000;
    --v-menu-item-background-hover: #e8e8e8;
    --v-menu-dropdown-toogle-color: #191919;
    --v-menu-shadow-color: #e1e1e1;
    --v-menu-border-radius: 4px
}

.dark-side {
    --v-menu-border-color: #404959;
    --v-menu-divider-color: #404959;
    --v-menu-background: #11151d;
    --v-menu-title-color: #ffffff;
    --v-menu-color: #ffffff;
    --v-menu-item-color: #dbdfe7;
    --v-menu-item-color-disabled: #173e8f;
    --v-menu-item-color-hover: #ffffff;
    --v-menu-item-background-hover: #222938;
    --v-menu-dropdown-toogle-color: #ffffff;
    --v-menu-shadow-color: #191919;
    --v-menu-border-radius: 4px
}

.v-menu, .v-menu ul {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 4px 0;
    list-style: none inside none;
    background-color: var(--v-menu-background);
    color: var(--v-menu-color);
    border: 1px solid var(--v-menu-border-color);
    display: block
}

    .v-menu.open, .v-menu ul.open {
        display: block !important
    }

    .v-menu.place-right, .v-menu ul.place-right {
        left: auto;
        right: 0
    }

    .v-menu li, .v-menu a {
        position: relative
    }

    .v-menu li {
        display: block;
        margin: 0 4px
    }

    .v-menu a {
        display: flex;
        align-items: center;
        font-size: 13px;
        color: var(--d-menu-item-color);
        text-decoration: none;
        padding: 4px 10px 4px 32px;
        border-radius: var(--d-menu-border-radius);
        white-space: nowrap;
        flex-wrap: nowrap;
        line-height: 20px
    }

        .v-menu a:hover {
            color: var(--d-menu-item-color-hover);
            text-decoration: none;
            background-color: var(--d-menu-item-background-hover)
        }

    .v-menu .caption {
        margin-right: 1rem;
        white-space: nowrap
    }

    .v-menu .hotkey {
        margin-left: auto;
        margin-right: 1rem
    }

    .v-menu .icon {
        position: absolute;
        left: 8px;
        top: 5px;
        width: 16px;
        height: 16px;
        font-size: 16px
    }

    .v-menu .menu-title {
        background-color: var(--v-menu-background);
        color: var(--v-menu-title-color);
        font-size: 12px;
        line-height: 22px;
        height: 22px;
        padding: 0 8px;
        border: 0;
        font-weight: 700;
        pointer-events: none
    }

        .v-menu .menu-title:first-child {
            margin: 0;
            border-top-width: 0
        }

            .v-menu .menu-title:first-child:hover {
                border-top-width: 0
            }

        .v-menu .menu-title:hover {
            background-color: var(--v-menu-background);
            cursor: default;
            border: 0
        }

    .v-menu .dropdown-caret {
        margin-left: auto
    }

    .v-menu .divider {
        padding: 0;
        height: 1px;
        margin: 4px 0;
        overflow: hidden;
        background-color: var(--d-menu-divider-color);
        cursor: default;
        pointer-events: none
    }

        .v-menu .divider:hover {
            background-color: var(--d-menu-divider-color)
        }

    .v-menu .disabled {
        cursor: default;
        pointer-events: none
    }

        .v-menu .disabled a {
            color: var(--d-menu-item-color-disabled) !important
        }

    .v-menu .v-menu, .v-menu ul {
        border: none;
        margin: 0 -4px
    }

:root {
    --vegas-timer-color: #ffffff
}

.dark-side {
    --vegas-timer-color: #2b2d30
}

.vegas-wrapper, .vegas-overlay, .vegas-timer, .vegas-slide, .vegas-slide-inner {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0
}

.vegas-overlay {
    opacity: .5;
    background: transparent center center repeat
}

    .vegas-overlay.overlay1 {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBgAAABhACBKN161wAAAABJRU5ErkJggg==)
    }

    .vegas-overlay.overlay2 {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGAAAgAChgCB/5LsuQAAAABJRU5ErkJggg==)
    }

    .vegas-overlay.overlay3 {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABAQMAAADO7O3JAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAApJREFUCNdjaAAAAIIAgd1DavQAAAAASUVORK5CYII=)
    }

    .vegas-overlay.overlay4 {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACAQMAAACjTyRkAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBgAAABhACBKN161wAAAABJRU5ErkJggg==)
    }

    .vegas-overlay.overlay5 {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjaGBwYFAAAANmAOGGoYR3AAAAAElFTkSuQmCC)
    }

    .vegas-overlay.overlay6 {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBwAAABxADBSUUqSQAAAABJRU5ErkJggg==)
    }

    .vegas-overlay.overlay7 {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABBJREFUCNdjUGAIYGhgCAAABEgBQXXpfAgAAAAASUVORK5CYII=)
    }

    .vegas-overlay.overlay8 {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGAQMAAADaAn0LAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABJJREFUCNdjcGB4AMQcDDIMHAAM8AGNu4TNogAAAABJRU5ErkJggg==)
    }

    .vegas-overlay.overlay9 {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPAgMAAABGuH3ZAAAACVBMVEUAAAAAAAAAAACDY+nAAAAAAnRSTlMAiJXwxioAAAAaSURBVAjXY1i1atUKhkYWAQcIMTU0NIRMLgDFIhFFGbSiTQAAAABJRU5ErkJggg==)
    }

.vegas-timer {
    top: auto;
    bottom: 0;
    height: 2px
}

.vegas-timer-progress {
    width: 0;
    height: 100%;
    background: var(--vegas-timer-color, #fff);
    transition: width ease-out
}

.vegas-timer-running .vegas-timer-progress {
    width: 100%
}

.vegas-slide, .vegas-slide-inner {
    margin: 0;
    padding: 0;
    background: transparent center center no-repeat;
    transform: translateZ(0);
    will-change: transform,opacity
}

body .vegas-container {
    overflow: hidden !important;
    position: relative
}

.vegas-video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto
}

body.vegas-container {
    overflow: auto;
    position: static;
    z-index: -2
}

    body.vegas-container > .vegas-timer, body.vegas-container > .vegas-overlay, body.vegas-container > .vegas-slide {
        position: fixed;
        z-index: -1
    }

.vegas-transition-blur, .vegas-transition-blur2 {
    opacity: 0;
    filter: blur(32px) brightness(1.01)
}

.vegas-transition-blur-in, .vegas-transition-blur2-in {
    opacity: 1;
    filter: blur(0px) brightness(1.01)
}

.vegas-transition-blur2-out {
    opacity: 0
}

.vegas-transition-burn, .vegas-transition-burn2 {
    opacity: 0;
    filter: contrast(1000%) saturate(1000%)
}

.vegas-transition-burn-in, .vegas-transition-burn2-in {
    opacity: 1;
    filter: contrast(100%) saturate(100%)
}

.vegas-transition-burn2-out {
    opacity: 0;
    filter: contrast(1000%) saturate(1000%)
}

.vegas-transition-fade, .vegas-transition-fade2 {
    opacity: 0
}

.vegas-transition-fade-in, .vegas-transition-fade2-in {
    opacity: 1
}

.vegas-transition-fade2-out {
    opacity: 0
}

.vegas-transition-flash, .vegas-transition-flash2 {
    opacity: 0;
    filter: brightness(25)
}

.vegas-transition-flash-in, .vegas-transition-flash2-in {
    opacity: 1;
    filter: brightness(1)
}

.vegas-transition-flash2-out {
    opacity: 0;
    filter: brightness(25)
}

.vegas-transition-negative, .vegas-transition-negative2 {
    opacity: 0;
    filter: invert(100%)
}

.vegas-transition-negative-in, .vegas-transition-negative2-in {
    opacity: 1;
    filter: invert(0)
}

.vegas-transition-negative2-out {
    opacity: 0;
    filter: invert(100%)
}

.vegas-transition-slideDown, .vegas-transition-slideDown2 {
    transform: translateY(-100%)
}

.vegas-transition-slideDown-in, .vegas-transition-slideDown2-in {
    transform: translateY(0)
}

.vegas-transition-slideDown2-out {
    transform: translateY(100%)
}

.vegas-transition-slideLeft, .vegas-transition-slideLeft2 {
    transform: translate(100%)
}

.vegas-transition-slideLeft-in, .vegas-transition-slideLeft2-in {
    transform: translate(0)
}

.vegas-transition-slideLeft2-out, .vegas-transition-slideRight, .vegas-transition-slideRight2 {
    transform: translate(-100%)
}

.vegas-transition-slideRight-in, .vegas-transition-slideRight2-in {
    transform: translate(0)
}

.vegas-transition-slideRight2-out {
    transform: translate(100%)
}

.vegas-transition-slideUp, .vegas-transition-slideUp2 {
    transform: translateY(100%)
}

.vegas-transition-slideUp-in, .vegas-transition-slideUp2-in {
    transform: translateY(0)
}

.vegas-transition-slideUp2-out {
    transform: translateY(-100%)
}

.vegas-transition-swirlLeft, .vegas-transition-swirlLeft2 {
    transform: scale(2) rotate(35deg);
    opacity: 0
}

.vegas-transition-swirlLeft-in, .vegas-transition-swirlLeft2-in {
    transform: scale(1) rotate(0);
    opacity: 1
}

.vegas-transition-swirlLeft2-out, .vegas-transition-swirlRight, .vegas-transition-swirlRight2 {
    transform: scale(2) rotate(-35deg);
    opacity: 0
}

.vegas-transition-swirlRight-in, .vegas-transition-swirlRight2-in {
    transform: scale(1) rotate(0);
    opacity: 1
}

.vegas-transition-swirlRight2-out {
    transform: scale(2) rotate(35deg);
    opacity: 0
}

.vegas-transition-zoomIn, .vegas-transition-zoomIn2 {
    transform: scale(0);
    opacity: 0
}

.vegas-transition-zoomIn-in, .vegas-transition-zoomIn2-in {
    transform: scale(1);
    opacity: 1
}

.vegas-transition-zoomIn2-out, .vegas-transition-zoomOut, .vegas-transition-zoomOut2 {
    transform: scale(2);
    opacity: 0
}

.vegas-transition-zoomOut-in, .vegas-transition-zoomOut2-in {
    transform: scale(1);
    opacity: 1
}

.vegas-transition-zoomOut2-out {
    transform: scale(0);
    opacity: 0
}

.vegas-animation-kenburns {
    animation: kenburns ease-out
}

@keyframes kenburns {
    0% {
        transform: scale(1.5)
    }

    to {
        transform: scale(1)
    }
}

.vegas-animation-kenburnsDownLeft {
    animation: kenburnsDownLeft ease-out
}

@keyframes kenburnsDownLeft {
    0% {
        transform: scale(1.5) translate(10%,-10%)
    }

    to {
        transform: scale(1) translate(0)
    }
}

.vegas-animation-kenburnsDownRight {
    animation: kenburnsDownRight ease-out
}

@keyframes kenburnsDownRight {
    0% {
        transform: scale(1.5) translate(-10%,-10%)
    }

    to {
        transform: scale(1) translate(0)
    }
}

.vegas-animation-kenburnsDown {
    animation: kenburnsDown ease-out
}

@keyframes kenburnsDown {
    0% {
        transform: scale(1.5) translateY(-10%)
    }

    to {
        transform: scale(1) translate(0)
    }
}

.vegas-animation-kenburnsLeft {
    animation: kenburnsLeft ease-out
}

@keyframes kenburnsLeft {
    0% {
        transform: scale(1.5) translate(10%)
    }

    to {
        transform: scale(1) translate(0)
    }
}

.vegas-animation-kenburnsRight {
    animation: kenburnsRight ease-out
}

@keyframes kenburnsRight {
    0% {
        transform: scale(1.5) translate(-10%)
    }

    to {
        transform: scale(1) translate(0)
    }
}

.vegas-animation-kenburnsUpLeft {
    animation: kenburnsUpLeft ease-out
}

@keyframes kenburnsUpLeft {
    0% {
        transform: scale(1.5) translate(10%,10%)
    }

    to {
        transform: scale(1) translate(0)
    }
}

.vegas-animation-kenburnsUpRight {
    animation: kenburnsUpRight ease-out
}

@keyframes kenburnsUpRight {
    0% {
        transform: scale(1.5) translate(-10%,10%)
    }

    to {
        transform: scale(1) translate(0)
    }
}

.vegas-animation-kenburnsUp {
    animation: kenburnsUp ease-out
}

@keyframes kenburnsUp {
    0% {
        transform: scale(1.5) translateY(10%)
    }

    to {
        transform: scale(1) translate(0)
    }
}

:root {
    --player-wrapper-background: #000
}

.video-player {
    display: flex;
    flex-direction: column;
    border-radius: 4px
}

    .video-player .video-wrapper {
        position: relative;
        width: 100%;
        height: auto;
        max-height: calc(100% - 48px);
        background: var(--player-wrapper-background);
        padding: 0;
        margin-top: 4px
    }

    .video-player .controls {
        position: relative;
        padding-top: 4px;
        margin-top: auto
    }

    .video-player.full-screen .video-wrapper {
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

:root {
    --window-scrollbar-size: 6px;
    --window-scrollbar-track-radius: 0;
    --window-border-size: 4px;
    --window-border-radius: 6px;
    --window-border-color: #f3f3f3;
    --window-background: #fff;
    --window-color: #191919;
    --window-button-size: 24px;
    --window-caption-color: #191919;
    --window-scrollbar-thumb-color: #a8a8a8;
    --window-scrollbar-track-color: #f1f1f1;
    --window-resize-element-color: #a8a8a8;
    --window-sys-button-color: #191919;
    --window-sys-button-backgroud-hover: #d8d8d8;
    --window-close-button-backgroud-hover: #C75050FF;
    --window-close-button-color-hover: #ffffff
}

.dark-side {
    --window-border-color: #484b4c;
    --window-background: #1e1f22;
    --window-color: #dbdfe7;
    --window-caption-color: #dbdfe7;
    --window-scrollbar-thumb-color: #d1d1d1;
    --window-scrollbar-track-color: #2c2c2c;
    --window-resize-element-color: #2c2c2c;
    --window-sys-button-color: #ffffff;
    --window-sys-button-backgroud-hover: #2c2c2c;
    --window-close-button-backgroud-hover: #C75050FF;
    --window-close-button-color-hover: #ffffff
}

.window {
    display: flex;
    flex-direction: column;
    position: relative;
    height: auto;
    background-color: var(--window-background);
    color: var(--window-color);
    border: 1px var(--window-border-color) solid;
    z-index: 1;
    border-radius: var(--window-border-radius);
    overflow: hidden
}

    .window.shadowed {
        box-shadow: #0000003d 0 3px 8px
    }

.window-caption {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 2.25rem;
    line-height: 2.25rem;
    padding: 0;
    border-bottom: 1px transparent solid;
    cursor: default;
    vertical-align: middle;
    background-color: var(--window-border-color);
    color: var(--window-caption-color);
    user-select: none
}

    .window-caption .title {
        font-size: .875rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        padding-left: 4px;
        color: inherit
    }

    .window-caption .icon {
        width: 34px;
        height: 34px;
        text-align: center;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        color: inherit
    }

        .window-caption .icon * {
            width: 1rem;
            font-size: 1rem;
            line-height: 34px;
            text-align: center
        }

    .window-caption * + .title {
        padding-left: 0
    }

    .window-caption .buttons {
        height: var(--window-button-size);
        margin-left: auto;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        margin-right: 4px;
        gap: 2px
    }

    .window-caption .btn-custom:focus, .window-caption .btn-custom:active {
        box-shadow: none !important
    }

    .window-caption .buttons .sys-button {
        background-color: transparent;
        color: var(--window-sys-button-color);
        border-radius: 0;
        border: none
    }

        .window-caption .buttons .sys-button:hover, .window-caption .buttons .sys-button:active {
            background-color: var(--window-sys-button-backgroud-hover)
        }

    .window-caption .buttons .btn-min, .window-caption .buttons .btn-max, .window-caption .buttons .btn-close {
        height: var(--window-button-size) !important;
        width: var(--window-button-size) !important;
        padding: 0 !important
    }

        .window-caption .buttons .btn-min:before, .window-caption .buttons .btn-max:before, .window-caption .buttons .btn-close:before {
            display: block;
            position: absolute;
            content: ""
        }

        .window-caption .buttons .btn-min:before {
            content: "\1f5d5"
        }

        .window-caption .buttons .btn-max:before {
            content: "\1f5d6"
        }

        .window-caption .buttons .btn-close:before {
            content: "\2715"
        }

    .window-caption .buttons .btn-custom {
        min-width: 34px;
        width: auto;
        flex-shrink: 0;
        height: var(--window-button-size) !important
    }

    .window-caption .buttons .btn-close:hover {
        background-color: var(--window-close-button-backgroud-hover);
        color: var(--window-close-button-color-hover)
    }

        .window-caption .buttons .btn-close:hover:before {
            color: var(--window-close-button-color-hover)
        }

    .window-caption .buttons .btn-close:active {
        background-color: var(--window-close-button-backgroud-hover);
        color: var(--window-close-button-color-hover)
    }

    .window-caption .buttons .btn-custom {
        order: 1
    }

    .window-caption .buttons .btn-min {
        order: 2
    }

    .window-caption .buttons .btn-max {
        order: 3
    }

    .window-caption .buttons .btn-close {
        order: 4
    }

.window-content {
    overflow: auto;
    height: calc(100% - 2.25rem);
    border: var(--window-border-size) var(--window-border-color) solid;
    background-color: transparent;
    padding: calc(var(--window-border-size) * 2);
    font-size: 14px
}

    .window-content > * {
        height: 100%
    }

    .window-content::-webkit-scrollbar {
        height: var(--window-scrollbar-size);
        width: var(--window-scrollbar-size)
    }

    .window-content::-webkit-scrollbar-track {
        border-radius: var(--window-scrollbar-track-radius);
        background-color: var(--window-scrollbar-track-color)
    }

    .window-content::-webkit-scrollbar-thumb {
        background: var(--window-scrollbar-thumb-color);
        border-radius: 10px
    }

.window-status {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: var(--window-border-color);
    color: var(--window-color);
    height: 18px;
    font-size: 12px;
    align-items: center;
    padding: 0 .5rem .25rem
}

.window.info-window {
    --window-border-color: #468cff;
    --window-caption-background: #468cff;
    --window-caption-color: #ffffff;
    --window-sys-button-color: #ffffff
}

.window.alert-window {
    --window-border-color: hsl(348, 88%, 46%);
    --window-caption-background: hsl(348, 88%, 46%);
    --window-caption-color: #ffffff;
    --window-sys-button-color: #ffffff
}

.window.warning-window {
    --window-border-color: hsl(39, 100%, 50%);
    --window-caption-background: hsl(39, 100%, 50%);
    --window-caption-color: #ffffff;
    --window-sys-button-color: #ffffff
}

.window.success-window {
    --window-border-color: hsl(140, 52%, 55%);
    --window-caption-color: #ffffff;
    --window-sys-button-color: #ffffff
}

.window.focused {
    box-shadow: 0 25px 50px -12px var(--shadow-color-large-extra)
}

.window.modal {
    z-index: 1050
}

.window.minimized {
    max-width: 12rem;
    max-height: 2.25rem
}

    .window.minimized .window-caption {
        border-bottom: none !important
    }

    .window.minimized .window-content {
        display: none !important
    }

    .window.minimized .window-caption .btn-custom {
        display: none
    }

.window.maximized {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    max-width: none !important;
    border-radius: 0 !important
}

    .window.maximized .btn-max:before {
        content: "\1f5d7"
    }

.window.resizable {
    min-width: 12rem;
    min-height: 2.25rem
}

.window .resize-element {
    bottom: 2px;
    right: 2px
}

    .window .resize-element:after {
        border-bottom-color: var(--window-resize-element-color)
    }

:root {
    --wizard-height: 200px;
    --wizard-background: #ffffff;
    --wizard-color: #191919;
    --wizard-border-color: #f3f3f3;
    --wizard-number-color: #a8a8a8
}

.dark-side {
    --wizard-background: #1e1f22;
    --wizard-color: #dbdfe7;
    --wizard-border-color: #484b4c
}

.wizard {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    background-color: var(--wizard-background);
    color: var(--wizard-color);
    min-height: var(--wizard-height);
    height: auto;
    border: 1px solid var(--wizard-border-color);
    counter-reset: wizard-step;
    position: relative
}

    .wizard > section, .wizard > .section {
        counter-increment: wizard-step;
        display: block;
        position: relative;
        border-left: var(--wizard-border-color) solid;
        border-left-width: 4px;
        width: 0;
        transition: width .3s ease
    }

        .wizard > section:before, .wizard > .section:before {
            display: none;
            content: counter(wizard-step);
            position: absolute;
            bottom: 20px;
            width: 25px;
            text-align: center;
            left: -25px;
            z-index: 1;
            color: var(--wizard-number-color);
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px
        }

        .wizard > section .page-content, .wizard > .section .page-content {
            padding: 1rem 1rem 4.25rem;
            display: none;
            overflow: hidden
        }

        .wizard > section.current, .wizard > .section.current {
            width: 100%;
            border: 0 !important
        }

            .wizard > section.current .page-content, .wizard > .section.current .page-content {
                display: block
            }

            .wizard > section.current:before, .wizard > .section.current:before {
                display: block;
                left: 0;
                color: #fff;
                background-color: #94b6ff
            }

        .wizard > section.current, .wizard > .section.current, .wizard > section.complete, .wizard > .section.complete {
            transition: width .3s ease
        }

        .wizard > section.complete, .wizard > .section.complete {
            cursor: pointer
        }

    .wizard .action-bar {
        display: flex;
        flex-flow: row nowrap;
        justify-content: right;
        position: absolute;
        bottom: 1rem;
        left: 41px
    }

        .wizard .action-bar:after {
            display: block;
            clear: both;
            content: ""
        }

        .wizard .action-bar > * {
            margin: 1px
        }

        .wizard .action-bar .wizard-btn-help, .wizard .action-bar .wizard-btn-next, .wizard .action-bar .wizard-btn-prev, .wizard .action-bar .wizard-btn-finish {
            font-size: 20px !important;
            font-family: sans-serif
        }

    .wizard > section {
        border-color: #002f94
    }

        .wizard > section:nth-child(1) {
            border-color: #94b6ff
        }

        .wizard > section:nth-child(2) {
            border-color: #7aa4ff
        }

        .wizard > section:nth-child(3) {
            border-color: #6193ff
        }

        .wizard > section:nth-child(4) {
            border-color: #4782ff
        }

        .wizard > section:nth-child(5) {
            border-color: #2e70ff
        }

        .wizard > section:nth-child(6) {
            border-color: #145fff
        }

        .wizard > section:nth-child(7) {
            border-color: #004ffa
        }

        .wizard > section:nth-child(8) {
            border-color: #0047e0
        }

        .wizard > section:nth-child(9) {
            border-color: #003fc7
        }

        .wizard > section:nth-child(10) {
            border-color: #002f94
        }

        .wizard > section.complete {
            border-color: #737373
        }

            .wizard > section.complete:nth-child(1) {
                border-color: #f2f2f2
            }

            .wizard > section.complete:nth-child(2) {
                border-color: #e6e6e6
            }

            .wizard > section.complete:nth-child(3) {
                border-color: #d9d9d9
            }

            .wizard > section.complete:nth-child(4) {
                border-color: #ccc
            }

            .wizard > section.complete:nth-child(5) {
                border-color: #bfbfbf
            }

            .wizard > section.complete:nth-child(6) {
                border-color: #b3b3b3
            }

            .wizard > section.complete:nth-child(7) {
                border-color: #a6a6a6
            }

            .wizard > section.complete:nth-child(8) {
                border-color: #999
            }

            .wizard > section.complete:nth-child(9) {
                border-color: #8c8c8c
            }

            .wizard > section.complete:nth-child(10) {
                border-color: #737373
            }

@container (min-width: 0) {
    .wizard.wizard-wide-fs {
        flex-flow: row nowrap
    }

        .wizard.wizard-wide-fs > section {
            border-left-width: 25px
        }

            .wizard.wizard-wide-fs > section:before {
                display: block
            }
}

@container (min-width: 360px) {
    .wizard.wizard-wide-xs {
        flex-flow: row nowrap
    }

        .wizard.wizard-wide-xs > section {
            border-left-width: 25px
        }

            .wizard.wizard-wide-xs > section:before {
                display: block
            }
}

@container (min-width: 576px) {
    .wizard.wizard-wide-sm {
        flex-flow: row nowrap
    }

        .wizard.wizard-wide-sm > section {
            border-left-width: 25px
        }

            .wizard.wizard-wide-sm > section:before {
                display: block
            }
}

@container (min-width: 640px) {
    .wizard.wizard-wide-ld {
        flex-flow: row nowrap
    }

        .wizard.wizard-wide-ld > section {
            border-left-width: 25px
        }

            .wizard.wizard-wide-ld > section:before {
                display: block
            }
}

@container (min-width: 768px) {
    .wizard.wizard-wide-md {
        flex-flow: row nowrap
    }

        .wizard.wizard-wide-md > section {
            border-left-width: 25px
        }

            .wizard.wizard-wide-md > section:before {
                display: block
            }
}

@container (min-width: 992px) {
    .wizard.wizard-wide-lg {
        flex-flow: row nowrap
    }

        .wizard.wizard-wide-lg > section {
            border-left-width: 25px
        }

            .wizard.wizard-wide-lg > section:before {
                display: block
            }
}

@container (min-width: 1200px) {
    .wizard.wizard-wide-xl {
        flex-flow: row nowrap
    }

        .wizard.wizard-wide-xl > section {
            border-left-width: 25px
        }

            .wizard.wizard-wide-xl > section:before {
                display: block
            }
}

@container (min-width: 1400px) {
    .wizard.wizard-wide-xxl {
        flex-flow: row nowrap
    }

        .wizard.wizard-wide-xxl > section {
            border-left-width: 25px
        }

            .wizard.wizard-wide-xxl > section:before {
                display: block
            }
}

@container (min-width: 2000px) {
    .wizard.wizard-wide-xxxl {
        flex-flow: row nowrap
    }

        .wizard.wizard-wide-xxxl > section {
            border-left-width: 25px
        }

            .wizard.wizard-wide-xxxl > section:before {
                display: block
            }
}

:root {
    --wizard-classic-border-color: var(--border-color);
    --wizard-classic-background: var(--default-background);
    --wizard-classic-color: var(--default-color)
}

.wizard-classic {
    height: 300px;
    width: max(100%,300px);
    border: 1px solid var(--wizard-classic-border-color);
    border-radius: 6px;
    background-color: var(--wizard-classic-background);
    display: flex;
    flex-direction: column;
    color: var(--wizard-classic-color)
}

    .wizard-classic .wizard-pages {
        display: block;
        height: 100%;
        overflow: hidden;
        position: relative
    }

        .wizard-classic .wizard-pages .page {
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 100%;
            bottom: 0;
            transition: left .3s ease-in-out;
            z-index: 1
        }

            .wizard-classic .wizard-pages .page.active {
                left: 0;
                z-index: 2
            }

            .wizard-classic .wizard-pages .page.out {
                left: -100%
            }

    .wizard-classic .wizard-actions {
        display: flex;
        justify-content: flex-end;
        padding: 10px 20px;
        margin-top: auto;
        border-top: 1px solid var(--wizard-classic-border-color);
        gap: 4px
    }

        .wizard-classic .wizard-actions .wizard-help {
            order: 1;
            margin-right: auto
        }

        .wizard-classic .wizard-actions .wizard-prev {
            order: 2
        }

        .wizard-classic .wizard-actions .wizard-next {
            order: 3
        }

        .wizard-classic .wizard-actions .wizard-finish {
            order: 4
        }

        .wizard-classic .wizard-actions .wizard-cancel {
            order: 5
        }

:root {
    --working-tree-marker-color: #e8e8e8;
    --working-tree-marker-success: #219707;
    --working-tree-marker-fail: #fb3838;
    --working-tree-marker-pending: #ff9c17;
    --working-tree-color: #191919
}

.dark-side {
    --working-tree-marker-color: #3d444d;
    --working-tree-marker-success: #81e06c;
    --working-tree-marker-fail: #fb3838;
    --working-tree-marker-pending: #ff9c17;
    --working-tree-color: #efefef
}

.working-tree {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    color: var(--working-tree-color)
}

    .working-tree > li {
        position: relative;
        display: flex;
        flex-direction: column;
        background: transparent !important;
        color: var(--working-tree-color) !important
    }

        .working-tree > li .node {
            display: flex;
            flex-flow: row nowrap;
            position: relative;
            align-items: center;
            padding-bottom: 1px
        }

            .working-tree > li .node:before {
                content: "";
                position: absolute;
                width: 14px;
                height: 14px;
                border-radius: 50%;
                top: 50%;
                left: 3px;
                transform: translateY(-50%);
                background-color: var(--working-tree-marker-color)
            }

        .working-tree > li.work-success {
            color: var(--working-tree-marker-success) !important
        }

            .working-tree > li.work-success .node:before {
                display: none
            }

        .working-tree > li.work-pending {
            color: var(--working-tree-marker-pending) !important
        }

            .working-tree > li.work-pending .node:before {
                display: none
            }

        .working-tree > li.work-fail {
            color: var(--working-tree-marker-fail) !important
        }

            .working-tree > li.work-fail .node:before {
                display: none
            }

    .working-tree .bull {
        position: absolute;
        top: 2px;
        left: 2px
    }

    .working-tree .title {
        margin-left: 26px;
        width: 100%;
        font-size: 12px
    }

    .working-tree .value {
        font-weight: 600;
        font-size: 12px
    }

    .working-tree .leaves {
        display: flex;
        flex-flow: column;
        margin: 10px 0;
        position: relative;
        list-style: none;
        padding: 0
    }

        .working-tree .leaves li {
            padding: 4px 0 4px 40px;
            width: 100%;
            display: flex;
            flex-flow: row nowrap;
            align-items: center;
            position: relative;
            color: var(--working-tree-color)
        }

            .working-tree .leaves li:before {
                content: "";
                position: absolute;
                top: calc(50% + 0px);
                left: 10px;
                width: 20px;
                height: 1px;
                background-color: var(--working-tree-marker-color)
            }

            .working-tree .leaves li .title {
                margin-left: 0
            }

        .working-tree .leaves:before {
            content: "";
            position: absolute;
            top: -5px;
            left: 10px;
            width: 1px;
            height: calc(100% + 10px);
            background-color: var(--working-tree-marker-color)
        }

    .working-tree > li:last-child .leaves:before {
        height: calc(100% - 7px)
    }

    .working-tree > li .node .title {
        font-weight: 600
    }

@keyframes rotate-marker {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

:root {
    --drop-menu-toggle-color: #191919
}

.dark-side {
    --drop-menu-toggle-color: #efefef
}

.drop-menu {
    position: fixed !important;
    z-index: var(--z-index-fixed) !important
}

.menu-toggle {
    padding-right: 4px !important
}

    .menu-toggle svg {
        fill: var(--drop-menu-toggle-color);
        transform: rotate(90deg);
        margin-left: auto;
        transition: transform .3s
    }

    .menu-toggle.active-toggle svg {
        transform: rotate(270deg)
    }
