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

html {
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif;
    scroll-behavior: smooth
}

body {
    background-color: #fff;
    min-height: 100vh;
    overflow-x: hidden;
    text-rendering: optimizeSpeed
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: initial
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

base,
basefont,
datalist,
head,
meta,
noembed,
param,
script,
style,
template,
title {
    display: none
}

[tabindex="-1"]:focus {
    outline: none !important
}

[hidden] {
    display: none !important
}

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

[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=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

a,
area,
button,
input,
label,
select,
summary,
textarea {
    touch-action: manipulation
}

svg:not(:root) {
    overflow: hidden
}

img {
    border-style: none;
    max-width: 100%;
    vertical-align: middle
}

div {
    position: relative
}

article>*+* {
    margin-top: 1em
}

button,
input,
select,
textarea {
    font: inherit
}

@media (prefers-reduced-motion:reduce) {
    * {
        -webkit-animation-duration: .01ms !important;
        animation-duration: .01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        -webkit-transition-duration: .01ms !important;
        transition-duration: .01ms !important
    }
}

[disabled] {
    color: #d3d3d3 !important;
    pointer-events: none !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: 1452px;
    --media-xxxl: 2000px;
    --body-background: #fff;
    --body-color: #191919;
    --body-color-secondary: #a2a5b1;
    --border-color: #e8e8e8;
    --link-color: #5a87cb;
    --link-color-hover: #0056b3;
    --selected-row-background: #f5f8fe;
    --selected-item-background: #d4e2ff
}

.dark-side {
    --body-background: #1e1f22;
    --body-color: #dbdfe7;
    --body-color-secondary: silver;
    --border-color: #4a4d51;
    --link-color: #5a87cb;
    --link-color-hover: #0056b3;
    --selected-row-background: #26282e;
    --selected-item-background: #2e436e
}

body {
    background-color: var(--body-background);
    color: var(--body-color)
}

.light-side {
    background-color: #fff;
    color: #191919
}

.dark-side {
    background-color: #1e1f22;
    color: #dbdfe7
}

.ani-hover-spin:hover,
.ani-spin {
    -webkit-animation: ani-spin 1.5s linear infinite;
    animation: ani-spin 1.5s linear infinite
}

.ani-hover-pulse:hover,
.ani-pulse {
    -webkit-animation: ani-pulse 1.7s infinite;
    animation: ani-pulse 1.7s infinite
}

.ani-hover-spanner:hover,
.ani-spanner {
    -webkit-animation: ani-wrench 2.5s ease infinite;
    animation: ani-wrench 2.5s ease infinite;
    -webkit-transform-origin: 90% 35%;
    transform-origin: 90% 35%
}

.ani-hover-ring:hover,
.ani-ring {
    -webkit-animation: ani-ring 2s ease infinite;
    animation: ani-ring 2s ease infinite;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.ani-hover-vertical:hover,
.ani-vertical {
    -webkit-animation: ani-vertical 2s ease infinite;
    animation: ani-vertical 2s ease infinite
}

.ani-horizontal,
.ani-hover-horizontal:hover {
    -webkit-animation: ani-horizontal 2s ease infinite;
    animation: ani-horizontal 2s ease infinite
}

.ani-flash,
.ani-hover-flash:hover {
    -webkit-animation: ani-flash 2s ease infinite;
    animation: ani-flash 2s ease infinite
}

.ani-bounce,
.ani-hover-bounce:hover {
    -webkit-animation: ani-bounce 2s ease infinite;
    animation: ani-bounce 2s ease infinite
}

.ani-float,
.ani-hover-float:hover {
    -webkit-animation: ani-float 2s linear infinite;
    animation: ani-float 2s linear infinite
}

.ani-heartbeat,
.ani-hover-heartbeat:hover {
    -webkit-animation: ani-heartbeat 2s linear infinite;
    animation: ani-heartbeat 2s linear infinite
}

.ani-hover-shake:hover,
.ani-shake {
    -webkit-animation: ani-wrench 2.5s ease infinite;
    animation: ani-wrench 2.5s ease infinite
}

.ani-hover-shuttle:hover,
.ani-shuttle {
    -webkit-animation: ani-shuttle 2s linear infinite;
    animation: ani-shuttle 2s linear infinite
}

.ani-hover-pass:hover,
.ani-pass {
    -webkit-animation: ani-pass 2s linear infinite;
    animation: ani-pass 2s linear infinite
}

.ani-hover-ripple:hover,
.ani-ripple {
    -webkit-animation: ani-ripple 2s linear infinite;
    animation: ani-ripple 2s linear infinite
}

@-webkit-keyframes swinging {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    5% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    10% {
        -webkit-transform: rotate(-9deg);
        transform: rotate(-9deg)
    }

    15% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }

    20% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    25% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg)
    }

    30% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    35% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }

    40% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }

    45% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swinging {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    5% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    10% {
        -webkit-transform: rotate(-9deg);
        transform: rotate(-9deg)
    }

    15% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }

    20% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    25% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg)
    }

    30% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    35% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }

    40% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }

    45% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes cubemove {
    25% {
        -webkit-transform: translateX(10px) rotate(-90deg);
        transform: translateX(10px) rotate(-90deg)
    }

    50% {
        -webkit-transform: translateX(10px) translateY(10px) rotate(-179deg);
        transform: translateX(10px) translateY(10px) rotate(-179deg)
    }

    50.1% {
        -webkit-transform: translateX(10px) translateY(10px) rotate(-180deg);
        transform: translateX(10px) translateY(10px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0) translateY(10px) rotate(-270deg);
        transform: translateX(0) translateY(10px) rotate(-270deg)
    }

    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@keyframes cubemove {
    25% {
        -webkit-transform: translateX(10px) rotate(-90deg);
        transform: translateX(10px) rotate(-90deg)
    }

    50% {
        -webkit-transform: translateX(10px) translateY(10px) rotate(-179deg);
        transform: translateX(10px) translateY(10px) rotate(-179deg)
    }

    50.1% {
        -webkit-transform: translateX(10px) translateY(10px) rotate(-180deg);
        transform: translateX(10px) translateY(10px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0) translateY(10px) rotate(-270deg);
        transform: translateX(0) translateY(10px) rotate(-270deg)
    }

    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes orbit {
    0% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg)
    }

    7% {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-transform: rotate(345deg);
        transform: rotate(345deg)
    }

    35% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(495deg);
        transform: rotate(495deg)
    }

    42% {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-transform: rotate(690deg);
        transform: rotate(690deg)
    }

    70% {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        opacity: 1;
        -webkit-transform: rotate(835deg);
        transform: rotate(835deg)
    }

    76% {
        opacity: 1
    }

    77% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: rotate(955deg);
        transform: rotate(955deg)
    }

    78% {
        opacity: 0;
        -webkit-transform: rotate(955deg);
        transform: rotate(955deg)
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(955deg);
        transform: rotate(955deg)
    }
}

@keyframes orbit {
    0% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg)
    }

    7% {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-transform: rotate(345deg);
        transform: rotate(345deg)
    }

    35% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(495deg);
        transform: rotate(495deg)
    }

    42% {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-transform: rotate(690deg);
        transform: rotate(690deg)
    }

    70% {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        opacity: 1;
        -webkit-transform: rotate(835deg);
        transform: rotate(835deg)
    }

    76% {
        opacity: 1
    }

    77% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: rotate(955deg);
        transform: rotate(955deg)
    }

    78% {
        opacity: 0;
        -webkit-transform: rotate(955deg);
        transform: rotate(955deg)
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(955deg);
        transform: rotate(955deg)
    }
}

@-webkit-keyframes metro-slide {
    0% {
        left: -50%
    }

    to {
        left: 150%
    }
}

@keyframes metro-slide {
    0% {
        left: -50%
    }

    to {
        left: 150%
    }
}

@-webkit-keyframes metro-opacity {
    0% {
        opacity: 0
    }

    50% {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

@keyframes metro-opacity {
    0% {
        opacity: 0
    }

    50% {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes ani-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes ani-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes ani-pulse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes ani-pulse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes ani-wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    8% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    10% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }

    18% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }

    20% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }

    28% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }

    30% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }

    38% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }

    40% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }

    48% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }

    50% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }

    58% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }

    60% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }

    68% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }

    75% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes ani-wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    8% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    10% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }

    18% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }

    20% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }

    28% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }

    30% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }

    38% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }

    40% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }

    48% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }

    50% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }

    58% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }

    60% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }

    68% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }

    75% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes ani-ring {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    2% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    4% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    6% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    8% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    10% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    12% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    14% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    18% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes ani-ring {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    2% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    4% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    6% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    8% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    10% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    12% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    14% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    18% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes ani-vertical {
    0% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }

    4% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }

    8% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }

    12% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }

    16% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }

    20% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }

    22% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes ani-vertical {
    0% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }

    4% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }

    8% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }

    12% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }

    16% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }

    20% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }

    22% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes ani-horizontal {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    6% {
        -webkit-transform: translate(5px);
        transform: translate(5px)
    }

    12% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    18% {
        -webkit-transform: translate(5px);
        transform: translate(5px)
    }

    24% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    30% {
        -webkit-transform: translate(5px);
        transform: translate(5px)
    }

    36% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes ani-horizontal {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    6% {
        -webkit-transform: translate(5px);
        transform: translate(5px)
    }

    12% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    18% {
        -webkit-transform: translate(5px);
        transform: translate(5px)
    }

    24% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    30% {
        -webkit-transform: translate(5px);
        transform: translate(5px)
    }

    36% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes ani-flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes ani-flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@-webkit-keyframes ani-bounce {

    0%,
    10%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes ani-bounce {

    0%,
    10%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@-webkit-keyframes ani-float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes ani-float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes ani-heartbeat {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes ani-heartbeat {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@-webkit-keyframes ani-shuttle {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-8deg);
        transform: scale(.9) rotate(-8deg)
    }

    30%,
    50%,
    70% {
        -webkit-transform: scale(1.3) rotate(8deg);
        transform: scale(1.3) rotate(8deg)
    }

    40%,
    60% {
        -webkit-transform: scale(1.3) rotate(-8deg);
        transform: scale(1.3) rotate(-8deg)
    }

    80% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes ani-shuttle {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-8deg);
        transform: scale(.9) rotate(-8deg)
    }

    30%,
    50%,
    70% {
        -webkit-transform: scale(1.3) rotate(8deg);
        transform: scale(1.3) rotate(8deg)
    }

    40%,
    60% {
        -webkit-transform: scale(1.3) rotate(-8deg);
        transform: scale(1.3) rotate(-8deg)
    }

    80% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@-webkit-keyframes ani-pass {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    50% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
}

@keyframes ani-pass {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    50% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
}

@-webkit-keyframes ani-ripple {
    0% {
        opacity: .6
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(1.8);
        transform: scale(1.8)
    }

    to {
        opacity: 0
    }
}

@keyframes ani-ripple {
    0% {
        opacity: .6
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(1.8);
        transform: scale(1.8)
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes ani-shrink {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@keyframes ani-shrink {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@-webkit-keyframes ani-pre-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes ani-pre-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes ani-bg-stripes {
    0% {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes ani-bg-stripes {
    0% {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

:root {
    --border-radius: 4px
}

.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-left-top,
.border-top-left {
    border-left: 1px solid transparent;
    border-top: 1px solid transparent
}

.border-right-top,
.border-top-right {
    border-right: 1px solid transparent;
    border-top: 1px solid transparent
}

.border-bottom-right,
.border-right-bottom {
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent
}

.border-bottom-left,
.border-left-bottom {
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent
}

.border-bottom-top,
.border-top-bottom {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent
}

.border-left-right,
.border-right-left {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent
}

.border-top-right-bottom {
    border-top: 1px solid transparent
}

.border-right-bottom-left,
.border-top-right-bottom {
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent
}

.border-right-bottom-left {
    border-left: 1px solid transparent
}

.border-bottom-left-top,
.border-left-top-right {
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent
}

.border-radius {
    border-radius: var(--border-radius)
}

.border-radius-half {
    border-radius: 50%
}

.border-20,
.border-size-20 {
    border-width: 20px
}

.border-radius-20 {
    border-radius: 20px
}

.border-19,
.border-size-19 {
    border-width: 19px
}

.border-radius-19 {
    border-radius: 19px
}

.border-18,
.border-size-18 {
    border-width: 18px
}

.border-radius-18 {
    border-radius: 18px
}

.border-17,
.border-size-17 {
    border-width: 17px
}

.border-radius-17 {
    border-radius: 17px
}

.border-16,
.border-size-16 {
    border-width: 16px
}

.border-radius-16 {
    border-radius: 16px
}

.border-15,
.border-size-15 {
    border-width: 15px
}

.border-radius-15 {
    border-radius: 15px
}

.border-14,
.border-size-14 {
    border-width: 14px
}

.border-radius-14 {
    border-radius: 14px
}

.border-13,
.border-size-13 {
    border-width: 13px
}

.border-radius-13 {
    border-radius: 13px
}

.border-12,
.border-size-12 {
    border-width: 12px
}

.border-radius-12 {
    border-radius: 12px
}

.border-11,
.border-size-11 {
    border-width: 11px
}

.border-radius-11 {
    border-radius: 11px
}

.border-10,
.border-size-10 {
    border-width: 10px
}

.border-radius-10 {
    border-radius: 10px
}

.border-9,
.border-size-9 {
    border-width: 9px
}

.border-radius-9 {
    border-radius: 9px
}

.border-8,
.border-size-8 {
    border-width: 8px
}

.border-radius-8 {
    border-radius: 8px
}

.border-7,
.border-size-7 {
    border-width: 7px
}

.border-radius-7 {
    border-radius: 7px
}

.border-6,
.border-size-6 {
    border-width: 6px
}

.border-radius-6 {
    border-radius: 6px
}

.border-5,
.border-size-5 {
    border-width: 5px
}

.border-radius-5 {
    border-radius: 5px
}

.border-4,
.border-size-4 {
    border-width: 4px
}

.border-radius-4 {
    border-radius: 4px
}

.border-3,
.border-size-3 {
    border-width: 3px
}

.border-radius-3 {
    border-radius: 3px
}

.border-2,
.border-size-2 {
    border-width: 2px
}

.border-radius-2 {
    border-radius: 2px
}

.border-1,
.border-size-1 {
    border-width: 1px
}

.border-radius-1 {
    border-radius: 1px
}

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

.border-50 {
    border-radius: 50% !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-context-menu {
    cursor: context-menu
}

.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: -webkit-zoom-in;
    cursor: zoom-in
}

.c-zoom-out {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.c-grab {
    cursor: -webkit-grab;
    cursor: grab
}

.c-grabbing {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.c-none {
    cursor: none
}

.debug {
    min-height: 1px;
    min-width: 1px;
    outline: 1px dotted red !important
}

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

@media screen and (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
    }
}

@media screen and (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
    }
}

@media screen and (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
    }
}

@media screen and (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
    }
}

@media screen and (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
    }
}

@media screen and (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
    }
}

@media screen and (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
    }
}

@media screen and (min-width:1452px) {
    .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
    }
}

@media screen and (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 {
    display: block;
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

.embed-container:before {
    content: "";
    display: block;
    padding-top: 56.25%
}

.embed-container .embed-item,
.embed-container embed,
.embed-container iframe,
.embed-container object,
.embed-container video {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.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: -webkit-box !important;
    display: flex !important
}

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

@media screen and (min-width:0) {
    .d-flex-fs {
        display: -webkit-box !important;
        display: flex !important
    }

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

@media screen and (min-width:360px) {
    .d-flex-xs {
        display: -webkit-box !important;
        display: flex !important
    }

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

@media screen and (min-width:576px) {
    .d-flex-sm {
        display: -webkit-box !important;
        display: flex !important
    }

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

@media screen and (min-width:640px) {
    .d-flex-ld {
        display: -webkit-box !important;
        display: flex !important
    }

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

@media screen and (min-width:768px) {
    .d-flex-md {
        display: -webkit-box !important;
        display: flex !important
    }

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

@media screen and (min-width:992px) {
    .d-flex-lg {
        display: -webkit-box !important;
        display: flex !important
    }

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

@media screen and (min-width:1200px) {
    .d-flex-xl {
        display: -webkit-box !important;
        display: flex !important
    }

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

@media screen and (min-width:1452px) {
    .d-flex-xxl {
        display: -webkit-box !important;
        display: flex !important
    }

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

@media screen and (min-width:2000px) {
    .d-flex-xxxl {
        display: -webkit-box !important;
        display: flex !important
    }

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

.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    order: 1 !important
}

.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    order: 2 !important
}

.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    order: 3 !important
}

.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    order: 4 !important
}

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

.order-6 {
    -webkit-box-ordinal-group: 7 !important;
    order: 6 !important
}

.order-7 {
    -webkit-box-ordinal-group: 8 !important;
    order: 7 !important
}

.order-8 {
    -webkit-box-ordinal-group: 9 !important;
    order: 8 !important
}

.order-9 {
    -webkit-box-ordinal-group: 10 !important;
    order: 9 !important
}

.order-10 {
    -webkit-box-ordinal-group: 11 !important;
    order: 10 !important
}

.order-11 {
    -webkit-box-ordinal-group: 12 !important;
    order: 11 !important
}

.order-12 {
    -webkit-box-ordinal-group: 13 !important;
    order: 12 !important
}

.order-13 {
    -webkit-box-ordinal-group: 14 !important;
    order: 13 !important
}

.order-14 {
    -webkit-box-ordinal-group: 15 !important;
    order: 14 !important
}

.order-15 {
    -webkit-box-ordinal-group: 16 !important;
    order: 15 !important
}

.order-16 {
    -webkit-box-ordinal-group: 17 !important;
    order: 16 !important
}

.order-17 {
    -webkit-box-ordinal-group: 18 !important;
    order: 17 !important
}

.order-18 {
    -webkit-box-ordinal-group: 19 !important;
    order: 18 !important
}

.order-19 {
    -webkit-box-ordinal-group: 20 !important;
    order: 19 !important
}

.order-20 {
    -webkit-box-ordinal-group: 21 !important;
    order: 20 !important
}

.order-21 {
    -webkit-box-ordinal-group: 22 !important;
    order: 21 !important
}

.order-22 {
    -webkit-box-ordinal-group: 23 !important;
    order: 22 !important
}

.order-23 {
    -webkit-box-ordinal-group: 24 !important;
    order: 23 !important
}

.order-24 {
    -webkit-box-ordinal-group: 25 !important;
    order: 24 !important
}

.flex-equal-items>* {
    -webkit-box-flex: 1;
    flex: 1
}

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

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

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

.flex-column {
    -webkit-box-direction: normal !important;
    flex-direction: column !important
}

.flex-column,
.flex-column-r {
    -webkit-box-orient: vertical !important
}

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

.flex-row {
    -webkit-box-direction: normal !important;
    flex-direction: row !important
}

.flex-row,
.flex-row-r {
    -webkit-box-orient: horizontal !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-no-shrink>* {
    flex-shrink: 0
}

.flex-shrink>* {
    flex-shrink: 1
}

.flex-no-grow>* {
    -webkit-box-flex: 0;
    flex-grow: 0
}

.flex-grow>* {
    -webkit-box-flex: 1;
    flex-grow: 1
}

.flex-no-shrink-self {
    flex-shrink: 0
}

.flex-shrink-self {
    flex-shrink: 1
}

.flex-no-grow-self {
    -webkit-box-flex: 0;
    flex-grow: 0
}

.flex-grow-self {
    -webkit-box-flex: 1;
    flex-grow: 1
}

.flex-right {
    margin-left: auto
}

.flex-left {
    margin-right: auto
}

.flex-top {
    margin-bottom: auto
}

.flex-bottom {
    margin-top: auto
}

.content-center,
.flex-center {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    justify-content: center
}

@media screen and (min-width:0) {
    .flex-nowrap-fs {
        flex-wrap: nowrap !important
    }

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

    .flex-wrap-r-fs {
        flex-wrap: wrap-reverse !important
    }

    .flex-column-fs {
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }

    .flex-column-fs,
    .flex-column-r-fs {
        -webkit-box-orient: vertical !important
    }

    .flex-column-r-fs {
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-row-fs {
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

    .flex-row-fs,
    .flex-row-r-fs {
        -webkit-box-orient: horizontal !important
    }

    .flex-row-r-fs {
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

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

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

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

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

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

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

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

    .flex-self-center-fs {
        align-self: center !important
    }

    .flex-self-stretch-fs {
        align-self: stretch !important
    }

    .flex-self-baseline-fs {
        align-self: baseline !important
    }

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

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

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

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

    .flex-justify-around-fs {
        justify-content: space-around !important
    }

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

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

    .flex-content-center-fs {
        align-content: center !important
    }

    .flex-content-between-fs {
        align-content: space-between !important
    }

    .flex-content-around-fs {
        align-content: space-around !important
    }

    .flex-content-stretch-fs {
        align-content: stretch !important
    }

    .flex-no-shrink-fs>* {
        flex-shrink: 0
    }

    .flex-shrink-fs>* {
        flex-shrink: 1
    }

    .flex-no-grow-fs>* {
        -webkit-box-flex: 0;
        flex-grow: 0
    }

    .flex-grow-fs>* {
        -webkit-box-flex: 1;
        flex-grow: 1
    }

    .flex-no-shrink-self-fs {
        flex-shrink: 0
    }

    .flex-shrink-self-fs {
        flex-shrink: 1
    }

    .flex-no-grow-self-fs {
        -webkit-box-flex: 0;
        flex-grow: 0
    }

    .flex-grow-self-fs {
        -webkit-box-flex: 1;
        flex-grow: 1
    }

    .flex-right-fs {
        margin-left: auto
    }

    .flex-left-fs {
        margin-right: auto
    }

    .flex-top-fs {
        margin-bottom: auto
    }

    .flex-bottom-fs {
        margin-top: auto
    }

    .order-1-fs {
        -webkit-box-ordinal-group: 2 !important;
        order: 1 !important
    }

    .order-2-fs {
        -webkit-box-ordinal-group: 3 !important;
        order: 2 !important
    }

    .order-3-fs {
        -webkit-box-ordinal-group: 4 !important;
        order: 3 !important
    }

    .order-4-fs {
        -webkit-box-ordinal-group: 5 !important;
        order: 4 !important
    }

    .order-5-fs {
        -webkit-box-ordinal-group: 6 !important;
        order: 5 !important
    }

    .order-6-fs {
        -webkit-box-ordinal-group: 7 !important;
        order: 6 !important
    }

    .order-7-fs {
        -webkit-box-ordinal-group: 8 !important;
        order: 7 !important
    }

    .order-8-fs {
        -webkit-box-ordinal-group: 9 !important;
        order: 8 !important
    }

    .order-9-fs {
        -webkit-box-ordinal-group: 10 !important;
        order: 9 !important
    }

    .order-10-fs {
        -webkit-box-ordinal-group: 11 !important;
        order: 10 !important
    }

    .order-11-fs {
        -webkit-box-ordinal-group: 12 !important;
        order: 11 !important
    }

    .order-12-fs {
        -webkit-box-ordinal-group: 13 !important;
        order: 12 !important
    }

    .order-13-fs {
        -webkit-box-ordinal-group: 14 !important;
        order: 13 !important
    }

    .order-14-fs {
        -webkit-box-ordinal-group: 15 !important;
        order: 14 !important
    }

    .order-15-fs {
        -webkit-box-ordinal-group: 16 !important;
        order: 15 !important
    }

    .order-16-fs {
        -webkit-box-ordinal-group: 17 !important;
        order: 16 !important
    }

    .order-17-fs {
        -webkit-box-ordinal-group: 18 !important;
        order: 17 !important
    }

    .order-18-fs {
        -webkit-box-ordinal-group: 19 !important;
        order: 18 !important
    }

    .order-19-fs {
        -webkit-box-ordinal-group: 20 !important;
        order: 19 !important
    }

    .order-20-fs {
        -webkit-box-ordinal-group: 21 !important;
        order: 20 !important
    }

    .order-21-fs {
        -webkit-box-ordinal-group: 22 !important;
        order: 21 !important
    }

    .order-22-fs {
        -webkit-box-ordinal-group: 23 !important;
        order: 22 !important
    }

    .order-23-fs {
        -webkit-box-ordinal-group: 24 !important;
        order: 23 !important
    }

    .order-24-fs {
        -webkit-box-ordinal-group: 25 !important;
        order: 24 !important
    }
}

@media screen and (min-width:360px) {
    .flex-nowrap-xs {
        flex-wrap: nowrap !important
    }

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

    .flex-wrap-r-xs {
        flex-wrap: wrap-reverse !important
    }

    .flex-column-xs {
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }

    .flex-column-r-xs,
    .flex-column-xs {
        -webkit-box-orient: vertical !important
    }

    .flex-column-r-xs {
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-row-xs {
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

    .flex-row-r-xs,
    .flex-row-xs {
        -webkit-box-orient: horizontal !important
    }

    .flex-row-r-xs {
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

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

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

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

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

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

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

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

    .flex-self-center-xs {
        align-self: center !important
    }

    .flex-self-stretch-xs {
        align-self: stretch !important
    }

    .flex-self-baseline-xs {
        align-self: baseline !important
    }

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

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

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

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

    .flex-justify-around-xs {
        justify-content: space-around !important
    }

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

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

    .flex-content-center-xs {
        align-content: center !important
    }

    .flex-content-between-xs {
        align-content: space-between !important
    }

    .flex-content-around-xs {
        align-content: space-around !important
    }

    .flex-content-stretch-xs {
        align-content: stretch !important
    }

    .flex-no-shrink-xs>* {
        flex-shrink: 0
    }

    .flex-shrink-xs>* {
        flex-shrink: 1
    }

    .flex-no-grow-xs>* {
        -webkit-box-flex: 0;
        flex-grow: 0
    }

    .flex-grow-xs>* {
        -webkit-box-flex: 1;
        flex-grow: 1
    }

    .flex-no-shrink-self-xs {
        flex-shrink: 0
    }

    .flex-shrink-self-xs {
        flex-shrink: 1
    }

    .flex-no-grow-self-xs {
        -webkit-box-flex: 0;
        flex-grow: 0
    }

    .flex-grow-self-xs {
        -webkit-box-flex: 1;
        flex-grow: 1
    }

    .flex-right-xs {
        margin-left: auto
    }

    .flex-left-xs {
        margin-right: auto
    }

    .flex-top-xs {
        margin-bottom: auto
    }

    .flex-bottom-xs {
        margin-top: auto
    }

    .order-1-xs {
        -webkit-box-ordinal-group: 2 !important;
        order: 1 !important
    }

    .order-2-xs {
        -webkit-box-ordinal-group: 3 !important;
        order: 2 !important
    }

    .order-3-xs {
        -webkit-box-ordinal-group: 4 !important;
        order: 3 !important
    }

    .order-4-xs {
        -webkit-box-ordinal-group: 5 !important;
        order: 4 !important
    }

    .order-5-xs {
        -webkit-box-ordinal-group: 6 !important;
        order: 5 !important
    }

    .order-6-xs {
        -webkit-box-ordinal-group: 7 !important;
        order: 6 !important
    }

    .order-7-xs {
        -webkit-box-ordinal-group: 8 !important;
        order: 7 !important
    }

    .order-8-xs {
        -webkit-box-ordinal-group: 9 !important;
        order: 8 !important
    }

    .order-9-xs {
        -webkit-box-ordinal-group: 10 !important;
        order: 9 !important
    }

    .order-10-xs {
        -webkit-box-ordinal-group: 11 !important;
        order: 10 !important
    }

    .order-11-xs {
        -webkit-box-ordinal-group: 12 !important;
        order: 11 !important
    }

    .order-12-xs {
        -webkit-box-ordinal-group: 13 !important;
        order: 12 !important
    }

    .order-13-xs {
        -webkit-box-ordinal-group: 14 !important;
        order: 13 !important
    }

    .order-14-xs {
        -webkit-box-ordinal-group: 15 !important;
        order: 14 !important
    }

    .order-15-xs {
        -webkit-box-ordinal-group: 16 !important;
        order: 15 !important
    }

    .order-16-xs {
        -webkit-box-ordinal-group: 17 !important;
        order: 16 !important
    }

    .order-17-xs {
        -webkit-box-ordinal-group: 18 !important;
        order: 17 !important
    }

    .order-18-xs {
        -webkit-box-ordinal-group: 19 !important;
        order: 18 !important
    }

    .order-19-xs {
        -webkit-box-ordinal-group: 20 !important;
        order: 19 !important
    }

    .order-20-xs {
        -webkit-box-ordinal-group: 21 !important;
        order: 20 !important
    }

    .order-21-xs {
        -webkit-box-ordinal-group: 22 !important;
        order: 21 !important
    }

    .order-22-xs {
        -webkit-box-ordinal-group: 23 !important;
        order: 22 !important
    }

    .order-23-xs {
        -webkit-box-ordinal-group: 24 !important;
        order: 23 !important
    }

    .order-24-xs {
        -webkit-box-ordinal-group: 25 !important;
        order: 24 !important
    }
}

@media screen and (min-width:576px) {
    .flex-nowrap-sm {
        flex-wrap: nowrap !important
    }

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

    .flex-wrap-r-sm {
        flex-wrap: wrap-reverse !important
    }

    .flex-column-sm {
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }

    .flex-column-r-sm,
    .flex-column-sm {
        -webkit-box-orient: vertical !important
    }

    .flex-column-r-sm {
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-row-sm {
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

    .flex-row-r-sm,
    .flex-row-sm {
        -webkit-box-orient: horizontal !important
    }

    .flex-row-r-sm {
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

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

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

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

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

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

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

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

    .flex-self-center-sm {
        align-self: center !important
    }

    .flex-self-stretch-sm {
        align-self: stretch !important
    }

    .flex-self-baseline-sm {
        align-self: baseline !important
    }

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

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

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

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

    .flex-justify-around-sm {
        justify-content: space-around !important
    }

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

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

    .flex-content-center-sm {
        align-content: center !important
    }

    .flex-content-between-sm {
        align-content: space-between !important
    }

    .flex-content-around-sm {
        align-content: space-around !important
    }

    .flex-content-stretch-sm {
        align-content: stretch !important
    }

    .flex-no-shrink-sm>* {
        flex-shrink: 0
    }

    .flex-shrink-sm>* {
        flex-shrink: 1
    }

    .flex-no-grow-sm>* {
        -webkit-box-flex: 0;
        flex-grow: 0
    }

    .flex-grow-sm>* {
        -webkit-box-flex: 1;
        flex-grow: 1
    }

    .flex-no-shrink-self-sm {
        flex-shrink: 0
    }

    .flex-shrink-self-sm {
        flex-shrink: 1
    }

    .flex-no-grow-self-sm {
        -webkit-box-flex: 0;
        flex-grow: 0
    }

    .flex-grow-self-sm {
        -webkit-box-flex: 1;
        flex-grow: 1
    }

    .flex-right-sm {
        margin-left: auto
    }

    .flex-left-sm {
        margin-right: auto
    }

    .flex-top-sm {
        margin-bottom: auto
    }

    .flex-bottom-sm {
        margin-top: auto
    }

    .order-1-sm {
        -webkit-box-ordinal-group: 2 !important;
        order: 1 !important
    }

    .order-2-sm {
        -webkit-box-ordinal-group: 3 !important;
        order: 2 !important
    }

    .order-3-sm {
        -webkit-box-ordinal-group: 4 !important;
        order: 3 !important
    }

    .order-4-sm {
        -webkit-box-ordinal-group: 5 !important;
        order: 4 !important
    }

    .order-5-sm {
        -webkit-box-ordinal-group: 6 !important;
        order: 5 !important
    }

    .order-6-sm {
        -webkit-box-ordinal-group: 7 !important;
        order: 6 !important
    }

    .order-7-sm {
        -webkit-box-ordinal-group: 8 !important;
        order: 7 !important
    }

    .order-8-sm {
        -webkit-box-ordinal-group: 9 !important;
        order: 8 !important
    }

    .order-9-sm {
        -webkit-box-ordinal-group: 10 !important;
        order: 9 !important
    }

    .order-10-sm {
        -webkit-box-ordinal-group: 11 !important;
        order: 10 !important
    }

    .order-11-sm {
        -webkit-box-ordinal-group: 12 !important;
        order: 11 !important
    }

    .order-12-sm {
        -webkit-box-ordinal-group: 13 !important;
        order: 12 !important
    }

    .order-13-sm {
        -webkit-box-ordinal-group: 14 !important;
        order: 13 !important
    }

    .order-14-sm {
        -webkit-box-ordinal-group: 15 !important;
        order: 14 !important
    }

    .order-15-sm {
        -webkit-box-ordinal-group: 16 !important;
        order: 15 !important
    }

    .order-16-sm {
        -webkit-box-ordinal-group: 17 !important;
        order: 16 !important
    }

    .order-17-sm {
        -webkit-box-ordinal-group: 18 !important;
        order: 17 !important
    }

    .order-18-sm {
        -webkit-box-ordinal-group: 19 !important;
        order: 18 !important
    }

    .order-19-sm {
        -webkit-box-ordinal-group: 20 !important;
        order: 19 !important
    }

    .order-20-sm {
        -webkit-box-ordinal-group: 21 !important;
        order: 20 !important
    }

    .order-21-sm {
        -webkit-box-ordinal-group: 22 !important;
        order: 21 !important
    }

    .order-22-sm {
        -webkit-box-ordinal-group: 23 !important;
        order: 22 !important
    }

    .order-23-sm {
        -webkit-box-ordinal-group: 24 !important;
        order: 23 !important
    }

    .order-24-sm {
        -webkit-box-ordinal-group: 25 !important;
        order: 24 !important
    }
}

@media screen and (min-width:640px) {
    .flex-nowrap-ld {
        flex-wrap: nowrap !important
    }

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

    .flex-wrap-r-ld {
        flex-wrap: wrap-reverse !important
    }

    .flex-column-ld {
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }

    .flex-column-ld,
    .flex-column-r-ld {
        -webkit-box-orient: vertical !important
    }

    .flex-column-r-ld {
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-row-ld {
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

    .flex-row-ld,
    .flex-row-r-ld {
        -webkit-box-orient: horizontal !important
    }

    .flex-row-r-ld {
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

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

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

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

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

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

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

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

    .flex-self-center-ld {
        align-self: center !important
    }

    .flex-self-stretch-ld {
        align-self: stretch !important
    }

    .flex-self-baseline-ld {
        align-self: baseline !important
    }

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

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

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

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

    .flex-justify-around-ld {
        justify-content: space-around !important
    }

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

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

    .flex-content-center-ld {
        align-content: center !important
    }

    .flex-content-between-ld {
        align-content: space-between !important
    }

    .flex-content-around-ld {
        align-content: space-around !important
    }

    .flex-content-stretch-ld {
        align-content: stretch !important
    }

    .flex-no-shrink-ld>* {
        flex-shrink: 0
    }

    .flex-shrink-ld>* {
        flex-shrink: 1
    }

    .flex-no-grow-ld>* {
        -webkit-box-flex: 0;
        flex-grow: 0
    }

    .flex-grow-ld>* {
        -webkit-box-flex: 1;
        flex-grow: 1
    }

    .flex-no-shrink-self-ld {
        flex-shrink: 0
    }

    .flex-shrink-self-ld {
        flex-shrink: 1
    }

    .flex-no-grow-self-ld {
        -webkit-box-flex: 0;
        flex-grow: 0
    }

    .flex-grow-self-ld {
        -webkit-box-flex: 1;
        flex-grow: 1
    }

    .flex-right-ld {
        margin-left: auto
    }

    .flex-left-ld {
        margin-right: auto
    }

    .flex-top-ld {
        margin-bottom: auto
    }

    .flex-bottom-ld {
        margin-top: auto
    }

    .order-1-ld {
        -webkit-box-ordinal-group: 2 !important;
        order: 1 !important
    }

    .order-2-ld {
        -webkit-box-ordinal-group: 3 !important;
        order: 2 !important
    }

    .order-3-ld {
        -webkit-box-ordinal-group: 4 !important;
        order: 3 !important
    }

    .order-4-ld {
        -webkit-box-ordinal-group: 5 !important;
        order: 4 !important
    }

    .order-5-ld {
        -webkit-box-ordinal-group: 6 !important;
        order: 5 !important
    }

    .order-6-ld {
        -webkit-box-ordinal-group: 7 !important;
        order: 6 !important
    }

    .order-7-ld {
        -webkit-box-ordinal-group: 8 !important;
        order: 7 !important
    }

    .order-8-ld {
        -webkit-box-ordinal-group: 9 !important;
        order: 8 !important
    }

    .order-9-ld {
        -webkit-box-ordinal-group: 10 !important;
        order: 9 !important
    }

    .order-10-ld {
        -webkit-box-ordinal-group: 11 !important;
        order: 10 !important
    }

    .order-11-ld {
        -webkit-box-ordinal-group: 12 !important;
        order: 11 !important
    }

    .order-12-ld {
        -webkit-box-ordinal-group: 13 !important;
        order: 12 !important
    }

    .order-13-ld {
        -webkit-box-ordinal-group: 14 !important;
        order: 13 !important
    }

    .order-14-ld {
        -webkit-box-ordinal-group: 15 !important;
        order: 14 !important
    }

    .order-15-ld {
        -webkit-box-ordinal-group: 16 !important;
        order: 15 !important
    }

    .order-16-ld {
        -webkit-box-ordinal-group: 17 !important;
        order: 16 !important
    }

    .order-17-ld {
        -webkit-box-ordinal-group: 18 !important;
        order: 17 !important
    }

    .order-18-ld {
        -webkit-box-ordinal-group: 19 !important;
        order: 18 !important
    }

    .order-19-ld {
        -webkit-box-ordinal-group: 20 !important;
        order: 19 !important
    }

    .order-20-ld {
        -webkit-box-ordinal-group: 21 !important;
        order: 20 !important
    }

    .order-21-ld {
        -webkit-box-ordinal-group: 22 !important;
        order: 21 !important
    }

    .order-22-ld {
        -webkit-box-ordinal-group: 23 !important;
        order: 22 !important
    }

    .order-23-ld {
        -webkit-box-ordinal-group: 24 !important;
        order: 23 !important
    }

    .order-24-ld {
        -webkit-box-ordinal-group: 25 !important;
        order: 24 !important
    }
}

@media screen and (min-width:768px) {
    .flex-nowrap-md {
        flex-wrap: nowrap !important
    }

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

    .flex-wrap-r-md {
        flex-wrap: wrap-reverse !important
    }

    .flex-column-md {
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }

    .flex-column-md,
    .flex-column-r-md {
        -webkit-box-orient: vertical !important
    }

    .flex-column-r-md {
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-row-md {
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

    .flex-row-md,
    .flex-row-r-md {
        -webkit-box-orient: horizontal !important
    }

    .flex-row-r-md {
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

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

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

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

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

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

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

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

    .flex-self-center-md {
        align-self: center !important
    }

    .flex-self-stretch-md {
        align-self: stretch !important
    }

    .flex-self-baseline-md {
        align-self: baseline !important
    }

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

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

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

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

    .flex-justify-around-md {
        justify-content: space-around !important
    }

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

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

    .flex-content-center-md {
        align-content: center !important
    }

    .flex-content-between-md {
        align-content: space-between !important
    }

    .flex-content-around-md {
        align-content: space-around !important
    }

    .flex-content-stretch-md {
        align-content: stretch !important
    }

    .flex-no-shrink-md>* {
        flex-shrink: 0
    }

    .flex-shrink-md>* {
        flex-shrink: 1
    }

    .flex-no-grow-md>* {
        -webkit-box-flex: 0;
        flex-grow: 0
    }

    .flex-grow-md>* {
        -webkit-box-flex: 1;
        flex-grow: 1
    }

    .flex-no-shrink-self-md {
        flex-shrink: 0
    }

    .flex-shrink-self-md {
        flex-shrink: 1
    }

    .flex-no-grow-self-md {
        -webkit-box-flex: 0;
        flex-grow: 0
    }

    .flex-grow-self-md {
        -webkit-box-flex: 1;
        flex-grow: 1
    }

    .flex-right-md {
        margin-left: auto
    }

    .flex-left-md {
        margin-right: auto
    }

    .flex-top-md {
        margin-bottom: auto
    }

    .flex-bottom-md {
        margin-top: auto
    }

    .order-1-md {
        -webkit-box-ordinal-group: 2 !important;
        order: 1 !important
    }

    .order-2-md {
        -webkit-box-ordinal-group: 3 !important;
        order: 2 !important
    }

    .order-3-md {
        -webkit-box-ordinal-group: 4 !important;
        order: 3 !important
    }

    .order-4-md {
        -webkit-box-ordinal-group: 5 !important;
        order: 4 !important
    }

    .order-5-md {
        -webkit-box-ordinal-group: 6 !important;
        order: 5 !important
    }

    .order-6-md {
        -webkit-box-ordinal-group: 7 !important;
        order: 6 !important
    }

    .order-7-md {
        -webkit-box-ordinal-group: 8 !important;
        order: 7 !important
    }

    .order-8-md {
        -webkit-box-ordinal-group: 9 !important;
        order: 8 !important
    }

    .order-9-md {
        -webkit-box-ordinal-group: 10 !important;
        order: 9 !important
    }

    .order-10-md {
        -webkit-box-ordinal-group: 11 !important;
        order: 10 !important
    }

    .order-11-md {
        -webkit-box-ordinal-group: 12 !important;
        order: 11 !important
    }

    .order-12-md {
        -webkit-box-ordinal-group: 13 !important;
        order: 12 !important
    }

    .order-13-md {
        -webkit-box-ordinal-group: 14 !important;
        order: 13 !important
    }

    .order-14-md {
        -webkit-box-ordinal-group: 15 !important;
        order: 14 !important
    }

    .order-15-md {
        -webkit-box-ordinal-group: 16 !important;
        order: 15 !important
    }

    .order-16-md {
        -webkit-box-ordinal-group: 17 !important;
        order: 16 !important
    }

    .order-17-md {
        -webkit-box-ordinal-group: 18 !important;
        order: 17 !important
    }

    .order-18-md {
        -webkit-box-ordinal-group: 19 !important;
        order: 18 !important
    }

    .order-19-md {
        -webkit-box-ordinal-group: 20 !important;
        order: 19 !important
    }

    .order-20-md {
        -webkit-box-ordinal-group: 21 !important;
        order: 20 !important
    }

    .order-21-md {
        -webkit-box-ordinal-group: 22 !important;
        order: 21 !important
    }

    .order-22-md {
        -webkit-box-ordinal-group: 23 !important;
        order: 22 !important
    }

    .order-23-md {
        -webkit-box-ordinal-group: 24 !important;
        order: 23 !important
    }

    .order-24-md {
        -webkit-box-ordinal-group: 25 !important;
        order: 24 !important
    }
}

@media screen and (min-width:992px) {
    .flex-nowrap-lg {
        flex-wrap: nowrap !important
    }

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

    .flex-wrap-r-lg {
        flex-wrap: wrap-reverse !important
    }

    .flex-column-lg {
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }

    .flex-column-lg,
    .flex-column-r-lg {
        -webkit-box-orient: vertical !important
    }

    .flex-column-r-lg {
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-row-lg {
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

    .flex-row-lg,
    .flex-row-r-lg {
        -webkit-box-orient: horizontal !important
    }

    .flex-row-r-lg {
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

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

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

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

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

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

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

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

    .flex-self-center-lg {
        align-self: center !important
    }

    .flex-self-stretch-lg {
        align-self: stretch !important
    }

    .flex-self-baseline-lg {
        align-self: baseline !important
    }

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

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

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

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

    .flex-justify-around-lg {
        justify-content: space-around !important
    }

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

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

    .flex-content-center-lg {
        align-content: center !important
    }

    .flex-content-between-lg {
        align-content: space-between !important
    }

    .flex-content-around-lg {
        align-content: space-around !important
    }

    .flex-content-stretch-lg {
        align-content: stretch !important
    }

    .flex-no-shrink-lg>* {
        flex-shrink: 0
    }

    .flex-shrink-lg>* {
        flex-shrink: 1
    }

    .flex-no-grow-lg>* {
        -webkit-box-flex: 0;
        flex-grow: 0
    }

    .flex-grow-lg>* {
        -webkit-box-flex: 1;
        flex-grow: 1
    }

    .flex-no-shrink-self-lg {
        flex-shrink: 0
    }

    .flex-shrink-self-lg {
        flex-shrink: 1
    }

    .flex-no-grow-self-lg {
        -webkit-box-flex: 0;
        flex-grow: 0
    }

    .flex-grow-self-lg {
        -webkit-box-flex: 1;
        flex-grow: 1
    }

    .flex-right-lg {
        margin-left: auto
    }

    .flex-left-lg {
        margin-right: auto
    }

    .flex-top-lg {
        margin-bottom: auto
    }

    .flex-bottom-lg {
        margin-top: auto
    }

    .order-1-lg {
        -webkit-box-ordinal-group: 2 !important;
        order: 1 !important
    }

    .order-2-lg {
        -webkit-box-ordinal-group: 3 !important;
        order: 2 !important
    }

    .order-3-lg {
        -webkit-box-ordinal-group: 4 !important;
        order: 3 !important
    }

    .order-4-lg {
        -webkit-box-ordinal-group: 5 !important;
        order: 4 !important
    }

    .order-5-lg {
        -webkit-box-ordinal-group: 6 !important;
        order: 5 !important
    }

    .order-6-lg {
        -webkit-box-ordinal-group: 7 !important;
        order: 6 !important
    }

    .order-7-lg {
        -webkit-box-ordinal-group: 8 !important;
        order: 7 !important
    }

    .order-8-lg {
        -webkit-box-ordinal-group: 9 !important;
        order: 8 !important
    }

    .order-9-lg {
        -webkit-box-ordinal-group: 10 !important;
        order: 9 !important
    }

    .order-10-lg {
        -webkit-box-ordinal-group: 11 !important;
        order: 10 !important
    }

    .order-11-lg {
        -webkit-box-ordinal-group: 12 !important;
        order: 11 !important
    }

    .order-12-lg {
        -webkit-box-ordinal-group: 13 !important;
        order: 12 !important
    }

    .order-13-lg {
        -webkit-box-ordinal-group: 14 !important;
        order: 13 !important
    }

    .order-14-lg {
        -webkit-box-ordinal-group: 15 !important;
        order: 14 !important
    }

    .order-15-lg {
        -webkit-box-ordinal-group: 16 !important;
        order: 15 !important
    }

    .order-16-lg {
        -webkit-box-ordinal-group: 17 !important;
        order: 16 !important
    }

    .order-17-lg {
        -webkit-box-ordinal-group: 18 !important;
        order: 17 !important
    }

    .order-18-lg {
        -webkit-box-ordinal-group: 19 !important;
        order: 18 !important
    }

    .order-19-lg {
        -webkit-box-ordinal-group: 20 !important;
        order: 19 !important
    }

    .order-20-lg {
        -webkit-box-ordinal-group: 21 !important;
        order: 20 !important
    }

    .order-21-lg {
        -webkit-box-ordinal-group: 22 !important;
        order: 21 !important
    }

    .order-22-lg {
        -webkit-box-ordinal-group: 23 !important;
        order: 22 !important
    }

    .order-23-lg {
        -webkit-box-ordinal-group: 24 !important;
        order: 23 !important
    }

    .order-24-lg {
        -webkit-box-ordinal-group: 25 !important;
        order: 24 !important
    }
}

@media screen and (min-width:1200px) {
    .flex-nowrap-xl {
        flex-wrap: nowrap !important
    }

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

    .flex-wrap-r-xl {
        flex-wrap: wrap-reverse !important
    }

    .flex-column-xl {
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }

    .flex-column-r-xl,
    .flex-column-xl {
        -webkit-box-orient: vertical !important
    }

    .flex-column-r-xl {
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-row-xl {
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

    .flex-row-r-xl,
    .flex-row-xl {
        -webkit-box-orient: horizontal !important
    }

    .flex-row-r-xl {
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

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

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

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

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

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

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

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

    .flex-self-center-xl {
        align-self: center !important
    }

    .flex-self-stretch-xl {
        align-self: stretch !important
    }

    .flex-self-baseline-xl {
        align-self: baseline !important
    }

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

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

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

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

    .flex-justify-around-xl {
        justify-content: space-around !important
    }

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

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

    .flex-content-center-xl {
        align-content: center !important
    }

    .flex-content-between-xl {
        align-content: space-between !important
    }

    .flex-content-around-xl {
        align-content: space-around !important
    }

    .flex-content-stretch-xl {
        align-content: stretch !important
    }

    .flex-no-shrink-xl>* {
        flex-shrink: 0
    }

    .flex-shrink-xl>* {
        flex-shrink: 1
    }

    .flex-no-grow-xl>* {
        -webkit-box-flex: 0;
        flex-grow: 0
    }

    .flex-grow-xl>* {
        -webkit-box-flex: 1;
        flex-grow: 1
    }

    .flex-no-shrink-self-xl {
        flex-shrink: 0
    }

    .flex-shrink-self-xl {
        flex-shrink: 1
    }

    .flex-no-grow-self-xl {
        -webkit-box-flex: 0;
        flex-grow: 0
    }

    .flex-grow-self-xl {
        -webkit-box-flex: 1;
        flex-grow: 1
    }

    .flex-right-xl {
        margin-left: auto
    }

    .flex-left-xl {
        margin-right: auto
    }

    .flex-top-xl {
        margin-bottom: auto
    }

    .flex-bottom-xl {
        margin-top: auto
    }

    .order-1-xl {
        -webkit-box-ordinal-group: 2 !important;
        order: 1 !important
    }

    .order-2-xl {
        -webkit-box-ordinal-group: 3 !important;
        order: 2 !important
    }

    .order-3-xl {
        -webkit-box-ordinal-group: 4 !important;
        order: 3 !important
    }

    .order-4-xl {
        -webkit-box-ordinal-group: 5 !important;
        order: 4 !important
    }

    .order-5-xl {
        -webkit-box-ordinal-group: 6 !important;
        order: 5 !important
    }

    .order-6-xl {
        -webkit-box-ordinal-group: 7 !important;
        order: 6 !important
    }

    .order-7-xl {
        -webkit-box-ordinal-group: 8 !important;
        order: 7 !important
    }

    .order-8-xl {
        -webkit-box-ordinal-group: 9 !important;
        order: 8 !important
    }

    .order-9-xl {
        -webkit-box-ordinal-group: 10 !important;
        order: 9 !important
    }

    .order-10-xl {
        -webkit-box-ordinal-group: 11 !important;
        order: 10 !important
    }

    .order-11-xl {
        -webkit-box-ordinal-group: 12 !important;
        order: 11 !important
    }

    .order-12-xl {
        -webkit-box-ordinal-group: 13 !important;
        order: 12 !important
    }

    .order-13-xl {
        -webkit-box-ordinal-group: 14 !important;
        order: 13 !important
    }

    .order-14-xl {
        -webkit-box-ordinal-group: 15 !important;
        order: 14 !important
    }

    .order-15-xl {
        -webkit-box-ordinal-group: 16 !important;
        order: 15 !important
    }

    .order-16-xl {
        -webkit-box-ordinal-group: 17 !important;
        order: 16 !important
    }

    .order-17-xl {
        -webkit-box-ordinal-group: 18 !important;
        order: 17 !important
    }

    .order-18-xl {
        -webkit-box-ordinal-group: 19 !important;
        order: 18 !important
    }

    .order-19-xl {
        -webkit-box-ordinal-group: 20 !important;
        order: 19 !important
    }

    .order-20-xl {
        -webkit-box-ordinal-group: 21 !important;
        order: 20 !important
    }

    .order-21-xl {
        -webkit-box-ordinal-group: 22 !important;
        order: 21 !important
    }

    .order-22-xl {
        -webkit-box-ordinal-group: 23 !important;
        order: 22 !important
    }

    .order-23-xl {
        -webkit-box-ordinal-group: 24 !important;
        order: 23 !important
    }

    .order-24-xl {
        -webkit-box-ordinal-group: 25 !important;
        order: 24 !important
    }
}

@media screen and (min-width:1452px) {
    .flex-nowrap-xxl {
        flex-wrap: nowrap !important
    }

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

    .flex-wrap-r-xxl {
        flex-wrap: wrap-reverse !important
    }

    .flex-column-xxl {
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }

    .flex-column-r-xxl,
    .flex-column-xxl {
        -webkit-box-orient: vertical !important
    }

    .flex-column-r-xxl {
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-row-xxl {
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

    .flex-row-r-xxl,
    .flex-row-xxl {
        -webkit-box-orient: horizontal !important
    }

    .flex-row-r-xxl {
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

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

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

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

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

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

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

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

    .flex-self-center-xxl {
        align-self: center !important
    }

    .flex-self-stretch-xxl {
        align-self: stretch !important
    }

    .flex-self-baseline-xxl {
        align-self: baseline !important
    }

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

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

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

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

    .flex-justify-around-xxl {
        justify-content: space-around !important
    }

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

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

    .flex-content-center-xxl {
        align-content: center !important
    }

    .flex-content-between-xxl {
        align-content: space-between !important
    }

    .flex-content-around-xxl {
        align-content: space-around !important
    }

    .flex-content-stretch-xxl {
        align-content: stretch !important
    }

    .flex-no-shrink-xxl>* {
        flex-shrink: 0
    }

    .flex-shrink-xxl>* {
        flex-shrink: 1
    }

    .flex-no-grow-xxl>* {
        -webkit-box-flex: 0;
        flex-grow: 0
    }

    .flex-grow-xxl>* {
        -webkit-box-flex: 1;
        flex-grow: 1
    }

    .flex-no-shrink-self-xxl {
        flex-shrink: 0
    }

    .flex-shrink-self-xxl {
        flex-shrink: 1
    }

    .flex-no-grow-self-xxl {
        -webkit-box-flex: 0;
        flex-grow: 0
    }

    .flex-grow-self-xxl {
        -webkit-box-flex: 1;
        flex-grow: 1
    }

    .flex-right-xxl {
        margin-left: auto
    }

    .flex-left-xxl {
        margin-right: auto
    }

    .flex-top-xxl {
        margin-bottom: auto
    }

    .flex-bottom-xxl {
        margin-top: auto
    }

    .order-1-xxl {
        -webkit-box-ordinal-group: 2 !important;
        order: 1 !important
    }

    .order-2-xxl {
        -webkit-box-ordinal-group: 3 !important;
        order: 2 !important
    }

    .order-3-xxl {
        -webkit-box-ordinal-group: 4 !important;
        order: 3 !important
    }

    .order-4-xxl {
        -webkit-box-ordinal-group: 5 !important;
        order: 4 !important
    }

    .order-5-xxl {
        -webkit-box-ordinal-group: 6 !important;
        order: 5 !important
    }

    .order-6-xxl {
        -webkit-box-ordinal-group: 7 !important;
        order: 6 !important
    }

    .order-7-xxl {
        -webkit-box-ordinal-group: 8 !important;
        order: 7 !important
    }

    .order-8-xxl {
        -webkit-box-ordinal-group: 9 !important;
        order: 8 !important
    }

    .order-9-xxl {
        -webkit-box-ordinal-group: 10 !important;
        order: 9 !important
    }

    .order-10-xxl {
        -webkit-box-ordinal-group: 11 !important;
        order: 10 !important
    }

    .order-11-xxl {
        -webkit-box-ordinal-group: 12 !important;
        order: 11 !important
    }

    .order-12-xxl {
        -webkit-box-ordinal-group: 13 !important;
        order: 12 !important
    }

    .order-13-xxl {
        -webkit-box-ordinal-group: 14 !important;
        order: 13 !important
    }

    .order-14-xxl {
        -webkit-box-ordinal-group: 15 !important;
        order: 14 !important
    }

    .order-15-xxl {
        -webkit-box-ordinal-group: 16 !important;
        order: 15 !important
    }

    .order-16-xxl {
        -webkit-box-ordinal-group: 17 !important;
        order: 16 !important
    }

    .order-17-xxl {
        -webkit-box-ordinal-group: 18 !important;
        order: 17 !important
    }

    .order-18-xxl {
        -webkit-box-ordinal-group: 19 !important;
        order: 18 !important
    }

    .order-19-xxl {
        -webkit-box-ordinal-group: 20 !important;
        order: 19 !important
    }

    .order-20-xxl {
        -webkit-box-ordinal-group: 21 !important;
        order: 20 !important
    }

    .order-21-xxl {
        -webkit-box-ordinal-group: 22 !important;
        order: 21 !important
    }

    .order-22-xxl {
        -webkit-box-ordinal-group: 23 !important;
        order: 22 !important
    }

    .order-23-xxl {
        -webkit-box-ordinal-group: 24 !important;
        order: 23 !important
    }

    .order-24-xxl {
        -webkit-box-ordinal-group: 25 !important;
        order: 24 !important
    }
}

@media screen and (min-width:2000px) {
    .flex-nowrap-xxxl {
        flex-wrap: nowrap !important
    }

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

    .flex-wrap-r-xxxl {
        flex-wrap: wrap-reverse !important
    }

    .flex-column-xxxl {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }

    .flex-column-r-xxxl {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-row-xxxl {
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

    .flex-row-r-xxxl,
    .flex-row-xxxl {
        -webkit-box-orient: horizontal !important
    }

    .flex-row-r-xxxl {
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

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

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

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

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

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

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

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

    .flex-self-center-xxxl {
        align-self: center !important
    }

    .flex-self-stretch-xxxl {
        align-self: stretch !important
    }

    .flex-self-baseline-xxxl {
        align-self: baseline !important
    }

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

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

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

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

    .flex-justify-around-xxxl {
        justify-content: space-around !important
    }

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

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

    .flex-content-center-xxxl {
        align-content: center !important
    }

    .flex-content-between-xxxl {
        align-content: space-between !important
    }

    .flex-content-around-xxxl {
        align-content: space-around !important
    }

    .flex-content-stretch-xxxl {
        align-content: stretch !important
    }

    .flex-no-shrink-xxxl>* {
        flex-shrink: 0
    }

    .flex-shrink-xxxl>* {
        flex-shrink: 1
    }

    .flex-no-grow-xxxl>* {
        -webkit-box-flex: 0;
        flex-grow: 0
    }

    .flex-grow-xxxl>* {
        -webkit-box-flex: 1;
        flex-grow: 1
    }

    .flex-no-shrink-self-xxxl {
        flex-shrink: 0
    }

    .flex-shrink-self-xxxl {
        flex-shrink: 1
    }

    .flex-no-grow-self-xxxl {
        -webkit-box-flex: 0;
        flex-grow: 0
    }

    .flex-grow-self-xxxl {
        -webkit-box-flex: 1;
        flex-grow: 1
    }

    .flex-right-xxxl {
        margin-left: auto
    }

    .flex-left-xxxl {
        margin-right: auto
    }

    .flex-top-xxxl {
        margin-bottom: auto
    }

    .flex-bottom-xxxl {
        margin-top: auto
    }

    .order-1-xxxl {
        -webkit-box-ordinal-group: 2 !important;
        order: 1 !important
    }

    .order-2-xxxl {
        -webkit-box-ordinal-group: 3 !important;
        order: 2 !important
    }

    .order-3-xxxl {
        -webkit-box-ordinal-group: 4 !important;
        order: 3 !important
    }

    .order-4-xxxl {
        -webkit-box-ordinal-group: 5 !important;
        order: 4 !important
    }

    .order-5-xxxl {
        -webkit-box-ordinal-group: 6 !important;
        order: 5 !important
    }

    .order-6-xxxl {
        -webkit-box-ordinal-group: 7 !important;
        order: 6 !important
    }

    .order-7-xxxl {
        -webkit-box-ordinal-group: 8 !important;
        order: 7 !important
    }

    .order-8-xxxl {
        -webkit-box-ordinal-group: 9 !important;
        order: 8 !important
    }

    .order-9-xxxl {
        -webkit-box-ordinal-group: 10 !important;
        order: 9 !important
    }

    .order-10-xxxl {
        -webkit-box-ordinal-group: 11 !important;
        order: 10 !important
    }

    .order-11-xxxl {
        -webkit-box-ordinal-group: 12 !important;
        order: 11 !important
    }

    .order-12-xxxl {
        -webkit-box-ordinal-group: 13 !important;
        order: 12 !important
    }

    .order-13-xxxl {
        -webkit-box-ordinal-group: 14 !important;
        order: 13 !important
    }

    .order-14-xxxl {
        -webkit-box-ordinal-group: 15 !important;
        order: 14 !important
    }

    .order-15-xxxl {
        -webkit-box-ordinal-group: 16 !important;
        order: 15 !important
    }

    .order-16-xxxl {
        -webkit-box-ordinal-group: 17 !important;
        order: 16 !important
    }

    .order-17-xxxl {
        -webkit-box-ordinal-group: 18 !important;
        order: 17 !important
    }

    .order-18-xxxl {
        -webkit-box-ordinal-group: 19 !important;
        order: 18 !important
    }

    .order-19-xxxl {
        -webkit-box-ordinal-group: 20 !important;
        order: 19 !important
    }

    .order-20-xxxl {
        -webkit-box-ordinal-group: 21 !important;
        order: 20 !important
    }

    .order-21-xxxl {
        -webkit-box-ordinal-group: 22 !important;
        order: 21 !important
    }

    .order-22-xxxl {
        -webkit-box-ordinal-group: 23 !important;
        order: 22 !important
    }

    .order-23-xxxl {
        -webkit-box-ordinal-group: 24 !important;
        order: 23 !important
    }

    .order-24-xxxl {
        -webkit-box-ordinal-group: 25 !important;
        order: 24 !important
    }
}

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

.float-right,
.place-right {
    float: right !important
}

.float-left,
.place-left {
    float: left !important
}

.float-none,
.no-float,
.place-none {
    float: none !important
}

@media screen and (min-width:0) {
    .place-left-fs {
        float: left !important
    }

    .place-right-fs {
        float: right !important
    }

    .place-none-fs {
        float: none !important
    }

    .float-left-fs {
        float: left !important
    }

    .float-right-fs {
        float: right !important
    }

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

@media screen and (min-width:360px) {
    .place-left-xs {
        float: left !important
    }

    .place-right-xs {
        float: right !important
    }

    .place-none-xs {
        float: none !important
    }

    .float-left-xs {
        float: left !important
    }

    .float-right-xs {
        float: right !important
    }

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

@media screen and (min-width:576px) {
    .place-left-sm {
        float: left !important
    }

    .place-right-sm {
        float: right !important
    }

    .place-none-sm {
        float: none !important
    }

    .float-left-sm {
        float: left !important
    }

    .float-right-sm {
        float: right !important
    }

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

@media screen and (min-width:640px) {
    .place-left-ld {
        float: left !important
    }

    .place-right-ld {
        float: right !important
    }

    .place-none-ld {
        float: none !important
    }

    .float-left-ld {
        float: left !important
    }

    .float-right-ld {
        float: right !important
    }

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

@media screen and (min-width:768px) {
    .place-left-md {
        float: left !important
    }

    .place-right-md {
        float: right !important
    }

    .place-none-md {
        float: none !important
    }

    .float-left-md {
        float: left !important
    }

    .float-right-md {
        float: right !important
    }

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

@media screen and (min-width:992px) {
    .place-left-lg {
        float: left !important
    }

    .place-right-lg {
        float: right !important
    }

    .place-none-lg {
        float: none !important
    }

    .float-left-lg {
        float: left !important
    }

    .float-right-lg {
        float: right !important
    }

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

@media screen and (min-width:1200px) {
    .place-left-xl {
        float: left !important
    }

    .place-right-xl {
        float: right !important
    }

    .place-none-xl {
        float: none !important
    }

    .float-left-xl {
        float: left !important
    }

    .float-right-xl {
        float: right !important
    }

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

@media screen and (min-width:1452px) {
    .place-left-xxl {
        float: left !important
    }

    .place-right-xxl {
        float: right !important
    }

    .place-none-xxl {
        float: none !important
    }

    .float-left-xxl {
        float: left !important
    }

    .float-right-xxl {
        float: right !important
    }

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

@media screen and (min-width:2000px) {
    .place-left-xxxl {
        float: left !important
    }

    .place-right-xxxl {
        float: right !important
    }

    .place-none-xxxl {
        float: none !important
    }

    .float-left-xxxl {
        float: left !important
    }

    .float-right-xxxl {
        float: right !important
    }

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

html {
    font-size: 100%
}

body,
html {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif
}

body {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5
}

:root {
    --thumb-background: hsla(0, 0%, 100%, .8);
    --img-overlay-background: rgba(70, 140, 255, .7);
    --img-overlay-color: #fff
}

.dark-side {
    --thumb-background: rgba(0, 0, 0, .8)
}

.img-container,
.img-fluid,
.img-thumbnail {
    background-color: initial;
    display: block;
    height: auto;
    max-width: 100%;
    overflow: visible;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    vertical-align: middle;
    width: 100%
}

.img-thumbnail {
    background-color: var(--thumb-background);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: .25rem
}

.img-container {
    display: block
}

.img-container img {
    height: auto;
    max-width: 100%;
    position: relative;
    width: 100%
}

.img-container .image-overlay {
    background-color: var(--img-overlay-background);
    border-radius: inherit;
    bottom: 0;
    color: var(--img-overlay-color);
    font-size: .875rem;
    left: 0;
    line-height: 1rem;
    opacity: 0;
    overflow: hidden;
    padding: 2em;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.img-container .image-overlay * {
    color: inherit
}

.img-container .image-overlay:hover {
    opacity: 1
}

.img-container .image-overlay:hover:after,
.img-container .image-overlay:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.img-container .image-overlay:after,
.img-container .image-overlay:before {
    border: 1px solid var(--border-color);
    border-radius: inherit;
    bottom: 1em;
    content: "";
    display: block;
    left: 1em;
    opacity: 0;
    position: absolute;
    right: 1em;
    top: 1em;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all .3s ease-in-out;
    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-bottom: none;
    border-top: none;
    bottom: 1em;
    top: 1em
}

.img-container.rounded img {
    border-radius: var(--border-radius)
}

.img-container.thumbnail {
    background-color: var(--thumb-background);
    border: 1px solid var(--border-color);
    padding: .25rem
}

.img-container.thumbnail .title {
    font-size: .9rem;
    line-height: 1
}

.img-container .title+img,
.img-container img+.title {
    margin-top: .25rem
}

.img-container.cover {
    background-size: cover;
    background: no-repeat 100% 100%
}

figure {
    margin: 0 0 1rem
}

figure img {
    background-color: initial;
    display: block;
    height: auto;
    max-width: 100%;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    vertical-align: middle;
    width: 100%
}

.use-blur-image img:not([alt]) {
    -webkit-filter: blur(8px);
    filter: blur(8px)
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {

    .img-container img,
    .img-fluid {
        width: 100%\9
    }
}

:root {
    --step-list-number-color: #75757500
}

.dark-side {
    --step-list-number-color: #ffedbc
}

.step-list {
    counter-reset: li;
    list-style-type: none;
    margin: 0 0 0 3em;
    padding: 0
}

.step-list>li {
    border-left: 1px solid var(--border-color);
    margin: .625rem;
    padding: 0 .625rem;
    position: relative;
    vertical-align: top
}

.step-list>li:before {
    color: var(--step-list-number-color);
    content: counter(li);
    counter-increment: li;
    font-size: 2rem;
    left: 0;
    margin-left: -2em;
    position: absolute;
    text-align: right;
    top: .3125rem;
    width: 1.8em
}

.custom-list-marker {
    list-style: none inside
}

.custom-list-marker li {
    padding-left: 1.2em;
    position: relative
}

.custom-list-marker li:before {
    content: attr(data-marker);
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.feed-list,
.items-list {
    display: block;
    list-style: none inside;
    margin: 0;
    padding: 4px;
    position: relative
}

.feed-list .item,
.feed-list>li,
.items-list .item,
.items-list>li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    cursor: default;
    display: -webkit-box;
    display: flex;
    flex-flow: column;
    height: 56px;
    justify-content: center;
    overflow: hidden;
    padding: 8px 16px;
    position: relative;
    vertical-align: middle
}

.feed-list .item .avatar,
.feed-list>li .avatar,
.items-list .item .avatar,
.items-list>li .avatar {
    border-radius: 50%;
    font-size: 32px;
    height: 42px;
    left: 16px;
    line-height: 42px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    width: 42px
}

.feed-list .item .second-action,
.feed-list>li .second-action,
.items-list .item .second-action,
.items-list>li .second-action {
    cursor: pointer;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    margin-top: -12px;
    position: absolute;
    right: 16px;
    top: 50%;
    width: 24px
}

.feed-list .item .label,
.feed-list .item .second-label,
.feed-list>li .label,
.feed-list>li .second-label,
.items-list .item .label,
.items-list .item .second-label,
.items-list>li .label,
.items-list>li .second-label {
    display: block
}

.feed-list .item .label,
.feed-list>li .label,
.items-list .item .label,
.items-list>li .label {
    line-height: 1
}

.feed-list .item .second-label,
.feed-list>li .second-label,
.items-list .item .second-label,
.items-list>li .second-label {
    color: #989898;
    font-size: .9em;
    line-height: 1
}

.feed-list .item .avatar~.label,
.feed-list .item .avatar~.second-label,
.feed-list>li .avatar~.label,
.feed-list>li .avatar~.second-label,
.items-list .item .avatar~.label,
.items-list .item .avatar~.second-label,
.items-list>li .avatar~.label,
.items-list>li .avatar~.second-label {
    padding-left: 56px
}

.feed-list .item+.item,
.feed-list>li+li,
.items-list .item+.item,
.items-list>li+li {
    border-top: 1px solid var(--border-color)
}

.feed-list .title {
    display: block;
    font-size: 18px;
    font-weight: 500;
    height: 36px;
    line-height: 36px;
    padding: 0 16px
}

.feed-list .item+.title,
.feed-list li+.title {
    margin-top: 32px
}

.feed-list .title+.item,
.feed-list .title+li,
.feed-list li+.title {
    border-top: 1px solid transparent
}

.feed-list .item,
.feed-list>li {
    height: 104px;
    justify-content: space-around;
    padding: 16px 0
}

.feed-list .item .avatar,
.feed-list>li .avatar {
    border-radius: 0;
    height: 72px;
    left: 16px;
    margin-top: 0;
    position: absolute;
    top: 16px;
    width: 96px
}

.feed-list .item .second-label,
.feed-list>li .second-label {
    font-size: 10px
}

.feed-list .item .avatar~.label,
.feed-list .item .avatar~.second-label,
.feed-list>li .avatar~.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 .item .avatar.on-right~.second-label,
.feed-list>li .avatar.on-right~.label,
.feed-list>li .avatar.on-right~.second-label {
    margin-left: 16px;
    margin-right: 128px
}

.group-list {
    border: 1px solid var(--border-color);
    display: block;
    list-style: none inside;
    margin: 0;
    position: relative
}

.group-list .item,
.group-list>li {
    display: block;
    padding: 4px 8px;
    position: relative
}

.group-list .item+.item,
.group-list>li+li {
    border-top: 1px solid var(--border-color)
}

.group-list.horizontal {
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    justify-content: space-between
}

.group-list.horizontal .item,
.group-list.horizontal>li {
    flex-basis: 100%
}

.group-list.horizontal .item+.item,
.group-list.horizontal>li+li {
    border-left: 1px solid var(--border-color);
    border-top: none
}

.inline-list {
    list-style: none;
    margin-left: 0;
    padding-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
}

:root {
    --overlay-color: hsla(0, 0%, 100%, .5);
    --splash-color: #fff
}

.dark-side {
    --overlay-color: rgba(0, 0, 0, .5);
    --splash-color: #000
}

.overlay {
    background-color: var(--overlay-color);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040
}

.overlay.transparent {
    background-color: hsla(0, 0%, 100%, 0) !important
}

.global-overlay {
    z-index: 2000 !important
}

.global-dialog {
    z-index: 2001 !important
}

.splashscreen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    background: var(--splash-color);
    bottom: 0;
    display: -webkit-box;
    display: flex;
    flex-flow: column;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483647
}

.fixed-bottom,
.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    width: 100%
}

.fixed-top {
    bottom: auto;
    top: 0
}

.fixed-bottom {
    bottom: 0;
    top: auto
}

.pos-relative {
    position: relative !important
}

.pos-absolute {
    position: absolute !important
}

.pos-static {
    position: static !important
}

.pos-fixed {
    position: fixed !important
}

@media screen and (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
    }
}

@media screen and (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
    }
}

@media screen and (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
    }
}

@media screen and (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
    }
}

@media screen and (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
    }
}

@media screen and (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
    }
}

@media screen and (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
    }
}

@media screen and (min-width:1452px) {
    .pos-relative-xxl {
        position: relative !important
    }

    .pos-absolute-xxl {
        position: absolute !important
    }

    .pos-static-xxl {
        position: static !important
    }

    .pos-fixed-xxl {
        position: fixed !important
    }
}

@media screen and (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 {
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    top: 0 !important;
    -webkit-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%)
}

.put-nw {
    left: 0 !important;
    right: auto !important
}

.put-ne,
.put-nw {
    bottom: auto !important;
    top: 0 !important;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.put-ne {
    left: auto !important;
    right: 0 !important
}

.put-wn {
    top: 0 !important;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.put-w,
.put-wn {
    bottom: auto !important;
    left: 0 !important;
    right: auto !important
}

.put-w {
    top: 50% !important;
    -webkit-transform: translateX(-100%) translateY(-50%);
    transform: translateX(-100%) translateY(-50%)
}

.put-ws {
    bottom: 0 !important;
    left: 0 !important;
    right: auto !important;
    top: auto !important;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.put-en {
    top: 0 !important;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.put-e,
.put-en {
    bottom: auto !important;
    left: auto !important;
    right: 0 !important
}

.put-e {
    top: 50% !important;
    -webkit-transform: translateX(100%) translateY(-50%);
    transform: translateX(100%) translateY(-50%)
}

.put-es {
    bottom: 0 !important;
    left: auto !important;
    right: 0 !important;
    top: auto !important;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.put-s {
    left: 0 !important
}

.put-s,
.put-sw {
    bottom: auto !important;
    right: auto !important;
    top: 100% !important
}

.put-sw {
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.put-se {
    bottom: auto !important;
    left: auto !important;
    right: 0 !important;
    top: 100% !important
}

.put-left {
    left: 0 !important;
    right: auto !important
}

.put-right {
    left: auto !important;
    right: 0 !important
}

.pos-top-left {
    left: 0 !important
}

.pos-top-center,
.pos-top-left {
    bottom: auto !important;
    right: auto !important;
    top: 0 !important
}

.pos-top-center {
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.pos-top-right {
    bottom: auto !important;
    left: auto !important;
    right: 0 !important;
    top: 0 !important
}

.pos-bottom-left {
    left: 0 !important
}

.pos-bottom-center,
.pos-bottom-left {
    bottom: 0 !important;
    right: auto !important;
    top: auto !important
}

.pos-bottom-center {
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.pos-bottom-right {
    bottom: 0 !important;
    left: auto !important;
    right: 0 !important;
    top: auto !important
}

.pos-left-center {
    bottom: auto !important;
    left: 0 !important;
    right: auto !important;
    top: 50% !important
}

.pos-left-center,
.pos-right-center {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pos-right-center {
    bottom: auto;
    left: auto;
    right: 0;
    top: 50%
}

.pos-center {
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    top: 50% !important;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

@media screen and (min-width:0) {
    .put-left-fs {
        left: 0 !important;
        right: auto !important
    }

    .put-right-fs {
        left: auto !important;
        right: 0 !important
    }

    .put-n-fs {
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        top: 0 !important;
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%)
    }

    .put-nw-fs {
        left: 0 !important;
        right: auto !important
    }

    .put-ne-fs,
    .put-nw-fs {
        bottom: auto !important;
        top: 0 !important;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .put-ne-fs {
        left: auto !important;
        right: 0 !important
    }

    .put-wn-fs {
        top: 0 !important;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .put-w-fs,
    .put-wn-fs {
        bottom: auto !important;
        left: 0 !important;
        right: auto !important
    }

    .put-w-fs {
        top: 50% !important;
        -webkit-transform: translateX(-100%) translateY(-50%);
        transform: translateX(-100%) translateY(-50%)
    }

    .put-ws-fs {
        bottom: 0 !important;
        left: 0 !important;
        right: auto !important;
        top: auto !important;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .put-en-fs {
        top: 0 !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .put-e-fs,
    .put-en-fs {
        bottom: auto !important;
        left: auto !important;
        right: 0 !important
    }

    .put-e-fs {
        top: 50% !important;
        -webkit-transform: translateX(100%) translateY(-50%);
        transform: translateX(100%) translateY(-50%)
    }

    .put-es-fs {
        bottom: 0 !important;
        left: auto !important;
        right: 0 !important;
        top: auto !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .put-s-fs {
        left: 0 !important
    }

    .put-s-fs,
    .put-sw-fs {
        bottom: auto !important;
        right: auto !important;
        top: 100% !important
    }

    .put-sw-fs {
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .put-se-fs {
        bottom: auto !important;
        left: auto !important;
        right: 0 !important;
        top: 100% !important
    }
}

@media screen and (min-width:360px) {
    .put-left-xs {
        left: 0 !important;
        right: auto !important
    }

    .put-right-xs {
        left: auto !important;
        right: 0 !important
    }

    .put-n-xs {
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        top: 0 !important;
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%)
    }

    .put-nw-xs {
        left: 0 !important;
        right: auto !important
    }

    .put-ne-xs,
    .put-nw-xs {
        bottom: auto !important;
        top: 0 !important;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .put-ne-xs {
        left: auto !important;
        right: 0 !important
    }

    .put-wn-xs {
        top: 0 !important;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .put-w-xs,
    .put-wn-xs {
        bottom: auto !important;
        left: 0 !important;
        right: auto !important
    }

    .put-w-xs {
        top: 50% !important;
        -webkit-transform: translateX(-100%) translateY(-50%);
        transform: translateX(-100%) translateY(-50%)
    }

    .put-ws-xs {
        bottom: 0 !important;
        left: 0 !important;
        right: auto !important;
        top: auto !important;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .put-en-xs {
        top: 0 !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .put-e-xs,
    .put-en-xs {
        bottom: auto !important;
        left: auto !important;
        right: 0 !important
    }

    .put-e-xs {
        top: 50% !important;
        -webkit-transform: translateX(100%) translateY(-50%);
        transform: translateX(100%) translateY(-50%)
    }

    .put-es-xs {
        bottom: 0 !important;
        left: auto !important;
        right: 0 !important;
        top: auto !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .put-s-xs {
        left: 0 !important
    }

    .put-s-xs,
    .put-sw-xs {
        bottom: auto !important;
        right: auto !important;
        top: 100% !important
    }

    .put-sw-xs {
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .put-se-xs {
        bottom: auto !important;
        left: auto !important;
        right: 0 !important;
        top: 100% !important
    }
}

@media screen and (min-width:576px) {
    .put-left-sm {
        left: 0 !important;
        right: auto !important
    }

    .put-right-sm {
        left: auto !important;
        right: 0 !important
    }

    .put-n-sm {
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        top: 0 !important;
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%)
    }

    .put-nw-sm {
        left: 0 !important;
        right: auto !important
    }

    .put-ne-sm,
    .put-nw-sm {
        bottom: auto !important;
        top: 0 !important;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .put-ne-sm {
        left: auto !important;
        right: 0 !important
    }

    .put-wn-sm {
        top: 0 !important;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .put-w-sm,
    .put-wn-sm {
        bottom: auto !important;
        left: 0 !important;
        right: auto !important
    }

    .put-w-sm {
        top: 50% !important;
        -webkit-transform: translateX(-100%) translateY(-50%);
        transform: translateX(-100%) translateY(-50%)
    }

    .put-ws-sm {
        bottom: 0 !important;
        left: 0 !important;
        right: auto !important;
        top: auto !important;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .put-en-sm {
        top: 0 !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .put-e-sm,
    .put-en-sm {
        bottom: auto !important;
        left: auto !important;
        right: 0 !important
    }

    .put-e-sm {
        top: 50% !important;
        -webkit-transform: translateX(100%) translateY(-50%);
        transform: translateX(100%) translateY(-50%)
    }

    .put-es-sm {
        bottom: 0 !important;
        left: auto !important;
        right: 0 !important;
        top: auto !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .put-s-sm {
        left: 0 !important
    }

    .put-s-sm,
    .put-sw-sm {
        bottom: auto !important;
        right: auto !important;
        top: 100% !important
    }

    .put-sw-sm {
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .put-se-sm {
        bottom: auto !important;
        left: auto !important;
        right: 0 !important;
        top: 100% !important
    }
}

@media screen and (min-width:640px) {
    .put-left-ld {
        left: 0 !important;
        right: auto !important
    }

    .put-right-ld {
        left: auto !important;
        right: 0 !important
    }

    .put-n-ld {
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        top: 0 !important;
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%)
    }

    .put-nw-ld {
        left: 0 !important;
        right: auto !important
    }

    .put-ne-ld,
    .put-nw-ld {
        bottom: auto !important;
        top: 0 !important;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .put-ne-ld {
        left: auto !important;
        right: 0 !important
    }

    .put-wn-ld {
        top: 0 !important;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .put-w-ld,
    .put-wn-ld {
        bottom: auto !important;
        left: 0 !important;
        right: auto !important
    }

    .put-w-ld {
        top: 50% !important;
        -webkit-transform: translateX(-100%) translateY(-50%);
        transform: translateX(-100%) translateY(-50%)
    }

    .put-ws-ld {
        bottom: 0 !important;
        left: 0 !important;
        right: auto !important;
        top: auto !important;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .put-en-ld {
        top: 0 !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .put-e-ld,
    .put-en-ld {
        bottom: auto !important;
        left: auto !important;
        right: 0 !important
    }

    .put-e-ld {
        top: 50% !important;
        -webkit-transform: translateX(100%) translateY(-50%);
        transform: translateX(100%) translateY(-50%)
    }

    .put-es-ld {
        bottom: 0 !important;
        left: auto !important;
        right: 0 !important;
        top: auto !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .put-s-ld {
        left: 0 !important
    }

    .put-s-ld,
    .put-sw-ld {
        bottom: auto !important;
        right: auto !important;
        top: 100% !important
    }

    .put-sw-ld {
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .put-se-ld {
        bottom: auto !important;
        left: auto !important;
        right: 0 !important;
        top: 100% !important
    }
}

@media screen and (min-width:768px) {
    .put-left-md {
        left: 0 !important;
        right: auto !important
    }

    .put-right-md {
        left: auto !important;
        right: 0 !important
    }

    .put-n-md {
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        top: 0 !important;
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%)
    }

    .put-nw-md {
        left: 0 !important;
        right: auto !important
    }

    .put-ne-md,
    .put-nw-md {
        bottom: auto !important;
        top: 0 !important;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .put-ne-md {
        left: auto !important;
        right: 0 !important
    }

    .put-wn-md {
        top: 0 !important;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .put-w-md,
    .put-wn-md {
        bottom: auto !important;
        left: 0 !important;
        right: auto !important
    }

    .put-w-md {
        top: 50% !important;
        -webkit-transform: translateX(-100%) translateY(-50%);
        transform: translateX(-100%) translateY(-50%)
    }

    .put-ws-md {
        bottom: 0 !important;
        left: 0 !important;
        right: auto !important;
        top: auto !important;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .put-en-md {
        top: 0 !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .put-e-md,
    .put-en-md {
        bottom: auto !important;
        left: auto !important;
        right: 0 !important
    }

    .put-e-md {
        top: 50% !important;
        -webkit-transform: translateX(100%) translateY(-50%);
        transform: translateX(100%) translateY(-50%)
    }

    .put-es-md {
        bottom: 0 !important;
        left: auto !important;
        right: 0 !important;
        top: auto !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .put-s-md {
        left: 0 !important
    }

    .put-s-md,
    .put-sw-md {
        bottom: auto !important;
        right: auto !important;
        top: 100% !important
    }

    .put-sw-md {
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .put-se-md {
        bottom: auto !important;
        left: auto !important;
        right: 0 !important;
        top: 100% !important
    }
}

@media screen and (min-width:992px) {
    .put-left-lg {
        left: 0 !important;
        right: auto !important
    }

    .put-right-lg {
        left: auto !important;
        right: 0 !important
    }

    .put-n-lg {
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        top: 0 !important;
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%)
    }

    .put-nw-lg {
        left: 0 !important;
        right: auto !important
    }

    .put-ne-lg,
    .put-nw-lg {
        bottom: auto !important;
        top: 0 !important;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .put-ne-lg {
        left: auto !important;
        right: 0 !important
    }

    .put-wn-lg {
        top: 0 !important;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .put-w-lg,
    .put-wn-lg {
        bottom: auto !important;
        left: 0 !important;
        right: auto !important
    }

    .put-w-lg {
        top: 50% !important;
        -webkit-transform: translateX(-100%) translateY(-50%);
        transform: translateX(-100%) translateY(-50%)
    }

    .put-ws-lg {
        bottom: 0 !important;
        left: 0 !important;
        right: auto !important;
        top: auto !important;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .put-en-lg {
        top: 0 !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .put-e-lg,
    .put-en-lg {
        bottom: auto !important;
        left: auto !important;
        right: 0 !important
    }

    .put-e-lg {
        top: 50% !important;
        -webkit-transform: translateX(100%) translateY(-50%);
        transform: translateX(100%) translateY(-50%)
    }

    .put-es-lg {
        bottom: 0 !important;
        left: auto !important;
        right: 0 !important;
        top: auto !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .put-s-lg {
        left: 0 !important
    }

    .put-s-lg,
    .put-sw-lg {
        bottom: auto !important;
        right: auto !important;
        top: 100% !important
    }

    .put-sw-lg {
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .put-se-lg {
        bottom: auto !important;
        left: auto !important;
        right: 0 !important;
        top: 100% !important
    }
}

@media screen and (min-width:1200px) {
    .put-left-xl {
        left: 0 !important;
        right: auto !important
    }

    .put-right-xl {
        left: auto !important;
        right: 0 !important
    }

    .put-n-xl {
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        top: 0 !important;
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%)
    }

    .put-nw-xl {
        left: 0 !important;
        right: auto !important
    }

    .put-ne-xl,
    .put-nw-xl {
        bottom: auto !important;
        top: 0 !important;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .put-ne-xl {
        left: auto !important;
        right: 0 !important
    }

    .put-wn-xl {
        top: 0 !important;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .put-w-xl,
    .put-wn-xl {
        bottom: auto !important;
        left: 0 !important;
        right: auto !important
    }

    .put-w-xl {
        top: 50% !important;
        -webkit-transform: translateX(-100%) translateY(-50%);
        transform: translateX(-100%) translateY(-50%)
    }

    .put-ws-xl {
        bottom: 0 !important;
        left: 0 !important;
        right: auto !important;
        top: auto !important;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .put-en-xl {
        top: 0 !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .put-e-xl,
    .put-en-xl {
        bottom: auto !important;
        left: auto !important;
        right: 0 !important
    }

    .put-e-xl {
        top: 50% !important;
        -webkit-transform: translateX(100%) translateY(-50%);
        transform: translateX(100%) translateY(-50%)
    }

    .put-es-xl {
        bottom: 0 !important;
        left: auto !important;
        right: 0 !important;
        top: auto !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .put-s-xl {
        left: 0 !important
    }

    .put-s-xl,
    .put-sw-xl {
        bottom: auto !important;
        right: auto !important;
        top: 100% !important
    }

    .put-sw-xl {
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .put-se-xl {
        bottom: auto !important;
        left: auto !important;
        right: 0 !important;
        top: 100% !important
    }
}

@media screen and (min-width:1452px) {
    .put-left-xxl {
        left: 0 !important;
        right: auto !important
    }

    .put-right-xxl {
        left: auto !important;
        right: 0 !important
    }

    .put-n-xxl {
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        top: 0 !important;
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%)
    }

    .put-nw-xxl {
        left: 0 !important;
        right: auto !important
    }

    .put-ne-xxl,
    .put-nw-xxl {
        bottom: auto !important;
        top: 0 !important;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .put-ne-xxl {
        left: auto !important;
        right: 0 !important
    }

    .put-wn-xxl {
        top: 0 !important;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .put-w-xxl,
    .put-wn-xxl {
        bottom: auto !important;
        left: 0 !important;
        right: auto !important
    }

    .put-w-xxl {
        top: 50% !important;
        -webkit-transform: translateX(-100%) translateY(-50%);
        transform: translateX(-100%) translateY(-50%)
    }

    .put-ws-xxl {
        bottom: 0 !important;
        left: 0 !important;
        right: auto !important;
        top: auto !important;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .put-en-xxl {
        top: 0 !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .put-e-xxl,
    .put-en-xxl {
        bottom: auto !important;
        left: auto !important;
        right: 0 !important
    }

    .put-e-xxl {
        top: 50% !important;
        -webkit-transform: translateX(100%) translateY(-50%);
        transform: translateX(100%) translateY(-50%)
    }

    .put-es-xxl {
        bottom: 0 !important;
        left: auto !important;
        right: 0 !important;
        top: auto !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .put-s-xxl {
        left: 0 !important
    }

    .put-s-xxl,
    .put-sw-xxl {
        bottom: auto !important;
        right: auto !important;
        top: 100% !important
    }

    .put-sw-xxl {
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .put-se-xxl {
        bottom: auto !important;
        left: auto !important;
        right: 0 !important;
        top: 100% !important
    }
}

@media screen and (min-width:2000px) {
    .put-left-xxxl {
        left: 0 !important;
        right: auto !important
    }

    .put-right-xxxl {
        left: auto !important;
        right: 0 !important
    }

    .put-n-xxxl {
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        top: 0 !important;
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%)
    }

    .put-nw-xxxl {
        left: 0 !important;
        right: auto !important
    }

    .put-ne-xxxl,
    .put-nw-xxxl {
        bottom: auto !important;
        top: 0 !important;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .put-ne-xxxl {
        left: auto !important;
        right: 0 !important
    }

    .put-wn-xxxl {
        top: 0 !important;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .put-w-xxxl,
    .put-wn-xxxl {
        bottom: auto !important;
        left: 0 !important;
        right: auto !important
    }

    .put-w-xxxl {
        top: 50% !important;
        -webkit-transform: translateX(-100%) translateY(-50%);
        transform: translateX(-100%) translateY(-50%)
    }

    .put-ws-xxxl {
        bottom: 0 !important;
        left: 0 !important;
        right: auto !important;
        top: auto !important;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .put-en-xxxl {
        top: 0 !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .put-e-xxxl,
    .put-en-xxxl {
        bottom: auto !important;
        left: auto !important;
        right: 0 !important
    }

    .put-e-xxxl {
        top: 50% !important;
        -webkit-transform: translateX(100%) translateY(-50%);
        transform: translateX(100%) translateY(-50%)
    }

    .put-es-xxxl {
        bottom: 0 !important;
        left: auto !important;
        right: 0 !important;
        top: auto !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .put-s-xxxl {
        left: 0 !important
    }

    .put-s-xxxl,
    .put-sw-xxxl {
        bottom: auto !important;
        right: auto !important;
        top: 100% !important
    }

    .put-sw-xxxl {
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .put-se-xxxl {
        bottom: auto !important;
        left: auto !important;
        right: 0 !important;
        top: 100% !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: -webkit-box !important;
        display: flex !important
    }

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

:root {
    --shadow-color: #d6d6d6
}

.dark-side {
    --shadow-color: #1b1c1f
}

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

.no-shadow-text {
    text-shadow: none !important
}

.simple-shadow {
    -webkit-box-shadow: 4px 4px 10px 0 var(--shadow-color);
    box-shadow: 4px 4px 10px 0 var(--shadow-color)
}

.drop-shadow {
    -webkit-box-shadow: 2px 2px 5px 0 var(--shadow-color);
    box-shadow: 2px 2px 5px 0 var(--shadow-color)
}

.win-shadow {
    -webkit-box-shadow: 0 0 5px 0 var(--shadow-color);
    box-shadow: 0 0 5px 0 var(--shadow-color)
}

.shadow-1 {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .26);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .26)
}

.shadow-2 {
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .19), 0 8px 17px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .19), 0 8px 17px 0 rgba(0, 0, 0, .2)
}

.shadow-3 {
    -webkit-box-shadow: 0 17px 50px 0 rgba(0, 0, 0, .19), 0 12px 15px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 17px 50px 0 rgba(0, 0, 0, .19), 0 12px 15px 0 rgba(0, 0, 0, .24)
}

.shadow-4 {
    -webkit-box-shadow: 0 25px 55px 0 rgba(0, 0, 0, .21), 0 16px 28px 0 rgba(0, 0, 0, .22);
    box-shadow: 0 25px 55px 0 rgba(0, 0, 0, .21), 0 16px 28px 0 rgba(0, 0, 0, .22)
}

.shadow-5 {
    -webkit-box-shadow: 0 40px 77px 0 rgba(0, 0, 0, .22), 0 27px 24px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 40px 77px 0 rgba(0, 0, 0, .22), 0 27px 24px 0 rgba(0, 0, 0, .2)
}

.shadowed {
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .4) !important;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .4) !important
}

.shadowed:focus,
.shadowed:hover {
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .8) !important;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .8) !important
}

.shadowed:active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px)
}

.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: 1452px !important
}

.w-xxxl {
    width: 2000px !important
}

.h-vh-25 {
    height: 25vh !important
}

.h-vw-25 {
    height: 25vw !important
}

.w-vh-25 {
    width: 25vh !important
}

.w-vw-25 {
    width: 25vw !important
}

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

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

.mh-25 {
    max-height: 25% !important
}

.mw-25 {
    max-width: 25% !important
}

.h-vh-33 {
    height: 33vh !important
}

.h-vw-33 {
    height: 33vw !important
}

.w-vh-33 {
    width: 33vh !important
}

.w-vw-33 {
    width: 33vw !important
}

.h-33 {
    height: 33% !important
}

.w-33 {
    width: 33% !important
}

.mh-33 {
    max-height: 33% !important
}

.mw-33 {
    max-width: 33% !important
}

.h-vh-50 {
    height: 50vh !important
}

.h-vw-50 {
    height: 50vw !important
}

.w-vh-50 {
    width: 50vh !important
}

.w-vw-50 {
    width: 50vw !important
}

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

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

.mh-50 {
    max-height: 50% !important
}

.mw-50 {
    max-width: 50% !important
}

.h-vh-75 {
    height: 75vh !important
}

.h-vw-75 {
    height: 75vw !important
}

.w-vh-75 {
    width: 75vh !important
}

.w-vw-75 {
    width: 75vw !important
}

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

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

.mh-75 {
    max-height: 75% !important
}

.mw-75 {
    max-width: 75% !important
}

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

.h-vw-100 {
    height: 100vw !important
}

.w-vh-100 {
    width: 100vh !important
}

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

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

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

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

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

@media screen and (min-width:0) {
    .w-auto-fs {
        width: auto !important
    }

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

    .h-vh-25-fs {
        height: 25vh !important
    }

    .h-vw-25-fs {
        height: 25vw !important
    }

    .w-vh-25-fs {
        width: 25vh !important
    }

    .w-vw-25-fs {
        width: 25vw !important
    }

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

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

    .mh-25-fs {
        max-height: 25% !important
    }

    .mw-25-fs {
        max-width: 25% !important
    }

    .h-vh-33-fs {
        height: 33vh !important
    }

    .h-vw-33-fs {
        height: 33vw !important
    }

    .w-vh-33-fs {
        width: 33vh !important
    }

    .w-vw-33-fs {
        width: 33vw !important
    }

    .h-33-fs {
        height: 33% !important
    }

    .w-33-fs {
        width: 33% !important
    }

    .mh-33-fs {
        max-height: 33% !important
    }

    .mw-33-fs {
        max-width: 33% !important
    }

    .h-vh-50-fs {
        height: 50vh !important
    }

    .h-vw-50-fs {
        height: 50vw !important
    }

    .w-vh-50-fs {
        width: 50vh !important
    }

    .w-vw-50-fs {
        width: 50vw !important
    }

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

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

    .mh-50-fs {
        max-height: 50% !important
    }

    .mw-50-fs {
        max-width: 50% !important
    }

    .h-vh-75-fs {
        height: 75vh !important
    }

    .h-vw-75-fs {
        height: 75vw !important
    }

    .w-vh-75-fs {
        width: 75vh !important
    }

    .w-vw-75-fs {
        width: 75vw !important
    }

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

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

    .mh-75-fs {
        max-height: 75% !important
    }

    .mw-75-fs {
        max-width: 75% !important
    }

    .h-vh-100-fs {
        height: 100vh !important
    }

    .h-vw-100-fs {
        height: 100vw !important
    }

    .w-vh-100-fs {
        width: 100vh !important
    }

    .w-vw-100-fs {
        width: 100vw !important
    }

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

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

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

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

@media screen and (min-width:360px) {
    .w-auto-xs {
        width: auto !important
    }

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

    .h-vh-25-xs {
        height: 25vh !important
    }

    .h-vw-25-xs {
        height: 25vw !important
    }

    .w-vh-25-xs {
        width: 25vh !important
    }

    .w-vw-25-xs {
        width: 25vw !important
    }

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

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

    .mh-25-xs {
        max-height: 25% !important
    }

    .mw-25-xs {
        max-width: 25% !important
    }

    .h-vh-33-xs {
        height: 33vh !important
    }

    .h-vw-33-xs {
        height: 33vw !important
    }

    .w-vh-33-xs {
        width: 33vh !important
    }

    .w-vw-33-xs {
        width: 33vw !important
    }

    .h-33-xs {
        height: 33% !important
    }

    .w-33-xs {
        width: 33% !important
    }

    .mh-33-xs {
        max-height: 33% !important
    }

    .mw-33-xs {
        max-width: 33% !important
    }

    .h-vh-50-xs {
        height: 50vh !important
    }

    .h-vw-50-xs {
        height: 50vw !important
    }

    .w-vh-50-xs {
        width: 50vh !important
    }

    .w-vw-50-xs {
        width: 50vw !important
    }

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

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

    .mh-50-xs {
        max-height: 50% !important
    }

    .mw-50-xs {
        max-width: 50% !important
    }

    .h-vh-75-xs {
        height: 75vh !important
    }

    .h-vw-75-xs {
        height: 75vw !important
    }

    .w-vh-75-xs {
        width: 75vh !important
    }

    .w-vw-75-xs {
        width: 75vw !important
    }

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

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

    .mh-75-xs {
        max-height: 75% !important
    }

    .mw-75-xs {
        max-width: 75% !important
    }

    .h-vh-100-xs {
        height: 100vh !important
    }

    .h-vw-100-xs {
        height: 100vw !important
    }

    .w-vh-100-xs {
        width: 100vh !important
    }

    .w-vw-100-xs {
        width: 100vw !important
    }

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

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

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

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

@media screen and (min-width:576px) {
    .w-auto-sm {
        width: auto !important
    }

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

    .h-vh-25-sm {
        height: 25vh !important
    }

    .h-vw-25-sm {
        height: 25vw !important
    }

    .w-vh-25-sm {
        width: 25vh !important
    }

    .w-vw-25-sm {
        width: 25vw !important
    }

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

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

    .mh-25-sm {
        max-height: 25% !important
    }

    .mw-25-sm {
        max-width: 25% !important
    }

    .h-vh-33-sm {
        height: 33vh !important
    }

    .h-vw-33-sm {
        height: 33vw !important
    }

    .w-vh-33-sm {
        width: 33vh !important
    }

    .w-vw-33-sm {
        width: 33vw !important
    }

    .h-33-sm {
        height: 33% !important
    }

    .w-33-sm {
        width: 33% !important
    }

    .mh-33-sm {
        max-height: 33% !important
    }

    .mw-33-sm {
        max-width: 33% !important
    }

    .h-vh-50-sm {
        height: 50vh !important
    }

    .h-vw-50-sm {
        height: 50vw !important
    }

    .w-vh-50-sm {
        width: 50vh !important
    }

    .w-vw-50-sm {
        width: 50vw !important
    }

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

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

    .mh-50-sm {
        max-height: 50% !important
    }

    .mw-50-sm {
        max-width: 50% !important
    }

    .h-vh-75-sm {
        height: 75vh !important
    }

    .h-vw-75-sm {
        height: 75vw !important
    }

    .w-vh-75-sm {
        width: 75vh !important
    }

    .w-vw-75-sm {
        width: 75vw !important
    }

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

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

    .mh-75-sm {
        max-height: 75% !important
    }

    .mw-75-sm {
        max-width: 75% !important
    }

    .h-vh-100-sm {
        height: 100vh !important
    }

    .h-vw-100-sm {
        height: 100vw !important
    }

    .w-vh-100-sm {
        width: 100vh !important
    }

    .w-vw-100-sm {
        width: 100vw !important
    }

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

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

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

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

@media screen and (min-width:640px) {
    .w-auto-ld {
        width: auto !important
    }

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

    .h-vh-25-ld {
        height: 25vh !important
    }

    .h-vw-25-ld {
        height: 25vw !important
    }

    .w-vh-25-ld {
        width: 25vh !important
    }

    .w-vw-25-ld {
        width: 25vw !important
    }

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

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

    .mh-25-ld {
        max-height: 25% !important
    }

    .mw-25-ld {
        max-width: 25% !important
    }

    .h-vh-33-ld {
        height: 33vh !important
    }

    .h-vw-33-ld {
        height: 33vw !important
    }

    .w-vh-33-ld {
        width: 33vh !important
    }

    .w-vw-33-ld {
        width: 33vw !important
    }

    .h-33-ld {
        height: 33% !important
    }

    .w-33-ld {
        width: 33% !important
    }

    .mh-33-ld {
        max-height: 33% !important
    }

    .mw-33-ld {
        max-width: 33% !important
    }

    .h-vh-50-ld {
        height: 50vh !important
    }

    .h-vw-50-ld {
        height: 50vw !important
    }

    .w-vh-50-ld {
        width: 50vh !important
    }

    .w-vw-50-ld {
        width: 50vw !important
    }

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

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

    .mh-50-ld {
        max-height: 50% !important
    }

    .mw-50-ld {
        max-width: 50% !important
    }

    .h-vh-75-ld {
        height: 75vh !important
    }

    .h-vw-75-ld {
        height: 75vw !important
    }

    .w-vh-75-ld {
        width: 75vh !important
    }

    .w-vw-75-ld {
        width: 75vw !important
    }

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

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

    .mh-75-ld {
        max-height: 75% !important
    }

    .mw-75-ld {
        max-width: 75% !important
    }

    .h-vh-100-ld {
        height: 100vh !important
    }

    .h-vw-100-ld {
        height: 100vw !important
    }

    .w-vh-100-ld {
        width: 100vh !important
    }

    .w-vw-100-ld {
        width: 100vw !important
    }

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

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

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

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

@media screen and (min-width:768px) {
    .w-auto-md {
        width: auto !important
    }

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

    .h-vh-25-md {
        height: 25vh !important
    }

    .h-vw-25-md {
        height: 25vw !important
    }

    .w-vh-25-md {
        width: 25vh !important
    }

    .w-vw-25-md {
        width: 25vw !important
    }

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

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

    .mh-25-md {
        max-height: 25% !important
    }

    .mw-25-md {
        max-width: 25% !important
    }

    .h-vh-33-md {
        height: 33vh !important
    }

    .h-vw-33-md {
        height: 33vw !important
    }

    .w-vh-33-md {
        width: 33vh !important
    }

    .w-vw-33-md {
        width: 33vw !important
    }

    .h-33-md {
        height: 33% !important
    }

    .w-33-md {
        width: 33% !important
    }

    .mh-33-md {
        max-height: 33% !important
    }

    .mw-33-md {
        max-width: 33% !important
    }

    .h-vh-50-md {
        height: 50vh !important
    }

    .h-vw-50-md {
        height: 50vw !important
    }

    .w-vh-50-md {
        width: 50vh !important
    }

    .w-vw-50-md {
        width: 50vw !important
    }

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

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

    .mh-50-md {
        max-height: 50% !important
    }

    .mw-50-md {
        max-width: 50% !important
    }

    .h-vh-75-md {
        height: 75vh !important
    }

    .h-vw-75-md {
        height: 75vw !important
    }

    .w-vh-75-md {
        width: 75vh !important
    }

    .w-vw-75-md {
        width: 75vw !important
    }

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

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

    .mh-75-md {
        max-height: 75% !important
    }

    .mw-75-md {
        max-width: 75% !important
    }

    .h-vh-100-md {
        height: 100vh !important
    }

    .h-vw-100-md {
        height: 100vw !important
    }

    .w-vh-100-md {
        width: 100vh !important
    }

    .w-vw-100-md {
        width: 100vw !important
    }

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

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

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

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

@media screen and (min-width:992px) {
    .w-auto-lg {
        width: auto !important
    }

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

    .h-vh-25-lg {
        height: 25vh !important
    }

    .h-vw-25-lg {
        height: 25vw !important
    }

    .w-vh-25-lg {
        width: 25vh !important
    }

    .w-vw-25-lg {
        width: 25vw !important
    }

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

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

    .mh-25-lg {
        max-height: 25% !important
    }

    .mw-25-lg {
        max-width: 25% !important
    }

    .h-vh-33-lg {
        height: 33vh !important
    }

    .h-vw-33-lg {
        height: 33vw !important
    }

    .w-vh-33-lg {
        width: 33vh !important
    }

    .w-vw-33-lg {
        width: 33vw !important
    }

    .h-33-lg {
        height: 33% !important
    }

    .w-33-lg {
        width: 33% !important
    }

    .mh-33-lg {
        max-height: 33% !important
    }

    .mw-33-lg {
        max-width: 33% !important
    }

    .h-vh-50-lg {
        height: 50vh !important
    }

    .h-vw-50-lg {
        height: 50vw !important
    }

    .w-vh-50-lg {
        width: 50vh !important
    }

    .w-vw-50-lg {
        width: 50vw !important
    }

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

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

    .mh-50-lg {
        max-height: 50% !important
    }

    .mw-50-lg {
        max-width: 50% !important
    }

    .h-vh-75-lg {
        height: 75vh !important
    }

    .h-vw-75-lg {
        height: 75vw !important
    }

    .w-vh-75-lg {
        width: 75vh !important
    }

    .w-vw-75-lg {
        width: 75vw !important
    }

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

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

    .mh-75-lg {
        max-height: 75% !important
    }

    .mw-75-lg {
        max-width: 75% !important
    }

    .h-vh-100-lg {
        height: 100vh !important
    }

    .h-vw-100-lg {
        height: 100vw !important
    }

    .w-vh-100-lg {
        width: 100vh !important
    }

    .w-vw-100-lg {
        width: 100vw !important
    }

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

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

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

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

@media screen and (min-width:1200px) {
    .w-auto-xl {
        width: auto !important
    }

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

    .h-vh-25-xl {
        height: 25vh !important
    }

    .h-vw-25-xl {
        height: 25vw !important
    }

    .w-vh-25-xl {
        width: 25vh !important
    }

    .w-vw-25-xl {
        width: 25vw !important
    }

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

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

    .mh-25-xl {
        max-height: 25% !important
    }

    .mw-25-xl {
        max-width: 25% !important
    }

    .h-vh-33-xl {
        height: 33vh !important
    }

    .h-vw-33-xl {
        height: 33vw !important
    }

    .w-vh-33-xl {
        width: 33vh !important
    }

    .w-vw-33-xl {
        width: 33vw !important
    }

    .h-33-xl {
        height: 33% !important
    }

    .w-33-xl {
        width: 33% !important
    }

    .mh-33-xl {
        max-height: 33% !important
    }

    .mw-33-xl {
        max-width: 33% !important
    }

    .h-vh-50-xl {
        height: 50vh !important
    }

    .h-vw-50-xl {
        height: 50vw !important
    }

    .w-vh-50-xl {
        width: 50vh !important
    }

    .w-vw-50-xl {
        width: 50vw !important
    }

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

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

    .mh-50-xl {
        max-height: 50% !important
    }

    .mw-50-xl {
        max-width: 50% !important
    }

    .h-vh-75-xl {
        height: 75vh !important
    }

    .h-vw-75-xl {
        height: 75vw !important
    }

    .w-vh-75-xl {
        width: 75vh !important
    }

    .w-vw-75-xl {
        width: 75vw !important
    }

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

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

    .mh-75-xl {
        max-height: 75% !important
    }

    .mw-75-xl {
        max-width: 75% !important
    }

    .h-vh-100-xl {
        height: 100vh !important
    }

    .h-vw-100-xl {
        height: 100vw !important
    }

    .w-vh-100-xl {
        width: 100vh !important
    }

    .w-vw-100-xl {
        width: 100vw !important
    }

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

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

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

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

@media screen and (min-width:1452px) {
    .w-auto-xxl {
        width: auto !important
    }

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

    .h-vh-25-xxl {
        height: 25vh !important
    }

    .h-vw-25-xxl {
        height: 25vw !important
    }

    .w-vh-25-xxl {
        width: 25vh !important
    }

    .w-vw-25-xxl {
        width: 25vw !important
    }

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

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

    .mh-25-xxl {
        max-height: 25% !important
    }

    .mw-25-xxl {
        max-width: 25% !important
    }

    .h-vh-33-xxl {
        height: 33vh !important
    }

    .h-vw-33-xxl {
        height: 33vw !important
    }

    .w-vh-33-xxl {
        width: 33vh !important
    }

    .w-vw-33-xxl {
        width: 33vw !important
    }

    .h-33-xxl {
        height: 33% !important
    }

    .w-33-xxl {
        width: 33% !important
    }

    .mh-33-xxl {
        max-height: 33% !important
    }

    .mw-33-xxl {
        max-width: 33% !important
    }

    .h-vh-50-xxl {
        height: 50vh !important
    }

    .h-vw-50-xxl {
        height: 50vw !important
    }

    .w-vh-50-xxl {
        width: 50vh !important
    }

    .w-vw-50-xxl {
        width: 50vw !important
    }

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

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

    .mh-50-xxl {
        max-height: 50% !important
    }

    .mw-50-xxl {
        max-width: 50% !important
    }

    .h-vh-75-xxl {
        height: 75vh !important
    }

    .h-vw-75-xxl {
        height: 75vw !important
    }

    .w-vh-75-xxl {
        width: 75vh !important
    }

    .w-vw-75-xxl {
        width: 75vw !important
    }

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

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

    .mh-75-xxl {
        max-height: 75% !important
    }

    .mw-75-xxl {
        max-width: 75% !important
    }

    .h-vh-100-xxl {
        height: 100vh !important
    }

    .h-vw-100-xxl {
        height: 100vw !important
    }

    .w-vh-100-xxl {
        width: 100vh !important
    }

    .w-vw-100-xxl {
        width: 100vw !important
    }

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

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

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

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

@media screen and (min-width:2000px) {
    .w-auto-xxxl {
        width: auto !important
    }

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

    .h-vh-25-xxxl {
        height: 25vh !important
    }

    .h-vw-25-xxxl {
        height: 25vw !important
    }

    .w-vh-25-xxxl {
        width: 25vh !important
    }

    .w-vw-25-xxxl {
        width: 25vw !important
    }

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

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

    .mh-25-xxxl {
        max-height: 25% !important
    }

    .mw-25-xxxl {
        max-width: 25% !important
    }

    .h-vh-33-xxxl {
        height: 33vh !important
    }

    .h-vw-33-xxxl {
        height: 33vw !important
    }

    .w-vh-33-xxxl {
        width: 33vh !important
    }

    .w-vw-33-xxxl {
        width: 33vw !important
    }

    .h-33-xxxl {
        height: 33% !important
    }

    .w-33-xxxl {
        width: 33% !important
    }

    .mh-33-xxxl {
        max-height: 33% !important
    }

    .mw-33-xxxl {
        max-width: 33% !important
    }

    .h-vh-50-xxxl {
        height: 50vh !important
    }

    .h-vw-50-xxxl {
        height: 50vw !important
    }

    .w-vh-50-xxxl {
        width: 50vh !important
    }

    .w-vw-50-xxxl {
        width: 50vw !important
    }

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

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

    .mh-50-xxxl {
        max-height: 50% !important
    }

    .mw-50-xxxl {
        max-width: 50% !important
    }

    .h-vh-75-xxxl {
        height: 75vh !important
    }

    .h-vw-75-xxxl {
        height: 75vw !important
    }

    .w-vh-75-xxxl {
        width: 75vh !important
    }

    .w-vw-75-xxxl {
        width: 75vw !important
    }

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

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

    .mh-75-xxxl {
        max-height: 75% !important
    }

    .mw-75-xxxl {
        max-width: 75% !important
    }

    .h-vh-100-xxxl {
        height: 100vh !important
    }

    .h-vw-100-xxxl {
        height: 100vw !important
    }

    .w-vh-100-xxxl {
        width: 100vh !important
    }

    .w-vw-100-xxxl {
        width: 100vw !important
    }

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

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

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

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

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

.mx-auto,
.my-auto {
    margin-left: auto !important
}

.my-auto {
    margin-top: 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-bottom: 0 !important;
    padding-top: 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-bottom: 0 !important;
    margin-top: 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-bottom: 4px !important;
    padding-top: 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-bottom: 4px !important;
    margin-top: 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-bottom: 8px !important;
    padding-top: 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-bottom: 8px !important;
    margin-top: 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-bottom: 12px !important;
    padding-top: 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-bottom: 12px !important;
    margin-top: 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-bottom: 16px !important;
    padding-top: 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-bottom: 16px !important;
    margin-top: 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-bottom: 20px !important;
    padding-top: 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-bottom: 20px !important;
    margin-top: 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-bottom: 24px !important;
    padding-top: 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-bottom: 24px !important;
    margin-top: 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-bottom: 28px !important;
    padding-top: 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-bottom: 28px !important;
    margin-top: 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-bottom: 32px !important;
    padding-top: 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-bottom: 32px !important;
    margin-top: 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-bottom: 36px !important;
    padding-top: 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-bottom: 36px !important;
    margin-top: 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-bottom: 40px !important;
    padding-top: 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-bottom: 40px !important;
    margin-top: 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-bottom: 44px !important;
    padding-top: 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-bottom: 44px !important;
    margin-top: 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-bottom: 48px !important;
    padding-top: 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-bottom: 48px !important;
    margin-top: 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-bottom: 52px !important;
    padding-top: 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-bottom: 52px !important;
    margin-top: 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-bottom: 56px !important;
    padding-top: 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-bottom: 56px !important;
    margin-top: 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-bottom: 60px !important;
    padding-top: 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-bottom: 60px !important;
    margin-top: 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-bottom: 64px !important;
    padding-top: 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-bottom: 64px !important;
    margin-top: 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-bottom: 68px !important;
    padding-top: 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-bottom: 68px !important;
    margin-top: 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-bottom: 72px !important;
    padding-top: 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-bottom: 72px !important;
    margin-top: 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-bottom: 76px !important;
    padding-top: 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-bottom: 76px !important;
    margin-top: 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-bottom: 80px !important;
    padding-top: 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-bottom: 80px !important;
    margin-top: 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
}

@media screen and (min-width:0) {
    .mx-auto-fs {
        margin-right: auto !important
    }

    .ml-auto-fs,
    .mx-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
    }

    .pr-0-fs {
        padding-right: 0 !important
    }

    .pl-0-fs {
        padding-left: 0 !important
    }

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

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

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

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

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

    .mr-0-fs {
        margin-right: 0 !important
    }

    .ml-0-fs {
        margin-left: 0 !important
    }

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

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

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

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

    .m-0-fs-minus {
        margin: 0 !important
    }

    .mr-0-fs-minus {
        margin-right: 0 !important
    }

    .ml-0-fs-minus {
        margin-left: 0 !important
    }

    .mt-0-fs-minus {
        margin-top: 0 !important
    }

    .mb-0-fs-minus {
        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-bottom: 4px !important;
        padding-top: 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-bottom: 4px !important;
        margin-top: 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-bottom: 8px !important;
        padding-top: 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-bottom: 8px !important;
        margin-top: 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-bottom: 12px !important;
        padding-top: 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-bottom: 12px !important;
        margin-top: 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-bottom: 16px !important;
        padding-top: 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-bottom: 16px !important;
        margin-top: 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-bottom: 20px !important;
        padding-top: 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-bottom: 20px !important;
        margin-top: 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-bottom: 24px !important;
        padding-top: 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-bottom: 24px !important;
        margin-top: 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-bottom: 28px !important;
        padding-top: 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-bottom: 28px !important;
        margin-top: 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-bottom: 32px !important;
        padding-top: 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-bottom: 32px !important;
        margin-top: 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-bottom: 36px !important;
        padding-top: 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-bottom: 36px !important;
        margin-top: 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-bottom: 40px !important;
        padding-top: 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-bottom: 40px !important;
        margin-top: 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-bottom: 44px !important;
        padding-top: 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-bottom: 44px !important;
        margin-top: 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-bottom: 48px !important;
        padding-top: 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-bottom: 48px !important;
        margin-top: 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-bottom: 52px !important;
        padding-top: 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-bottom: 52px !important;
        margin-top: 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-bottom: 56px !important;
        padding-top: 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-bottom: 56px !important;
        margin-top: 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-bottom: 60px !important;
        padding-top: 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-bottom: 60px !important;
        margin-top: 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-bottom: 64px !important;
        padding-top: 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-bottom: 64px !important;
        margin-top: 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-bottom: 68px !important;
        padding-top: 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-bottom: 68px !important;
        margin-top: 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-bottom: 72px !important;
        padding-top: 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-bottom: 72px !important;
        margin-top: 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-bottom: 76px !important;
        padding-top: 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-bottom: 76px !important;
        margin-top: 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-bottom: 80px !important;
        padding-top: 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-bottom: 80px !important;
        margin-top: 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
    }
}

@media screen and (min-width:360px) {
    .mx-auto-xs {
        margin-right: auto !important
    }

    .ml-auto-xs,
    .mx-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
    }

    .pr-0-xs {
        padding-right: 0 !important
    }

    .pl-0-xs {
        padding-left: 0 !important
    }

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

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

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

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

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

    .mr-0-xs {
        margin-right: 0 !important
    }

    .ml-0-xs {
        margin-left: 0 !important
    }

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

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

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

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

    .m-0-xs-minus {
        margin: 0 !important
    }

    .mr-0-xs-minus {
        margin-right: 0 !important
    }

    .ml-0-xs-minus {
        margin-left: 0 !important
    }

    .mt-0-xs-minus {
        margin-top: 0 !important
    }

    .mb-0-xs-minus {
        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-bottom: 4px !important;
        padding-top: 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-bottom: 4px !important;
        margin-top: 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-bottom: 8px !important;
        padding-top: 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-bottom: 8px !important;
        margin-top: 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-bottom: 12px !important;
        padding-top: 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-bottom: 12px !important;
        margin-top: 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-bottom: 16px !important;
        padding-top: 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-bottom: 16px !important;
        margin-top: 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-bottom: 20px !important;
        padding-top: 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-bottom: 20px !important;
        margin-top: 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-bottom: 24px !important;
        padding-top: 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-bottom: 24px !important;
        margin-top: 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-bottom: 28px !important;
        padding-top: 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-bottom: 28px !important;
        margin-top: 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-bottom: 32px !important;
        padding-top: 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-bottom: 32px !important;
        margin-top: 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-bottom: 36px !important;
        padding-top: 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-bottom: 36px !important;
        margin-top: 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-bottom: 40px !important;
        padding-top: 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-bottom: 40px !important;
        margin-top: 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-bottom: 44px !important;
        padding-top: 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-bottom: 44px !important;
        margin-top: 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-bottom: 48px !important;
        padding-top: 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-bottom: 48px !important;
        margin-top: 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-bottom: 52px !important;
        padding-top: 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-bottom: 52px !important;
        margin-top: 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-bottom: 56px !important;
        padding-top: 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-bottom: 56px !important;
        margin-top: 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-bottom: 60px !important;
        padding-top: 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-bottom: 60px !important;
        margin-top: 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-bottom: 64px !important;
        padding-top: 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-bottom: 64px !important;
        margin-top: 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-bottom: 68px !important;
        padding-top: 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-bottom: 68px !important;
        margin-top: 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-bottom: 72px !important;
        padding-top: 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-bottom: 72px !important;
        margin-top: 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-bottom: 76px !important;
        padding-top: 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-bottom: 76px !important;
        margin-top: 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-bottom: 80px !important;
        padding-top: 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-bottom: 80px !important;
        margin-top: 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
    }
}

@media screen and (min-width:576px) {
    .mx-auto-sm {
        margin-right: auto !important
    }

    .ml-auto-sm,
    .mx-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
    }

    .pr-0-sm {
        padding-right: 0 !important
    }

    .pl-0-sm {
        padding-left: 0 !important
    }

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

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

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

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

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

    .mr-0-sm {
        margin-right: 0 !important
    }

    .ml-0-sm {
        margin-left: 0 !important
    }

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

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

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

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

    .m-0-sm-minus {
        margin: 0 !important
    }

    .mr-0-sm-minus {
        margin-right: 0 !important
    }

    .ml-0-sm-minus {
        margin-left: 0 !important
    }

    .mt-0-sm-minus {
        margin-top: 0 !important
    }

    .mb-0-sm-minus {
        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-bottom: 4px !important;
        padding-top: 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-bottom: 4px !important;
        margin-top: 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-bottom: 8px !important;
        padding-top: 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-bottom: 8px !important;
        margin-top: 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-bottom: 12px !important;
        padding-top: 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-bottom: 12px !important;
        margin-top: 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-bottom: 16px !important;
        padding-top: 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-bottom: 16px !important;
        margin-top: 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-bottom: 20px !important;
        padding-top: 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-bottom: 20px !important;
        margin-top: 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-bottom: 24px !important;
        padding-top: 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-bottom: 24px !important;
        margin-top: 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-bottom: 28px !important;
        padding-top: 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-bottom: 28px !important;
        margin-top: 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-bottom: 32px !important;
        padding-top: 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-bottom: 32px !important;
        margin-top: 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-bottom: 36px !important;
        padding-top: 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-bottom: 36px !important;
        margin-top: 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-bottom: 40px !important;
        padding-top: 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-bottom: 40px !important;
        margin-top: 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-bottom: 44px !important;
        padding-top: 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-bottom: 44px !important;
        margin-top: 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-bottom: 48px !important;
        padding-top: 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-bottom: 48px !important;
        margin-top: 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-bottom: 52px !important;
        padding-top: 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-bottom: 52px !important;
        margin-top: 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-bottom: 56px !important;
        padding-top: 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-bottom: 56px !important;
        margin-top: 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-bottom: 60px !important;
        padding-top: 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-bottom: 60px !important;
        margin-top: 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-bottom: 64px !important;
        padding-top: 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-bottom: 64px !important;
        margin-top: 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-bottom: 68px !important;
        padding-top: 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-bottom: 68px !important;
        margin-top: 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-bottom: 72px !important;
        padding-top: 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-bottom: 72px !important;
        margin-top: 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-bottom: 76px !important;
        padding-top: 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-bottom: 76px !important;
        margin-top: 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-bottom: 80px !important;
        padding-top: 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-bottom: 80px !important;
        margin-top: 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
    }
}

@media screen and (min-width:640px) {
    .mx-auto-ld {
        margin-right: auto !important
    }

    .ml-auto-ld,
    .mx-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
    }

    .pr-0-ld {
        padding-right: 0 !important
    }

    .pl-0-ld {
        padding-left: 0 !important
    }

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

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

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

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

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

    .mr-0-ld {
        margin-right: 0 !important
    }

    .ml-0-ld {
        margin-left: 0 !important
    }

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

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

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

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

    .m-0-ld-minus {
        margin: 0 !important
    }

    .mr-0-ld-minus {
        margin-right: 0 !important
    }

    .ml-0-ld-minus {
        margin-left: 0 !important
    }

    .mt-0-ld-minus {
        margin-top: 0 !important
    }

    .mb-0-ld-minus {
        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-bottom: 4px !important;
        padding-top: 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-bottom: 4px !important;
        margin-top: 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-bottom: 8px !important;
        padding-top: 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-bottom: 8px !important;
        margin-top: 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-bottom: 12px !important;
        padding-top: 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-bottom: 12px !important;
        margin-top: 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-bottom: 16px !important;
        padding-top: 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-bottom: 16px !important;
        margin-top: 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-bottom: 20px !important;
        padding-top: 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-bottom: 20px !important;
        margin-top: 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-bottom: 24px !important;
        padding-top: 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-bottom: 24px !important;
        margin-top: 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-bottom: 28px !important;
        padding-top: 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-bottom: 28px !important;
        margin-top: 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-bottom: 32px !important;
        padding-top: 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-bottom: 32px !important;
        margin-top: 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-bottom: 36px !important;
        padding-top: 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-bottom: 36px !important;
        margin-top: 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-bottom: 40px !important;
        padding-top: 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-bottom: 40px !important;
        margin-top: 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-bottom: 44px !important;
        padding-top: 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-bottom: 44px !important;
        margin-top: 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-bottom: 48px !important;
        padding-top: 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-bottom: 48px !important;
        margin-top: 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-bottom: 52px !important;
        padding-top: 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-bottom: 52px !important;
        margin-top: 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-bottom: 56px !important;
        padding-top: 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-bottom: 56px !important;
        margin-top: 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-bottom: 60px !important;
        padding-top: 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-bottom: 60px !important;
        margin-top: 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-bottom: 64px !important;
        padding-top: 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-bottom: 64px !important;
        margin-top: 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-bottom: 68px !important;
        padding-top: 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-bottom: 68px !important;
        margin-top: 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-bottom: 72px !important;
        padding-top: 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-bottom: 72px !important;
        margin-top: 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-bottom: 76px !important;
        padding-top: 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-bottom: 76px !important;
        margin-top: 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-bottom: 80px !important;
        padding-top: 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-bottom: 80px !important;
        margin-top: 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
    }
}

@media screen and (min-width:768px) {
    .mx-auto-md {
        margin-right: auto !important
    }

    .ml-auto-md,
    .mx-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
    }

    .pr-0-md {
        padding-right: 0 !important
    }

    .pl-0-md {
        padding-left: 0 !important
    }

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

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

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

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

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

    .mr-0-md {
        margin-right: 0 !important
    }

    .ml-0-md {
        margin-left: 0 !important
    }

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

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

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

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

    .m-0-md-minus {
        margin: 0 !important
    }

    .mr-0-md-minus {
        margin-right: 0 !important
    }

    .ml-0-md-minus {
        margin-left: 0 !important
    }

    .mt-0-md-minus {
        margin-top: 0 !important
    }

    .mb-0-md-minus {
        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-bottom: 4px !important;
        padding-top: 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-bottom: 4px !important;
        margin-top: 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-bottom: 8px !important;
        padding-top: 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-bottom: 8px !important;
        margin-top: 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-bottom: 12px !important;
        padding-top: 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-bottom: 12px !important;
        margin-top: 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-bottom: 16px !important;
        padding-top: 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-bottom: 16px !important;
        margin-top: 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-bottom: 20px !important;
        padding-top: 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-bottom: 20px !important;
        margin-top: 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-bottom: 24px !important;
        padding-top: 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-bottom: 24px !important;
        margin-top: 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-bottom: 28px !important;
        padding-top: 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-bottom: 28px !important;
        margin-top: 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-bottom: 32px !important;
        padding-top: 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-bottom: 32px !important;
        margin-top: 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-bottom: 36px !important;
        padding-top: 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-bottom: 36px !important;
        margin-top: 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-bottom: 40px !important;
        padding-top: 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-bottom: 40px !important;
        margin-top: 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-bottom: 44px !important;
        padding-top: 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-bottom: 44px !important;
        margin-top: 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-bottom: 48px !important;
        padding-top: 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-bottom: 48px !important;
        margin-top: 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-bottom: 52px !important;
        padding-top: 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-bottom: 52px !important;
        margin-top: 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-bottom: 56px !important;
        padding-top: 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-bottom: 56px !important;
        margin-top: 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-bottom: 60px !important;
        padding-top: 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-bottom: 60px !important;
        margin-top: 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-bottom: 64px !important;
        padding-top: 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-bottom: 64px !important;
        margin-top: 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-bottom: 68px !important;
        padding-top: 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-bottom: 68px !important;
        margin-top: 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-bottom: 72px !important;
        padding-top: 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-bottom: 72px !important;
        margin-top: 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-bottom: 76px !important;
        padding-top: 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-bottom: 76px !important;
        margin-top: 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-bottom: 80px !important;
        padding-top: 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-bottom: 80px !important;
        margin-top: 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
    }
}

@media screen and (min-width:992px) {
    .mx-auto-lg {
        margin-right: auto !important
    }

    .ml-auto-lg,
    .mx-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
    }

    .pr-0-lg {
        padding-right: 0 !important
    }

    .pl-0-lg {
        padding-left: 0 !important
    }

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

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

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

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

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

    .mr-0-lg {
        margin-right: 0 !important
    }

    .ml-0-lg {
        margin-left: 0 !important
    }

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

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

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

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

    .m-0-lg-minus {
        margin: 0 !important
    }

    .mr-0-lg-minus {
        margin-right: 0 !important
    }

    .ml-0-lg-minus {
        margin-left: 0 !important
    }

    .mt-0-lg-minus {
        margin-top: 0 !important
    }

    .mb-0-lg-minus {
        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-bottom: 4px !important;
        padding-top: 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-bottom: 4px !important;
        margin-top: 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-bottom: 8px !important;
        padding-top: 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-bottom: 8px !important;
        margin-top: 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-bottom: 12px !important;
        padding-top: 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-bottom: 12px !important;
        margin-top: 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-bottom: 16px !important;
        padding-top: 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-bottom: 16px !important;
        margin-top: 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-bottom: 20px !important;
        padding-top: 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-bottom: 20px !important;
        margin-top: 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-bottom: 24px !important;
        padding-top: 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-bottom: 24px !important;
        margin-top: 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-bottom: 28px !important;
        padding-top: 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-bottom: 28px !important;
        margin-top: 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-bottom: 32px !important;
        padding-top: 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-bottom: 32px !important;
        margin-top: 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-bottom: 36px !important;
        padding-top: 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-bottom: 36px !important;
        margin-top: 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-bottom: 40px !important;
        padding-top: 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-bottom: 40px !important;
        margin-top: 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-bottom: 44px !important;
        padding-top: 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-bottom: 44px !important;
        margin-top: 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-bottom: 48px !important;
        padding-top: 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-bottom: 48px !important;
        margin-top: 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-bottom: 52px !important;
        padding-top: 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-bottom: 52px !important;
        margin-top: 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-bottom: 56px !important;
        padding-top: 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-bottom: 56px !important;
        margin-top: 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-bottom: 60px !important;
        padding-top: 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-bottom: 60px !important;
        margin-top: 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-bottom: 64px !important;
        padding-top: 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-bottom: 64px !important;
        margin-top: 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-bottom: 68px !important;
        padding-top: 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-bottom: 68px !important;
        margin-top: 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-bottom: 72px !important;
        padding-top: 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-bottom: 72px !important;
        margin-top: 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-bottom: 76px !important;
        padding-top: 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-bottom: 76px !important;
        margin-top: 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-bottom: 80px !important;
        padding-top: 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-bottom: 80px !important;
        margin-top: 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
    }
}

@media screen and (min-width:1200px) {
    .mx-auto-xl {
        margin-right: auto !important
    }

    .ml-auto-xl,
    .mx-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
    }

    .pr-0-xl {
        padding-right: 0 !important
    }

    .pl-0-xl {
        padding-left: 0 !important
    }

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

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

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

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

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

    .mr-0-xl {
        margin-right: 0 !important
    }

    .ml-0-xl {
        margin-left: 0 !important
    }

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

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

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

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

    .m-0-xl-minus {
        margin: 0 !important
    }

    .mr-0-xl-minus {
        margin-right: 0 !important
    }

    .ml-0-xl-minus {
        margin-left: 0 !important
    }

    .mt-0-xl-minus {
        margin-top: 0 !important
    }

    .mb-0-xl-minus {
        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-bottom: 4px !important;
        padding-top: 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-bottom: 4px !important;
        margin-top: 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-bottom: 8px !important;
        padding-top: 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-bottom: 8px !important;
        margin-top: 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-bottom: 12px !important;
        padding-top: 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-bottom: 12px !important;
        margin-top: 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-bottom: 16px !important;
        padding-top: 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-bottom: 16px !important;
        margin-top: 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-bottom: 20px !important;
        padding-top: 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-bottom: 20px !important;
        margin-top: 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-bottom: 24px !important;
        padding-top: 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-bottom: 24px !important;
        margin-top: 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-bottom: 28px !important;
        padding-top: 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-bottom: 28px !important;
        margin-top: 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-bottom: 32px !important;
        padding-top: 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-bottom: 32px !important;
        margin-top: 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-bottom: 36px !important;
        padding-top: 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-bottom: 36px !important;
        margin-top: 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-bottom: 40px !important;
        padding-top: 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-bottom: 40px !important;
        margin-top: 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-bottom: 44px !important;
        padding-top: 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-bottom: 44px !important;
        margin-top: 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-bottom: 48px !important;
        padding-top: 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-bottom: 48px !important;
        margin-top: 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-bottom: 52px !important;
        padding-top: 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-bottom: 52px !important;
        margin-top: 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-bottom: 56px !important;
        padding-top: 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-bottom: 56px !important;
        margin-top: 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-bottom: 60px !important;
        padding-top: 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-bottom: 60px !important;
        margin-top: 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-bottom: 64px !important;
        padding-top: 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-bottom: 64px !important;
        margin-top: 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-bottom: 68px !important;
        padding-top: 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-bottom: 68px !important;
        margin-top: 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-bottom: 72px !important;
        padding-top: 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-bottom: 72px !important;
        margin-top: 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-bottom: 76px !important;
        padding-top: 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-bottom: 76px !important;
        margin-top: 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-bottom: 80px !important;
        padding-top: 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-bottom: 80px !important;
        margin-top: 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
    }
}

@media screen and (min-width:1452px) {
    .mx-auto-xxl {
        margin-right: auto !important
    }

    .ml-auto-xxl,
    .mx-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
    }

    .pr-0-xxl {
        padding-right: 0 !important
    }

    .pl-0-xxl {
        padding-left: 0 !important
    }

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

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

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

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

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

    .mr-0-xxl {
        margin-right: 0 !important
    }

    .ml-0-xxl {
        margin-left: 0 !important
    }

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

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

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

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

    .m-0-xxl-minus {
        margin: 0 !important
    }

    .mr-0-xxl-minus {
        margin-right: 0 !important
    }

    .ml-0-xxl-minus {
        margin-left: 0 !important
    }

    .mt-0-xxl-minus {
        margin-top: 0 !important
    }

    .mb-0-xxl-minus {
        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-bottom: 4px !important;
        padding-top: 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-bottom: 4px !important;
        margin-top: 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-bottom: 8px !important;
        padding-top: 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-bottom: 8px !important;
        margin-top: 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-bottom: 12px !important;
        padding-top: 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-bottom: 12px !important;
        margin-top: 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-bottom: 16px !important;
        padding-top: 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-bottom: 16px !important;
        margin-top: 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-bottom: 20px !important;
        padding-top: 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-bottom: 20px !important;
        margin-top: 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-bottom: 24px !important;
        padding-top: 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-bottom: 24px !important;
        margin-top: 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-bottom: 28px !important;
        padding-top: 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-bottom: 28px !important;
        margin-top: 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-bottom: 32px !important;
        padding-top: 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-bottom: 32px !important;
        margin-top: 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-bottom: 36px !important;
        padding-top: 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-bottom: 36px !important;
        margin-top: 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-bottom: 40px !important;
        padding-top: 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-bottom: 40px !important;
        margin-top: 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-bottom: 44px !important;
        padding-top: 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-bottom: 44px !important;
        margin-top: 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-bottom: 48px !important;
        padding-top: 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-bottom: 48px !important;
        margin-top: 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-bottom: 52px !important;
        padding-top: 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-bottom: 52px !important;
        margin-top: 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-bottom: 56px !important;
        padding-top: 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-bottom: 56px !important;
        margin-top: 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-bottom: 60px !important;
        padding-top: 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-bottom: 60px !important;
        margin-top: 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-bottom: 64px !important;
        padding-top: 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-bottom: 64px !important;
        margin-top: 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-bottom: 68px !important;
        padding-top: 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-bottom: 68px !important;
        margin-top: 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-bottom: 72px !important;
        padding-top: 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-bottom: 72px !important;
        margin-top: 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-bottom: 76px !important;
        padding-top: 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-bottom: 76px !important;
        margin-top: 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-bottom: 80px !important;
        padding-top: 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-bottom: 80px !important;
        margin-top: 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
    }
}

@media screen and (min-width:2000px) {
    .mx-auto-xxxl {
        margin-right: auto !important
    }

    .ml-auto-xxxl,
    .mx-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
    }

    .pr-0-xxxl {
        padding-right: 0 !important
    }

    .pl-0-xxxl {
        padding-left: 0 !important
    }

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

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

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

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

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

    .mr-0-xxxl {
        margin-right: 0 !important
    }

    .ml-0-xxxl {
        margin-left: 0 !important
    }

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

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

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

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

    .m-0-xxxl-minus {
        margin: 0 !important
    }

    .mr-0-xxxl-minus {
        margin-right: 0 !important
    }

    .ml-0-xxxl-minus {
        margin-left: 0 !important
    }

    .mt-0-xxxl-minus {
        margin-top: 0 !important
    }

    .mb-0-xxxl-minus {
        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-bottom: 4px !important;
        padding-top: 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-bottom: 4px !important;
        margin-top: 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-bottom: 8px !important;
        padding-top: 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-bottom: 8px !important;
        margin-top: 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-bottom: 12px !important;
        padding-top: 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-bottom: 12px !important;
        margin-top: 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-bottom: 16px !important;
        padding-top: 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-bottom: 16px !important;
        margin-top: 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-bottom: 20px !important;
        padding-top: 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-bottom: 20px !important;
        margin-top: 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-bottom: 24px !important;
        padding-top: 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-bottom: 24px !important;
        margin-top: 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-bottom: 28px !important;
        padding-top: 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-bottom: 28px !important;
        margin-top: 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-bottom: 32px !important;
        padding-top: 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-bottom: 32px !important;
        margin-top: 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-bottom: 36px !important;
        padding-top: 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-bottom: 36px !important;
        margin-top: 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-bottom: 40px !important;
        padding-top: 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-bottom: 40px !important;
        margin-top: 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-bottom: 44px !important;
        padding-top: 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-bottom: 44px !important;
        margin-top: 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-bottom: 48px !important;
        padding-top: 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-bottom: 48px !important;
        margin-top: 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-bottom: 52px !important;
        padding-top: 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-bottom: 52px !important;
        margin-top: 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-bottom: 56px !important;
        padding-top: 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-bottom: 56px !important;
        margin-top: 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-bottom: 60px !important;
        padding-top: 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-bottom: 60px !important;
        margin-top: 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-bottom: 64px !important;
        padding-top: 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-bottom: 64px !important;
        margin-top: 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-bottom: 68px !important;
        padding-top: 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-bottom: 68px !important;
        margin-top: 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-bottom: 72px !important;
        padding-top: 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-bottom: 72px !important;
        margin-top: 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-bottom: 76px !important;
        padding-top: 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-bottom: 76px !important;
        margin-top: 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-bottom: 80px !important;
        padding-top: 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-bottom: 80px !important;
        margin-top: 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 {
    --mark-background: #a6d2ff;
    --mark-color: #191919;
    --code-background: #4a4d51;
    --code-color: #fff;
    --kbd-background: #004d6f;
    --kbd-color: #fff
}

.dark-side {
    --mark-background: silver;
    --mark-color: #000;
    --code-background: silver;
    --code-color: #000;
    --kbd-background: #004d6f;
    --kbd-color: #fff
}

.text-ultralight {
    font-weight: 100 !important
}

.text-light {
    font-weight: 200 !important
}

.text-normal {
    font-weight: 400 !important
}

.text-medium {
    font-weight: 500 !important
}

.text-bold {
    font-weight: 700 !important
}

.display4 {
    font-size: 112px;
    font-weight: 200
}

.display3 {
    font-size: 56px;
    font-weight: 400
}

.display2 {
    font-size: 48px;
    font-weight: 400
}

.display1 {
    font-size: 36px;
    font-weight: 400
}

.display1,
.display2,
.display3,
.display4 {
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 20px
}

.h1,
.leader,
h1 {
    font-size: 48px;
    font-weight: 100
}

.h2,
.sub-leader,
h2 {
    font-size: 38px;
    font-weight: 400
}

.h3,
.header,
h3 {
    font-size: 30px;
    font-weight: 500
}

.h4,
.sub-header,
h4 {
    font-size: 24px;
    font-weight: 500
}

.alt-header,
.h5,
h5 {
    font-size: 20px;
    font-weight: 500
}

.h6,
.sub-alt-header,
h6 {
    font-size: 16px;
    font-weight: 500
}

.text-small {
    font-size: 12px;
    font-weight: 400
}

.text-secondary {
    font-size: 14px;
    font-weight: 400
}

.text-leader {
    font-size: 24px
}

.text-leader,
.text-leader2 {
    font-weight: 300;
    line-height: 1.2
}

.text-leader2 {
    font-size: 20px
}

.text-muted {
    color: var(--body-color-secondary)
}

.alt-header,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.header,
.leader,
.sub-alt-header,
.sub-header,
.sub-leader,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    line-height: 1.1;
    margin: 1rem 0
}

.alt-header>.small,
.alt-header>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,
.header>.small,
.header>small,
.leader>.small,
.leader>small,
.sub-alt-header>.small,
.sub-alt-header>small,
.sub-header>.small,
.sub-header>small,
.sub-leader>.small,
.sub-leader>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 {
    color: var(--body-color-secondary);
    font-size: .7em;
    font-weight: 400;
    line-height: 1
}

.alt-header:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child,
.header:first-child,
.leader:first-child,
.sub-alt-header:first-child,
.sub-header:first-child,
.sub-leader:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    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;
    text-overflow: ellipsis;
    white-space: nowrap
}

.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: initial !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 {
    border-bottom: 1px dotted var(--border-color);
    cursor: help;
    display: inline;
    text-decoration: none
}

address {
    font-style: normal;
    font-weight: 400;
    margin-bottom: 1rem
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: initial
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1rem
}

pre {
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}

code {
    white-space: nowrap
}

pre code {
    white-space: inherit
}

a:not([class]) {
    -webkit-text-decoration-skip: objects;
    background-color: initial;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--link-color);
    position: relative;
    text-decoration: none
}

a:not([class]):hover {
    color: var(--link-color-hover);
    text-decoration: underline
}

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

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

.no-decor {
    text-decoration: none !important
}

mark {
    background-color: var(--mark-background);
    color: var(--mark-color);
    padding: .1875rem
}

del {
    color: var(--body-color-secondary);
    text-decoration: line-through
}

*+p {
    margin-top: 1rem
}

dl,
ol,
ul {
    list-style-position: inside;
    margin: 1rem
}

dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 1.5rem
}

dir,
menu,
ul {
    display: block;
    list-style-type: disc
}

ol {
    list-style-type: decimal
}

ul ul {
    list-style: circle
}

ul ul ul {
    list-style: square
}

ol {
    list-style-type: upper-roman
}

ol ol {
    list-style-type: decimal
}

ol ol ol {
    list-style-type: lower-alpha
}

dl dd,
dl dt {
    line-height: 1.25rem
}

dl dt {
    font-weight: 700
}

dl dd {
    margin-left: .9375rem
}

dl.horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 10rem
}

dl.horizontal dd {
    margin-left: 11.25rem
}

.indent:first-letter {
    margin-left: 2.5rem
}

.indent-letter:first-letter {
    float: left;
    font-size: 3rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin-left: -.125rem;
    margin-right: .5rem;
    margin-top: .125rem;
    padding: 0
}

blockquote {
    border-left: .25rem solid var(--border-color);
    margin-bottom: 1rem;
    padding: 0 0 0 .625rem
}

blockquote small {
    color: var(--body-color-secondary)
}

blockquote small:before {
    content: "\2014 \00A0"
}

blockquote.right-side {
    border: 0;
    border-right: 4px solid var(--border-color);
    padding-right: .625rem;
    text-align: right
}

blockquote.right-side small:before {
    content: ""
}

blockquote.right-side small:after {
    content: " \00A0 \2014"
}

hr {
    background-color: var(--border-color);
    border: 0;
    height: 2px
}

hr.thin {
    height: 1px
}

hr.fat {
    height: 3px
}

.tally,
code,
kbd {
    background-color: var(--code-background);
    border-radius: 4px;
    color: var(--code-color);
    display: inline-block;
    font-size: 90%;
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
    vertical-align: middle
}

a .tally,
a code,
a kbd {
    cursor: pointer;
    text-decoration: underline
}

kbd {
    background-color: var(--kbd-background);
    color: var(--kbd-color)
}

.tally {
    line-height: 16px
}

pre code {
    background-color: inherit;
    height: auto
}

.remark {
    border-left: 1px solid var(--border-color);
    border: 1px solid var(--border-color);
    border-left-width: 4px;
    display: block;
    font-size: .875rem;
    margin: 1rem 0;
    padding: 1rem;
    position: relative
}

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

@media screen and (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: initial !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
    }
}

@media screen and (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: initial !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
    }
}

@media screen and (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: initial !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
    }
}

@media screen and (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: initial !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
    }
}

@media screen and (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: initial !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
    }
}

@media screen and (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: initial !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
    }
}

@media screen and (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: initial !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
    }
}

@media screen and (min-width:1452px) {
    .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: initial !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
    }
}

@media screen and (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: initial !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
    }
}

.wrap-long {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word
}

.error {
    -webkit-text-decoration: underline wavy red;
    text-decoration: underline wavy red
}

:root {
    --selected-color: #1fb1f8
}

.transition {
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.inherit-colors {
    color: inherit !important
}

.inherit-background,
.inherit-colors {
    background-color: inherit !important
}

.inherit-color {
    color: inherit !important
}

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

.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 {
    -webkit-user-select: none !important;
    user-select: none !important
}

.no-appearance {
    -webkit-appearance: none !important;
    appearance: none !important
}

.collapse {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s ease;
    transition: max-height .3s ease
}

.expand {
    max-height: 1000px !important;
    overflow: visible !important;
    -webkit-transition: max-height .3s ease !important;
    transition: max-height .3s ease !important;
    -webkit-transition-duration: .5s !important;
    transition-duration: .5s !important
}

.selected {
    -webkit-box-shadow: 0 0 0 4px var(--selected-color) !important;
    box-shadow: 0 0 0 4px var(--selected-color) !important
}

.selected:after {
    border-left: 28px solid transparent;
    border-top: 28px solid var(--selected-color);
    right: -1px;
    top: -1px;
    z-index: 100
}

.selected:after,
.selected:before {
    content: "";
    display: block;
    position: absolute
}

.selected:before {
    background-color: initial;
    border-color: #fff !important;
    border-bottom: 2px solid;
    border-left: 2px solid;
    height: .325rem;
    right: .25rem;
    top: .25rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: .5rem;
    z-index: 102
}

.-disabled,
.disabled {
    color: #e4e4e4 !important;
    pointer-events: none !important
}

.stop-pointer {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none
}

@media screen and (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 {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .3s ease;
        transition: max-height .3s ease
    }

    .expand-fs {
        max-height: 1000px !important;
        overflow: visible !important;
        -webkit-transition: max-height .3s ease !important;
        transition: max-height .3s ease !important;
        -webkit-transition-duration: .5s !important;
        transition-duration: .5s !important
    }
}

@media screen and (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 {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .3s ease;
        transition: max-height .3s ease
    }

    .expand-xs {
        max-height: 1000px !important;
        overflow: visible !important;
        -webkit-transition: max-height .3s ease !important;
        transition: max-height .3s ease !important;
        -webkit-transition-duration: .5s !important;
        transition-duration: .5s !important
    }
}

@media screen and (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 {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .3s ease;
        transition: max-height .3s ease
    }

    .expand-sm {
        max-height: 1000px !important;
        overflow: visible !important;
        -webkit-transition: max-height .3s ease !important;
        transition: max-height .3s ease !important;
        -webkit-transition-duration: .5s !important;
        transition-duration: .5s !important
    }
}

@media screen and (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 {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .3s ease;
        transition: max-height .3s ease
    }

    .expand-ld {
        max-height: 1000px !important;
        overflow: visible !important;
        -webkit-transition: max-height .3s ease !important;
        transition: max-height .3s ease !important;
        -webkit-transition-duration: .5s !important;
        transition-duration: .5s !important
    }
}

@media screen and (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 {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .3s ease;
        transition: max-height .3s ease
    }

    .expand-md {
        max-height: 1000px !important;
        overflow: visible !important;
        -webkit-transition: max-height .3s ease !important;
        transition: max-height .3s ease !important;
        -webkit-transition-duration: .5s !important;
        transition-duration: .5s !important
    }
}

@media screen and (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 {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .3s ease;
        transition: max-height .3s ease
    }

    .expand-lg {
        max-height: 1000px !important;
        overflow: visible !important;
        -webkit-transition: max-height .3s ease !important;
        transition: max-height .3s ease !important;
        -webkit-transition-duration: .5s !important;
        transition-duration: .5s !important
    }
}

@media screen and (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 {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .3s ease;
        transition: max-height .3s ease
    }

    .expand-xl {
        max-height: 1000px !important;
        overflow: visible !important;
        -webkit-transition: max-height .3s ease !important;
        transition: max-height .3s ease !important;
        -webkit-transition-duration: .5s !important;
        transition-duration: .5s !important
    }
}

@media screen and (min-width:1452px) {
    .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 {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .3s ease;
        transition: max-height .3s ease
    }

    .expand-xxl {
        max-height: 1000px !important;
        overflow: visible !important;
        -webkit-transition: max-height .3s ease !important;
        transition: max-height .3s ease !important;
        -webkit-transition-duration: .5s !important;
        transition-duration: .5s !important
    }
}

@media screen and (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 {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .3s ease;
        transition: max-height .3s ease
    }

    .expand-xxxl {
        max-height: 1000px !important;
        overflow: visible !important;
        -webkit-transition: max-height .3s ease !important;
        transition: max-height .3s ease !important;
        -webkit-transition-duration: .5s !important;
        transition-duration: .5s !important
    }
}

:root {
    --z-index-selected: 100;
    --z-index-absolute: 500;
    --z-index-dropdown: 1000;
    --z-index-sticy: 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: 500 !important
}

.z-dropdown {
    z-index: 1000 !important
}

.z-sticky {
    z-index: 1020 !important
}

.z-fixed {
    z-index: 1030 !important
}

.z-modal-backdrop {
    z-index: 1040 !important
}

.z-modal {
    z-index: 1050 !important
}

.z-popover {
    z-index: 1060 !important
}

.z-tooltip {
    z-index: 1070 !important
}

.z-top {
    z-index: 1080 !important
}

.z-notify {
    z-index: 1085 !important
}

.z-charms {
    z-index: 1090 !important
}

.z-overlay {
    z-index: 2000 !important
}

.z-fullscreen {
    z-index: 2147483647 !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 {
    --accordion-heading-background: #f8f8f8;
    --accordion-heading-color: #191919
}

.dark-side {
    --accordion-heading-background: #2b2d30;
    --accordion-heading-color: #dfe1e5
}

.accordion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    list-style: none inside;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}

.accordion>.frame {
    display: block;
    margin: 1px 0
}

.accordion>.frame>.heading {
    background-color: var(--accordion-heading-background);
    color: var(--accordion-heading-color);
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 8px 16px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap
}

.accordion>.frame>.content {
    display: block
}

.accordion.marker-on .heading {
    padding-left: 40px
}

.accordion.marker-on .heading:before {
    content: "\203A";
    display: block;
    font-size: 32px;
    height: 34px;
    left: 0;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 34px
}

.accordion.marker-on .frame.active>.heading:before,
.accordion.marker-on .heading:before {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.accordion.marker-on .frame.active>.heading:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.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 {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.accordion.material .heading:before {
    display: none
}

.accordion.material>.frame>.heading {
    background-color: var(--accordion-heading-background);
    color: var(--accordion-heading-color);
    font-size: 16px;
    padding: 16px 42px 16px 16px
}

.accordion.material>.frame>.heading:after {
    content: "\203A";
    display: block;
    font-size: 32px;
    height: 40px;
    line-height: 1;
    position: absolute;
    right: 16px;
    text-align: center;
    top: 8px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 40px
}

.accordion.material .frame+.frame {
    border-top: 1px solid var(--border-color)
}

.accordion.material>.frame>.content {
    font-size: 14px;
    padding: 16px
}

.accordion.material>.frame.active .heading:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-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;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.accordion.rtl.material>.frame.active .heading:after,
.accordion[dir=rtl].material>.frame.active .heading:after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.action-button {
    background-color: #ebebeb;
    border: 1px solid transparent;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .26);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .26);
    color: #1d1d1d;
    cursor: pointer;
    font-size: .875rem;
    font-weight: 400;
    height: 56px;
    line-height: 56px;
    outline: none;
    padding: 0;
    position: relative;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 56px
}

.action-button,
.action-button .icon {
    display: inline-block;
    text-align: center
}

.action-button .icon {
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: 18px;
    width: 20px
}

.action-button .icon>* {
    display: inline-block;
    max-height: 100%;
    width: 100%
}

.action-button.second {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .26);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .26);
    height: 40px;
    line-height: 40px;
    width: 40px
}

.action-button.second .icon {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    margin-top: 0;
    width: 16px
}

.action-button.prime {
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .19), 0 8px 17px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .19), 0 8px 17px 0 rgba(0, 0, 0, .2)
}

.action-button:active {
    -webkit-box-shadow: 0 17px 50px 0 rgba(0, 0, 0, .19), 0 12px 15px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 17px 50px 0 rgba(0, 0, 0, .19), 0 12px 15px 0 rgba(0, 0, 0, .24)
}

.multi-action {
    display: inline-block;
    height: 56px;
    position: relative;
    vertical-align: middle;
    width: 56px
}

.multi-action .action-button {
    margin: 0 !important;
    position: absolute;
    z-index: 2
}

.multi-action .actions {
    background-color: initial;
    float: left;
    left: 8px;
    list-style: none inside none;
    padding: 0;
    top: 8px;
    width: auto;
    z-index: 1
}

.multi-action .actions,
.multi-action .actions li {
    border-radius: 50%;
    height: 40px;
    margin: 0;
    position: absolute;
    width: 40px
}

.multi-action .actions li {
    background: #989898;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .26);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .26);
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    line-height: 40px;
    -webkit-transform: scale(.2);
    transform: scale(.2);
    -webkit-transition: all .3s;
    transition: all .3s
}

.multi-action .actions li a {
    background: inherit;
    border-radius: 50%;
    color: inherit;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    width: 40px
}

.multi-action .actions li:active {
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .19), 0 8px 17px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .19), 0 8px 17px 0 rgba(0, 0, 0, .2)
}

.multi-action .actions.drop-down,
.multi-action .actions.drop-left,
.multi-action .actions.drop-right,
.multi-action .actions.drop-up {
    left: 8px !important;
    top: 8px !important
}

.multi-action .action-button.active~.actions li {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s;
    transition: all .3s
}

.multi-action .action-button.active~.actions li:first-child {
    margin-top: -56px
}

.multi-action .action-button.active~.actions li:nth-child(2) {
    margin-top: -104px
}

.multi-action .action-button.active~.actions li:nth-child(3) {
    margin-top: -152px
}

.multi-action .action-button.active~.actions li:nth-child(4) {
    margin-top: -200px
}

.multi-action .action-button.active~.actions li:nth-child(5) {
    margin-top: -248px
}

.multi-action .action-button.active~.actions li:nth-child(6) {
    margin-top: -296px
}

.multi-action .action-button.active~.actions li:nth-child(7) {
    margin-top: -344px
}

.multi-action .action-button.active~.actions li:nth-child(8) {
    margin-top: -392px
}

.multi-action .action-button.active~.actions li:nth-child(9) {
    margin-top: -440px
}

.multi-action .action-button.active~.actions li:nth-child(10) {
    margin-top: -488px
}

.multi-action .action-button.active~.actions.drop-bottom li:first-child,
.multi-action .action-button.active~.actions.drop-down li:first-child {
    margin-top: 56px
}

.multi-action .action-button.active~.actions.drop-bottom li:nth-child(2),
.multi-action .action-button.active~.actions.drop-down li:nth-child(2) {
    margin-top: 104px
}

.multi-action .action-button.active~.actions.drop-bottom li:nth-child(3),
.multi-action .action-button.active~.actions.drop-down li:nth-child(3) {
    margin-top: 152px
}

.multi-action .action-button.active~.actions.drop-bottom li:nth-child(4),
.multi-action .action-button.active~.actions.drop-down li:nth-child(4) {
    margin-top: 200px
}

.multi-action .action-button.active~.actions.drop-bottom li:nth-child(5),
.multi-action .action-button.active~.actions.drop-down li:nth-child(5) {
    margin-top: 248px
}

.multi-action .action-button.active~.actions.drop-bottom li:nth-child(6),
.multi-action .action-button.active~.actions.drop-down li:nth-child(6) {
    margin-top: 296px
}

.multi-action .action-button.active~.actions.drop-bottom li:nth-child(7),
.multi-action .action-button.active~.actions.drop-down li:nth-child(7) {
    margin-top: 344px
}

.multi-action .action-button.active~.actions.drop-bottom li:nth-child(8),
.multi-action .action-button.active~.actions.drop-down li:nth-child(8) {
    margin-top: 392px
}

.multi-action .action-button.active~.actions.drop-bottom li:nth-child(9),
.multi-action .action-button.active~.actions.drop-down li:nth-child(9) {
    margin-top: 440px
}

.multi-action .action-button.active~.actions.drop-bottom li:nth-child(10),
.multi-action .action-button.active~.actions.drop-down li:nth-child(10) {
    margin-top: 488px
}

.multi-action .action-button.active~.actions.drop-right li {
    margin-top: 0
}

.multi-action .action-button.active~.actions.drop-right li:first-child {
    margin-left: 56px
}

.multi-action .action-button.active~.actions.drop-right li:nth-child(2) {
    margin-left: 104px
}

.multi-action .action-button.active~.actions.drop-right li:nth-child(3) {
    margin-left: 152px
}

.multi-action .action-button.active~.actions.drop-right li:nth-child(4) {
    margin-left: 200px
}

.multi-action .action-button.active~.actions.drop-right li:nth-child(5) {
    margin-left: 248px
}

.multi-action .action-button.active~.actions.drop-right li:nth-child(6) {
    margin-left: 296px
}

.multi-action .action-button.active~.actions.drop-right li:nth-child(7) {
    margin-left: 344px
}

.multi-action .action-button.active~.actions.drop-right li:nth-child(8) {
    margin-left: 392px
}

.multi-action .action-button.active~.actions.drop-right li:nth-child(9) {
    margin-left: 440px
}

.multi-action .action-button.active~.actions.drop-right li:nth-child(10) {
    margin-left: 488px
}

.multi-action .action-button.active~.actions.drop-left li {
    margin-top: 0
}

.multi-action .action-button.active~.actions.drop-left li:first-child {
    margin-left: -56px
}

.multi-action .action-button.active~.actions.drop-left li:nth-child(2) {
    margin-left: -104px
}

.multi-action .action-button.active~.actions.drop-left li:nth-child(3) {
    margin-left: -152px
}

.multi-action .action-button.active~.actions.drop-left li:nth-child(4) {
    margin-left: -200px
}

.multi-action .action-button.active~.actions.drop-left li:nth-child(5) {
    margin-left: -248px
}

.multi-action .action-button.active~.actions.drop-left li:nth-child(6) {
    margin-left: -296px
}

.multi-action .action-button.active~.actions.drop-left li:nth-child(7) {
    margin-left: -344px
}

.multi-action .action-button.active~.actions.drop-left li:nth-child(8) {
    margin-left: -392px
}

.multi-action .action-button.active~.actions.drop-left li:nth-child(9) {
    margin-left: -440px
}

.multi-action .action-button.active~.actions.drop-left li:nth-child(10) {
    margin-left: -488px
}

.multi-action .action-button .icon {
    -webkit-transition: all .3s;
    transition: all .3s
}

.multi-action .action-button.active.rotate .icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.multi-action .action-button.active.rotate-minus .icon {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.action-button.floating-action-top,
.multi-action.floating-action-top {
    left: 16px;
    position: fixed;
    top: 90px;
    z-index: 1080
}

.action-button.floating-action-bottom,
.multi-action.floating-action-bottom {
    bottom: 20px;
    position: fixed;
    right: 20px;
    z-index: 1080
}

:root {
    --button-background: #ebebeb;
    --button-background-hover: #dadada;
    --button-color: #191919;
    --button-border-color: #ebebeb;
    --button-border-radius: 0
}

.dark-side {
    --button-background: #2b2d30;
    --button-background-hover: #333439;
    --button-color: #f3fcff;
    --button-border-color: #4e5157
}

.button,
.flat-button {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: var(--button-background);
    border: 1px solid var(--button-border-color);
    border-radius: var(--button-border-radius);
    color: var(--button-color);
    cursor: pointer;
    display: -webkit-inline-box;
    display: inline-flex;
    font-size: .875rem;
    font-weight: 400;
    height: 36px;
    justify-content: center;
    outline: none;
    overflow: visible;
    padding: 0 .75rem;
    position: relative;
    text-align: center;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.button *+*,
.flat-button *+* {
    margin-left: 8px
}

.button.disabled,
.button:disabled,
.flat-button.disabled,
.flat-button:disabled {
    opacity: .65;
    pointer-events: none
}

.button img,
.flat-button img {
    height: 1rem
}

.button.focus,
.button:active,
.button:focus {
    text-decoration: none
}

.button:hover {
    background-color: var(--button-background-hover)
}

.button.link,
.button.link:hover {
    background-color: initial
}

.button.link:hover {
    text-decoration: underline
}

.button.link.focus,
.button.link:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.button.mini {
    font-size: .625rem;
    height: 20px;
    line-height: 20px;
    padding: 0 .5rem
}

.button.mini img {
    height: .625rem
}

.button.small {
    font-size: .75rem;
    height: 26px;
    line-height: 26px;
    padding: 0 .6rem
}

.button.small img {
    height: .75rem
}

.button.large {
    font-size: 1.375rem;
    height: 53px;
    line-height: 53px;
    padding: 0 1rem
}

.button.large img {
    height: 1.375rem
}

.button.cycle,
.button.square {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    height: 2.25rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 2.25rem
}

.button.cycle.mini,
.button.square.mini {
    height: 1.25rem;
    width: 1.25rem
}

.button.cycle.small,
.button.square.small {
    height: 1.625rem;
    width: 1.625rem
}

.button.cycle.large,
.button.square.large {
    height: 3.3125rem;
    width: 3.3125rem
}

.button.cycle {
    border-radius: 50%
}

.button.cycle.dropdown-toggle:before,
.button.square.dropdown-toggle:before {
    display: none
}

.button.dropdown-toggle.no-marker {
    padding-right: .75rem !important
}

.button.outline {
    background: transparent none;
    border-color: var(--button-border-color);
    border-width: 1px
}

a.button,
a.flat-button {
    -webkit-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--button-color);
    text-decoration: none
}

input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: var(--button-background);
    border: 1px solid var(--button-border-color);
    border-radius: var(--button-border-radius);
    color: var(--button-color);
    cursor: pointer;
    display: -webkit-inline-box;
    display: inline-flex;
    font-size: .875rem;
    font-weight: 400;
    height: 36px;
    justify-content: center;
    outline: none;
    overflow: visible;
    padding: 0 .75rem;
    position: relative;
    text-align: center;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

input[type=button] *+*,
input[type=reset] *+*,
input[type=submit] *+* {
    margin-left: 8px
}

input[type=button].disabled,
input[type=button]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=submit].disabled,
input[type=submit]:disabled {
    opacity: .65;
    pointer-events: none
}

input[type=button] img,
input[type=reset] img,
input[type=submit] img {
    height: 1rem
}

input[type=button].focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset].focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit].focus,
input[type=submit]:active,
input[type=submit]:focus {
    text-decoration: none
}

input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background-color: var(--button-background-hover)
}

input[type=button].link,
input[type=reset].link,
input[type=submit].link {
    background-color: initial
}

input[type=button].link:hover,
input[type=reset].link:hover,
input[type=submit].link:hover {
    background-color: initial;
    text-decoration: underline
}

input[type=button].link.focus,
input[type=button].link:focus,
input[type=reset].link.focus,
input[type=reset].link:focus,
input[type=submit].link.focus,
input[type=submit].link:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

input[type=button].mini,
input[type=reset].mini,
input[type=submit].mini {
    font-size: .625rem;
    height: 20px;
    line-height: 20px;
    padding: 0 .5rem
}

input[type=button].mini img,
input[type=reset].mini img,
input[type=submit].mini img {
    height: .625rem
}

input[type=button].small,
input[type=reset].small,
input[type=submit].small {
    font-size: .75rem;
    height: 26px;
    line-height: 26px;
    padding: 0 .6rem
}

input[type=button].small img,
input[type=reset].small img,
input[type=submit].small img {
    height: .75rem
}

input[type=button].large,
input[type=reset].large,
input[type=submit].large {
    font-size: 1.375rem;
    height: 53px;
    line-height: 53px;
    padding: 0 1rem
}

input[type=button].large img,
input[type=reset].large img,
input[type=submit].large img {
    height: 1.375rem
}

input[type=button].cycle,
input[type=button].square,
input[type=reset].cycle,
input[type=reset].square,
input[type=submit].cycle,
input[type=submit].square {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    height: 2.25rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 2.25rem
}

input[type=button].cycle.mini,
input[type=button].square.mini,
input[type=reset].cycle.mini,
input[type=reset].square.mini,
input[type=submit].cycle.mini,
input[type=submit].square.mini {
    height: 1.25rem;
    width: 1.25rem
}

input[type=button].cycle.small,
input[type=button].square.small,
input[type=reset].cycle.small,
input[type=reset].square.small,
input[type=submit].cycle.small,
input[type=submit].square.small {
    height: 1.625rem;
    width: 1.625rem
}

input[type=button].cycle.large,
input[type=button].square.large,
input[type=reset].cycle.large,
input[type=reset].square.large,
input[type=submit].cycle.large,
input[type=submit].square.large {
    height: 3.3125rem;
    width: 3.3125rem
}

input[type=button].cycle,
input[type=reset].cycle,
input[type=submit].cycle {
    border-radius: 50%
}

input[type=button].cycle.dropdown-toggle:before,
input[type=button].square.dropdown-toggle:before,
input[type=reset].cycle.dropdown-toggle:before,
input[type=reset].square.dropdown-toggle:before,
input[type=submit].cycle.dropdown-toggle:before,
input[type=submit].square.dropdown-toggle:before {
    display: none
}

input[type=button].dropdown-toggle.no-marker,
input[type=reset].dropdown-toggle.no-marker,
input[type=submit].dropdown-toggle.no-marker {
    padding-right: .75rem !important
}

input[type=button].outline,
input[type=reset].outline,
input[type=submit].outline {
    background: transparent none;
    border-color: var(--button-border-color);
    border-width: 1px
}

input[type=button] .load-marker,
input[type=reset] .load-marker,
input[type=submit] .load-marker {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

input[type=button] .load-caption,
input[type=reset] .load-caption,
input[type=submit] .load-caption {
    margin-left: -16px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

input[type=button].loading .load-marker,
input[type=reset].loading .load-marker,
input[type=submit].loading .load-marker {
    -webkit-animation: spin-loader 1.5s linear infinite;
    animation: spin-loader 1.5s linear infinite;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

input[type=button].loading .load-caption,
input[type=reset].loading .load-caption,
input[type=submit].loading .load-caption {
    margin-left: .5rem
}

.button .load-marker {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.button .load-caption,
.button .load-marker {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.button .load-caption {
    margin-left: -16px
}

.button.loading .load-marker {
    -webkit-animation: spin-loader 1.5s linear infinite;
    animation: spin-loader 1.5s linear infinite;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.button.loading .load-caption {
    margin-left: .5rem
}

.button.flat,
.flat-button {
    background-color: initial;
    border-color: transparent;
    min-width: 64px
}

.button.flat:hover,
.flat-button:hover {
    background-color: var(--button-background);
    border-color: var(--button-background)
}

@-webkit-keyframes spin-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

:root {
    --color-dark: #1d1d1d;
    --color-light: #f8f8f8;
    --color-gray: #bebebe;
    --color-grayBlue: #607d8b;
    --color-grayWhite: #f5f5f5;
    --color-grayMouse: #455a64;
    --color-lime: #a4c400;
    --color-green: #60a917;
    --color-emerald: #008a00;
    --color-blue: #00aff0;
    --color-teal: #00aba9;
    --color-cyan: #1fb1f8;
    --color-cobalt: #0050ef;
    --color-indigo: #6a00ff;
    --color-violet: #a0f;
    --color-pink: #dc4fad;
    --color-magenta: #d80073;
    --color-crimson: #a20025;
    --color-red: #ce352c;
    --color-orange: #fa6800;
    --color-amber: #f0a30a;
    --color-yellow: #fff000;
    --color-brown: #825a2c;
    --color-olive: #6d8764;
    --color-steel: #647687;
    --color-mauve: #76608a;
    --color-taupe: #87794e;
    --color-dark-lime: #647800;
    --color-dark-green: #3a660e;
    --color-dark-emerald: #003d00;
    --color-dark-blue: #0077a3;
    --color-dark-teal: #005e5d;
    --color-dark-cyan: #0686c4;
    --color-dark-cobalt: #0036a3;
    --color-dark-indigo: #4a00b3;
    --color-dark-violet: #7700b3;
    --color-dark-pink: #ba2588;
    --color-dark-magenta: #8c004a;
    --color-dark-crimson: #560014;
    --color-dark-red: #8f251f;
    --color-dark-orange: #ae4800;
    --color-dark-amber: #a77107;
    --color-dark-yellow: #b3a800;
    --color-dark-brown: #493219;
    --color-dark-olive: #4a5b43;
    --color-dark-steel: #43505b;
    --color-dark-mauve: #4f415d;
    --color-dark-taupe: #574e32;
    --color-light-lime: #d8ff12;
    --color-light-green: #86e22a;
    --color-light-emerald: #00d600;
    --color-light-blue: #3ecbff;
    --color-light-teal: #00f7f5;
    --color-light-cyan: #69cbfa;
    --color-light-cobalt: #3d7eff;
    --color-light-indigo: #974dff;
    --color-light-violet: #c44dff;
    --color-light-pink: #e98fcb;
    --color-light-magenta: #ff2599;
    --color-light-crimson: #ef0036;
    --color-light-red: #df6e68;
    --color-light-orange: #ff9447;
    --color-light-amber: #f8bf4f;
    --color-light-yellow: #fff44d;
    --color-light-brown: #bb823f;
    --color-light-olive: #95ab8d;
    --color-light-steel: #8d9cab;
    --color-light-mauve: #9c89ad;
    --color-light-taupe: #aea073;
    --color-hover-default: rgba(29, 29, 29, .1);
    --color-success: green;
    --color-alert: #c10000;
    --color-warning: orange;
    --color-info: #468cff
}

.bg-transparent {
    background-color: initial !important
}

.bg-hover:hover {
    background-color: rgba(29, 29, 29, .1) !important
}

.bg-hover2:hover {
    background-color: rgba(29, 29, 29, .5) !important
}

.bg-hover-light:hover {
    background-color: hsla(0, 0%, 100%, .01) !important
}

.bg-hover-light1:hover {
    background-color: hsla(0, 0%, 100%, .1) !important
}

.bg-hover-light2:hover {
    background-color: hsla(0, 0%, 100%, .2) !important
}

.bg-hover-light3:hover {
    background-color: hsla(0, 0%, 100%, .3) !important
}

.bg-facebook {
    background-color: #4267b2 !important
}

.bg-twitter {
    background-color: #1da1f2 !important
}

.bg-github {
    background-color: #24292e !important
}

.bg-bootstrap {
    background-color: #563d7c !important
}

.bg-gitlab {
    background-color: #e65328 !important
}

.bg-amazon {
    background-color: #232f3e !important
}

.bg-black,
.bg-black-active:active,
.bg-black-focus:focus,
.bg-black-hover:hover {
    background-color: #000 !important
}

.bg-white,
.bg-white-active:active,
.bg-white-focus:focus,
.bg-white-hover:hover {
    background-color: #fff !important
}

.bg-dark,
.bg-dark-active:active,
.bg-dark-focus:focus,
.bg-dark-hover:hover {
    background-color: #1d1d1d !important
}

.bg-light,
.bg-light-active:active,
.bg-light-focus:focus,
.bg-light-hover:hover {
    background-color: #f8f8f8 !important
}

.bg-grayBlue,
.bg-grayBlue-active:active,
.bg-grayBlue-focus:focus,
.bg-grayBlue-hover:hover {
    background-color: #607d8b !important
}

.bg-grayWhite,
.bg-grayWhite-active:active,
.bg-grayWhite-focus:focus,
.bg-grayWhite-hover:hover {
    background-color: #f5f5f5 !important
}

.bg-grayMouse,
.bg-grayMouse-active:active,
.bg-grayMouse-focus:focus,
.bg-grayMouse-hover:hover {
    background-color: #455a64 !important
}

.bg-brandColor1,
.bg-brandColor1-active:active,
.bg-brandColor1-focus:focus,
.bg-brandColor1-hover:hover {
    background-color: #2ac4f4 !important
}

.bg-brandColor2,
.bg-brandColor2-active:active,
.bg-brandColor2-focus:focus,
.bg-brandColor2-hover:hover {
    background-color: #004d6f !important
}

.bg-lime,
.bg-lime-active:active,
.bg-lime-focus:focus,
.bg-lime-hover:hover {
    background-color: #a4c400 !important
}

.bg-green,
.bg-green-active:active,
.bg-green-focus:focus,
.bg-green-hover:hover {
    background-color: #60a917 !important
}

.bg-emerald,
.bg-emerald-active:active,
.bg-emerald-focus:focus,
.bg-emerald-hover:hover {
    background-color: #008a00 !important
}

.bg-blue,
.bg-blue-active:active,
.bg-blue-focus:focus,
.bg-blue-hover:hover {
    background-color: #00aff0 !important
}

.bg-teal,
.bg-teal-active:active,
.bg-teal-focus:focus,
.bg-teal-hover:hover {
    background-color: #00aba9 !important
}

.bg-cyan,
.bg-cyan-active:active,
.bg-cyan-focus:focus,
.bg-cyan-hover:hover {
    background-color: #1fb1f8 !important
}

.bg-cobalt,
.bg-cobalt-active:active,
.bg-cobalt-focus:focus,
.bg-cobalt-hover:hover {
    background-color: #0050ef !important
}

.bg-indigo,
.bg-indigo-active:active,
.bg-indigo-focus:focus,
.bg-indigo-hover:hover {
    background-color: #6a00ff !important
}

.bg-violet,
.bg-violet-active:active,
.bg-violet-focus:focus,
.bg-violet-hover:hover {
    background-color: #a0f !important
}

.bg-pink,
.bg-pink-active:active,
.bg-pink-focus:focus,
.bg-pink-hover:hover {
    background-color: #dc4fad !important
}

.bg-magenta,
.bg-magenta-active:active,
.bg-magenta-focus:focus,
.bg-magenta-hover:hover {
    background-color: #d80073 !important
}

.bg-crimson,
.bg-crimson-active:active,
.bg-crimson-focus:focus,
.bg-crimson-hover:hover {
    background-color: #a20025 !important
}

.bg-red,
.bg-red-active:active,
.bg-red-focus:focus,
.bg-red-hover:hover {
    background-color: #ce352c !important
}

.bg-orange,
.bg-orange-active:active,
.bg-orange-focus:focus,
.bg-orange-hover:hover {
    background-color: #fa6800 !important
}

.bg-amber,
.bg-amber-active:active,
.bg-amber-focus:focus,
.bg-amber-hover:hover {
    background-color: #f0a30a !important
}

.bg-yellow,
.bg-yellow-active:active,
.bg-yellow-focus:focus,
.bg-yellow-hover:hover {
    background-color: #fff000 !important
}

.bg-brown,
.bg-brown-active:active,
.bg-brown-focus:focus,
.bg-brown-hover:hover {
    background-color: #825a2c !important
}

.bg-olive,
.bg-olive-active:active,
.bg-olive-focus:focus,
.bg-olive-hover:hover {
    background-color: #6d8764 !important
}

.bg-steel,
.bg-steel-active:active,
.bg-steel-focus:focus,
.bg-steel-hover:hover {
    background-color: #647687 !important
}

.bg-mauve,
.bg-mauve-active:active,
.bg-mauve-focus:focus,
.bg-mauve-hover:hover {
    background-color: #76608a !important
}

.bg-taupe,
.bg-taupe-active:active,
.bg-taupe-focus:focus,
.bg-taupe-hover:hover {
    background-color: #87794e !important
}

.bg-gray,
.bg-gray-active:active,
.bg-gray-focus:focus,
.bg-gray-hover:hover {
    background-color: #bebebe !important
}

.bg-lightLime,
.bg-lightLime-active:active,
.bg-lightLime-focus:focus,
.bg-lightLime-hover:hover {
    background-color: #d8ff12 !important
}

.bg-lightGreen,
.bg-lightGreen-active:active,
.bg-lightGreen-focus:focus,
.bg-lightGreen-hover:hover {
    background-color: #86e22a !important
}

.bg-lightEmerald,
.bg-lightEmerald-active:active,
.bg-lightEmerald-focus:focus,
.bg-lightEmerald-hover:hover {
    background-color: #00d600 !important
}

.bg-lightBlue,
.bg-lightBlue-active:active,
.bg-lightBlue-focus:focus,
.bg-lightBlue-hover:hover {
    background-color: #3ecbff !important
}

.bg-lightTeal,
.bg-lightTeal-active:active,
.bg-lightTeal-focus:focus,
.bg-lightTeal-hover:hover {
    background-color: #00f7f5 !important
}

.bg-lightCyan,
.bg-lightCyan-active:active,
.bg-lightCyan-focus:focus,
.bg-lightCyan-hover:hover {
    background-color: #69cbfa !important
}

.bg-lightCobalt,
.bg-lightCobalt-active:active,
.bg-lightCobalt-focus:focus,
.bg-lightCobalt-hover:hover {
    background-color: #3d7eff !important
}

.bg-lightIndigo,
.bg-lightIndigo-active:active,
.bg-lightIndigo-focus:focus,
.bg-lightIndigo-hover:hover {
    background-color: #974dff !important
}

.bg-lightViolet,
.bg-lightViolet-active:active,
.bg-lightViolet-focus:focus,
.bg-lightViolet-hover:hover {
    background-color: #c44dff !important
}

.bg-lightPink,
.bg-lightPink-active:active,
.bg-lightPink-focus:focus,
.bg-lightPink-hover:hover {
    background-color: #e98fcb !important
}

.bg-lightMagenta,
.bg-lightMagenta-active:active,
.bg-lightMagenta-focus:focus,
.bg-lightMagenta-hover:hover {
    background-color: #ff2599 !important
}

.bg-lightCrimson,
.bg-lightCrimson-active:active,
.bg-lightCrimson-focus:focus,
.bg-lightCrimson-hover:hover {
    background-color: #ef0036 !important
}

.bg-lightRed,
.bg-lightRed-active:active,
.bg-lightRed-focus:focus,
.bg-lightRed-hover:hover {
    background-color: #df6e68 !important
}

.bg-lightOrange,
.bg-lightOrange-active:active,
.bg-lightOrange-focus:focus,
.bg-lightOrange-hover:hover {
    background-color: #ff9447 !important
}

.bg-lightAmber,
.bg-lightAmber-active:active,
.bg-lightAmber-focus:focus,
.bg-lightAmber-hover:hover {
    background-color: #f8bf4f !important
}

.bg-lightYellow,
.bg-lightYellow-active:active,
.bg-lightYellow-focus:focus,
.bg-lightYellow-hover:hover {
    background-color: #fff44d !important
}

.bg-lightBrown,
.bg-lightBrown-active:active,
.bg-lightBrown-focus:focus,
.bg-lightBrown-hover:hover {
    background-color: #bb823f !important
}

.bg-lightOlive,
.bg-lightOlive-active:active,
.bg-lightOlive-focus:focus,
.bg-lightOlive-hover:hover {
    background-color: #95ab8d !important
}

.bg-lightSteel,
.bg-lightSteel-active:active,
.bg-lightSteel-focus:focus,
.bg-lightSteel-hover:hover {
    background-color: #8d9cab !important
}

.bg-lightMauve,
.bg-lightMauve-active:active,
.bg-lightMauve-focus:focus,
.bg-lightMauve-hover:hover {
    background-color: #9c89ad !important
}

.bg-lightTaupe,
.bg-lightTaupe-active:active,
.bg-lightTaupe-focus:focus,
.bg-lightTaupe-hover:hover {
    background-color: #aea073 !important
}

.bg-lightGray,
.bg-lightGray-active:active,
.bg-lightGray-focus:focus,
.bg-lightGray-hover:hover {
    background-color: #e4e4e4 !important
}

.bg-lightGrayBlue,
.bg-lightGrayBlue-active:active,
.bg-lightGrayBlue-focus:focus,
.bg-lightGrayBlue-hover:hover {
    background-color: #8aa2ae !important
}

.bg-darkLime,
.bg-darkLime-active:active,
.bg-darkLime-focus:focus,
.bg-darkLime-hover:hover {
    background-color: #647800 !important
}

.bg-darkGreen,
.bg-darkGreen-active:active,
.bg-darkGreen-focus:focus,
.bg-darkGreen-hover:hover {
    background-color: #3a660e !important
}

.bg-darkEmerald,
.bg-darkEmerald-active:active,
.bg-darkEmerald-focus:focus,
.bg-darkEmerald-hover:hover {
    background-color: #003d00 !important
}

.bg-darkBlue,
.bg-darkBlue-active:active,
.bg-darkBlue-focus:focus,
.bg-darkBlue-hover:hover {
    background-color: #0077a3 !important
}

.bg-darkTeal,
.bg-darkTeal-active:active,
.bg-darkTeal-focus:focus,
.bg-darkTeal-hover:hover {
    background-color: #005e5d !important
}

.bg-darkCyan,
.bg-darkCyan-active:active,
.bg-darkCyan-focus:focus,
.bg-darkCyan-hover:hover {
    background-color: #0686c4 !important
}

.bg-darkCobalt,
.bg-darkCobalt-active:active,
.bg-darkCobalt-focus:focus,
.bg-darkCobalt-hover:hover {
    background-color: #0036a3 !important
}

.bg-darkIndigo,
.bg-darkIndigo-active:active,
.bg-darkIndigo-focus:focus,
.bg-darkIndigo-hover:hover {
    background-color: #4a00b3 !important
}

.bg-darkViolet,
.bg-darkViolet-active:active,
.bg-darkViolet-focus:focus,
.bg-darkViolet-hover:hover {
    background-color: #7700b3 !important
}

.bg-darkPink,
.bg-darkPink-active:active,
.bg-darkPink-focus:focus,
.bg-darkPink-hover:hover {
    background-color: #ba2588 !important
}

.bg-darkMagenta,
.bg-darkMagenta-active:active,
.bg-darkMagenta-focus:focus,
.bg-darkMagenta-hover:hover {
    background-color: #8c004a !important
}

.bg-darkCrimson,
.bg-darkCrimson-active:active,
.bg-darkCrimson-focus:focus,
.bg-darkCrimson-hover:hover {
    background-color: #560014 !important
}

.bg-darkRed,
.bg-darkRed-active:active,
.bg-darkRed-focus:focus,
.bg-darkRed-hover:hover {
    background-color: #8f251f !important
}

.bg-darkOrange,
.bg-darkOrange-active:active,
.bg-darkOrange-focus:focus,
.bg-darkOrange-hover:hover {
    background-color: #ae4800 !important
}

.bg-darkAmber,
.bg-darkAmber-active:active,
.bg-darkAmber-focus:focus,
.bg-darkAmber-hover:hover {
    background-color: #a77107 !important
}

.bg-darkYellow,
.bg-darkYellow-active:active,
.bg-darkYellow-focus:focus,
.bg-darkYellow-hover:hover {
    background-color: #b3a800 !important
}

.bg-darkBrown,
.bg-darkBrown-active:active,
.bg-darkBrown-focus:focus,
.bg-darkBrown-hover:hover {
    background-color: #493219 !important
}

.bg-darkOlive,
.bg-darkOlive-active:active,
.bg-darkOlive-focus:focus,
.bg-darkOlive-hover:hover {
    background-color: #4a5b43 !important
}

.bg-darkSteel,
.bg-darkSteel-active:active,
.bg-darkSteel-focus:focus,
.bg-darkSteel-hover:hover {
    background-color: #43505b !important
}

.bg-darkMauve,
.bg-darkMauve-active:active,
.bg-darkMauve-focus:focus,
.bg-darkMauve-hover:hover {
    background-color: #4f415d !important
}

.bg-darkTaupe,
.bg-darkTaupe-active:active,
.bg-darkTaupe-focus:focus,
.bg-darkTaupe-hover:hover {
    background-color: #574e32 !important
}

.bg-darkGray,
.bg-darkGray-active:active,
.bg-darkGray-focus:focus,
.bg-darkGray-hover:hover {
    background-color: #989898 !important
}

.bg-darkGrayBlue,
.bg-darkGrayBlue-active:active,
.bg-darkGrayBlue-focus:focus,
.bg-darkGrayBlue-hover:hover {
    background-color: #41545e !important
}

.bd-default {
    border-color: var(--border-color) !important
}

.bd-transparent {
    border-color: transparent !important
}

.bd-black,
.bd-black-active:active,
.bd-black-focus:focus,
.bd-black-hover:hover {
    border-color: #000 !important
}

.tg-black:before {
    border-color: #000
}

.bd-white,
.bd-white-active:active,
.bd-white-focus:focus,
.bd-white-hover:hover {
    border-color: #fff !important
}

.tg-white:before {
    border-color: #fff
}

.bd-dark,
.bd-dark-active:active,
.bd-dark-focus:focus,
.bd-dark-hover:hover {
    border-color: #1d1d1d !important
}

.tg-dark:before {
    border-color: #1d1d1d
}

.bd-light,
.bd-light-active:active,
.bd-light-focus:focus,
.bd-light-hover:hover {
    border-color: #f8f8f8 !important
}

.tg-light:before {
    border-color: #f8f8f8
}

.bd-grayBlue,
.bd-grayBlue-active:active,
.bd-grayBlue-focus:focus,
.bd-grayBlue-hover:hover {
    border-color: #607d8b !important
}

.tg-grayBlue:before {
    border-color: #607d8b
}

.bd-grayWhite,
.bd-grayWhite-active:active,
.bd-grayWhite-focus:focus,
.bd-grayWhite-hover:hover {
    border-color: #f5f5f5 !important
}

.tg-grayWhite:before {
    border-color: #f5f5f5
}

.bd-grayMouse,
.bd-grayMouse-active:active,
.bd-grayMouse-focus:focus,
.bd-grayMouse-hover:hover {
    border-color: #455a64 !important
}

.tg-grayMouse:before {
    border-color: #455a64
}

.bd-brandColor1,
.bd-brandColor1-active:active,
.bd-brandColor1-focus:focus,
.bd-brandColor1-hover:hover {
    border-color: #2ac4f4 !important
}

.tg-brandColor1:before {
    border-color: #2ac4f4
}

.bd-brandColor2,
.bd-brandColor2-active:active,
.bd-brandColor2-focus:focus,
.bd-brandColor2-hover:hover {
    border-color: #004d6f !important
}

.tg-brandColor2:before {
    border-color: #004d6f
}

.bd-lime,
.bd-lime-active:active,
.bd-lime-focus:focus,
.bd-lime-hover:hover {
    border-color: #a4c400 !important
}

.tg-lime:before {
    border-color: #a4c400
}

.bd-green,
.bd-green-active:active,
.bd-green-focus:focus,
.bd-green-hover:hover {
    border-color: #60a917 !important
}

.tg-green:before {
    border-color: #60a917
}

.bd-emerald,
.bd-emerald-active:active,
.bd-emerald-focus:focus,
.bd-emerald-hover:hover {
    border-color: #008a00 !important
}

.tg-emerald:before {
    border-color: #008a00
}

.bd-blue,
.bd-blue-active:active,
.bd-blue-focus:focus,
.bd-blue-hover:hover {
    border-color: #00aff0 !important
}

.tg-blue:before {
    border-color: #00aff0
}

.bd-teal,
.bd-teal-active:active,
.bd-teal-focus:focus,
.bd-teal-hover:hover {
    border-color: #00aba9 !important
}

.tg-teal:before {
    border-color: #00aba9
}

.bd-cyan,
.bd-cyan-active:active,
.bd-cyan-focus:focus,
.bd-cyan-hover:hover {
    border-color: #1fb1f8 !important
}

.tg-cyan:before {
    border-color: #1fb1f8
}

.bd-cobalt,
.bd-cobalt-active:active,
.bd-cobalt-focus:focus,
.bd-cobalt-hover:hover {
    border-color: #0050ef !important
}

.tg-cobalt:before {
    border-color: #0050ef
}

.bd-indigo,
.bd-indigo-active:active,
.bd-indigo-focus:focus,
.bd-indigo-hover:hover {
    border-color: #6a00ff !important
}

.tg-indigo:before {
    border-color: #6a00ff
}

.bd-violet,
.bd-violet-active:active,
.bd-violet-focus:focus,
.bd-violet-hover:hover {
    border-color: #a0f !important
}

.tg-violet:before {
    border-color: #a0f
}

.bd-pink,
.bd-pink-active:active,
.bd-pink-focus:focus,
.bd-pink-hover:hover {
    border-color: #dc4fad !important
}

.tg-pink:before {
    border-color: #dc4fad
}

.bd-magenta,
.bd-magenta-active:active,
.bd-magenta-focus:focus,
.bd-magenta-hover:hover {
    border-color: #d80073 !important
}

.tg-magenta:before {
    border-color: #d80073
}

.bd-crimson,
.bd-crimson-active:active,
.bd-crimson-focus:focus,
.bd-crimson-hover:hover {
    border-color: #a20025 !important
}

.tg-crimson:before {
    border-color: #a20025
}

.bd-red,
.bd-red-active:active,
.bd-red-focus:focus,
.bd-red-hover:hover {
    border-color: #ce352c !important
}

.tg-red:before {
    border-color: #ce352c
}

.bd-orange,
.bd-orange-active:active,
.bd-orange-focus:focus,
.bd-orange-hover:hover {
    border-color: #fa6800 !important
}

.tg-orange:before {
    border-color: #fa6800
}

.bd-amber,
.bd-amber-active:active,
.bd-amber-focus:focus,
.bd-amber-hover:hover {
    border-color: #f0a30a !important
}

.tg-amber:before {
    border-color: #f0a30a
}

.bd-yellow,
.bd-yellow-active:active,
.bd-yellow-focus:focus,
.bd-yellow-hover:hover {
    border-color: #fff000 !important
}

.tg-yellow:before {
    border-color: #fff000
}

.bd-brown,
.bd-brown-active:active,
.bd-brown-focus:focus,
.bd-brown-hover:hover {
    border-color: #825a2c !important
}

.tg-brown:before {
    border-color: #825a2c
}

.bd-olive,
.bd-olive-active:active,
.bd-olive-focus:focus,
.bd-olive-hover:hover {
    border-color: #6d8764 !important
}

.tg-olive:before {
    border-color: #6d8764
}

.bd-steel,
.bd-steel-active:active,
.bd-steel-focus:focus,
.bd-steel-hover:hover {
    border-color: #647687 !important
}

.tg-steel:before {
    border-color: #647687
}

.bd-mauve,
.bd-mauve-active:active,
.bd-mauve-focus:focus,
.bd-mauve-hover:hover {
    border-color: #76608a !important
}

.tg-mauve:before {
    border-color: #76608a
}

.bd-taupe,
.bd-taupe-active:active,
.bd-taupe-focus:focus,
.bd-taupe-hover:hover {
    border-color: #87794e !important
}

.tg-taupe:before {
    border-color: #87794e
}

.bd-gray,
.bd-gray-active:active,
.bd-gray-focus:focus,
.bd-gray-hover:hover {
    border-color: #bebebe !important
}

.tg-gray:before {
    border-color: #bebebe
}

.bd-lightLime,
.bd-lightLime-active:active,
.bd-lightLime-focus:focus,
.bd-lightLime-hover:hover {
    border-color: #d8ff12 !important
}

.tg-lightLime:before {
    border-color: #d8ff12
}

.bd-lightGreen,
.bd-lightGreen-active:active,
.bd-lightGreen-focus:focus,
.bd-lightGreen-hover:hover {
    border-color: #86e22a !important
}

.tg-lightGreen:before {
    border-color: #86e22a
}

.bd-lightEmerald,
.bd-lightEmerald-active:active,
.bd-lightEmerald-focus:focus,
.bd-lightEmerald-hover:hover {
    border-color: #00d600 !important
}

.tg-lightEmerald:before {
    border-color: #00d600
}

.bd-lightBlue,
.bd-lightBlue-active:active,
.bd-lightBlue-focus:focus,
.bd-lightBlue-hover:hover {
    border-color: #3ecbff !important
}

.tg-lightBlue:before {
    border-color: #3ecbff
}

.bd-lightTeal,
.bd-lightTeal-active:active,
.bd-lightTeal-focus:focus,
.bd-lightTeal-hover:hover {
    border-color: #00f7f5 !important
}

.tg-lightTeal:before {
    border-color: #00f7f5
}

.bd-lightCyan,
.bd-lightCyan-active:active,
.bd-lightCyan-focus:focus,
.bd-lightCyan-hover:hover {
    border-color: #69cbfa !important
}

.tg-lightCyan:before {
    border-color: #69cbfa
}

.bd-lightCobalt,
.bd-lightCobalt-active:active,
.bd-lightCobalt-focus:focus,
.bd-lightCobalt-hover:hover {
    border-color: #3d7eff !important
}

.tg-lightCobalt:before {
    border-color: #3d7eff
}

.bd-lightIndigo,
.bd-lightIndigo-active:active,
.bd-lightIndigo-focus:focus,
.bd-lightIndigo-hover:hover {
    border-color: #974dff !important
}

.tg-lightIndigo:before {
    border-color: #974dff
}

.bd-lightViolet,
.bd-lightViolet-active:active,
.bd-lightViolet-focus:focus,
.bd-lightViolet-hover:hover {
    border-color: #c44dff !important
}

.tg-lightViolet:before {
    border-color: #c44dff
}

.bd-lightPink,
.bd-lightPink-active:active,
.bd-lightPink-focus:focus,
.bd-lightPink-hover:hover {
    border-color: #e98fcb !important
}

.tg-lightPink:before {
    border-color: #e98fcb
}

.bd-lightMagenta,
.bd-lightMagenta-active:active,
.bd-lightMagenta-focus:focus,
.bd-lightMagenta-hover:hover {
    border-color: #ff2599 !important
}

.tg-lightMagenta:before {
    border-color: #ff2599
}

.bd-lightCrimson,
.bd-lightCrimson-active:active,
.bd-lightCrimson-focus:focus,
.bd-lightCrimson-hover:hover {
    border-color: #ef0036 !important
}

.tg-lightCrimson:before {
    border-color: #ef0036
}

.bd-lightRed,
.bd-lightRed-active:active,
.bd-lightRed-focus:focus,
.bd-lightRed-hover:hover {
    border-color: #df6e68 !important
}

.tg-lightRed:before {
    border-color: #df6e68
}

.bd-lightOrange,
.bd-lightOrange-active:active,
.bd-lightOrange-focus:focus,
.bd-lightOrange-hover:hover {
    border-color: #ff9447 !important
}

.tg-lightOrange:before {
    border-color: #ff9447
}

.bd-lightAmber,
.bd-lightAmber-active:active,
.bd-lightAmber-focus:focus,
.bd-lightAmber-hover:hover {
    border-color: #f8bf4f !important
}

.tg-lightAmber:before {
    border-color: #f8bf4f
}

.bd-lightYellow,
.bd-lightYellow-active:active,
.bd-lightYellow-focus:focus,
.bd-lightYellow-hover:hover {
    border-color: #fff44d !important
}

.tg-lightYellow:before {
    border-color: #fff44d
}

.bd-lightBrown,
.bd-lightBrown-active:active,
.bd-lightBrown-focus:focus,
.bd-lightBrown-hover:hover {
    border-color: #bb823f !important
}

.tg-lightBrown:before {
    border-color: #bb823f
}

.bd-lightOlive,
.bd-lightOlive-active:active,
.bd-lightOlive-focus:focus,
.bd-lightOlive-hover:hover {
    border-color: #95ab8d !important
}

.tg-lightOlive:before {
    border-color: #95ab8d
}

.bd-lightSteel,
.bd-lightSteel-active:active,
.bd-lightSteel-focus:focus,
.bd-lightSteel-hover:hover {
    border-color: #8d9cab !important
}

.tg-lightSteel:before {
    border-color: #8d9cab
}

.bd-lightMauve,
.bd-lightMauve-active:active,
.bd-lightMauve-focus:focus,
.bd-lightMauve-hover:hover {
    border-color: #9c89ad !important
}

.tg-lightMauve:before {
    border-color: #9c89ad
}

.bd-lightTaupe,
.bd-lightTaupe-active:active,
.bd-lightTaupe-focus:focus,
.bd-lightTaupe-hover:hover {
    border-color: #aea073 !important
}

.tg-lightTaupe:before {
    border-color: #aea073
}

.bd-lightGray,
.bd-lightGray-active:active,
.bd-lightGray-focus:focus,
.bd-lightGray-hover:hover {
    border-color: #e4e4e4 !important
}

.tg-lightGray:before {
    border-color: #e4e4e4
}

.bd-lightGrayBlue,
.bd-lightGrayBlue-active:active,
.bd-lightGrayBlue-focus:focus,
.bd-lightGrayBlue-hover:hover {
    border-color: #8aa2ae !important
}

.tg-lightGrayBlue:before {
    border-color: #8aa2ae
}

.bd-darkLime,
.bd-darkLime-active:active,
.bd-darkLime-focus:focus,
.bd-darkLime-hover:hover {
    border-color: #647800 !important
}

.tg-darkLime:before {
    border-color: #647800
}

.bd-darkGreen,
.bd-darkGreen-active:active,
.bd-darkGreen-focus:focus,
.bd-darkGreen-hover:hover {
    border-color: #3a660e !important
}

.tg-darkGreen:before {
    border-color: #3a660e
}

.bd-darkEmerald,
.bd-darkEmerald-active:active,
.bd-darkEmerald-focus:focus,
.bd-darkEmerald-hover:hover {
    border-color: #003d00 !important
}

.tg-darkEmerald:before {
    border-color: #003d00
}

.bd-darkBlue,
.bd-darkBlue-active:active,
.bd-darkBlue-focus:focus,
.bd-darkBlue-hover:hover {
    border-color: #0077a3 !important
}

.tg-darkBlue:before {
    border-color: #0077a3
}

.bd-darkTeal,
.bd-darkTeal-active:active,
.bd-darkTeal-focus:focus,
.bd-darkTeal-hover:hover {
    border-color: #005e5d !important
}

.tg-darkTeal:before {
    border-color: #005e5d
}

.bd-darkCyan,
.bd-darkCyan-active:active,
.bd-darkCyan-focus:focus,
.bd-darkCyan-hover:hover {
    border-color: #0686c4 !important
}

.tg-darkCyan:before {
    border-color: #0686c4
}

.bd-darkCobalt,
.bd-darkCobalt-active:active,
.bd-darkCobalt-focus:focus,
.bd-darkCobalt-hover:hover {
    border-color: #0036a3 !important
}

.tg-darkCobalt:before {
    border-color: #0036a3
}

.bd-darkIndigo,
.bd-darkIndigo-active:active,
.bd-darkIndigo-focus:focus,
.bd-darkIndigo-hover:hover {
    border-color: #4a00b3 !important
}

.tg-darkIndigo:before {
    border-color: #4a00b3
}

.bd-darkViolet,
.bd-darkViolet-active:active,
.bd-darkViolet-focus:focus,
.bd-darkViolet-hover:hover {
    border-color: #7700b3 !important
}

.tg-darkViolet:before {
    border-color: #7700b3
}

.bd-darkPink,
.bd-darkPink-active:active,
.bd-darkPink-focus:focus,
.bd-darkPink-hover:hover {
    border-color: #ba2588 !important
}

.tg-darkPink:before {
    border-color: #ba2588
}

.bd-darkMagenta,
.bd-darkMagenta-active:active,
.bd-darkMagenta-focus:focus,
.bd-darkMagenta-hover:hover {
    border-color: #8c004a !important
}

.tg-darkMagenta:before {
    border-color: #8c004a
}

.bd-darkCrimson,
.bd-darkCrimson-active:active,
.bd-darkCrimson-focus:focus,
.bd-darkCrimson-hover:hover {
    border-color: #560014 !important
}

.tg-darkCrimson:before {
    border-color: #560014
}

.bd-darkRed,
.bd-darkRed-active:active,
.bd-darkRed-focus:focus,
.bd-darkRed-hover:hover {
    border-color: #8f251f !important
}

.tg-darkRed:before {
    border-color: #8f251f
}

.bd-darkOrange,
.bd-darkOrange-active:active,
.bd-darkOrange-focus:focus,
.bd-darkOrange-hover:hover {
    border-color: #ae4800 !important
}

.tg-darkOrange:before {
    border-color: #ae4800
}

.bd-darkAmber,
.bd-darkAmber-active:active,
.bd-darkAmber-focus:focus,
.bd-darkAmber-hover:hover {
    border-color: #a77107 !important
}

.tg-darkAmber:before {
    border-color: #a77107
}

.bd-darkYellow,
.bd-darkYellow-active:active,
.bd-darkYellow-focus:focus,
.bd-darkYellow-hover:hover {
    border-color: #b3a800 !important
}

.tg-darkYellow:before {
    border-color: #b3a800
}

.bd-darkBrown,
.bd-darkBrown-active:active,
.bd-darkBrown-focus:focus,
.bd-darkBrown-hover:hover {
    border-color: #493219 !important
}

.tg-darkBrown:before {
    border-color: #493219
}

.bd-darkOlive,
.bd-darkOlive-active:active,
.bd-darkOlive-focus:focus,
.bd-darkOlive-hover:hover {
    border-color: #4a5b43 !important
}

.tg-darkOlive:before {
    border-color: #4a5b43
}

.bd-darkSteel,
.bd-darkSteel-active:active,
.bd-darkSteel-focus:focus,
.bd-darkSteel-hover:hover {
    border-color: #43505b !important
}

.tg-darkSteel:before {
    border-color: #43505b
}

.bd-darkMauve,
.bd-darkMauve-active:active,
.bd-darkMauve-focus:focus,
.bd-darkMauve-hover:hover {
    border-color: #4f415d !important
}

.tg-darkMauve:before {
    border-color: #4f415d
}

.bd-darkTaupe,
.bd-darkTaupe-active:active,
.bd-darkTaupe-focus:focus,
.bd-darkTaupe-hover:hover {
    border-color: #574e32 !important
}

.tg-darkTaupe:before {
    border-color: #574e32
}

.bd-darkGray,
.bd-darkGray-active:active,
.bd-darkGray-focus:focus,
.bd-darkGray-hover:hover {
    border-color: #989898 !important
}

.tg-darkGray:before {
    border-color: #989898
}

.bd-darkGrayBlue,
.bd-darkGrayBlue-active:active,
.bd-darkGrayBlue-focus:focus,
.bd-darkGrayBlue-hover:hover {
    border-color: #41545e !important
}

.tg-darkGrayBlue:before {
    border-color: #41545e
}

.fc-black,
.fc-black-active:active,
.fc-black-focus:focus,
.fc-black-hover:hover {
    fill: #000 !important
}

.fc-white,
.fc-white-active:active,
.fc-white-focus:focus,
.fc-white-hover:hover {
    fill: #fff !important
}

.fc-dark,
.fc-dark-active:active,
.fc-dark-focus:focus,
.fc-dark-hover:hover {
    fill: #1d1d1d !important
}

.fc-light,
.fc-light-active:active,
.fc-light-focus:focus,
.fc-light-hover:hover {
    fill: #f8f8f8 !important
}

.fc-grayBlue,
.fc-grayBlue-active:active,
.fc-grayBlue-focus:focus,
.fc-grayBlue-hover:hover {
    fill: #607d8b !important
}

.fc-grayWhite,
.fc-grayWhite-active:active,
.fc-grayWhite-focus:focus,
.fc-grayWhite-hover:hover {
    fill: #f5f5f5 !important
}

.fc-grayMouse,
.fc-grayMouse-active:active,
.fc-grayMouse-focus:focus,
.fc-grayMouse-hover:hover {
    fill: #455a64 !important
}

.fc-brandColor1,
.fc-brandColor1-active:active,
.fc-brandColor1-focus:focus,
.fc-brandColor1-hover:hover {
    fill: #2ac4f4 !important
}

.fc-brandColor2,
.fc-brandColor2-active:active,
.fc-brandColor2-focus:focus,
.fc-brandColor2-hover:hover {
    fill: #004d6f !important
}

.fc-lime,
.fc-lime-active:active,
.fc-lime-focus:focus,
.fc-lime-hover:hover {
    fill: #a4c400 !important
}

.fc-green,
.fc-green-active:active,
.fc-green-focus:focus,
.fc-green-hover:hover {
    fill: #60a917 !important
}

.fc-emerald,
.fc-emerald-active:active,
.fc-emerald-focus:focus,
.fc-emerald-hover:hover {
    fill: #008a00 !important
}

.fc-blue,
.fc-blue-active:active,
.fc-blue-focus:focus,
.fc-blue-hover:hover {
    fill: #00aff0 !important
}

.fc-teal,
.fc-teal-active:active,
.fc-teal-focus:focus,
.fc-teal-hover:hover {
    fill: #00aba9 !important
}

.fc-cyan,
.fc-cyan-active:active,
.fc-cyan-focus:focus,
.fc-cyan-hover:hover {
    fill: #1fb1f8 !important
}

.fc-cobalt,
.fc-cobalt-active:active,
.fc-cobalt-focus:focus,
.fc-cobalt-hover:hover {
    fill: #0050ef !important
}

.fc-indigo,
.fc-indigo-active:active,
.fc-indigo-focus:focus,
.fc-indigo-hover:hover {
    fill: #6a00ff !important
}

.fc-violet,
.fc-violet-active:active,
.fc-violet-focus:focus,
.fc-violet-hover:hover {
    fill: #a0f !important
}

.fc-pink,
.fc-pink-active:active,
.fc-pink-focus:focus,
.fc-pink-hover:hover {
    fill: #dc4fad !important
}

.fc-magenta,
.fc-magenta-active:active,
.fc-magenta-focus:focus,
.fc-magenta-hover:hover {
    fill: #d80073 !important
}

.fc-crimson,
.fc-crimson-active:active,
.fc-crimson-focus:focus,
.fc-crimson-hover:hover {
    fill: #a20025 !important
}

.fc-red,
.fc-red-active:active,
.fc-red-focus:focus,
.fc-red-hover:hover {
    fill: #ce352c !important
}

.fc-orange,
.fc-orange-active:active,
.fc-orange-focus:focus,
.fc-orange-hover:hover {
    fill: #fa6800 !important
}

.fc-amber,
.fc-amber-active:active,
.fc-amber-focus:focus,
.fc-amber-hover:hover {
    fill: #f0a30a !important
}

.fc-yellow,
.fc-yellow-active:active,
.fc-yellow-focus:focus,
.fc-yellow-hover:hover {
    fill: #fff000 !important
}

.fc-brown,
.fc-brown-active:active,
.fc-brown-focus:focus,
.fc-brown-hover:hover {
    fill: #825a2c !important
}

.fc-olive,
.fc-olive-active:active,
.fc-olive-focus:focus,
.fc-olive-hover:hover {
    fill: #6d8764 !important
}

.fc-steel,
.fc-steel-active:active,
.fc-steel-focus:focus,
.fc-steel-hover:hover {
    fill: #647687 !important
}

.fc-mauve,
.fc-mauve-active:active,
.fc-mauve-focus:focus,
.fc-mauve-hover:hover {
    fill: #76608a !important
}

.fc-taupe,
.fc-taupe-active:active,
.fc-taupe-focus:focus,
.fc-taupe-hover:hover {
    fill: #87794e !important
}

.fc-gray,
.fc-gray-active:active,
.fc-gray-focus:focus,
.fc-gray-hover:hover {
    fill: #bebebe !important
}

.fc-lightLime,
.fc-lightLime-active:active,
.fc-lightLime-focus:focus,
.fc-lightLime-hover:hover {
    fill: #d8ff12 !important
}

.fc-lightGreen,
.fc-lightGreen-active:active,
.fc-lightGreen-focus:focus,
.fc-lightGreen-hover:hover {
    fill: #86e22a !important
}

.fc-lightEmerald,
.fc-lightEmerald-active:active,
.fc-lightEmerald-focus:focus,
.fc-lightEmerald-hover:hover {
    fill: #00d600 !important
}

.fc-lightBlue,
.fc-lightBlue-active:active,
.fc-lightBlue-focus:focus,
.fc-lightBlue-hover:hover {
    fill: #3ecbff !important
}

.fc-lightTeal,
.fc-lightTeal-active:active,
.fc-lightTeal-focus:focus,
.fc-lightTeal-hover:hover {
    fill: #00f7f5 !important
}

.fc-lightCyan,
.fc-lightCyan-active:active,
.fc-lightCyan-focus:focus,
.fc-lightCyan-hover:hover {
    fill: #69cbfa !important
}

.fc-lightCobalt,
.fc-lightCobalt-active:active,
.fc-lightCobalt-focus:focus,
.fc-lightCobalt-hover:hover {
    fill: #3d7eff !important
}

.fc-lightIndigo,
.fc-lightIndigo-active:active,
.fc-lightIndigo-focus:focus,
.fc-lightIndigo-hover:hover {
    fill: #974dff !important
}

.fc-lightViolet,
.fc-lightViolet-active:active,
.fc-lightViolet-focus:focus,
.fc-lightViolet-hover:hover {
    fill: #c44dff !important
}

.fc-lightPink,
.fc-lightPink-active:active,
.fc-lightPink-focus:focus,
.fc-lightPink-hover:hover {
    fill: #e98fcb !important
}

.fc-lightMagenta,
.fc-lightMagenta-active:active,
.fc-lightMagenta-focus:focus,
.fc-lightMagenta-hover:hover {
    fill: #ff2599 !important
}

.fc-lightCrimson,
.fc-lightCrimson-active:active,
.fc-lightCrimson-focus:focus,
.fc-lightCrimson-hover:hover {
    fill: #ef0036 !important
}

.fc-lightRed,
.fc-lightRed-active:active,
.fc-lightRed-focus:focus,
.fc-lightRed-hover:hover {
    fill: #df6e68 !important
}

.fc-lightOrange,
.fc-lightOrange-active:active,
.fc-lightOrange-focus:focus,
.fc-lightOrange-hover:hover {
    fill: #ff9447 !important
}

.fc-lightAmber,
.fc-lightAmber-active:active,
.fc-lightAmber-focus:focus,
.fc-lightAmber-hover:hover {
    fill: #f8bf4f !important
}

.fc-lightYellow,
.fc-lightYellow-active:active,
.fc-lightYellow-focus:focus,
.fc-lightYellow-hover:hover {
    fill: #fff44d !important
}

.fc-lightBrown,
.fc-lightBrown-active:active,
.fc-lightBrown-focus:focus,
.fc-lightBrown-hover:hover {
    fill: #bb823f !important
}

.fc-lightOlive,
.fc-lightOlive-active:active,
.fc-lightOlive-focus:focus,
.fc-lightOlive-hover:hover {
    fill: #95ab8d !important
}

.fc-lightSteel,
.fc-lightSteel-active:active,
.fc-lightSteel-focus:focus,
.fc-lightSteel-hover:hover {
    fill: #8d9cab !important
}

.fc-lightMauve,
.fc-lightMauve-active:active,
.fc-lightMauve-focus:focus,
.fc-lightMauve-hover:hover {
    fill: #9c89ad !important
}

.fc-lightTaupe,
.fc-lightTaupe-active:active,
.fc-lightTaupe-focus:focus,
.fc-lightTaupe-hover:hover {
    fill: #aea073 !important
}

.fc-lightGray,
.fc-lightGray-active:active,
.fc-lightGray-focus:focus,
.fc-lightGray-hover:hover {
    fill: #e4e4e4 !important
}

.fc-lightGrayBlue,
.fc-lightGrayBlue-active:active,
.fc-lightGrayBlue-focus:focus,
.fc-lightGrayBlue-hover:hover {
    fill: #8aa2ae !important
}

.fc-darkLime,
.fc-darkLime-active:active,
.fc-darkLime-focus:focus,
.fc-darkLime-hover:hover {
    fill: #647800 !important
}

.fc-darkGreen,
.fc-darkGreen-active:active,
.fc-darkGreen-focus:focus,
.fc-darkGreen-hover:hover {
    fill: #3a660e !important
}

.fc-darkEmerald,
.fc-darkEmerald-active:active,
.fc-darkEmerald-focus:focus,
.fc-darkEmerald-hover:hover {
    fill: #003d00 !important
}

.fc-darkBlue,
.fc-darkBlue-active:active,
.fc-darkBlue-focus:focus,
.fc-darkBlue-hover:hover {
    fill: #0077a3 !important
}

.fc-darkTeal,
.fc-darkTeal-active:active,
.fc-darkTeal-focus:focus,
.fc-darkTeal-hover:hover {
    fill: #005e5d !important
}

.fc-darkCyan,
.fc-darkCyan-active:active,
.fc-darkCyan-focus:focus,
.fc-darkCyan-hover:hover {
    fill: #0686c4 !important
}

.fc-darkCobalt,
.fc-darkCobalt-active:active,
.fc-darkCobalt-focus:focus,
.fc-darkCobalt-hover:hover {
    fill: #0036a3 !important
}

.fc-darkIndigo,
.fc-darkIndigo-active:active,
.fc-darkIndigo-focus:focus,
.fc-darkIndigo-hover:hover {
    fill: #4a00b3 !important
}

.fc-darkViolet,
.fc-darkViolet-active:active,
.fc-darkViolet-focus:focus,
.fc-darkViolet-hover:hover {
    fill: #7700b3 !important
}

.fc-darkPink,
.fc-darkPink-active:active,
.fc-darkPink-focus:focus,
.fc-darkPink-hover:hover {
    fill: #ba2588 !important
}

.fc-darkMagenta,
.fc-darkMagenta-active:active,
.fc-darkMagenta-focus:focus,
.fc-darkMagenta-hover:hover {
    fill: #8c004a !important
}

.fc-darkCrimson,
.fc-darkCrimson-active:active,
.fc-darkCrimson-focus:focus,
.fc-darkCrimson-hover:hover {
    fill: #560014 !important
}

.fc-darkRed,
.fc-darkRed-active:active,
.fc-darkRed-focus:focus,
.fc-darkRed-hover:hover {
    fill: #8f251f !important
}

.fc-darkOrange,
.fc-darkOrange-active:active,
.fc-darkOrange-focus:focus,
.fc-darkOrange-hover:hover {
    fill: #ae4800 !important
}

.fc-darkAmber,
.fc-darkAmber-active:active,
.fc-darkAmber-focus:focus,
.fc-darkAmber-hover:hover {
    fill: #a77107 !important
}

.fc-darkYellow,
.fc-darkYellow-active:active,
.fc-darkYellow-focus:focus,
.fc-darkYellow-hover:hover {
    fill: #b3a800 !important
}

.fc-darkBrown,
.fc-darkBrown-active:active,
.fc-darkBrown-focus:focus,
.fc-darkBrown-hover:hover {
    fill: #493219 !important
}

.fc-darkOlive,
.fc-darkOlive-active:active,
.fc-darkOlive-focus:focus,
.fc-darkOlive-hover:hover {
    fill: #4a5b43 !important
}

.fc-darkSteel,
.fc-darkSteel-active:active,
.fc-darkSteel-focus:focus,
.fc-darkSteel-hover:hover {
    fill: #43505b !important
}

.fc-darkMauve,
.fc-darkMauve-active:active,
.fc-darkMauve-focus:focus,
.fc-darkMauve-hover:hover {
    fill: #4f415d !important
}

.fc-darkTaupe,
.fc-darkTaupe-active:active,
.fc-darkTaupe-focus:focus,
.fc-darkTaupe-hover:hover {
    fill: #574e32 !important
}

.fc-darkGray,
.fc-darkGray-active:active,
.fc-darkGray-focus:focus,
.fc-darkGray-hover:hover {
    fill: #989898 !important
}

.fc-darkGrayBlue,
.fc-darkGrayBlue-active:active,
.fc-darkGrayBlue-focus:focus,
.fc-darkGrayBlue-hover:hover {
    fill: #41545e !important
}

.fg-black,
.fg-black-active:active,
.fg-black-focus:focus,
.fg-black-hover:hover {
    color: #000 !important
}

.fg-white,
.fg-white-active:active,
.fg-white-focus:focus,
.fg-white-hover:hover {
    color: #fff !important
}

.fg-dark,
.fg-dark-active:active,
.fg-dark-focus:focus,
.fg-dark-hover:hover {
    color: #1d1d1d !important
}

.fg-light,
.fg-light-active:active,
.fg-light-focus:focus,
.fg-light-hover:hover {
    color: #f8f8f8 !important
}

.fg-grayBlue,
.fg-grayBlue-active:active,
.fg-grayBlue-focus:focus,
.fg-grayBlue-hover:hover {
    color: #607d8b !important
}

.fg-grayWhite,
.fg-grayWhite-active:active,
.fg-grayWhite-focus:focus,
.fg-grayWhite-hover:hover {
    color: #f5f5f5 !important
}

.fg-grayMouse,
.fg-grayMouse-active:active,
.fg-grayMouse-focus:focus,
.fg-grayMouse-hover:hover {
    color: #455a64 !important
}

.fg-brandColor1,
.fg-brandColor1-active:active,
.fg-brandColor1-focus:focus,
.fg-brandColor1-hover:hover {
    color: #2ac4f4 !important
}

.fg-brandColor2,
.fg-brandColor2-active:active,
.fg-brandColor2-focus:focus,
.fg-brandColor2-hover:hover {
    color: #004d6f !important
}

.fg-lime,
.fg-lime-active:active,
.fg-lime-focus:focus,
.fg-lime-hover:hover {
    color: #a4c400 !important
}

.fg-green,
.fg-green-active:active,
.fg-green-focus:focus,
.fg-green-hover:hover {
    color: #60a917 !important
}

.fg-emerald,
.fg-emerald-active:active,
.fg-emerald-focus:focus,
.fg-emerald-hover:hover {
    color: #008a00 !important
}

.fg-blue,
.fg-blue-active:active,
.fg-blue-focus:focus,
.fg-blue-hover:hover {
    color: #00aff0 !important
}

.fg-teal,
.fg-teal-active:active,
.fg-teal-focus:focus,
.fg-teal-hover:hover {
    color: #00aba9 !important
}

.fg-cyan,
.fg-cyan-active:active,
.fg-cyan-focus:focus,
.fg-cyan-hover:hover {
    color: #1fb1f8 !important
}

.fg-cobalt,
.fg-cobalt-active:active,
.fg-cobalt-focus:focus,
.fg-cobalt-hover:hover {
    color: #0050ef !important
}

.fg-indigo,
.fg-indigo-active:active,
.fg-indigo-focus:focus,
.fg-indigo-hover:hover {
    color: #6a00ff !important
}

.fg-violet,
.fg-violet-active:active,
.fg-violet-focus:focus,
.fg-violet-hover:hover {
    color: #a0f !important
}

.fg-pink,
.fg-pink-active:active,
.fg-pink-focus:focus,
.fg-pink-hover:hover {
    color: #dc4fad !important
}

.fg-magenta,
.fg-magenta-active:active,
.fg-magenta-focus:focus,
.fg-magenta-hover:hover {
    color: #d80073 !important
}

.fg-crimson,
.fg-crimson-active:active,
.fg-crimson-focus:focus,
.fg-crimson-hover:hover {
    color: #a20025 !important
}

.fg-red,
.fg-red-active:active,
.fg-red-focus:focus,
.fg-red-hover:hover {
    color: #ce352c !important
}

.fg-orange,
.fg-orange-active:active,
.fg-orange-focus:focus,
.fg-orange-hover:hover {
    color: #fa6800 !important
}

.fg-amber,
.fg-amber-active:active,
.fg-amber-focus:focus,
.fg-amber-hover:hover {
    color: #f0a30a !important
}

.fg-yellow,
.fg-yellow-active:active,
.fg-yellow-focus:focus,
.fg-yellow-hover:hover {
    color: #fff000 !important
}

.fg-brown,
.fg-brown-active:active,
.fg-brown-focus:focus,
.fg-brown-hover:hover {
    color: #825a2c !important
}

.fg-olive,
.fg-olive-active:active,
.fg-olive-focus:focus,
.fg-olive-hover:hover {
    color: #6d8764 !important
}

.fg-steel,
.fg-steel-active:active,
.fg-steel-focus:focus,
.fg-steel-hover:hover {
    color: #647687 !important
}

.fg-mauve,
.fg-mauve-active:active,
.fg-mauve-focus:focus,
.fg-mauve-hover:hover {
    color: #76608a !important
}

.fg-taupe,
.fg-taupe-active:active,
.fg-taupe-focus:focus,
.fg-taupe-hover:hover {
    color: #87794e !important
}

.fg-gray,
.fg-gray-active:active,
.fg-gray-focus:focus,
.fg-gray-hover:hover {
    color: #bebebe !important
}

.fg-lightLime,
.fg-lightLime-active:active,
.fg-lightLime-focus:focus,
.fg-lightLime-hover:hover {
    color: #d8ff12 !important
}

.fg-lightGreen,
.fg-lightGreen-active:active,
.fg-lightGreen-focus:focus,
.fg-lightGreen-hover:hover {
    color: #86e22a !important
}

.fg-lightEmerald,
.fg-lightEmerald-active:active,
.fg-lightEmerald-focus:focus,
.fg-lightEmerald-hover:hover {
    color: #00d600 !important
}

.fg-lightBlue,
.fg-lightBlue-active:active,
.fg-lightBlue-focus:focus,
.fg-lightBlue-hover:hover {
    color: #3ecbff !important
}

.fg-lightTeal,
.fg-lightTeal-active:active,
.fg-lightTeal-focus:focus,
.fg-lightTeal-hover:hover {
    color: #00f7f5 !important
}

.fg-lightCyan,
.fg-lightCyan-active:active,
.fg-lightCyan-focus:focus,
.fg-lightCyan-hover:hover {
    color: #69cbfa !important
}

.fg-lightCobalt,
.fg-lightCobalt-active:active,
.fg-lightCobalt-focus:focus,
.fg-lightCobalt-hover:hover {
    color: #3d7eff !important
}

.fg-lightIndigo,
.fg-lightIndigo-active:active,
.fg-lightIndigo-focus:focus,
.fg-lightIndigo-hover:hover {
    color: #974dff !important
}

.fg-lightViolet,
.fg-lightViolet-active:active,
.fg-lightViolet-focus:focus,
.fg-lightViolet-hover:hover {
    color: #c44dff !important
}

.fg-lightPink,
.fg-lightPink-active:active,
.fg-lightPink-focus:focus,
.fg-lightPink-hover:hover {
    color: #e98fcb !important
}

.fg-lightMagenta,
.fg-lightMagenta-active:active,
.fg-lightMagenta-focus:focus,
.fg-lightMagenta-hover:hover {
    color: #ff2599 !important
}

.fg-lightCrimson,
.fg-lightCrimson-active:active,
.fg-lightCrimson-focus:focus,
.fg-lightCrimson-hover:hover {
    color: #ef0036 !important
}

.fg-lightRed,
.fg-lightRed-active:active,
.fg-lightRed-focus:focus,
.fg-lightRed-hover:hover {
    color: #df6e68 !important
}

.fg-lightOrange,
.fg-lightOrange-active:active,
.fg-lightOrange-focus:focus,
.fg-lightOrange-hover:hover {
    color: #ff9447 !important
}

.fg-lightAmber,
.fg-lightAmber-active:active,
.fg-lightAmber-focus:focus,
.fg-lightAmber-hover:hover {
    color: #f8bf4f !important
}

.fg-lightYellow,
.fg-lightYellow-active:active,
.fg-lightYellow-focus:focus,
.fg-lightYellow-hover:hover {
    color: #fff44d !important
}

.fg-lightBrown,
.fg-lightBrown-active:active,
.fg-lightBrown-focus:focus,
.fg-lightBrown-hover:hover {
    color: #bb823f !important
}

.fg-lightOlive,
.fg-lightOlive-active:active,
.fg-lightOlive-focus:focus,
.fg-lightOlive-hover:hover {
    color: #95ab8d !important
}

.fg-lightSteel,
.fg-lightSteel-active:active,
.fg-lightSteel-focus:focus,
.fg-lightSteel-hover:hover {
    color: #8d9cab !important
}

.fg-lightMauve,
.fg-lightMauve-active:active,
.fg-lightMauve-focus:focus,
.fg-lightMauve-hover:hover {
    color: #9c89ad !important
}

.fg-lightTaupe,
.fg-lightTaupe-active:active,
.fg-lightTaupe-focus:focus,
.fg-lightTaupe-hover:hover {
    color: #aea073 !important
}

.fg-lightGray,
.fg-lightGray-active:active,
.fg-lightGray-focus:focus,
.fg-lightGray-hover:hover {
    color: #e4e4e4 !important
}

.fg-lightGrayBlue,
.fg-lightGrayBlue-active:active,
.fg-lightGrayBlue-focus:focus,
.fg-lightGrayBlue-hover:hover {
    color: #8aa2ae !important
}

.fg-darkLime,
.fg-darkLime-active:active,
.fg-darkLime-focus:focus,
.fg-darkLime-hover:hover {
    color: #647800 !important
}

.fg-darkGreen,
.fg-darkGreen-active:active,
.fg-darkGreen-focus:focus,
.fg-darkGreen-hover:hover {
    color: #3a660e !important
}

.fg-darkEmerald,
.fg-darkEmerald-active:active,
.fg-darkEmerald-focus:focus,
.fg-darkEmerald-hover:hover {
    color: #003d00 !important
}

.fg-darkBlue,
.fg-darkBlue-active:active,
.fg-darkBlue-focus:focus,
.fg-darkBlue-hover:hover {
    color: #0077a3 !important
}

.fg-darkTeal,
.fg-darkTeal-active:active,
.fg-darkTeal-focus:focus,
.fg-darkTeal-hover:hover {
    color: #005e5d !important
}

.fg-darkCyan,
.fg-darkCyan-active:active,
.fg-darkCyan-focus:focus,
.fg-darkCyan-hover:hover {
    color: #0686c4 !important
}

.fg-darkCobalt,
.fg-darkCobalt-active:active,
.fg-darkCobalt-focus:focus,
.fg-darkCobalt-hover:hover {
    color: #0036a3 !important
}

.fg-darkIndigo,
.fg-darkIndigo-active:active,
.fg-darkIndigo-focus:focus,
.fg-darkIndigo-hover:hover {
    color: #4a00b3 !important
}

.fg-darkViolet,
.fg-darkViolet-active:active,
.fg-darkViolet-focus:focus,
.fg-darkViolet-hover:hover {
    color: #7700b3 !important
}

.fg-darkPink,
.fg-darkPink-active:active,
.fg-darkPink-focus:focus,
.fg-darkPink-hover:hover {
    color: #ba2588 !important
}

.fg-darkMagenta,
.fg-darkMagenta-active:active,
.fg-darkMagenta-focus:focus,
.fg-darkMagenta-hover:hover {
    color: #8c004a !important
}

.fg-darkCrimson,
.fg-darkCrimson-active:active,
.fg-darkCrimson-focus:focus,
.fg-darkCrimson-hover:hover {
    color: #560014 !important
}

.fg-darkRed,
.fg-darkRed-active:active,
.fg-darkRed-focus:focus,
.fg-darkRed-hover:hover {
    color: #8f251f !important
}

.fg-darkOrange,
.fg-darkOrange-active:active,
.fg-darkOrange-focus:focus,
.fg-darkOrange-hover:hover {
    color: #ae4800 !important
}

.fg-darkAmber,
.fg-darkAmber-active:active,
.fg-darkAmber-focus:focus,
.fg-darkAmber-hover:hover {
    color: #a77107 !important
}

.fg-darkYellow,
.fg-darkYellow-active:active,
.fg-darkYellow-focus:focus,
.fg-darkYellow-hover:hover {
    color: #b3a800 !important
}

.fg-darkBrown,
.fg-darkBrown-active:active,
.fg-darkBrown-focus:focus,
.fg-darkBrown-hover:hover {
    color: #493219 !important
}

.fg-darkOlive,
.fg-darkOlive-active:active,
.fg-darkOlive-focus:focus,
.fg-darkOlive-hover:hover {
    color: #4a5b43 !important
}

.fg-darkSteel,
.fg-darkSteel-active:active,
.fg-darkSteel-focus:focus,
.fg-darkSteel-hover:hover {
    color: #43505b !important
}

.fg-darkMauve,
.fg-darkMauve-active:active,
.fg-darkMauve-focus:focus,
.fg-darkMauve-hover:hover {
    color: #4f415d !important
}

.fg-darkTaupe,
.fg-darkTaupe-active:active,
.fg-darkTaupe-focus:focus,
.fg-darkTaupe-hover:hover {
    color: #574e32 !important
}

.fg-darkGray,
.fg-darkGray-active:active,
.fg-darkGray-focus:focus,
.fg-darkGray-hover:hover {
    color: #989898 !important
}

.fg-darkGrayBlue,
.fg-darkGrayBlue-active:active,
.fg-darkGrayBlue-focus:focus,
.fg-darkGrayBlue-hover:hover {
    color: #41545e !important
}

.op-default {
    background-color: rgba(31, 177, 248, .5) !important
}

.op-black {
    background-color: rgba(0, 0, 0, .5) !important
}

.op-black-hi {
    background-color: rgba(0, 0, 0, .2) !important
}

.op-black-low {
    background-color: rgba(0, 0, 0, .8) !important
}

.op-white {
    background-color: hsla(0, 0%, 100%, .5) !important
}

.op-white-hi {
    background-color: hsla(0, 0%, 100%, .2) !important
}

.op-white-low {
    background-color: hsla(0, 0%, 100%, .8) !important
}

.op-dark {
    background-color: rgba(29, 29, 29, .5) !important
}

.op-dark-hi {
    background-color: rgba(29, 29, 29, .2) !important
}

.op-dark-low {
    background-color: rgba(29, 29, 29, .8) !important
}

.op-light {
    background-color: hsla(0, 0%, 97%, .5) !important
}

.op-light-hi {
    background-color: hsla(0, 0%, 97%, .2) !important
}

.op-light-low {
    background-color: hsla(0, 0%, 97%, .8) !important
}

.op-grayBlue {
    background-color: rgba(96, 125, 139, .5) !important
}

.op-grayBlue-hi {
    background-color: rgba(96, 125, 139, .2) !important
}

.op-grayBlue-low {
    background-color: rgba(96, 125, 139, .8) !important
}

.op-grayWhite {
    background-color: hsla(0, 0%, 96%, .5) !important
}

.op-grayWhite-hi {
    background-color: hsla(0, 0%, 96%, .2) !important
}

.op-grayWhite-low {
    background-color: hsla(0, 0%, 96%, .8) !important
}

.op-grayMouse {
    background-color: rgba(69, 90, 100, .5) !important
}

.op-grayMouse-hi {
    background-color: rgba(69, 90, 100, .2) !important
}

.op-grayMouse-low {
    background-color: rgba(69, 90, 100, .8) !important
}

.op-brandColor1 {
    background-color: rgba(42, 196, 244, .5) !important
}

.op-brandColor1-hi {
    background-color: rgba(42, 196, 244, .2) !important
}

.op-brandColor1-low {
    background-color: rgba(42, 196, 244, .8) !important
}

.op-brandColor2 {
    background-color: rgba(0, 77, 111, .5) !important
}

.op-brandColor2-hi {
    background-color: rgba(0, 77, 111, .2) !important
}

.op-brandColor2-low {
    background-color: rgba(0, 77, 111, .8) !important
}

.op-lime {
    background-color: rgba(164, 196, 0, .5) !important
}

.op-lime-hi {
    background-color: rgba(164, 196, 0, .2) !important
}

.op-lime-low {
    background-color: rgba(164, 196, 0, .8) !important
}

.op-green {
    background-color: rgba(96, 169, 23, .5) !important
}

.op-green-hi {
    background-color: rgba(96, 169, 23, .2) !important
}

.op-green-low {
    background-color: rgba(96, 169, 23, .8) !important
}

.op-emerald {
    background-color: rgba(0, 138, 0, .5) !important
}

.op-emerald-hi {
    background-color: rgba(0, 138, 0, .2) !important
}

.op-emerald-low {
    background-color: rgba(0, 138, 0, .8) !important
}

.op-blue {
    background-color: rgba(0, 175, 240, .5) !important
}

.op-blue-hi {
    background-color: rgba(0, 175, 240, .2) !important
}

.op-blue-low {
    background-color: rgba(0, 175, 240, .8) !important
}

.op-teal {
    background-color: rgba(0, 171, 169, .5) !important
}

.op-teal-hi {
    background-color: rgba(0, 171, 169, .2) !important
}

.op-teal-low {
    background-color: rgba(0, 171, 169, .8) !important
}

.op-cyan {
    background-color: rgba(31, 177, 248, .5) !important
}

.op-cyan-hi {
    background-color: rgba(31, 177, 248, .2) !important
}

.op-cyan-low {
    background-color: rgba(31, 177, 248, .8) !important
}

.op-cobalt {
    background-color: rgba(0, 80, 239, .5) !important
}

.op-cobalt-hi {
    background-color: rgba(0, 80, 239, .2) !important
}

.op-cobalt-low {
    background-color: rgba(0, 80, 239, .8) !important
}

.op-indigo {
    background-color: rgba(106, 0, 255, .5) !important
}

.op-indigo-hi {
    background-color: rgba(106, 0, 255, .2) !important
}

.op-indigo-low {
    background-color: rgba(106, 0, 255, .8) !important
}

.op-violet {
    background-color: rgba(170, 0, 255, .5) !important
}

.op-violet-hi {
    background-color: rgba(170, 0, 255, .2) !important
}

.op-violet-low {
    background-color: rgba(170, 0, 255, .8) !important
}

.op-pink {
    background-color: rgba(220, 79, 173, .5) !important
}

.op-pink-hi {
    background-color: rgba(220, 79, 173, .2) !important
}

.op-pink-low {
    background-color: rgba(220, 79, 173, .8) !important
}

.op-magenta {
    background-color: rgba(216, 0, 115, .5) !important
}

.op-magenta-hi {
    background-color: rgba(216, 0, 115, .2) !important
}

.op-magenta-low {
    background-color: rgba(216, 0, 115, .8) !important
}

.op-crimson {
    background-color: rgba(162, 0, 37, .5) !important
}

.op-crimson-hi {
    background-color: rgba(162, 0, 37, .2) !important
}

.op-crimson-low {
    background-color: rgba(162, 0, 37, .8) !important
}

.op-red {
    background-color: rgba(206, 53, 44, .5) !important
}

.op-red-hi {
    background-color: rgba(206, 53, 44, .2) !important
}

.op-red-low {
    background-color: rgba(206, 53, 44, .8) !important
}

.op-orange {
    background-color: rgba(250, 104, 0, .5) !important
}

.op-orange-hi {
    background-color: rgba(250, 104, 0, .2) !important
}

.op-orange-low {
    background-color: rgba(250, 104, 0, .8) !important
}

.op-amber {
    background-color: rgba(240, 163, 10, .5) !important
}

.op-amber-hi {
    background-color: rgba(240, 163, 10, .2) !important
}

.op-amber-low {
    background-color: rgba(240, 163, 10, .8) !important
}

.op-yellow {
    background-color: rgba(255, 240, 0, .5) !important
}

.op-yellow-hi {
    background-color: rgba(255, 240, 0, .2) !important
}

.op-yellow-low {
    background-color: rgba(255, 240, 0, .8) !important
}

.op-brown {
    background-color: rgba(130, 90, 44, .5) !important
}

.op-brown-hi {
    background-color: rgba(130, 90, 44, .2) !important
}

.op-brown-low {
    background-color: rgba(130, 90, 44, .8) !important
}

.op-olive {
    background-color: rgba(109, 135, 100, .5) !important
}

.op-olive-hi {
    background-color: rgba(109, 135, 100, .2) !important
}

.op-olive-low {
    background-color: rgba(109, 135, 100, .8) !important
}

.op-steel {
    background-color: rgba(100, 118, 135, .5) !important
}

.op-steel-hi {
    background-color: rgba(100, 118, 135, .2) !important
}

.op-steel-low {
    background-color: rgba(100, 118, 135, .8) !important
}

.op-mauve {
    background-color: rgba(118, 96, 138, .5) !important
}

.op-mauve-hi {
    background-color: rgba(118, 96, 138, .2) !important
}

.op-mauve-low {
    background-color: rgba(118, 96, 138, .8) !important
}

.op-taupe {
    background-color: rgba(135, 121, 78, .5) !important
}

.op-taupe-hi {
    background-color: rgba(135, 121, 78, .2) !important
}

.op-taupe-low {
    background-color: rgba(135, 121, 78, .8) !important
}

.op-gray {
    background-color: hsla(0, 0%, 75%, .5) !important
}

.op-gray-hi {
    background-color: hsla(0, 0%, 75%, .2) !important
}

.op-gray-low {
    background-color: hsla(0, 0%, 75%, .8) !important
}

.op-lightLime {
    background-color: rgba(216, 255, 18, .5) !important
}

.op-lightLime-hi {
    background-color: rgba(216, 255, 18, .2) !important
}

.op-lightLime-low {
    background-color: rgba(216, 255, 18, .8) !important
}

.op-lightGreen {
    background-color: rgba(134, 226, 42, .5) !important
}

.op-lightGreen-hi {
    background-color: rgba(134, 226, 42, .2) !important
}

.op-lightGreen-low {
    background-color: rgba(134, 226, 42, .8) !important
}

.op-lightEmerald {
    background-color: rgba(0, 214, 0, .5) !important
}

.op-lightEmerald-hi {
    background-color: rgba(0, 214, 0, .2) !important
}

.op-lightEmerald-low {
    background-color: rgba(0, 214, 0, .8) !important
}

.op-lightBlue {
    background-color: rgba(62, 203, 255, .5) !important
}

.op-lightBlue-hi {
    background-color: rgba(62, 203, 255, .2) !important
}

.op-lightBlue-low {
    background-color: rgba(62, 203, 255, .8) !important
}

.op-lightTeal {
    background-color: rgba(0, 247, 245, .5) !important
}

.op-lightTeal-hi {
    background-color: rgba(0, 247, 245, .2) !important
}

.op-lightTeal-low {
    background-color: rgba(0, 247, 245, .8) !important
}

.op-lightCyan {
    background-color: rgba(105, 203, 250, .5) !important
}

.op-lightCyan-hi {
    background-color: rgba(105, 203, 250, .2) !important
}

.op-lightCyan-low {
    background-color: rgba(105, 203, 250, .8) !important
}

.op-lightCobalt {
    background-color: rgba(61, 126, 255, .5) !important
}

.op-lightCobalt-hi {
    background-color: rgba(61, 126, 255, .2) !important
}

.op-lightCobalt-low {
    background-color: rgba(61, 126, 255, .8) !important
}

.op-lightIndigo {
    background-color: rgba(151, 77, 255, .5) !important
}

.op-lightIndigo-hi {
    background-color: rgba(151, 77, 255, .2) !important
}

.op-lightIndigo-low {
    background-color: rgba(151, 77, 255, .8) !important
}

.op-lightViolet {
    background-color: rgba(196, 77, 255, .5) !important
}

.op-lightViolet-hi {
    background-color: rgba(196, 77, 255, .2) !important
}

.op-lightViolet-low {
    background-color: rgba(196, 77, 255, .8) !important
}

.op-lightPink {
    background-color: rgba(233, 143, 203, .5) !important
}

.op-lightPink-hi {
    background-color: rgba(233, 143, 203, .2) !important
}

.op-lightPink-low {
    background-color: rgba(233, 143, 203, .8) !important
}

.op-lightMagenta {
    background-color: rgba(255, 37, 153, .5) !important
}

.op-lightMagenta-hi {
    background-color: rgba(255, 37, 153, .2) !important
}

.op-lightMagenta-low {
    background-color: rgba(255, 37, 153, .8) !important
}

.op-lightCrimson {
    background-color: rgba(239, 0, 54, .5) !important
}

.op-lightCrimson-hi {
    background-color: rgba(239, 0, 54, .2) !important
}

.op-lightCrimson-low {
    background-color: rgba(239, 0, 54, .8) !important
}

.op-lightRed {
    background-color: hsla(3, 65%, 64%, .5) !important
}

.op-lightRed-hi {
    background-color: hsla(3, 65%, 64%, .2) !important
}

.op-lightRed-low {
    background-color: hsla(3, 65%, 64%, .8) !important
}

.op-lightOrange {
    background-color: rgba(255, 148, 71, .5) !important
}

.op-lightOrange-hi {
    background-color: rgba(255, 148, 71, .2) !important
}

.op-lightOrange-low {
    background-color: rgba(255, 148, 71, .8) !important
}

.op-lightAmber {
    background-color: rgba(248, 191, 79, .5) !important
}

.op-lightAmber-hi {
    background-color: rgba(248, 191, 79, .2) !important
}

.op-lightAmber-low {
    background-color: rgba(248, 191, 79, .8) !important
}

.op-lightYellow {
    background-color: rgba(255, 244, 77, .5) !important
}

.op-lightYellow-hi {
    background-color: rgba(255, 244, 77, .2) !important
}

.op-lightYellow-low {
    background-color: rgba(255, 244, 77, .8) !important
}

.op-lightBrown {
    background-color: rgba(187, 130, 63, .5) !important
}

.op-lightBrown-hi {
    background-color: rgba(187, 130, 63, .2) !important
}

.op-lightBrown-low {
    background-color: rgba(187, 130, 63, .8) !important
}

.op-lightOlive {
    background-color: rgba(149, 171, 141, .5) !important
}

.op-lightOlive-hi {
    background-color: rgba(149, 171, 141, .2) !important
}

.op-lightOlive-low {
    background-color: rgba(149, 171, 141, .8) !important
}

.op-lightSteel {
    background-color: rgba(141, 156, 171, .5) !important
}

.op-lightSteel-hi {
    background-color: rgba(141, 156, 171, .2) !important
}

.op-lightSteel-low {
    background-color: rgba(141, 156, 171, .8) !important
}

.op-lightMauve {
    background-color: rgba(156, 137, 173, .5) !important
}

.op-lightMauve-hi {
    background-color: rgba(156, 137, 173, .2) !important
}

.op-lightMauve-low {
    background-color: rgba(156, 137, 173, .8) !important
}

.op-lightTaupe {
    background-color: hsla(46, 27%, 57%, .5) !important
}

.op-lightTaupe-hi {
    background-color: hsla(46, 27%, 57%, .2) !important
}

.op-lightTaupe-low {
    background-color: hsla(46, 27%, 57%, .8) !important
}

.op-lightGray {
    background-color: hsla(0, 0%, 89%, .5) !important
}

.op-lightGray-hi {
    background-color: hsla(0, 0%, 89%, .2) !important
}

.op-lightGray-low {
    background-color: hsla(0, 0%, 89%, .8) !important
}

.op-lightGrayBlue {
    background-color: rgba(138, 162, 174, .5) !important
}

.op-lightGrayBlue-hi {
    background-color: rgba(138, 162, 174, .2) !important
}

.op-lightGrayBlue-low {
    background-color: rgba(138, 162, 174, .8) !important
}

.op-darkLime {
    background-color: rgba(100, 120, 0, .5) !important
}

.op-darkLime-hi {
    background-color: rgba(100, 120, 0, .2) !important
}

.op-darkLime-low {
    background-color: rgba(100, 120, 0, .8) !important
}

.op-darkGreen {
    background-color: rgba(58, 102, 14, .5) !important
}

.op-darkGreen-hi {
    background-color: rgba(58, 102, 14, .2) !important
}

.op-darkGreen-low {
    background-color: rgba(58, 102, 14, .8) !important
}

.op-darkEmerald {
    background-color: rgba(0, 61, 0, .5) !important
}

.op-darkEmerald-hi {
    background-color: rgba(0, 61, 0, .2) !important
}

.op-darkEmerald-low {
    background-color: rgba(0, 61, 0, .8) !important
}

.op-darkBlue {
    background-color: rgba(0, 119, 163, .5) !important
}

.op-darkBlue-hi {
    background-color: rgba(0, 119, 163, .2) !important
}

.op-darkBlue-low {
    background-color: rgba(0, 119, 163, .8) !important
}

.op-darkTeal {
    background-color: rgba(0, 94, 93, .5) !important
}

.op-darkTeal-hi {
    background-color: rgba(0, 94, 93, .2) !important
}

.op-darkTeal-low {
    background-color: rgba(0, 94, 93, .8) !important
}

.op-darkCyan {
    background-color: rgba(6, 134, 196, .5) !important
}

.op-darkCyan-hi {
    background-color: rgba(6, 134, 196, .2) !important
}

.op-darkCyan-low {
    background-color: rgba(6, 134, 196, .8) !important
}

.op-darkCobalt {
    background-color: rgba(0, 54, 163, .5) !important
}

.op-darkCobalt-hi {
    background-color: rgba(0, 54, 163, .2) !important
}

.op-darkCobalt-low {
    background-color: rgba(0, 54, 163, .8) !important
}

.op-darkIndigo {
    background-color: rgba(74, 0, 179, .5) !important
}

.op-darkIndigo-hi {
    background-color: rgba(74, 0, 179, .2) !important
}

.op-darkIndigo-low {
    background-color: rgba(74, 0, 179, .8) !important
}

.op-darkViolet {
    background-color: rgba(119, 0, 179, .5) !important
}

.op-darkViolet-hi {
    background-color: rgba(119, 0, 179, .2) !important
}

.op-darkViolet-low {
    background-color: rgba(119, 0, 179, .8) !important
}

.op-darkPink {
    background-color: rgba(186, 37, 136, .5) !important
}

.op-darkPink-hi {
    background-color: rgba(186, 37, 136, .2) !important
}

.op-darkPink-low {
    background-color: rgba(186, 37, 136, .8) !important
}

.op-darkMagenta {
    background-color: rgba(140, 0, 74, .5) !important
}

.op-darkMagenta-hi {
    background-color: rgba(140, 0, 74, .2) !important
}

.op-darkMagenta-low {
    background-color: rgba(140, 0, 74, .8) !important
}

.op-darkCrimson {
    background-color: rgba(86, 0, 20, .5) !important
}

.op-darkCrimson-hi {
    background-color: rgba(86, 0, 20, .2) !important
}

.op-darkCrimson-low {
    background-color: rgba(86, 0, 20, .8) !important
}

.op-darkRed {
    background-color: rgba(143, 37, 31, .5) !important
}

.op-darkRed-hi {
    background-color: rgba(143, 37, 31, .2) !important
}

.op-darkRed-low {
    background-color: rgba(143, 37, 31, .8) !important
}

.op-darkOrange {
    background-color: rgba(174, 72, 0, .5) !important
}

.op-darkOrange-hi {
    background-color: rgba(174, 72, 0, .2) !important
}

.op-darkOrange-low {
    background-color: rgba(174, 72, 0, .8) !important
}

.op-darkAmber {
    background-color: rgba(167, 113, 7, .5) !important
}

.op-darkAmber-hi {
    background-color: rgba(167, 113, 7, .2) !important
}

.op-darkAmber-low {
    background-color: rgba(167, 113, 7, .8) !important
}

.op-darkYellow {
    background-color: rgba(179, 168, 0, .5) !important
}

.op-darkYellow-hi {
    background-color: rgba(179, 168, 0, .2) !important
}

.op-darkYellow-low {
    background-color: rgba(179, 168, 0, .8) !important
}

.op-darkBrown {
    background-color: rgba(73, 50, 25, .5) !important
}

.op-darkBrown-hi {
    background-color: rgba(73, 50, 25, .2) !important
}

.op-darkBrown-low {
    background-color: rgba(73, 50, 25, .8) !important
}

.op-darkOlive {
    background-color: rgba(74, 91, 67, .5) !important
}

.op-darkOlive-hi {
    background-color: rgba(74, 91, 67, .2) !important
}

.op-darkOlive-low {
    background-color: rgba(74, 91, 67, .8) !important
}

.op-darkSteel {
    background-color: rgba(67, 80, 91, .5) !important
}

.op-darkSteel-hi {
    background-color: rgba(67, 80, 91, .2) !important
}

.op-darkSteel-low {
    background-color: rgba(67, 80, 91, .8) !important
}

.op-darkMauve {
    background-color: rgba(79, 65, 93, .5) !important
}

.op-darkMauve-hi {
    background-color: rgba(79, 65, 93, .2) !important
}

.op-darkMauve-low {
    background-color: rgba(79, 65, 93, .8) !important
}

.op-darkTaupe {
    background-color: rgba(87, 78, 50, .5) !important
}

.op-darkTaupe-hi {
    background-color: rgba(87, 78, 50, .2) !important
}

.op-darkTaupe-low {
    background-color: rgba(87, 78, 50, .8) !important
}

.op-darkGray {
    background-color: hsla(0, 0%, 60%, .5) !important
}

.op-darkGray-hi {
    background-color: hsla(0, 0%, 60%, .2) !important
}

.op-darkGray-low {
    background-color: hsla(0, 0%, 60%, .8) !important
}

.op-darkGrayBlue {
    background-color: rgba(65, 84, 94, .5) !important
}

.op-darkGrayBlue-hi {
    background-color: rgba(65, 84, 94, .2) !important
}

.op-darkGrayBlue-low {
    background-color: rgba(65, 84, 94, .8) !important
}

.ol-black,
.ol-black-active:active,
.ol-black-focus:focus,
.ol-black-hover:hover {
    outline-color: #000 !important
}

.ol-white,
.ol-white-active:active,
.ol-white-focus:focus,
.ol-white-hover:hover {
    outline-color: #fff !important
}

.ol-dark,
.ol-dark-active:active,
.ol-dark-focus:focus,
.ol-dark-hover:hover {
    outline-color: #1d1d1d !important
}

.ol-light,
.ol-light-active:active,
.ol-light-focus:focus,
.ol-light-hover:hover {
    outline-color: #f8f8f8 !important
}

.ol-grayBlue,
.ol-grayBlue-active:active,
.ol-grayBlue-focus:focus,
.ol-grayBlue-hover:hover {
    outline-color: #607d8b !important
}

.ol-grayWhite,
.ol-grayWhite-active:active,
.ol-grayWhite-focus:focus,
.ol-grayWhite-hover:hover {
    outline-color: #f5f5f5 !important
}

.ol-grayMouse,
.ol-grayMouse-active:active,
.ol-grayMouse-focus:focus,
.ol-grayMouse-hover:hover {
    outline-color: #455a64 !important
}

.ol-brandColor1,
.ol-brandColor1-active:active,
.ol-brandColor1-focus:focus,
.ol-brandColor1-hover:hover {
    outline-color: #2ac4f4 !important
}

.ol-brandColor2,
.ol-brandColor2-active:active,
.ol-brandColor2-focus:focus,
.ol-brandColor2-hover:hover {
    outline-color: #004d6f !important
}

.ol-lime,
.ol-lime-active:active,
.ol-lime-focus:focus,
.ol-lime-hover:hover {
    outline-color: #a4c400 !important
}

.ol-green,
.ol-green-active:active,
.ol-green-focus:focus,
.ol-green-hover:hover {
    outline-color: #60a917 !important
}

.ol-emerald,
.ol-emerald-active:active,
.ol-emerald-focus:focus,
.ol-emerald-hover:hover {
    outline-color: #008a00 !important
}

.ol-blue,
.ol-blue-active:active,
.ol-blue-focus:focus,
.ol-blue-hover:hover {
    outline-color: #00aff0 !important
}

.ol-teal,
.ol-teal-active:active,
.ol-teal-focus:focus,
.ol-teal-hover:hover {
    outline-color: #00aba9 !important
}

.ol-cyan,
.ol-cyan-active:active,
.ol-cyan-focus:focus,
.ol-cyan-hover:hover {
    outline-color: #1fb1f8 !important
}

.ol-cobalt,
.ol-cobalt-active:active,
.ol-cobalt-focus:focus,
.ol-cobalt-hover:hover {
    outline-color: #0050ef !important
}

.ol-indigo,
.ol-indigo-active:active,
.ol-indigo-focus:focus,
.ol-indigo-hover:hover {
    outline-color: #6a00ff !important
}

.ol-violet,
.ol-violet-active:active,
.ol-violet-focus:focus,
.ol-violet-hover:hover {
    outline-color: #a0f !important
}

.ol-pink,
.ol-pink-active:active,
.ol-pink-focus:focus,
.ol-pink-hover:hover {
    outline-color: #dc4fad !important
}

.ol-magenta,
.ol-magenta-active:active,
.ol-magenta-focus:focus,
.ol-magenta-hover:hover {
    outline-color: #d80073 !important
}

.ol-crimson,
.ol-crimson-active:active,
.ol-crimson-focus:focus,
.ol-crimson-hover:hover {
    outline-color: #a20025 !important
}

.ol-red,
.ol-red-active:active,
.ol-red-focus:focus,
.ol-red-hover:hover {
    outline-color: #ce352c !important
}

.ol-orange,
.ol-orange-active:active,
.ol-orange-focus:focus,
.ol-orange-hover:hover {
    outline-color: #fa6800 !important
}

.ol-amber,
.ol-amber-active:active,
.ol-amber-focus:focus,
.ol-amber-hover:hover {
    outline-color: #f0a30a !important
}

.ol-yellow,
.ol-yellow-active:active,
.ol-yellow-focus:focus,
.ol-yellow-hover:hover {
    outline-color: #fff000 !important
}

.ol-brown,
.ol-brown-active:active,
.ol-brown-focus:focus,
.ol-brown-hover:hover {
    outline-color: #825a2c !important
}

.ol-olive,
.ol-olive-active:active,
.ol-olive-focus:focus,
.ol-olive-hover:hover {
    outline-color: #6d8764 !important
}

.ol-steel,
.ol-steel-active:active,
.ol-steel-focus:focus,
.ol-steel-hover:hover {
    outline-color: #647687 !important
}

.ol-mauve,
.ol-mauve-active:active,
.ol-mauve-focus:focus,
.ol-mauve-hover:hover {
    outline-color: #76608a !important
}

.ol-taupe,
.ol-taupe-active:active,
.ol-taupe-focus:focus,
.ol-taupe-hover:hover {
    outline-color: #87794e !important
}

.ol-gray,
.ol-gray-active:active,
.ol-gray-focus:focus,
.ol-gray-hover:hover {
    outline-color: #bebebe !important
}

.ol-lightLime,
.ol-lightLime-active:active,
.ol-lightLime-focus:focus,
.ol-lightLime-hover:hover {
    outline-color: #d8ff12 !important
}

.ol-lightGreen,
.ol-lightGreen-active:active,
.ol-lightGreen-focus:focus,
.ol-lightGreen-hover:hover {
    outline-color: #86e22a !important
}

.ol-lightEmerald,
.ol-lightEmerald-active:active,
.ol-lightEmerald-focus:focus,
.ol-lightEmerald-hover:hover {
    outline-color: #00d600 !important
}

.ol-lightBlue,
.ol-lightBlue-active:active,
.ol-lightBlue-focus:focus,
.ol-lightBlue-hover:hover {
    outline-color: #3ecbff !important
}

.ol-lightTeal,
.ol-lightTeal-active:active,
.ol-lightTeal-focus:focus,
.ol-lightTeal-hover:hover {
    outline-color: #00f7f5 !important
}

.ol-lightCyan,
.ol-lightCyan-active:active,
.ol-lightCyan-focus:focus,
.ol-lightCyan-hover:hover {
    outline-color: #69cbfa !important
}

.ol-lightCobalt,
.ol-lightCobalt-active:active,
.ol-lightCobalt-focus:focus,
.ol-lightCobalt-hover:hover {
    outline-color: #3d7eff !important
}

.ol-lightIndigo,
.ol-lightIndigo-active:active,
.ol-lightIndigo-focus:focus,
.ol-lightIndigo-hover:hover {
    outline-color: #974dff !important
}

.ol-lightViolet,
.ol-lightViolet-active:active,
.ol-lightViolet-focus:focus,
.ol-lightViolet-hover:hover {
    outline-color: #c44dff !important
}

.ol-lightPink,
.ol-lightPink-active:active,
.ol-lightPink-focus:focus,
.ol-lightPink-hover:hover {
    outline-color: #e98fcb !important
}

.ol-lightMagenta,
.ol-lightMagenta-active:active,
.ol-lightMagenta-focus:focus,
.ol-lightMagenta-hover:hover {
    outline-color: #ff2599 !important
}

.ol-lightCrimson,
.ol-lightCrimson-active:active,
.ol-lightCrimson-focus:focus,
.ol-lightCrimson-hover:hover {
    outline-color: #ef0036 !important
}

.ol-lightRed,
.ol-lightRed-active:active,
.ol-lightRed-focus:focus,
.ol-lightRed-hover:hover {
    outline-color: #df6e68 !important
}

.ol-lightOrange,
.ol-lightOrange-active:active,
.ol-lightOrange-focus:focus,
.ol-lightOrange-hover:hover {
    outline-color: #ff9447 !important
}

.ol-lightAmber,
.ol-lightAmber-active:active,
.ol-lightAmber-focus:focus,
.ol-lightAmber-hover:hover {
    outline-color: #f8bf4f !important
}

.ol-lightYellow,
.ol-lightYellow-active:active,
.ol-lightYellow-focus:focus,
.ol-lightYellow-hover:hover {
    outline-color: #fff44d !important
}

.ol-lightBrown,
.ol-lightBrown-active:active,
.ol-lightBrown-focus:focus,
.ol-lightBrown-hover:hover {
    outline-color: #bb823f !important
}

.ol-lightOlive,
.ol-lightOlive-active:active,
.ol-lightOlive-focus:focus,
.ol-lightOlive-hover:hover {
    outline-color: #95ab8d !important
}

.ol-lightSteel,
.ol-lightSteel-active:active,
.ol-lightSteel-focus:focus,
.ol-lightSteel-hover:hover {
    outline-color: #8d9cab !important
}

.ol-lightMauve,
.ol-lightMauve-active:active,
.ol-lightMauve-focus:focus,
.ol-lightMauve-hover:hover {
    outline-color: #9c89ad !important
}

.ol-lightTaupe,
.ol-lightTaupe-active:active,
.ol-lightTaupe-focus:focus,
.ol-lightTaupe-hover:hover {
    outline-color: #aea073 !important
}

.ol-lightGray,
.ol-lightGray-active:active,
.ol-lightGray-focus:focus,
.ol-lightGray-hover:hover {
    outline-color: #e4e4e4 !important
}

.ol-lightGrayBlue,
.ol-lightGrayBlue-active:active,
.ol-lightGrayBlue-focus:focus,
.ol-lightGrayBlue-hover:hover {
    outline-color: #8aa2ae !important
}

.ol-darkLime,
.ol-darkLime-active:active,
.ol-darkLime-focus:focus,
.ol-darkLime-hover:hover {
    outline-color: #647800 !important
}

.ol-darkGreen,
.ol-darkGreen-active:active,
.ol-darkGreen-focus:focus,
.ol-darkGreen-hover:hover {
    outline-color: #3a660e !important
}

.ol-darkEmerald,
.ol-darkEmerald-active:active,
.ol-darkEmerald-focus:focus,
.ol-darkEmerald-hover:hover {
    outline-color: #003d00 !important
}

.ol-darkBlue,
.ol-darkBlue-active:active,
.ol-darkBlue-focus:focus,
.ol-darkBlue-hover:hover {
    outline-color: #0077a3 !important
}

.ol-darkTeal,
.ol-darkTeal-active:active,
.ol-darkTeal-focus:focus,
.ol-darkTeal-hover:hover {
    outline-color: #005e5d !important
}

.ol-darkCyan,
.ol-darkCyan-active:active,
.ol-darkCyan-focus:focus,
.ol-darkCyan-hover:hover {
    outline-color: #0686c4 !important
}

.ol-darkCobalt,
.ol-darkCobalt-active:active,
.ol-darkCobalt-focus:focus,
.ol-darkCobalt-hover:hover {
    outline-color: #0036a3 !important
}

.ol-darkIndigo,
.ol-darkIndigo-active:active,
.ol-darkIndigo-focus:focus,
.ol-darkIndigo-hover:hover {
    outline-color: #4a00b3 !important
}

.ol-darkViolet,
.ol-darkViolet-active:active,
.ol-darkViolet-focus:focus,
.ol-darkViolet-hover:hover {
    outline-color: #7700b3 !important
}

.ol-darkPink,
.ol-darkPink-active:active,
.ol-darkPink-focus:focus,
.ol-darkPink-hover:hover {
    outline-color: #ba2588 !important
}

.ol-darkMagenta,
.ol-darkMagenta-active:active,
.ol-darkMagenta-focus:focus,
.ol-darkMagenta-hover:hover {
    outline-color: #8c004a !important
}

.ol-darkCrimson,
.ol-darkCrimson-active:active,
.ol-darkCrimson-focus:focus,
.ol-darkCrimson-hover:hover {
    outline-color: #560014 !important
}

.ol-darkRed,
.ol-darkRed-active:active,
.ol-darkRed-focus:focus,
.ol-darkRed-hover:hover {
    outline-color: #8f251f !important
}

.ol-darkOrange,
.ol-darkOrange-active:active,
.ol-darkOrange-focus:focus,
.ol-darkOrange-hover:hover {
    outline-color: #ae4800 !important
}

.ol-darkAmber,
.ol-darkAmber-active:active,
.ol-darkAmber-focus:focus,
.ol-darkAmber-hover:hover {
    outline-color: #a77107 !important
}

.ol-darkYellow,
.ol-darkYellow-active:active,
.ol-darkYellow-focus:focus,
.ol-darkYellow-hover:hover {
    outline-color: #b3a800 !important
}

.ol-darkBrown,
.ol-darkBrown-active:active,
.ol-darkBrown-focus:focus,
.ol-darkBrown-hover:hover {
    outline-color: #493219 !important
}

.ol-darkOlive,
.ol-darkOlive-active:active,
.ol-darkOlive-focus:focus,
.ol-darkOlive-hover:hover {
    outline-color: #4a5b43 !important
}

.ol-darkSteel,
.ol-darkSteel-active:active,
.ol-darkSteel-focus:focus,
.ol-darkSteel-hover:hover {
    outline-color: #43505b !important
}

.ol-darkMauve,
.ol-darkMauve-active:active,
.ol-darkMauve-focus:focus,
.ol-darkMauve-hover:hover {
    outline-color: #4f415d !important
}

.ol-darkTaupe,
.ol-darkTaupe-active:active,
.ol-darkTaupe-focus:focus,
.ol-darkTaupe-hover:hover {
    outline-color: #574e32 !important
}

.ol-darkGray,
.ol-darkGray-active:active,
.ol-darkGray-focus:focus,
.ol-darkGray-hover:hover {
    outline-color: #989898 !important
}

.ol-darkGrayBlue,
.ol-darkGrayBlue-active:active,
.ol-darkGrayBlue-focus:focus,
.ol-darkGrayBlue-hover:hover {
    outline-color: #41545e !important
}

.before-bg-black:before {
    background: #000 !important
}

.before-fg-black:before {
    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
}

.after-ol-black:after {
    outline-color: #000 !important
}

.before-bg-white:before {
    background: #fff !important
}

.before-fg-white:before {
    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
}

.after-ol-white:after {
    outline-color: #fff !important
}

.before-bg-dark:before {
    background: #1d1d1d !important
}

.before-fg-dark:before {
    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
}

.after-ol-dark:after {
    outline-color: #1d1d1d !important
}

.before-bg-light:before {
    background: #f8f8f8 !important
}

.before-fg-light:before {
    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
}

.after-ol-light:after {
    outline-color: #f8f8f8 !important
}

.before-bg-grayBlue:before {
    background: #607d8b !important
}

.before-fg-grayBlue:before {
    color: #607d8b !important
}

.after-bg-grayBlue:after {
    background: #607d8b !important
}

.after-fg-grayBlue:after {
    color: #607d8b !important
}

.after-bd-grayBlue:after {
    border-color: #607d8b !important
}

.after-ol-grayBlue:after {
    outline-color: #607d8b !important
}

.before-bg-grayWhite:before {
    background: #f5f5f5 !important
}

.before-fg-grayWhite:before {
    color: #f5f5f5 !important
}

.after-bg-grayWhite:after {
    background: #f5f5f5 !important
}

.after-fg-grayWhite:after {
    color: #f5f5f5 !important
}

.after-bd-grayWhite:after {
    border-color: #f5f5f5 !important
}

.after-ol-grayWhite:after {
    outline-color: #f5f5f5 !important
}

.before-bg-grayMouse:before {
    background: #455a64 !important
}

.before-fg-grayMouse:before {
    color: #455a64 !important
}

.after-bg-grayMouse:after {
    background: #455a64 !important
}

.after-fg-grayMouse:after {
    color: #455a64 !important
}

.after-bd-grayMouse:after {
    border-color: #455a64 !important
}

.after-ol-grayMouse:after {
    outline-color: #455a64 !important
}

.before-bg-brandColor1:before {
    background: #2ac4f4 !important
}

.before-fg-brandColor1:before {
    color: #2ac4f4 !important
}

.after-bg-brandColor1:after {
    background: #2ac4f4 !important
}

.after-fg-brandColor1:after {
    color: #2ac4f4 !important
}

.after-bd-brandColor1:after {
    border-color: #2ac4f4 !important
}

.after-ol-brandColor1:after {
    outline-color: #2ac4f4 !important
}

.before-bg-brandColor2:before {
    background: #004d6f !important
}

.before-fg-brandColor2:before {
    color: #004d6f !important
}

.after-bg-brandColor2:after {
    background: #004d6f !important
}

.after-fg-brandColor2:after {
    color: #004d6f !important
}

.after-bd-brandColor2:after {
    border-color: #004d6f !important
}

.after-ol-brandColor2:after {
    outline-color: #004d6f !important
}

.before-bg-lime:before {
    background: #a4c400 !important
}

.before-fg-lime:before {
    color: #a4c400 !important
}

.after-bg-lime:after {
    background: #a4c400 !important
}

.after-fg-lime:after {
    color: #a4c400 !important
}

.after-bd-lime:after {
    border-color: #a4c400 !important
}

.after-ol-lime:after {
    outline-color: #a4c400 !important
}

.before-bg-green:before {
    background: #60a917 !important
}

.before-fg-green:before {
    color: #60a917 !important
}

.after-bg-green:after {
    background: #60a917 !important
}

.after-fg-green:after {
    color: #60a917 !important
}

.after-bd-green:after {
    border-color: #60a917 !important
}

.after-ol-green:after {
    outline-color: #60a917 !important
}

.before-bg-emerald:before {
    background: #008a00 !important
}

.before-fg-emerald:before {
    color: #008a00 !important
}

.after-bg-emerald:after {
    background: #008a00 !important
}

.after-fg-emerald:after {
    color: #008a00 !important
}

.after-bd-emerald:after {
    border-color: #008a00 !important
}

.after-ol-emerald:after {
    outline-color: #008a00 !important
}

.before-bg-blue:before {
    background: #00aff0 !important
}

.before-fg-blue:before {
    color: #00aff0 !important
}

.after-bg-blue:after {
    background: #00aff0 !important
}

.after-fg-blue:after {
    color: #00aff0 !important
}

.after-bd-blue:after {
    border-color: #00aff0 !important
}

.after-ol-blue:after {
    outline-color: #00aff0 !important
}

.before-bg-teal:before {
    background: #00aba9 !important
}

.before-fg-teal:before {
    color: #00aba9 !important
}

.after-bg-teal:after {
    background: #00aba9 !important
}

.after-fg-teal:after {
    color: #00aba9 !important
}

.after-bd-teal:after {
    border-color: #00aba9 !important
}

.after-ol-teal:after {
    outline-color: #00aba9 !important
}

.before-bg-cyan:before {
    background: #1fb1f8 !important
}

.before-fg-cyan:before {
    color: #1fb1f8 !important
}

.after-bg-cyan:after {
    background: #1fb1f8 !important
}

.after-fg-cyan:after {
    color: #1fb1f8 !important
}

.after-bd-cyan:after {
    border-color: #1fb1f8 !important
}

.after-ol-cyan:after {
    outline-color: #1fb1f8 !important
}

.before-bg-cobalt:before {
    background: #0050ef !important
}

.before-fg-cobalt:before {
    color: #0050ef !important
}

.after-bg-cobalt:after {
    background: #0050ef !important
}

.after-fg-cobalt:after {
    color: #0050ef !important
}

.after-bd-cobalt:after {
    border-color: #0050ef !important
}

.after-ol-cobalt:after {
    outline-color: #0050ef !important
}

.before-bg-indigo:before {
    background: #6a00ff !important
}

.before-fg-indigo:before {
    color: #6a00ff !important
}

.after-bg-indigo:after {
    background: #6a00ff !important
}

.after-fg-indigo:after {
    color: #6a00ff !important
}

.after-bd-indigo:after {
    border-color: #6a00ff !important
}

.after-ol-indigo:after {
    outline-color: #6a00ff !important
}

.before-bg-violet:before {
    background: #a0f !important
}

.before-fg-violet:before {
    color: #a0f !important
}

.after-bg-violet:after {
    background: #a0f !important
}

.after-fg-violet:after {
    color: #a0f !important
}

.after-bd-violet:after {
    border-color: #a0f !important
}

.after-ol-violet:after {
    outline-color: #a0f !important
}

.before-bg-pink:before {
    background: #dc4fad !important
}

.before-fg-pink:before {
    color: #dc4fad !important
}

.after-bg-pink:after {
    background: #dc4fad !important
}

.after-fg-pink:after {
    color: #dc4fad !important
}

.after-bd-pink:after {
    border-color: #dc4fad !important
}

.after-ol-pink:after {
    outline-color: #dc4fad !important
}

.before-bg-magenta:before {
    background: #d80073 !important
}

.before-fg-magenta:before {
    color: #d80073 !important
}

.after-bg-magenta:after {
    background: #d80073 !important
}

.after-fg-magenta:after {
    color: #d80073 !important
}

.after-bd-magenta:after {
    border-color: #d80073 !important
}

.after-ol-magenta:after {
    outline-color: #d80073 !important
}

.before-bg-crimson:before {
    background: #a20025 !important
}

.before-fg-crimson:before {
    color: #a20025 !important
}

.after-bg-crimson:after {
    background: #a20025 !important
}

.after-fg-crimson:after {
    color: #a20025 !important
}

.after-bd-crimson:after {
    border-color: #a20025 !important
}

.after-ol-crimson:after {
    outline-color: #a20025 !important
}

.before-bg-red:before {
    background: #ce352c !important
}

.before-fg-red:before {
    color: #ce352c !important
}

.after-bg-red:after {
    background: #ce352c !important
}

.after-fg-red:after {
    color: #ce352c !important
}

.after-bd-red:after {
    border-color: #ce352c !important
}

.after-ol-red:after {
    outline-color: #ce352c !important
}

.before-bg-orange:before {
    background: #fa6800 !important
}

.before-fg-orange:before {
    color: #fa6800 !important
}

.after-bg-orange:after {
    background: #fa6800 !important
}

.after-fg-orange:after {
    color: #fa6800 !important
}

.after-bd-orange:after {
    border-color: #fa6800 !important
}

.after-ol-orange:after {
    outline-color: #fa6800 !important
}

.before-bg-amber:before {
    background: #f0a30a !important
}

.before-fg-amber:before {
    color: #f0a30a !important
}

.after-bg-amber:after {
    background: #f0a30a !important
}

.after-fg-amber:after {
    color: #f0a30a !important
}

.after-bd-amber:after {
    border-color: #f0a30a !important
}

.after-ol-amber:after {
    outline-color: #f0a30a !important
}

.before-bg-yellow:before {
    background: #fff000 !important
}

.before-fg-yellow:before {
    color: #fff000 !important
}

.after-bg-yellow:after {
    background: #fff000 !important
}

.after-fg-yellow:after {
    color: #fff000 !important
}

.after-bd-yellow:after {
    border-color: #fff000 !important
}

.after-ol-yellow:after {
    outline-color: #fff000 !important
}

.before-bg-brown:before {
    background: #825a2c !important
}

.before-fg-brown:before {
    color: #825a2c !important
}

.after-bg-brown:after {
    background: #825a2c !important
}

.after-fg-brown:after {
    color: #825a2c !important
}

.after-bd-brown:after {
    border-color: #825a2c !important
}

.after-ol-brown:after {
    outline-color: #825a2c !important
}

.before-bg-olive:before {
    background: #6d8764 !important
}

.before-fg-olive:before {
    color: #6d8764 !important
}

.after-bg-olive:after {
    background: #6d8764 !important
}

.after-fg-olive:after {
    color: #6d8764 !important
}

.after-bd-olive:after {
    border-color: #6d8764 !important
}

.after-ol-olive:after {
    outline-color: #6d8764 !important
}

.before-bg-steel:before {
    background: #647687 !important
}

.before-fg-steel:before {
    color: #647687 !important
}

.after-bg-steel:after {
    background: #647687 !important
}

.after-fg-steel:after {
    color: #647687 !important
}

.after-bd-steel:after {
    border-color: #647687 !important
}

.after-ol-steel:after {
    outline-color: #647687 !important
}

.before-bg-mauve:before {
    background: #76608a !important
}

.before-fg-mauve:before {
    color: #76608a !important
}

.after-bg-mauve:after {
    background: #76608a !important
}

.after-fg-mauve:after {
    color: #76608a !important
}

.after-bd-mauve:after {
    border-color: #76608a !important
}

.after-ol-mauve:after {
    outline-color: #76608a !important
}

.before-bg-taupe:before {
    background: #87794e !important
}

.before-fg-taupe:before {
    color: #87794e !important
}

.after-bg-taupe:after {
    background: #87794e !important
}

.after-fg-taupe:after {
    color: #87794e !important
}

.after-bd-taupe:after {
    border-color: #87794e !important
}

.after-ol-taupe:after {
    outline-color: #87794e !important
}

.before-bg-gray:before {
    background: #bebebe !important
}

.before-fg-gray:before {
    color: #bebebe !important
}

.after-bg-gray:after {
    background: #bebebe !important
}

.after-fg-gray:after {
    color: #bebebe !important
}

.after-bd-gray:after {
    border-color: #bebebe !important
}

.after-ol-gray:after {
    outline-color: #bebebe !important
}

.before-bg-lightLime:before {
    background: #d8ff12 !important
}

.before-fg-lightLime:before {
    color: #d8ff12 !important
}

.after-bg-lightLime:after {
    background: #d8ff12 !important
}

.after-fg-lightLime:after {
    color: #d8ff12 !important
}

.after-bd-lightLime:after {
    border-color: #d8ff12 !important
}

.after-ol-lightLime:after {
    outline-color: #d8ff12 !important
}

.before-bg-lightGreen:before {
    background: #86e22a !important
}

.before-fg-lightGreen:before {
    color: #86e22a !important
}

.after-bg-lightGreen:after {
    background: #86e22a !important
}

.after-fg-lightGreen:after {
    color: #86e22a !important
}

.after-bd-lightGreen:after {
    border-color: #86e22a !important
}

.after-ol-lightGreen:after {
    outline-color: #86e22a !important
}

.before-bg-lightEmerald:before {
    background: #00d600 !important
}

.before-fg-lightEmerald:before {
    color: #00d600 !important
}

.after-bg-lightEmerald:after {
    background: #00d600 !important
}

.after-fg-lightEmerald:after {
    color: #00d600 !important
}

.after-bd-lightEmerald:after {
    border-color: #00d600 !important
}

.after-ol-lightEmerald:after {
    outline-color: #00d600 !important
}

.before-bg-lightBlue:before {
    background: #3ecbff !important
}

.before-fg-lightBlue:before {
    color: #3ecbff !important
}

.after-bg-lightBlue:after {
    background: #3ecbff !important
}

.after-fg-lightBlue:after {
    color: #3ecbff !important
}

.after-bd-lightBlue:after {
    border-color: #3ecbff !important
}

.after-ol-lightBlue:after {
    outline-color: #3ecbff !important
}

.before-bg-lightTeal:before {
    background: #00f7f5 !important
}

.before-fg-lightTeal:before {
    color: #00f7f5 !important
}

.after-bg-lightTeal:after {
    background: #00f7f5 !important
}

.after-fg-lightTeal:after {
    color: #00f7f5 !important
}

.after-bd-lightTeal:after {
    border-color: #00f7f5 !important
}

.after-ol-lightTeal:after {
    outline-color: #00f7f5 !important
}

.before-bg-lightCyan:before {
    background: #69cbfa !important
}

.before-fg-lightCyan:before {
    color: #69cbfa !important
}

.after-bg-lightCyan:after {
    background: #69cbfa !important
}

.after-fg-lightCyan:after {
    color: #69cbfa !important
}

.after-bd-lightCyan:after {
    border-color: #69cbfa !important
}

.after-ol-lightCyan:after {
    outline-color: #69cbfa !important
}

.before-bg-lightCobalt:before {
    background: #3d7eff !important
}

.before-fg-lightCobalt:before {
    color: #3d7eff !important
}

.after-bg-lightCobalt:after {
    background: #3d7eff !important
}

.after-fg-lightCobalt:after {
    color: #3d7eff !important
}

.after-bd-lightCobalt:after {
    border-color: #3d7eff !important
}

.after-ol-lightCobalt:after {
    outline-color: #3d7eff !important
}

.before-bg-lightIndigo:before {
    background: #974dff !important
}

.before-fg-lightIndigo:before {
    color: #974dff !important
}

.after-bg-lightIndigo:after {
    background: #974dff !important
}

.after-fg-lightIndigo:after {
    color: #974dff !important
}

.after-bd-lightIndigo:after {
    border-color: #974dff !important
}

.after-ol-lightIndigo:after {
    outline-color: #974dff !important
}

.before-bg-lightViolet:before {
    background: #c44dff !important
}

.before-fg-lightViolet:before {
    color: #c44dff !important
}

.after-bg-lightViolet:after {
    background: #c44dff !important
}

.after-fg-lightViolet:after {
    color: #c44dff !important
}

.after-bd-lightViolet:after {
    border-color: #c44dff !important
}

.after-ol-lightViolet:after {
    outline-color: #c44dff !important
}

.before-bg-lightPink:before {
    background: #e98fcb !important
}

.before-fg-lightPink:before {
    color: #e98fcb !important
}

.after-bg-lightPink:after {
    background: #e98fcb !important
}

.after-fg-lightPink:after {
    color: #e98fcb !important
}

.after-bd-lightPink:after {
    border-color: #e98fcb !important
}

.after-ol-lightPink:after {
    outline-color: #e98fcb !important
}

.before-bg-lightMagenta:before {
    background: #ff2599 !important
}

.before-fg-lightMagenta:before {
    color: #ff2599 !important
}

.after-bg-lightMagenta:after {
    background: #ff2599 !important
}

.after-fg-lightMagenta:after {
    color: #ff2599 !important
}

.after-bd-lightMagenta:after {
    border-color: #ff2599 !important
}

.after-ol-lightMagenta:after {
    outline-color: #ff2599 !important
}

.before-bg-lightCrimson:before {
    background: #ef0036 !important
}

.before-fg-lightCrimson:before {
    color: #ef0036 !important
}

.after-bg-lightCrimson:after {
    background: #ef0036 !important
}

.after-fg-lightCrimson:after {
    color: #ef0036 !important
}

.after-bd-lightCrimson:after {
    border-color: #ef0036 !important
}

.after-ol-lightCrimson:after {
    outline-color: #ef0036 !important
}

.before-bg-lightRed:before {
    background: #df6e68 !important
}

.before-fg-lightRed:before {
    color: #df6e68 !important
}

.after-bg-lightRed:after {
    background: #df6e68 !important
}

.after-fg-lightRed:after {
    color: #df6e68 !important
}

.after-bd-lightRed:after {
    border-color: #df6e68 !important
}

.after-ol-lightRed:after {
    outline-color: #df6e68 !important
}

.before-bg-lightOrange:before {
    background: #ff9447 !important
}

.before-fg-lightOrange:before {
    color: #ff9447 !important
}

.after-bg-lightOrange:after {
    background: #ff9447 !important
}

.after-fg-lightOrange:after {
    color: #ff9447 !important
}

.after-bd-lightOrange:after {
    border-color: #ff9447 !important
}

.after-ol-lightOrange:after {
    outline-color: #ff9447 !important
}

.before-bg-lightAmber:before {
    background: #f8bf4f !important
}

.before-fg-lightAmber:before {
    color: #f8bf4f !important
}

.after-bg-lightAmber:after {
    background: #f8bf4f !important
}

.after-fg-lightAmber:after {
    color: #f8bf4f !important
}

.after-bd-lightAmber:after {
    border-color: #f8bf4f !important
}

.after-ol-lightAmber:after {
    outline-color: #f8bf4f !important
}

.before-bg-lightYellow:before {
    background: #fff44d !important
}

.before-fg-lightYellow:before {
    color: #fff44d !important
}

.after-bg-lightYellow:after {
    background: #fff44d !important
}

.after-fg-lightYellow:after {
    color: #fff44d !important
}

.after-bd-lightYellow:after {
    border-color: #fff44d !important
}

.after-ol-lightYellow:after {
    outline-color: #fff44d !important
}

.before-bg-lightBrown:before {
    background: #bb823f !important
}

.before-fg-lightBrown:before {
    color: #bb823f !important
}

.after-bg-lightBrown:after {
    background: #bb823f !important
}

.after-fg-lightBrown:after {
    color: #bb823f !important
}

.after-bd-lightBrown:after {
    border-color: #bb823f !important
}

.after-ol-lightBrown:after {
    outline-color: #bb823f !important
}

.before-bg-lightOlive:before {
    background: #95ab8d !important
}

.before-fg-lightOlive:before {
    color: #95ab8d !important
}

.after-bg-lightOlive:after {
    background: #95ab8d !important
}

.after-fg-lightOlive:after {
    color: #95ab8d !important
}

.after-bd-lightOlive:after {
    border-color: #95ab8d !important
}

.after-ol-lightOlive:after {
    outline-color: #95ab8d !important
}

.before-bg-lightSteel:before {
    background: #8d9cab !important
}

.before-fg-lightSteel:before {
    color: #8d9cab !important
}

.after-bg-lightSteel:after {
    background: #8d9cab !important
}

.after-fg-lightSteel:after {
    color: #8d9cab !important
}

.after-bd-lightSteel:after {
    border-color: #8d9cab !important
}

.after-ol-lightSteel:after {
    outline-color: #8d9cab !important
}

.before-bg-lightMauve:before {
    background: #9c89ad !important
}

.before-fg-lightMauve:before {
    color: #9c89ad !important
}

.after-bg-lightMauve:after {
    background: #9c89ad !important
}

.after-fg-lightMauve:after {
    color: #9c89ad !important
}

.after-bd-lightMauve:after {
    border-color: #9c89ad !important
}

.after-ol-lightMauve:after {
    outline-color: #9c89ad !important
}

.before-bg-lightTaupe:before {
    background: #aea073 !important
}

.before-fg-lightTaupe:before {
    color: #aea073 !important
}

.after-bg-lightTaupe:after {
    background: #aea073 !important
}

.after-fg-lightTaupe:after {
    color: #aea073 !important
}

.after-bd-lightTaupe:after {
    border-color: #aea073 !important
}

.after-ol-lightTaupe:after {
    outline-color: #aea073 !important
}

.before-bg-lightGray:before {
    background: #e4e4e4 !important
}

.before-fg-lightGray:before {
    color: #e4e4e4 !important
}

.after-bg-lightGray:after {
    background: #e4e4e4 !important
}

.after-fg-lightGray:after {
    color: #e4e4e4 !important
}

.after-bd-lightGray:after {
    border-color: #e4e4e4 !important
}

.after-ol-lightGray:after {
    outline-color: #e4e4e4 !important
}

.before-bg-lightGrayBlue:before {
    background: #8aa2ae !important
}

.before-fg-lightGrayBlue:before {
    color: #8aa2ae !important
}

.after-bg-lightGrayBlue:after {
    background: #8aa2ae !important
}

.after-fg-lightGrayBlue:after {
    color: #8aa2ae !important
}

.after-bd-lightGrayBlue:after {
    border-color: #8aa2ae !important
}

.after-ol-lightGrayBlue:after {
    outline-color: #8aa2ae !important
}

.before-bg-darkLime:before {
    background: #647800 !important
}

.before-fg-darkLime:before {
    color: #647800 !important
}

.after-bg-darkLime:after {
    background: #647800 !important
}

.after-fg-darkLime:after {
    color: #647800 !important
}

.after-bd-darkLime:after {
    border-color: #647800 !important
}

.after-ol-darkLime:after {
    outline-color: #647800 !important
}

.before-bg-darkGreen:before {
    background: #3a660e !important
}

.before-fg-darkGreen:before {
    color: #3a660e !important
}

.after-bg-darkGreen:after {
    background: #3a660e !important
}

.after-fg-darkGreen:after {
    color: #3a660e !important
}

.after-bd-darkGreen:after {
    border-color: #3a660e !important
}

.after-ol-darkGreen:after {
    outline-color: #3a660e !important
}

.before-bg-darkEmerald:before {
    background: #003d00 !important
}

.before-fg-darkEmerald:before {
    color: #003d00 !important
}

.after-bg-darkEmerald:after {
    background: #003d00 !important
}

.after-fg-darkEmerald:after {
    color: #003d00 !important
}

.after-bd-darkEmerald:after {
    border-color: #003d00 !important
}

.after-ol-darkEmerald:after {
    outline-color: #003d00 !important
}

.before-bg-darkBlue:before {
    background: #0077a3 !important
}

.before-fg-darkBlue:before {
    color: #0077a3 !important
}

.after-bg-darkBlue:after {
    background: #0077a3 !important
}

.after-fg-darkBlue:after {
    color: #0077a3 !important
}

.after-bd-darkBlue:after {
    border-color: #0077a3 !important
}

.after-ol-darkBlue:after {
    outline-color: #0077a3 !important
}

.before-bg-darkTeal:before {
    background: #005e5d !important
}

.before-fg-darkTeal:before {
    color: #005e5d !important
}

.after-bg-darkTeal:after {
    background: #005e5d !important
}

.after-fg-darkTeal:after {
    color: #005e5d !important
}

.after-bd-darkTeal:after {
    border-color: #005e5d !important
}

.after-ol-darkTeal:after {
    outline-color: #005e5d !important
}

.before-bg-darkCyan:before {
    background: #0686c4 !important
}

.before-fg-darkCyan:before {
    color: #0686c4 !important
}

.after-bg-darkCyan:after {
    background: #0686c4 !important
}

.after-fg-darkCyan:after {
    color: #0686c4 !important
}

.after-bd-darkCyan:after {
    border-color: #0686c4 !important
}

.after-ol-darkCyan:after {
    outline-color: #0686c4 !important
}

.before-bg-darkCobalt:before {
    background: #0036a3 !important
}

.before-fg-darkCobalt:before {
    color: #0036a3 !important
}

.after-bg-darkCobalt:after {
    background: #0036a3 !important
}

.after-fg-darkCobalt:after {
    color: #0036a3 !important
}

.after-bd-darkCobalt:after {
    border-color: #0036a3 !important
}

.after-ol-darkCobalt:after {
    outline-color: #0036a3 !important
}

.before-bg-darkIndigo:before {
    background: #4a00b3 !important
}

.before-fg-darkIndigo:before {
    color: #4a00b3 !important
}

.after-bg-darkIndigo:after {
    background: #4a00b3 !important
}

.after-fg-darkIndigo:after {
    color: #4a00b3 !important
}

.after-bd-darkIndigo:after {
    border-color: #4a00b3 !important
}

.after-ol-darkIndigo:after {
    outline-color: #4a00b3 !important
}

.before-bg-darkViolet:before {
    background: #7700b3 !important
}

.before-fg-darkViolet:before {
    color: #7700b3 !important
}

.after-bg-darkViolet:after {
    background: #7700b3 !important
}

.after-fg-darkViolet:after {
    color: #7700b3 !important
}

.after-bd-darkViolet:after {
    border-color: #7700b3 !important
}

.after-ol-darkViolet:after {
    outline-color: #7700b3 !important
}

.before-bg-darkPink:before {
    background: #ba2588 !important
}

.before-fg-darkPink:before {
    color: #ba2588 !important
}

.after-bg-darkPink:after {
    background: #ba2588 !important
}

.after-fg-darkPink:after {
    color: #ba2588 !important
}

.after-bd-darkPink:after {
    border-color: #ba2588 !important
}

.after-ol-darkPink:after {
    outline-color: #ba2588 !important
}

.before-bg-darkMagenta:before {
    background: #8c004a !important
}

.before-fg-darkMagenta:before {
    color: #8c004a !important
}

.after-bg-darkMagenta:after {
    background: #8c004a !important
}

.after-fg-darkMagenta:after {
    color: #8c004a !important
}

.after-bd-darkMagenta:after {
    border-color: #8c004a !important
}

.after-ol-darkMagenta:after {
    outline-color: #8c004a !important
}

.before-bg-darkCrimson:before {
    background: #560014 !important
}

.before-fg-darkCrimson:before {
    color: #560014 !important
}

.after-bg-darkCrimson:after {
    background: #560014 !important
}

.after-fg-darkCrimson:after {
    color: #560014 !important
}

.after-bd-darkCrimson:after {
    border-color: #560014 !important
}

.after-ol-darkCrimson:after {
    outline-color: #560014 !important
}

.before-bg-darkRed:before {
    background: #8f251f !important
}

.before-fg-darkRed:before {
    color: #8f251f !important
}

.after-bg-darkRed:after {
    background: #8f251f !important
}

.after-fg-darkRed:after {
    color: #8f251f !important
}

.after-bd-darkRed:after {
    border-color: #8f251f !important
}

.after-ol-darkRed:after {
    outline-color: #8f251f !important
}

.before-bg-darkOrange:before {
    background: #ae4800 !important
}

.before-fg-darkOrange:before {
    color: #ae4800 !important
}

.after-bg-darkOrange:after {
    background: #ae4800 !important
}

.after-fg-darkOrange:after {
    color: #ae4800 !important
}

.after-bd-darkOrange:after {
    border-color: #ae4800 !important
}

.after-ol-darkOrange:after {
    outline-color: #ae4800 !important
}

.before-bg-darkAmber:before {
    background: #a77107 !important
}

.before-fg-darkAmber:before {
    color: #a77107 !important
}

.after-bg-darkAmber:after {
    background: #a77107 !important
}

.after-fg-darkAmber:after {
    color: #a77107 !important
}

.after-bd-darkAmber:after {
    border-color: #a77107 !important
}

.after-ol-darkAmber:after {
    outline-color: #a77107 !important
}

.before-bg-darkYellow:before {
    background: #b3a800 !important
}

.before-fg-darkYellow:before {
    color: #b3a800 !important
}

.after-bg-darkYellow:after {
    background: #b3a800 !important
}

.after-fg-darkYellow:after {
    color: #b3a800 !important
}

.after-bd-darkYellow:after {
    border-color: #b3a800 !important
}

.after-ol-darkYellow:after {
    outline-color: #b3a800 !important
}

.before-bg-darkBrown:before {
    background: #493219 !important
}

.before-fg-darkBrown:before {
    color: #493219 !important
}

.after-bg-darkBrown:after {
    background: #493219 !important
}

.after-fg-darkBrown:after {
    color: #493219 !important
}

.after-bd-darkBrown:after {
    border-color: #493219 !important
}

.after-ol-darkBrown:after {
    outline-color: #493219 !important
}

.before-bg-darkOlive:before {
    background: #4a5b43 !important
}

.before-fg-darkOlive:before {
    color: #4a5b43 !important
}

.after-bg-darkOlive:after {
    background: #4a5b43 !important
}

.after-fg-darkOlive:after {
    color: #4a5b43 !important
}

.after-bd-darkOlive:after {
    border-color: #4a5b43 !important
}

.after-ol-darkOlive:after {
    outline-color: #4a5b43 !important
}

.before-bg-darkSteel:before {
    background: #43505b !important
}

.before-fg-darkSteel:before {
    color: #43505b !important
}

.after-bg-darkSteel:after {
    background: #43505b !important
}

.after-fg-darkSteel:after {
    color: #43505b !important
}

.after-bd-darkSteel:after {
    border-color: #43505b !important
}

.after-ol-darkSteel:after {
    outline-color: #43505b !important
}

.before-bg-darkMauve:before {
    background: #4f415d !important
}

.before-fg-darkMauve:before {
    color: #4f415d !important
}

.after-bg-darkMauve:after {
    background: #4f415d !important
}

.after-fg-darkMauve:after {
    color: #4f415d !important
}

.after-bd-darkMauve:after {
    border-color: #4f415d !important
}

.after-ol-darkMauve:after {
    outline-color: #4f415d !important
}

.before-bg-darkTaupe:before {
    background: #574e32 !important
}

.before-fg-darkTaupe:before {
    color: #574e32 !important
}

.after-bg-darkTaupe:after {
    background: #574e32 !important
}

.after-fg-darkTaupe:after {
    color: #574e32 !important
}

.after-bd-darkTaupe:after {
    border-color: #574e32 !important
}

.after-ol-darkTaupe:after {
    outline-color: #574e32 !important
}

.before-bg-darkGray:before {
    background: #989898 !important
}

.before-fg-darkGray:before {
    color: #989898 !important
}

.after-bg-darkGray:after {
    background: #989898 !important
}

.after-fg-darkGray:after {
    color: #989898 !important
}

.after-bd-darkGray:after {
    border-color: #989898 !important
}

.after-ol-darkGray:after {
    outline-color: #989898 !important
}

.before-bg-darkGrayBlue:before {
    background: #41545e !important
}

.before-fg-darkGrayBlue:before {
    color: #41545e !important
}

.after-bg-darkGrayBlue:after {
    background: #41545e !important
}

.after-fg-darkGrayBlue:after {
    color: #41545e !important
}

.after-bd-darkGrayBlue:after {
    border-color: #41545e !important
}

.after-ol-darkGrayBlue:after {
    outline-color: #41545e !important
}

.ribbed-black {
    background: #000 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-white {
    background: #fff linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-dark {
    background: #1d1d1d linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-light {
    background: #f8f8f8 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-grayBlue {
    background: #607d8b linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-grayWhite {
    background: #f5f5f5 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-grayMouse {
    background: #455a64 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-brandColor1 {
    background: #2ac4f4 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-brandColor2 {
    background: #004d6f linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-lime {
    background: #a4c400 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-green {
    background: #60a917 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-emerald {
    background: #008a00 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-blue {
    background: #00aff0 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-teal {
    background: #00aba9 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-cyan {
    background: #1fb1f8 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-cobalt {
    background: #0050ef linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-indigo {
    background: #6a00ff linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-violet {
    background: #a0f linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-pink {
    background: #dc4fad linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-magenta {
    background: #d80073 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-crimson {
    background: #a20025 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-red {
    background: #ce352c linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-orange {
    background: #fa6800 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-amber {
    background: #f0a30a linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-yellow {
    background: #fff000 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-brown {
    background: #825a2c linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-olive {
    background: #6d8764 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-steel {
    background: #647687 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-mauve {
    background: #76608a linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-taupe {
    background: #87794e linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-gray {
    background: #bebebe linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-lightLime {
    background: #d8ff12 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-lightGreen {
    background: #86e22a linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-lightEmerald {
    background: #00d600 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-lightBlue {
    background: #3ecbff linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-lightTeal {
    background: #00f7f5 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-lightCyan {
    background: #69cbfa linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-lightCobalt {
    background: #3d7eff linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-lightIndigo {
    background: #974dff linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-lightViolet {
    background: #c44dff linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-lightPink {
    background: #e98fcb linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-lightMagenta {
    background: #ff2599 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-lightCrimson {
    background: #ef0036 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-lightRed {
    background: #df6e68 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-lightOrange {
    background: #ff9447 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-lightAmber {
    background: #f8bf4f linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-lightYellow {
    background: #fff44d linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-lightBrown {
    background: #bb823f linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-lightOlive {
    background: #95ab8d linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-lightSteel {
    background: #8d9cab linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-lightMauve {
    background: #9c89ad linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-lightTaupe {
    background: #aea073 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-lightGray {
    background: #e4e4e4 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-lightGrayBlue {
    background: #8aa2ae linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-darkLime {
    background: #647800 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-darkGreen {
    background: #3a660e linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-darkEmerald {
    background: #003d00 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-darkBlue {
    background: #0077a3 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-darkTeal {
    background: #005e5d linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-darkCyan {
    background: #0686c4 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-darkCobalt {
    background: #0036a3 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-darkIndigo {
    background: #4a00b3 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-darkViolet {
    background: #7700b3 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-darkPink {
    background: #ba2588 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-darkMagenta {
    background: #8c004a linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-darkCrimson {
    background: #560014 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-darkRed {
    background: #8f251f linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-darkOrange {
    background: #ae4800 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-darkAmber {
    background: #a77107 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-darkYellow {
    background: #b3a800 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-darkBrown {
    background: #493219 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-darkOlive {
    background: #4a5b43 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-darkSteel {
    background: #43505b linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-darkMauve {
    background: #4f415d linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-darkTaupe {
    background: #574e32 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-darkGray {
    background: #989898 linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.ribbed-darkGrayBlue {
    background: #41545e linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 20px 20px !important
}

.badge.primary,
.button.primary,
.command-button.primary,
.image-button.primary,
.info-button.primary,
.input .button.primary,
.notify.primary,
.select .button.primary,
.shortcut.primary,
.spinner .button.primary,
.split-button .split.primary,
.tag-input .button.primary,
.tally.primary,
.toast.primary,
.tool-button.primary,
code.primary,
tbody td.primary,
tbody tr.primary {
    background-color: #0366d6;
    color: #fff;
    outline-color: #75b5fd
}

.badge.primary.outline,
.button.primary.outline,
.command-button.primary.outline,
.image-button.primary.outline,
.info-button.primary.outline,
.input .button.primary.outline,
.notify.primary.outline,
.select .button.primary.outline,
.shortcut.primary.outline,
.spinner .button.primary.outline,
.split-button .split.primary.outline,
.tag-input .button.primary.outline,
.tally.primary.outline,
.toast.primary.outline,
.tool-button.primary.outline,
code.primary.outline,
tbody td.primary.outline,
tbody tr.primary.outline {
    background-color: initial;
    border-color: #0366d6;
    color: #0366d6 !important
}

.badge.primary.outline.dropdown-toggle:before,
.button.primary.outline.dropdown-toggle:before,
.command-button.primary.outline.dropdown-toggle:before,
.image-button.primary.outline.dropdown-toggle:before,
.info-button.primary.outline.dropdown-toggle:before,
.input .button.primary.outline.dropdown-toggle:before,
.notify.primary.outline.dropdown-toggle:before,
.select .button.primary.outline.dropdown-toggle:before,
.shortcut.primary.outline.dropdown-toggle:before,
.spinner .button.primary.outline.dropdown-toggle:before,
.split-button .split.primary.outline.dropdown-toggle:before,
.tag-input .button.primary.outline.dropdown-toggle:before,
.tally.primary.outline.dropdown-toggle:before,
.toast.primary.outline.dropdown-toggle:before,
.tool-button.primary.outline.dropdown-toggle:before,
code.primary.outline.dropdown-toggle:before,
tbody td.primary.outline.dropdown-toggle:before,
tbody tr.primary.outline.dropdown-toggle:before {
    border-color: #0366d6
}

.badge.primary.outline:hover,
.button.primary.outline:hover,
.command-button.primary.outline:hover,
.image-button.primary.outline:hover,
.info-button.primary.outline:hover,
.input .button.primary.outline:hover,
.notify.primary.outline:hover,
.select .button.primary.outline:hover,
.shortcut.primary.outline:hover,
.spinner .button.primary.outline:hover,
.split-button .split.primary.outline:hover,
.tag-input .button.primary.outline:hover,
.tally.primary.outline:hover,
.toast.primary.outline:hover,
.tool-button.primary.outline:hover,
code.primary.outline:hover,
tbody td.primary.outline:hover,
tbody tr.primary.outline:hover {
    color: #fff !important
}

.badge.primary.dropdown-toggle:before,
.button.primary.dropdown-toggle:before,
.command-button.primary.dropdown-toggle:before,
.image-button.primary.dropdown-toggle:before,
.info-button.primary.dropdown-toggle:before,
.input .button.primary.dropdown-toggle:before,
.notify.primary.dropdown-toggle:before,
.select .button.primary.dropdown-toggle:before,
.shortcut.primary.dropdown-toggle:before,
.spinner .button.primary.dropdown-toggle:before,
.split-button .split.primary.dropdown-toggle:before,
.tag-input .button.primary.dropdown-toggle:before,
.tally.primary.dropdown-toggle:before,
.toast.primary.dropdown-toggle:before,
.tool-button.primary.dropdown-toggle:before,
code.primary.dropdown-toggle:before,
tbody td.primary.dropdown-toggle:before,
tbody tr.primary.dropdown-toggle:before {
    border-color: #fff
}

.badge.primary:hover,
.button.primary:hover,
.command-button.primary:hover,
.image-button.primary:hover,
.info-button.primary:hover,
.input .button.primary:hover,
.notify.primary:hover,
.select .button.primary:hover,
.shortcut.primary:hover,
.spinner .button.primary:hover,
.split-button .split.primary:hover,
.tag-input .button.primary:hover,
.tally.primary:hover,
.toast.primary:hover,
.tool-button.primary:hover,
code.primary:hover,
tbody td.primary:hover,
tbody tr.primary:hover {
    background-color: #024ea4;
    border-color: #023671;
    color: #fff
}

.badge.primary:hover.dropdown-toggle:before,
.button.primary:hover.dropdown-toggle:before,
.command-button.primary:hover.dropdown-toggle:before,
.image-button.primary:hover.dropdown-toggle:before,
.info-button.primary:hover.dropdown-toggle:before,
.input .button.primary:hover.dropdown-toggle:before,
.notify.primary:hover.dropdown-toggle:before,
.select .button.primary:hover.dropdown-toggle:before,
.shortcut.primary:hover.dropdown-toggle:before,
.spinner .button.primary:hover.dropdown-toggle:before,
.split-button .split.primary:hover.dropdown-toggle:before,
.tag-input .button.primary:hover.dropdown-toggle:before,
.tally.primary:hover.dropdown-toggle:before,
.toast.primary:hover.dropdown-toggle:before,
.tool-button.primary:hover.dropdown-toggle:before,
code.primary:hover.dropdown-toggle:before,
tbody td.primary:hover.dropdown-toggle:before,
tbody tr.primary:hover.dropdown-toggle:before {
    border-color: #fff
}

.badge.primary.same-color:hover,
.button.primary.same-color:hover,
.command-button.primary.same-color:hover,
.image-button.primary.same-color:hover,
.info-button.primary.same-color:hover,
.input .button.primary.same-color:hover,
.notify.primary.same-color:hover,
.select .button.primary.same-color:hover,
.shortcut.primary.same-color:hover,
.spinner .button.primary.same-color:hover,
.split-button .split.primary.same-color:hover,
.tag-input .button.primary.same-color:hover,
.tally.primary.same-color:hover,
.toast.primary.same-color:hover,
.tool-button.primary.same-color:hover,
code.primary.same-color:hover,
tbody td.primary.same-color:hover,
tbody tr.primary.same-color:hover {
    background-color: #0366d6;
    border-color: #0366d6
}

.badge.primary.focus,
.badge.primary:active,
.badge.primary:focus,
.button.primary.focus,
.button.primary:active,
.button.primary:focus,
.command-button.primary.focus,
.command-button.primary:active,
.command-button.primary:focus,
.image-button.primary.focus,
.image-button.primary:active,
.image-button.primary:focus,
.info-button.primary.focus,
.info-button.primary:active,
.info-button.primary:focus,
.input .button.primary.focus,
.input .button.primary:active,
.input .button.primary:focus,
.notify.primary.focus,
.notify.primary:active,
.notify.primary:focus,
.select .button.primary.focus,
.select .button.primary:active,
.select .button.primary:focus,
.shortcut.primary.focus,
.shortcut.primary:active,
.shortcut.primary:focus,
.spinner .button.primary.focus,
.spinner .button.primary:active,
.spinner .button.primary:focus,
.split-button .split.primary.focus,
.split-button .split.primary:active,
.split-button .split.primary:focus,
.tag-input .button.primary.focus,
.tag-input .button.primary:active,
.tag-input .button.primary:focus,
.tally.primary.focus,
.tally.primary:active,
.tally.primary:focus,
.toast.primary.focus,
.toast.primary:active,
.toast.primary:focus,
.tool-button.primary.focus,
.tool-button.primary:active,
.tool-button.primary:focus,
code.primary.focus,
code.primary:active,
code.primary:focus,
tbody td.primary.focus,
tbody td.primary:active,
tbody td.primary:focus,
tbody tr.primary.focus,
tbody tr.primary:active,
tbody tr.primary:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(3, 102, 214, .45);
    box-shadow: 0 0 0 3px rgba(3, 102, 214, .45)
}

.badge.secondary,
.button.secondary,
.command-button.secondary,
.image-button.secondary,
.info-button.secondary,
.input .button.secondary,
.notify.secondary,
.select .button.secondary,
.shortcut.secondary,
.spinner .button.secondary,
.split-button .split.secondary,
.tag-input .button.secondary,
.tally.secondary,
.toast.secondary,
.tool-button.secondary,
code.secondary,
tbody td.secondary,
tbody tr.secondary {
    background-color: #607d8b;
    color: #fff;
    outline-color: #b7c6cd
}

.badge.secondary.outline,
.button.secondary.outline,
.command-button.secondary.outline,
.image-button.secondary.outline,
.info-button.secondary.outline,
.input .button.secondary.outline,
.notify.secondary.outline,
.select .button.secondary.outline,
.shortcut.secondary.outline,
.spinner .button.secondary.outline,
.split-button .split.secondary.outline,
.tag-input .button.secondary.outline,
.tally.secondary.outline,
.toast.secondary.outline,
.tool-button.secondary.outline,
code.secondary.outline,
tbody td.secondary.outline,
tbody tr.secondary.outline {
    background-color: initial;
    border-color: #607d8b;
    color: #607d8b !important
}

.badge.secondary.outline.dropdown-toggle:before,
.button.secondary.outline.dropdown-toggle:before,
.command-button.secondary.outline.dropdown-toggle:before,
.image-button.secondary.outline.dropdown-toggle:before,
.info-button.secondary.outline.dropdown-toggle:before,
.input .button.secondary.outline.dropdown-toggle:before,
.notify.secondary.outline.dropdown-toggle:before,
.select .button.secondary.outline.dropdown-toggle:before,
.shortcut.secondary.outline.dropdown-toggle:before,
.spinner .button.secondary.outline.dropdown-toggle:before,
.split-button .split.secondary.outline.dropdown-toggle:before,
.tag-input .button.secondary.outline.dropdown-toggle:before,
.tally.secondary.outline.dropdown-toggle:before,
.toast.secondary.outline.dropdown-toggle:before,
.tool-button.secondary.outline.dropdown-toggle:before,
code.secondary.outline.dropdown-toggle:before,
tbody td.secondary.outline.dropdown-toggle:before,
tbody tr.secondary.outline.dropdown-toggle:before {
    border-color: #607d8b
}

.badge.secondary.outline:hover,
.button.secondary.outline:hover,
.command-button.secondary.outline:hover,
.image-button.secondary.outline:hover,
.info-button.secondary.outline:hover,
.input .button.secondary.outline:hover,
.notify.secondary.outline:hover,
.select .button.secondary.outline:hover,
.shortcut.secondary.outline:hover,
.spinner .button.secondary.outline:hover,
.split-button .split.secondary.outline:hover,
.tag-input .button.secondary.outline:hover,
.tally.secondary.outline:hover,
.toast.secondary.outline:hover,
.tool-button.secondary.outline:hover,
code.secondary.outline:hover,
tbody td.secondary.outline:hover,
tbody tr.secondary.outline:hover {
    color: #fff !important
}

.badge.secondary.dropdown-toggle:before,
.button.secondary.dropdown-toggle:before,
.command-button.secondary.dropdown-toggle:before,
.image-button.secondary.dropdown-toggle:before,
.info-button.secondary.dropdown-toggle:before,
.input .button.secondary.dropdown-toggle:before,
.notify.secondary.dropdown-toggle:before,
.select .button.secondary.dropdown-toggle:before,
.shortcut.secondary.dropdown-toggle:before,
.spinner .button.secondary.dropdown-toggle:before,
.split-button .split.secondary.dropdown-toggle:before,
.tag-input .button.secondary.dropdown-toggle:before,
.tally.secondary.dropdown-toggle:before,
.toast.secondary.dropdown-toggle:before,
.tool-button.secondary.dropdown-toggle:before,
code.secondary.dropdown-toggle:before,
tbody td.secondary.dropdown-toggle:before,
tbody tr.secondary.dropdown-toggle:before {
    border-color: #fff
}

.badge.secondary:hover,
.button.secondary:hover,
.command-button.secondary:hover,
.image-button.secondary:hover,
.info-button.secondary:hover,
.input .button.secondary:hover,
.notify.secondary:hover,
.select .button.secondary:hover,
.shortcut.secondary:hover,
.spinner .button.secondary:hover,
.split-button .split.secondary:hover,
.tag-input .button.secondary:hover,
.tally.secondary:hover,
.toast.secondary:hover,
.tool-button.secondary:hover,
code.secondary:hover,
tbody td.secondary:hover,
tbody tr.secondary:hover {
    background-color: #4b626d;
    border-color: #36474f;
    color: #fff
}

.badge.secondary:hover.dropdown-toggle:before,
.button.secondary:hover.dropdown-toggle:before,
.command-button.secondary:hover.dropdown-toggle:before,
.image-button.secondary:hover.dropdown-toggle:before,
.info-button.secondary:hover.dropdown-toggle:before,
.input .button.secondary:hover.dropdown-toggle:before,
.notify.secondary:hover.dropdown-toggle:before,
.select .button.secondary:hover.dropdown-toggle:before,
.shortcut.secondary:hover.dropdown-toggle:before,
.spinner .button.secondary:hover.dropdown-toggle:before,
.split-button .split.secondary:hover.dropdown-toggle:before,
.tag-input .button.secondary:hover.dropdown-toggle:before,
.tally.secondary:hover.dropdown-toggle:before,
.toast.secondary:hover.dropdown-toggle:before,
.tool-button.secondary:hover.dropdown-toggle:before,
code.secondary:hover.dropdown-toggle:before,
tbody td.secondary:hover.dropdown-toggle:before,
tbody tr.secondary:hover.dropdown-toggle:before {
    border-color: #fff
}

.badge.secondary.same-color:hover,
.button.secondary.same-color:hover,
.command-button.secondary.same-color:hover,
.image-button.secondary.same-color:hover,
.info-button.secondary.same-color:hover,
.input .button.secondary.same-color:hover,
.notify.secondary.same-color:hover,
.select .button.secondary.same-color:hover,
.shortcut.secondary.same-color:hover,
.spinner .button.secondary.same-color:hover,
.split-button .split.secondary.same-color:hover,
.tag-input .button.secondary.same-color:hover,
.tally.secondary.same-color:hover,
.toast.secondary.same-color:hover,
.tool-button.secondary.same-color:hover,
code.secondary.same-color:hover,
tbody td.secondary.same-color:hover,
tbody tr.secondary.same-color:hover {
    background-color: #607d8b;
    border-color: #607d8b
}

.badge.secondary.focus,
.badge.secondary:active,
.badge.secondary:focus,
.button.secondary.focus,
.button.secondary:active,
.button.secondary:focus,
.command-button.secondary.focus,
.command-button.secondary:active,
.command-button.secondary:focus,
.image-button.secondary.focus,
.image-button.secondary:active,
.image-button.secondary:focus,
.info-button.secondary.focus,
.info-button.secondary:active,
.info-button.secondary:focus,
.input .button.secondary.focus,
.input .button.secondary:active,
.input .button.secondary:focus,
.notify.secondary.focus,
.notify.secondary:active,
.notify.secondary:focus,
.select .button.secondary.focus,
.select .button.secondary:active,
.select .button.secondary:focus,
.shortcut.secondary.focus,
.shortcut.secondary:active,
.shortcut.secondary:focus,
.spinner .button.secondary.focus,
.spinner .button.secondary:active,
.spinner .button.secondary:focus,
.split-button .split.secondary.focus,
.split-button .split.secondary:active,
.split-button .split.secondary:focus,
.tag-input .button.secondary.focus,
.tag-input .button.secondary:active,
.tag-input .button.secondary:focus,
.tally.secondary.focus,
.tally.secondary:active,
.tally.secondary:focus,
.toast.secondary.focus,
.toast.secondary:active,
.toast.secondary:focus,
.tool-button.secondary.focus,
.tool-button.secondary:active,
.tool-button.secondary:focus,
code.secondary.focus,
code.secondary:active,
code.secondary:focus,
tbody td.secondary.focus,
tbody td.secondary:active,
tbody td.secondary:focus,
tbody tr.secondary.focus,
tbody tr.secondary:active,
tbody tr.secondary:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(96, 125, 139, .45);
    box-shadow: 0 0 0 3px rgba(96, 125, 139, .45)
}

.badge.success,
.button.success,
.command-button.success,
.image-button.success,
.info-button.success,
.input .button.success,
.notify.success,
.select .button.success,
.shortcut.success,
.spinner .button.success,
.split-button .split.success,
.tag-input .button.success,
.tally.success,
.toast.success,
.tool-button.success,
code.success,
tbody td.success,
tbody tr.success {
    background-color: #60a917;
    color: #fff;
    outline-color: #adeb6e
}

.badge.success.outline,
.button.success.outline,
.command-button.success.outline,
.image-button.success.outline,
.info-button.success.outline,
.input .button.success.outline,
.notify.success.outline,
.select .button.success.outline,
.shortcut.success.outline,
.spinner .button.success.outline,
.split-button .split.success.outline,
.tag-input .button.success.outline,
.tally.success.outline,
.toast.success.outline,
.tool-button.success.outline,
code.success.outline,
tbody td.success.outline,
tbody tr.success.outline {
    background-color: initial;
    border-color: #60a917;
    color: #60a917 !important
}

.badge.success.outline.dropdown-toggle:before,
.button.success.outline.dropdown-toggle:before,
.command-button.success.outline.dropdown-toggle:before,
.image-button.success.outline.dropdown-toggle:before,
.info-button.success.outline.dropdown-toggle:before,
.input .button.success.outline.dropdown-toggle:before,
.notify.success.outline.dropdown-toggle:before,
.select .button.success.outline.dropdown-toggle:before,
.shortcut.success.outline.dropdown-toggle:before,
.spinner .button.success.outline.dropdown-toggle:before,
.split-button .split.success.outline.dropdown-toggle:before,
.tag-input .button.success.outline.dropdown-toggle:before,
.tally.success.outline.dropdown-toggle:before,
.toast.success.outline.dropdown-toggle:before,
.tool-button.success.outline.dropdown-toggle:before,
code.success.outline.dropdown-toggle:before,
tbody td.success.outline.dropdown-toggle:before,
tbody tr.success.outline.dropdown-toggle:before {
    border-color: #60a917
}

.badge.success.outline:hover,
.button.success.outline:hover,
.command-button.success.outline:hover,
.image-button.success.outline:hover,
.info-button.success.outline:hover,
.input .button.success.outline:hover,
.notify.success.outline:hover,
.select .button.success.outline:hover,
.shortcut.success.outline:hover,
.spinner .button.success.outline:hover,
.split-button .split.success.outline:hover,
.tag-input .button.success.outline:hover,
.tally.success.outline:hover,
.toast.success.outline:hover,
.tool-button.success.outline:hover,
code.success.outline:hover,
tbody td.success.outline:hover,
tbody tr.success.outline:hover {
    color: #fff !important
}

.badge.success.dropdown-toggle:before,
.button.success.dropdown-toggle:before,
.command-button.success.dropdown-toggle:before,
.image-button.success.dropdown-toggle:before,
.info-button.success.dropdown-toggle:before,
.input .button.success.dropdown-toggle:before,
.notify.success.dropdown-toggle:before,
.select .button.success.dropdown-toggle:before,
.shortcut.success.dropdown-toggle:before,
.spinner .button.success.dropdown-toggle:before,
.split-button .split.success.dropdown-toggle:before,
.tag-input .button.success.dropdown-toggle:before,
.tally.success.dropdown-toggle:before,
.toast.success.dropdown-toggle:before,
.tool-button.success.dropdown-toggle:before,
code.success.dropdown-toggle:before,
tbody td.success.dropdown-toggle:before,
tbody tr.success.dropdown-toggle:before {
    border-color: #fff
}

.badge.success:hover,
.button.success:hover,
.command-button.success:hover,
.image-button.success:hover,
.info-button.success:hover,
.input .button.success:hover,
.notify.success:hover,
.select .button.success:hover,
.shortcut.success:hover,
.spinner .button.success:hover,
.split-button .split.success:hover,
.tag-input .button.success:hover,
.tally.success:hover,
.toast.success:hover,
.tool-button.success:hover,
code.success:hover,
tbody td.success:hover,
tbody tr.success:hover {
    background-color: #477c11;
    border-color: #2d4f0b;
    color: #fff
}

.badge.success:hover.dropdown-toggle:before,
.button.success:hover.dropdown-toggle:before,
.command-button.success:hover.dropdown-toggle:before,
.image-button.success:hover.dropdown-toggle:before,
.info-button.success:hover.dropdown-toggle:before,
.input .button.success:hover.dropdown-toggle:before,
.notify.success:hover.dropdown-toggle:before,
.select .button.success:hover.dropdown-toggle:before,
.shortcut.success:hover.dropdown-toggle:before,
.spinner .button.success:hover.dropdown-toggle:before,
.split-button .split.success:hover.dropdown-toggle:before,
.tag-input .button.success:hover.dropdown-toggle:before,
.tally.success:hover.dropdown-toggle:before,
.toast.success:hover.dropdown-toggle:before,
.tool-button.success:hover.dropdown-toggle:before,
code.success:hover.dropdown-toggle:before,
tbody td.success:hover.dropdown-toggle:before,
tbody tr.success:hover.dropdown-toggle:before {
    border-color: #fff
}

.badge.success.same-color:hover,
.button.success.same-color:hover,
.command-button.success.same-color:hover,
.image-button.success.same-color:hover,
.info-button.success.same-color:hover,
.input .button.success.same-color:hover,
.notify.success.same-color:hover,
.select .button.success.same-color:hover,
.shortcut.success.same-color:hover,
.spinner .button.success.same-color:hover,
.split-button .split.success.same-color:hover,
.tag-input .button.success.same-color:hover,
.tally.success.same-color:hover,
.toast.success.same-color:hover,
.tool-button.success.same-color:hover,
code.success.same-color:hover,
tbody td.success.same-color:hover,
tbody tr.success.same-color:hover {
    background-color: #60a917;
    border-color: #60a917
}

.badge.success.focus,
.badge.success:active,
.badge.success:focus,
.button.success.focus,
.button.success:active,
.button.success:focus,
.command-button.success.focus,
.command-button.success:active,
.command-button.success:focus,
.image-button.success.focus,
.image-button.success:active,
.image-button.success:focus,
.info-button.success.focus,
.info-button.success:active,
.info-button.success:focus,
.input .button.success.focus,
.input .button.success:active,
.input .button.success:focus,
.notify.success.focus,
.notify.success:active,
.notify.success:focus,
.select .button.success.focus,
.select .button.success:active,
.select .button.success:focus,
.shortcut.success.focus,
.shortcut.success:active,
.shortcut.success:focus,
.spinner .button.success.focus,
.spinner .button.success:active,
.spinner .button.success:focus,
.split-button .split.success.focus,
.split-button .split.success:active,
.split-button .split.success:focus,
.tag-input .button.success.focus,
.tag-input .button.success:active,
.tag-input .button.success:focus,
.tally.success.focus,
.tally.success:active,
.tally.success:focus,
.toast.success.focus,
.toast.success:active,
.toast.success:focus,
.tool-button.success.focus,
.tool-button.success:active,
.tool-button.success:focus,
code.success.focus,
code.success:active,
code.success:focus,
tbody td.success.focus,
tbody td.success:active,
tbody td.success:focus,
tbody tr.success.focus,
tbody tr.success:active,
tbody tr.success:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(96, 169, 23, .45);
    box-shadow: 0 0 0 3px rgba(96, 169, 23, .45)
}

.badge.alert,
.button.alert,
.command-button.alert,
.image-button.alert,
.info-button.alert,
.input .button.alert,
.notify.alert,
.select .button.alert,
.shortcut.alert,
.spinner .button.alert,
.split-button .split.alert,
.tag-input .button.alert,
.tally.alert,
.toast.alert,
.tool-button.alert,
code.alert,
tbody td.alert,
tbody tr.alert {
    background-color: #ce352c;
    color: #fff;
    outline-color: #ecaba7
}

.badge.alert.outline,
.button.alert.outline,
.command-button.alert.outline,
.image-button.alert.outline,
.info-button.alert.outline,
.input .button.alert.outline,
.notify.alert.outline,
.select .button.alert.outline,
.shortcut.alert.outline,
.spinner .button.alert.outline,
.split-button .split.alert.outline,
.tag-input .button.alert.outline,
.tally.alert.outline,
.toast.alert.outline,
.tool-button.alert.outline,
code.alert.outline,
tbody td.alert.outline,
tbody tr.alert.outline {
    background-color: initial;
    border-color: #ce352c;
    color: #ce352c !important
}

.badge.alert.outline.dropdown-toggle:before,
.button.alert.outline.dropdown-toggle:before,
.command-button.alert.outline.dropdown-toggle:before,
.image-button.alert.outline.dropdown-toggle:before,
.info-button.alert.outline.dropdown-toggle:before,
.input .button.alert.outline.dropdown-toggle:before,
.notify.alert.outline.dropdown-toggle:before,
.select .button.alert.outline.dropdown-toggle:before,
.shortcut.alert.outline.dropdown-toggle:before,
.spinner .button.alert.outline.dropdown-toggle:before,
.split-button .split.alert.outline.dropdown-toggle:before,
.tag-input .button.alert.outline.dropdown-toggle:before,
.tally.alert.outline.dropdown-toggle:before,
.toast.alert.outline.dropdown-toggle:before,
.tool-button.alert.outline.dropdown-toggle:before,
code.alert.outline.dropdown-toggle:before,
tbody td.alert.outline.dropdown-toggle:before,
tbody tr.alert.outline.dropdown-toggle:before {
    border-color: #ce352c
}

.badge.alert.outline:hover,
.button.alert.outline:hover,
.command-button.alert.outline:hover,
.image-button.alert.outline:hover,
.info-button.alert.outline:hover,
.input .button.alert.outline:hover,
.notify.alert.outline:hover,
.select .button.alert.outline:hover,
.shortcut.alert.outline:hover,
.spinner .button.alert.outline:hover,
.split-button .split.alert.outline:hover,
.tag-input .button.alert.outline:hover,
.tally.alert.outline:hover,
.toast.alert.outline:hover,
.tool-button.alert.outline:hover,
code.alert.outline:hover,
tbody td.alert.outline:hover,
tbody tr.alert.outline:hover {
    color: #fff !important
}

.badge.alert.dropdown-toggle:before,
.button.alert.dropdown-toggle:before,
.command-button.alert.dropdown-toggle:before,
.image-button.alert.dropdown-toggle:before,
.info-button.alert.dropdown-toggle:before,
.input .button.alert.dropdown-toggle:before,
.notify.alert.dropdown-toggle:before,
.select .button.alert.dropdown-toggle:before,
.shortcut.alert.dropdown-toggle:before,
.spinner .button.alert.dropdown-toggle:before,
.split-button .split.alert.dropdown-toggle:before,
.tag-input .button.alert.dropdown-toggle:before,
.tally.alert.dropdown-toggle:before,
.toast.alert.dropdown-toggle:before,
.tool-button.alert.dropdown-toggle:before,
code.alert.dropdown-toggle:before,
tbody td.alert.dropdown-toggle:before,
tbody tr.alert.dropdown-toggle:before {
    border-color: #fff
}

.badge.alert:hover,
.button.alert:hover,
.command-button.alert:hover,
.image-button.alert:hover,
.info-button.alert:hover,
.input .button.alert:hover,
.notify.alert:hover,
.select .button.alert:hover,
.shortcut.alert:hover,
.spinner .button.alert:hover,
.split-button .split.alert:hover,
.tag-input .button.alert:hover,
.tally.alert:hover,
.toast.alert:hover,
.tool-button.alert:hover,
code.alert:hover,
tbody td.alert:hover,
tbody tr.alert:hover {
    background-color: #a42a23;
    border-color: #7a1f1a;
    color: #fff
}

.badge.alert:hover.dropdown-toggle:before,
.button.alert:hover.dropdown-toggle:before,
.command-button.alert:hover.dropdown-toggle:before,
.image-button.alert:hover.dropdown-toggle:before,
.info-button.alert:hover.dropdown-toggle:before,
.input .button.alert:hover.dropdown-toggle:before,
.notify.alert:hover.dropdown-toggle:before,
.select .button.alert:hover.dropdown-toggle:before,
.shortcut.alert:hover.dropdown-toggle:before,
.spinner .button.alert:hover.dropdown-toggle:before,
.split-button .split.alert:hover.dropdown-toggle:before,
.tag-input .button.alert:hover.dropdown-toggle:before,
.tally.alert:hover.dropdown-toggle:before,
.toast.alert:hover.dropdown-toggle:before,
.tool-button.alert:hover.dropdown-toggle:before,
code.alert:hover.dropdown-toggle:before,
tbody td.alert:hover.dropdown-toggle:before,
tbody tr.alert:hover.dropdown-toggle:before {
    border-color: #fff
}

.badge.alert.same-color:hover,
.button.alert.same-color:hover,
.command-button.alert.same-color:hover,
.image-button.alert.same-color:hover,
.info-button.alert.same-color:hover,
.input .button.alert.same-color:hover,
.notify.alert.same-color:hover,
.select .button.alert.same-color:hover,
.shortcut.alert.same-color:hover,
.spinner .button.alert.same-color:hover,
.split-button .split.alert.same-color:hover,
.tag-input .button.alert.same-color:hover,
.tally.alert.same-color:hover,
.toast.alert.same-color:hover,
.tool-button.alert.same-color:hover,
code.alert.same-color:hover,
tbody td.alert.same-color:hover,
tbody tr.alert.same-color:hover {
    background-color: #ce352c;
    border-color: #ce352c
}

.badge.alert.focus,
.badge.alert:active,
.badge.alert:focus,
.button.alert.focus,
.button.alert:active,
.button.alert:focus,
.command-button.alert.focus,
.command-button.alert:active,
.command-button.alert:focus,
.image-button.alert.focus,
.image-button.alert:active,
.image-button.alert:focus,
.info-button.alert.focus,
.info-button.alert:active,
.info-button.alert:focus,
.input .button.alert.focus,
.input .button.alert:active,
.input .button.alert:focus,
.notify.alert.focus,
.notify.alert:active,
.notify.alert:focus,
.select .button.alert.focus,
.select .button.alert:active,
.select .button.alert:focus,
.shortcut.alert.focus,
.shortcut.alert:active,
.shortcut.alert:focus,
.spinner .button.alert.focus,
.spinner .button.alert:active,
.spinner .button.alert:focus,
.split-button .split.alert.focus,
.split-button .split.alert:active,
.split-button .split.alert:focus,
.tag-input .button.alert.focus,
.tag-input .button.alert:active,
.tag-input .button.alert:focus,
.tally.alert.focus,
.tally.alert:active,
.tally.alert:focus,
.toast.alert.focus,
.toast.alert:active,
.toast.alert:focus,
.tool-button.alert.focus,
.tool-button.alert:active,
.tool-button.alert:focus,
code.alert.focus,
code.alert:active,
code.alert:focus,
tbody td.alert.focus,
tbody td.alert:active,
tbody td.alert:focus,
tbody tr.alert.focus,
tbody tr.alert:active,
tbody tr.alert:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(206, 53, 44, .45);
    box-shadow: 0 0 0 3px rgba(206, 53, 44, .45)
}

.badge.warning,
.button.warning,
.command-button.warning,
.image-button.warning,
.info-button.warning,
.input .button.warning,
.notify.warning,
.select .button.warning,
.shortcut.warning,
.spinner .button.warning,
.split-button .split.warning,
.tag-input .button.warning,
.tally.warning,
.toast.warning,
.tool-button.warning,
code.warning,
tbody td.warning,
tbody tr.warning {
    background-color: #ff9447;
    color: #fff;
    outline-color: #ffede1
}

.badge.warning.outline,
.button.warning.outline,
.command-button.warning.outline,
.image-button.warning.outline,
.info-button.warning.outline,
.input .button.warning.outline,
.notify.warning.outline,
.select .button.warning.outline,
.shortcut.warning.outline,
.spinner .button.warning.outline,
.split-button .split.warning.outline,
.tag-input .button.warning.outline,
.tally.warning.outline,
.toast.warning.outline,
.tool-button.warning.outline,
code.warning.outline,
tbody td.warning.outline,
tbody tr.warning.outline {
    background-color: initial;
    border-color: #ff9447;
    color: #ff9447 !important
}

.badge.warning.outline.dropdown-toggle:before,
.button.warning.outline.dropdown-toggle:before,
.command-button.warning.outline.dropdown-toggle:before,
.image-button.warning.outline.dropdown-toggle:before,
.info-button.warning.outline.dropdown-toggle:before,
.input .button.warning.outline.dropdown-toggle:before,
.notify.warning.outline.dropdown-toggle:before,
.select .button.warning.outline.dropdown-toggle:before,
.shortcut.warning.outline.dropdown-toggle:before,
.spinner .button.warning.outline.dropdown-toggle:before,
.split-button .split.warning.outline.dropdown-toggle:before,
.tag-input .button.warning.outline.dropdown-toggle:before,
.tally.warning.outline.dropdown-toggle:before,
.toast.warning.outline.dropdown-toggle:before,
.tool-button.warning.outline.dropdown-toggle:before,
code.warning.outline.dropdown-toggle:before,
tbody td.warning.outline.dropdown-toggle:before,
tbody tr.warning.outline.dropdown-toggle:before {
    border-color: #ff9447
}

.badge.warning.outline:hover,
.button.warning.outline:hover,
.command-button.warning.outline:hover,
.image-button.warning.outline:hover,
.info-button.warning.outline:hover,
.input .button.warning.outline:hover,
.notify.warning.outline:hover,
.select .button.warning.outline:hover,
.shortcut.warning.outline:hover,
.spinner .button.warning.outline:hover,
.split-button .split.warning.outline:hover,
.tag-input .button.warning.outline:hover,
.tally.warning.outline:hover,
.toast.warning.outline:hover,
.tool-button.warning.outline:hover,
code.warning.outline:hover,
tbody td.warning.outline:hover,
tbody tr.warning.outline:hover {
    color: #fff !important
}

.badge.warning.dropdown-toggle:before,
.button.warning.dropdown-toggle:before,
.command-button.warning.dropdown-toggle:before,
.image-button.warning.dropdown-toggle:before,
.info-button.warning.dropdown-toggle:before,
.input .button.warning.dropdown-toggle:before,
.notify.warning.dropdown-toggle:before,
.select .button.warning.dropdown-toggle:before,
.shortcut.warning.dropdown-toggle:before,
.spinner .button.warning.dropdown-toggle:before,
.split-button .split.warning.dropdown-toggle:before,
.tag-input .button.warning.dropdown-toggle:before,
.tally.warning.dropdown-toggle:before,
.toast.warning.dropdown-toggle:before,
.tool-button.warning.dropdown-toggle:before,
code.warning.dropdown-toggle:before,
tbody td.warning.dropdown-toggle:before,
tbody tr.warning.dropdown-toggle:before {
    border-color: #fff
}

.badge.warning:hover,
.button.warning:hover,
.command-button.warning:hover,
.image-button.warning:hover,
.info-button.warning:hover,
.input .button.warning:hover,
.notify.warning:hover,
.select .button.warning:hover,
.shortcut.warning:hover,
.spinner .button.warning:hover,
.split-button .split.warning:hover,
.tag-input .button.warning:hover,
.tally.warning:hover,
.toast.warning:hover,
.tool-button.warning:hover,
code.warning:hover,
tbody td.warning:hover,
tbody tr.warning:hover {
    background-color: #ff7615;
    border-color: #e05d00;
    color: #fff
}

.badge.warning:hover.dropdown-toggle:before,
.button.warning:hover.dropdown-toggle:before,
.command-button.warning:hover.dropdown-toggle:before,
.image-button.warning:hover.dropdown-toggle:before,
.info-button.warning:hover.dropdown-toggle:before,
.input .button.warning:hover.dropdown-toggle:before,
.notify.warning:hover.dropdown-toggle:before,
.select .button.warning:hover.dropdown-toggle:before,
.shortcut.warning:hover.dropdown-toggle:before,
.spinner .button.warning:hover.dropdown-toggle:before,
.split-button .split.warning:hover.dropdown-toggle:before,
.tag-input .button.warning:hover.dropdown-toggle:before,
.tally.warning:hover.dropdown-toggle:before,
.toast.warning:hover.dropdown-toggle:before,
.tool-button.warning:hover.dropdown-toggle:before,
code.warning:hover.dropdown-toggle:before,
tbody td.warning:hover.dropdown-toggle:before,
tbody tr.warning:hover.dropdown-toggle:before {
    border-color: #fff
}

.badge.warning.same-color:hover,
.button.warning.same-color:hover,
.command-button.warning.same-color:hover,
.image-button.warning.same-color:hover,
.info-button.warning.same-color:hover,
.input .button.warning.same-color:hover,
.notify.warning.same-color:hover,
.select .button.warning.same-color:hover,
.shortcut.warning.same-color:hover,
.spinner .button.warning.same-color:hover,
.split-button .split.warning.same-color:hover,
.tag-input .button.warning.same-color:hover,
.tally.warning.same-color:hover,
.toast.warning.same-color:hover,
.tool-button.warning.same-color:hover,
code.warning.same-color:hover,
tbody td.warning.same-color:hover,
tbody tr.warning.same-color:hover {
    background-color: #ff9447;
    border-color: #ff9447
}

.badge.warning.focus,
.badge.warning:active,
.badge.warning:focus,
.button.warning.focus,
.button.warning:active,
.button.warning:focus,
.command-button.warning.focus,
.command-button.warning:active,
.command-button.warning:focus,
.image-button.warning.focus,
.image-button.warning:active,
.image-button.warning:focus,
.info-button.warning.focus,
.info-button.warning:active,
.info-button.warning:focus,
.input .button.warning.focus,
.input .button.warning:active,
.input .button.warning:focus,
.notify.warning.focus,
.notify.warning:active,
.notify.warning:focus,
.select .button.warning.focus,
.select .button.warning:active,
.select .button.warning:focus,
.shortcut.warning.focus,
.shortcut.warning:active,
.shortcut.warning:focus,
.spinner .button.warning.focus,
.spinner .button.warning:active,
.spinner .button.warning:focus,
.split-button .split.warning.focus,
.split-button .split.warning:active,
.split-button .split.warning:focus,
.tag-input .button.warning.focus,
.tag-input .button.warning:active,
.tag-input .button.warning:focus,
.tally.warning.focus,
.tally.warning:active,
.tally.warning:focus,
.toast.warning.focus,
.toast.warning:active,
.toast.warning:focus,
.tool-button.warning.focus,
.tool-button.warning:active,
.tool-button.warning:focus,
code.warning.focus,
code.warning:active,
code.warning:focus,
tbody td.warning.focus,
tbody td.warning:active,
tbody td.warning:focus,
tbody tr.warning.focus,
tbody tr.warning:active,
tbody tr.warning:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 148, 71, .45);
    box-shadow: 0 0 0 3px rgba(255, 148, 71, .45)
}

.badge.yellow,
.button.yellow,
.command-button.yellow,
.image-button.yellow,
.info-button.yellow,
.input .button.yellow,
.notify.yellow,
.select .button.yellow,
.shortcut.yellow,
.spinner .button.yellow,
.split-button .split.yellow,
.tag-input .button.yellow,
.tally.yellow,
.toast.yellow,
.tool-button.yellow,
code.yellow,
tbody td.yellow,
tbody tr.yellow {
    background-color: #ffe484;
    color: #fff;
    outline-color: #fff
}

.badge.yellow.outline,
.button.yellow.outline,
.command-button.yellow.outline,
.image-button.yellow.outline,
.info-button.yellow.outline,
.input .button.yellow.outline,
.notify.yellow.outline,
.select .button.yellow.outline,
.shortcut.yellow.outline,
.spinner .button.yellow.outline,
.split-button .split.yellow.outline,
.tag-input .button.yellow.outline,
.tally.yellow.outline,
.toast.yellow.outline,
.tool-button.yellow.outline,
code.yellow.outline,
tbody td.yellow.outline,
tbody tr.yellow.outline {
    background-color: initial;
    border-color: #ffe484;
    color: #ffe484 !important
}

.badge.yellow.outline.dropdown-toggle:before,
.button.yellow.outline.dropdown-toggle:before,
.command-button.yellow.outline.dropdown-toggle:before,
.image-button.yellow.outline.dropdown-toggle:before,
.info-button.yellow.outline.dropdown-toggle:before,
.input .button.yellow.outline.dropdown-toggle:before,
.notify.yellow.outline.dropdown-toggle:before,
.select .button.yellow.outline.dropdown-toggle:before,
.shortcut.yellow.outline.dropdown-toggle:before,
.spinner .button.yellow.outline.dropdown-toggle:before,
.split-button .split.yellow.outline.dropdown-toggle:before,
.tag-input .button.yellow.outline.dropdown-toggle:before,
.tally.yellow.outline.dropdown-toggle:before,
.toast.yellow.outline.dropdown-toggle:before,
.tool-button.yellow.outline.dropdown-toggle:before,
code.yellow.outline.dropdown-toggle:before,
tbody td.yellow.outline.dropdown-toggle:before,
tbody tr.yellow.outline.dropdown-toggle:before {
    border-color: #ffe484
}

.badge.yellow.outline:hover,
.button.yellow.outline:hover,
.command-button.yellow.outline:hover,
.image-button.yellow.outline:hover,
.info-button.yellow.outline:hover,
.input .button.yellow.outline:hover,
.notify.yellow.outline:hover,
.select .button.yellow.outline:hover,
.shortcut.yellow.outline:hover,
.spinner .button.yellow.outline:hover,
.split-button .split.yellow.outline:hover,
.tag-input .button.yellow.outline:hover,
.tally.yellow.outline:hover,
.toast.yellow.outline:hover,
.tool-button.yellow.outline:hover,
code.yellow.outline:hover,
tbody td.yellow.outline:hover,
tbody tr.yellow.outline:hover {
    color: #fff !important
}

.badge.yellow.dropdown-toggle:before,
.button.yellow.dropdown-toggle:before,
.command-button.yellow.dropdown-toggle:before,
.image-button.yellow.dropdown-toggle:before,
.info-button.yellow.dropdown-toggle:before,
.input .button.yellow.dropdown-toggle:before,
.notify.yellow.dropdown-toggle:before,
.select .button.yellow.dropdown-toggle:before,
.shortcut.yellow.dropdown-toggle:before,
.spinner .button.yellow.dropdown-toggle:before,
.split-button .split.yellow.dropdown-toggle:before,
.tag-input .button.yellow.dropdown-toggle:before,
.tally.yellow.dropdown-toggle:before,
.toast.yellow.dropdown-toggle:before,
.tool-button.yellow.dropdown-toggle:before,
code.yellow.dropdown-toggle:before,
tbody td.yellow.dropdown-toggle:before,
tbody tr.yellow.dropdown-toggle:before {
    border-color: #fff
}

.badge.yellow:hover,
.button.yellow:hover,
.command-button.yellow:hover,
.image-button.yellow:hover,
.info-button.yellow:hover,
.input .button.yellow:hover,
.notify.yellow:hover,
.select .button.yellow:hover,
.shortcut.yellow:hover,
.spinner .button.yellow:hover,
.split-button .split.yellow:hover,
.tag-input .button.yellow:hover,
.tally.yellow:hover,
.toast.yellow:hover,
.tool-button.yellow:hover,
code.yellow:hover,
tbody td.yellow:hover,
tbody tr.yellow:hover {
    background-color: #ffd951;
    border-color: #ffce1e;
    color: #fff
}

.badge.yellow:hover.dropdown-toggle:before,
.button.yellow:hover.dropdown-toggle:before,
.command-button.yellow:hover.dropdown-toggle:before,
.image-button.yellow:hover.dropdown-toggle:before,
.info-button.yellow:hover.dropdown-toggle:before,
.input .button.yellow:hover.dropdown-toggle:before,
.notify.yellow:hover.dropdown-toggle:before,
.select .button.yellow:hover.dropdown-toggle:before,
.shortcut.yellow:hover.dropdown-toggle:before,
.spinner .button.yellow:hover.dropdown-toggle:before,
.split-button .split.yellow:hover.dropdown-toggle:before,
.tag-input .button.yellow:hover.dropdown-toggle:before,
.tally.yellow:hover.dropdown-toggle:before,
.toast.yellow:hover.dropdown-toggle:before,
.tool-button.yellow:hover.dropdown-toggle:before,
code.yellow:hover.dropdown-toggle:before,
tbody td.yellow:hover.dropdown-toggle:before,
tbody tr.yellow:hover.dropdown-toggle:before {
    border-color: #fff
}

.badge.yellow.same-color:hover,
.button.yellow.same-color:hover,
.command-button.yellow.same-color:hover,
.image-button.yellow.same-color:hover,
.info-button.yellow.same-color:hover,
.input .button.yellow.same-color:hover,
.notify.yellow.same-color:hover,
.select .button.yellow.same-color:hover,
.shortcut.yellow.same-color:hover,
.spinner .button.yellow.same-color:hover,
.split-button .split.yellow.same-color:hover,
.tag-input .button.yellow.same-color:hover,
.tally.yellow.same-color:hover,
.toast.yellow.same-color:hover,
.tool-button.yellow.same-color:hover,
code.yellow.same-color:hover,
tbody td.yellow.same-color:hover,
tbody tr.yellow.same-color:hover {
    background-color: #ffe484;
    border-color: #ffe484
}

.badge.yellow.focus,
.badge.yellow:active,
.badge.yellow:focus,
.button.yellow.focus,
.button.yellow:active,
.button.yellow:focus,
.command-button.yellow.focus,
.command-button.yellow:active,
.command-button.yellow:focus,
.image-button.yellow.focus,
.image-button.yellow:active,
.image-button.yellow:focus,
.info-button.yellow.focus,
.info-button.yellow:active,
.info-button.yellow:focus,
.input .button.yellow.focus,
.input .button.yellow:active,
.input .button.yellow:focus,
.notify.yellow.focus,
.notify.yellow:active,
.notify.yellow:focus,
.select .button.yellow.focus,
.select .button.yellow:active,
.select .button.yellow:focus,
.shortcut.yellow.focus,
.shortcut.yellow:active,
.shortcut.yellow:focus,
.spinner .button.yellow.focus,
.spinner .button.yellow:active,
.spinner .button.yellow:focus,
.split-button .split.yellow.focus,
.split-button .split.yellow:active,
.split-button .split.yellow:focus,
.tag-input .button.yellow.focus,
.tag-input .button.yellow:active,
.tag-input .button.yellow:focus,
.tally.yellow.focus,
.tally.yellow:active,
.tally.yellow:focus,
.toast.yellow.focus,
.toast.yellow:active,
.toast.yellow:focus,
.tool-button.yellow.focus,
.tool-button.yellow:active,
.tool-button.yellow:focus,
code.yellow.focus,
code.yellow:active,
code.yellow:focus,
tbody td.yellow.focus,
tbody td.yellow:active,
tbody td.yellow:focus,
tbody tr.yellow.focus,
tbody tr.yellow:active,
tbody tr.yellow:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 228, 132, .45);
    box-shadow: 0 0 0 3px rgba(255, 228, 132, .45)
}

.badge.info,
.button.info,
.command-button.info,
.image-button.info,
.info-button.info,
.input .button.info,
.notify.info,
.select .button.info,
.shortcut.info,
.spinner .button.info,
.split-button .split.info,
.tag-input .button.info,
.tally.info,
.toast.info,
.tool-button.info,
code.info,
tbody td.info,
tbody tr.info {
    background-color: #69cbfa;
    color: #fff;
    outline-color: #fefeff
}

.badge.info.outline,
.button.info.outline,
.command-button.info.outline,
.image-button.info.outline,
.info-button.info.outline,
.input .button.info.outline,
.notify.info.outline,
.select .button.info.outline,
.shortcut.info.outline,
.spinner .button.info.outline,
.split-button .split.info.outline,
.tag-input .button.info.outline,
.tally.info.outline,
.toast.info.outline,
.tool-button.info.outline,
code.info.outline,
tbody td.info.outline,
tbody tr.info.outline {
    background-color: initial;
    border-color: #69cbfa;
    color: #69cbfa !important
}

.badge.info.outline.dropdown-toggle:before,
.button.info.outline.dropdown-toggle:before,
.command-button.info.outline.dropdown-toggle:before,
.image-button.info.outline.dropdown-toggle:before,
.info-button.info.outline.dropdown-toggle:before,
.input .button.info.outline.dropdown-toggle:before,
.notify.info.outline.dropdown-toggle:before,
.select .button.info.outline.dropdown-toggle:before,
.shortcut.info.outline.dropdown-toggle:before,
.spinner .button.info.outline.dropdown-toggle:before,
.split-button .split.info.outline.dropdown-toggle:before,
.tag-input .button.info.outline.dropdown-toggle:before,
.tally.info.outline.dropdown-toggle:before,
.toast.info.outline.dropdown-toggle:before,
.tool-button.info.outline.dropdown-toggle:before,
code.info.outline.dropdown-toggle:before,
tbody td.info.outline.dropdown-toggle:before,
tbody tr.info.outline.dropdown-toggle:before {
    border-color: #69cbfa
}

.badge.info.outline:hover,
.button.info.outline:hover,
.command-button.info.outline:hover,
.image-button.info.outline:hover,
.info-button.info.outline:hover,
.input .button.info.outline:hover,
.notify.info.outline:hover,
.select .button.info.outline:hover,
.shortcut.info.outline:hover,
.spinner .button.info.outline:hover,
.split-button .split.info.outline:hover,
.tag-input .button.info.outline:hover,
.tally.info.outline:hover,
.toast.info.outline:hover,
.tool-button.info.outline:hover,
code.info.outline:hover,
tbody td.info.outline:hover,
tbody tr.info.outline:hover {
    color: #fff !important
}

.badge.info.dropdown-toggle:before,
.button.info.dropdown-toggle:before,
.command-button.info.dropdown-toggle:before,
.image-button.info.dropdown-toggle:before,
.info-button.info.dropdown-toggle:before,
.input .button.info.dropdown-toggle:before,
.notify.info.dropdown-toggle:before,
.select .button.info.dropdown-toggle:before,
.shortcut.info.dropdown-toggle:before,
.spinner .button.info.dropdown-toggle:before,
.split-button .split.info.dropdown-toggle:before,
.tag-input .button.info.dropdown-toggle:before,
.tally.info.dropdown-toggle:before,
.toast.info.dropdown-toggle:before,
.tool-button.info.dropdown-toggle:before,
code.info.dropdown-toggle:before,
tbody td.info.dropdown-toggle:before,
tbody tr.info.dropdown-toggle:before {
    border-color: #fff
}

.badge.info:hover,
.button.info:hover,
.command-button.info:hover,
.image-button.info:hover,
.info-button.info:hover,
.input .button.info:hover,
.notify.info:hover,
.select .button.info:hover,
.shortcut.info:hover,
.spinner .button.info:hover,
.split-button .split.info:hover,
.tag-input .button.info:hover,
.tally.info:hover,
.toast.info:hover,
.tool-button.info:hover,
code.info:hover,
tbody td.info:hover,
tbody tr.info:hover {
    background-color: #38baf9;
    border-color: #08a8f6;
    color: #fff
}

.badge.info:hover.dropdown-toggle:before,
.button.info:hover.dropdown-toggle:before,
.command-button.info:hover.dropdown-toggle:before,
.image-button.info:hover.dropdown-toggle:before,
.info-button.info:hover.dropdown-toggle:before,
.input .button.info:hover.dropdown-toggle:before,
.notify.info:hover.dropdown-toggle:before,
.select .button.info:hover.dropdown-toggle:before,
.shortcut.info:hover.dropdown-toggle:before,
.spinner .button.info:hover.dropdown-toggle:before,
.split-button .split.info:hover.dropdown-toggle:before,
.tag-input .button.info:hover.dropdown-toggle:before,
.tally.info:hover.dropdown-toggle:before,
.toast.info:hover.dropdown-toggle:before,
.tool-button.info:hover.dropdown-toggle:before,
code.info:hover.dropdown-toggle:before,
tbody td.info:hover.dropdown-toggle:before,
tbody tr.info:hover.dropdown-toggle:before {
    border-color: #fff
}

.badge.info.same-color:hover,
.button.info.same-color:hover,
.command-button.info.same-color:hover,
.image-button.info.same-color:hover,
.info-button.info.same-color:hover,
.input .button.info.same-color:hover,
.notify.info.same-color:hover,
.select .button.info.same-color:hover,
.shortcut.info.same-color:hover,
.spinner .button.info.same-color:hover,
.split-button .split.info.same-color:hover,
.tag-input .button.info.same-color:hover,
.tally.info.same-color:hover,
.toast.info.same-color:hover,
.tool-button.info.same-color:hover,
code.info.same-color:hover,
tbody td.info.same-color:hover,
tbody tr.info.same-color:hover {
    background-color: #69cbfa;
    border-color: #69cbfa
}

.badge.info.focus,
.badge.info:active,
.badge.info:focus,
.button.info.focus,
.button.info:active,
.button.info:focus,
.command-button.info.focus,
.command-button.info:active,
.command-button.info:focus,
.image-button.info.focus,
.image-button.info:active,
.image-button.info:focus,
.info-button.info.focus,
.info-button.info:active,
.info-button.info:focus,
.input .button.info.focus,
.input .button.info:active,
.input .button.info:focus,
.notify.info.focus,
.notify.info:active,
.notify.info:focus,
.select .button.info.focus,
.select .button.info:active,
.select .button.info:focus,
.shortcut.info.focus,
.shortcut.info:active,
.shortcut.info:focus,
.spinner .button.info.focus,
.spinner .button.info:active,
.spinner .button.info:focus,
.split-button .split.info.focus,
.split-button .split.info:active,
.split-button .split.info:focus,
.tag-input .button.info.focus,
.tag-input .button.info:active,
.tag-input .button.info:focus,
.tally.info.focus,
.tally.info:active,
.tally.info:focus,
.toast.info.focus,
.toast.info:active,
.toast.info:focus,
.tool-button.info.focus,
.tool-button.info:active,
.tool-button.info:focus,
code.info.focus,
code.info:active,
code.info:focus,
tbody td.info.focus,
tbody td.info:active,
tbody td.info:focus,
tbody tr.info.focus,
tbody tr.info:active,
tbody tr.info:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(105, 203, 250, .45);
    box-shadow: 0 0 0 3px rgba(105, 203, 250, .45)
}

.badge.dark,
.button.dark,
.command-button.dark,
.image-button.dark,
.info-button.dark,
.input .button.dark,
.notify.dark,
.select .button.dark,
.shortcut.dark,
.spinner .button.dark,
.split-button .split.dark,
.tag-input .button.dark,
.tally.dark,
.toast.dark,
.tool-button.dark,
code.dark,
tbody td.dark,
tbody tr.dark {
    background-color: #505050;
    color: #fff;
    outline-color: #9d9d9d
}

.badge.dark.outline,
.button.dark.outline,
.command-button.dark.outline,
.image-button.dark.outline,
.info-button.dark.outline,
.input .button.dark.outline,
.notify.dark.outline,
.select .button.dark.outline,
.shortcut.dark.outline,
.spinner .button.dark.outline,
.split-button .split.dark.outline,
.tag-input .button.dark.outline,
.tally.dark.outline,
.toast.dark.outline,
.tool-button.dark.outline,
code.dark.outline,
tbody td.dark.outline,
tbody tr.dark.outline {
    background-color: initial;
    border-color: #505050;
    color: #505050 !important
}

.badge.dark.outline.dropdown-toggle:before,
.button.dark.outline.dropdown-toggle:before,
.command-button.dark.outline.dropdown-toggle:before,
.image-button.dark.outline.dropdown-toggle:before,
.info-button.dark.outline.dropdown-toggle:before,
.input .button.dark.outline.dropdown-toggle:before,
.notify.dark.outline.dropdown-toggle:before,
.select .button.dark.outline.dropdown-toggle:before,
.shortcut.dark.outline.dropdown-toggle:before,
.spinner .button.dark.outline.dropdown-toggle:before,
.split-button .split.dark.outline.dropdown-toggle:before,
.tag-input .button.dark.outline.dropdown-toggle:before,
.tally.dark.outline.dropdown-toggle:before,
.toast.dark.outline.dropdown-toggle:before,
.tool-button.dark.outline.dropdown-toggle:before,
code.dark.outline.dropdown-toggle:before,
tbody td.dark.outline.dropdown-toggle:before,
tbody tr.dark.outline.dropdown-toggle:before {
    border-color: #505050
}

.badge.dark.outline:hover,
.button.dark.outline:hover,
.command-button.dark.outline:hover,
.image-button.dark.outline:hover,
.info-button.dark.outline:hover,
.input .button.dark.outline:hover,
.notify.dark.outline:hover,
.select .button.dark.outline:hover,
.shortcut.dark.outline:hover,
.spinner .button.dark.outline:hover,
.split-button .split.dark.outline:hover,
.tag-input .button.dark.outline:hover,
.tally.dark.outline:hover,
.toast.dark.outline:hover,
.tool-button.dark.outline:hover,
code.dark.outline:hover,
tbody td.dark.outline:hover,
tbody tr.dark.outline:hover {
    color: #fff !important
}

.badge.dark.dropdown-toggle:before,
.button.dark.dropdown-toggle:before,
.command-button.dark.dropdown-toggle:before,
.image-button.dark.dropdown-toggle:before,
.info-button.dark.dropdown-toggle:before,
.input .button.dark.dropdown-toggle:before,
.notify.dark.dropdown-toggle:before,
.select .button.dark.dropdown-toggle:before,
.shortcut.dark.dropdown-toggle:before,
.spinner .button.dark.dropdown-toggle:before,
.split-button .split.dark.dropdown-toggle:before,
.tag-input .button.dark.dropdown-toggle:before,
.tally.dark.dropdown-toggle:before,
.toast.dark.dropdown-toggle:before,
.tool-button.dark.dropdown-toggle:before,
code.dark.dropdown-toggle:before,
tbody td.dark.dropdown-toggle:before,
tbody tr.dark.dropdown-toggle:before {
    border-color: #fff
}

.badge.dark:hover,
.button.dark:hover,
.command-button.dark:hover,
.image-button.dark:hover,
.info-button.dark:hover,
.input .button.dark:hover,
.notify.dark:hover,
.select .button.dark:hover,
.shortcut.dark:hover,
.spinner .button.dark:hover,
.split-button .split.dark:hover,
.tag-input .button.dark:hover,
.tally.dark:hover,
.toast.dark:hover,
.tool-button.dark:hover,
code.dark:hover,
tbody td.dark:hover,
tbody tr.dark:hover {
    background-color: #373737;
    border-color: #1d1d1d;
    color: #fff
}

.badge.dark:hover.dropdown-toggle:before,
.button.dark:hover.dropdown-toggle:before,
.command-button.dark:hover.dropdown-toggle:before,
.image-button.dark:hover.dropdown-toggle:before,
.info-button.dark:hover.dropdown-toggle:before,
.input .button.dark:hover.dropdown-toggle:before,
.notify.dark:hover.dropdown-toggle:before,
.select .button.dark:hover.dropdown-toggle:before,
.shortcut.dark:hover.dropdown-toggle:before,
.spinner .button.dark:hover.dropdown-toggle:before,
.split-button .split.dark:hover.dropdown-toggle:before,
.tag-input .button.dark:hover.dropdown-toggle:before,
.tally.dark:hover.dropdown-toggle:before,
.toast.dark:hover.dropdown-toggle:before,
.tool-button.dark:hover.dropdown-toggle:before,
code.dark:hover.dropdown-toggle:before,
tbody td.dark:hover.dropdown-toggle:before,
tbody tr.dark:hover.dropdown-toggle:before {
    border-color: #fff
}

.badge.dark.same-color:hover,
.button.dark.same-color:hover,
.command-button.dark.same-color:hover,
.image-button.dark.same-color:hover,
.info-button.dark.same-color:hover,
.input .button.dark.same-color:hover,
.notify.dark.same-color:hover,
.select .button.dark.same-color:hover,
.shortcut.dark.same-color:hover,
.spinner .button.dark.same-color:hover,
.split-button .split.dark.same-color:hover,
.tag-input .button.dark.same-color:hover,
.tally.dark.same-color:hover,
.toast.dark.same-color:hover,
.tool-button.dark.same-color:hover,
code.dark.same-color:hover,
tbody td.dark.same-color:hover,
tbody tr.dark.same-color:hover {
    background-color: #505050;
    border-color: #505050
}

.badge.dark.focus,
.badge.dark:active,
.badge.dark:focus,
.button.dark.focus,
.button.dark:active,
.button.dark:focus,
.command-button.dark.focus,
.command-button.dark:active,
.command-button.dark:focus,
.image-button.dark.focus,
.image-button.dark:active,
.image-button.dark:focus,
.info-button.dark.focus,
.info-button.dark:active,
.info-button.dark:focus,
.input .button.dark.focus,
.input .button.dark:active,
.input .button.dark:focus,
.notify.dark.focus,
.notify.dark:active,
.notify.dark:focus,
.select .button.dark.focus,
.select .button.dark:active,
.select .button.dark:focus,
.shortcut.dark.focus,
.shortcut.dark:active,
.shortcut.dark:focus,
.spinner .button.dark.focus,
.spinner .button.dark:active,
.spinner .button.dark:focus,
.split-button .split.dark.focus,
.split-button .split.dark:active,
.split-button .split.dark:focus,
.tag-input .button.dark.focus,
.tag-input .button.dark:active,
.tag-input .button.dark:focus,
.tally.dark.focus,
.tally.dark:active,
.tally.dark:focus,
.toast.dark.focus,
.toast.dark:active,
.toast.dark:focus,
.tool-button.dark.focus,
.tool-button.dark:active,
.tool-button.dark:focus,
code.dark.focus,
code.dark:active,
code.dark:focus,
tbody td.dark.focus,
tbody td.dark:active,
tbody td.dark:focus,
tbody tr.dark.focus,
tbody tr.dark:active,
tbody tr.dark:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(80, 80, 80, .45);
    box-shadow: 0 0 0 3px rgba(80, 80, 80, .45)
}

.badge.light,
.button.light,
.command-button.light,
.image-button.light,
.info-button.light,
.input .button.light,
.notify.light,
.select .button.light,
.shortcut.light,
.spinner .button.light,
.split-button .split.light,
.tag-input .button.light,
.tally.light,
.toast.light,
.tool-button.light,
code.light,
tbody td.light,
tbody tr.light {
    background-color: #f8f8f8;
    color: #fff;
    outline-color: #fff
}

.badge.light.outline,
.button.light.outline,
.command-button.light.outline,
.image-button.light.outline,
.info-button.light.outline,
.input .button.light.outline,
.notify.light.outline,
.select .button.light.outline,
.shortcut.light.outline,
.spinner .button.light.outline,
.split-button .split.light.outline,
.tag-input .button.light.outline,
.tally.light.outline,
.toast.light.outline,
.tool-button.light.outline,
code.light.outline,
tbody td.light.outline,
tbody tr.light.outline {
    background-color: initial;
    border-color: #f8f8f8;
    color: #f8f8f8 !important
}

.badge.light.outline.dropdown-toggle:before,
.button.light.outline.dropdown-toggle:before,
.command-button.light.outline.dropdown-toggle:before,
.image-button.light.outline.dropdown-toggle:before,
.info-button.light.outline.dropdown-toggle:before,
.input .button.light.outline.dropdown-toggle:before,
.notify.light.outline.dropdown-toggle:before,
.select .button.light.outline.dropdown-toggle:before,
.shortcut.light.outline.dropdown-toggle:before,
.spinner .button.light.outline.dropdown-toggle:before,
.split-button .split.light.outline.dropdown-toggle:before,
.tag-input .button.light.outline.dropdown-toggle:before,
.tally.light.outline.dropdown-toggle:before,
.toast.light.outline.dropdown-toggle:before,
.tool-button.light.outline.dropdown-toggle:before,
code.light.outline.dropdown-toggle:before,
tbody td.light.outline.dropdown-toggle:before,
tbody tr.light.outline.dropdown-toggle:before {
    border-color: #f8f8f8
}

.badge.light.outline:hover,
.button.light.outline:hover,
.command-button.light.outline:hover,
.image-button.light.outline:hover,
.info-button.light.outline:hover,
.input .button.light.outline:hover,
.notify.light.outline:hover,
.select .button.light.outline:hover,
.shortcut.light.outline:hover,
.spinner .button.light.outline:hover,
.split-button .split.light.outline:hover,
.tag-input .button.light.outline:hover,
.tally.light.outline:hover,
.toast.light.outline:hover,
.tool-button.light.outline:hover,
code.light.outline:hover,
tbody td.light.outline:hover,
tbody tr.light.outline:hover {
    color: #fff !important
}

.badge.light.dropdown-toggle:before,
.button.light.dropdown-toggle:before,
.command-button.light.dropdown-toggle:before,
.image-button.light.dropdown-toggle:before,
.info-button.light.dropdown-toggle:before,
.input .button.light.dropdown-toggle:before,
.notify.light.dropdown-toggle:before,
.select .button.light.dropdown-toggle:before,
.shortcut.light.dropdown-toggle:before,
.spinner .button.light.dropdown-toggle:before,
.split-button .split.light.dropdown-toggle:before,
.tag-input .button.light.dropdown-toggle:before,
.tally.light.dropdown-toggle:before,
.toast.light.dropdown-toggle:before,
.tool-button.light.dropdown-toggle:before,
code.light.dropdown-toggle:before,
tbody td.light.dropdown-toggle:before,
tbody tr.light.dropdown-toggle:before {
    border-color: #fff
}

.badge.light:hover,
.button.light:hover,
.command-button.light:hover,
.image-button.light:hover,
.info-button.light:hover,
.input .button.light:hover,
.notify.light:hover,
.select .button.light:hover,
.shortcut.light:hover,
.spinner .button.light:hover,
.split-button .split.light:hover,
.tag-input .button.light:hover,
.tally.light:hover,
.toast.light:hover,
.tool-button.light:hover,
code.light:hover,
tbody td.light:hover,
tbody tr.light:hover {
    background-color: #dfdfdf;
    border-color: #c5c5c5;
    color: #fff
}

.badge.light:hover.dropdown-toggle:before,
.button.light:hover.dropdown-toggle:before,
.command-button.light:hover.dropdown-toggle:before,
.image-button.light:hover.dropdown-toggle:before,
.info-button.light:hover.dropdown-toggle:before,
.input .button.light:hover.dropdown-toggle:before,
.notify.light:hover.dropdown-toggle:before,
.select .button.light:hover.dropdown-toggle:before,
.shortcut.light:hover.dropdown-toggle:before,
.spinner .button.light:hover.dropdown-toggle:before,
.split-button .split.light:hover.dropdown-toggle:before,
.tag-input .button.light:hover.dropdown-toggle:before,
.tally.light:hover.dropdown-toggle:before,
.toast.light:hover.dropdown-toggle:before,
.tool-button.light:hover.dropdown-toggle:before,
code.light:hover.dropdown-toggle:before,
tbody td.light:hover.dropdown-toggle:before,
tbody tr.light:hover.dropdown-toggle:before {
    border-color: #fff
}

.badge.light.same-color:hover,
.button.light.same-color:hover,
.command-button.light.same-color:hover,
.image-button.light.same-color:hover,
.info-button.light.same-color:hover,
.input .button.light.same-color:hover,
.notify.light.same-color:hover,
.select .button.light.same-color:hover,
.shortcut.light.same-color:hover,
.spinner .button.light.same-color:hover,
.split-button .split.light.same-color:hover,
.tag-input .button.light.same-color:hover,
.tally.light.same-color:hover,
.toast.light.same-color:hover,
.tool-button.light.same-color:hover,
code.light.same-color:hover,
tbody td.light.same-color:hover,
tbody tr.light.same-color:hover {
    background-color: #f8f8f8;
    border-color: #f8f8f8
}

.badge.light.focus,
.badge.light:active,
.badge.light:focus,
.button.light.focus,
.button.light:active,
.button.light:focus,
.command-button.light.focus,
.command-button.light:active,
.command-button.light:focus,
.image-button.light.focus,
.image-button.light:active,
.image-button.light:focus,
.info-button.light.focus,
.info-button.light:active,
.info-button.light:focus,
.input .button.light.focus,
.input .button.light:active,
.input .button.light:focus,
.notify.light.focus,
.notify.light:active,
.notify.light:focus,
.select .button.light.focus,
.select .button.light:active,
.select .button.light:focus,
.shortcut.light.focus,
.shortcut.light:active,
.shortcut.light:focus,
.spinner .button.light.focus,
.spinner .button.light:active,
.spinner .button.light:focus,
.split-button .split.light.focus,
.split-button .split.light:active,
.split-button .split.light:focus,
.tag-input .button.light.focus,
.tag-input .button.light:active,
.tag-input .button.light:focus,
.tally.light.focus,
.tally.light:active,
.tally.light:focus,
.toast.light.focus,
.toast.light:active,
.toast.light:focus,
.tool-button.light.focus,
.tool-button.light:active,
.tool-button.light:focus,
code.light.focus,
code.light:active,
code.light:focus,
tbody td.light.focus,
tbody td.light:active,
tbody td.light:focus,
tbody tr.light.focus,
tbody tr.light:active,
tbody tr.light:focus {
    -webkit-box-shadow: 0 0 0 3px hsla(0, 0%, 97%, .45);
    box-shadow: 0 0 0 3px hsla(0, 0%, 97%, .45)
}

.badge.light,
.badge.light.outline:hover,
.badge.light:hover,
.badge.yellow,
.badge.yellow.outline:hover,
.badge.yellow:hover,
.button.light,
.button.light.outline:hover,
.button.light:hover,
.button.yellow,
.button.yellow.outline:hover,
.button.yellow:hover,
.command-button.light,
.command-button.light.outline:hover,
.command-button.light:hover,
.command-button.yellow,
.command-button.yellow.outline:hover,
.command-button.yellow:hover,
.image-button.light,
.image-button.light.outline:hover,
.image-button.light:hover,
.image-button.yellow,
.image-button.yellow.outline:hover,
.image-button.yellow:hover,
.info-button.light,
.info-button.light.outline:hover,
.info-button.light:hover,
.info-button.yellow,
.info-button.yellow.outline:hover,
.info-button.yellow:hover,
.input .button.light,
.input .button.light.outline:hover,
.input .button.light:hover,
.input .button.yellow,
.input .button.yellow.outline:hover,
.input .button.yellow:hover,
.notify.light,
.notify.light.outline:hover,
.notify.light:hover,
.notify.yellow,
.notify.yellow.outline:hover,
.notify.yellow:hover,
.select .button.light,
.select .button.light.outline:hover,
.select .button.light:hover,
.select .button.yellow,
.select .button.yellow.outline:hover,
.select .button.yellow:hover,
.shortcut.light,
.shortcut.light.outline:hover,
.shortcut.light:hover,
.shortcut.yellow,
.shortcut.yellow.outline:hover,
.shortcut.yellow:hover,
.spinner .button.light,
.spinner .button.light.outline:hover,
.spinner .button.light:hover,
.spinner .button.yellow,
.spinner .button.yellow.outline:hover,
.spinner .button.yellow:hover,
.split-button .split.light,
.split-button .split.light.outline:hover,
.split-button .split.light:hover,
.split-button .split.yellow,
.split-button .split.yellow.outline:hover,
.split-button .split.yellow:hover,
.tag-input .button.light,
.tag-input .button.light.outline:hover,
.tag-input .button.light:hover,
.tag-input .button.yellow,
.tag-input .button.yellow.outline:hover,
.tag-input .button.yellow:hover,
.tally.light,
.tally.light.outline:hover,
.tally.light:hover,
.tally.yellow,
.tally.yellow.outline:hover,
.tally.yellow:hover,
.toast.light,
.toast.light.outline:hover,
.toast.light:hover,
.toast.yellow,
.toast.yellow.outline:hover,
.toast.yellow:hover,
.tool-button.light,
.tool-button.light.outline:hover,
.tool-button.light:hover,
.tool-button.yellow,
.tool-button.yellow.outline:hover,
.tool-button.yellow:hover,
code.light,
code.light.outline:hover,
code.light:hover,
code.yellow,
code.yellow.outline:hover,
code.yellow:hover,
tbody td.light,
tbody td.light.outline:hover,
tbody td.light:hover,
tbody td.yellow,
tbody td.yellow.outline:hover,
tbody td.yellow:hover,
tbody tr.light,
tbody tr.light.outline:hover,
tbody tr.light:hover,
tbody tr.yellow,
tbody tr.yellow.outline:hover,
tbody tr.yellow:hover {
    color: #1d1d1d !important
}

.action-button.primary {
    background-color: #0366d6;
    color: #fff;
    outline-color: #75b5fd
}

.action-button.secondary {
    background-color: #607d8b;
    color: #fff;
    outline-color: #b7c6cd
}

.action-button.success {
    background-color: #60a917;
    color: #fff;
    outline-color: #adeb6e
}

.action-button.alert {
    background-color: #ce352c;
    color: #fff;
    outline-color: #ecaba7
}

.action-button.warning {
    background-color: #ff9447;
    color: #fff;
    outline-color: #ffede1
}

.action-button.yellow {
    background-color: #ffe484;
    color: #fff;
    outline-color: #fff
}

.action-button.info {
    background-color: #69cbfa;
    color: #fff;
    outline-color: #fefeff
}

.action-button.dark {
    background-color: #505050;
    color: #fff;
    outline-color: #9d9d9d
}

.action-button.light {
    background-color: #f8f8f8;
    color: #fff;
    outline-color: #fff
}

.action-button.light,
.action-button.light.outline:hover,
.action-button.light:hover,
.action-button.yellow,
.action-button.yellow.outline:hover,
.action-button.yellow:hover {
    color: #1d1d1d
}

.pagination.primary .page-item.active,
.pagination.primary .page-item.service,
.pagination.primary .page-item:hover {
    background-color: #0366d6;
    border-color: #0366d6;
    color: #fff
}

.pagination.primary .page-item.active:hover,
.pagination.primary .page-item.service:hover,
.pagination.primary .page-item:hover:hover {
    background-color: #024ea4
}

.pagination.secondary .page-item.active,
.pagination.secondary .page-item.service,
.pagination.secondary .page-item:hover {
    background-color: #607d8b;
    border-color: #607d8b;
    color: #fff
}

.pagination.secondary .page-item.active:hover,
.pagination.secondary .page-item.service:hover,
.pagination.secondary .page-item:hover:hover {
    background-color: #4b626d
}

.pagination.success .page-item.active,
.pagination.success .page-item.service,
.pagination.success .page-item:hover {
    background-color: #60a917;
    border-color: #60a917;
    color: #fff
}

.pagination.success .page-item.active:hover,
.pagination.success .page-item.service:hover,
.pagination.success .page-item:hover:hover {
    background-color: #477c11
}

.pagination.alert .page-item.active,
.pagination.alert .page-item.service,
.pagination.alert .page-item:hover {
    background-color: #ce352c;
    border-color: #ce352c;
    color: #fff
}

.pagination.alert .page-item.active:hover,
.pagination.alert .page-item.service:hover,
.pagination.alert .page-item:hover:hover {
    background-color: #a42a23
}

.pagination.warning .page-item.active,
.pagination.warning .page-item.service,
.pagination.warning .page-item:hover {
    background-color: #ff9447;
    border-color: #ff9447;
    color: #fff
}

.pagination.warning .page-item.active:hover,
.pagination.warning .page-item.service:hover,
.pagination.warning .page-item:hover:hover {
    background-color: #ff7615
}

.pagination.yellow .page-item.active,
.pagination.yellow .page-item.service,
.pagination.yellow .page-item:hover {
    background-color: #ffe484;
    border-color: #ffe484;
    color: #fff
}

.pagination.yellow .page-item.active:hover,
.pagination.yellow .page-item.service:hover,
.pagination.yellow .page-item:hover:hover {
    background-color: #ffd951
}

.pagination.info .page-item.active,
.pagination.info .page-item.service,
.pagination.info .page-item:hover {
    background-color: #69cbfa;
    border-color: #69cbfa;
    color: #fff
}

.pagination.info .page-item.active:hover,
.pagination.info .page-item.service:hover,
.pagination.info .page-item:hover:hover {
    background-color: #38baf9
}

.pagination.dark .page-item.active,
.pagination.dark .page-item.service,
.pagination.dark .page-item:hover {
    background-color: #505050;
    border-color: #505050;
    color: #fff
}

.pagination.dark .page-item.active:hover,
.pagination.dark .page-item.service:hover,
.pagination.dark .page-item:hover:hover {
    background-color: #373737
}

.pagination.light .page-item.active,
.pagination.light .page-item.service,
.pagination.light .page-item:hover {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    color: #fff
}

.pagination.light .page-item.active:hover,
.pagination.light .page-item.service:hover,
.pagination.light .page-item:hover:hover {
    background-color: #dfdfdf
}

.pagination.light .page-item.active,
.pagination.light .page-item.service,
.pagination.light .page-item:hover,
.pagination.yellow .page-item.active,
.pagination.yellow .page-item.service,
.pagination.yellow .page-item:hover {
    color: #1d1d1d
}

.remark.primary {
    background: #75b5fd;
    border: 1px solid #75b5fd
}

.remark.primary:before {
    background-color: #0366d6;
    content: " ";
    height: 100%;
    left: -4px;
    position: absolute;
    top: 0;
    width: 4px
}

.remark.primary {
    background: #daebfe;
    border: 1px solid #daebfe
}

.remark.secondary {
    background: #b7c6cd;
    border: 1px solid #b7c6cd
}

.remark.secondary:before {
    background-color: #607d8b;
    content: " ";
    height: 100%;
    left: -4px;
    position: absolute;
    top: 0;
    width: 4px
}

.remark.secondary {
    background: #f3f6f7;
    border: 1px solid #f3f6f7
}

.remark.success {
    background: #adeb6e;
    border: 1px solid #adeb6e
}

.remark.success:before {
    background-color: #60a917;
    content: " ";
    height: 100%;
    left: -4px;
    position: absolute;
    top: 0;
    width: 4px
}

.remark.success {
    background: #ecfbde;
    border: 1px solid #ecfbde
}

.remark.alert {
    background: #ecaba7;
    border: 1px solid #ecaba7
}

.remark.alert:before {
    background-color: #ce352c;
    content: " ";
    height: 100%;
    left: -4px;
    position: absolute;
    top: 0;
    width: 4px
}

.remark.alert {
    background: #fae7e6;
    border: 1px solid #fae7e6
}

.remark.warning:before {
    background-color: #ff9447;
    content: " ";
    height: 100%;
    left: -4px;
    position: absolute;
    top: 0;
    width: 4px
}

.remark.warning {
    background: #ffede1;
    border: 1px solid #ffede1
}

.remark.yellow {
    background: #fff;
    border: 1px solid #fff
}

.remark.yellow:before {
    background-color: #ffe484;
    content: " ";
    height: 100%;
    left: -4px;
    position: absolute;
    top: 0;
    width: 4px
}

.remark.yellow {
    background: #fff7db;
    border: 1px solid #fff7db
}

.remark.info:before {
    background-color: #69cbfa;
    content: " ";
    height: 100%;
    left: -4px;
    position: absolute;
    top: 0;
    width: 4px
}

.remark.info {
    background: #fefeff;
    border: 1px solid #fefeff
}

.remark.dark {
    background: #9d9d9d;
    border: 1px solid #9d9d9d
}

.remark.dark:before {
    background-color: #505050;
    content: " ";
    height: 100%;
    left: -4px;
    position: absolute;
    top: 0;
    width: 4px
}

.remark.dark {
    background: #e9e9e9;
    border: 1px solid #e9e9e9
}

.remark.light {
    background: #fff;
    border: 1px solid #fff
}

.remark.light:before {
    background-color: #f8f8f8;
    content: " ";
    height: 100%;
    left: -4px;
    position: absolute;
    top: 0;
    width: 4px
}

.file.primary,
.input.primary,
.keypad.primary,
.metro-input.primary,
.select.primary,
.spinner.primary,
.tag-input.primary,
.textarea.primary {
    border-color: #0366d6
}

.file.primary.focused,
.file.primary:focus,
.input.primary.focused,
.input.primary:focus,
.keypad.primary.focused,
.keypad.primary:focus,
.metro-input.primary.focused,
.metro-input.primary:focus,
.select.primary.focused,
.select.primary:focus,
.spinner.primary.focused,
.spinner.primary:focus,
.tag-input.primary.focused,
.tag-input.primary:focus,
.textarea.primary.focused,
.textarea.primary:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(3, 102, 214, .45);
    box-shadow: 0 0 0 3px rgba(3, 102, 214, .45)
}

.file.secondary,
.input.secondary,
.keypad.secondary,
.metro-input.secondary,
.select.secondary,
.spinner.secondary,
.tag-input.secondary,
.textarea.secondary {
    border-color: #607d8b
}

.file.secondary.focused,
.file.secondary:focus,
.input.secondary.focused,
.input.secondary:focus,
.keypad.secondary.focused,
.keypad.secondary:focus,
.metro-input.secondary.focused,
.metro-input.secondary:focus,
.select.secondary.focused,
.select.secondary:focus,
.spinner.secondary.focused,
.spinner.secondary:focus,
.tag-input.secondary.focused,
.tag-input.secondary:focus,
.textarea.secondary.focused,
.textarea.secondary:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(96, 125, 139, .45);
    box-shadow: 0 0 0 3px rgba(96, 125, 139, .45)
}

.file.success,
.input.success,
.keypad.success,
.metro-input.success,
.select.success,
.spinner.success,
.tag-input.success,
.textarea.success {
    border-color: #60a917
}

.file.success.focused,
.file.success:focus,
.input.success.focused,
.input.success:focus,
.keypad.success.focused,
.keypad.success:focus,
.metro-input.success.focused,
.metro-input.success:focus,
.select.success.focused,
.select.success:focus,
.spinner.success.focused,
.spinner.success:focus,
.tag-input.success.focused,
.tag-input.success:focus,
.textarea.success.focused,
.textarea.success:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(96, 169, 23, .45);
    box-shadow: 0 0 0 3px rgba(96, 169, 23, .45)
}

.file.alert,
.input.alert,
.keypad.alert,
.metro-input.alert,
.select.alert,
.spinner.alert,
.tag-input.alert,
.textarea.alert {
    border-color: #ce352c
}

.file.alert.focused,
.file.alert:focus,
.input.alert.focused,
.input.alert:focus,
.keypad.alert.focused,
.keypad.alert:focus,
.metro-input.alert.focused,
.metro-input.alert:focus,
.select.alert.focused,
.select.alert:focus,
.spinner.alert.focused,
.spinner.alert:focus,
.tag-input.alert.focused,
.tag-input.alert:focus,
.textarea.alert.focused,
.textarea.alert:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(206, 53, 44, .45);
    box-shadow: 0 0 0 3px rgba(206, 53, 44, .45)
}

.file.warning,
.input.warning,
.keypad.warning,
.metro-input.warning,
.select.warning,
.spinner.warning,
.tag-input.warning,
.textarea.warning {
    border-color: #ff9447
}

.file.warning.focused,
.file.warning:focus,
.input.warning.focused,
.input.warning:focus,
.keypad.warning.focused,
.keypad.warning:focus,
.metro-input.warning.focused,
.metro-input.warning:focus,
.select.warning.focused,
.select.warning:focus,
.spinner.warning.focused,
.spinner.warning:focus,
.tag-input.warning.focused,
.tag-input.warning:focus,
.textarea.warning.focused,
.textarea.warning:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 148, 71, .45);
    box-shadow: 0 0 0 3px rgba(255, 148, 71, .45)
}

.file.yellow,
.input.yellow,
.keypad.yellow,
.metro-input.yellow,
.select.yellow,
.spinner.yellow,
.tag-input.yellow,
.textarea.yellow {
    border-color: #ffe484
}

.file.yellow.focused,
.file.yellow:focus,
.input.yellow.focused,
.input.yellow:focus,
.keypad.yellow.focused,
.keypad.yellow:focus,
.metro-input.yellow.focused,
.metro-input.yellow:focus,
.select.yellow.focused,
.select.yellow:focus,
.spinner.yellow.focused,
.spinner.yellow:focus,
.tag-input.yellow.focused,
.tag-input.yellow:focus,
.textarea.yellow.focused,
.textarea.yellow:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 228, 132, .45);
    box-shadow: 0 0 0 3px rgba(255, 228, 132, .45)
}

.file.info,
.input.info,
.keypad.info,
.metro-input.info,
.select.info,
.spinner.info,
.tag-input.info,
.textarea.info {
    border-color: #69cbfa
}

.file.info.focused,
.file.info:focus,
.input.info.focused,
.input.info:focus,
.keypad.info.focused,
.keypad.info:focus,
.metro-input.info.focused,
.metro-input.info:focus,
.select.info.focused,
.select.info:focus,
.spinner.info.focused,
.spinner.info:focus,
.tag-input.info.focused,
.tag-input.info:focus,
.textarea.info.focused,
.textarea.info:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(105, 203, 250, .45);
    box-shadow: 0 0 0 3px rgba(105, 203, 250, .45)
}

.file.dark,
.input.dark,
.keypad.dark,
.metro-input.dark,
.select.dark,
.spinner.dark,
.tag-input.dark,
.textarea.dark {
    border-color: #505050
}

.file.dark.focused,
.file.dark:focus,
.input.dark.focused,
.input.dark:focus,
.keypad.dark.focused,
.keypad.dark:focus,
.metro-input.dark.focused,
.metro-input.dark:focus,
.select.dark.focused,
.select.dark:focus,
.spinner.dark.focused,
.spinner.dark:focus,
.tag-input.dark.focused,
.tag-input.dark:focus,
.textarea.dark.focused,
.textarea.dark:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(80, 80, 80, .45);
    box-shadow: 0 0 0 3px rgba(80, 80, 80, .45)
}

.file.light,
.input.light,
.keypad.light,
.metro-input.light,
.select.light,
.spinner.light,
.tag-input.light,
.textarea.light {
    border-color: #f8f8f8
}

.file.light.focused,
.file.light:focus,
.input.light.focused,
.input.light:focus,
.keypad.light.focused,
.keypad.light:focus,
.metro-input.light.focused,
.metro-input.light:focus,
.select.light.focused,
.select.light:focus,
.spinner.light.focused,
.spinner.light:focus,
.tag-input.light.focused,
.tag-input.light:focus,
.textarea.light.focused,
.textarea.light:focus {
    -webkit-box-shadow: 0 0 0 3px hsla(0, 0%, 97%, .45);
    box-shadow: 0 0 0 3px hsla(0, 0%, 97%, .45)
}

.accent-block.primary {
    background-color: #0366d6;
    color: #fff
}

.accent-block.secondary {
    background-color: #607d8b;
    color: #fff
}

.accent-block.success {
    background-color: #60a917;
    color: #fff
}

.accent-block.alert {
    background-color: #ce352c;
    color: #fff
}

.accent-block.warning {
    background-color: #ff9447;
    color: #fff
}

.accent-block.yellow {
    background-color: #ffe484;
    color: #fff
}

.accent-block.info {
    background-color: #69cbfa;
    color: #fff
}

.accent-block.dark {
    background-color: #505050;
    color: #fff
}

.accent-block.light {
    background-color: #f8f8f8;
    color: #fff
}

.accent-block.light,
.accent-block.yellow {
    color: #1d1d1d
}

:root {
    --dialog-border-radius: 6px;
    --dialog-background: #f7f8fa;
    --dialog-color: #191919;
    --dialog-border-color: #aaa;
    --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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: var(--dialog-background);
    border: 1px solid var(--dialog-border-color);
    border-radius: var(--dialog-border-radius);
    color: var(--dialog-color);
    display: -webkit-box;
    display: flex;
    flex-flow: column;
    height: auto;
    max-height: calc(100vh - 100px);
    max-width: calc(100vw - 100px);
    position: fixed;
    width: auto;
    z-index: 1050
}

.dialog.shadow-on {
    -webkit-box-shadow: 0 17px 50px 0 rgba(0, 0, 0, .19), 0 12px 15px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 17px 50px 0 rgba(0, 0, 0, .19), 0 12px 15px 0 rgba(0, 0, 0, .24)
}

.dialog-actions,
.dialog-content,
.dialog-title {
    display: -webkit-box;
    display: flex
}

.dialog-title {
    -webkit-box-ordinal-group: 2;
    -webkit-box-align: center;
    -webkit-box-pack: start !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    align-items: center;
    border-bottom: 1px solid var(--border-color);
    flex-flow: row nowrap;
    font-size: 1rem;
    justify-content: flex-start !important;
    order: 1;
    padding: 10px 24px
}

.dialog-title .icon {
    margin-right: 1rem
}

.dialog-content {
    -webkit-box-ordinal-group: 3;
    font-size: 14px;
    order: 2;
    padding: 12px 24px
}

.dialog-actions {
    -webkit-box-ordinal-group: 4;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
    border-top: 1px solid var(--border-color);
    display: -webkit-box;
    display: flex;
    flex-flow: row;
    order: 3;
    padding: 8px 16px
}

.dialog-actions>* {
    margin: 0 4px;
    min-width: 64px
}

.dialog-actions.text-left {
    -webkit-box-pack: start;
    justify-content: flex-start
}

.dialog-actions.text-center {
    -webkit-box-pack: center;
    justify-content: center
}

.dialog-actions.text-right {
    -webkit-box-pack: end;
    justify-content: flex-end
}

.dialog *+.dialog-actions,
.dialog *+.dialog-content {
    margin-top: 8px
}

.dialog .closer {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: var(--dialog-closer-background);
    border: none;
    color: var(--dialog-closer-color);
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    height: 24px;
    justify-content: center;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 24px;
    z-index: 100
}

.dialog .closer:before {
    content: "\00d7";
    display: block;
    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 #0366d6
}

.dialog.primary .dialog-title {
    background-color: #0366d6;
    border-bottom-color: #0366d6;
    color: #fff
}

.dialog.primary .dialog-actions {
    border-top-color: #0366d6
}

.dialog.secondary {
    border: 1px solid #607d8b
}

.dialog.secondary .dialog-title {
    background-color: #607d8b;
    border-bottom-color: #607d8b;
    color: #fff
}

.dialog.secondary .dialog-actions {
    border-top-color: #607d8b
}

.dialog.success {
    border: 1px solid #60a917
}

.dialog.success .dialog-title {
    background-color: #60a917;
    border-bottom-color: #60a917;
    color: #fff
}

.dialog.success .dialog-actions {
    border-top-color: #60a917
}

.dialog.alert {
    border: 1px solid #ce352c
}

.dialog.alert .dialog-title {
    background-color: #ce352c;
    border-bottom-color: #ce352c;
    color: #fff
}

.dialog.alert .dialog-actions {
    border-top-color: #ce352c
}

.dialog.warning {
    border: 1px solid #ff9447
}

.dialog.warning .dialog-title {
    background-color: #ff9447;
    border-bottom-color: #ff9447;
    color: #fff
}

.dialog.warning .dialog-actions {
    border-top-color: #ff9447
}

.dialog.yellow {
    border: 1px solid #ffe484
}

.dialog.yellow .dialog-title {
    background-color: #ffe484;
    border-bottom-color: #ffe484;
    color: #fff
}

.dialog.yellow .dialog-actions {
    border-top-color: #ffe484
}

.dialog.info {
    border: 1px solid #69cbfa
}

.dialog.info .dialog-title {
    background-color: #69cbfa;
    border-bottom-color: #69cbfa;
    color: #fff
}

.dialog.info .dialog-actions {
    border-top-color: #69cbfa
}

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

.activity-ring {
    height: 32px;
    margin: .625rem;
    padding-top: .22rem;
    position: relative;
    width: 32px
}

.activity-ring>.wrap {
    height: 30px;
    position: absolute;
    width: 30px
}

.activity-ring>.wrap>.circle {
    -webkit-animation: orbit 4s infinite;
    animation: orbit 4s infinite;
    height: 30px;
    opacity: 0;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    width: 30px
}

.activity-ring>.wrap>.circle:after {
    background: #fff;
    border-radius: 4px;
    content: "";
    height: 4px;
    position: absolute;
    width: 4px
}

.activity-ring>.wrap:nth-child(2) {
    -webkit-transform: rotate(-14deg);
    transform: rotate(-14deg)
}

.activity-ring>.wrap:nth-child(2)>.circle {
    -webkit-animation-delay: .13333333333s;
    animation-delay: .13333333333s
}

.activity-ring>.wrap:nth-child(3) {
    -webkit-transform: rotate(-28deg);
    transform: rotate(-28deg)
}

.activity-ring>.wrap:nth-child(3)>.circle {
    -webkit-animation-delay: .26666666667s;
    animation-delay: .26666666667s
}

.activity-ring>.wrap:nth-child(4) {
    -webkit-transform: rotate(-42deg);
    transform: rotate(-42deg)
}

.activity-ring>.wrap:nth-child(4)>.circle {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.activity-ring>.wrap:nth-child(5) {
    -webkit-transform: rotate(-56deg);
    transform: rotate(-56deg)
}

.activity-ring>.wrap:nth-child(5)>.circle {
    -webkit-animation-delay: .53333333333s;
    animation-delay: .53333333333s
}

.activity-ring.dark-style>.wrap>.circle:after {
    background-color: #989898
}

.activity-ring.color-style>.wrap>.circle:after {
    background-color: #1fb1f8
}

.activity-ring.color-style>.wrap:nth-child(2)>.circle:after {
    background-color: #fa6800
}

.activity-ring.color-style>.wrap:nth-child(3)>.circle:after {
    background-color: #60a917
}

.activity-ring.color-style>.wrap:nth-child(4)>.circle:after {
    background-color: #ce352c
}

.activity-ring.color-style>.wrap:nth-child(5)>.circle:after {
    background-color: #fff000
}

.activity-metro {
    background-color: initial;
    height: 10px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.activity-metro>.circle {
    -webkit-animation: metro-slide 3s cubic-bezier(.1, .85, .9, .15) infinite, metro-opacity 2s ease-in-out infinite alternate;
    animation: metro-slide 3s cubic-bezier(.1, .85, .9, .15) infinite, metro-opacity 2s ease-in-out infinite alternate;
    background-color: #fff;
    display: inline-block;
    height: 10px;
    margin-left: 5px;
    opacity: 0;
    position: absolute;
    width: 10px
}

.activity-metro>.circle:nth-child(2) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.activity-metro>.circle:nth-child(3) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.activity-metro>.circle:nth-child(4) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.activity-metro>.circle:nth-child(5) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.activity-metro.dark-style>.circle {
    background-color: #989898
}

.activity-metro.color-style>.circle {
    background-color: #1fb1f8
}

.activity-metro.color-style>.circle:nth-child(2) {
    background-color: #fa6800
}

.activity-metro.color-style>.circle:nth-child(3) {
    background-color: #60a917
}

.activity-metro.color-style>.circle:nth-child(4) {
    background-color: #ce352c
}

.activity-metro.color-style>.circle:nth-child(5) {
    background-color: #fff000
}

.activity-square {
    -webkit-animation: ani-shrink 1s linear infinite;
    animation: ani-shrink 1s linear infinite;
    height: 40px;
    overflow: hidden;
    position: relative;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    width: 40px
}

.activity-square .square {
    background: #fff;
    height: 19px;
    position: absolute;
    width: 19px
}

.activity-square .square:first-child {
    left: 0;
    top: 21px
}

.activity-square .square:nth-child(2) {
    -webkit-animation: ani-drop 1s linear infinite;
    animation: ani-drop 1s linear infinite;
    left: 21px;
    top: 21px
}

.activity-square .square:nth-child(3) {
    -webkit-animation: ani-drop2 1s linear infinite;
    animation: ani-drop2 1s linear infinite;
    left: 0;
    top: 0
}

.activity-square .square:nth-child(4) {
    -webkit-animation: ani-drop3 1s linear infinite;
    animation: ani-drop3 1s linear infinite;
    left: 21px;
    top: 0
}

.activity-square.dark-style>.square {
    background-color: #989898
}

.activity-square.color-style>.square:first-child {
    background-color: #fa6800
}

.activity-square.color-style>.square:nth-child(2) {
    background-color: #60a917
}

.activity-square.color-style>.square:nth-child(3) {
    background-color: #1fb1f8
}

.activity-square.color-style>.square:nth-child(4) {
    background-color: #fff000
}

.activity-cycle {
    overflow: hidden
}

.activity-cycle,
.activity-cycle .cycle {
    height: 64px;
    position: relative;
    width: 64px
}

.activity-cycle .cycle {
    -webkit-animation: ani-pre-spin 1s linear infinite;
    animation: ani-pre-spin 1s linear infinite;
    border: 3px solid transparent;
    border-radius: 50%;
    border-top-color: #fff;
    display: block;
    left: 50%;
    margin: -32px 0 0 -32px;
    top: 50%;
    z-index: 1001
}

.activity-cycle .cycle:after,
.activity-cycle .cycle:before {
    border: 3px solid transparent;
    border-radius: 50%;
    border-top-color: #fff;
    content: "";
    position: absolute
}

.activity-cycle .cycle:before {
    -webkit-animation: ani-pre-spin 2s linear infinite;
    animation: ani-pre-spin 2s linear infinite;
    bottom: 5px;
    left: 5px;
    right: 5px;
    top: 5px
}

.activity-cycle .cycle:after {
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    bottom: 15px;
    left: 15px;
    right: 15px;
    top: 15px
}

.activity-cycle.dark-style .cycle,
.activity-cycle.dark-style .cycle:after,
.activity-cycle.dark-style .cycle:before {
    border-top-color: #1d1d1d
}

.activity-cycle.color-style .cycle {
    border-top-color: #1fb1f8
}

.activity-cycle.color-style .cycle:before {
    border-top-color: #ce352c
}

.activity-cycle.color-style .cycle:after {
    border-top-color: #fff000
}

.activity-simple {
    height: 64px;
    width: 64px
}

.activity-simple .circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    position: relative;
    width: 100%
}

.activity-simple .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke: #fff;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite
}

.activity-simple.dark-style .path {
    stroke: #1d1d1d
}

.activity-simple.color-style .path {
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite
}

.activity-simple.small {
    border-radius: 50%;
    height: 32px;
    width: 32px
}

.activity-simple.small .circular {
    height: 32px;
    width: 32px
}

.activity-atom {
    border-radius: 50%;
    height: 64px;
    -webkit-perspective: 800px;
    perspective: 800px;
    width: 64px
}

.activity-atom span {
    border-radius: 50%;
    height: 100%;
    position: absolute;
    width: 100%
}

.activity-atom span:first-child {
    -webkit-animation: rotate-one 1s linear infinite;
    animation: rotate-one 1s linear infinite;
    border-bottom: 3px solid #fff;
    left: 0;
    top: 0
}

.activity-atom span:nth-child(2) {
    -webkit-animation: rotate-two 1s linear infinite;
    animation: rotate-two 1s linear infinite;
    border-right: 3px solid #fff;
    right: 0;
    top: 0
}

.activity-atom span:nth-child(3) {
    -webkit-animation: rotate-three 1s linear infinite;
    animation: rotate-three 1s linear infinite;
    border-top: 3px solid #fff;
    bottom: 0;
    right: 0
}

.activity-atom.dark-style span:first-child {
    border-bottom-color: #1d1d1d
}

.activity-atom.dark-style span:nth-child(2) {
    border-right-color: #1d1d1d
}

.activity-atom.dark-style span:nth-child(3) {
    border-top-color: #1d1d1d
}

.activity-atom.color-style span:first-child {
    border-bottom-color: #1fb1f8
}

.activity-atom.color-style span:nth-child(2) {
    border-right-color: #ce352c
}

.activity-atom.color-style span:nth-child(3) {
    border-top-color: #fff000
}

.activity-bars {
    height: 50px;
    width: 60px
}

.activity-bars span {
    -webkit-animation: bars .8s ease-in-out infinite;
    animation: bars .8s ease-in-out infinite;
    background-color: #fff;
    display: inline-block;
    float: left;
    height: 100%;
    margin-left: 2px;
    width: 8px
}

.activity-bars span:nth-child(2) {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.activity-bars span:nth-child(3) {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.activity-bars span:nth-child(4) {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.activity-bars span:nth-child(5) {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.activity-bars span:nth-child(6) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.activity-bars.dark-style span {
    background-color: #1d1d1d
}

.activity-bars.color-style span:first-child {
    background-color: #a0f
}

.activity-bars.color-style span:nth-child(2) {
    background-color: #1fb1f8
}

.activity-bars.color-style span:nth-child(3) {
    background-color: #60a917
}

.activity-bars.color-style span:nth-child(4) {
    background-color: #fff000
}

.activity-bars.color-style span:nth-child(5) {
    background-color: #fa6800
}

.activity-bars.color-style span:nth-child(6) {
    background-color: #dc4fad
}

@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes 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 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
    }
}

@-webkit-keyframes color {

    0%,
    to {
        stroke: #ce352c
    }

    40% {
        stroke: #00aff0
    }

    66% {
        stroke: #60a917
    }

    80%,
    90% {
        stroke: #fff000
    }
}

@keyframes color {

    0%,
    to {
        stroke: #ce352c
    }

    40% {
        stroke: #00aff0
    }

    66% {
        stroke: #60a917
    }

    80%,
    90% {
        stroke: #fff000
    }
}

@-webkit-keyframes rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotate(0deg);
        transform: rotateX(35deg) rotateY(-45deg) rotate(0deg)
    }

    to {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotate(1turn);
        transform: rotateX(35deg) rotateY(-45deg) rotate(1turn)
    }
}

@keyframes rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotate(0deg);
        transform: rotateX(35deg) rotateY(-45deg) rotate(0deg)
    }

    to {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotate(1turn);
        transform: rotateX(35deg) rotateY(-45deg) rotate(1turn)
    }
}

@-webkit-keyframes rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotate(0deg);
        transform: rotateX(50deg) rotateY(10deg) rotate(0deg)
    }

    to {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotate(1turn);
        transform: rotateX(50deg) rotateY(10deg) rotate(1turn)
    }
}

@keyframes rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotate(0deg);
        transform: rotateX(50deg) rotateY(10deg) rotate(0deg)
    }

    to {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotate(1turn);
        transform: rotateX(50deg) rotateY(10deg) rotate(1turn)
    }
}

@-webkit-keyframes rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotate(0deg);
        transform: rotateX(35deg) rotateY(55deg) rotate(0deg)
    }

    to {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotate(1turn);
        transform: rotateX(35deg) rotateY(55deg) rotate(1turn)
    }
}

@keyframes rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotate(0deg);
        transform: rotateX(35deg) rotateY(55deg) rotate(0deg)
    }

    to {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotate(1turn);
        transform: rotateX(35deg) rotateY(55deg) rotate(1turn)
    }
}

@-webkit-keyframes bars {

    0%,
    40%,
    to {
        -webkit-transform: scaleY(.05);
        transform: scaleY(.05)
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes bars {

    0%,
    40%,
    to {
        -webkit-transform: scaleY(.05);
        transform: scaleY(.05)
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@-webkit-keyframes ani-drop {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    25% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes ani-drop {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    25% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes ani-drop2 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    50% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes ani-drop2 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    50% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes ani-drop3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    75% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes ani-drop3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    75% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.dialog.no-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.hamburger,
.nav-button {
    background-color: initial;
    border: 1px solid transparent;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 36px;
    line-height: 36px;
    outline: none;
    padding: 0;
    text-align: center;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 36px
}

.hamburger .line,
.nav-button .line {
    background-color: #fff;
    display: block;
    height: 3px;
    margin: 4px auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 30px
}

.hamburger.dark .line,
.nav-button.dark .line {
    background-color: #1d1d1d
}

.hamburger.chevron-down .line:nth-child(2),
.hamburger.menu-down .line:nth-child(2),
.nav-button.chevron-down .line:nth-child(2),
.nav-button.menu-down .line:nth-child(2) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.hamburger.chevron-down.active,
.hamburger.menu-down.active,
.nav-button.chevron-down.active,
.nav-button.menu-down.active {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.hamburger.chevron-down.active .line:nth-child(2),
.hamburger.menu-down.active .line:nth-child(2),
.nav-button.chevron-down.active .line:nth-child(2),
.nav-button.menu-down.active .line:nth-child(2) {
    opacity: 0;
    -webkit-transition: none;
    transition: none
}

.hamburger.chevron-down.active .line:first-child,
.hamburger.chevron-down.active .line:nth-child(3),
.hamburger.menu-down.active .line:first-child,
.hamburger.menu-down.active .line:nth-child(3),
.nav-button.chevron-down.active .line:first-child,
.nav-button.chevron-down.active .line:nth-child(3),
.nav-button.menu-down.active .line:first-child,
.nav-button.menu-down.active .line:nth-child(3) {
    margin: -4px 8px;
    -webkit-transform-origin: right;
    transform-origin: right;
    width: 20px
}

.hamburger.chevron-down.active .line:first-child,
.hamburger.menu-down.active .line:first-child,
.nav-button.chevron-down.active .line:first-child,
.nav-button.menu-down.active .line:first-child {
    -webkit-transform: rotate(45deg) translateY(6px);
    transform: rotate(45deg) translateY(6px)
}

.hamburger.chevron-down.active .line:nth-child(3),
.hamburger.menu-down.active .line:nth-child(3),
.nav-button.chevron-down.active .line:nth-child(3),
.nav-button.menu-down.active .line:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-6px);
    transform: rotate(-45deg) translateY(-6px)
}

.hamburger.chevron-up .line:nth-child(2),
.hamburger.menu-up .line:nth-child(2),
.nav-button.chevron-up .line:nth-child(2),
.nav-button.menu-up .line:nth-child(2) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.hamburger.chevron-up.active,
.hamburger.menu-up.active,
.nav-button.chevron-up.active,
.nav-button.menu-up.active {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.hamburger.chevron-up.active .line:nth-child(2),
.hamburger.menu-up.active .line:nth-child(2),
.nav-button.chevron-up.active .line:nth-child(2),
.nav-button.menu-up.active .line:nth-child(2) {
    opacity: 0;
    -webkit-transition: none;
    transition: none
}

.hamburger.chevron-up.active .line:first-child,
.hamburger.chevron-up.active .line:nth-child(3),
.hamburger.menu-up.active .line:first-child,
.hamburger.menu-up.active .line:nth-child(3),
.nav-button.chevron-up.active .line:first-child,
.nav-button.chevron-up.active .line:nth-child(3),
.nav-button.menu-up.active .line:first-child,
.nav-button.menu-up.active .line:nth-child(3) {
    margin: -4px 8px;
    -webkit-transform-origin: right;
    transform-origin: right;
    width: 20px
}

.hamburger.chevron-up.active .line:first-child,
.hamburger.menu-up.active .line:first-child,
.nav-button.chevron-up.active .line:first-child,
.nav-button.menu-up.active .line:first-child {
    -webkit-transform: rotate(45deg) translateY(6px);
    transform: rotate(45deg) translateY(6px)
}

.hamburger.chevron-up.active .line:nth-child(3),
.hamburger.menu-up.active .line:nth-child(3),
.nav-button.chevron-up.active .line:nth-child(3),
.nav-button.menu-up.active .line:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-6px);
    transform: rotate(-45deg) translateY(-6px)
}

.hamburger.arrow-left.active .line:first-child,
.hamburger.arrow-left.active .line:nth-child(3),
.nav-button.arrow-left.active .line:first-child,
.nav-button.arrow-left.active .line:nth-child(3) {
    margin-left: 0;
    width: 20px
}

.hamburger.arrow-left.active .line:first-child,
.nav-button.arrow-left.active .line:first-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.hamburger.arrow-left.active .line:nth-child(3),
.nav-button.arrow-left.active .line:nth-child(3) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hamburger.arrow-right.active .line:first-child,
.hamburger.arrow-right.active .line:nth-child(3),
.nav-button.arrow-right.active .line:first-child,
.nav-button.arrow-right.active .line:nth-child(3) {
    margin-right: 0;
    width: 20px
}

.hamburger.arrow-right.active .line:first-child,
.nav-button.arrow-right.active .line:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hamburger.arrow-right.active .line:nth-child(3),
.nav-button.arrow-right.active .line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

:root {
    --appbar-background: #f8f8f8;
    --appbar-item-background: #f8f8f8;
    --appbar-color: #191919;
    --appbar-item-color: #191919;
    --appbar-item-color-disabled: #ccc;
    --appbar-item-color-hover: #000;
    --appbar-item-background-hover: #e8e8e8;
    --appbar-dropdown-toggle-color: #191919;
    --appbar-border-radius: 4px;
    --appbar-z-index: 1030;
    --appbar-hamburger-color: #000
}

.dark-side {
    --appbar-background: #2b2d30;
    --appbar-item-background: #2b2d30;
    --appbar-color: #fff;
    --appbar-item-color: #dbdfe7;
    --appbar-item-color-disabled: #a8a8a8;
    --appbar-item-color-hover: #fff;
    --appbar-item-background-hover: #1e1f22;
    --appbar-dropdown-toggle-color: #fff;
    --appbar-hamburger-color: #fff
}

.app-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    background-color: var(--appbar-background);
    flex-flow: row wrap;
    height: auto;
    left: 0;
    min-height: 52px;
    padding: 0 10px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: var(--appbar-z-index)
}

.app-bar,
.app-bar .app-bar-container {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex
}

.app-bar .app-bar-container {
    -webkit-box-pack: center;
    background-color: inherit;
    color: inherit;
    justify-content: center;
    padding: 0
}

.app-bar .app-bar-item,
.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 {
    -webkit-box-align: center;
    align-items: center;
    background-color: var(--appbar-item-background);
    border-radius: var(--appbar-border-radius);
    color: var(--appbar-item-color);
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    padding: 4px 10px;
    text-decoration: none;
    white-space: nowrap
}

.app-bar .app-bar-item-static:hover,
.app-bar .app-bar-item:hover,
.app-bar .app-bar-menu>li>a:hover {
    background-color: var(--appbar-item-background-hover);
    color: var(--appbar-item-color-hover);
    text-decoration: none
}

.app-bar .app-bar-item-static:focus,
.app-bar .app-bar-item:focus,
.app-bar .app-bar-menu>li>a:focus {
    outline: none
}

.app-bar .app-bar-item-static.disabled,
.app-bar .app-bar-item.disabled,
.app-bar .app-bar-menu>li>a.disabled {
    color: var(--appbar-item-color-disabled)
}

.app-bar .app-bar-item-static:hover {
    background-color: var(--appbar-item-background);
    color: var(--appbar-item-color)
}

.app-bar .brand {
    flex-shrink: 0
}

.app-bar .brand:hover {
    background-color: var(--appbar-item-background)
}

.app-bar .app-bar-button {
    padding: 0;
    width: 52px
}

.app-bar .app-bar-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: inherit;
    color: inherit;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-wrap: nowrap;
    list-style: none inside;
    margin: 0;
    padding: 0;
    position: relative
}

.app-bar .app-bar-menu>li>a.dropdown-toggle:before {
    border-color: var(--appbar-dropdown-toggle-color) !important
}

.app-bar .hamburger {
    display: block;
    height: 52px;
    position: absolute;
    right: 0;
    top: 0;
    width: 52px
}

.app-bar .hamburger .line {
    background-color: var(--appbar-hamburger-color)
}

.app-bar .hamburger.menu-down.active .line:first-child,
.app-bar .hamburger.menu-down.active .line:nth-child(3) {
    margin: -4px 16px
}

.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 {
    background-color: inherit;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none;
    left: 0;
    position: relative;
    width: 100%
}

.app-bar .app-bar-input {
    border: none !important;
    border-radius: 4px;
    font-size: .875rem;
    height: 30px;
    width: 100px
}

.app-bar:not(.app-bar-expand) {
    padding-right: 60px !important
}

.app-bar:not(.app-bar-expand) .app-bar-menu {
    -webkit-box-ordinal-group: 1001;
    left: 0;
    order: 1000;
    position: absolute;
    top: 100%;
    width: 100%
}

.app-bar-expand {
    flex-wrap: nowrap
}

.app-bar-expand,
.app-bar-expand .app-bar-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.app-bar-expand .app-bar-menu.collapsed {
    display: -webkit-box !important;
    display: flex !important
}

.app-bar-expand .hamburger {
    display: none
}

.p-ab {
    padding-top: 52px !important
}

.m-ab {
    margin-top: 52px !important
}

.h-ab {
    height: calc(100% - 52px)
}

.slider {
    background: transparent;
    cursor: default;
    display: block;
    height: 2.125rem;
    position: relative;
    width: 100%
}

.slider input {
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 1px
}

.slider .backside,
.slider .buffer,
.slider .complete,
.slider .marker {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slider .backside {
    background-color: #bebebe;
    height: .6rem;
    width: 100%;
    z-index: 1
}

.slider .buffer {
    background-color: #fff;
    height: .3rem;
    z-index: 2
}

.slider .complete {
    background-color: #60a917;
    height: .6rem;
    z-index: 3
}

.slider .marker {
    background-color: #1d1d1d;
    border: 1px solid transparent;
    cursor: pointer;
    height: 1rem;
    outline: none;
    overflow: visible;
    width: 1rem;
    z-index: 4
}

.slider .marker:focus {
    -webkit-box-shadow: 0 0 0 3px hsla(0, 0%, 89%, .45);
    box-shadow: 0 0 0 3px hsla(0, 0%, 89%, .45)
}

.slider .marker:active:after {
    background-color: hsla(0, 0%, 73%, .5);
    border-radius: 50%;
    content: "";
    display: block;
    height: 3.125rem;
    left: 50%;
    margin-left: -1.5625rem;
    margin-top: -1.5625rem;
    opacity: .3;
    position: absolute;
    top: 50%;
    width: 3.125rem
}

.slider .hint {
    background-color: #989898;
    color: #fff;
    display: none;
    height: auto !important;
    padding: .25rem .5rem;
    position: absolute;
    white-space: nowrap;
    width: auto !important;
    z-index: 5
}

.slider .hint:before {
    background-color: inherit;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    width: 6px
}

.slider .hint.top-side {
    left: 50%;
    margin-top: -8px;
    top: 0;
    -webkit-transform: translateY(-100%) translateX(-50%);
    transform: translateY(-100%) translateX(-50%)
}

.slider .hint.top-side:before {
    left: 50%;
    margin-top: -1px;
    top: 100%;
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%)
}

.slider .hint.bottom-side {
    left: 50%;
    margin-top: 8px;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.slider .hint.bottom-side:before {
    left: 50%;
    margin-top: -1px;
    top: 0;
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%)
}

.slider .hint.left-side {
    left: 0;
    margin-left: -8px;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-100%);
    transform: translateY(-50%) translateX(-100%)
}

.slider .hint.left-side:before {
    margin-right: -3px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.slider .hint.right-side {
    left: 100%;
    margin-left: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slider .hint.right-side:before {
    left: 0;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.slider .marker.left-knob {
    left: 0
}

.slider .marker.right-knob {
    left: auto;
    right: 0
}

.slider.range .complete {
    width: 100%
}

.slider.thin .backside,
.slider.thin .buffer,
.slider.thin .complete {
    height: 6px
}

.slider.ultra-thin .backside,
.slider.ultra-thin .buffer,
.slider.ultra-thin .complete {
    height: 4px
}

.slider.cycle-marker .marker {
    border-radius: 50%
}

.slider.vertical-slider {
    height: 100px;
    width: 2.125rem
}

.slider.vertical-slider .backside,
.slider.vertical-slider .buffer,
.slider.vertical-slider .complete,
.slider.vertical-slider .marker {
    left: 50%;
    top: auto;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%)
}

.slider.vertical-slider .backside,
.slider.vertical-slider .buffer,
.slider.vertical-slider .complete {
    bottom: 0;
    width: .5rem
}

.slider.vertical-slider .backside {
    height: 100%
}

.slider.vertical-slider .buffer {
    width: .3rem
}

.slider.vertical-slider .marker {
    top: 100%;
    -webkit-transform: translateY(-100%) translateX(-50%);
    transform: translateY(-100%) translateX(-50%)
}

.slider.rounded .backside,
.slider.rounded .buffer,
.slider.rounded .complete,
.slider.rounded .marker {
    border-radius: .25rem
}

.slider.disabled .marker {
    display: none
}

.slider-min-max {
    display: block;
    position: relative
}

.slider-min-max:after {
    clear: both;
    content: "";
    display: block
}

.slider-min-max .slider-text-max,
.slider-min-max .slider-text-min {
    display: block
}

.slider-min-max .slider-text-min {
    float: left
}

.slider-min-max .slider-text-max {
    float: right
}

[class*=default-icon] {
    background-color: initial;
    background-size: cover;
    border: none !important;
    display: inline-block;
    height: 16px;
    opacity: .5;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 16px
}

[class*=default-icon]:hover {
    opacity: 1
}

:root .default-icon-check {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M27 4 12 19l-7-7-5 5 12 12L32 9z'/%3E%3C/svg%3E")
}

:root .default-icon-cross {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M31.708 25.708 22 16l9.708-9.708a1 1 0 0 0 0-1.414L27.122.292a1 1 0 0 0-1.414-.001L16 9.999 6.292.291a.998.998 0 0 0-1.414.001L.292 4.878a1 1 0 0 0 0 1.414L10 16 .292 25.708a.999.999 0 0 0 0 1.414l4.586 4.586a1 1 0 0 0 1.414 0L16 22l9.708 9.708a1 1 0 0 0 1.414 0l4.586-4.586a.999.999 0 0 0 0-1.414z'/%3E%3C/svg%3E")
}

:root .default-icon-search {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='m31.008 27.231-7.58-6.447c-.784-.705-1.622-1.029-2.299-.998a11.954 11.954 0 0 0 2.87-7.787c0-6.627-5.373-12-12-12s-12 5.373-12 12 5.373 12 12 12c2.972 0 5.691-1.081 7.787-2.87-.031.677.293 1.515.998 2.299l6.447 7.58c1.104 1.226 2.907 1.33 4.007.23s.997-2.903-.23-4.007zM12 20a8 8 0 1 1 0-16 8 8 0 0 1 0 16z'/%3E%3C/svg%3E")
}

:root .default-icon-eye {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M16 6C9.021 6 2.972 10.064 0 16c2.972 5.936 9.021 10 16 10s13.027-4.064 16-10c-2.972-5.936-9.021-10-16-10zm7.889 5.303A15.212 15.212 0 0 1 28.559 16a15.223 15.223 0 0 1-4.67 4.697C21.527 22.204 18.799 23 16 23s-5.527-.796-7.889-2.303A15.212 15.212 0 0 1 3.441 16a15.223 15.223 0 0 1 5.041-4.925 8 8 0 1 0 15.036 0c.124.074.248.15.371.228zM16 13a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3C/svg%3E")
}

:root .default-icon-plus {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M496 192H320V16c0-8.836-7.164-16-16-16h-96c-8.836 0-16 7.164-16 16v176H16c-8.836 0-16 7.164-16 16v96c0 8.836 7.164 16 16 16h176v176c0 8.836 7.164 16 16 16h96c8.836 0 16-7.164 16-16V320h176c8.836 0 16-7.164 16-16v-96c0-8.836-7.164-16-16-16z'/%3E%3C/svg%3E")
}

:root .default-icon-minus {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M0 208v96c0 8.836 7.164 16 16 16h480c8.836 0 16-7.164 16-16v-96c0-8.836-7.164-16-16-16H16c-8.836 0-16 7.164-16 16z'/%3E%3C/svg%3E")
}

:root .default-icon-help {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16S24.837 0 16 0zm-6 16a6 6 0 1 1 12 0 6 6 0 0 1-12 0zm18.937 5.359-5.544-2.297c.391-.943.608-1.977.608-3.062s-.216-2.119-.608-3.062l5.544-2.297C29.622 12.292 30 14.101 30 16s-.379 3.708-1.063 5.359zM21.359 3.063l-2.297 5.544C18.119 8.216 17.085 8 16 8s-2.119.216-3.062.607l-2.297-5.544C12.292 2.379 14.101 2 16 2s3.708.379 5.359 1.063zM3.063 10.641l5.544 2.297c-.391.943-.608 1.977-.608 3.062s.216 2.119.607 3.062l-5.544 2.297c-.685-1.651-1.063-3.46-1.063-5.359s.379-3.708 1.063-5.359zm7.578 18.296 2.297-5.544c.943.391 1.977.608 3.062.608s2.119-.216 3.062-.608l2.297 5.544C19.708 29.621 17.899 30 16 30s-3.708-.379-5.359-1.063z'/%3E%3C/svg%3E")
}

:root .default-icon-left-arrow {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='m12.586 27.414-10-10a2 2 0 0 1 0-2.828l10-10a2 2 0 1 1 2.828 2.828L8.828 14H28a2 2 0 1 1 0 4H8.828l6.586 6.586c.39.39.586.902.586 1.414s-.195 1.024-.586 1.414a2 2 0 0 1-2.828 0z'/%3E%3C/svg%3E")
}

:root .default-icon-right-arrow {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='m19.414 27.414 10-10a2 2 0 0 0 0-2.828l-10-10a2 2 0 1 0-2.828 2.828L23.172 14H4a2 2 0 1 0 0 4h19.172l-6.586 6.586c-.39.39-.586.902-.586 1.414s.195 1.024.586 1.414a2 2 0 0 0 2.828 0z'/%3E%3C/svg%3E")
}

:root .default-icon-calendar {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M10 12h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zM4 24h4v4H4zm6 0h4v4h-4zm6 0h4v4h-4zm-6-6h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zM4 18h4v4H4zM26 0v2h-4V0H8v2H4V0H0v32h30V0h-4zm2 30H2V8h26v22z'/%3E%3C/svg%3E")
}

:root .default-icon-clock {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M20.586 23.414 14 16.828V8h4v7.172l5.414 5.414zM16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16S24.837 0 16 0zm0 28C9.373 28 4 22.627 4 16S9.373 4 16 4s12 5.373 12 12-5.373 12-12 12z'/%3E%3C/svg%3E")
}

:root .default-icon-menu {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M2 6h28v6H2zm0 8h28v6H2zm0 8h28v6H2z'/%3E%3C/svg%3E")
}

:root .default-icon-upload {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M224 288h64V160h96L256 32 128 160h96zm96-72v49.356L466.533 320 256 398.509 45.467 320 192 265.356V216L0 288v128l256 96 256-96V288z'/%3E%3C/svg%3E")
}

:root .default-icon-pencil {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M432 0c44.182 0 80 35.817 80 80 0 18.01-5.955 34.629-16 48l-32 32L352 48l32-32c13.371-10.045 29.989-16 48-16zM32 368 0 512l144-32 296-296L328 72 32 368zm325.789-186.211-224 224-27.578-27.578 224-224 27.578 27.578z'/%3E%3C/svg%3E")
}

:root .default-icon-chevron-left {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='768' height='768'%3E%3Cpath d='M493.28 237.28 448 192 256 384l192 192 45.28-45.28L346.56 384z'/%3E%3C/svg%3E")
}

:root .default-icon-chevron-right {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='768' height='768'%3E%3Cpath d='m320 192-45.28 45.28L421.44 384 274.72 530.72 320 576l192-192z'/%3E%3C/svg%3E")
}

:root .default-icon-loop {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M4 10h20v6l8-8-8-8v6H0v12h4zm24 12H8v-6l-8 8 8 8v-6h24V14h-4z'/%3E%3C/svg%3E")
}

:root .default-icon-play {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='m6 4 20 12L6 28z'/%3E%3C/svg%3E")
}

:root .default-icon-pause {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M4 4h10v24H4zm14 0h10v24H18z'/%3E%3C/svg%3E")
}

:root .default-icon-stop {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M4 4h24v24H4z'/%3E%3C/svg%3E")
}

:root .default-icon-mute {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M30 19.348V22h-2.652L24 18.652 20.652 22H18v-2.652L21.348 16 18 12.652V10h2.652L24 13.348 27.348 10H30v2.652L26.652 16 30 19.348zM13 30a1 1 0 0 1-.707-.293L4.586 22H1a1 1 0 0 1-1-1V11a1 1 0 0 1 1-1h3.586l7.707-7.707A1 1 0 0 1 14 3v26a1.002 1.002 0 0 1-1 1z'/%3E%3C/svg%3E")
}

:root .default-icon-low-volume {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M17.157 23.157a1.5 1.5 0 0 1-1.061-2.56 6.508 6.508 0 0 0 0-9.192 1.5 1.5 0 1 1 2.121-2.121c3.704 3.704 3.704 9.731 0 13.435a1.495 1.495 0 0 1-1.061.439zM13 30a1 1 0 0 1-.707-.293L4.586 22H1a1 1 0 0 1-1-1V11a1 1 0 0 1 1-1h3.586l7.707-7.707A1 1 0 0 1 14 3v26a1.002 1.002 0 0 1-1 1z'/%3E%3C/svg%3E")
}

:root .default-icon-medium-volume {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M22.485 25.985a1.5 1.5 0 0 1-1.061-2.56c4.094-4.094 4.094-10.755 0-14.849a1.5 1.5 0 1 1 2.121-2.121c2.55 2.55 3.954 5.94 3.954 9.546s-1.404 6.996-3.954 9.546a1.495 1.495 0 0 1-1.061.439zm-5.328-2.828a1.5 1.5 0 0 1-1.061-2.56 6.508 6.508 0 0 0 0-9.192 1.5 1.5 0 1 1 2.121-2.121c3.704 3.704 3.704 9.731 0 13.435a1.495 1.495 0 0 1-1.061.439zM13 30a1 1 0 0 1-.707-.293L4.586 22H1a1 1 0 0 1-1-1V11a1 1 0 0 1 1-1h3.586l7.707-7.707A1 1 0 0 1 14 3v26a1.002 1.002 0 0 1-1 1z'/%3E%3C/svg%3E")
}

:root .default-icon-high-volume {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='32'%3E%3Cpath d='M27.814 28.814a1.5 1.5 0 0 1-1.061-2.56C29.492 23.515 31 19.874 31 16.001s-1.508-7.514-4.247-10.253a1.5 1.5 0 1 1 2.121-2.121C32.179 6.932 34 11.327 34 16.001s-1.82 9.069-5.126 12.374a1.495 1.495 0 0 1-1.061.439zm-5.329-2.829a1.5 1.5 0 0 1-1.061-2.56c4.094-4.094 4.094-10.755 0-14.849a1.5 1.5 0 1 1 2.121-2.121c2.55 2.55 3.954 5.94 3.954 9.546s-1.404 6.996-3.954 9.546a1.495 1.495 0 0 1-1.061.439zm-5.328-2.828a1.5 1.5 0 0 1-1.061-2.56 6.508 6.508 0 0 0 0-9.192 1.5 1.5 0 1 1 2.121-2.121c3.704 3.704 3.704 9.731 0 13.435a1.495 1.495 0 0 1-1.061.439zM13 30a1 1 0 0 1-.707-.293L4.586 22H1a1 1 0 0 1-1-1V11a1 1 0 0 1 1-1h3.586l7.707-7.707A1 1 0 0 1 14 3v26a1.002 1.002 0 0 1-1 1z'/%3E%3C/svg%3E")
}

:root .default-icon-enlarge {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M32 0H19l5 5-6 6 3 3 6-6 5 5zM32 32V19l-5 5-6-6-3 3 6 6-5 5zM0 32h13l-5-5 6-6-3-3-6 6-5-5zM0 0v13l5-5 6 6 3-3-6-6 5-5z'/%3E%3C/svg%3E")
}

:root .default-icon-shrink {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M18 14h13l-5-5 6-6-3-3-6 6-5-5zM18 18v13l5-5 6 6 3-3-6-6 5-5zM14 18H1l5 5-6 6 3 3 6-6 5 5zM14 14V1L9 6 3 0 0 3l6 6-5 5z'/%3E%3C/svg%3E")
}

:root .default-icon-playlist {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M0 0h8v8H0zm12 2h20v4H12zM0 12h8v8H0zm12 2h20v4H12zM0 24h8v8H0zm12 2h20v4H12z'/%3E%3C/svg%3E")
}

:root .default-icon-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M24 4v24h-4V17L10 27V5l10 10V4z'/%3E%3C/svg%3E")
}

:root .default-icon-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M8 28V4h4v11L22 5v22L12 17v11z'/%3E%3C/svg%3E")
}

:root .default-icon-first {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M4 28V4h4v11L18 5v10L28 5v22L18 17v10L8 17v11z'/%3E%3C/svg%3E")
}

:root .default-icon-last {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M28 4v24h-4V17L14 27V17L4 27V5l10 10V5l10 10V4z'/%3E%3C/svg%3E")
}

:root .default-icon-forward {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M16 27V17L6 27V5l10 10V5l11 11z'/%3E%3C/svg%3E")
}

:root .default-icon-backward {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M18 5v10L28 5v22L18 17v10L7 16z'/%3E%3C/svg%3E")
}

:root .default-icon-share {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M27 22a4.985 4.985 0 0 0-3.594 1.526L9.937 16.792a5.035 5.035 0 0 0 0-1.582l13.469-6.734a5 5 0 1 0-1.343-2.683L8.594 12.527A5 5 0 1 0 5 21.001a4.985 4.985 0 0 0 3.594-1.526l13.469 6.734A5 5 0 1 0 27 22z'/%3E%3C/svg%3E")
}

:root .default-icon-equalizer {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M14 4v-.5c0-.825-.675-1.5-1.5-1.5h-5C6.675 2 6 2.675 6 3.5V4H0v4h6v.5c0 .825.675 1.5 1.5 1.5h5c.825 0 1.5-.675 1.5-1.5V8h18V4H14zM8 8V4h4v4H8zm18 5.5c0-.825-.675-1.5-1.5-1.5h-5c-.825 0-1.5.675-1.5 1.5v.5H0v4h18v.5c0 .825.675 1.5 1.5 1.5h5c.825 0 1.5-.675 1.5-1.5V18h6v-4h-6v-.5zM20 18v-4h4v4h-4zm-6 5.5c0-.825-.675-1.5-1.5-1.5h-5c-.825 0-1.5.675-1.5 1.5v.5H0v4h6v.5c0 .825.675 1.5 1.5 1.5h5c.825 0 1.5-.675 1.5-1.5V28h18v-4H14v-.5zM8 28v-4h4v4H8z'/%3E%3C/svg%3E")
}

:root .default-icon-eject {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M0 24h32v4H0zM16 4l16 16H0z'/%3E%3C/svg%3E")
}

:root .default-icon-shuffle {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M24 22h-3.172l-5-5 5-5H24v5l7-7-7-7v5h-4a2 2 0 0 0-1.414.586L13 14.172 7.414 8.586A2 2 0 0 0 6 8H0v4h5.172l5 5-5 5H0v4h6a2 2 0 0 0 1.414-.586L13 19.828l5.586 5.586A2 2 0 0 0 20 26h4v5l7-7-7-7v5z'/%3E%3C/svg%3E")
}

:root .default-icon-random {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M27 6H11c-2.75 0-5 2.25-5 5v16c0 2.75 2.25 5 5 5h16c2.75 0 5-2.25 5-5V11c0-2.75-2.25-5-5-5zM13 28a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-12a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm6 6a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm6 6a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-12a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm.899-12C25.432 1.725 23.408 0 21 0H5C2.25 0 0 2.25 0 5v16c0 2.408 1.725 4.432 4 4.899V6c0-1.1.9-2 2-2h19.899z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-check {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M27 4 12 19l-7-7-5 5 12 12L32 9z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-cross {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M31.708 25.708 22 16l9.708-9.708a1 1 0 0 0 0-1.414L27.122.292a1 1 0 0 0-1.414-.001L16 9.999 6.292.291a.998.998 0 0 0-1.414.001L.292 4.878a1 1 0 0 0 0 1.414L10 16 .292 25.708a.999.999 0 0 0 0 1.414l4.586 4.586a1 1 0 0 0 1.414 0L16 22l9.708 9.708a1 1 0 0 0 1.414 0l4.586-4.586a.999.999 0 0 0 0-1.414z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-search {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='m31.008 27.231-7.58-6.447c-.784-.705-1.622-1.029-2.299-.998a11.954 11.954 0 0 0 2.87-7.787c0-6.627-5.373-12-12-12s-12 5.373-12 12 5.373 12 12 12c2.972 0 5.691-1.081 7.787-2.87-.031.677.293 1.515.998 2.299l6.447 7.58c1.104 1.226 2.907 1.33 4.007.23s.997-2.903-.23-4.007zM12 20a8 8 0 1 1 0-16 8 8 0 0 1 0 16z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-eye {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M16 6C9.021 6 2.972 10.064 0 16c2.972 5.936 9.021 10 16 10s13.027-4.064 16-10c-2.972-5.936-9.021-10-16-10zm7.889 5.303A15.212 15.212 0 0 1 28.559 16a15.223 15.223 0 0 1-4.67 4.697C21.527 22.204 18.799 23 16 23s-5.527-.796-7.889-2.303A15.212 15.212 0 0 1 3.441 16a15.223 15.223 0 0 1 5.041-4.925 8 8 0 1 0 15.036 0c.124.074.248.15.371.228zM16 13a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-plus {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath fill='%23fff' d='M496 192H320V16c0-8.836-7.164-16-16-16h-96c-8.836 0-16 7.164-16 16v176H16c-8.836 0-16 7.164-16 16v96c0 8.836 7.164 16 16 16h176v176c0 8.836 7.164 16 16 16h96c8.836 0 16-7.164 16-16V320h176c8.836 0 16-7.164 16-16v-96c0-8.836-7.164-16-16-16z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-minus {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath fill='%23fff' d='M0 208v96c0 8.836 7.164 16 16 16h480c8.836 0 16-7.164 16-16v-96c0-8.836-7.164-16-16-16H16c-8.836 0-16 7.164-16 16z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-help {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16S24.837 0 16 0zm-6 16a6 6 0 1 1 12 0 6 6 0 0 1-12 0zm18.937 5.359-5.544-2.297c.391-.943.608-1.977.608-3.062s-.216-2.119-.608-3.062l5.544-2.297C29.622 12.292 30 14.101 30 16s-.379 3.708-1.063 5.359zM21.359 3.063l-2.297 5.544C18.119 8.216 17.085 8 16 8s-2.119.216-3.062.607l-2.297-5.544C12.292 2.379 14.101 2 16 2s3.708.379 5.359 1.063zM3.063 10.641l5.544 2.297c-.391.943-.608 1.977-.608 3.062s.216 2.119.607 3.062l-5.544 2.297c-.685-1.651-1.063-3.46-1.063-5.359s.379-3.708 1.063-5.359zm7.578 18.296 2.297-5.544c.943.391 1.977.608 3.062.608s2.119-.216 3.062-.608l2.297 5.544C19.708 29.621 17.899 30 16 30s-3.708-.379-5.359-1.063z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-left-arrow {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='m12.586 27.414-10-10a2 2 0 0 1 0-2.828l10-10a2 2 0 1 1 2.828 2.828L8.828 14H28a2 2 0 1 1 0 4H8.828l6.586 6.586c.39.39.586.902.586 1.414s-.195 1.024-.586 1.414a2 2 0 0 1-2.828 0z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-right-arrow {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='m19.414 27.414 10-10a2 2 0 0 0 0-2.828l-10-10a2 2 0 1 0-2.828 2.828L23.172 14H4a2 2 0 1 0 0 4h19.172l-6.586 6.586c-.39.39-.586.902-.586 1.414s.195 1.024.586 1.414a2 2 0 0 0 2.828 0z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-calendar {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M10 12h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zM4 24h4v4H4zm6 0h4v4h-4zm6 0h4v4h-4zm-6-6h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zM4 18h4v4H4zM26 0v2h-4V0H8v2H4V0H0v32h30V0h-4zm2 30H2V8h26v22z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-clock {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M20.586 23.414 14 16.828V8h4v7.172l5.414 5.414zM16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16S24.837 0 16 0zm0 28C9.373 28 4 22.627 4 16S9.373 4 16 4s12 5.373 12 12-5.373 12-12 12z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-menu {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M2 6h28v6H2zm0 8h28v6H2zm0 8h28v6H2z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-upload {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath fill='%23fff' d='M224 288h64V160h96L256 32 128 160h96zm96-72v49.356L466.533 320 256 398.509 45.467 320 192 265.356V216L0 288v128l256 96 256-96V288z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-pencil {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath fill='%23fff' d='M432 0c44.182 0 80 35.817 80 80 0 18.01-5.955 34.629-16 48l-32 32L352 48l32-32c13.371-10.045 29.989-16 48-16zM32 368 0 512l144-32 296-296L328 72 32 368zm325.789-186.211-224 224-27.578-27.578 224-224 27.578 27.578z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-chevron-left {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='768' height='768'%3E%3Cpath fill='%23fff' d='M493.28 237.28 448 192 256 384l192 192 45.28-45.28L346.56 384z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-chevron-right {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='768' height='768'%3E%3Cpath fill='%23fff' d='m320 192-45.28 45.28L421.44 384 274.72 530.72 320 576l192-192z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-loop {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M4 10h20v6l8-8-8-8v6H0v12h4zm24 12H8v-6l-8 8 8 8v-6h24V14h-4z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-play {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='m6 4 20 12L6 28z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-pause {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M4 4h10v24H4zm14 0h10v24H18z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-stop {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M4 4h24v24H4z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-mute {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M30 19.348V22h-2.652L24 18.652 20.652 22H18v-2.652L21.348 16 18 12.652V10h2.652L24 13.348 27.348 10H30v2.652L26.652 16 30 19.348zM13 30a1 1 0 0 1-.707-.293L4.586 22H1a1 1 0 0 1-1-1V11a1 1 0 0 1 1-1h3.586l7.707-7.707A1 1 0 0 1 14 3v26a1.002 1.002 0 0 1-1 1z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-low-volume {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M17.157 23.157a1.5 1.5 0 0 1-1.061-2.56 6.508 6.508 0 0 0 0-9.192 1.5 1.5 0 1 1 2.121-2.121c3.704 3.704 3.704 9.731 0 13.435a1.495 1.495 0 0 1-1.061.439zM13 30a1 1 0 0 1-.707-.293L4.586 22H1a1 1 0 0 1-1-1V11a1 1 0 0 1 1-1h3.586l7.707-7.707A1 1 0 0 1 14 3v26a1.002 1.002 0 0 1-1 1z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-medium-volume {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M22.485 25.985a1.5 1.5 0 0 1-1.061-2.56c4.094-4.094 4.094-10.755 0-14.849a1.5 1.5 0 1 1 2.121-2.121c2.55 2.55 3.954 5.94 3.954 9.546s-1.404 6.996-3.954 9.546a1.495 1.495 0 0 1-1.061.439zm-5.328-2.828a1.5 1.5 0 0 1-1.061-2.56 6.508 6.508 0 0 0 0-9.192 1.5 1.5 0 1 1 2.121-2.121c3.704 3.704 3.704 9.731 0 13.435a1.495 1.495 0 0 1-1.061.439zM13 30a1 1 0 0 1-.707-.293L4.586 22H1a1 1 0 0 1-1-1V11a1 1 0 0 1 1-1h3.586l7.707-7.707A1 1 0 0 1 14 3v26a1.002 1.002 0 0 1-1 1z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-high-volume {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='32'%3E%3Cpath fill='%23fff' d='M27.814 28.814a1.5 1.5 0 0 1-1.061-2.56C29.492 23.515 31 19.874 31 16.001s-1.508-7.514-4.247-10.253a1.5 1.5 0 1 1 2.121-2.121C32.179 6.932 34 11.327 34 16.001s-1.82 9.069-5.126 12.374a1.495 1.495 0 0 1-1.061.439zm-5.329-2.829a1.5 1.5 0 0 1-1.061-2.56c4.094-4.094 4.094-10.755 0-14.849a1.5 1.5 0 1 1 2.121-2.121c2.55 2.55 3.954 5.94 3.954 9.546s-1.404 6.996-3.954 9.546a1.495 1.495 0 0 1-1.061.439zm-5.328-2.828a1.5 1.5 0 0 1-1.061-2.56 6.508 6.508 0 0 0 0-9.192 1.5 1.5 0 1 1 2.121-2.121c3.704 3.704 3.704 9.731 0 13.435a1.495 1.495 0 0 1-1.061.439zM13 30a1 1 0 0 1-.707-.293L4.586 22H1a1 1 0 0 1-1-1V11a1 1 0 0 1 1-1h3.586l7.707-7.707A1 1 0 0 1 14 3v26a1.002 1.002 0 0 1-1 1z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-enlarge {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M32 0H19l5 5-6 6 3 3 6-6 5 5zM32 32V19l-5 5-6-6-3 3 6 6-5 5zM0 32h13l-5-5 6-6-3-3-6 6-5-5zM0 0v13l5-5 6 6 3-3-6-6 5-5z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-shrink {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M18 14h13l-5-5 6-6-3-3-6 6-5-5zM18 18v13l5-5 6 6 3-3-6-6 5-5zM14 18H1l5 5-6 6 3 3 6-6 5 5zM14 14V1L9 6 3 0 0 3l6 6-5 5z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-playlist {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M0 0h8v8H0zm12 2h20v4H12zM0 12h8v8H0zm12 2h20v4H12zM0 24h8v8H0zm12 2h20v4H12z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M24 4v24h-4V17L10 27V5l10 10V4z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M8 28V4h4v11L22 5v22L12 17v11z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-first {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M4 28V4h4v11L18 5v10L28 5v22L18 17v10L8 17v11z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-last {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M28 4v24h-4V17L14 27V17L4 27V5l10 10V5l10 10V4z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-forward {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M16 27V17L6 27V5l10 10V5l11 11z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-backward {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M18 5v10L28 5v22L18 17v10L7 16z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-share {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M27 22a4.985 4.985 0 0 0-3.594 1.526L9.937 16.792a5.035 5.035 0 0 0 0-1.582l13.469-6.734a5 5 0 1 0-1.343-2.683L8.594 12.527A5 5 0 1 0 5 21.001a4.985 4.985 0 0 0 3.594-1.526l13.469 6.734A5 5 0 1 0 27 22z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-equalizer {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M14 4v-.5c0-.825-.675-1.5-1.5-1.5h-5C6.675 2 6 2.675 6 3.5V4H0v4h6v.5c0 .825.675 1.5 1.5 1.5h5c.825 0 1.5-.675 1.5-1.5V8h18V4H14zM8 8V4h4v4H8zm18 5.5c0-.825-.675-1.5-1.5-1.5h-5c-.825 0-1.5.675-1.5 1.5v.5H0v4h18v.5c0 .825.675 1.5 1.5 1.5h5c.825 0 1.5-.675 1.5-1.5V18h6v-4h-6v-.5zM20 18v-4h4v4h-4zm-6 5.5c0-.825-.675-1.5-1.5-1.5h-5c-.825 0-1.5.675-1.5 1.5v.5H0v4h6v.5c0 .825.675 1.5 1.5 1.5h5c.825 0 1.5-.675 1.5-1.5V28h18v-4H14v-.5zM8 28v-4h4v4H8z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-eject {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M0 24h32v4H0zM16 4l16 16H0z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-shuffle {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M24 22h-3.172l-5-5 5-5H24v5l7-7-7-7v5h-4a2 2 0 0 0-1.414.586L13 14.172 7.414 8.586A2 2 0 0 0 6 8H0v4h5.172l5 5-5 5H0v4h6a2 2 0 0 0 1.414-.586L13 19.828l5.586 5.586A2 2 0 0 0 20 26h4v5l7-7-7-7v5z'/%3E%3C/svg%3E")
}

.dark-side .default-icon-random {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M27 6H11c-2.75 0-5 2.25-5 5v16c0 2.75 2.25 5 5 5h16c2.75 0 5-2.25 5-5V11c0-2.75-2.25-5-5-5zM13 28a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-12a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm6 6a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm6 6a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-12a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm.899-12C25.432 1.725 23.408 0 21 0H5C2.25 0 0 2.25 0 5v16c0 2.408 1.725 4.432 4 4.899V6c0-1.1.9-2 2-2h19.899z'/%3E%3C/svg%3E")
}

.media-player {
    background: #000;
    display: block;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1
}

.media-player video {
    height: 100%;
    width: 100%;
    z-index: 1
}

.media-player .logo {
    display: block;
    height: 32px;
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    z-index: 3
}

.media-player .logo img {
    height: 32px
}

.media-player .preloader {
    display: none;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.media-player .preloader.show {
    display: block
}

.media-player .controls {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgba(34, 34, 34, .5);
    bottom: 0;
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap;
    height: auto;
    justify-content: flex-start;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2147483647
}

.media-player .controls.outside {
    position: relative
}

.media-player .stream {
    -webkit-box-ordinal-group: 6;
    display: block;
    order: 5;
    padding: .625rem;
    position: relative;
    width: 100%
}

.media-player .stream .slider {
    height: .875rem
}

.media-player .load-audio {
    bottom: 4px;
    display: block;
    left: .625rem;
    padding: 0;
    position: absolute;
    width: calc(100% - 1.25rem)
}

.media-player button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.media-player .controls>button,
.media-player .info-box,
.media-player .volume {
    background-color: inherit;
    color: #555;
    flex-shrink: 0;
    height: 36px;
    text-align: center
}

.media-player .controls>button:hover,
.media-player .info-box:hover,
.media-player .volume:hover {
    color: #fff
}

.media-player .controls>button.active,
.media-player .info-box.active,
.media-player .volume.active {
    background-color: hsla(0, 0%, 44%, .5)
}

.media-player .loop {
    -webkit-box-ordinal-group: 2;
    display: none;
    order: 1
}

.media-player .play {
    -webkit-box-ordinal-group: 3;
    order: 2
}

.media-player .stop {
    -webkit-box-ordinal-group: 4;
    display: none;
    order: 3
}

.media-player .info-box {
    -webkit-box-ordinal-group: 5;
    background: rgba(34, 34, 34, .5);
    border: none;
    color: #fff;
    display: block;
    flex-shrink: 1;
    font-size: .6875rem;
    height: 36px;
    order: 4;
    padding: .625rem;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: auto
}

.media-player .mute {
    -webkit-box-ordinal-group: 7;
    order: 6
}

.media-player .volume {
    -webkit-box-ordinal-group: 8;
    background: rgba(34, 34, 34, .5);
    display: none;
    order: 7;
    padding: 0 .625rem;
    width: 96px
}

.media-player .full {
    -webkit-box-ordinal-group: 9;
    order: 8
}

:-webkit-full-screen {
    height: 100%;
    width: 100%;
    z-index: 2147483647
}

:-ms-fullscreen {
    width: 100%
}

.media-player.full-screen {
    bottom: 0;
    height: 100% !important;
    left: 0;
    max-height: 100% !important;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483647
}

.media-player.light {
    background-color: #f8f8f8
}

.media-player.light .controls {
    background-color: inherit
}

.media-player.light .controls .info-box,
.media-player.light .controls .volume {
    background-color: inherit;
    color: #1d1d1d
}

.media-player.light .slider .buffer {
    background-color: #41545e;
    height: 2px !important
}

.media-player.light .controls>button.active {
    background-color: #dfdfdf
}

.media-player.dark .default-icon-loop,
.media-player:not(.light) .default-icon-loop {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M4 10h20v6l8-8-8-8v6H0v12h4zm24 12H8v-6l-8 8 8 8v-6h24V14h-4z'/%3E%3C/svg%3E")
}

.media-player.dark .default-icon-play,
.media-player:not(.light) .default-icon-play {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='m6 4 20 12L6 28z'/%3E%3C/svg%3E")
}

.media-player.dark .default-icon-pause,
.media-player:not(.light) .default-icon-pause {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M4 4h10v24H4zm14 0h10v24H18z'/%3E%3C/svg%3E")
}

.media-player.dark .default-icon-stop,
.media-player:not(.light) .default-icon-stop {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M4 4h24v24H4z'/%3E%3C/svg%3E")
}

.media-player.dark .default-icon-mute,
.media-player:not(.light) .default-icon-mute {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M30 19.348V22h-2.652L24 18.652 20.652 22H18v-2.652L21.348 16 18 12.652V10h2.652L24 13.348 27.348 10H30v2.652L26.652 16 30 19.348zM13 30a1 1 0 0 1-.707-.293L4.586 22H1a1 1 0 0 1-1-1V11a1 1 0 0 1 1-1h3.586l7.707-7.707A1 1 0 0 1 14 3v26a1.002 1.002 0 0 1-1 1z'/%3E%3C/svg%3E")
}

.media-player.dark .default-icon-low-volume,
.media-player:not(.light) .default-icon-low-volume {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M17.157 23.157a1.5 1.5 0 0 1-1.061-2.56 6.508 6.508 0 0 0 0-9.192 1.5 1.5 0 1 1 2.121-2.121c3.704 3.704 3.704 9.731 0 13.435a1.495 1.495 0 0 1-1.061.439zM13 30a1 1 0 0 1-.707-.293L4.586 22H1a1 1 0 0 1-1-1V11a1 1 0 0 1 1-1h3.586l7.707-7.707A1 1 0 0 1 14 3v26a1.002 1.002 0 0 1-1 1z'/%3E%3C/svg%3E")
}

.media-player.dark .default-icon-medium-volume,
.media-player:not(.light) .default-icon-medium-volume {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M22.485 25.985a1.5 1.5 0 0 1-1.061-2.56c4.094-4.094 4.094-10.755 0-14.849a1.5 1.5 0 1 1 2.121-2.121c2.55 2.55 3.954 5.94 3.954 9.546s-1.404 6.996-3.954 9.546a1.495 1.495 0 0 1-1.061.439zm-5.328-2.828a1.5 1.5 0 0 1-1.061-2.56 6.508 6.508 0 0 0 0-9.192 1.5 1.5 0 1 1 2.121-2.121c3.704 3.704 3.704 9.731 0 13.435a1.495 1.495 0 0 1-1.061.439zM13 30a1 1 0 0 1-.707-.293L4.586 22H1a1 1 0 0 1-1-1V11a1 1 0 0 1 1-1h3.586l7.707-7.707A1 1 0 0 1 14 3v26a1.002 1.002 0 0 1-1 1z'/%3E%3C/svg%3E")
}

.media-player.dark .default-icon-high-volume,
.media-player:not(.light) .default-icon-high-volume {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='32'%3E%3Cpath fill='%23fff' d='M27.814 28.814a1.5 1.5 0 0 1-1.061-2.56C29.492 23.515 31 19.874 31 16.001s-1.508-7.514-4.247-10.253a1.5 1.5 0 1 1 2.121-2.121C32.179 6.932 34 11.327 34 16.001s-1.82 9.069-5.126 12.374a1.495 1.495 0 0 1-1.061.439zm-5.329-2.829a1.5 1.5 0 0 1-1.061-2.56c4.094-4.094 4.094-10.755 0-14.849a1.5 1.5 0 1 1 2.121-2.121c2.55 2.55 3.954 5.94 3.954 9.546s-1.404 6.996-3.954 9.546a1.495 1.495 0 0 1-1.061.439zm-5.328-2.828a1.5 1.5 0 0 1-1.061-2.56 6.508 6.508 0 0 0 0-9.192 1.5 1.5 0 1 1 2.121-2.121c3.704 3.704 3.704 9.731 0 13.435a1.495 1.495 0 0 1-1.061.439zM13 30a1 1 0 0 1-.707-.293L4.586 22H1a1 1 0 0 1-1-1V11a1 1 0 0 1 1-1h3.586l7.707-7.707A1 1 0 0 1 14 3v26a1.002 1.002 0 0 1-1 1z'/%3E%3C/svg%3E")
}

.media-player.dark .default-icon-enlarge,
.media-player:not(.light) .default-icon-enlarge {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M32 0H19l5 5-6 6 3 3 6-6 5 5zM32 32V19l-5 5-6-6-3 3 6 6-5 5zM0 32h13l-5-5 6-6-3-3-6 6-5-5zM0 0v13l5-5 6 6 3-3-6-6 5-5z'/%3E%3C/svg%3E")
}

.media-player.dark .default-icon-shrink,
.media-player:not(.light) .default-icon-shrink {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M18 14h13l-5-5 6-6-3-3-6 6-5-5zM18 18v13l5-5 6 6 3-3-6-6 5-5zM14 18H1l5 5-6 6 3 3 6-6 5 5zM14 14V1L9 6 3 0 0 3l6 6-5 5z'/%3E%3C/svg%3E")
}

.media-player.dark .default-icon-playlist,
.media-player:not(.light) .default-icon-playlist {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M0 0h8v8H0zm12 2h20v4H12zM0 12h8v8H0zm12 2h20v4H12zM0 24h8v8H0zm12 2h20v4H12z'/%3E%3C/svg%3E")
}

.media-player.dark .default-icon-next,
.media-player:not(.light) .default-icon-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M24 4v24h-4V17L10 27V5l10 10V4z'/%3E%3C/svg%3E")
}

.media-player.dark .default-icon-prev,
.media-player:not(.light) .default-icon-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M8 28V4h4v11L22 5v22L12 17v11z'/%3E%3C/svg%3E")
}

.media-player.dark .default-icon-first,
.media-player:not(.light) .default-icon-first {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M4 28V4h4v11L18 5v10L28 5v22L18 17v10L8 17v11z'/%3E%3C/svg%3E")
}

.media-player.dark .default-icon-last,
.media-player:not(.light) .default-icon-last {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M28 4v24h-4V17L14 27V17L4 27V5l10 10V5l10 10V4z'/%3E%3C/svg%3E")
}

.media-player.dark .default-icon-forward,
.media-player:not(.light) .default-icon-forward {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M16 27V17L6 27V5l10 10V5l11 11z'/%3E%3C/svg%3E")
}

.media-player.dark .default-icon-backward,
.media-player:not(.light) .default-icon-backward {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M18 5v10L28 5v22L18 17v10L7 16z'/%3E%3C/svg%3E")
}

.media-player.dark .default-icon-share,
.media-player:not(.light) .default-icon-share {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M27 22a4.985 4.985 0 0 0-3.594 1.526L9.937 16.792a5.035 5.035 0 0 0 0-1.582l13.469-6.734a5 5 0 1 0-1.343-2.683L8.594 12.527A5 5 0 1 0 5 21.001a4.985 4.985 0 0 0 3.594-1.526l13.469 6.734A5 5 0 1 0 27 22z'/%3E%3C/svg%3E")
}

.media-player.dark .default-icon-equalizer,
.media-player:not(.light) .default-icon-equalizer {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M14 4v-.5c0-.825-.675-1.5-1.5-1.5h-5C6.675 2 6 2.675 6 3.5V4H0v4h6v.5c0 .825.675 1.5 1.5 1.5h5c.825 0 1.5-.675 1.5-1.5V8h18V4H14zM8 8V4h4v4H8zm18 5.5c0-.825-.675-1.5-1.5-1.5h-5c-.825 0-1.5.675-1.5 1.5v.5H0v4h18v.5c0 .825.675 1.5 1.5 1.5h5c.825 0 1.5-.675 1.5-1.5V18h6v-4h-6v-.5zM20 18v-4h4v4h-4zm-6 5.5c0-.825-.675-1.5-1.5-1.5h-5c-.825 0-1.5.675-1.5 1.5v.5H0v4h6v.5c0 .825.675 1.5 1.5 1.5h5c.825 0 1.5-.675 1.5-1.5V28h18v-4H14v-.5zM8 28v-4h4v4H8z'/%3E%3C/svg%3E")
}

.media-player.dark .default-icon-eject,
.media-player:not(.light) .default-icon-eject {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M0 24h32v4H0zM16 4l16 16H0z'/%3E%3C/svg%3E")
}

.media-player.dark .default-icon-shuffle,
.media-player:not(.light) .default-icon-shuffle {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M24 22h-3.172l-5-5 5-5H24v5l7-7-7-7v5h-4a2 2 0 0 0-1.414.586L13 14.172 7.414 8.586A2 2 0 0 0 6 8H0v4h5.172l5 5-5 5H0v4h6a2 2 0 0 0 1.414-.586L13 19.828l5.586 5.586A2 2 0 0 0 20 26h4v5l7-7-7-7v5z'/%3E%3C/svg%3E")
}

.media-player.dark .default-icon-random,
.media-player:not(.light) .default-icon-random {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' d='M27 6H11c-2.75 0-5 2.25-5 5v16c0 2.75 2.25 5 5 5h16c2.75 0 5-2.25 5-5V11c0-2.75-2.25-5-5-5zM13 28a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-12a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm6 6a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm6 6a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-12a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm.899-12C25.432 1.725 23.408 0 21 0H5C2.25 0 0 2.25 0 5v16c0 2.408 1.725 4.432 4 4.899V6c0-1.1.9-2 2-2h19.899z'/%3E%3C/svg%3E")
}

.audio-player {
    overflow: visible
}

.audio-player .controls {
    position: relative
}

@media screen and (min-width:576px) {

    .media-player .loop,
    .media-player .stop,
    .media-player .volume {
        display: block
    }
}

:root {
    --badge-background: #f8f8f8;
    --badge-color: #191919;
    --badge-border-radius: 4px
}

.dark-side {
    --badge-background: #f8f8f8;
    --badge-color: #191919
}

.badge {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: var(--badge-background);
    border-radius: var(--badge-border-radius);
    color: var(--badge-color);
    display: -webkit-inline-box;
    display: inline-flex;
    font-size: 75%;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    padding: .25em .4em;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    vertical-align: initial;
    white-space: nowrap;
    z-index: 1
}

.app-bar-item .badge,
.app-bar-menu>li>a .badge,
.brand .badge,
.h-menu>li>a .badge,
.v-menu>li>a .badge {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0)
}

.d-menu>li>a .badge {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.badge.inline {
    display: inline-block;
    position: relative;
    right: auto;
    top: -1px
}

.badge.inline,
.badge.inside {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0)
}

.bottom-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    bottom: 0;
    -webkit-box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, .16), 0 -1px 5px 0 rgba(0, 0, 0, .26);
    box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, .16), 0 -1px 5px 0 rgba(0, 0, 0, .26);
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap;
    height: 56px;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 1030
}

.bottom-nav .button {
    -webkit-box-flex: 1;
    border-radius: 0;
    flex-basis: 0;
    flex-grow: 1;
    height: 100%;
    line-height: normal;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    width: auto
}

.bottom-nav .button .icon {
    font-size: 22px;
    height: 24px;
    width: 24px
}

.bottom-nav .button .label {
    display: block
}

.bottom-sheet {
    background-color: #fff;
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .19), 0 8px 17px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .19), 0 8px 17px 0 rgba(0, 0, 0, .2);
    display: block;
    left: 50%;
    list-style: none inside;
    margin: 0 0 0 -50%;
    max-width: 360px;
    padding: 0;
    position: fixed;
    top: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    z-index: 1030
}

.bottom-sheet:after {
    clear: both;
    content: "";
    display: block
}

.bottom-sheet.wide-sm {
    max-width: 576px
}

.bottom-sheet.wide-ld {
    max-width: 640px
}

.bottom-sheet.wide-md {
    max-width: 768px
}

.bottom-sheet.wide-lg {
    max-width: 992px
}

.bottom-sheet.wide {
    max-width: 100%
}

.bottom-sheet>.title {
    color: rgba(0, 0, 0, .87);
    font-size: 16px;
    height: 56px
}

.bottom-sheet>.item,
.bottom-sheet>li {
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    padding-left: 56px;
    position: relative;
    vertical-align: middle
}

.bottom-sheet>.item .icon,
.bottom-sheet>li .icon {
    font-size: 24px;
    height: 24px;
    left: 16px;
    line-height: 24px;
    margin-top: -12px;
    opacity: .8;
    position: absolute;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 24px
}

.bottom-sheet>.item.active,
.bottom-sheet>.item.hovered,
.bottom-sheet>.item:hover,
.bottom-sheet>li.active,
.bottom-sheet>li.hovered,
.bottom-sheet>li:hover {
    background-color: rgba(29, 29, 29, .1)
}

.bottom-sheet>.divider {
    background-color: var(--border-color);
    height: 1px
}

.bottom-sheet.grid-style {
    padding: 16px
}

.bottom-sheet.grid-style>.item,
.bottom-sheet.grid-style>li {
    display: block;
    float: left;
    font-size: 11px;
    height: 72px;
    line-height: normal;
    margin: 8px;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
    width: 64px
}

.bottom-sheet.grid-style>.item .icon,
.bottom-sheet.grid-style>li .icon {
    display: block;
    font-size: 42px;
    height: 42px;
    left: 50%;
    line-height: 1;
    margin: 0 0 8px -21px;
    padding: 0;
    position: relative;
    top: 0;
    width: 42px
}

.bottom-sheet.grid-style>.divider {
    display: none
}

.bottom-sheet.opened {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.bottom-nav~.bottom-sheet {
    padding-bottom: 76px
}

:root {
    --breadcrumbs-background: #fff;
    --breadcrumbs-color: #191919;
    --breadcrumbs-background-hover: #fff;
    --breadcrumbs-color-hover: #000
}

.dark-side {
    --breadcrumbs-background: #1e1f22;
    --breadcrumbs-color: #dbdfe7;
    --breadcrumbs-background-hover: #1e1f22;
    --breadcrumbs-color-hover: #fff
}

.breadcrumbs.default {
    background-color: var(--breadcrumbs-background);
    color: var(--breadcrumbs-color);
    flex-wrap: nowrap;
    list-style: none inside;
    margin: 0;
    padding: 0
}

.breadcrumbs.default,
.breadcrumbs.default li {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex
}

.breadcrumbs.default li {
    -webkit-box-pack: start;
    background-color: inherit;
    color: inherit;
    justify-content: flex-start;
    margin: 4px;
    position: relative
}

.breadcrumbs.default li:after {
    content: "â€º";
    font-size: 1.4em;
    left: 100%;
    position: absolute;
    top: -4px;
    z-index: 3
}

.breadcrumbs.default a {
    background-color: initial;
    color: inherit;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 1;
    padding: .5rem .75rem;
    position: relative;
    text-decoration: none
}

.breadcrumbs.default a:hover {
    background-color: var(--breadcrumbs-background-hover);
    color: var(--breadcrumbs-color-hover);
    text-decoration: none
}

.breadcrumbs.default li:last-child a {
    font-weight: 700
}

:root {
    --breadcrumbs-arrow-item-background: #f7f8fa;
    --breadcrumbs-arrow-item-background-active: #468cff;
    --breadcrumbs-arrow-item-color-active: #fff;
    --breadcrumbs-arrow-item-color: #191919;
    --breadcrumbs-arrow-border-color: #e8e8e8;
    --breadcrumbs-arrow-item-shadow: hsla(0, 0%, 52%, .1)
}

.dark-side {
    --breadcrumbs-arrow-item-background: #2b2d30;
    --breadcrumbs-arrow-item-background-active: #ffc351;
    --breadcrumbs-arrow-item-color-active: #000;
    --breadcrumbs-arrow-item-color: #fff;
    --breadcrumbs-arrow-border-color: #4a4d51;
    --breadcrumbs-arrow-item-shadow: hsla(0, 0%, 100%, .1)
}

.breadcrumbs.arrow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    border: 1px solid var(--breadcrumbs-arrow-border-color);
    border-radius: var(--border-radius);
    counter-reset: flag;
    display: -webkit-inline-box;
    display: inline-flex;
    flex-flow: row nowrap;
    overflow: hidden
}

.breadcrumbs.arrow li {
    display: block
}

.breadcrumbs.arrow a {
    color: var(--breadcrumbs-arrow-item-color);
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px 0 60px;
    position: relative;
    text-decoration: none
}

.breadcrumbs.arrow a,
.breadcrumbs.arrow a:before {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: var(--breadcrumbs-arrow-item-background);
    display: -webkit-box;
    display: flex;
    justify-content: center
}

.breadcrumbs.arrow a:before {
    border: 1px solid var(--border-color);
    border-radius: 50%;
    content: counter(flag);
    counter-increment: flag;
    font-weight: 700;
    height: 26px;
    left: 27px;
    line-height: 26px;
    margin: 8px 0;
    position: absolute;
    top: -3px;
    width: 26px
}

.breadcrumbs.arrow a:after {
    background: var(--breadcrumbs-arrow-item-background);
    border-radius: 0 5px 0 50px;
    -webkit-box-shadow: 1px -1px 0 1px var(--breadcrumbs-arrow-item-shadow);
    box-shadow: 1px -1px 0 1px var(--breadcrumbs-arrow-item-shadow);
    color: var(--breadcrumbs-arrow-item-color);
    content: "";
    height: 36px;
    position: absolute;
    right: -18px;
    top: 0;
    -webkit-transform: scale(.707) rotate(45deg);
    transform: scale(.707) rotate(45deg);
    width: 36px;
    z-index: 1
}

.breadcrumbs.arrow li:first-child a {
    border-radius: 5px 0 0 5px;
    padding-left: 46px
}

.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.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:before,
.breadcrumbs.arrow li:hover a:before {
    color: var(--breadcrumbs-arrow-item-color)
}

.breadcrumbs.arrow li.active a:after,
.breadcrumbs.arrow li:hover a:after {
    background: var(--breadcrumbs-arrow-item-background-active);
    -webkit-box-shadow: 1px -1px 0 1px hsla(0, 0%, 100%, .4);
    box-shadow: 1px -1px 0 1px hsla(0, 0%, 100%, .4)
}

:root {
    --button-group-active-background: #989898;
    --button-group-active-color: #fff
}

.dark-side {
    --button-group-active-background: #1a1f23;
    --button-group-active-color: #fff
}

.button-group .active {
    background-color: var(--button-group-active-background);
    color: var(--button-group-active-color)
}

:root {
    --input-background: #fff;
    --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
}

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

.color-picker,
.file,
.input,
.metro-input,
.select,
.spinner,
.tag-input,
.textarea {
    background: var(--input-background) none;
    background-clip: padding-box;
    border: 1px solid var(--input-border-color);
    color: var(--input-color);
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    min-width: 0;
    position: relative;
    width: 100%
}

.color-picker input,
.file input,
.input input,
.metro-input input,
.select input,
.spinner input,
.tag-input input,
.textarea input {
    -webkit-appearance: none;
    appearance: none;
    display: block;
    min-width: 0;
    outline: none;
    width: 100%
}

.color-picker input::-ms-clear,
.color-picker input::-ms-reveal,
.file input::-ms-clear,
.file input::-ms-reveal,
.input input::-ms-clear,
.input input::-ms-reveal,
.metro-input input::-ms-clear,
.metro-input input::-ms-reveal,
.select input::-ms-clear,
.select input::-ms-reveal,
.spinner input::-ms-clear,
.spinner input::-ms-reveal,
.tag-input input::-ms-clear,
.tag-input input::-ms-reveal,
.textarea input::-ms-clear,
.textarea input::-ms-reveal {
    display: none
}

.color-picker input::-webkit-clear-button,
.file input::-webkit-clear-button,
.input input::-webkit-clear-button,
.metro-input input::-webkit-clear-button,
.select input::-webkit-clear-button,
.spinner input::-webkit-clear-button,
.tag-input input::-webkit-clear-button,
.textarea input::-webkit-clear-button {
    display: none
}

.color-picker input::-webkit-inner-spin-button,
.file input::-webkit-inner-spin-button,
.input input::-webkit-inner-spin-button,
.metro-input input::-webkit-inner-spin-button,
.select input::-webkit-inner-spin-button,
.spinner input::-webkit-inner-spin-button,
.tag-input input::-webkit-inner-spin-button,
.textarea input::-webkit-inner-spin-button {
    height: 100%
}

.color-picker:focus,
.file:focus,
.input:focus,
.metro-input:focus,
.select:focus,
.spinner:focus,
.tag-input:focus,
.textarea:focus {
    outline: none
}

.color-picker:hover,
.file:hover,
.input:hover,
.metro-input:hover,
.select:hover,
.spinner:hover,
.tag-input:hover,
.textarea:hover {
    border-color: var(--input-border-color-hover)
}

.color-picker .input-clear-button,
.color-picker .input-reveal-button,
.file .input-clear-button,
.file .input-reveal-button,
.input .input-clear-button,
.input .input-reveal-button,
.metro-input .input-clear-button,
.metro-input .input-reveal-button,
.select .input-clear-button,
.select .input-reveal-button,
.spinner .input-clear-button,
.spinner .input-reveal-button,
.tag-input .input-clear-button,
.tag-input .input-reveal-button,
.textarea .input-clear-button,
.textarea .input-reveal-button {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.color-picker .input-clear-button:active,
.color-picker .input-clear-button:focus,
.color-picker .input-clear-button:hover,
.color-picker .input-reveal-button:active,
.color-picker .input-reveal-button:focus,
.color-picker .input-reveal-button:hover,
.file .input-clear-button:active,
.file .input-clear-button:focus,
.file .input-clear-button:hover,
.file .input-reveal-button:active,
.file .input-reveal-button:focus,
.file .input-reveal-button:hover,
.input .input-clear-button:active,
.input .input-clear-button:focus,
.input .input-clear-button:hover,
.input .input-reveal-button:active,
.input .input-reveal-button:focus,
.input .input-reveal-button:hover,
.metro-input .input-clear-button:active,
.metro-input .input-clear-button:focus,
.metro-input .input-clear-button:hover,
.metro-input .input-reveal-button:active,
.metro-input .input-reveal-button:focus,
.metro-input .input-reveal-button:hover,
.select .input-clear-button:active,
.select .input-clear-button:focus,
.select .input-clear-button:hover,
.select .input-reveal-button:active,
.select .input-reveal-button:focus,
.select .input-reveal-button:hover,
.spinner .input-clear-button:active,
.spinner .input-clear-button:focus,
.spinner .input-clear-button:hover,
.spinner .input-reveal-button:active,
.spinner .input-reveal-button:focus,
.spinner .input-reveal-button:hover,
.tag-input .input-clear-button:active,
.tag-input .input-clear-button:focus,
.tag-input .input-clear-button:hover,
.tag-input .input-reveal-button:active,
.tag-input .input-reveal-button:focus,
.tag-input .input-reveal-button:hover,
.textarea .input-clear-button:active,
.textarea .input-clear-button:focus,
.textarea .input-clear-button:hover,
.textarea .input-reveal-button:active,
.textarea .input-reveal-button:focus,
.textarea .input-reveal-button:hover {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.color-picker.focused .input-clear-button,
.color-picker.focused .input-reveal-button,
.color-picker:focus .input-clear-button,
.color-picker:focus .input-reveal-button,
.color-picker:hover .input-clear-button,
.color-picker:hover .input-reveal-button,
.file.focused .input-clear-button,
.file.focused .input-reveal-button,
.file:focus .input-clear-button,
.file:focus .input-reveal-button,
.file:hover .input-clear-button,
.file:hover .input-reveal-button,
.input.focused .input-clear-button,
.input.focused .input-reveal-button,
.input:focus .input-clear-button,
.input:focus .input-reveal-button,
.input:hover .input-clear-button,
.input:hover .input-reveal-button,
.metro-input.focused .input-clear-button,
.metro-input.focused .input-reveal-button,
.metro-input:focus .input-clear-button,
.metro-input:focus .input-reveal-button,
.metro-input:hover .input-clear-button,
.metro-input:hover .input-reveal-button,
.select.focused .input-clear-button,
.select.focused .input-reveal-button,
.select:focus .input-clear-button,
.select:focus .input-reveal-button,
.select:hover .input-clear-button,
.select:hover .input-reveal-button,
.spinner.focused .input-clear-button,
.spinner.focused .input-reveal-button,
.spinner:focus .input-clear-button,
.spinner:focus .input-reveal-button,
.spinner:hover .input-clear-button,
.spinner:hover .input-reveal-button,
.tag-input.focused .input-clear-button,
.tag-input.focused .input-reveal-button,
.tag-input:focus .input-clear-button,
.tag-input:focus .input-reveal-button,
.tag-input:hover .input-clear-button,
.tag-input:hover .input-reveal-button,
.textarea.focused .input-clear-button,
.textarea.focused .input-reveal-button,
.textarea:focus .input-clear-button,
.textarea:focus .input-reveal-button,
.textarea:hover .input-clear-button,
.textarea:hover .input-reveal-button {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible
}

.color-picker.focused,
.color-picker:focus,
.file.focused,
.file:focus,
.input.focused,
.input:focus,
.metro-input.focused,
.metro-input:focus,
.select.focused,
.select:focus,
.spinner.focused,
.spinner:focus,
.tag-input.focused,
.tag-input:focus,
.textarea.focused,
.textarea:focus {
    -webkit-box-shadow: 0 0 0 3px var(--input-box-shadow);
    box-shadow: 0 0 0 3px var(--input-box-shadow)
}

.color-picker.disabled,
.color-picker:disabled,
.file.disabled,
.file:disabled,
.input.disabled,
.input:disabled,
.metro-input.disabled,
.metro-input:disabled,
.select.disabled,
.select:disabled,
.spinner.disabled,
.spinner:disabled,
.tag-input.disabled,
.tag-input:disabled,
.textarea.disabled,
.textarea:disabled {
    background-color: var(--input-background-disabled);
    border-color: var(--input-border-color);
    color: var(--input-color-disabled);
    pointer-events: none
}

.color-picker.hide-cursor input,
.file.hide-cursor input,
.input.hide-cursor input,
.metro-input.hide-cursor input,
.select.hide-cursor input,
.spinner.hide-cursor input,
.tag-input.hide-cursor input,
.textarea.hide-cursor input {
    color: transparent;
    text-shadow: 0 0 0 var(--input-background)
}

.color-picker.required,
.file.required,
.input.required,
.metro-input.required,
.select.required,
.spinner.required,
.tag-input.required,
.textarea.required {
    border: 1px dashed var(--input-required-color) !important
}

.color-picker.required.focused,
.color-picker.required:focus,
.file.required.focused,
.file.required:focus,
.input.required.focused,
.input.required:focus,
.metro-input.required.focused,
.metro-input.required:focus,
.select.required.focused,
.select.required:focus,
.spinner.required.focused,
.spinner.required:focus,
.tag-input.required.focused,
.tag-input.required:focus,
.textarea.required.focused,
.textarea.required:focus {
    -webkit-box-shadow: 0 0 0 3px var(--input-required-color) !important;
    box-shadow: 0 0 0 3px var(--input-required-color) !important
}

.color-picker.invalid,
.file.invalid,
.input.invalid,
.metro-input.invalid,
.select.invalid,
.spinner.invalid,
.tag-input.invalid,
.textarea.invalid {
    border: 1px solid var(--input-invalid-color) !important
}

.color-picker.invalid.focused,
.color-picker.invalid:focus,
.file.invalid.focused,
.file.invalid:focus,
.input.invalid.focused,
.input.invalid:focus,
.metro-input.invalid.focused,
.metro-input.invalid:focus,
.select.invalid.focused,
.select.invalid:focus,
.spinner.invalid.focused,
.spinner.invalid:focus,
.tag-input.invalid.focused,
.tag-input.invalid:focus,
.textarea.invalid.focused,
.textarea.invalid:focus {
    -webkit-box-shadow: 0 0 0 3px var(--input-invalid-color) !important;
    box-shadow: 0 0 0 3px var(--input-invalid-color) !important
}

.color-picker.invalid:after,
.file.invalid:after,
.input.invalid:after,
.metro-input.invalid:after,
.select.invalid:after,
.spinner.invalid:after,
.tag-input.invalid:after,
.textarea.invalid:after {
    color: var(--input-invalid-color);
    content: attr(data-exclaim);
    font-size: 1.625rem;
    font-weight: 700;
    left: -16px;
    position: absolute;
    top: 0
}

.color-picker.valid,
.file.valid,
.input.valid,
.metro-input.valid,
.select.valid,
.spinner.valid,
.tag-input.valid,
.textarea.valid {
    border: 1px solid var(--input-valid-color) !important
}

.color-picker.valid.focused,
.color-picker.valid:focus,
.file.valid.focused,
.file.valid:focus,
.input.valid.focused,
.input.valid:focus,
.metro-input.valid.focused,
.metro-input.valid:focus,
.select.valid.focused,
.select.valid:focus,
.spinner.valid.focused,
.spinner.valid:focus,
.tag-input.valid.focused,
.tag-input.valid:focus,
.textarea.valid.focused,
.textarea.valid:focus {
    -webkit-box-shadow: 0 0 0 3px var(--input-valid-color) !important;
    box-shadow: 0 0 0 3px var(--input-valid-color) !important
}

.metro-input {
    padding: 0 8px
}

textarea.metro-input {
    height: auto;
    padding: 0 .75rem
}

input[type=button],
input[type=reset],
input[type=submit] {
    width: auto
}

.color-picker .append,
.color-picker .prepend,
.file .append,
.file .prepend,
.input .append,
.input .prepend,
.select .append,
.select .prepend,
.spinner .append,
.spinner .prepend,
.tag-input .append,
.tag-input .prepend,
.textarea .append,
.textarea .prepend {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    font-size: 14px;
    justify-content: center;
    line-height: 1.25rem;
    padding: 0 .75rem;
    white-space: nowrap
}

.color-picker .prepend,
.file .prepend,
.input .prepend,
.select .prepend,
.spinner .prepend,
.tag-input .prepend,
.textarea .prepend {
    background-color: var(--input-prepend-background);
    color: var(--input-prepend-color)
}

.color-picker .append,
.file .append,
.input .append,
.select .append,
.spinner .append,
.tag-input .append,
.textarea .append {
    background-color: var(--input-append-background);
    color: var(--input-append-color)
}

.hidden-input {
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 1px
}

.color-picker.disabled .caption,
.color-picker.disabled .select-input,
.color-picker.disabled .stars li,
.color-picker.disabled input,
.color-picker.disabled select,
.color-picker.disabled textarea,
.color-picker:disabled .caption,
.color-picker:disabled .select-input,
.color-picker:disabled .stars li,
.color-picker:disabled input,
.color-picker:disabled select,
.color-picker:disabled textarea,
.file.disabled .caption,
.file.disabled .select-input,
.file.disabled .stars li,
.file.disabled input,
.file.disabled select,
.file.disabled textarea,
.file:disabled .caption,
.file:disabled .select-input,
.file:disabled .stars li,
.file:disabled input,
.file:disabled select,
.file:disabled textarea,
.input.disabled .caption,
.input.disabled .select-input,
.input.disabled .stars li,
.input.disabled input,
.input.disabled select,
.input.disabled textarea,
.input:disabled .caption,
.input:disabled .select-input,
.input:disabled .stars li,
.input:disabled input,
.input:disabled select,
.input:disabled textarea,
.rating.disabled .caption,
.rating.disabled .select-input,
.rating.disabled .stars li,
.rating.disabled input,
.rating.disabled select,
.rating.disabled textarea,
.rating:disabled .caption,
.rating:disabled .select-input,
.rating:disabled .stars li,
.rating:disabled input,
.rating:disabled select,
.rating:disabled textarea,
.select.disabled .caption,
.select.disabled .select-input,
.select.disabled .stars li,
.select.disabled input,
.select.disabled select,
.select.disabled textarea,
.select:disabled .caption,
.select:disabled .select-input,
.select:disabled .stars li,
.select:disabled input,
.select:disabled select,
.select:disabled textarea,
.spinner.disabled .caption,
.spinner.disabled .select-input,
.spinner.disabled .stars li,
.spinner.disabled input,
.spinner.disabled select,
.spinner.disabled textarea,
.spinner:disabled .caption,
.spinner:disabled .select-input,
.spinner:disabled .stars li,
.spinner:disabled input,
.spinner:disabled select,
.spinner:disabled textarea,
.tag-input.disabled .caption,
.tag-input.disabled .select-input,
.tag-input.disabled .stars li,
.tag-input.disabled input,
.tag-input.disabled select,
.tag-input.disabled textarea,
.tag-input:disabled .caption,
.tag-input:disabled .select-input,
.tag-input:disabled .stars li,
.tag-input:disabled input,
.tag-input:disabled select,
.tag-input:disabled textarea,
.textarea.disabled .caption,
.textarea.disabled .select-input,
.textarea.disabled .stars li,
.textarea.disabled input,
.textarea.disabled select,
.textarea.disabled textarea,
.textarea:disabled .caption,
.textarea:disabled .select-input,
.textarea:disabled .stars li,
.textarea:disabled input,
.textarea:disabled select,
.textarea:disabled textarea {
    background: transparent;
    color: var(--input-color-disabled)
}

.color-picker.disabled .button-group,
.color-picker:disabled .button-group,
.file.disabled .button-group,
.file:disabled .button-group,
.input.disabled .button-group,
.input:disabled .button-group,
.rating.disabled .button-group,
.rating:disabled .button-group,
.select.disabled .button-group,
.select:disabled .button-group,
.spinner.disabled .button-group,
.spinner:disabled .button-group,
.tag-input.disabled .button-group,
.tag-input:disabled .button-group,
.textarea.disabled .button-group,
.textarea:disabled .button-group {
    display: none
}

.invalid_feedback {
    color: var(--input-invalid-color);
    font-size: .9em
}

.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-search-results-button {
    -webkit-appearance: none
}

input[type=search] {
    -webkit-appearance: none
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    background-color: var(--input-background) !important;
    -webkit-box-shadow: 0 0 0 1000px var(--input-background) inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

::-webkit-input-placeholder {
    font-size: 14px
}

:-moz-placeholder,
::-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
}

.label-for-input.rtl {
    text-align: right
}

input[placeholder] {
    text-overflow: ellipsis
}

input:-moz-placeholder,
input::-moz-placeholder {
    text-overflow: ellipsis
}

input:-ms-input-placeholder {
    text-overflow: ellipsis
}

.spinner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    align-items: center;
    cursor: text;
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap;
    height: 36px;
    justify-content: space-between;
    padding: 0
}

.spinner,
.spinner input {
    line-height: 36px;
    position: relative;
    width: 100%
}

.spinner input {
    border: none !important;
    display: block;
    font-size: 16px;
    height: 100%;
    padding: 0 4px;
    text-align: center
}

.spinner input:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.spinner .button {
    background-color: #f8f8f8;
    font-weight: 700;
    height: 34px;
    line-height: 34px;
    min-width: 34px;
    padding: 0;
    text-align: center;
    width: 34px
}

.spinner .spinner-button-plus {
    -webkit-box-ordinal-group: 4;
    order: 3
}

.spinner .spinner-button-minus {
    -webkit-box-ordinal-group: 2;
    order: 1
}

.spinner input,
.spinner.buttons-left .spinner-button-plus {
    -webkit-box-ordinal-group: 3;
    order: 2
}

.spinner.buttons-left .spinner-button-minus {
    -webkit-box-ordinal-group: 2;
    order: 1
}

.spinner.buttons-left input {
    text-align: right
}

.spinner.buttons-left input,
.spinner.buttons-right .spinner-button-plus {
    -webkit-box-ordinal-group: 4;
    order: 3
}

.spinner.buttons-right .spinner-button-minus {
    -webkit-box-ordinal-group: 3;
    order: 2
}

.spinner.buttons-right input {
    -webkit-box-ordinal-group: 2;
    order: 1;
    text-align: left
}

.spinner.input-large {
    height: 50px;
    line-height: 50px
}

.spinner.input-large input {
    font-size: 1.3rem
}

.spinner.input-large .spinner-button {
    font-size: 1.3rem;
    height: 48px;
    line-height: 48px;
    min-width: 48px;
    width: 48px
}

.spinner.input-large .spinner-button [class*=mif-] {
    font-size: 1.3rem
}

.spinner.input-large .default-icon-minus,
.spinner.input-large .default-icon-plus {
    height: 21px;
    width: 21px
}

.spinner.input-small {
    height: 28px;
    line-height: 28px
}

.spinner.input-small input {
    font-size: .9rem
}

.spinner.input-small .spinner-button {
    font-size: .9rem;
    height: 26px;
    line-height: 26px;
    min-width: 26px;
    width: 26px
}

.spinner.input-small .spinner-button [class*=mif-] {
    font-size: .9rem
}

.spinner.input-small .default-icon-minus,
.spinner.input-small .default-icon-plus {
    height: 14px;
    width: 14px
}

:root {
    --calendar-background: #fff;
    --calendar-header-background: #004d6f;
    --calendar-weekday-background: #f8f8f7;
    --calendar-weekday-color: #191919;
    --calendar-header-color: #fff;
    --calendar-border-color: #aaa;
    --calendar-color: #191919;
    --calendar-day-border-color: #e8e8e8;
    --calendar-exclude-day-background: #fff;
    --calendar-exclude-day-color: #aaa;
    --calendar-today-day-background: #56c30f;
    --calendar-today-day-color: #fff
}

.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 {
    border: 1px solid var(--calendar-border-color);
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
    width: 280px
}

.calendar,
.calendar-content,
.calendar-footer,
.calendar-header {
    background-color: var(--calendar-background);
    display: block;
    position: relative
}

.calendar-content,
.calendar-footer,
.calendar-header {
    color: var(--calnedar-color)
}

.calendar-header {
    background-color: var(--calendar-header-background);
    color: var(--calendar-header-color);
    padding: 1rem;
    -webkit-user-select: none;
    user-select: none
}

.calendar-header .header-year {
    font-size: .75rem;
    line-height: 1
}

.calendar-header .header-day {
    font-size: 1.325rem
}

.calendar-content {
    padding: 1px;
    width: 278px
}

.calendar-content .calendar-toolbar,
.calendar-content .days-wrapper {
    display: -webkit-box;
    display: flex;
    position: relative
}

.calendar-content .calendar-toolbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: .5rem 0;
    width: 100%
}

.calendar-content .calendar-toolbar .next-month,
.calendar-content .calendar-toolbar .next-year,
.calendar-content .calendar-toolbar .next-year-group,
.calendar-content .calendar-toolbar .prev-month,
.calendar-content .calendar-toolbar .prev-year,
.calendar-content .calendar-toolbar .prev-year-group {
    cursor: pointer;
    display: block;
    flex-shrink: 0;
    padding: .5rem 0;
    position: relative;
    text-align: center;
    width: 30px
}

.calendar-content .calendar-toolbar .curr-month,
.calendar-content .calendar-toolbar .curr-year {
    cursor: pointer;
    font-size: 14px;
    padding: .5rem 0;
    text-align: center;
    width: 100%
}

.calendar-content .days,
.calendar-content .week-days {
    grid-gap: 0;
    display: grid;
    grid-template-columns: repeat(7, 1fr)
}

.calendar-content.-week-numbers .days,
.calendar-content.-week-numbers .week-days {
    grid-template-columns: repeat(8, 1fr)
}

.calendar-content .day,
.calendar-content .week-day,
.calendar-content .week-number {
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    justify-content: center
}

.calendar-content .week-day,
.calendar-content .week-number {
    background-color: var(--calendar-weekday-background);
    color: var(--calendar-weekday-color);
    font-weight: 700
}

.calendar-content .week-day {
    border-bottom: 1px solid var(--calnedar-border-color)
}

.calendar-content .week-number {
    border-right: 1px solid var(--calnedar-border-color)
}

.calendar-content .week-days .week-number {
    border-right: none
}

.calendar-content .day,
.calendar-content .week-day,
.calendar-content .week-number {
    cursor: pointer;
    font-size: 14px;
    height: 39px;
    margin: 0;
    position: relative;
    -webkit-user-select: none;
    user-select: none
}

.calendar-content .day.selected {
    -webkit-box-shadow: inset 0 0 0 1px #69cbfa !important;
    box-shadow: inset 0 0 0 1px #69cbfa !important
}

.calendar-content .day.selected:after {
    border-left: 20px solid transparent;
    border-top: 20px solid #69cbfa;
    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: #bebebe;
    font-size: 12px
}

.calendar-content .today {
    background-color: var(--calendar-today-day-background);
    border-radius: 50%;
    color: var(--calendar-today-day-color);
    font-weight: 700
}

.calendar-content .coincidental {
    -webkit-box-shadow: inset 0 0 12px hsla(0, 0%, 75%, .4);
    box-shadow: inset 0 0 12px hsla(0, 0%, 75%, .4)
}

.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)
}

.calendar-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    border-top: 1px solid var(--calendar-border-color);
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    padding: .5rem
}

.calendar-footer>* {
    font-size: .75rem;
    height: 32px;
    line-height: 32px;
    margin: 0 2px;
    padding: 0 8px
}

.calendar.compact {
    width: 220px
}

.calendar.compact .calendar-content {
    width: 100%
}

.calendar.compact .calendar-header {
    line-height: 1.2;
    padding: .5rem
}

.calendar.compact .calendar-header .header-year {
    font-size: .65rem
}

.calendar.compact .calendar-header .header-day {
    font-size: 1rem
}

.calendar.compact .calendar-toolbar>* {
    font-size: 14px;
    padding: 0 !important
}

.calendar.compact .calendar-footer .button {
    height: 24px;
    line-height: 24px;
    padding: 0 .25rem
}

.calendar.compact .day,
.calendar.compact .week-number {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    width: 30px
}

.calendar .calendar-time {
    background: var(--calendar-background);
    border-top: 1px solid var(--calendar-border-color);
    display: block;
    padding: 5px 10px 10px
}

.calendar .calendar-time .calendar-time__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between
}

.calendar .calendar-time .calendar-time__inner .button.spinner-button-minus {
    border-left: 1px solid var(--calendar-border-color);
    border-right: 1px solid var(--calendar-border-color)
}

.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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    display: -webkit-box;
    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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    flex-flow: row wrap
}

.calendar .calendar-content .months .month,
.calendar .calendar-content .months .year,
.calendar .calendar-content .years .month,
.calendar .calendar-content .years .year {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    flex-basis: 33.33%;
    flex-shrink: 0;
    font-size: 14px;
    height: 68px;
    justify-content: center
}

.calendar .calendar-content .months .month:hover,
.calendar .calendar-content .months .year:hover,
.calendar .calendar-content .years .month:hover,
.calendar .calendar-content .years .year:hover {
    border-color: var(--calendar-border-color)
}

.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 .months .month,
.calendar.compact .months .year,
.calendar.compact .years .month,
.calendar.compact .years .year {
    height: 52px
}

.calendar-wide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    width: 560px
}

.calendar-wide:after {
    clear: both;
    content: "";
    display: block
}

.calendar-wide.calendar-picker {
    width: 460px
}

.calendar-wide .calendar-footer,
.calendar-wide .calendar-header {
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0
}

.calendar-wide .calendar-header {
    left: 0
}

.calendar-wide .calendar-footer {
    right: 0
}

.calendar-wide .calendar-header {
    width: 180px
}

.calendar-wide .calendar-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -webkit-box-align: stretch;
    align-items: stretch;
    border-left: 1px solid var(--calendar-border-color);
    border-top: none;
    flex-flow: column nowrap;
    justify-content: flex-start;
    width: 100px
}

.calendar-wide .calendar-footer * {
    margin: 2px 0;
    width: 100%
}

.calendar-wide .calendar-content {
    margin: 0 96px 0 180px
}

.calendar-wide.compact {
    width: 454px !important
}

.calendar-wide.compact.calendar-picker {
    width: 354px !important
}

.calendar-wide.compact .calendar-header {
    width: 120px
}

.calendar-wide.compact .calendar-content {
    margin: 0 96px 0 120px;
    width: 234px
}

.calendar .day,
.calendar .month,
.calendar .year {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.calendar .to-animate {
    -webkit-transform: scale(0);
    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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    flex-flow: row wrap;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.calendar .events .event {
    background-color: red;
    height: 4px;
    margin: 1px;
    width: 4px
}

.calendar-picker {
    position: relative
}

.calendar-picker input {
    width: 100%
}

.calendar-picker .calendar-wide {
    width: 464px
}

.calendar-picker .calendar-wide.compact {
    width: 364px
}

.calendar-for-picker {
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 500
}

.calendar-for-picker.open {
    display: block !important
}

.calendar-for-picker.open-up {
    bottom: 100%;
    top: auto
}

.calendar-for-picker.dialog-mode {
    left: 50% !important;
    position: fixed;
    top: 50% !important;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 1050
}

.calendar-for-picker.dialog-mode.open-up {
    bottom: auto;
    top: auto
}

:root {
    --card-background: #fbfbfb;
    --card-background-content: #fff;
    --card-color: #191919;
    --card-color-content: #191919;
    --card-avatar-border-color: #fff
}

.dark-side {
    --card-background: #2b2d30;
    --card-background-content: #26272b;
    --card-color: #dbdfe7;
    --card-color-content: #dbdfe7;
    --card-avatar-border-color: #414245
}

.card {
    background-color: var(--card-background);
    border: 1px solid var(--border-color);
    border-radius: 2px;
    color: var(--card-color);
    display: block;
    font-size: .875rem;
    margin: 8px auto;
    position: relative;
    width: calc(100% - 1rem)
}

.card-header {
    border-bottom: 1px solid var(--border-color);
    border-radius: 2px 2px 0 0;
    display: block;
    font-size: 16px;
    padding: 1rem
}

.card-header .avatar {
    float: left;
    height: 2.75rem;
    overflow: hidden;
    width: 2.75rem
}

.card-header .avatar img {
    min-height: 100%;
    width: 100%
}

.card-header .date,
.card-header .name {
    font-weight: 500;
    margin-left: 3.375rem
}

.card-header .date {
    color: var(--body-color-secondary);
    font-size: .8125rem
}

.card-content {
    background-color: var(--card-background-content);
    color: var(--card-color-content);
    display: block
}

.card-footer {
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 0 0 2px 2px;
    border-top: 1px solid var(--border-color);
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    min-height: 3rem;
    padding: 1rem
}

.card.image-header .card-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -webkit-box-pack: end;
    align-items: flex-start;
    background-position: 50%;
    background-size: cover;
    display: -webkit-box;
    display: flex;
    flex-flow: column;
    height: 9rem;
    justify-content: flex-end;
    vertical-align: bottom
}

.card.image-header .card-header .avatar {
    border: 2px solid var(--card-avatar-border-color);
    border-radius: 50%
}

*+.card {
    margin-top: 1rem
}

.card.flex-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    flex-flow: column
}

.card.flex-card .card-footer,
.card.flex-card .card-header {
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    height: 57px
}

.card.flex-card .card-footer {
    margin-top: auto
}

.carousel {
    background-color: #fff;
    display: block;
    height: auto;
    overflow: visible;
    position: relative;
    width: 100%
}

.carousel .slides {
    position: relative
}

.carousel .slide,
.carousel .slides {
    display: block;
    height: 100%;
    overflow: hidden;
    width: 100%
}

.carousel .slide {
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1
}

.carousel .slide.active-slide {
    z-index: 2
}

.carousel.fixed-size .slide {
    overflow: hidden
}

.carousel .carousel-bullets,
.carousel [class*=carousel-switch] {
    display: block;
    position: absolute;
    -webkit-user-select: none;
    user-select: none;
    z-index: 501
}

.carousel .carousel-switch-next,
.carousel .carousel-switch-prev {
    color: #bebebe;
    cursor: pointer;
    font-size: 4rem;
    font-weight: 300;
    height: 4rem;
    line-height: 4rem;
    margin-top: -2rem;
    padding: 0;
    text-decoration: none;
    top: 50%;
    vertical-align: middle;
    width: auto
}

.carousel .carousel-switch-next:hover,
.carousel .carousel-switch-prev:hover {
    color: #e4e4e4
}

.carousel .carousel-switch-next img,
.carousel .carousel-switch-prev img {
    max-height: 64px;
    max-width: 64px
}

.carousel .carousel-switch-next [class*=mif-],
.carousel .carousel-switch-prev [class*=mif-] {
    display: block
}

.carousel .carousel-switch-next {
    left: auto;
    right: 0
}

.carousel .carousel-switch-prev {
    left: 0;
    right: auto
}

.carousel .carousel-bullets {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    bottom: .625rem;
    display: -webkit-box;
    display: flex;
    flex-flow: row;
    justify-content: center;
    left: 0;
    right: 0
}

.carousel .carousel-bullets .carousel-bullet {
    background-color: #ababab;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    float: none;
    height: .625rem;
    margin: 0 .3125rem;
    width: .625rem
}

.carousel .carousel-bullets .carousel-bullet.bullet-on {
    background-color: #69cbfa
}

.carousel .carousel-bullets.default-size .carousel-bullet {
    height: 22px;
    width: 22px
}

.carousel .carousel-bullets.mini-size .carousel-bullet {
    height: 10px;
    width: 10px
}

.carousel .carousel-bullets.small-size .carousel-bullet {
    height: 16px;
    width: 16px
}

.carousel .carousel-bullets.large-size .carousel-bullet {
    height: 32px;
    width: 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;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.carousel .carousel-bullets.bullet-style-rect .carousel-bullet {
    border-radius: 0
}

.carousel .carousel-bullets.bullet-style-rect.default-size .carousel-bullet {
    height: 14px;
    width: 44px
}

.carousel .carousel-bullets.bullet-style-rect.mini-size .carousel-bullet {
    height: 6px;
    width: 20px
}

.carousel .carousel-bullets.bullet-style-rect.small-size .carousel-bullet {
    height: 10px;
    width: 32px
}

.carousel .carousel-bullets.bullet-style-rect.large-size .carousel-bullet {
    height: 24px;
    width: 64px
}

.carousel.controls-outside {
    padding: 0 4rem 1.375rem
}

.carousel.controls-outside .carousel-bullets {
    bottom: 0
}

.carousel.with-thumbnails .thumbs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
    flex-flow: row;
    justify-content: center;
    left: 0;
    padding-top: 10px;
    position: absolute;
    top: 100%;
    width: 100%
}

.carousel.with-thumbnails .thumb {
    background-color: #f8f8f8;
    cursor: pointer;
    display: block;
    left: auto !important;
    margin: .5rem;
    overflow: hidden;
    position: relative !important;
    top: auto !important
}

.carousel.with-thumbnails .thumb.thumb-on {
    border: 4px solid #1fb1f8
}

.charms {
    background-color: #1d1d1d;
    color: #fff;
    display: block;
    padding: 16px;
    position: fixed;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    z-index: 1090
}

.charms.top-side {
    bottom: 100%;
    left: 0;
    width: 100%
}

.charms.top-side.open {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.charms.bottom-side {
    left: 0;
    top: 100%;
    width: 100%
}

.charms.bottom-side.open {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.charms.left-side {
    bottom: 0;
    right: 100%;
    top: 0;
    width: auto
}

.charms.left-side.open {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.charms.right-side {
    bottom: 0;
    left: 100%;
    top: 0;
    width: auto
}

.charms.right-side.open {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.charm-notify,
.charm-tile {
    cursor: pointer;
    display: block;
    position: relative
}

.charm-tile {
    -webkit-box-flex: 0;
    background-color: #50727c;
    color: #fff;
    flex-grow: 0;
    flex-shrink: 0;
    height: 66px;
    margin: 2px;
    padding: 4px;
    width: 90px
}

.charm-tile .icon {
    font-size: 16px;
    height: 16px;
    left: 4px;
    position: absolute;
    top: 4px;
    width: 16px
}

.charm-tile .caption {
    display: block;
    font-size: 10px;
    margin-top: 30px
}

.charm-tile.active {
    background-color: #126278
}

.charm-notify {
    background-color: #2d6070;
    color: #fff;
    height: auto;
    padding: 24px
}

.charm-notify .icon {
    font-size: 40px;
    height: 48px;
    left: 16px;
    position: absolute;
    top: 24px;
    width: 48px
}

.charm-notify .content,
.charm-notify .secondary,
.charm-notify .title {
    display: block;
    line-height: 1;
    margin-left: 52px;
    position: relative
}

.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 {
    --input-autocomplete-background: #fff;
    --input-autocomplete-color: #191919;
    --input-autocomplete-selected-color: #468cff;
    --input-autocomplete-selected-background: transparent
}

.dark-side {
    --input-autocomplete-background: #2b2d30;
    --input-autocomplete-color: #dbdfe7;
    --input-autocomplete-selected-color: #ffc351;
    --input-autocomplete-selected-background: transparent
}

.input {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 0;
    width: 100%
}

.input:hover input {
    border-color: transparent
}

.input.focused {
    -webkit-box-shadow: 0 0 0 3px var(--input-box-shadow);
    box-shadow: 0 0 0 3px var(--input-box-shadow)
}

.input input {
    -webkit-box-ordinal-group: 2;
    -webkit-box-flex: 1;
    background-color: initial;
    border: none !important;
    color: inherit;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    height: 34px;
    order: 1;
    padding: 0 .75rem
}

.input input:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.input .button-group {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap
}

.input .button {
    background-color: initial;
    border-color: transparent;
    color: var(--input-color);
    height: 34px;
    min-width: 34px
}

.input .button:active,
.input .button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.input .button:hover {
    text-shadow: rgba(0, 0, 0, .25) .1em .1em .2em
}

.input .input-clear-button,
.input .input-reveal-button,
.input .input-search-button {
    background-color: initial;
    font-family: Segoe UI Symbol, serif;
    font-size: 18px
}

.input .input-clear-button:hover,
.input .input-reveal-button:hover,
.input .input-search-button:hover {
    background-color: initial
}

.input.disabled .button-group button {
    background-color: initial;
    color: var(--input-disabled-color)
}

.input .prepend {
    -webkit-box-ordinal-group: 2;
    order: 1
}

.input .append {
    -webkit-box-ordinal-group: 5;
    order: 4
}

.input input {
    -webkit-box-ordinal-group: 3;
    order: 2
}

.input .button-group {
    -webkit-box-ordinal-group: 4;
    order: 3
}

.input .append,
.input .prepend {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    justify-content: center
}

.input .autocomplete-list {
    background-color: var(--input-autocomplete-background);
    border: 1px solid var(--border-color);
    color: var(--input-autocomplete-color);
    height: auto;
    left: 0;
    list-style: none inside;
    margin: 0;
    overflow: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 3
}

.input .autocomplete-list .item {
    -webkit-box-align: center;
    -webkit-box-pack: start;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    justify-content: flex-start;
    padding: 0 8px;
    position: relative
}

.input .autocomplete-list .item:hover {
    background-color: rgba(29, 29, 29, .1)
}

.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.input-large {
    height: 50px
}

.input.input-large input {
    font-size: 1.3rem;
    height: 48px;
    line-height: 48px;
    padding: 0 10px
}

.input.input-large .button {
    font-size: 1.3rem;
    height: 48px;
    min-width: 48px
}

.input.input-large .button [class*=mif-] {
    font-size: 1.3rem
}

.input.input-large .button .default-icon-cross,
.input.input-large .button .default-icon-eye {
    height: 21px;
    width: 21px
}

.input.input-large .button .input-clear-button,
.input.input-large .button .input-reveal-button {
    padding: 0;
    width: 48px
}

.input.input-large input[placeholder] {
    font-size: 1.1rem
}

.input.input-large input:-moz-placeholder,
.input.input-large input::-moz-placeholder {
    font-size: 1.1rem
}

.input.input-large input:-ms-input-placeholder {
    font-size: 1.1rem
}

.input.input-large .append,
.input.input-large .prepend {
    font-size: 1.3rem;
    height: 48px;
    line-height: 48px;
    padding: 0 .5rem
}

input.input-large {
    font-size: 1.3rem;
    height: 48px;
    padding: 0 10px
}

input.input-large[placeholder] {
    font-size: 1.1rem
}

input.input-large:-moz-placeholder,
input.input-large::-moz-placeholder {
    font-size: 1.1rem
}

input.input-large:-ms-input-placeholder {
    font-size: 1.1rem
}

.input.input-small {
    height: 28px
}

.input.input-small input {
    font-size: .9rem;
    height: 26px;
    line-height: 26px;
    padding: 0 4px
}

.input.input-small .button {
    font-size: .9rem;
    height: 26px;
    min-width: 26px;
    padding: 0
}

.input.input-small .button [class*=mif-] {
    font-size: .9rem
}

.input.input-small .button .default-icon-cross,
.input.input-small .button .default-icon-eye {
    height: 14px;
    width: 14px
}

.input.input-small .input-clear-button,
.input.input-small .input-reveal-button {
    padding: 0;
    width: 26px
}

.input.input-small input[placeholder] {
    font-size: .8rem
}

.input.input-small input:-moz-placeholder,
.input.input-small input::-moz-placeholder {
    font-size: .8rem
}

.input.input-small input:-ms-input-placeholder {
    font-size: .8rem
}

.input.input-small .append,
.input.input-small .prepend {
    font-size: .9rem;
    height: 26px;
    line-height: 26px;
    padding: 0 .5rem
}

input.input-small {
    font-size: .9rem;
    height: 26px;
    padding: 0 4px
}

input.input-small[placeholder] {
    font-size: .8rem
}

input.input-small:-moz-placeholder,
input.input-small::-moz-placeholder {
    font-size: .8rem
}

input.input-small:-ms-input-placeholder {
    font-size: .8rem
}

.input.rtl,
.input[dir=rtl] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-flow: row-reverse nowrap
}

.input.rtl input,
.input[dir=rtl] input {
    -webkit-box-ordinal-group: 4;
    direction: rtl;
    order: 3
}

.input.rtl .button-group,
.input[dir=rtl] .button-group {
    -webkit-box-ordinal-group: 3;
    order: 2
}

.input.rtl .prepend,
.input[dir=rtl] .prepend {
    -webkit-box-ordinal-group: 5;
    order: 4
}

.input.rtl .append,
.input[dir=rtl] .append {
    -webkit-box-ordinal-group: 2;
    order: 1
}

.input .badge {
    background-color: #0a87c1;
    border-radius: 6px;
    color: #fff;
    font-size: 9px;
    font-weight: 100;
    padding: 2px 4px;
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.input:hover .badge {
    display: none
}

.chat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #fff;
    border: 1px solid var(--border-color);
    display: -webkit-box;
    display: flex;
    flex-flow: column
}

.chat .message-input,
.chat .messages,
.chat .title {
    display: block
}

.chat .title {
    font-size: 18px;
    line-height: 1.2
}

.chat .messages,
.chat .title {
    border-bottom: 1px solid var(--border-color);
    padding: 8px
}

.chat .messages {
    height: 100%;
    overflow: hidden;
    overflow-y: auto
}

.chat .message {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    flex-flow: row wrap
}

.chat .message .message-sender {
    -webkit-box-ordinal-group: 2;
    font-size: 12px;
    font-weight: 700;
    left: 6px;
    order: 1;
    position: absolute;
    top: 6px
}

.chat .message .message-time {
    -webkit-box-ordinal-group: 3;
    bottom: 6px;
    font-size: 11px;
    left: 6px;
    opacity: .5;
    order: 2;
    position: absolute
}

.chat .message .message-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-ordinal-group: 4;
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap;
    flex-shrink: 0;
    margin: 2px 0 0;
    order: 3;
    width: 100%
}

.chat .message .message-item .message-avatar {
    -webkit-box-ordinal-group: 2;
    border-radius: 50%;
    display: block;
    flex-shrink: 0;
    height: 40px;
    order: 1;
    overflow: hidden;
    width: 40px
}

.chat .message .message-item .message-text {
    -webkit-box-align: center;
    -webkit-box-ordinal-group: 3;
    align-items: center;
    background-color: #e4e4e4;
    border: 1px solid #e4e4e4;
    display: -webkit-box;
    display: flex;
    font-size: 14px;
    line-height: 1.2;
    margin-left: 8px;
    max-width: 100%;
    min-width: 100px;
    order: 2;
    padding: 30px 10px;
    position: relative
}

.chat .message .message-item .message-text-inner {
    overflow: hidden;
    width: 100%
}

.chat .message .message-item .message-text:before {
    border: 6px solid transparent;
    border-right-color: inherit;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 14px;
    width: 0
}

.chat .message .message-item .message-text.--next {
    padding-top: 10px
}

.chat .message .message-item .message-text.--next:before {
    display: none
}

.chat .message.right .message-item {
    -webkit-box-pack: end;
    justify-content: flex-end
}

.chat .message.right .message-time {
    -webkit-box-ordinal-group: 2;
    left: auto;
    order: 1;
    right: 6px;
    text-align: left
}

.chat .message.right .message-sender {
    -webkit-box-ordinal-group: 3;
    left: auto;
    order: 2;
    right: 6px
}

.chat .message.right .message-avatar {
    -webkit-box-ordinal-group: 3;
    order: 2
}

.chat .message.right .message-text {
    -webkit-box-ordinal-group: 2;
    margin-left: 0;
    margin-right: 8px;
    order: 1
}

.chat .message.right .message-text:before {
    border-left-color: inherit;
    border-right-color: transparent;
    left: 100%;
    right: auto
}

.chat .message.right .message-text.--next:before {
    display: none
}

.chat .message-input {
    flex-shrink: 0;
    margin-top: auto;
    padding: 8px
}

.chat .message-input.disabled {
    opacity: .5
}

.chat .message.left+.message.right,
.chat .message.right+.message.left {
    margin-top: 10px
}

:root {
    --input-height: 36px;
    --checkbox-check-color: #fff;
    --checkbox-border-color: #191919;
    --checkbox-checked-background: #191919;
    --checkbox-focus-color: #e8e8e8;
    --checkbox-disabled-color: #e8e8e8
}

.dark-side {
    --checkbox-check-color: #fff;
    --checkbox-border-color: #3c3c3c;
    --checkbox-checked-background: #468cff;
    --checkbox-focus-color: #191919;
    --checkbox-disabled-color: #2c2c2c
}

.checkbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-inline-box;
    display: inline-flex;
    flex-flow: row nowrap;
    height: 36px;
    justify-content: flex-start;
    margin: 0;
    position: relative;
    -webkit-user-select: none;
    user-select: none
}

.checkbox input {
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 1px
}

.checkbox .caption,
.checkbox .check {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin: 0 4px;
    position: relative
}

.checkbox .check {
    border: 2px solid var(--border-color);
    flex-shrink: 0;
    height: 20px;
    line-height: var(--input-height);
    width: 20px
}

.checkbox .check:before {
    background-color: initial;
    border-bottom: 2px solid;
    border-left: 2px solid;
    border-color: var(--checkbox-check-color);
    color: transparent;
    content: "";
    display: none;
    font-size: 0;
    height: 5px;
    left: 50%;
    margin-left: -5px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: middle;
    width: 10px
}

.checkbox input[type=checkbox]:checked~.check {
    background-color: var(--checkbox-checked-background);
    border-color: var(--checkbox-border-color)
}

.checkbox input[type=checkbox]:checked~.check:before {
    display: block
}

.checkbox input[type=checkbox]:disabled~.check {
    background-color: var(--checkbox-disabled-color);
    border-color: var(--checkbox-disabled-color)
}

.checkbox input[data-indeterminate=true]~.check {
    background-color: var(--checkbox-checked-background);
    border-color: var(--checkbox-checked-background)
}

.checkbox input[data-indeterminate=true]~.check:before {
    background-color: var(--checkbox-check-color);
    border: 2px solid var(--checkbox-check-color);
    display: block !important;
    height: 6px;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    top: 50%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width: 6px
}

.checkbox .check {
    -webkit-box-ordinal-group: 2;
    order: 1
}

.checkbox .caption {
    -webkit-box-ordinal-group: 3;
    order: 2
}

.checkbox.caption-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-flow: row-reverse nowrap
}

.checkbox.invalid,
.checkbox.required,
.checkbox.valid {
    border: none !important
}

.checkbox.invalid:after {
    display: none
}

.checkbox:active input[type=checkbox]:not(:disabled)~.check:after,
.checkbox:focus input[type=checkbox]:not(:disabled)~.check:after {
    background-color: hsla(0, 0%, 73%, .5);
    border-radius: 50%;
    content: "";
    display: block;
    height: 3.125rem;
    left: 50%;
    margin-left: -1.5625rem;
    margin-top: -1.5625rem;
    opacity: .3;
    position: absolute;
    top: 50%;
    width: 3.125rem
}

.checkbox.transition-on .check,
.checkbox.transition-on input[data-indeterminate=true]~.check,
.checkbox.transition-on input[type=checkbox]:checked~.check {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.checkbox .check.focused {
    -webkit-box-shadow: 0 0 0 3px var(--checkbox-focus-color);
    box-shadow: 0 0 0 3px var(--checkbox-focus-color)
}

.chip {
    background: #bebebe;
    cursor: default;
    display: inline-block;
    float: left;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    padding: 0 12px
}

.chip .label {
    white-space: nowrap
}

.chip .icon {
    font-size: 24px;
    height: 32px;
    left: 0;
    line-height: 32px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 32px
}

.chip .icon img {
    max-height: 100%;
    vertical-align: initial;
    width: 100%
}

.chip .icon+.label {
    margin-left: 30px
}

.chip .action {
    background-color: #ccc;
    cursor: pointer;
    display: block;
    float: right;
    height: 24px;
    margin-left: 10px;
    margin-right: -8px;
    margin-top: 4px;
    overflow: hidden;
    width: 24px
}

.chip .action:before {
    content: "\2716";
    display: block;
    line-height: 24px;
    text-align: center
}

.chip:hover {
    background-color: rgba(29, 29, 29, .1)
}

.chip.material {
    border-radius: 16px
}

.chip.material .icon {
    border-radius: 32px
}

.chip.material .action {
    border-radius: 24px
}

.chip+.chip {
    margin-left: 8px
}

.cloak,
.m4-cloak {
    opacity: 0 !important
}

.remove-cloak {
    -webkit-animation: kf-fadeIn 1s linear forwards;
    animation: kf-fadeIn 1s linear forwards
}

.add-cloak {
    -webkit-animation: kf-fadeOut 1s linear forwards;
    animation: kf-fadeOut 1s linear forwards
}

@-webkit-keyframes kf-fadeIn {
    to {
        opacity: 1
    }
}

@keyframes kf-fadeIn {
    to {
        opacity: 1
    }
}

@-webkit-keyframes kf-fadeOut {
    to {
        opacity: 0
    }
}

@keyframes kf-fadeOut {
    to {
        opacity: 0
    }
}

.radio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-inline-box;
    display: inline-flex;
    flex-flow: row nowrap;
    height: 36px;
    justify-content: flex-start;
    margin: 0;
    position: relative;
    -webkit-user-select: none;
    user-select: none
}

.radio input {
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 1px
}

.radio .caption,
.radio .check {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin: 0 4px;
    position: relative
}

.radio .check {
    border: 2px solid #d9d9d9;
    border-radius: 50%;
    flex-shrink: 0;
    height: 20px;
    line-height: 36px;
    width: 20px
}

.radio .check:before {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    color: transparent;
    content: "";
    display: none;
    font-size: 0;
    height: 6px;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: middle;
    width: 6px
}

.radio input[type=radio]:checked~.check {
    background-color: #1d1d1d;
    border-color: #1d1d1d
}

.radio input[type=radio]:checked~.check:before {
    display: block
}

.radio input[type=radio]:disabled~.check {
    background-color: #e9e9e9;
    border-color: #e9e9e9
}

.radio .check {
    -webkit-box-ordinal-group: 2;
    order: 1
}

.radio .caption {
    -webkit-box-ordinal-group: 3;
    order: 2
}

.radio.caption-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-flow: row-reverse nowrap
}

.radio.invalid,
.radio.required,
.radio.valid {
    border: none !important
}

.radio.invalid:after {
    display: none
}

.radio:active input[type=radio]:not(:disabled)~.check:after,
.radio:focus input[type=radio]:not(:disabled)~.check:after {
    background-color: hsla(0, 0%, 73%, .5);
    border-radius: 50%;
    content: "";
    display: block;
    height: 3.125rem;
    left: 50%;
    margin-left: -1.5625rem;
    margin-top: -1.5625rem;
    opacity: .3;
    position: absolute;
    top: 50%;
    width: 3.125rem
}

.radio.style2 input[type=radio]:checked~.check {
    background-color: #fff;
    border-color: #1d1d1d
}

.radio.style2 .check {
    border-color: #989898
}

.radio.style2 .check:before {
    background-color: #1d1d1d;
    border: 2px solid #1d1d1d;
    height: 8px;
    margin-left: -4px;
    margin-top: -4px;
    width: 8px
}

.radio.style2 input[type=radio]:disabled~.check {
    background-color: #fff;
    border-color: #e9e9e9
}

.radio.style2 input[type=radio]:disabled~.check:before {
    background-color: #e9e9e9;
    border-color: #e9e9e9
}

.radio.transition-on .check,
.radio.transition-on input[type=radio]:checked~.check {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.radio .check.focused {
    -webkit-box-shadow: 0 0 0 3px hsla(0, 0%, 89%, .45);
    box-shadow: 0 0 0 3px hsla(0, 0%, 89%, .45)
}

.color-selector {
    background-color: #fff;
    flex-shrink: 0;
    width: 306px
}

.color-selector .color-box {
    border: 1px solid var(--border-color);
    display: block;
    padding: 10px
}

.color-selector .row {
    display: block;
    margin: 10px 0 0
}

.color-selector .row:first-child {
    margin-top: 0
}

.color-selector .user-colors-title {
    color: #1d1d1d;
    font-size: 11px;
    padding: 4px 10px;
    text-align: center
}

.color-selector .default-swatches,
.color-selector .user-colors,
.color-selector .user-colors-actions {
    display: block;
    width: auto
}

.color-selector .default-swatches .swatch,
.color-selector .default-swatches .user-swatch,
.color-selector .user-colors .swatch,
.color-selector .user-colors .user-swatch,
.color-selector .user-colors-actions .swatch,
.color-selector .user-colors-actions .user-swatch {
    background: #ccc;
    border: 1px solid var(--border-color);
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    margin-bottom: 4px;
    margin-left: 4px;
    width: 32px
}

.color-selector .default-swatches .swatch:not(.user-swatch):nth-child(8n+1),
.color-selector .default-swatches .user-swatch:not(.user-swatch):nth-child(8n+1),
.color-selector .user-colors .swatch:not(.user-swatch):nth-child(8n+1),
.color-selector .user-colors .user-swatch:not(.user-swatch):nth-child(8n+1),
.color-selector .user-colors-actions .swatch:not(.user-swatch):nth-child(8n+1),
.color-selector .user-colors-actions .user-swatch:not(.user-swatch):nth-child(8n+1) {
    margin-left: 0
}

.color-selector .default-swatches .user-swatch,
.color-selector .user-colors .user-swatch,
.color-selector .user-colors-actions .user-swatch {
    height: 24px;
    width: 24px
}

.color-selector .default-swatches .user-swatch:nth-child(10n+1),
.color-selector .user-colors .user-swatch:nth-child(10n+1),
.color-selector .user-colors-actions .user-swatch:nth-child(10n+1) {
    margin-left: 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 .user-colors-actions .button {
    padding: 0 20px
}

.color-selector .cursor {
    background: #ccc;
    border: 2px solid #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .37);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .37);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: none;
    position: absolute;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 2
}

.color-selector .cursor.dragging {
    -webkit-transition: none;
    transition: none
}

.color-selector canvas {
    background: #ccc;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.color-selector .color-map {
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 212px
}

.color-selector .color-map .color-cursor {
    height: 30px;
    left: 0;
    margin-left: -15px;
    margin-top: -15px;
    top: 0;
    width: 30px
}

.color-selector .hue-map {
    bottom: 5px;
    position: absolute;
    right: 40px;
    top: 5px;
    width: 10px
}

.color-selector .hue-map .hue-cursor {
    height: 20px;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    pointer-events: none;
    top: 0;
    width: 20px
}

.color-selector .hue-map canvas {
    border-radius: 8px
}

.color-selector .alpha-map {
    bottom: 5px;
    position: absolute;
    right: 10px;
    top: 5px;
    width: 10px
}

.color-selector .alpha-map .alpha-cursor {
    height: 20px;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    pointer-events: none;
    top: 0;
    width: 20px
}

.color-selector .alpha-map canvas {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMUlEQVQ4T2NkYGAQYcAP3uCTZhw1gGGYhAGBZIA/nYDCgBDAm9BGDWAAJyRCgLaBCAAgXwixzAS0pgAAAABJRU5ErkJggg==") 50%;
    border-radius: 8px
}

.color-selector.no-alpha-channel .hue-map {
    right: 25px
}

.color-selector.no-alpha-channel .alpha-map {
    display: none !important
}

.color-selector .color-value-cmyk,
.color-selector .color-value-hex,
.color-selector .color-value-hsl,
.color-selector .color-value-hsla,
.color-selector .color-value-hsv,
.color-selector .color-value-rgb,
.color-selector .color-value-rgba {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap;
    margin-top: -1px
}

.color-selector .color-value-cmyk input,
.color-selector .color-value-hex input,
.color-selector .color-value-hsl input,
.color-selector .color-value-hsla input,
.color-selector .color-value-hsv input,
.color-selector .color-value-rgb input,
.color-selector .color-value-rgba input {
    flex-shrink: 1;
    font-size: 11px !important;
    font-weight: 700;
    min-width: 0;
    text-align: center
}

.color-selector .color-value-cmyk .prepend,
.color-selector .color-value-hex .prepend,
.color-selector .color-value-hsl .prepend,
.color-selector .color-value-hsla .prepend,
.color-selector .color-value-hsv .prepend,
.color-selector .color-value-rgb .prepend,
.color-selector .color-value-rgba .prepend {
    border-right: 1px solid var(--border-color);
    font-size: 11px !important;
    padding: 0 4px !important;
    text-align: center;
    width: 26px !important
}

.color-selector .color-value-cmyk .radio,
.color-selector .color-value-hex .radio,
.color-selector .color-value-hsl .radio,
.color-selector .color-value-hsla .radio,
.color-selector .color-value-hsv .radio,
.color-selector .color-value-rgb .radio,
.color-selector .color-value-rgba .radio {
    height: 28px !important;
    width: 28px !important
}

.color-selector .color-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap;
    width: 100%
}

.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: -webkit-grab;
    cursor: grab
}

.color-selector .alpha-cursor,
.color-selector .color-cursor,
.color-selector .hue-cursor {
    -webkit-user-select: none !important;
    user-select: none !important
}

.color-picker {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 0;
    width: 100%
}

.color-picker:hover input {
    border-color: transparent
}

.color-picker.focused {
    -webkit-box-shadow: 0 0 0 3px hsla(0, 0%, 89%, .45);
    box-shadow: 0 0 0 3px hsla(0, 0%, 89%, .45)
}

.color-picker input {
    -webkit-box-ordinal-group: 2;
    -webkit-box-flex: 1;
    border: none !important;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    height: 34px;
    order: 1;
    padding: 0 .75rem
}

.color-picker input:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.color-picker .buttons {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap
}

.color-picker .button {
    background-color: initial;
    color: #1d1d1d;
    height: 34px;
    min-width: 34px
}

.color-picker .button:active,
.color-picker .button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.color-picker .button:hover {
    background-color: #f8f8f8;
    text-shadow: rgba(0, 0, 0, .25) .1em .1em .2em
}

.color-picker .input-clear-button,
.color-picker .input-clear-button:hover {
    background-color: initial
}

.color-picker.disabled .button-group button {
    background-color: #f8f8f8;
    color: #dfdfdf
}

.color-picker .color-example-box {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMUlEQVQ4T2NkYGAQYcAP3uCTZhw1gGGYhAGBZIA/nYDCgBDAm9BGDWAAJyRCgLaBCAAgXwixzAS0pgAAAABJRU5ErkJggg==") 0 0 repeat;
    border: 1px solid var(--border-color);
    display: block;
    height: 26px;
    margin: 4px;
    width: 26px
}

.color-picker .color-selector-box {
    display: none;
    left: -1px;
    position: absolute;
    top: 100%
}

.color-picker .prepend {
    -webkit-box-ordinal-group: 2;
    order: 1
}

.color-picker .color-example-box {
    -webkit-box-ordinal-group: 3;
    order: 2
}

.color-picker input {
    -webkit-box-ordinal-group: 4;
    order: 3
}

.color-picker .append {
    -webkit-box-ordinal-group: 6;
    order: 5
}

.color-picker .buttons {
    -webkit-box-ordinal-group: 5;
    order: 4
}

.color-picker input[placeholder] {
    text-overflow: ellipsis
}

.color-picker input:-moz-placeholder,
.color-picker input::-moz-placeholder {
    text-overflow: ellipsis
}

.color-picker input:-ms-input-placeholder {
    text-overflow: ellipsis
}

.color-picker.open .color-selector-box {
    display: block !important
}

.command-button,
.image-button {
    background-color: #ebebeb;
    border: 1px solid transparent;
    color: #1d1d1d;
    cursor: pointer;
    display: -webkit-inline-box;
    display: inline-flex;
    font-size: 1.5rem;
    font-weight: 500;
    outline: none;
    padding: .5rem .75rem;
    position: relative;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.command-button .icon,
.image-button .icon {
    -webkit-box-ordinal-group: 2;
    color: inherit;
    font-size: 2rem;
    height: 2.6875rem;
    line-height: 2.6875rem;
    order: 1;
    width: 2.6875rem
}

.command-button .caption,
.image-button .caption {
    -webkit-box-ordinal-group: 3;
    color: inherit;
    font-weight: 400;
    line-height: 1.2;
    margin-left: .5rem;
    order: 2;
    text-align: left
}

.command-button .caption small,
.image-button .caption small {
    display: block;
    font-size: .8rem
}

.command-button.icon-right .icon,
.image-button.icon-right .icon {
    -webkit-box-ordinal-group: 3;
    order: 2
}

.command-button.icon-right .caption,
.image-button.icon-right .caption {
    -webkit-box-ordinal-group: 2;
    margin-left: 0;
    margin-right: .5rem;
    order: 1
}

.command-button.outline,
.image-button.outline {
    background: transparent none;
    border-color: var(--border-color);
    border-width: 1px
}

.command-button:hover,
.image-button:hover {
    background-color: rgba(29, 29, 29, .1)
}

.command-button.focus,
.command-button:active,
.command-button:focus,
.image-button.focus,
.image-button:active,
.image-button:focus {
    -webkit-box-shadow: 0 0 0 3px hsla(0, 0%, 89%, .45);
    box-shadow: 0 0 0 3px hsla(0, 0%, 89%, .45)
}

.command-button.focus,
.command-button:focus,
.command-button:hover,
.image-button.focus,
.image-button:focus,
.image-button:hover {
    text-decoration: none
}

.command-button:active,
.image-button:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0 0 0 3px hsla(0, 0%, 75%, .45);
    box-shadow: 0 0 0 3px hsla(0, 0%, 75%, .45);
    outline: 0
}

.command-button.disabled,
.command-button:disabled,
.image-button.disabled,
.image-button:disabled {
    opacity: .65
}

.container,
.container-fluid,
aside,
footer,
header,
section {
    margin: 0 auto;
    position: relative
}

.container-fluid:after,
.container:after,
aside:after,
footer:after,
header:after,
section:after {
    clear: both;
    content: "";
    display: block
}

.container,
.container-fluid {
    padding-left: 12px;
    padding-right: 12px;
    width: 100%
}

.container-fluid {
    max-width: none
}

@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: 90%
    }
}

@media (min-width:993px) and (max-width:1200px) {
    .container {
        max-width: 90%
    }
}

@media (min-width:1201px) {
    .container {
        max-width: 80%
    }
}

.container-fs {
    max-width: 0 !important
}

.container-xs {
    max-width: 360px !important
}

.container-sm {
    max-width: 576px !important
}

.container-ld {
    max-width: 640px !important
}

.container-md {
    max-width: 768px !important
}

.container-lg {
    max-width: 992px !important
}

.container-xl {
    max-width: 1200px !important
}

.container-xxl {
    max-width: 1452px !important
}

.container-xxxl {
    max-width: 2000px !important
}

.container-max {
    width: 100% !important
}

.cookie-disclaimer-block {
    background-color: #fff;
    bottom: 0;
    color: #1d1d1d;
    height: auto;
    left: 0;
    padding: 10px;
    position: fixed;
    right: 0;
    z-index: 1030
}

.cookie-disclaimer-actions {
    -webkit-box-pack: end;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    justify-content: flex-end
}

.countdown {
    font-size: 1.5rem;
    width: 100%
}

.countdown,
.countdown .part {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    position: relative
}

.countdown .part {
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding: .5rem .5rem .5em
}

.countdown .digit {
    display: block;
    line-height: 1;
    overflow: hidden;
    padding: 0;
    position: relative
}

.countdown .digit .digit-placeholder {
    visibility: hidden
}

.countdown .digit .digit-value {
    display: block;
    font: inherit;
    left: 0;
    position: absolute;
    top: 0
}

.countdown .part+.part:before {
    background: radial-gradient(at left, var(--border-color), transparent);
    content: "";
    display: block;
    height: calc(100% - 8px);
    left: 0;
    position: absolute;
    top: 10px;
    width: 1px
}

.countdown .part.d-none+.part:before,
.countdown .part.no-divider:before {
    display: none
}

.countdown .part.days:after,
.countdown .part.hours:after,
.countdown .part.minutes:after,
.countdown .part.seconds:after {
    background-color: inherit;
    bottom: 0;
    color: inherit;
    content: attr(data-label);
    font-size: .3em;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1
}

.countdown .days {
    -webkit-box-ordinal-group: 2;
    order: 1
}

.countdown .hours {
    -webkit-box-ordinal-group: 3;
    order: 2
}

.countdown .minutes {
    -webkit-box-ordinal-group: 4;
    order: 3
}

.countdown .seconds {
    -webkit-box-ordinal-group: 5;
    order: 4
}

.cube {
    display: block;
    height: 310px;
    margin: 0 auto 30px;
    position: relative;
    -webkit-transform: rotateY(30deg);
    transform: rotateY(30deg);
    width: 320px
}

.cube .side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    bottom: 38px;
    display: -webkit-box;
    display: flex;
    flex-flow: row wrap;
    height: 162px;
    justify-content: space-between;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 162px
}

.cube .side.left-side {
    -webkit-transform: skewY(23deg) rotateX(10deg);
    transform: skewY(23deg) rotateX(10deg)
}

.cube .side.right-side {
    left: 160px;
    -webkit-transform: skewY(-23deg) rotateY(10deg);
    transform: skewY(-23deg) rotateY(10deg)
}

.cube .side.top-side {
    bottom: 154px;
    left: 80px;
    top: auto;
    -webkit-transform: rotate(45deg) rotate(0) skew(-22deg, -22deg);
    transform: rotate(45deg) rotate(0) skew(-22deg, -22deg)
}

.cube .side .cube-cell {
    -webkit-box-flex: 0;
    background-color: #231f20;
    border: 1px solid #303030;
    -webkit-box-shadow: 0 0 5px hsla(0, 0%, 46%, .8);
    box-shadow: 0 0 5px hsla(0, 0%, 46%, .8);
    color: #fff;
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin: 8px;
    position: relative;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 24px
}

.cube .side .cube-cell.light {
    -webkit-animation: pulsar-cell 2.5s ease-out 0s infinite;
    animation: pulsar-cell 2.5s ease-out 0s infinite;
    background-color: #c4122f;
    border-color: #c4122f;
    -webkit-box-shadow: 0 0 10px #c4122f, 0 0 10px #c4122f, 0 0 10px #c4122f;
    box-shadow: 0 0 10px #c4122f, 0 0 10px #c4122f, 0 0 10px #c4122f;
    color: #1d1d1d
}

@-webkit-keyframes pulsar-cell {

    0%,
    to {
        -webkit-box-shadow: 0 0 10px #c4122f, 0 0 10px #c4122f, 0 0 10px #c4122f;
        box-shadow: 0 0 10px #c4122f, 0 0 10px #c4122f, 0 0 10px #c4122f
    }

    50% {
        -webkit-box-shadow: 0 0 10px rgba(196, 18, 47, .3), 0 0 10px rgba(196, 18, 47, .3), 0 0 10px rgba(196, 18, 47, .3);
        box-shadow: 0 0 10px rgba(196, 18, 47, .3), 0 0 10px rgba(196, 18, 47, .3), 0 0 10px rgba(196, 18, 47, .3)
    }
}

@keyframes pulsar-cell {

    0%,
    to {
        -webkit-box-shadow: 0 0 10px #c4122f, 0 0 10px #c4122f, 0 0 10px #c4122f;
        box-shadow: 0 0 10px #c4122f, 0 0 10px #c4122f, 0 0 10px #c4122f
    }

    50% {
        -webkit-box-shadow: 0 0 10px rgba(196, 18, 47, .3), 0 0 10px rgba(196, 18, 47, .3), 0 0 10px rgba(196, 18, 47, .3);
        box-shadow: 0 0 10px rgba(196, 18, 47, .3), 0 0 10px rgba(196, 18, 47, .3), 0 0 10px rgba(196, 18, 47, .3)
    }
}

.cube .axis {
    background-color: #c4122f;
    bottom: 162px;
    height: 2px;
    left: 162px;
    position: absolute;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    width: 200px
}

.cube .axis:after,
.cube .axis:before {
    background-color: inherit;
    content: "";
    display: block;
    height: 1px;
    position: absolute
}

.cube .axis.arrow:after,
.cube .axis.arrow:before {
    right: 0;
    top: 0;
    -webkit-transform-origin: 100% 100% 0;
    transform-origin: 100% 100% 0;
    width: 16px
}

.cube .axis.arrow:before {
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg)
}

.cube .axis.arrow:after {
    right: -1px;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg)
}

.cube .axis.line:after,
.cube .axis.line:before {
    right: 0;
    top: 0;
    -webkit-transform-origin: 100% 100% 0;
    transform-origin: 100% 100% 0;
    width: 16px
}

.cube .axis.line:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.cube .axis.line:after {
    right: -1px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.cube .axis.line.axis-y:before {
    -webkit-transform: rotate(113deg);
    transform: rotate(113deg)
}

.cube .axis.line.axis-y:after {
    -webkit-transform: rotate(-67deg);
    transform: rotate(-67deg)
}

.cube .axis.line.axis-x:before {
    -webkit-transform: rotate(67deg);
    transform: rotate(67deg)
}

.cube .axis.line.axis-x:after {
    -webkit-transform: rotate(-113deg);
    transform: rotate(-113deg)
}

.cube .axis.no-style:after,
.cube .axis.no-style:before {
    display: none
}

.cube .axis.axis-x {
    -webkit-transform: rotate(203deg);
    transform: rotate(203deg)
}

.cube .axis.axis-y {
    bottom: 166px;
    -webkit-transform: rotate(-23deg);
    transform: rotate(-23deg)
}

.cube .axis.axis-z {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 190px
}

:root {
    --d-menu-border-color: #e9e9e9;
    --d-menu-divider-color: #e9e9e9;
    --d-menu-background: #fff;
    --d-menu-color: #191919;
    --d-menu-item-color: #191919;
    --d-menu-item-color-disabled: #ccc;
    --d-menu-item-color-hover: #000;
    --d-menu-item-background-hover: #e8e8e8;
    --d-menu-dropdown-toogle-color: #191919;
    --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-color: #fff;
    --d-menu-item-color: #dbdfe7;
    --d-menu-item-color-disabled: #a8a8a8;
    --d-menu-item-color-hover: #fff;
    --d-menu-item-background-hover: #1e1f22;
    --d-menu-dropdown-toogle-color: #fff;
    --d-menu-shadow-color: #191919;
    --d-menu-border-radius: 4px
}

.d-menu,
.d-menu ul {
    background-color: var(--d-menu-background);
    border: 1px solid var(--d-menu-border-color);
    border-radius: 6px;
    -webkit-box-shadow: 2px 2px 10px var(--d-menu-shadow-color);
    box-shadow: 2px 2px 10px var(--d-menu-shadow-color);
    color: var(--d-menu-color);
    float: left;
    list-style: none inside none;
    margin: 0;
    padding: 4px 0;
    position: absolute;
    width: auto;
    z-index: 1000
}

.d-menu ul.open,
.d-menu.open {
    display: block !important
}

.d-menu ul.place-right,
.d-menu.place-right {
    left: auto;
    right: 0
}

.d-menu a,
.d-menu li {
    position: relative
}

.d-menu li {
    display: block;
    margin: 0 4px
}

.d-menu a {
    -webkit-box-align: center;
    align-items: center;
    border-radius: var(--d-menu-border-radius);
    color: var(--d-menu-item-color);
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    font-size: 13px;
    line-height: 20px;
    padding: 4px 10px 4px 32px;
    text-decoration: none;
    white-space: nowrap
}

.d-menu a:hover {
    background-color: var(--d-menu-item-background-hover);
    color: var(--d-menu-item-color-hover);
    text-decoration: none
}

.d-menu .caption {
    margin-right: 1rem;
    white-space: nowrap
}

.d-menu .hotkey {
    margin-left: auto;
    margin-right: 1rem
}

.d-menu .icon {
    font-size: 16px;
    height: 16px;
    left: 8px;
    position: absolute;
    top: 5px;
    width: 16px
}

.d-menu .dropdown-toggle:before {
    border-color: var(--d-menu-dropdown-toogle-color) !important;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.d-menu .dropdown-toggle.active-toggle:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.d-menu .divider {
    cursor: default;
    height: 1px;
    margin: 4px 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none
}

.d-menu .divider,
.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 .d-menu,
.d-menu ul {
    left: calc(100% + 4px);
    position: absolute;
    top: 0
}

@media screen and (min-width:0) {

    .d-menu ul.place-right-fs,
    .d-menu.place-right-fs {
        left: auto;
        right: 0
    }
}

@media screen and (min-width:360px) {

    .d-menu ul.place-right-xs,
    .d-menu.place-right-xs {
        left: auto;
        right: 0
    }
}

@media screen and (min-width:576px) {

    .d-menu ul.place-right-sm,
    .d-menu.place-right-sm {
        left: auto;
        right: 0
    }
}

@media screen and (min-width:640px) {

    .d-menu ul.place-right-ld,
    .d-menu.place-right-ld {
        left: auto;
        right: 0
    }
}

@media screen and (min-width:768px) {

    .d-menu ul.place-right-md,
    .d-menu.place-right-md {
        left: auto;
        right: 0
    }
}

@media screen and (min-width:992px) {

    .d-menu ul.place-right-lg,
    .d-menu.place-right-lg {
        left: auto;
        right: 0
    }
}

@media screen and (min-width:1200px) {

    .d-menu ul.place-right-xl,
    .d-menu.place-right-xl {
        left: auto;
        right: 0
    }
}

@media screen and (min-width:1452px) {

    .d-menu ul.place-right-xxl,
    .d-menu.place-right-xxl {
        left: auto;
        right: 0
    }
}

@media screen and (min-width:2000px) {

    .d-menu ul.place-right-xxxl,
    .d-menu.place-right-xxxl {
        left: auto;
        right: 0
    }
}

.wheel-picker {
    background-color: #fff;
    color: #1d1d1d;
    cursor: default;
    display: block;
    height: 38px;
    min-width: 220px;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    width: 100%
}

.wheel-picker .select-wrapper {
    display: none;
    height: auto;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 3
}

.wheel-picker .select-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    background-color: #f2f2f2;
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap;
    flex-shrink: 0;
    position: relative;
    width: 100%
}

.wheel-picker .select-block:before {
    background-color: rgba(31, 177, 248, .5);
    content: "";
    display: block;
    height: 40px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 0
}

.wheel-picker .select-block ul {
    -webkit-box-flex: 1;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid var(--border-color);
    display: block;
    flex: 1;
    height: 100%;
    list-style: none inside;
    margin: 0;
    overflow-y: auto;
    overflow: -moz-scrollbars-none;
    padding: 0;
    text-align: center;
    z-index: 1
}

.wheel-picker .select-block ul::-webkit-scrollbar {
    display: none !important
}

.wheel-picker .select-block ul li {
    display: block;
    font-size: .9em;
    height: 40px;
    line-height: 40px
}

.wheel-picker .select-block ul li.active {
    font-weight: 700
}

.wheel-picker .action-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap;
    position: relative;
    width: 100%
}

.wheel-picker .action-block>* {
    -webkit-box-flex: 1;
    flex: 1
}

.wheel-picker .action-block>:not(:last-child) {
    border-right: 1px solid var(--border-color)
}

.wheel-picker .select-wrapper {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.wheel-picker.for-top .select-wrapper,
.wheel-picker.for-top-a .select-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.wheel-picker.for-bottom .select-wrapper,
.wheel-picker.for-bottom-a .select-wrapper {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.date-picker input {
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 1px
}

.date-picker input:focus~.time-wrapper {
    -webkit-box-shadow: 0 0 0 3px hsla(0, 0%, 89%, .45);
    box-shadow: 0 0 0 3px hsla(0, 0%, 89%, .45)
}

.date-picker .date-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    border: 1px solid var(--border-color);
    display: -webkit-inline-box;
    display: inline-flex;
    flex-flow: row nowrap;
    position: relative;
    width: 100%
}

.date-picker .day,
.date-picker .month,
.date-picker .year {
    -webkit-box-flex: 1;
    border: 1px solid;
    border-color: inherit;
    display: block;
    flex: 1;
    height: 38px;
    line-height: 38px;
    text-align: center
}

.date-picker .month {
    -webkit-box-flex: 2;
    flex-grow: 2
}

.date-picker .sel-month {
    -webkit-box-flex: 2 !important;
    flex-grow: 2 !important
}

.date-picker.disabled {
    color: #e4e4e4 !important;
    pointer-events: none !important
}

.donut {
    border-radius: 50%;
    display: block;
    position: relative
}

.donut>svg {
    height: 100%;
    width: 100%
}

.double-select-box {
    display: -webkit-box;
    display: flex
}

.double-select-box select {
    display: none
}

.double-select-box .controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0 10px
}

.double-select-box .controls button {
    display: -webkit-box;
    display: flex;
    flex-basis: 100%;
    font-size: 1.4em;
    margin: 1px 0;
    width: 100%
}

.double-select-box ul {
    -webkit-box-flex: 1;
    border: 1px solid var(--border-color);
    display: block;
    flex: 1 1 100%;
    margin: 0;
    overflow-y: auto;
    position: relative
}

.double-select-box ul li {
    cursor: default;
    display: block;
    font-size: 16px;
    padding: 4px 10px;
    position: relative;
    -webkit-user-select: none;
    user-select: none
}

.double-select-box ul li.active {
    background-color: #0ca9f2 !important;
    color: #fff !important
}

.double-select-box ul li:hover {
    background-color: rgba(29, 29, 29, .1)
}

.dragged-item {
    opacity: .3
}

.drag-item-marker {
    background-color: initial;
    border-top: 4px solid #fff;
    cursor: move;
    height: 20px;
    left: 4px;
    position: absolute;
    top: 8px;
    width: 24px
}

.drag-item-marker:after,
.drag-item-marker:before {
    background-color: #fff;
    content: "";
    height: 4px;
    position: absolute;
    width: 100%
}

.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:after,
.drag-marker-dark:before {
    background-color: #1d1d1d
}

.dragged-item-avatar {
    background-color: #00aff0;
    -webkit-box-shadow: inset -1px 0 10px -4px #0366d6;
    box-shadow: inset -1px 0 10px -4px #0366d6;
    cursor: move;
    display: block;
    opacity: .3;
    position: absolute;
    z-index: 500
}

.draggable {
    -webkit-animation: drag-flush 1s ease infinite;
    animation: drag-flush 1s ease infinite
}

@-webkit-keyframes drag-flush {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(31, 177, 248, .45);
        box-shadow: 0 0 0 0 rgba(31, 177, 248, .45)
    }

    50% {
        -webkit-box-shadow: 0 0 0 .25rem rgba(31, 177, 248, .45);
        box-shadow: 0 0 0 .25rem rgba(31, 177, 248, .45)
    }

    to {
        -webkit-box-shadow: 0 0 0 0 rgba(31, 177, 248, .45);
        box-shadow: 0 0 0 0 rgba(31, 177, 248, .45)
    }
}

@keyframes drag-flush {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(31, 177, 248, .45);
        box-shadow: 0 0 0 0 rgba(31, 177, 248, .45)
    }

    50% {
        -webkit-box-shadow: 0 0 0 .25rem rgba(31, 177, 248, .45);
        box-shadow: 0 0 0 .25rem rgba(31, 177, 248, .45)
    }

    to {
        -webkit-box-shadow: 0 0 0 0 rgba(31, 177, 248, .45);
        box-shadow: 0 0 0 0 rgba(31, 177, 248, .45)
    }
}

.dropdown-toggle {
    cursor: pointer;
    padding-right: 1.5rem !important;
    position: relative;
    -webkit-user-select: none;
    user-select: none
}

.dropdown-toggle:before {
    background-color: initial;
    border-bottom: 1px solid #1d1d1d;
    border-left: 1px solid #1d1d1d;
    border-right-color: #1d1d1d;
    border-top-color: #1d1d1d;
    color: transparent;
    content: "";
    display: block;
    font-size: 0;
    height: .3125rem;
    left: 100%;
    margin-left: -1rem;
    margin-top: -.1625rem;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center 1px;
    transform-origin: center center 1px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    vertical-align: middle;
    width: .3125rem;
    z-index: 2
}

.dropdown-toggle.drop-marker-light:before,
.dropdown-toggle.marker-light:before {
    border-color: #fff
}

.dropdown-toggle.no-marker:before {
    display: none
}

.dropdown-toggle.active-container:before,
.dropdown-toggle.active-toggle:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.dropdown-toggle.marker-center:before {
    left: 50%;
    margin-left: 0;
    margin-top: 0;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg)
}

.dropdown-toggle.marker-center.active-container:before,
.dropdown-toggle.marker-center.active-toggle:before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
    transform: translateX(-50%) translateY(-50%) rotate(135deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.drop-left {
    right: 100% !important;
    top: 0 !important
}

.drop-right {
    left: 100% !important;
    top: 0 !important
}

.drop-up,
.drop-up-left {
    bottom: 100% !important;
    top: auto !important
}

.drop-up-left {
    left: 0
}

.drop-up-right {
    bottom: 100% !important;
    right: 0 !important;
    top: auto !important
}

.drop-down,
.drop-down-left {
    bottom: auto !important;
    top: 100% !important
}

.drop-down-left {
    left: 0 !important
}

.drop-down-right {
    bottom: auto !important;
    right: 0 !important;
    top: 100% !important
}

.dropdown-button {
    display: inline-block;
    height: 36px;
    line-height: 1;
    position: relative;
    width: auto
}

.drop-zone input,
.file input,
.file-button input {
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 1px
}

.file {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 0
}

.file .button {
    border: none
}

.file .button>* {
    height: 24px;
    max-width: 24px
}

.file .caption {
    display: block;
    line-height: 35px;
    overflow: hidden;
    padding: 0 .5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.file.disabled .button {
    background-color: #f8f8f8;
    color: #dfdfdf
}

.file .prepend {
    -webkit-box-ordinal-group: 2;
    order: 1
}

.file .append {
    -webkit-box-ordinal-group: 5;
    order: 4
}

.file .caption {
    -webkit-box-ordinal-group: 3;
    order: 2
}

.file .button {
    -webkit-box-ordinal-group: 4;
    height: 34px;
    margin-left: auto;
    order: 3
}

.drop-zone {
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    background-color: #f8f8f8;
    display: -webkit-box;
    display: flex;
    flex-flow: column;
    height: auto;
    justify-content: center;
    outline: 4px dashed #989898;
    outline-offset: -12px;
    padding: 40px 0;
    width: 100%
}

.drop-zone .icon {
    display: block;
    height: 64px;
    width: 64px
}

.drop-zone .caption {
    font-size: 14px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.drop-zone.focused,
.drop-zone:hover {
    outline-color: #7e7e7e
}

.drop-zone.drop-on {
    outline-color: #00b300
}

.file-button {
    text-align: center
}

.file.rtl .append,
.file[dir=rtl] .append {
    -webkit-box-ordinal-group: 2;
    order: 1
}

.file.rtl .prepend,
.file[dir=rtl] .prepend {
    -webkit-box-ordinal-group: 5;
    order: 4
}

.file.rtl .caption,
.file[dir=rtl] .caption {
    -webkit-box-ordinal-group: 4;
    order: 3;
    text-align: right
}

.file.rtl .button,
.file[dir=rtl] .button {
    -webkit-box-ordinal-group: 3;
    margin-left: 0;
    margin-right: auto;
    order: 2
}

.flip-card .back,
.flip-card .front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
    width: 100%
}

.flip-card .front {
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg)
}

.flip-card .back {
    -webkit-transform: perspective(600px) rotateY(180deg);
    transform: perspective(600px) rotateY(180deg)
}

.flip-card.flip-horizontal .front {
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg)
}

.flip-card.flip-horizontal .back {
    -webkit-transform: perspective(600px) rotateX(180deg);
    transform: perspective(600px) rotateX(180deg)
}

.flip-card.effect-on-active.active>.front,
.flip-card.effect-on-hover:hover>.front {
    -webkit-transform: perspective(600px) rotateY(-180deg);
    transform: perspective(600px) rotateY(-180deg)
}

.flip-card.effect-on-active.active>.back,
.flip-card.effect-on-hover:hover>.back {
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg)
}

.flip-card.effect-on-active.active.flip-horizontal>.front,
.flip-card.effect-on-hover:hover.flip-horizontal>.front {
    -webkit-transform: perspective(600px) rotateX(-180deg);
    transform: perspective(600px) rotateX(-180deg)
}

.flip-card.effect-on-active.active.flip-horizontal>.back,
.flip-card.effect-on-hover:hover.flip-horizontal>.back {
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg)
}

.form-actions,
form {
    display: block;
    position: relative
}

.form-actions {
    margin: 10px 0
}

.form-group {
    display: block;
    position: relative
}

.form-group+.form-group {
    margin-top: 1rem
}

.inline-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    align-items: center;
    display: -webkit-box;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start
}

.inline-form .file,
.inline-form .input,
.inline-form .select,
.inline-form .spinner,
.inline-form .tag-input,
.inline-form .textarea,
.inline-form input[type=datetime-local],
.inline-form input[type=email],
.inline-form input[type=file],
.inline-form input[type=month],
.inline-form input[type=number],
.inline-form input[type=password],
.inline-form input[type=search],
.inline-form input[type=tel],
.inline-form input[type=text],
.inline-form input[type=time],
.inline-form input[type=url],
.inline-form input[type=week],
.inline-form select,
.inline-form textarea {
    margin-left: .5rem;
    margin-right: .5rem;
    width: auto
}

.inline-form .form-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    align-items: center;
    display: -webkit-box;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start
}

.form-group.disabled,
.form-group:disabled,
fieldset.disabled,
fieldset:disabled,
form.disabled,
form:disabled {
    pointer-events: none
}

:root {
    --grid-gutter: 16px
}

.grid {
    -webkit-box-orient: vertical;
    flex-flow: column
}

.grid,
.row {
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex
}

.row {
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    flex-flow: row wrap;
    gap: var(--grid-gutter);
    justify-content: flex-start;
    margin-right: calc(var(--grid-gutter)*-1)
}

.row+.row {
    margin-top: var(--grid-gutter)
}

[class^=cell-],
[class^=col-] {
    -webkit-box-flex: 0;
    display: block;
    flex: 0 0 100%;
    max-width: calc(100% - var(--grid-gutter));
    min-height: 1px;
    padding: 0;
    position: relative
}

.cell-auto,
.col-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    max-width: none;
    width: auto
}

.cell-0,
.col-0 {
    -webkit-box-flex: 0;
    flex: 0 0 calc(0% - var(--grid-gutter));
    max-width: calc(0% - var(--grid-gutter))
}

.offset-0 {
    margin-left: 0
}

.cell-1,
.col-1 {
    -webkit-box-flex: 0;
    flex: 0 0 calc(8.33334% - var(--grid-gutter));
    max-width: calc(8.33334% - var(--grid-gutter))
}

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

.cell-2,
.col-2 {
    -webkit-box-flex: 0;
    flex: 0 0 calc(16.66667% - var(--grid-gutter));
    max-width: calc(16.66667% - var(--grid-gutter))
}

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

.cell-3,
.col-3 {
    -webkit-box-flex: 0;
    flex: 0 0 calc(25.00001% - var(--grid-gutter));
    max-width: calc(25.00001% - var(--grid-gutter))
}

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

.cell-4,
.col-4 {
    -webkit-box-flex: 0;
    flex: 0 0 calc(33.33334% - var(--grid-gutter));
    max-width: calc(33.33334% - var(--grid-gutter))
}

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

.cell-5,
.col-5 {
    -webkit-box-flex: 0;
    flex: 0 0 calc(41.66668% - var(--grid-gutter));
    max-width: calc(41.66668% - var(--grid-gutter))
}

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

.cell-6,
.col-6 {
    -webkit-box-flex: 0;
    flex: 0 0 calc(50.00001% - var(--grid-gutter));
    max-width: calc(50.00001% - var(--grid-gutter))
}

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

.cell-7,
.col-7 {
    -webkit-box-flex: 0;
    flex: 0 0 calc(58.33335% - var(--grid-gutter));
    max-width: calc(58.33335% - var(--grid-gutter))
}

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

.cell-8,
.col-8 {
    -webkit-box-flex: 0;
    flex: 0 0 calc(66.66668% - var(--grid-gutter));
    max-width: calc(66.66668% - var(--grid-gutter))
}

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

.cell-9,
.col-9 {
    -webkit-box-flex: 0;
    flex: 0 0 calc(75.00002% - var(--grid-gutter));
    max-width: calc(75.00002% - var(--grid-gutter))
}

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

.cell-10,
.col-10 {
    -webkit-box-flex: 0;
    flex: 0 0 calc(83.33335% - var(--grid-gutter));
    max-width: calc(83.33335% - var(--grid-gutter))
}

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

.cell-11,
.col-11 {
    -webkit-box-flex: 0;
    flex: 0 0 calc(91.66669% - var(--grid-gutter));
    max-width: calc(91.66669% - var(--grid-gutter))
}

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

.cell-12,
.col-12 {
    -webkit-box-flex: 0;
    flex: 0 0 calc(100.00002% - var(--grid-gutter));
    max-width: calc(100.00002% - var(--grid-gutter))
}

.offset-12 {
    margin-left: 100.00002%
}

.no-gap {
    --grid-gutter: 0px
}

@media screen and (min-width:0) {

    .cell-fs-half,
    .col-fs-half {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .cell-fs-one-third,
    .cell-fs-third,
    .col-fs-one-third,
    .col-fs-third {
        -webkit-box-flex: 0;
        flex: 0 0 calc(33.33333% - var(--grid-gutter));
        max-width: calc(33.33333% - var(--grid-gutter))
    }

    .cell-fs-two-third,
    .col-fs-two-third {
        -webkit-box-flex: 0;
        flex: 0 0 calc(66.66667% - var(--grid-gutter));
        max-width: calc(66.66667% - var(--grid-gutter))
    }

    .cell-fs-one-fifth,
    .col-fs-one-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(20% - var(--grid-gutter));
        max-width: calc(20% - var(--grid-gutter))
    }

    .cell-fs-two-fifth,
    .col-fs-two-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(40% - var(--grid-gutter));
        max-width: calc(40% - var(--grid-gutter))
    }

    .cell-fs-three-fifth,
    .col-fs-three-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(60% - var(--grid-gutter));
        max-width: calc(60% - var(--grid-gutter))
    }

    .cell-fs-four-fifth,
    .col-fs-four-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(80% - var(--grid-gutter));
        max-width: calc(80% - var(--grid-gutter))
    }

    .cell-fs,
    .col-fs {
        -webkit-box-flex: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .cell-fs-auto,
    .col-fs-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        max-width: none
    }

    .cell-fs-1,
    .col-fs-1 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(8.33334% - var(--grid-gutter));
        max-width: calc(8.33334% - var(--grid-gutter))
    }

    .offset-fs-1 {
        margin-left: 8.33334%
    }

    .cell-fs-2,
    .col-fs-2 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(16.66667% - var(--grid-gutter));
        max-width: calc(16.66667% - var(--grid-gutter))
    }

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

    .cell-fs-3,
    .col-fs-3 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(25.00001% - var(--grid-gutter));
        max-width: calc(25.00001% - var(--grid-gutter))
    }

    .offset-fs-3 {
        margin-left: 25.00001%
    }

    .cell-fs-4,
    .col-fs-4 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(33.33334% - var(--grid-gutter));
        max-width: calc(33.33334% - var(--grid-gutter))
    }

    .offset-fs-4 {
        margin-left: 33.33334%
    }

    .cell-fs-5,
    .col-fs-5 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(41.66668% - var(--grid-gutter));
        max-width: calc(41.66668% - var(--grid-gutter))
    }

    .offset-fs-5 {
        margin-left: 41.66668%
    }

    .cell-fs-6,
    .col-fs-6 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(50.00001% - var(--grid-gutter));
        max-width: calc(50.00001% - var(--grid-gutter))
    }

    .offset-fs-6 {
        margin-left: 50.00001%
    }

    .cell-fs-7,
    .col-fs-7 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(58.33335% - var(--grid-gutter));
        max-width: calc(58.33335% - var(--grid-gutter))
    }

    .offset-fs-7 {
        margin-left: 58.33335%
    }

    .cell-fs-8,
    .col-fs-8 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(66.66668% - var(--grid-gutter));
        max-width: calc(66.66668% - var(--grid-gutter))
    }

    .offset-fs-8 {
        margin-left: 66.66668%
    }

    .cell-fs-9,
    .col-fs-9 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(75.00002% - var(--grid-gutter));
        max-width: calc(75.00002% - var(--grid-gutter))
    }

    .offset-fs-9 {
        margin-left: 75.00002%
    }

    .cell-fs-10,
    .col-fs-10 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(83.33335% - var(--grid-gutter));
        max-width: calc(83.33335% - var(--grid-gutter))
    }

    .offset-fs-10 {
        margin-left: 83.33335%
    }

    .cell-fs-11,
    .col-fs-11 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(91.66669% - var(--grid-gutter));
        max-width: calc(91.66669% - var(--grid-gutter))
    }

    .offset-fs-11 {
        margin-left: 91.66669%
    }

    .cell-fs-12,
    .col-fs-12 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(100.00002% - var(--grid-gutter));
        max-width: calc(100.00002% - var(--grid-gutter))
    }

    .offset-fs-12 {
        margin-left: 100.00002%
    }
}

@media screen and (min-width:360px) {

    .cell-xs-half,
    .col-xs-half {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .cell-xs-one-third,
    .cell-xs-third,
    .col-xs-one-third,
    .col-xs-third {
        -webkit-box-flex: 0;
        flex: 0 0 calc(33.33333% - var(--grid-gutter));
        max-width: calc(33.33333% - var(--grid-gutter))
    }

    .cell-xs-two-third,
    .col-xs-two-third {
        -webkit-box-flex: 0;
        flex: 0 0 calc(66.66667% - var(--grid-gutter));
        max-width: calc(66.66667% - var(--grid-gutter))
    }

    .cell-xs-one-fifth,
    .col-xs-one-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(20% - var(--grid-gutter));
        max-width: calc(20% - var(--grid-gutter))
    }

    .cell-xs-two-fifth,
    .col-xs-two-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(40% - var(--grid-gutter));
        max-width: calc(40% - var(--grid-gutter))
    }

    .cell-xs-three-fifth,
    .col-xs-three-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(60% - var(--grid-gutter));
        max-width: calc(60% - var(--grid-gutter))
    }

    .cell-xs-four-fifth,
    .col-xs-four-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(80% - var(--grid-gutter));
        max-width: calc(80% - var(--grid-gutter))
    }

    .cell-xs,
    .col-xs {
        -webkit-box-flex: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .cell-xs-auto,
    .col-xs-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        max-width: none
    }

    .cell-xs-1,
    .col-xs-1 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(8.33334% - var(--grid-gutter));
        max-width: calc(8.33334% - var(--grid-gutter))
    }

    .offset-xs-1 {
        margin-left: 8.33334%
    }

    .cell-xs-2,
    .col-xs-2 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(16.66667% - var(--grid-gutter));
        max-width: calc(16.66667% - var(--grid-gutter))
    }

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

    .cell-xs-3,
    .col-xs-3 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(25.00001% - var(--grid-gutter));
        max-width: calc(25.00001% - var(--grid-gutter))
    }

    .offset-xs-3 {
        margin-left: 25.00001%
    }

    .cell-xs-4,
    .col-xs-4 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(33.33334% - var(--grid-gutter));
        max-width: calc(33.33334% - var(--grid-gutter))
    }

    .offset-xs-4 {
        margin-left: 33.33334%
    }

    .cell-xs-5,
    .col-xs-5 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(41.66668% - var(--grid-gutter));
        max-width: calc(41.66668% - var(--grid-gutter))
    }

    .offset-xs-5 {
        margin-left: 41.66668%
    }

    .cell-xs-6,
    .col-xs-6 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(50.00001% - var(--grid-gutter));
        max-width: calc(50.00001% - var(--grid-gutter))
    }

    .offset-xs-6 {
        margin-left: 50.00001%
    }

    .cell-xs-7,
    .col-xs-7 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(58.33335% - var(--grid-gutter));
        max-width: calc(58.33335% - var(--grid-gutter))
    }

    .offset-xs-7 {
        margin-left: 58.33335%
    }

    .cell-xs-8,
    .col-xs-8 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(66.66668% - var(--grid-gutter));
        max-width: calc(66.66668% - var(--grid-gutter))
    }

    .offset-xs-8 {
        margin-left: 66.66668%
    }

    .cell-xs-9,
    .col-xs-9 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(75.00002% - var(--grid-gutter));
        max-width: calc(75.00002% - var(--grid-gutter))
    }

    .offset-xs-9 {
        margin-left: 75.00002%
    }

    .cell-xs-10,
    .col-xs-10 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(83.33335% - var(--grid-gutter));
        max-width: calc(83.33335% - var(--grid-gutter))
    }

    .offset-xs-10 {
        margin-left: 83.33335%
    }

    .cell-xs-11,
    .col-xs-11 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(91.66669% - var(--grid-gutter));
        max-width: calc(91.66669% - var(--grid-gutter))
    }

    .offset-xs-11 {
        margin-left: 91.66669%
    }

    .cell-xs-12,
    .col-xs-12 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(100.00002% - var(--grid-gutter));
        max-width: calc(100.00002% - var(--grid-gutter))
    }

    .offset-xs-12 {
        margin-left: 100.00002%
    }
}

@media screen and (min-width:576px) {

    .cell-sm-half,
    .col-sm-half {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .cell-sm-one-third,
    .cell-sm-third,
    .col-sm-one-third,
    .col-sm-third {
        -webkit-box-flex: 0;
        flex: 0 0 calc(33.33333% - var(--grid-gutter));
        max-width: calc(33.33333% - var(--grid-gutter))
    }

    .cell-sm-two-third,
    .col-sm-two-third {
        -webkit-box-flex: 0;
        flex: 0 0 calc(66.66667% - var(--grid-gutter));
        max-width: calc(66.66667% - var(--grid-gutter))
    }

    .cell-sm-one-fifth,
    .col-sm-one-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(20% - var(--grid-gutter));
        max-width: calc(20% - var(--grid-gutter))
    }

    .cell-sm-two-fifth,
    .col-sm-two-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(40% - var(--grid-gutter));
        max-width: calc(40% - var(--grid-gutter))
    }

    .cell-sm-three-fifth,
    .col-sm-three-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(60% - var(--grid-gutter));
        max-width: calc(60% - var(--grid-gutter))
    }

    .cell-sm-four-fifth,
    .col-sm-four-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(80% - var(--grid-gutter));
        max-width: calc(80% - var(--grid-gutter))
    }

    .cell-sm,
    .col-sm {
        -webkit-box-flex: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .cell-sm-auto,
    .col-sm-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        max-width: none
    }

    .cell-sm-1,
    .col-sm-1 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(8.33334% - var(--grid-gutter));
        max-width: calc(8.33334% - var(--grid-gutter))
    }

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

    .cell-sm-2,
    .col-sm-2 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(16.66667% - var(--grid-gutter));
        max-width: calc(16.66667% - var(--grid-gutter))
    }

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

    .cell-sm-3,
    .col-sm-3 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(25.00001% - var(--grid-gutter));
        max-width: calc(25.00001% - var(--grid-gutter))
    }

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

    .cell-sm-4,
    .col-sm-4 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(33.33334% - var(--grid-gutter));
        max-width: calc(33.33334% - var(--grid-gutter))
    }

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

    .cell-sm-5,
    .col-sm-5 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(41.66668% - var(--grid-gutter));
        max-width: calc(41.66668% - var(--grid-gutter))
    }

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

    .cell-sm-6,
    .col-sm-6 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(50.00001% - var(--grid-gutter));
        max-width: calc(50.00001% - var(--grid-gutter))
    }

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

    .cell-sm-7,
    .col-sm-7 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(58.33335% - var(--grid-gutter));
        max-width: calc(58.33335% - var(--grid-gutter))
    }

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

    .cell-sm-8,
    .col-sm-8 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(66.66668% - var(--grid-gutter));
        max-width: calc(66.66668% - var(--grid-gutter))
    }

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

    .cell-sm-9,
    .col-sm-9 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(75.00002% - var(--grid-gutter));
        max-width: calc(75.00002% - var(--grid-gutter))
    }

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

    .cell-sm-10,
    .col-sm-10 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(83.33335% - var(--grid-gutter));
        max-width: calc(83.33335% - var(--grid-gutter))
    }

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

    .cell-sm-11,
    .col-sm-11 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(91.66669% - var(--grid-gutter));
        max-width: calc(91.66669% - var(--grid-gutter))
    }

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

    .cell-sm-12,
    .col-sm-12 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(100.00002% - var(--grid-gutter));
        max-width: calc(100.00002% - var(--grid-gutter))
    }

    .offset-sm-12 {
        margin-left: 100.00002%
    }
}

@media screen and (min-width:640px) {

    .cell-ld-half,
    .col-ld-half {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .cell-ld-one-third,
    .cell-ld-third,
    .col-ld-one-third,
    .col-ld-third {
        -webkit-box-flex: 0;
        flex: 0 0 calc(33.33333% - var(--grid-gutter));
        max-width: calc(33.33333% - var(--grid-gutter))
    }

    .cell-ld-two-third,
    .col-ld-two-third {
        -webkit-box-flex: 0;
        flex: 0 0 calc(66.66667% - var(--grid-gutter));
        max-width: calc(66.66667% - var(--grid-gutter))
    }

    .cell-ld-one-fifth,
    .col-ld-one-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(20% - var(--grid-gutter));
        max-width: calc(20% - var(--grid-gutter))
    }

    .cell-ld-two-fifth,
    .col-ld-two-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(40% - var(--grid-gutter));
        max-width: calc(40% - var(--grid-gutter))
    }

    .cell-ld-three-fifth,
    .col-ld-three-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(60% - var(--grid-gutter));
        max-width: calc(60% - var(--grid-gutter))
    }

    .cell-ld-four-fifth,
    .col-ld-four-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(80% - var(--grid-gutter));
        max-width: calc(80% - var(--grid-gutter))
    }

    .cell-ld,
    .col-ld {
        -webkit-box-flex: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .cell-ld-auto,
    .col-ld-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        max-width: none
    }

    .cell-ld-1,
    .col-ld-1 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(8.33334% - var(--grid-gutter));
        max-width: calc(8.33334% - var(--grid-gutter))
    }

    .offset-ld-1 {
        margin-left: 8.33334%
    }

    .cell-ld-2,
    .col-ld-2 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(16.66667% - var(--grid-gutter));
        max-width: calc(16.66667% - var(--grid-gutter))
    }

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

    .cell-ld-3,
    .col-ld-3 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(25.00001% - var(--grid-gutter));
        max-width: calc(25.00001% - var(--grid-gutter))
    }

    .offset-ld-3 {
        margin-left: 25.00001%
    }

    .cell-ld-4,
    .col-ld-4 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(33.33334% - var(--grid-gutter));
        max-width: calc(33.33334% - var(--grid-gutter))
    }

    .offset-ld-4 {
        margin-left: 33.33334%
    }

    .cell-ld-5,
    .col-ld-5 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(41.66668% - var(--grid-gutter));
        max-width: calc(41.66668% - var(--grid-gutter))
    }

    .offset-ld-5 {
        margin-left: 41.66668%
    }

    .cell-ld-6,
    .col-ld-6 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(50.00001% - var(--grid-gutter));
        max-width: calc(50.00001% - var(--grid-gutter))
    }

    .offset-ld-6 {
        margin-left: 50.00001%
    }

    .cell-ld-7,
    .col-ld-7 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(58.33335% - var(--grid-gutter));
        max-width: calc(58.33335% - var(--grid-gutter))
    }

    .offset-ld-7 {
        margin-left: 58.33335%
    }

    .cell-ld-8,
    .col-ld-8 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(66.66668% - var(--grid-gutter));
        max-width: calc(66.66668% - var(--grid-gutter))
    }

    .offset-ld-8 {
        margin-left: 66.66668%
    }

    .cell-ld-9,
    .col-ld-9 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(75.00002% - var(--grid-gutter));
        max-width: calc(75.00002% - var(--grid-gutter))
    }

    .offset-ld-9 {
        margin-left: 75.00002%
    }

    .cell-ld-10,
    .col-ld-10 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(83.33335% - var(--grid-gutter));
        max-width: calc(83.33335% - var(--grid-gutter))
    }

    .offset-ld-10 {
        margin-left: 83.33335%
    }

    .cell-ld-11,
    .col-ld-11 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(91.66669% - var(--grid-gutter));
        max-width: calc(91.66669% - var(--grid-gutter))
    }

    .offset-ld-11 {
        margin-left: 91.66669%
    }

    .cell-ld-12,
    .col-ld-12 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(100.00002% - var(--grid-gutter));
        max-width: calc(100.00002% - var(--grid-gutter))
    }

    .offset-ld-12 {
        margin-left: 100.00002%
    }
}

@media screen and (min-width:768px) {

    .cell-md-half,
    .col-md-half {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .cell-md-one-third,
    .cell-md-third,
    .col-md-one-third,
    .col-md-third {
        -webkit-box-flex: 0;
        flex: 0 0 calc(33.33333% - var(--grid-gutter));
        max-width: calc(33.33333% - var(--grid-gutter))
    }

    .cell-md-two-third,
    .col-md-two-third {
        -webkit-box-flex: 0;
        flex: 0 0 calc(66.66667% - var(--grid-gutter));
        max-width: calc(66.66667% - var(--grid-gutter))
    }

    .cell-md-one-fifth,
    .col-md-one-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(20% - var(--grid-gutter));
        max-width: calc(20% - var(--grid-gutter))
    }

    .cell-md-two-fifth,
    .col-md-two-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(40% - var(--grid-gutter));
        max-width: calc(40% - var(--grid-gutter))
    }

    .cell-md-three-fifth,
    .col-md-three-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(60% - var(--grid-gutter));
        max-width: calc(60% - var(--grid-gutter))
    }

    .cell-md-four-fifth,
    .col-md-four-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(80% - var(--grid-gutter));
        max-width: calc(80% - var(--grid-gutter))
    }

    .cell-md,
    .col-md {
        -webkit-box-flex: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .cell-md-auto,
    .col-md-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        max-width: none
    }

    .cell-md-1,
    .col-md-1 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(8.33334% - var(--grid-gutter));
        max-width: calc(8.33334% - var(--grid-gutter))
    }

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

    .cell-md-2,
    .col-md-2 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(16.66667% - var(--grid-gutter));
        max-width: calc(16.66667% - var(--grid-gutter))
    }

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

    .cell-md-3,
    .col-md-3 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(25.00001% - var(--grid-gutter));
        max-width: calc(25.00001% - var(--grid-gutter))
    }

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

    .cell-md-4,
    .col-md-4 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(33.33334% - var(--grid-gutter));
        max-width: calc(33.33334% - var(--grid-gutter))
    }

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

    .cell-md-5,
    .col-md-5 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(41.66668% - var(--grid-gutter));
        max-width: calc(41.66668% - var(--grid-gutter))
    }

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

    .cell-md-6,
    .col-md-6 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(50.00001% - var(--grid-gutter));
        max-width: calc(50.00001% - var(--grid-gutter))
    }

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

    .cell-md-7,
    .col-md-7 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(58.33335% - var(--grid-gutter));
        max-width: calc(58.33335% - var(--grid-gutter))
    }

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

    .cell-md-8,
    .col-md-8 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(66.66668% - var(--grid-gutter));
        max-width: calc(66.66668% - var(--grid-gutter))
    }

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

    .cell-md-9,
    .col-md-9 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(75.00002% - var(--grid-gutter));
        max-width: calc(75.00002% - var(--grid-gutter))
    }

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

    .cell-md-10,
    .col-md-10 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(83.33335% - var(--grid-gutter));
        max-width: calc(83.33335% - var(--grid-gutter))
    }

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

    .cell-md-11,
    .col-md-11 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(91.66669% - var(--grid-gutter));
        max-width: calc(91.66669% - var(--grid-gutter))
    }

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

    .cell-md-12,
    .col-md-12 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(100.00002% - var(--grid-gutter));
        max-width: calc(100.00002% - var(--grid-gutter))
    }

    .offset-md-12 {
        margin-left: 100.00002%
    }
}

@media screen and (min-width:992px) {

    .cell-lg-half,
    .col-lg-half {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .cell-lg-one-third,
    .cell-lg-third,
    .col-lg-one-third,
    .col-lg-third {
        -webkit-box-flex: 0;
        flex: 0 0 calc(33.33333% - var(--grid-gutter));
        max-width: calc(33.33333% - var(--grid-gutter))
    }

    .cell-lg-two-third,
    .col-lg-two-third {
        -webkit-box-flex: 0;
        flex: 0 0 calc(66.66667% - var(--grid-gutter));
        max-width: calc(66.66667% - var(--grid-gutter))
    }

    .cell-lg-one-fifth,
    .col-lg-one-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(20% - var(--grid-gutter));
        max-width: calc(20% - var(--grid-gutter))
    }

    .cell-lg-two-fifth,
    .col-lg-two-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(40% - var(--grid-gutter));
        max-width: calc(40% - var(--grid-gutter))
    }

    .cell-lg-three-fifth,
    .col-lg-three-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(60% - var(--grid-gutter));
        max-width: calc(60% - var(--grid-gutter))
    }

    .cell-lg-four-fifth,
    .col-lg-four-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(80% - var(--grid-gutter));
        max-width: calc(80% - var(--grid-gutter))
    }

    .cell-lg,
    .col-lg {
        -webkit-box-flex: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .cell-lg-auto,
    .col-lg-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        max-width: none
    }

    .cell-lg-1,
    .col-lg-1 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(8.33334% - var(--grid-gutter));
        max-width: calc(8.33334% - var(--grid-gutter))
    }

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

    .cell-lg-2,
    .col-lg-2 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(16.66667% - var(--grid-gutter));
        max-width: calc(16.66667% - var(--grid-gutter))
    }

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

    .cell-lg-3,
    .col-lg-3 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(25.00001% - var(--grid-gutter));
        max-width: calc(25.00001% - var(--grid-gutter))
    }

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

    .cell-lg-4,
    .col-lg-4 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(33.33334% - var(--grid-gutter));
        max-width: calc(33.33334% - var(--grid-gutter))
    }

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

    .cell-lg-5,
    .col-lg-5 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(41.66668% - var(--grid-gutter));
        max-width: calc(41.66668% - var(--grid-gutter))
    }

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

    .cell-lg-6,
    .col-lg-6 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(50.00001% - var(--grid-gutter));
        max-width: calc(50.00001% - var(--grid-gutter))
    }

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

    .cell-lg-7,
    .col-lg-7 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(58.33335% - var(--grid-gutter));
        max-width: calc(58.33335% - var(--grid-gutter))
    }

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

    .cell-lg-8,
    .col-lg-8 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(66.66668% - var(--grid-gutter));
        max-width: calc(66.66668% - var(--grid-gutter))
    }

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

    .cell-lg-9,
    .col-lg-9 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(75.00002% - var(--grid-gutter));
        max-width: calc(75.00002% - var(--grid-gutter))
    }

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

    .cell-lg-10,
    .col-lg-10 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(83.33335% - var(--grid-gutter));
        max-width: calc(83.33335% - var(--grid-gutter))
    }

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

    .cell-lg-11,
    .col-lg-11 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(91.66669% - var(--grid-gutter));
        max-width: calc(91.66669% - var(--grid-gutter))
    }

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

    .cell-lg-12,
    .col-lg-12 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(100.00002% - var(--grid-gutter));
        max-width: calc(100.00002% - var(--grid-gutter))
    }

    .offset-lg-12 {
        margin-left: 100.00002%
    }
}

@media screen and (min-width:1200px) {

    .cell-xl-half,
    .col-xl-half {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .cell-xl-one-third,
    .cell-xl-third,
    .col-xl-one-third,
    .col-xl-third {
        -webkit-box-flex: 0;
        flex: 0 0 calc(33.33333% - var(--grid-gutter));
        max-width: calc(33.33333% - var(--grid-gutter))
    }

    .cell-xl-two-third,
    .col-xl-two-third {
        -webkit-box-flex: 0;
        flex: 0 0 calc(66.66667% - var(--grid-gutter));
        max-width: calc(66.66667% - var(--grid-gutter))
    }

    .cell-xl-one-fifth,
    .col-xl-one-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(20% - var(--grid-gutter));
        max-width: calc(20% - var(--grid-gutter))
    }

    .cell-xl-two-fifth,
    .col-xl-two-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(40% - var(--grid-gutter));
        max-width: calc(40% - var(--grid-gutter))
    }

    .cell-xl-three-fifth,
    .col-xl-three-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(60% - var(--grid-gutter));
        max-width: calc(60% - var(--grid-gutter))
    }

    .cell-xl-four-fifth,
    .col-xl-four-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(80% - var(--grid-gutter));
        max-width: calc(80% - var(--grid-gutter))
    }

    .cell-xl,
    .col-xl {
        -webkit-box-flex: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .cell-xl-auto,
    .col-xl-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        max-width: none
    }

    .cell-xl-1,
    .col-xl-1 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(8.33334% - var(--grid-gutter));
        max-width: calc(8.33334% - var(--grid-gutter))
    }

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

    .cell-xl-2,
    .col-xl-2 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(16.66667% - var(--grid-gutter));
        max-width: calc(16.66667% - var(--grid-gutter))
    }

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

    .cell-xl-3,
    .col-xl-3 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(25.00001% - var(--grid-gutter));
        max-width: calc(25.00001% - var(--grid-gutter))
    }

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

    .cell-xl-4,
    .col-xl-4 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(33.33334% - var(--grid-gutter));
        max-width: calc(33.33334% - var(--grid-gutter))
    }

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

    .cell-xl-5,
    .col-xl-5 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(41.66668% - var(--grid-gutter));
        max-width: calc(41.66668% - var(--grid-gutter))
    }

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

    .cell-xl-6,
    .col-xl-6 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(50.00001% - var(--grid-gutter));
        max-width: calc(50.00001% - var(--grid-gutter))
    }

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

    .cell-xl-7,
    .col-xl-7 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(58.33335% - var(--grid-gutter));
        max-width: calc(58.33335% - var(--grid-gutter))
    }

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

    .cell-xl-8,
    .col-xl-8 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(66.66668% - var(--grid-gutter));
        max-width: calc(66.66668% - var(--grid-gutter))
    }

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

    .cell-xl-9,
    .col-xl-9 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(75.00002% - var(--grid-gutter));
        max-width: calc(75.00002% - var(--grid-gutter))
    }

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

    .cell-xl-10,
    .col-xl-10 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(83.33335% - var(--grid-gutter));
        max-width: calc(83.33335% - var(--grid-gutter))
    }

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

    .cell-xl-11,
    .col-xl-11 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(91.66669% - var(--grid-gutter));
        max-width: calc(91.66669% - var(--grid-gutter))
    }

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

    .cell-xl-12,
    .col-xl-12 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(100.00002% - var(--grid-gutter));
        max-width: calc(100.00002% - var(--grid-gutter))
    }

    .offset-xl-12 {
        margin-left: 100.00002%
    }
}

@media screen and (min-width:1452px) {

    .cell-xxl-half,
    .col-xxl-half {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .cell-xxl-one-third,
    .cell-xxl-third,
    .col-xxl-one-third,
    .col-xxl-third {
        -webkit-box-flex: 0;
        flex: 0 0 calc(33.33333% - var(--grid-gutter));
        max-width: calc(33.33333% - var(--grid-gutter))
    }

    .cell-xxl-two-third,
    .col-xxl-two-third {
        -webkit-box-flex: 0;
        flex: 0 0 calc(66.66667% - var(--grid-gutter));
        max-width: calc(66.66667% - var(--grid-gutter))
    }

    .cell-xxl-one-fifth,
    .col-xxl-one-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(20% - var(--grid-gutter));
        max-width: calc(20% - var(--grid-gutter))
    }

    .cell-xxl-two-fifth,
    .col-xxl-two-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(40% - var(--grid-gutter));
        max-width: calc(40% - var(--grid-gutter))
    }

    .cell-xxl-three-fifth,
    .col-xxl-three-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(60% - var(--grid-gutter));
        max-width: calc(60% - var(--grid-gutter))
    }

    .cell-xxl-four-fifth,
    .col-xxl-four-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(80% - var(--grid-gutter));
        max-width: calc(80% - var(--grid-gutter))
    }

    .cell-xxl,
    .col-xxl {
        -webkit-box-flex: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .cell-xxl-auto,
    .col-xxl-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        max-width: none
    }

    .cell-xxl-1,
    .col-xxl-1 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(8.33334% - var(--grid-gutter));
        max-width: calc(8.33334% - var(--grid-gutter))
    }

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

    .cell-xxl-2,
    .col-xxl-2 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(16.66667% - var(--grid-gutter));
        max-width: calc(16.66667% - var(--grid-gutter))
    }

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

    .cell-xxl-3,
    .col-xxl-3 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(25.00001% - var(--grid-gutter));
        max-width: calc(25.00001% - var(--grid-gutter))
    }

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

    .cell-xxl-4,
    .col-xxl-4 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(33.33334% - var(--grid-gutter));
        max-width: calc(33.33334% - var(--grid-gutter))
    }

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

    .cell-xxl-5,
    .col-xxl-5 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(41.66668% - var(--grid-gutter));
        max-width: calc(41.66668% - var(--grid-gutter))
    }

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

    .cell-xxl-6,
    .col-xxl-6 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(50.00001% - var(--grid-gutter));
        max-width: calc(50.00001% - var(--grid-gutter))
    }

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

    .cell-xxl-7,
    .col-xxl-7 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(58.33335% - var(--grid-gutter));
        max-width: calc(58.33335% - var(--grid-gutter))
    }

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

    .cell-xxl-8,
    .col-xxl-8 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(66.66668% - var(--grid-gutter));
        max-width: calc(66.66668% - var(--grid-gutter))
    }

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

    .cell-xxl-9,
    .col-xxl-9 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(75.00002% - var(--grid-gutter));
        max-width: calc(75.00002% - var(--grid-gutter))
    }

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

    .cell-xxl-10,
    .col-xxl-10 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(83.33335% - var(--grid-gutter));
        max-width: calc(83.33335% - var(--grid-gutter))
    }

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

    .cell-xxl-11,
    .col-xxl-11 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(91.66669% - var(--grid-gutter));
        max-width: calc(91.66669% - var(--grid-gutter))
    }

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

    .cell-xxl-12,
    .col-xxl-12 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(100.00002% - var(--grid-gutter));
        max-width: calc(100.00002% - var(--grid-gutter))
    }

    .offset-xxl-12 {
        margin-left: 100.00002%
    }
}

@media screen and (min-width:2000px) {

    .cell-xxxl-half,
    .col-xxxl-half {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .cell-xxxl-one-third,
    .cell-xxxl-third,
    .col-xxxl-one-third,
    .col-xxxl-third {
        -webkit-box-flex: 0;
        flex: 0 0 calc(33.33333% - var(--grid-gutter));
        max-width: calc(33.33333% - var(--grid-gutter))
    }

    .cell-xxxl-two-third,
    .col-xxxl-two-third {
        -webkit-box-flex: 0;
        flex: 0 0 calc(66.66667% - var(--grid-gutter));
        max-width: calc(66.66667% - var(--grid-gutter))
    }

    .cell-xxxl-one-fifth,
    .col-xxxl-one-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(20% - var(--grid-gutter));
        max-width: calc(20% - var(--grid-gutter))
    }

    .cell-xxxl-two-fifth,
    .col-xxxl-two-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(40% - var(--grid-gutter));
        max-width: calc(40% - var(--grid-gutter))
    }

    .cell-xxxl-three-fifth,
    .col-xxxl-three-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(60% - var(--grid-gutter));
        max-width: calc(60% - var(--grid-gutter))
    }

    .cell-xxxl-four-fifth,
    .col-xxxl-four-fifth {
        -webkit-box-flex: 0;
        flex: 0 0 calc(80% - var(--grid-gutter));
        max-width: calc(80% - var(--grid-gutter))
    }

    .cell-xxxl,
    .col-xxxl {
        -webkit-box-flex: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .cell-xxxl-auto,
    .col-xxxl-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        max-width: none
    }

    .cell-xxxl-1,
    .col-xxxl-1 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(8.33334% - var(--grid-gutter));
        max-width: calc(8.33334% - var(--grid-gutter))
    }

    .offset-xxxl-1 {
        margin-left: 8.33334%
    }

    .cell-xxxl-2,
    .col-xxxl-2 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(16.66667% - var(--grid-gutter));
        max-width: calc(16.66667% - var(--grid-gutter))
    }

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

    .cell-xxxl-3,
    .col-xxxl-3 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(25.00001% - var(--grid-gutter));
        max-width: calc(25.00001% - var(--grid-gutter))
    }

    .offset-xxxl-3 {
        margin-left: 25.00001%
    }

    .cell-xxxl-4,
    .col-xxxl-4 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(33.33334% - var(--grid-gutter));
        max-width: calc(33.33334% - var(--grid-gutter))
    }

    .offset-xxxl-4 {
        margin-left: 33.33334%
    }

    .cell-xxxl-5,
    .col-xxxl-5 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(41.66668% - var(--grid-gutter));
        max-width: calc(41.66668% - var(--grid-gutter))
    }

    .offset-xxxl-5 {
        margin-left: 41.66668%
    }

    .cell-xxxl-6,
    .col-xxxl-6 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(50.00001% - var(--grid-gutter));
        max-width: calc(50.00001% - var(--grid-gutter))
    }

    .offset-xxxl-6 {
        margin-left: 50.00001%
    }

    .cell-xxxl-7,
    .col-xxxl-7 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(58.33335% - var(--grid-gutter));
        max-width: calc(58.33335% - var(--grid-gutter))
    }

    .offset-xxxl-7 {
        margin-left: 58.33335%
    }

    .cell-xxxl-8,
    .col-xxxl-8 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(66.66668% - var(--grid-gutter));
        max-width: calc(66.66668% - var(--grid-gutter))
    }

    .offset-xxxl-8 {
        margin-left: 66.66668%
    }

    .cell-xxxl-9,
    .col-xxxl-9 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(75.00002% - var(--grid-gutter));
        max-width: calc(75.00002% - var(--grid-gutter))
    }

    .offset-xxxl-9 {
        margin-left: 75.00002%
    }

    .cell-xxxl-10,
    .col-xxxl-10 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(83.33335% - var(--grid-gutter));
        max-width: calc(83.33335% - var(--grid-gutter))
    }

    .offset-xxxl-10 {
        margin-left: 83.33335%
    }

    .cell-xxxl-11,
    .col-xxxl-11 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(91.66669% - var(--grid-gutter));
        max-width: calc(91.66669% - var(--grid-gutter))
    }

    .offset-xxxl-11 {
        margin-left: 91.66669%
    }

    .cell-xxxl-12,
    .col-xxxl-12 {
        -webkit-box-flex: 0;
        flex: 0 0 calc(100.00002% - var(--grid-gutter));
        max-width: calc(100.00002% - var(--grid-gutter))
    }

    .offset-xxxl-12 {
        margin-left: 100.00002%
    }
}

.h-menu {
    background-color: #fff;
    color: #1d1d1d;
    display: block;
    list-style: none inside;
    margin: 0;
    padding: 0
}

.h-menu:after {
    clear: both;
    content: "";
    display: block
}

.h-menu>li,
.h-menu>li>a {
    display: block;
    position: relative
}

.h-menu>li {
    background-color: inherit;
    color: inherit;
    float: left
}

.h-menu>li:hover {
    background-color: rgba(29, 29, 29, .1)
}

.h-menu>li:hover .icon,
.h-menu>li:hover>a,
.h-menu>li>a {
    color: inherit
}

.h-menu>li>a {
    background-color: inherit;
    border: none;
    font-size: 1rem;
    font-weight: 400;
    outline: none;
    padding: .5rem 1rem;
    white-space: nowrap
}

.h-menu>li>a,
.h-menu>li>a:hover {
    text-decoration: none
}

.h-menu>li>a.dropdown-toggle {
    padding-right: 2rem !important
}

.h-menu>li>a.dropdown-toggle:before {
    margin-left: -1.25rem
}

.h-menu.no-hover>li>a {
    color: #6a6a6a;
    padding-left: .5rem;
    padding-right: .5rem
}

.h-menu.no-hover>li:hover,
.h-menu.no-hover>li>a:hover {
    background-color: initial;
    color: #1d1d1d
}

.h-menu.large>li>a {
    font-size: 2rem;
    padding: 1.125rem 1.625rem
}

.h-menu.large>li>a.dropdown-toggle {
    padding-right: 2.5rem !important
}

.h-menu.large>li>a.dropdown-toggle:before {
    height: .625rem;
    margin-left: -1.75rem;
    width: .625rem
}

.h-menu>.divider {
    display: none
}

.h-menu.mega {
    position: relative
}

.h-menu.mega>li {
    position: static
}

.h-menu.mega>li.active-container,
.h-menu.mega>li.active-container a {
    background-color: inherit
}

.h-menu.mega .mega-container {
    background-color: inherit;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(29, 29, 29, .4);
    box-shadow: 2px 2px 2px 0 rgba(29, 29, 29, .4);
    color: inherit;
    display: none;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 1000
}

.h-menu.mega .mega-container * {
    color: inherit
}

.head-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .26);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .26);
    color: #1d1d1d;
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap;
    height: 56px;
    left: 0;
    padding: 0 4px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030
}

.head-bar .app-title {
    color: inherit;
    display: inline-block;
    font-size: 20px;
    font-weight: 100;
    height: 48px;
    line-height: 48px;
    margin: 0 4px;
    vertical-align: middle
}

.head-bar .app-title:first-child {
    padding-left: 10px
}

.head-bar .header-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap;
    height: 100%
}

.head-bar .tool-button {
    background-color: inherit;
    color: inherit;
    margin: 0 4px
}

.head-bar .tool-button .icon {
    font-size: 24px;
    height: 24px;
    width: 24px
}

.head-bar.more {
    height: 112px
}

.head-bar.more .app-title {
    bottom: 22px;
    font-size: 24px;
    height: 28px;
    left: 74px;
    position: absolute
}

.head-bar .header-container .input {
    border: none;
    float: left;
    margin-left: 20px;
    width: calc(100% - 80px)
}

.head-bar .header-container .input input {
    border: none
}

.head-bar .header-container .input input,
.head-bar .header-container .input input::-webkit-input-placeholder {
    color: #fff
}

.hero {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
    position: relative
}

@media (min-width:768px) {
    .hero {
        padding: 160px 80px
    }
}

.hint {
    background-color: #fffcc0;
    color: #1d1d1d;
    display: block;
    font-size: .75rem;
    max-width: 13.75rem;
    padding: .625rem;
    position: fixed;
    z-index: 1070
}

.icon-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap;
    height: 90px
}

.icon-box .content,
.icon-box .icon {
    position: relative
}

.icon-box .icon {
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    background: rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: flex;
    flex-shrink: 0;
    height: 90px;
    justify-content: center;
    text-align: center;
    width: 90px
}

.icon-box .icon>* {
    font-size: 45px;
    height: 45px;
    line-height: 1;
    width: 45px
}

.icon-box .content {
    background-color: inherit;
    display: block;
    line-height: 1.2;
    width: 100%
}

.image-button {
    -webkit-box-align: center;
    align-items: center;
    background-color: #ebebeb;
    border: 1px solid transparent;
    color: #1d1d1d;
    cursor: pointer;
    display: -webkit-inline-box;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    height: 36px;
    outline: none;
    padding: 0 .5rem 0 0;
    position: relative;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.image-button:hover {
    background-color: rgba(29, 29, 29, .1)
}

.image-button.focus,
.image-button:active,
.image-button:focus {
    -webkit-box-shadow: 0 0 0 3px hsla(0, 0%, 89%, .45);
    box-shadow: 0 0 0 3px hsla(0, 0%, 89%, .45)
}

.image-button .icon {
    -webkit-box-ordinal-group: 2;
    background-color: rgba(69, 90, 100, .55);
    color: #fff;
    font-size: 1rem;
    height: 36px;
    line-height: 34px;
    order: 1;
    text-align: center;
    width: 36px
}

.image-button .caption {
    -webkit-box-ordinal-group: 3;
    color: inherit;
    font-weight: 400;
    line-height: 1.2;
    margin-left: .5rem;
    order: 2;
    text-align: left
}

.image-button .caption small {
    display: block;
    font-size: .8rem
}

.image-button.icon-right {
    padding: 0 0 0 .5rem
}

.image-button.icon-right .icon {
    -webkit-box-ordinal-group: 3;
    order: 2
}

.image-button.icon-right .caption {
    -webkit-box-ordinal-group: 2;
    margin-left: 0;
    margin-right: .5rem;
    order: 1
}

.image-button.focus,
.image-button:focus,
.image-button:hover {
    text-decoration: none
}

.image-button:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0 0 0 3px hsla(0, 0%, 75%, .45);
    box-shadow: 0 0 0 3px hsla(0, 0%, 75%, .45);
    outline: 0
}

.image-button.disabled,
.image-button:disabled {
    opacity: .65
}

.image-button.outline {
    background: transparent none;
    border-color: var(--border-color);
    border-width: 1px
}

.image-compare {
    display: block;
    position: relative
}

.image-compare img {
    display: none
}

.image-compare .image-container,
.image-compare .image-container-overlay {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.image-compare .image-container-overlay.image-container-overlay,
.image-compare .image-container.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 {
    background-color: #fa6800;
    border-radius: .25rem;
    cursor: ew-resize;
    height: 32px;
    opacity: .7;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 32px;
    z-index: 3
}

.image-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    flex-flow: row wrap
}

.image-grid__item {
    display: block;
    overflow: hidden
}

.image-grid__item-landscape {
    height: 180px;
    width: 320px
}

.image-grid__item-portrait {
    height: 180px;
    width: 160px
}

.image-grid__item img {
    display: block;
    height: 100%;
    width: 100%
}

.image-grid.half-size .image-grid__item-landscape {
    height: 90px;
    width: 160px
}

.image-grid.half-size .image-grid__item-portrait {
    height: 90px;
    width: 80px
}

.image-magnifier {
    cursor: none;
    display: block;
    height: auto;
    position: relative
}

.image-magnifier img {
    height: auto;
    max-height: 100%;
    vertical-align: middle;
    width: 100%
}

.image-magnifier .image-magnifier-glass {
    border: 4px solid hsla(0, 0%, 100%, .7);
    border-radius: 0;
    cursor: none;
    height: 100px;
    overflow: hidden;
    position: absolute;
    width: 100px;
    z-index: 2
}

.info-box {
    background-color: #fff;
    border: 1px solid var(--border-color);
    color: #1d1d1d;
    display: block;
    max-height: calc(100vh - 100px);
    max-width: calc(100vw - 100px);
    position: fixed;
    z-index: 1050
}

.info-box .closer {
    background-color: inherit;
    color: inherit;
    display: block;
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 100
}

.info-box .closer:before {
    content: "\00d7";
    display: block;
    font-size: 24px;
    margin-top: -4px
}

.info-box .info-box-content {
    padding: 20px;
    z-index: 0
}

.info-box.primary {
    background-color: #0366d6;
    border-color: #0366d6;
    color: #fff
}

.info-box.secondary {
    background-color: #607d8b;
    border-color: #607d8b;
    color: #fff
}

.info-box.success {
    background-color: #60a917;
    border-color: #60a917;
    color: #fff
}

.info-box.alert {
    background-color: #ce352c;
    border-color: #ce352c;
    color: #fff
}

.info-box.warning {
    background-color: #ff9447;
    border-color: #ff9447;
    color: #fff
}

.info-box.yellow {
    background-color: #ffe484;
    border-color: #ffe484;
    color: #fff
}

.info-box.info {
    background-color: #69cbfa;
    border-color: #69cbfa;
    color: #fff
}

.info-box.dark {
    background-color: #505050;
    border-color: #505050;
    color: #fff
}

.info-box.light {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    color: #fff
}

.info-box.light,
.info-box.yellow {
    color: #1d1d1d
}

.info-button {
    -webkit-box-align: center;
    align-items: center;
    background-color: #ebebeb;
    border: 1px solid var(--border-color);
    display: inline-block;
    height: 36px;
    line-height: 1;
    overflow: hidden;
    position: relative;
    width: auto
}

.info-button:after {
    clear: both;
    content: "";
    display: block
}

.info-button .button {
    background-color: #ebebeb;
    border: 1px solid transparent;
    color: #1d1d1d;
    cursor: pointer;
    font-size: .875rem;
    font-weight: 400;
    height: 36px;
    line-height: 34px;
    outline: none;
    padding: 0 .75rem;
    position: relative;
    text-align: center;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.info-button .button,
.info-button .info {
    border-right: none;
    display: block;
    float: left;
    height: 100%;
    line-height: 32px;
    position: relative
}

.info-button .button:active,
.info-button .button:focus,
.info-button .info:active,
.info-button .info:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.info-button .button {
    background-color: inherit;
    color: inherit
}

.info-button .button:hover {
    background-color: rgba(29, 29, 29, .1)
}

.info-button .info {
    background-color: #fefefe;
    color: #1d1d1d;
    font-size: 12px;
    font-weight: 600;
    line-height: 34px;
    padding: 0 .625rem;
    text-decoration: none
}

.info-button .info:hover {
    color: #0056b3
}

.info-button a.info:hover {
    color: #1d1d1d
}

.info-button .button .icon {
    margin-right: 4px
}

a.info-button {
    text-decoration: none
}

.info-panel {
    background-color: #fff;
    color: #1d1d1d;
    display: block;
    text-align: center
}

.info-panel-header {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.2;
    padding: 30px;
    text-transform: uppercase;
    white-space: nowrap
}

.info-panel-content {
    padding: 20px 40px
}

.info-panel-footer {
    padding: 40px
}

.input-material {
    border: none;
    display: inline-block;
    height: 48px;
    margin: 0;
    min-width: 196px;
    position: relative;
    width: 100%
}

.input-material input {
    background-color: initial;
    border: 0;
    border-bottom: 2px solid var(--border-color);
    bottom: 8px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 16px;
    height: 28px;
    left: 0;
    outline: none;
    padding-bottom: 8px;
    padding-left: 0;
    position: absolute;
    right: 0;
    top: 16px;
    width: 100%;
    z-index: 2
}

.input-material hr {
    background-color: #bebebe;
    bottom: -4px;
    content: "";
    display: block;
    height: 3px;
    opacity: 0;
    position: absolute;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    width: 0;
    z-index: 2
}

.input-material .informer,
.input-material .label {
    color: inherit;
    display: block;
    font-size: 12px;
    position: absolute;
    z-index: 1
}

.input-material .label {
    left: 0;
    top: 16px
}

.input-material .informer,
.input-material .label {
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.input-material .informer {
    bottom: 12px;
    font-size: 12px
}

.input-material input::-webkit-input-placeholder {
    color: #bebebe;
    font-size: 1rem;
    left: 0;
    opacity: 1;
    position: absolute;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 1
}

.input-material .helper-button {
    top: 8px
}

.input-material.full-size {
    width: 100%
}

.input-material input:hover {
    border-color: var(--border-color)
}

.input-material.with-icon {
    margin-left: 32px;
    width: calc(100% - 32px)
}

.input-material.with-icon .icon {
    display: block;
    font-size: 24px;
    height: 24px;
    left: -32px;
    line-height: 1;
    margin-top: -8px;
    opacity: .2;
    position: absolute;
    top: 50%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    width: 24px
}

.input-material.with-icon .icon img {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    width: 100%
}

.input-material.with-icon.full-size {
    width: calc(100% - 32px) !important
}

.input-material hr~input:focus {
    border-bottom: 0
}

.input-material input:focus~hr {
    width: 100%
}

.input-material input:focus~.label,
.input-material input:focus~hr {
    opacity: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.input-material input:focus~.label {
    top: 0
}

.input-material input:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.input-material input:focus~.informer {
    bottom: -.75rem
}

.input-material input:focus~.icon,
.input-material input:focus~.informer {
    opacity: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.input-material.permanent-label input:not(:placeholder-shown)~.label {
    opacity: 1;
    top: 0
}

.input-material input:-webkit-autofill,
.input-material input:-webkit-autofill:active,
.input-material input:-webkit-autofill:focus,
.input-material input:-webkit-autofill:hover {
    -webkit-text-fill-color: #fff !important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

.keylock {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    align-items: center;
    cursor: pointer;
    display: -webkit-inline-box;
    display: inline-flex;
    flex-flow: row nowrap;
    height: 36px;
    justify-content: center;
    padding: 2px;
    position: relative
}

.keylock input {
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 1px
}

.keylock .icon {
    -webkit-box-ordinal-group: 2;
    display: block;
    height: 34px;
    order: 1;
    position: relative;
    width: 34px
}

.keylock .icon>* {
    font-size: 32px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 100%
}

.keylock .state-on {
    display: none
}

.keylock .state-off,
.keylock input:checked~.caption .state-on,
.keylock input:checked~.icon .state-on {
    display: block
}

.keylock input:checked~.caption .state-off,
.keylock input:checked~.icon .state-off {
    display: none
}

.keylock .caption {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    height: 34px;
    margin: 0 6px;
    white-space: nowrap
}

.keylock .caption,
.keylock.caption-left .icon {
    -webkit-box-ordinal-group: 3;
    order: 2
}

.keylock.caption-left .caption {
    -webkit-box-ordinal-group: 2;
    order: 1
}

.keypad {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    color: #1d1d1d
}

.keypad input {
    border: 0
}

.keypad .keys {
    border: none;
    color: inherit;
    display: none;
    float: left;
    left: 0;
    padding: 0;
    top: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-user-select: none;
    user-select: none;
    width: auto;
    z-index: 1000
}

.keypad .keys,
.keypad .keys:before {
    background-color: inherit;
    position: absolute
}

.keypad .keys:before {
    border-bottom: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    content: "";
    height: 10px;
    left: -5px;
    margin-top: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
    z-index: 2
}

.keypad .keys.open {
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.keypad .keys.right {
    left: 100%;
    margin-left: -1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.keypad .keys.bottom {
    margin-top: -1px;
    top: 100%
}

.keypad .keys.bottom,
.keypad .keys.bottom:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.keypad .keys.bottom:before {
    top: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.keypad .keys.top {
    left: 50%;
    margin-top: 1px;
    top: 0;
    -webkit-transform: translateY(-100%) translateX(-50%);
    transform: translateY(-100%) translateX(-50%)
}

.keypad .keys.top:before {
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.keypad .keys.left {
    left: 0;
    margin-left: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-100%);
    transform: translateY(-50%) translateX(-100%)
}

.keypad .keys.left:before {
    left: 100%;
    margin-left: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.keypad .keys.bottom-left {
    left: 0;
    margin-top: -1px;
    top: 100%
}

.keypad .keys.bottom-left:before {
    left: .625rem;
    top: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.keypad .keys.bottom-right {
    left: 100%;
    margin-top: -1px;
    top: 100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.keypad .keys.bottom-right:before {
    left: 100%;
    margin-left: -1rem;
    top: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.keypad .keys.top-left {
    left: 0;
    margin-top: 1px;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.keypad .keys.top-left:before {
    left: .625rem;
    top: 100%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.keypad .keys.top-right {
    left: 100%;
    margin-top: 1px;
    top: 0;
    -webkit-transform: translateY(-100%) translateX(-100%);
    transform: translateY(-100%) translateX(-100%)
}

.keypad .keys.top-right:before {
    left: 100%;
    margin-left: -1rem;
    top: 100%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.keypad .key {
    background-color: inherit;
    border: 1px solid var(--border-color);
    color: inherit;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1rem;
    margin: 0;
    position: relative;
    text-align: center
}

.keypad .key,
.keypad .key:hover {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.keypad .key:hover {
    -webkit-box-shadow: 0 0 0 3px hsla(0, 0%, 89%, .45);
    box-shadow: 0 0 0 3px hsla(0, 0%, 89%, .45);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 2
}

.keypad .key.service-key {
    background-color: #f8f8f8
}

.lightbox-overlay {
    background-color: rgba(0, 0, 0, .9);
    z-index: 2000
}

.lightbox,
.lightbox-overlay {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

.lightbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
    background: transparent;
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap;
    z-index: 2001
}

.lightbox__closer {
    background: hsla(0, 0%, 97%, .5);
    color: #1d1d1d;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 32px
}

.lightbox__closer * {
    font-size: 20px;
    height: 20px;
    line-height: 32px;
    width: 20px
}

.lightbox__next,
.lightbox__prev {
    -webkit-box-flex: 0;
    background: hsla(0, 0%, 97%, .5);
    border-radius: 50%;
    color: #1d1d1d;
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    height: 48px;
    left: 20px;
    margin-top: -24px;
    position: absolute;
    top: 50%;
    width: 48px
}

.lightbox__next *,
.lightbox__prev * {
    font-size: 40px;
    height: 40px;
    line-height: 48px;
    width: 40px
}

.lightbox__next {
    left: auto;
    right: 20px
}

.lightbox__closer,
.lightbox__next,
.lightbox__prev {
    cursor: pointer;
    z-index: 2
}

.lightbox__closer,
.lightbox__image,
.lightbox__next,
.lightbox__prev {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    justify-content: center
}

.lightbox__image {
    position: relative;
    width: 100%;
    z-index: 1
}

.lightbox__image-wrapper {
    display: block;
    max-height: calc(100vh - 80px);
    max-width: calc(100vw - 20px);
    width: auto
}

.lightbox__image-wrapper:before {
    color: #fff;
    content: attr(data-title);
    left: 0;
    position: absolute;
    right: 0;
    top: 100%
}

.lightbox__image-wrapper.no-title:before {
    display: none
}

.lightbox__image-wrapper img {
    display: block;
    max-height: calc(100vh - 80px);
    max-width: calc(100vw - 20px);
    width: auto
}

:root {
    --listview-item-border-radius: 4px;
    --listview-background: #fff;
    --listview-color: #191919;
    --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-item-background-hover: #2d2d32;
    --listview-item-background-active: #28282c;
    --listview-badge-background: transparent;
    --listview-badge-color: #dbdfe7
}

.listview {
    background-color: var(--listview-background);
    color: var(--listview-color);
    display: -webkit-box;
    display: flex;
    list-style: none inside;
    margin: 0;
    max-height: 100%;
    padding: 0;
    position: relative
}

.listview.view-content,
.listview.view-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column wrap
}

.listview.view-icons,
.listview.view-icons-large,
.listview.view-icons-medium,
.listview.view-tiles {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap
}

.listview.view-icons-large.vertical-layout,
.listview.view-icons-medium.vertical-layout,
.listview.view-icons.vertical-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column wrap
}

.listview .node {
    background-color: inherit;
    border: 1px solid transparent;
    border-radius: var(--listview-item-border-radius);
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    font-size: 13px;
    overflow: hidden;
    position: relative
}

.listview .node:hover {
    background-color: var(--listview-item-background-hover)
}

.listview .node>.icon {
    text-align: center
}

.listview .node>.icon img {
    height: 100%;
    max-width: 100%
}

.listview .node>.icon>* {
    vertical-align: initial
}

.listview .node .checkbox,
.listview .node .radio,
.listview .node .switch {
    height: auto
}

.listview ul {
    list-style: none inside;
    margin: 0;
    padding: 0;
    width: 100%
}

.listview .node>.data>.content,
.listview .node>.node-data,
.listview:not(.selectable) .checkbox {
    display: none
}

.listview .node>.data>.caption {
    font-size: 12px;
    line-height: 1.2
}

.listview .node-group>.data>.caption {
    font-size: 14px
}

.listview.view-list .node {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    height: 26px;
    min-width: 160px;
    padding: 0 8px
}

.listview.view-list .node,
.listview.view-list .node>.icon {
    -webkit-box-align: center;
    align-items: center;
    line-height: 26px
}

.listview.view-list .node>.icon {
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
    font-size: 18px;
    height: 20px;
    justify-content: center;
    width: 20px
}

.listview.view-list .node>.data {
    line-height: 26px;
    padding-left: 24px
}

.listview.view-list .node>.icon~.data {
    padding-left: 8px
}

.listview.view-table {
    display: table;
    padding: 0 8px;
    width: 100%
}

.listview.view-table .node {
    display: table-row;
    width: 100%
}

.listview.view-table .node>* {
    display: table-cell;
    vertical-align: middle
}

.listview.view-table .icon {
    font-size: 18px;
    height: 20px;
    line-height: 26px;
    width: 20px
}

.listview.view-table .icon>* {
    width: 100%
}

.listview.view-table>li .data>.caption {
    line-height: 26px;
    padding: 0 .5rem
}

.listview.view-table .node-data {
    display: table-cell;
    line-height: 26px;
    width: auto
}

.listview.view-table label.checkbox {
    width: 32px
}

.listview.view-content .node {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    min-height: 50px;
    padding: 10px 16px;
    width: 100%
}

.listview.view-content .node>.icon {
    font-size: 28px;
    height: 32px;
    line-height: 32px;
    width: 32px
}

.listview.view-content .node>.data {
    font-size: 16px;
    line-height: 32px;
    padding-left: 64px;
    width: 100%
}

.listview.view-content .node>.data .caption,
.listview.view-content .node>.data .content {
    display: block;
    height: 16px;
    line-height: 16px
}

.listview.view-content .node>.data .content {
    font-size: .8em
}

.listview.view-content .node>.icon~.data {
    padding-left: 16px
}

.listview.view-content .node+.node {
    border-top: 1px solid var(--border-color)
}

.listview.view-tiles .node {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    height: 56px;
    padding: 5px 16px;
    width: 250px
}

.listview.view-tiles .node>.icon {
    font-size: 42px;
    height: 46px;
    line-height: 46px;
    width: 46px
}

.listview.view-tiles .node>.data {
    font-size: 16px;
    line-height: 46px;
    padding-left: 78px
}

.listview.view-tiles .node>.icon+.data {
    padding-left: 16px
}

.listview.view-tiles .node .caption {
    font-size: 14px
}

.listview.view-icons .node,
.listview.view-icons-large .node,
.listview.view-icons-medium .node {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
    flex-flow: column nowrap;
    height: auto;
    margin: 2px;
    padding: 8px 8px 2px;
    width: 74px
}

.listview.view-icons .node>.icon,
.listview.view-icons-large .node>.icon,
.listview.view-icons-medium .node>.icon {
    font-size: 42px;
    height: 44px;
    line-height: 44px;
    width: 44px
}

.listview.view-icons .node>.data,
.listview.view-icons-large .node>.data,
.listview.view-icons-medium .node>.data {
    line-height: 1.5;
    text-align: center;
    white-space: normal
}

.listview.view-icons .node .checkbox,
.listview.view-icons-large .node .checkbox,
.listview.view-icons-medium .node .checkbox {
    left: 0;
    position: absolute;
    top: 0
}

.listview.view-icons-medium .node {
    margin: 1px;
    width: 104px
}

.listview.view-icons-medium .node>.icon {
    font-size: 70px;
    height: 74px;
    line-height: 74px;
    width: 74px
}

.listview.view-icons-large .node {
    margin: 2px;
    padding: 30px;
    width: 270px
}

.listview.view-icons-large .node>.icon {
    font-size: 140px;
    height: 162px;
    line-height: 162px;
    width: 162px
}

.listview .node.current-select {
    background-color: var(--listview-item-background-active);
    border-color: var(--border-color) !important
}

.listview .node-group {
    cursor: pointer;
    display: block;
    flex-shrink: 0;
    line-height: 24px;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    width: 100%
}

.listview .node-group>.data {
    font-size: 18px;
    line-height: 24px;
    padding-left: 24px
}

.listview .node-group .node-toggle {
    cursor: pointer;
    padding-right: 1.5rem !important;
    position: relative;
    -webkit-user-select: none;
    user-select: none
}

.listview .node-group .node-toggle:before {
    background-color: initial;
    border-bottom: 1px solid #1d1d1d;
    border-left: 1px solid #1d1d1d;
    border-right-color: #1d1d1d;
    border-top-color: #1d1d1d;
    color: transparent;
    content: "";
    display: block;
    font-size: 0;
    height: .3125rem;
    left: 100%;
    margin-left: -1rem;
    margin-top: -.1625rem;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center 1px;
    transform-origin: center center 1px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    vertical-align: middle;
    width: .3125rem;
    z-index: 2
}

.listview .node-group .node-toggle {
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px
}

.listview .node-group .node-toggle:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.listview .node-group.expanded>.node-toggle:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.listview .node-group+.listview,
.listview .node-group+.node-group {
    margin-top: .5rem
}

.listview .node .badge {
    background-color: var(--listview-badge-background);
    color: var(--listview-badge-color);
    font-size: 10px;
    margin-bottom: 4px;
    position: relative
}

.listview .node .badges {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-color: transparent;
    display: -webkit-box;
    display: flex;
    flex-flow: column;
    position: absolute;
    right: 10px;
    top: 8px
}

.marquee {
    background-color: #fff;
    display: block;
    overflow: hidden;
    position: relative
}

.marquee .marquee__item {
    color: inherit;
    display: block;
    position: absolute;
    white-space: nowrap
}

.marquee .marquee__item.moveLeftRight {
    left: calc(100% + 20px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.marquee .marquee__item.moveUpDown {
    left: 50%;
    top: calc(100% + 20px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.master {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #1d1d1d;
    display: -webkit-box;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    overflow: visible
}

.master .controls,
.master .page,
.master .pages {
    background-color: initial;
    color: inherit
}

.master .controls {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap;
    font-size: 20px;
    justify-content: space-between;
    line-height: 40px;
    margin: 20px 0
}

.master .controls .next,
.master .controls .prev,
.master .controls .title {
    display: block;
    line-height: 40px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    user-select: none
}

.master .controls .next,
.master .controls .prev {
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px
}

.master .controls .next.disabled,
.master .controls .prev.disabled {
    color: #bebebe
}

.master .controls .title {
    width: 100%
}

.master .controls .prev {
    -webkit-box-ordinal-group: 2;
    order: 1
}

.master .controls .next {
    -webkit-box-ordinal-group: 4;
    order: 3
}

.master .controls .title {
    -webkit-box-ordinal-group: 3;
    order: 2
}

.master .pages {
    border-bottom: 1px solid var(--border-color);
    border-top: 1px solid var(--border-color);
    min-width: 1rem;
    position: relative
}

.master .page,
.master .pages {
    display: block;
    height: auto;
    width: 100%
}

.master .page {
    left: 0;
    overflow: visible;
    padding: 2rem;
    position: absolute;
    top: 0
}

.master .controls-top {
    -webkit-box-ordinal-group: 2;
    order: 1
}

.master .controls-bottom {
    -webkit-box-ordinal-group: 4;
    order: 3
}

.master .pages {
    -webkit-box-ordinal-group: 3;
    order: 2
}

.more-info-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    flex-flow: row wrap;
    height: 128px
}

.more-info-box .content,
.more-info-box .icon {
    position: relative
}

.more-info-box .icon {
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-ordinal-group: 3;
    align-items: center;
    display: -webkit-box;
    display: flex;
    flex-shrink: 0;
    height: 64px;
    justify-content: center;
    margin-left: auto;
    margin-right: 16px;
    margin-top: 16px;
    order: 2;
    text-align: center;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    width: 64px
}

.more-info-box .icon>* {
    color: rgba(0, 0, 0, .15);
    font-size: 64px;
    height: 64px;
    line-height: 1;
    width: 64px
}

.more-info-box .content {
    -webkit-box-ordinal-group: 2;
    display: block;
    line-height: 1.2;
    max-width: calc(100% - 106px);
    order: 1;
    padding: 8px
}

.more-info-box .more {
    -webkit-box-ordinal-group: 4;
    background: rgba(0, 0, 0, .1);
    color: hsla(0, 0%, 100%, .8);
    display: block;
    flex-shrink: 0;
    font-size: 12px;
    margin: 0;
    order: 3;
    padding: 8px 8px 0;
    position: relative;
    text-align: right;
    text-decoration: none;
    width: 100%
}

.more-info-box .more:hover {
    background: rgba(0, 0, 0, .15);
    color: #fff
}

.more-info-box:hover .icon {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

:root {
    --navview-pane-width: 280px;
    --navview-pane-width-compact: 50px;
    --navview-item-border-radius: 4px;
    --navview-background: #fff;
    --navview-color: #191919;
    --navview-pane-background: #f6f6f6;
    --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
}

.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: #fff;
    --navview-item-background-active: #43454a;
    --navview-item-color-active: #fff;
    --navview-item-color-disabled: #43454a;
    --navview-item-marker-color: #468cff;
    --navview-dropdown-toggle-color: #fff
}

.navview {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    background-color: var(--navview-background);
    color: var(--navview-color);
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap;
    height: 100vh;
    position: relative
}

.navview-content,
.navview-pane {
    flex-shrink: 0;
    height: 100%;
    position: relative
}

.navview-pane {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: var(--navview-pane-background);
    color: var(--navview-pane-color);
    display: -webkit-box;
    display: flex;
    flex-flow: column;
    width: var(--navview-pane-width-compact)
}

.navview-pane .holder,
.navview-pane .pull-button {
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: var(--navview-item-background);
    border: 2px solid transparent;
    color: var(--navview-item-color);
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    height: 48px;
    justify-content: center;
    outline: none;
    position: relative;
    width: 48px
}

.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;
    margin: 0 12px;
    width: calc(100% - 24px) !important
}

.navview-pane .navview-menu {
    margin: 0;
    padding: 4px
}

.navview-pane li {
    display: block;
    position: relative
}

.navview-pane a {
    -webkit-box-align: center;
    -webkit-box-pack: start;
    align-items: center;
    background: var(--navview-item-background);
    border: 2px solid transparent;
    border-radius: var(--navview-item-border-radius);
    color: var(--navview-item-color);
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    font-size: 13px;
    height: 32px;
    justify-content: flex-start;
    line-height: 20px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
    white-space: nowrap
}

.navview-pane a:hover {
    text-decoration: none
}

.navview-pane a:hover,
.navview-pane a:hover>.caption {
    background-color: var(--navview-item-background-hover);
    color: var(--navview-item-color-hover)
}

.navview-pane a:hover>.caption {
    -webkit-box-align: center;
    align-items: center;
    border-bottom-right-radius: var(--navview-item-border-radius);
    border-top-right-radius: var(--navview-item-border-radius);
    display: -webkit-box;
    display: flex;
    height: 32px;
    left: 100%;
    padding: 0 10px 0 20px;
    position: absolute;
    top: -2px;
    z-index: 2
}

.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 {
    background-color: var(--navview-item-marker-color);
    border-radius: 4px;
    content: "";
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 4px;
    z-index: 1
}

.navview-pane .caption {
    margin-right: 1rem;
    white-space: nowrap
}

.navview-pane .hotkey {
    font-size: .9em;
    margin-left: auto;
    margin-right: 1rem
}

.navview-pane .icon {
    font-size: 16px;
    height: 16px;
    left: 10px;
    position: absolute;
    top: 5px;
    width: 16px
}

.navview-pane .badges {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navview-pane .badge {
    display: block;
    font-size: 10px;
    margin-right: 4px
}

.navview-pane .item-header {
    -webkit-box-align: center;
    -webkit-box-pack: start;
    align-items: center;
    background-color: initial;
    cursor: default;
    display: -webkit-box;
    display: flex;
    font-size: 10px;
    font-weight: 700;
    justify-content: flex-start;
    margin: 8px;
    text-transform: uppercase;
    white-space: nowrap
}

.navview-pane .item-header:after {
    background-color: var(--border-color);
    content: "";
    height: 1px;
    margin-left: 10px;
    width: 100%
}

.navview-pane .badges,
.navview-pane .caption,
.navview-pane .hotkey,
.navview-pane .item-header {
    display: none
}

.navview-pane .dropdown-toggle {
    padding-right: 0 !important
}

.navview-pane .dropdown-toggle:before {
    display: none
}

.navview-pane .dropdown-toggle:after {
    border-style: solid;
    bottom: auto;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 0;
    z-index: 1
}

.navview-pane .dropdown-toggle.active-toggle:after,
.navview-pane .dropdown-toggle:after {
    border-color: transparent transparent var(--navview-dropdown-toggle-color) transparent;
    border-width: 0 0 8px 8px
}

.navview-pane .dropdown-toggle.active-toggle:after {
    bottom: 0;
    top: auto;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.navview-pane ul {
    margin: 0;
    padding: 0
}

.navview-content {
    background-color: inherit;
    color: inherit;
    display: block;
    flex-shrink: 1;
    width: 100%
}

.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 .caption,
.navview.expanded .navview-menu .hotkey {
    display: -webkit-inline-box;
    display: inline-flex
}

.navview.expanded .navview-menu .caption {
    left: auto;
    padding: 0;
    position: relative;
    top: auto
}

.navview.expanded .navview-menu .item-header,
.navview.expanded .suggest-box>.input {
    display: -webkit-box;
    display: flex
}

.navview.expanded .holder {
    display: none
}

.app-bar~.navview {
    height: calc(100vh - 50px)
}

.notify-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: initial;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: fixed;
    right: 0;
    top: 0;
    width: auto;
    z-index: 1081
}

.notify-container.position-left {
    left: 0;
    right: auto
}

.notify-container.position-bottom,
.notify-container.position-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    width: 100% !important
}

.notify-container.position-bottom {
    bottom: 0;
    top: auto
}

.notify {
    background-color: #fff;
    border: 1px solid var(--border-color);
    color: #1d1d1d;
    cursor: pointer;
    display: block;
    margin: .25rem;
    padding: .5rem
}

.notify-title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: .5rem
}

.notify-message {
    font-size: .9rem;
    font-weight: 400
}

.pagination {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none inside;
    margin: 0 -.25rem 1rem;
    padding: 0;
    -webkit-user-select: none;
    user-select: none
}

.pagination .page-item {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    color: #1d1d1d;
    cursor: pointer;
    display: list-item;
    margin: .25rem;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.pagination .page-link {
    background-color: inherit;
    color: inherit;
    display: block;
    font-size: 1rem;
    line-height: 1;
    padding: .5rem .75rem;
    position: relative;
    text-decoration: none
}

.pagination .page-item.service:hover,
.pagination .page-item:hover {
    background-color: rgba(29, 29, 29, .1)
}

.pagination .page-item.no-link {
    border-color: transparent;
    cursor: default;
    pointer-events: none
}

.pagination .page-item.no-link:hover {
    background-color: #fff !important;
    border-color: transparent;
    color: #1d1d1d
}

.pagination .page-item.disabled {
    color: #e4e4e4;
    pointer-events: none
}

.pagination .page-item.active {
    background-color: #e4e4e4
}

.pagination.rounded .page-item {
    border-radius: .25rem
}

.pagination.no-gap {
    margin: 0 0 1rem
}

.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-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem
}

.pagination.no-gap.rounded .page-item:last-child {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.pagination.size-large .page-link {
    font-size: 1.25rem;
    padding: .75rem 1.5rem
}

.pagination.size-small .page-link {
    font-size: .875rem;
    padding: .25rem .5rem
}

:root {
    --panel-background: #fff;
    --panel-color: #191919;
    --panel-border-color: #e8e8e8;
    --panel-border-radius: 6px;
    --panel-dropdown-toogle-color: #191919
}

.dark-side {
    --panel-background: #2b2d30;
    --panel-color: #dbdfe7;
    --panel-border-color: #4a4d51;
    --panel-dropdown-toogle-color: #fff
}

.panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: var(--panel-background);
    border: 1px solid var(--panel-border-color);
    border-radius: var(--panel-border-radius);
    color: var(--panel-color);
    display: -webkit-box;
    display: flex;
    flex-flow: column nowrap;
    position: relative
}

.panel .dropdown-toggle:before {
    border-color: var(--panel-dropdown-toogle-color) !important
}

.panel .panel-content,
.panel .panel-title {
    position: relative
}

.panel .panel-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid var(--panel-border-color);
    cursor: default;
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap;
    font-size: 16px
}

.panel .panel-title,
.panel .panel-title .icon {
    -webkit-box-ordinal-group: 2;
    flex-shrink: 0;
    height: 2.625rem;
    line-height: 2.625rem;
    order: 1
}

.panel .panel-title .icon {
    border-right: 1px solid var(--panel-border-color);
    color: inherit;
    text-align: center;
    width: 2.625rem
}

.panel .panel-title img.icon {
    padding: .625rem
}

.panel .panel-title .caption {
    -webkit-box-ordinal-group: 3;
    color: inherit;
    order: 2;
    overflow: hidden;
    padding: 0 .8125rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.panel .panel-title .dropdown-toggle {
    -webkit-box-ordinal-group: 5;
    border-left: 1px solid var(--panel-border-color);
    flex-shrink: 0;
    height: 100%;
    order: 4;
    width: 2.625rem
}

.panel .panel-title .custom-buttons {
    -webkit-box-ordinal-group: 4;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap;
    order: 3
}

.panel .panel-title .btn-custom {
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    height: 42px;
    justify-content: center;
    position: relative;
    width: 42px
}

.panel .panel-title .btn-custom>* {
    font-size: 16px;
    height: 16px;
    line-height: 1;
    width: 16px
}

.panel .panel-title .btn-custom:active,
.panel .panel-title .btn-custom:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.panel .panel-content {
    -webkit-box-ordinal-group: 3;
    display: block;
    font-size: 14px;
    height: auto;
    order: 2;
    padding: .5rem
}

.popover {
    background-color: #fff;
    border: 1px solid var(--border-color);
    color: #1d1d1d;
    cursor: default;
    display: block;
    height: auto;
    max-width: calc(100% - 32px);
    min-width: 12.5rem;
    padding: .8125rem;
    position: fixed;
    z-index: 1060
}

.popover>* {
    max-width: 100%
}

.popover .popover-content {
    display: block;
    position: relative;
    z-index: 50
}

.popover .popover-close-button {
    font-size: 26px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100
}

.post-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap
}

.post-card .left,
.post-card .right {
    -webkit-box-flex: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    width: 50%
}

.post-card .left {
    border-right: 1px solid #f8f8f8;
    -webkit-transform: perspective(1600px) rotateY(25deg);
    transform: perspective(1600px) rotateY(25deg);
    -webkit-transform-origin: right;
    transform-origin: right
}

.post-card .right {
    border-left: 1px solid #f8f8f8;
    -webkit-transform: perspective(1600px) rotateY(-25deg);
    transform: perspective(1600px) rotateY(-25deg);
    -webkit-transform-origin: left;
    transform-origin: left
}

.post-card.effect-on-active.active>.left,
.post-card.effect-on-hover:hover>.left {
    -webkit-transform: perspective(1600px) rotateY(0);
    transform: perspective(1600px) rotateY(0)
}

.post-card.effect-on-active.active>.right,
.post-card.effect-on-hover:hover>.right {
    -webkit-transform: perspective(1600px) rotateY(-35deg);
    transform: perspective(1600px) rotateY(-35deg)
}

.post-card.effect-on-active.active.rotate-to-left>.right,
.post-card.effect-on-hover:hover.rotate-to-left>.right {
    -webkit-transform: perspective(1600px) rotateY(0);
    transform: perspective(1600px) rotateY(0)
}

.post-card.effect-on-active.active.rotate-to-left>.left,
.post-card.effect-on-hover:hover.rotate-to-left>.left {
    -webkit-transform: perspective(1600px) rotateY(35deg);
    transform: perspective(1600px) rotateY(35deg)
}

.progress {
    background-color: #eee;
    display: block;
    height: 12px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.progress.with-load {
    background: transparent
}

.progress .bar,
.progress .buffer,
.progress .load {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 3
}

.progress .load {
    -webkit-animation: progress-loading 3s linear infinite;
    animation: progress-loading 3s linear infinite;
    background: radial-gradient(#a9c0e9 0, #a9c0e9 16%, transparent 42%);
    background-size: 12px 12px;
    margin-top: -1px;
    width: 100%;
    z-index: 1
}

.progress .buffer {
    background-color: #ce352c;
    z-index: 2
}

.progress .bar {
    background: #60a917;
    z-index: 3
}

.progress.line {
    background-color: #b3d4fc;
    display: -webkit-box;
    display: flex
}

.progress.line:before {
    -webkit-animation: running-progress 2s cubic-bezier(.4, 0, .2, 1) infinite;
    animation: running-progress 2s cubic-bezier(.4, 0, .2, 1) infinite;
    background-color: #004d6f;
    content: "";
    height: 100%;
    width: 100%
}

.progress .value {
    display: block;
    float: left;
    font-size: 11px;
    margin-left: 4px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5
}

.progress .value.centered {
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.progress.small {
    height: 6px
}

.progress.small .load {
    background-size: 6px 6px
}

@-webkit-keyframes progress-loading {
    0% {
        background-position: 0 -23px;
        opacity: 1
    }

    50% {
        opacity: 0
    }

    to {
        background-position: -200px -23px;
        opacity: 1
    }
}

@keyframes progress-loading {
    0% {
        background-position: 0 -23px;
        opacity: 1
    }

    50% {
        opacity: 0
    }

    to {
        background-position: -200px -23px;
        opacity: 1
    }
}

@-webkit-keyframes running-progress {
    0% {
        margin-left: 0;
        margin-right: 100%
    }

    50% {
        margin-left: 25%;
        margin-right: 0
    }

    to {
        margin-left: 100%;
        margin-right: 0
    }
}

@keyframes running-progress {
    0% {
        margin-left: 0;
        margin-right: 100%
    }

    50% {
        margin-left: 25%;
        margin-right: 0
    }

    to {
        margin-left: 100%;
        margin-right: 0
    }
}

.rating {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
    background-color: initial;
    cursor: default;
    display: -webkit-inline-box;
    display: inline-flex;
    flex-flow: row;
    font-size: 16px;
    position: relative
}

.rating input {
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 1px
}

.rating .result,
.rating .stars,
.rating .title {
    display: block;
    position: relative
}

.rating .stars {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    list-style: none inside;
    margin: 0;
    padding: 0
}

.rating .stars li {
    color: #bebebe;
    display: block;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    position: relative;
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
    width: 24px
}

.rating .stars li:before {
    z-index: 1
}

.rating .stars li.half:after,
.rating .stars li:before {
    content: "\2605";
    display: block;
    left: 0;
    position: absolute
}

.rating .stars li.half:after {
    overflow: hidden;
    width: .42em;
    z-index: 2
}

.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.half:after,
.rating .stars li.on {
    color: #1d1d1d
}

.rating:not(.static) .stars {
    cursor: pointer
}

.rating:not(.static) .stars:hover li {
    color: #1d1d1d
}

.rating:not(.static) .stars li:hover~li {
    color: #bebebe !important
}

.rating:not(.static) .stars li.scale {
    -webkit-animation: star-scale .3s ease-in-out;
    animation: star-scale .3s ease-in-out
}

@-webkit-keyframes star-scale {

    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes star-scale {

    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.resize-element {
    bottom: -1px;
    cursor: nwse-resize;
    display: block;
    height: 12px;
    position: absolute;
    right: -1px;
    width: 12px;
    z-index: 101
}

.resize-element:after {
    border-bottom: 12px solid #60a917;
    border-left: 12px solid transparent;
    bottom: -2px;
    content: "";
    display: block;
    position: absolute;
    right: -2px
}

.resize-element.resize-element-disabled {
    cursor: default
}

.resize-element.resize-element-disabled:after {
    border-bottom-color: #bebebe
}

.resize-element:not(.resize-element-disabled):hover:after {
    -webkit-animation: resize-element-animation 1s ease infinite;
    animation: resize-element-animation 1s ease infinite
}

@-webkit-keyframes resize-element-animation {
    0% {
        bottom: 0;
        right: 0
    }

    to {
        bottom: -2px;
        right: -2px
    }
}

@keyframes resize-element-animation {
    0% {
        bottom: 0;
        right: 0
    }

    to {
        bottom: -2px;
        right: -2px
    }
}

.ribbon-menu {
    display: block
}

.ribbon-menu,
.ribbon-menu div {
    position: relative
}

.ribbon-menu .tabs-holder {
    -webkit-box-pack: start;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid #dadbdc;
    display: -webkit-box;
    display: flex;
    justify-content: flex-start;
    list-style: none inside;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1
}

.ribbon-menu .tabs-holder a,
.ribbon-menu .tabs-holder li {
    display: block;
    height: 24px;
    line-height: 24px
}

.ribbon-menu .tabs-holder li {
    background-color: #fff;
    border-bottom: 1px solid #dadbdc;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    color: #1d1d1d
}

.ribbon-menu .tabs-holder li:hover {
    border-left-color: #dadbdc;
    border-right-color: #dadbdc
}

.ribbon-menu .tabs-holder li+li {
    margin-left: 3px
}

.ribbon-menu .tabs-holder a {
    background-color: inherit;
    color: inherit;
    font-size: 12px;
    padding: 0 14px;
    text-decoration: none
}

.ribbon-menu .tabs-holder .active {
    background-color: #f5f6f7;
    border: 1px solid #dadbdc;
    border-bottom-color: transparent
}

.ribbon-menu .tabs-holder .static {
    background-color: #1979ca;
    color: #fff
}

.ribbon-menu .content-holder {
    background-color: #f5f6f7;
    border-left: none;
    border-right: none;
    display: block;
    position: relative
}

.ribbon-menu .content-holder .section {
    -webkit-box-pack: start;
    border-bottom: 1px solid #dadbdc;
    display: block;
    justify-content: flex-start;
    padding: 4px
}

.ribbon-menu .content-holder .section.active {
    display: -webkit-box;
    display: flex
}

.ribbon-menu .content-holder .section.non-active {
    display: none
}

.ribbon-menu .content-holder .group {
    -webkit-box-align: start;
    align-content: flex-start;
    align-items: flex-start;
    background-color: inherit;
    cursor: default;
    display: -webkit-box;
    display: flex;
    padding: 0 4px 24px;
    position: relative
}

.ribbon-menu .content-holder .group:first-child:last-child {
    flex-basis: 100%
}

.ribbon-menu .content-holder .group .title {
    border-top: 1px solid #dadbdc;
    bottom: 0;
    display: block;
    font-size: 11px;
    height: 20px;
    left: 0;
    line-height: 24px;
    position: absolute;
    text-align: center;
    white-space: nowrap;
    width: 100%
}

.ribbon-menu .content-holder .group .group-divider {
    background-color: #dadbdc;
    display: block;
    height: 100%;
    margin: 0 4px;
    position: relative;
    width: 1px
}

.ribbon-menu .content-holder .group>:not(.group-divider),
.ribbon-menu .content-holder .group>:not(.title) {
    margin: 2px
}

.ribbon-menu .content-holder .group+.group {
    border-left: 1px solid #dadbdc
}

.ribbon-button,
.ribbon-button-dropdown,
.ribbon-icon-button,
.ribbon-tool-button {
    background-color: #f5f6f7;
    border: 1px solid transparent;
    cursor: pointer;
    min-width: 0;
    outline: none;
    position: relative;
    text-align: center
}

.ribbon-button {
    height: auto;
    margin: 0;
    min-height: 64px;
    padding: 4px;
    width: auto
}

.ribbon-button .caption,
.ribbon-button .icon {
    display: block;
    text-align: center
}

.ribbon-button .caption {
    font-size: 12px
}

.ribbon-button .icon * {
    font-size: 26px;
    height: 32px;
    line-height: 32px;
    max-width: 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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: inline-flex;
    flex-flow: row nowrap;
    flex-wrap: nowrap;
    height: 24px;
    margin: 0;
    padding: 0 4px;
    width: auto
}

.ribbon-icon-button .caption,
.ribbon-icon-button .icon {
    display: block
}

.ribbon-icon-button .caption {
    font-size: 12px;
    white-space: nowrap
}

.ribbon-icon-button .icon {
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    justify-content: center
}

.ribbon-icon-button .icon * {
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    width: 16px
}

.ribbon-icon-button .caption+.icon,
.ribbon-icon-button .icon+.caption {
    margin-left: 4px
}

.ribbon-icon-button [class*=mif-] {
    vertical-align: inherit
}

.ribbon-tool-button {
    height: 24px;
    margin: 0;
    padding: 0 2px;
    width: 24px
}

.ribbon-tool-button * {
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    width: 16px
}

.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 {
    border-color: transparent transparent #1d1d1d;
    border-style: solid;
    border-width: 0 0 4px 4px;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
    z-index: 1
}

.ribbon-icon-button.dropdown-toggle {
    padding-right: 4px !important
}

.ribbon-split-button {
    border: 1px solid transparent;
    margin: 0;
    padding: 0;
    text-align: center
}

.ribbon-split-button:not(.disabled):hover,
.ribbon-split-button:not(.disabled):hover .ribbon-split,
.ribbon-split-button:not([disabled]):hover,
.ribbon-split-button:not([disabled]):hover .ribbon-split {
    border-color: #a4cef9
}

.ribbon-split-button .ribbon-main,
.ribbon-split-button .ribbon-split {
    cursor: pointer;
    display: block;
    min-width: 0;
    padding: 2px 4px;
    text-align: center;
    width: 100%
}

.ribbon-split-button .ribbon-main:hover,
.ribbon-split-button .ribbon-split:hover {
    background-color: rgba(164, 206, 249, .2)
}

.ribbon-split-button .ribbon-main {
    background-color: inherit;
    border: none;
    outline: none;
    position: relative
}

.ribbon-split-button .icon * {
    font-size: 26px;
    height: 32px;
    line-height: 32px;
    max-width: 32px
}

.ribbon-split-button .icon+.caption {
    margin-top: 8px
}

.ribbon-split-button .ribbon-split {
    border-top: 1px solid transparent;
    font-size: 12px;
    padding-bottom: 4px
}

.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 {
    border-color: transparent transparent #1d1d1d;
    border-style: solid;
    border-width: 0 0 4px 4px;
    bottom: 2px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    width: 0;
    z-index: 1
}

.ribbon-dropdown {
    background-color: #fbfcfd;
    border: 1px solid #dadbdc;
    -webkit-box-shadow: 2px 2px 2px 0 hsla(210, 4%, 89%, .7);
    box-shadow: 2px 2px 2px 0 hsla(210, 4%, 89%, .7);
    color: #1d1d1d;
    display: block;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: none inside;
    margin: 0;
    padding: 2px;
    position: relative;
    position: absolute;
    top: 100%;
    width: auto;
    z-index: 1000
}

.ribbon-dropdown a,
.ribbon-dropdown li {
    background-color: inherit;
    color: inherit;
    display: block;
    height: 24px;
    position: relative
}

.ribbon-dropdown li {
    border: 1px solid transparent;
    padding-left: 24px
}

.ribbon-dropdown li:not(.disabled):hover,
.ribbon-dropdown li:not([disabled]):hover {
    background-color: rgba(164, 206, 249, .2);
    border-color: #a4cef9
}

.ribbon-dropdown a {
    border-left: 1px solid #dcddde;
    line-height: 24px;
    padding: 0 8px;
    text-decoration: none;
    white-space: nowrap
}

.ribbon-dropdown .divider {
    background-color: #dcddde;
    display: block;
    height: 1px;
    position: relative;
    width: 100%
}

.ribbon-dropdown .checked-one:after,
.ribbon-dropdown .checked-one:before,
.ribbon-dropdown .checked:after,
.ribbon-dropdown .checked:before {
    content: "";
    display: block;
    position: absolute
}

.ribbon-dropdown .checked-one:before,
.ribbon-dropdown .checked:before {
    background-color: initial;
    border-color: #1d1d1d;
    border-bottom: 2px solid;
    border-left: 2px solid;
    height: .325rem;
    left: .5rem;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    width: .5rem;
    z-index: 2
}

.ribbon-dropdown .checked-one:after,
.ribbon-dropdown .checked:after {
    height: 22px;
    left: 0;
    top: 0;
    width: 23px;
    z-index: 1
}

.ribbon-dropdown .checked:after {
    background-color: rgba(164, 206, 249, .2);
    border: 1px solid #a4cef9
}

.ribbon-dropdown .checked-one:before {
    background-color: #1d1d1d;
    border-radius: 50%;
    height: .4rem;
    width: .4rem
}

.ribbon-dropdown .ribbon-dropdown {
    left: 100%;
    top: -4px
}

.ribbon-dropdown .dropdown-toggle:before {
    -webkit-transform: rotate(-135deg) !important;
    transform: rotate(-135deg) !important
}

.ribbon-dropdown .dropdown-toggle.active-toggle:before {
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important
}

.ribbon-toggle-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #f8f8f8;
    border: 1px solid #dadbdc;
    display: -webkit-box;
    display: flex;
    flex-flow: column wrap;
    max-height: 80px;
    width: auto
}

.ribbon-toggle-group .ribbon-icon-button {
    background-color: inherit;
    height: 20px;
    margin: 1px
}

.ribbon-toggle-group .ribbon-icon-button>* {
    height: 18px
}

.ribbon-button:hover:enabled,
.ribbon-button:not(.disabled):hover,
.ribbon-icon-button:hover:enabled,
.ribbon-icon-button:not(.disabled):hover,
.ribbon-tool-button:hover:enabled,
.ribbon-tool-button:not(.disabled):hover {
    background-color: rgba(164, 206, 249, .2);
    border-color: #a4cef9
}

.ribbon-button.active,
.ribbon-button:active,
.ribbon-icon-button.active,
.ribbon-icon-button:active,
.ribbon-main.active,
.ribbon-main:active,
.ribbon-menu .active-container .ribbon-button,
.ribbon-menu .active-container .ribbon-icon-button,
.ribbon-menu .active-container .ribbon-tool-button,
.ribbon-split.active,
.ribbon-split:active,
.ribbon-tool-button.active,
.ribbon-tool-button:active {
    background-color: rgba(164, 206, 249, .8) !important;
    border-color: #1979ca
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
    .ribbon-menu .content-holder .section {
        height: 130px
    }

    .ribbon-toggle-group {
        height: 80px
    }
}

@supports (-ms-ime-align:auto) {
    .ribbon-menu .content-holder .section {
        height: 130px
    }
}

.ripple {
    background: hsla(0, 0%, 100%, .4);
    border-radius: 100%;
    display: block;
    height: 0;
    opacity: 1;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    width: 0
}

.rippleEffect {
    -webkit-animation: rippleDrop .5s linear;
    animation: rippleDrop .5s linear
}

@-webkit-keyframes rippleDrop {
    to {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes rippleDrop {
    to {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.scrollbar-type-1 ::-webkit-scrollbar {
    height: 6px;
    width: 6px
}

.scrollbar-type-1 ::-webkit-scrollbar-track {
    background-color: #e8e8e8
}

.scrollbar-type-1 ::-webkit-scrollbar-thumb {
    background-color: hsla(0, 3%, 38%, .71)
}

.scrollbar-type-2 ::-webkit-scrollbar {
    height: 6px;
    width: 6px
}

.scrollbar-type-2 ::-webkit-scrollbar-track {
    background-color: #e8e8e8;
    border-radius: 6px
}

.scrollbar-type-2 ::-webkit-scrollbar-thumb {
    background-color: hsla(0, 3%, 38%, .71);
    border-radius: 6px
}

.scrollbar-type-3 ::-webkit-scrollbar {
    height: 10px;
    width: 10px
}

.scrollbar-type-3 ::-webkit-scrollbar-track {
    background-color: #e8e8e8
}

.scrollbar-type-3 ::-webkit-scrollbar-thumb {
    background-color: hsla(0, 3%, 38%, .71)
}

.scrollbar-type-4 ::-webkit-scrollbar {
    height: 12px;
    width: 12px
}

.scrollbar-type-4 ::-webkit-scrollbar-track {
    background-color: #e8e8e8;
    border-radius: 10px
}

.scrollbar-type-4 ::-webkit-scrollbar-thumb {
    background-color: hsla(0, 3%, 38%, .71);
    border-radius: 10px
}

[class*=scrollbar-type-] * {
    scrollbar-color: hsla(0, 3%, 38%, .71) #e8e8e8;
    scrollbar-width: thin
}

.sb-black ::-webkit-scrollbar-thumb {
    background-color: #000 !important
}

.sb-black * {
    scrollbar-color: #000 #e8e8e8 !important
}

.sb-white ::-webkit-scrollbar-thumb {
    background-color: #fff !important
}

.sb-white * {
    scrollbar-color: #fff #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-grayBlue ::-webkit-scrollbar-thumb {
    background-color: #607d8b !important
}

.sb-grayBlue * {
    scrollbar-color: #607d8b #e8e8e8 !important
}

.sb-grayWhite ::-webkit-scrollbar-thumb {
    background-color: #f5f5f5 !important
}

.sb-grayWhite * {
    scrollbar-color: #f5f5f5 #e8e8e8 !important
}

.sb-grayMouse ::-webkit-scrollbar-thumb {
    background-color: #455a64 !important
}

.sb-grayMouse * {
    scrollbar-color: #455a64 #e8e8e8 !important
}

.sb-brandColor1 ::-webkit-scrollbar-thumb {
    background-color: #2ac4f4 !important
}

.sb-brandColor1 * {
    scrollbar-color: #2ac4f4 #e8e8e8 !important
}

.sb-brandColor2 ::-webkit-scrollbar-thumb {
    background-color: #004d6f !important
}

.sb-brandColor2 * {
    scrollbar-color: #004d6f #e8e8e8 !important
}

.sb-lime ::-webkit-scrollbar-thumb {
    background-color: #a4c400 !important
}

.sb-lime * {
    scrollbar-color: #a4c400 #e8e8e8 !important
}

.sb-green ::-webkit-scrollbar-thumb {
    background-color: #60a917 !important
}

.sb-green * {
    scrollbar-color: #60a917 #e8e8e8 !important
}

.sb-emerald ::-webkit-scrollbar-thumb {
    background-color: #008a00 !important
}

.sb-emerald * {
    scrollbar-color: #008a00 #e8e8e8 !important
}

.sb-blue ::-webkit-scrollbar-thumb {
    background-color: #00aff0 !important
}

.sb-blue * {
    scrollbar-color: #00aff0 #e8e8e8 !important
}

.sb-teal ::-webkit-scrollbar-thumb {
    background-color: #00aba9 !important
}

.sb-teal * {
    scrollbar-color: #00aba9 #e8e8e8 !important
}

.sb-cyan ::-webkit-scrollbar-thumb {
    background-color: #1fb1f8 !important
}

.sb-cyan * {
    scrollbar-color: #1fb1f8 #e8e8e8 !important
}

.sb-cobalt ::-webkit-scrollbar-thumb {
    background-color: #0050ef !important
}

.sb-cobalt * {
    scrollbar-color: #0050ef #e8e8e8 !important
}

.sb-indigo ::-webkit-scrollbar-thumb {
    background-color: #6a00ff !important
}

.sb-indigo * {
    scrollbar-color: #6a00ff #e8e8e8 !important
}

.sb-violet ::-webkit-scrollbar-thumb {
    background-color: #a0f !important
}

.sb-violet * {
    scrollbar-color: #a0f #e8e8e8 !important
}

.sb-pink ::-webkit-scrollbar-thumb {
    background-color: #dc4fad !important
}

.sb-pink * {
    scrollbar-color: #dc4fad #e8e8e8 !important
}

.sb-magenta ::-webkit-scrollbar-thumb {
    background-color: #d80073 !important
}

.sb-magenta * {
    scrollbar-color: #d80073 #e8e8e8 !important
}

.sb-crimson ::-webkit-scrollbar-thumb {
    background-color: #a20025 !important
}

.sb-crimson * {
    scrollbar-color: #a20025 #e8e8e8 !important
}

.sb-red ::-webkit-scrollbar-thumb {
    background-color: #ce352c !important
}

.sb-red * {
    scrollbar-color: #ce352c #e8e8e8 !important
}

.sb-orange ::-webkit-scrollbar-thumb {
    background-color: #fa6800 !important
}

.sb-orange * {
    scrollbar-color: #fa6800 #e8e8e8 !important
}

.sb-amber ::-webkit-scrollbar-thumb {
    background-color: #f0a30a !important
}

.sb-amber * {
    scrollbar-color: #f0a30a #e8e8e8 !important
}

.sb-yellow ::-webkit-scrollbar-thumb {
    background-color: #fff000 !important
}

.sb-yellow * {
    scrollbar-color: #fff000 #e8e8e8 !important
}

.sb-brown ::-webkit-scrollbar-thumb {
    background-color: #825a2c !important
}

.sb-brown * {
    scrollbar-color: #825a2c #e8e8e8 !important
}

.sb-olive ::-webkit-scrollbar-thumb {
    background-color: #6d8764 !important
}

.sb-olive * {
    scrollbar-color: #6d8764 #e8e8e8 !important
}

.sb-steel ::-webkit-scrollbar-thumb {
    background-color: #647687 !important
}

.sb-steel * {
    scrollbar-color: #647687 #e8e8e8 !important
}

.sb-mauve ::-webkit-scrollbar-thumb {
    background-color: #76608a !important
}

.sb-mauve * {
    scrollbar-color: #76608a #e8e8e8 !important
}

.sb-taupe ::-webkit-scrollbar-thumb {
    background-color: #87794e !important
}

.sb-taupe * {
    scrollbar-color: #87794e #e8e8e8 !important
}

.sb-gray ::-webkit-scrollbar-thumb {
    background-color: #bebebe !important
}

.sb-gray * {
    scrollbar-color: #bebebe #e8e8e8 !important
}

.sb-lightLime ::-webkit-scrollbar-thumb {
    background-color: #d8ff12 !important
}

.sb-lightLime * {
    scrollbar-color: #d8ff12 #e8e8e8 !important
}

.sb-lightGreen ::-webkit-scrollbar-thumb {
    background-color: #86e22a !important
}

.sb-lightGreen * {
    scrollbar-color: #86e22a #e8e8e8 !important
}

.sb-lightEmerald ::-webkit-scrollbar-thumb {
    background-color: #00d600 !important
}

.sb-lightEmerald * {
    scrollbar-color: #00d600 #e8e8e8 !important
}

.sb-lightBlue ::-webkit-scrollbar-thumb {
    background-color: #3ecbff !important
}

.sb-lightBlue * {
    scrollbar-color: #3ecbff #e8e8e8 !important
}

.sb-lightTeal ::-webkit-scrollbar-thumb {
    background-color: #00f7f5 !important
}

.sb-lightTeal * {
    scrollbar-color: #00f7f5 #e8e8e8 !important
}

.sb-lightCyan ::-webkit-scrollbar-thumb {
    background-color: #69cbfa !important
}

.sb-lightCyan * {
    scrollbar-color: #69cbfa #e8e8e8 !important
}

.sb-lightCobalt ::-webkit-scrollbar-thumb {
    background-color: #3d7eff !important
}

.sb-lightCobalt * {
    scrollbar-color: #3d7eff #e8e8e8 !important
}

.sb-lightIndigo ::-webkit-scrollbar-thumb {
    background-color: #974dff !important
}

.sb-lightIndigo * {
    scrollbar-color: #974dff #e8e8e8 !important
}

.sb-lightViolet ::-webkit-scrollbar-thumb {
    background-color: #c44dff !important
}

.sb-lightViolet * {
    scrollbar-color: #c44dff #e8e8e8 !important
}

.sb-lightPink ::-webkit-scrollbar-thumb {
    background-color: #e98fcb !important
}

.sb-lightPink * {
    scrollbar-color: #e98fcb #e8e8e8 !important
}

.sb-lightMagenta ::-webkit-scrollbar-thumb {
    background-color: #ff2599 !important
}

.sb-lightMagenta * {
    scrollbar-color: #ff2599 #e8e8e8 !important
}

.sb-lightCrimson ::-webkit-scrollbar-thumb {
    background-color: #ef0036 !important
}

.sb-lightCrimson * {
    scrollbar-color: #ef0036 #e8e8e8 !important
}

.sb-lightRed ::-webkit-scrollbar-thumb {
    background-color: #df6e68 !important
}

.sb-lightRed * {
    scrollbar-color: #df6e68 #e8e8e8 !important
}

.sb-lightOrange ::-webkit-scrollbar-thumb {
    background-color: #ff9447 !important
}

.sb-lightOrange * {
    scrollbar-color: #ff9447 #e8e8e8 !important
}

.sb-lightAmber ::-webkit-scrollbar-thumb {
    background-color: #f8bf4f !important
}

.sb-lightAmber * {
    scrollbar-color: #f8bf4f #e8e8e8 !important
}

.sb-lightYellow ::-webkit-scrollbar-thumb {
    background-color: #fff44d !important
}

.sb-lightYellow * {
    scrollbar-color: #fff44d #e8e8e8 !important
}

.sb-lightBrown ::-webkit-scrollbar-thumb {
    background-color: #bb823f !important
}

.sb-lightBrown * {
    scrollbar-color: #bb823f #e8e8e8 !important
}

.sb-lightOlive ::-webkit-scrollbar-thumb {
    background-color: #95ab8d !important
}

.sb-lightOlive * {
    scrollbar-color: #95ab8d #e8e8e8 !important
}

.sb-lightSteel ::-webkit-scrollbar-thumb {
    background-color: #8d9cab !important
}

.sb-lightSteel * {
    scrollbar-color: #8d9cab #e8e8e8 !important
}

.sb-lightMauve ::-webkit-scrollbar-thumb {
    background-color: #9c89ad !important
}

.sb-lightMauve * {
    scrollbar-color: #9c89ad #e8e8e8 !important
}

.sb-lightTaupe ::-webkit-scrollbar-thumb {
    background-color: #aea073 !important
}

.sb-lightTaupe * {
    scrollbar-color: #aea073 #e8e8e8 !important
}

.sb-lightGray ::-webkit-scrollbar-thumb {
    background-color: #e4e4e4 !important
}

.sb-lightGray * {
    scrollbar-color: #e4e4e4 #e8e8e8 !important
}

.sb-lightGrayBlue ::-webkit-scrollbar-thumb {
    background-color: #8aa2ae !important
}

.sb-lightGrayBlue * {
    scrollbar-color: #8aa2ae #e8e8e8 !important
}

.sb-darkLime ::-webkit-scrollbar-thumb {
    background-color: #647800 !important
}

.sb-darkLime * {
    scrollbar-color: #647800 #e8e8e8 !important
}

.sb-darkGreen ::-webkit-scrollbar-thumb {
    background-color: #3a660e !important
}

.sb-darkGreen * {
    scrollbar-color: #3a660e #e8e8e8 !important
}

.sb-darkEmerald ::-webkit-scrollbar-thumb {
    background-color: #003d00 !important
}

.sb-darkEmerald * {
    scrollbar-color: #003d00 #e8e8e8 !important
}

.sb-darkBlue ::-webkit-scrollbar-thumb {
    background-color: #0077a3 !important
}

.sb-darkBlue * {
    scrollbar-color: #0077a3 #e8e8e8 !important
}

.sb-darkTeal ::-webkit-scrollbar-thumb {
    background-color: #005e5d !important
}

.sb-darkTeal * {
    scrollbar-color: #005e5d #e8e8e8 !important
}

.sb-darkCyan ::-webkit-scrollbar-thumb {
    background-color: #0686c4 !important
}

.sb-darkCyan * {
    scrollbar-color: #0686c4 #e8e8e8 !important
}

.sb-darkCobalt ::-webkit-scrollbar-thumb {
    background-color: #0036a3 !important
}

.sb-darkCobalt * {
    scrollbar-color: #0036a3 #e8e8e8 !important
}

.sb-darkIndigo ::-webkit-scrollbar-thumb {
    background-color: #4a00b3 !important
}

.sb-darkIndigo * {
    scrollbar-color: #4a00b3 #e8e8e8 !important
}

.sb-darkViolet ::-webkit-scrollbar-thumb {
    background-color: #7700b3 !important
}

.sb-darkViolet * {
    scrollbar-color: #7700b3 #e8e8e8 !important
}

.sb-darkPink ::-webkit-scrollbar-thumb {
    background-color: #ba2588 !important
}

.sb-darkPink * {
    scrollbar-color: #ba2588 #e8e8e8 !important
}

.sb-darkMagenta ::-webkit-scrollbar-thumb {
    background-color: #8c004a !important
}

.sb-darkMagenta * {
    scrollbar-color: #8c004a #e8e8e8 !important
}

.sb-darkCrimson ::-webkit-scrollbar-thumb {
    background-color: #560014 !important
}

.sb-darkCrimson * {
    scrollbar-color: #560014 #e8e8e8 !important
}

.sb-darkRed ::-webkit-scrollbar-thumb {
    background-color: #8f251f !important
}

.sb-darkRed * {
    scrollbar-color: #8f251f #e8e8e8 !important
}

.sb-darkOrange ::-webkit-scrollbar-thumb {
    background-color: #ae4800 !important
}

.sb-darkOrange * {
    scrollbar-color: #ae4800 #e8e8e8 !important
}

.sb-darkAmber ::-webkit-scrollbar-thumb {
    background-color: #a77107 !important
}

.sb-darkAmber * {
    scrollbar-color: #a77107 #e8e8e8 !important
}

.sb-darkYellow ::-webkit-scrollbar-thumb {
    background-color: #b3a800 !important
}

.sb-darkYellow * {
    scrollbar-color: #b3a800 #e8e8e8 !important
}

.sb-darkBrown ::-webkit-scrollbar-thumb {
    background-color: #493219 !important
}

.sb-darkBrown * {
    scrollbar-color: #493219 #e8e8e8 !important
}

.sb-darkOlive ::-webkit-scrollbar-thumb {
    background-color: #4a5b43 !important
}

.sb-darkOlive * {
    scrollbar-color: #4a5b43 #e8e8e8 !important
}

.sb-darkSteel ::-webkit-scrollbar-thumb {
    background-color: #43505b !important
}

.sb-darkSteel * {
    scrollbar-color: #43505b #e8e8e8 !important
}

.sb-darkMauve ::-webkit-scrollbar-thumb {
    background-color: #4f415d !important
}

.sb-darkMauve * {
    scrollbar-color: #4f415d #e8e8e8 !important
}

.sb-darkTaupe ::-webkit-scrollbar-thumb {
    background-color: #574e32 !important
}

.sb-darkTaupe * {
    scrollbar-color: #574e32 #e8e8e8 !important
}

.sb-darkGray ::-webkit-scrollbar-thumb {
    background-color: #989898 !important
}

.sb-darkGray * {
    scrollbar-color: #989898 #e8e8e8 !important
}

.sb-darkGrayBlue ::-webkit-scrollbar-thumb {
    background-color: #41545e !important
}

.sb-darkGrayBlue * {
    scrollbar-color: #41545e #e8e8e8 !important
}

.tag {
    -webkit-box-pack: justify;
    -webkit-box-align: start;
    align-items: flex-start;
    background-color: #f8f8f8;
    cursor: default;
    display: -webkit-inline-box;
    display: inline-flex;
    height: 26px;
    justify-content: space-between;
    line-height: 26px;
    margin: 2px;
    padding: 0;
    position: relative
}

.tag .title {
    font-size: 14px;
    margin: 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tag .remover,
.tag .title {
    display: block;
    position: relative
}

.tag .remover {
    background-color: #e4e4e4;
    cursor: pointer;
    font-size: 1.2rem;
    height: 100%;
    line-height: 22px;
    text-align: center;
    width: 26px
}

.tag.short-tag .title {
    max-width: 120px
}

.tag.small {
    height: 18px;
    line-height: 18px;
    margin: 2px
}

.tag.small .title {
    font-size: .7rem;
    line-height: 18px
}

.tag.small .remover {
    font-size: .8rem;
    height: 18px;
    line-height: 18px;
    width: 18px
}

.tag.large {
    height: 36px;
    line-height: 36px;
    margin: 2px
}

.tag.large .title {
    font-size: 1.3rem;
    line-height: 36px
}

.tag.large .remover {
    font-size: 1.6rem;
    height: 35px;
    line-height: 33px;
    width: 35px
}

.tag.static {
    background: #d4f0ff;
    color: #1d1d1d
}

.tag.static .remover {
    display: none !important
}

:root {
    --select-focus-color: hsla(0, 0%, 89%, .45);
    --select-disabled-color: #ccc;
    --select-options-background: #fff;
    --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: #468cff;
    --select-option-color-selected: #fff;
    --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
}

.dark-side {
    --select-focus-color: hsla(0, 0%, 89%, .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: #fff;
    --select-option-background-selected: #43454a;
    --select-option-color-selected: #fff;
    --select-button-background: transparent;
    --select-button-color: #dbdfe7;
    --select-button-background-hover: transparent;
    --select-button-color-hover: #fff;
    --select-dropdown-toggle-color: #fff;
    --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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    width: 100%
}

.select.focused .button,
.select:hover .button {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.select .dropdown-toggle {
    display: block;
    height: 36px;
    position: relative;
    width: 36px
}

.select .dropdown-toggle:before {
    border-color: var(--select-dropdown-toggle-color);
    margin-left: -1.1rem
}

.select .option-list {
    background-color: var(--select-options-background);
    color: var(--select-options-color);
    display: block;
    font-size: .875rem;
    list-style: none inside;
    margin: 0;
    overflow-y: auto;
    padding: 0;
    position: relative
}

.select .option-list a,
.select .option-list li {
    display: block
}

.select .option-list a {
    height: 32px;
    line-height: 32px;
    min-width: auto;
    overflow: hidden;
    padding: 0 2rem 0 2.5rem;
    text-overflow: ellipsis
}

.select .option-list .icon {
    font-size: 20px;
    height: 20px;
    left: 8px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 20px
}

.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] {
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 1px
}

.select select {
    display: none
}

.select .button-group {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap
}

.select .button {
    background-color: var(--select-button-background);
    color: var(--select-button-color);
    height: 34px;
    min-width: 34px
}

.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,
.select .input-clear-button:hover {
    background-color: initial
}

.select .select-input {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    flex-flow: row wrap;
    height: 34px;
    overflow: hidden;
    padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - .1rem)
}

.select .select-input .icon {
    margin: 0 4px
}

.select .select-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.select select[multiple]~.select-input {
    padding-left: 4px
}

.select:hover input {
    border-color: transparent
}

.select:hover .button:active,
.select:hover .button:focus,
.select:hover .button:hover {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.select .drop-container {
    background-color: var(--select-options-background);
    border: 1px solid var(--border-color);
    -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .3);
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .3);
    color: var(--select-options-color);
    height: auto;
    left: 0;
    margin-left: -1px;
    padding: 2px;
    position: absolute;
    top: 100%;
    width: calc(100% + 2px);
    z-index: 1000
}

.select .drop-container .input {
    margin: 4px 2px 6px;
    width: calc(100% - 4px)
}

.select.drop-full-size .drop-container {
    width: -webkit-max-content;
    width: max-content
}

.select.focused {
    -webkit-box-shadow: 0 0 0 3px var(--select-focus-color);
    box-shadow: 0 0 0 3px var(--select-focus-color)
}

.select.dropdown-toggle:before {
    height: .4rem;
    left: 100%;
    margin-left: -1.1rem;
    margin-top: 0;
    top: 14px;
    width: .4rem
}

.select.disabled.dropdown-toggle:before {
    border-color: var(--select-disabled-color)
}

.select .group-title {
    background-color: var(--select-group-title-background);
    border: 0;
    color: var(--select-group-title-color);
    font-size: .75rem;
    font-weight: 700;
    line-height: .875rem;
    padding: .25rem .5rem .25rem 1rem
}

.select .group-title:hover {
    background-color: var(--select-group-title-background) !important;
    color: var(--select-group-title-color) !important;
    cursor: default
}

.select ul {
    left: 0;
    right: 0
}

.select.multiple {
    flex-wrap: wrap;
    height: auto;
    min-height: 36px
}

.select.multiple .dropdown-toggle {
    position: absolute;
    right: 0;
    top: 0
}

.select.multiple>.button-group {
    position: absolute;
    right: 34px;
    top: 0
}

.select.multiple .select-input {
    height: auto;
    margin-right: 34px;
    min-height: 36px
}

.select.multiple .button-group:not(.d-none)~.select-input {
    margin-right: 68px
}

.select .prepend {
    -webkit-box-ordinal-group: 2;
    order: 1
}

.select .append {
    -webkit-box-ordinal-group: 4;
    order: 3
}

.select .select-input {
    -webkit-box-ordinal-group: 3;
    order: 2
}

.select .button-group {
    -webkit-box-ordinal-group: 4;
    order: 3
}

.select .dropdown-toggle {
    -webkit-box-ordinal-group: 5;
    order: 4
}

.select.input-large {
    height: 50px
}

.select.input-large .dropdown-toggle,
.select.input-large>.button-group .button {
    height: 50px;
    width: 50px
}

.select.input-large .dropdown-toggle:before {
    margin-left: -1.5rem
}

.select.input-large .append,
.select.input-large .prepend,
.select.input-large .select-input {
    font-size: 1.3rem;
    height: 48px;
    line-height: 48px;
    padding: 2px 10px
}

.select.input-large.multiple {
    height: auto;
    min-height: 50px
}

.select.input-large.multiple .select-input {
    height: auto;
    min-height: 48px
}

.select.input-large.multiple>.button-group {
    right: 50px
}

.select.input-large.multiple>.button-group:not(.d-none)~.select-input {
    margin-right: 100px
}

.select.input-large.dropdown-toggle:before {
    height: .6rem;
    margin-left: -1.3rem;
    top: 18px;
    width: .6rem
}

.select.input-small {
    height: 28px
}

.select.input-small .dropdown-toggle,
.select.input-small>.button-group .button {
    height: 28px;
    width: 28px
}

.select.input-small .dropdown-toggle:before {
    margin-left: -1rem
}

.select.input-small .append,
.select.input-small .prepend,
.select.input-small .select-input {
    font-size: .9rem;
    height: 26px;
    line-height: 26px;
    padding: 0 4px
}

.select.input-small.multiple {
    height: auto;
    min-height: 28px
}

.select.input-small.multiple .select-input {
    height: auto;
    min-height: 26px
}

.select.input-small.multiple>.button-group {
    right: 28px
}

.select.input-small.multiple>.button-group:not(.d-none)~.select-input {
    margin-right: 56px
}

.select.input-small.dropdown-toggle:before {
    height: .325rem;
    margin-left: -.9rem;
    top: 10px;
    width: .325rem
}

.select.input-small .button-group .button {
    padding: 0
}

.select.rtl,
.select[dir=rtl] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

.select.rtl .select-input,
.select[dir=rtl] .select-input {
    -webkit-box-ordinal-group: 4;
    order: 3
}

.select.rtl .prepend,
.select[dir=rtl] .prepend {
    -webkit-box-ordinal-group: 5;
    order: 4
}

.select.rtl .append,
.select[dir=rtl] .append {
    -webkit-box-ordinal-group: 2;
    order: 1
}

.select.rtl .button-group,
.select[dir=rtl] .button-group {
    -webkit-box-ordinal-group: 3;
    order: 2
}

.select.rtl.dropdown-toggle,
.select[dir=rtl].dropdown-toggle {
    padding-left: .9rem;
    padding-right: 0 !important
}

.select.rtl.dropdown-toggle:before,
.select[dir=rtl].dropdown-toggle:before {
    left: 0;
    margin-left: .9rem
}

.select .selected-item__group-name {
    background-color: var(--select-item-group-title-background);
    color: var(--select-item-group-title-color);
    font-size: .75rem
}

.select .tag {
    background-color: var(--select-tag-background);
    border: 1px solid var(--border-color);
    color: var(--select-tag-color)
}

.select .tag .remover {
    background-color: var(--select-tag-button-background);
    color: var(--select-tag-button-color)
}

.shortcut {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    background-color: #ebebeb;
    border: 1px solid transparent;
    color: #1d1d1d;
    cursor: pointer;
    display: -webkit-inline-box;
    display: inline-flex;
    flex-direction: column;
    font-size: .9rem;
    height: 84px;
    justify-content: space-between;
    outline: none;
    padding: 8px;
    position: relative;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 84px
}

.shortcut .caption,
.shortcut .icon {
    display: block;
    line-height: 1
}

.shortcut .icon {
    -webkit-box-ordinal-group: 2;
    display: block;
    font-size: 28px;
    height: 28px;
    margin-top: 16px;
    order: 1;
    vertical-align: middle;
    width: 28px
}

.shortcut .caption {
    -webkit-box-ordinal-group: 3;
    color: inherit;
    height: 20px;
    order: 2
}

.shortcut .icon~.caption {
    margin-top: .875rem
}

.shortcut .badge {
    background-color: inherit;
    color: inherit;
    font-size: .6875rem;
    position: absolute;
    right: .25rem;
    top: .25rem;
    -webkit-transform: none;
    transform: none
}

.shortcut.no-caption .icon {
    font-size: 32px;
    height: 32px;
    margin-top: 24px;
    width: 32px
}

.shortcut:hover {
    background-color: rgba(29, 29, 29, .1)
}

.shortcut.focus,
.shortcut:focus {
    -webkit-box-shadow: 0 0 0 3px hsla(0, 0%, 89%, .45);
    box-shadow: 0 0 0 3px hsla(0, 0%, 89%, .45)
}

.shortcut.outline {
    background: transparent none;
    border-color: var(--border-color);
    border-width: 1px
}

.shortcut:active,
.shortcut:focus,
.shortcut:hover {
    text-decoration: none
}

.shortcut:active {
    -webkit-box-shadow: 0 0 0 3px hsla(0, 0%, 75%, .45);
    box-shadow: 0 0 0 3px hsla(0, 0%, 75%, .45);
    outline: 0
}

.shortcut.disabled,
.shortcut:disabled {
    opacity: .65
}

.shortcut:active {
    -webkit-box-shadow: none;
    box-shadow: none
}

.sidebar {
    background-color: #fff;
    bottom: 0;
    display: block;
    overflow: hidden;
    padding: 0;
    position: fixed;
    top: 0;
    width: 290px;
    z-index: 1031
}

.sidebar.on-left {
    left: -290px;
    right: auto !important;
    -webkit-transition: left .3s ease;
    transition: left .3s ease
}

.sidebar.on-left.open,
.sidebar.on-left.static {
    left: 0;
    -webkit-transition: left .3s ease;
    transition: left .3s ease
}

.sidebar.on-left.open.sidebar-shadow,
.sidebar.on-left.static.sidebar-shadow {
    -webkit-box-shadow: 2px 0 0 0 rgba(0, 0, 0, .15);
    box-shadow: 2px 0 0 0 rgba(0, 0, 0, .15)
}

.sidebar.on-right {
    left: auto !important;
    right: -290px;
    -webkit-transition: right .3s ease;
    transition: right .3s ease
}

.sidebar.on-right.open,
.sidebar.on-right.static {
    right: 0;
    -webkit-transition: right .3s ease;
    transition: right .3s ease
}

.sidebar.on-right.open.sidebar-shadow,
.sidebar.on-right.static.sidebar-shadow {
    -webkit-box-shadow: -2px 0 0 0 rgba(0, 0, 0, .15);
    box-shadow: -2px 0 0 0 rgba(0, 0, 0, .15)
}

.sidebar-content,
.sidebar-header,
.sidebar-menu {
    display: block;
    position: relative;
    width: 100%
}

.sidebar-header {
    background: #fff 0 0 no-repeat;
    background-size: cover;
    border-bottom: 1px solid #e0e0e0;
    height: 160px
}

.sidebar-header>.avatar {
    background: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    height: 64px;
    left: 16px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 16px;
    width: 64px
}

.sidebar-header>.avatar img {
    max-height: 100%;
    width: 100%
}

.sidebar-header>.subtitle,
.sidebar-header>.title {
    display: block;
    left: 16px;
    position: absolute
}

.sidebar-header>.title {
    font-size: 18px;
    font-weight: 100;
    top: 96px
}

.sidebar-header>.subtitle {
    font-size: 12px;
    font-weight: 300;
    top: 116px
}

.sidebar-header>.sub-action {
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 10px
}

.sidebar-menu {
    color: #1d1d1d;
    height: 100%;
    list-style: none inside;
    margin: 0;
    overflow: hidden;
    overflow-y: auto;
    padding: 0
}

.sidebar-menu.hide-scroll {
    width: calc(100% + 18px)
}

.sidebar-menu li {
    cursor: pointer;
    height: auto
}

.sidebar-menu li,
.sidebar-menu li a {
    color: inherit;
    display: block;
    position: relative
}

.sidebar-menu li a {
    height: 48px;
    line-height: 48px;
    padding-left: 56px;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap
}

.sidebar-menu li a,
.sidebar-menu li a:hover {
    text-decoration: none
}

.sidebar-menu li a .icon {
    font-size: 24px;
    left: 16px;
    line-height: 1;
    margin-top: -12px;
    opacity: .8;
    position: absolute;
    top: 50%
}

.sidebar-menu li a .ripple-ink {
    background: hsla(0, 0%, 80%, .3)
}

.sidebar-menu li .second-action {
    font-size: 24px;
    height: 24px;
    margin-top: -12px;
    position: absolute;
    right: 16px;
    top: 50%;
    width: 24px
}

.sidebar-menu li.divider {
    height: 1px;
    margin: 0 1px;
    overflow: hidden;
    padding: 0
}

.sidebar-menu li.divider,
.sidebar-menu li.divider:hover {
    background-color: var(--border-color)
}

.sidebar-menu .group-title {
    color: #1d1d1d;
    cursor: default;
    font-size: .9em;
    font-weight: 700;
    height: auto;
    line-height: 1;
    margin: 16px 16px 8px
}

.sidebar-menu li.content-container {
    cursor: auto;
    padding: 0 10px
}

.sidebar-menu li:hover {
    background-color: rgba(29, 29, 29, .1)
}

.sidebar-menu li.content-container:hover,
.sidebar-menu li.group-title:hover {
    background-color: initial
}

.sidebar-menu .d-menu,
.sidebar-menu .v-menu {
    float: none;
    position: relative
}

.sidebar-header~.sidebar-menu {
    height: calc(100% - 160px)
}

.sidebar.compact .sidebar-menu li,
.subcompact .sidebar-menu li {
    height: auto
}

.sidebar.compact .sidebar-menu li a,
.subcompact .sidebar-menu li a {
    font-size: 14px;
    line-height: 1.2;
    padding-bottom: 7px;
    padding-left: 40px;
    padding-top: 7px
}

.sidebar.compact .sidebar-menu li a .icon,
.subcompact .sidebar-menu li a .icon {
    font-size: 14px;
    margin-top: -7px
}

.sidebar.subcompact .sidebar-menu li a {
    padding-bottom: 3px;
    padding-top: 3px
}

.sidenav-counter {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    background-color: #f8f8f8;
    display: block;
    height: 100%;
    list-style: none inside;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overflow: -moz-scrollbars-none;
    padding: 0;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 52px
}

.sidenav-counter::-webkit-scrollbar {
    display: none !important
}

.sidenav-counter a,
.sidenav-counter li {
    background-color: inherit;
    color: inherit;
    display: block;
    height: 52px;
    line-height: 52px;
    position: relative;
    width: 100%
}

.sidenav-counter a {
    line-height: .875rem;
    padding: .625rem 0
}

.sidenav-counter a,
.sidenav-counter a:hover {
    text-decoration: none
}

.sidenav-counter .icon {
    font-size: 26px;
    height: 28px;
    left: .625rem;
    line-height: 28px;
    position: absolute;
    text-align: center;
    top: .635rem;
    vertical-align: middle;
    width: 28px
}

.sidenav-counter .counter,
.sidenav-counter .title {
    display: block;
    margin: 0;
    white-space: nowrap
}

.sidenav-counter .title {
    display: none;
    font-size: .6875rem;
    font-weight: 700;
    text-transform: uppercase
}

.sidenav-counter .counter {
    font-size: .7rem;
    font-weight: 400;
    position: absolute;
    right: 4px;
    top: 0
}

.sidenav-counter li:hover {
    background-color: rgba(29, 29, 29, .1)
}

.sidenav-counter li:active {
    background-color: #0686c4;
    color: #fff
}

.sidenav-counter .active,
.sidenav-counter li.active:hover {
    background-color: #1fb1f8;
    color: #fff
}

.sidenav-counter[dir=rtl] .counter {
    left: 4px;
    right: auto
}

.sidenav-counter[dir=rtl] .icon {
    left: .725rem
}

@media screen and (min-width:0) {
    .sidenav-counter-expand-fs {
        width: 220px
    }

    .sidenav-counter-expand-fs a {
        padding: .625rem 1rem .625rem 3.75rem
    }

    .sidenav-counter-expand-fs .title {
        display: block
    }

    .sidenav-counter-expand-fs .counter {
        position: relative;
        right: auto;
        top: auto
    }

    .sidenav-counter-expand-fs[dir=rtl] a {
        padding: .625rem 3.75rem .625rem 1rem
    }

    .sidenav-counter-expand-fs[dir=rtl] .icon {
        left: auto;
        right: .625rem
    }
}

@media screen and (min-width:360px) {
    .sidenav-counter-expand-xs {
        width: 220px
    }

    .sidenav-counter-expand-xs a {
        padding: .625rem 1rem .625rem 3.75rem
    }

    .sidenav-counter-expand-xs .title {
        display: block
    }

    .sidenav-counter-expand-xs .counter {
        position: relative;
        right: auto;
        top: auto
    }

    .sidenav-counter-expand-xs[dir=rtl] a {
        padding: .625rem 3.75rem .625rem 1rem
    }

    .sidenav-counter-expand-xs[dir=rtl] .icon {
        left: auto;
        right: .625rem
    }
}

@media screen and (min-width:576px) {
    .sidenav-counter-expand-sm {
        width: 220px
    }

    .sidenav-counter-expand-sm a {
        padding: .625rem 1rem .625rem 3.75rem
    }

    .sidenav-counter-expand-sm .title {
        display: block
    }

    .sidenav-counter-expand-sm .counter {
        position: relative;
        right: auto;
        top: auto
    }

    .sidenav-counter-expand-sm[dir=rtl] a {
        padding: .625rem 3.75rem .625rem 1rem
    }

    .sidenav-counter-expand-sm[dir=rtl] .icon {
        left: auto;
        right: .625rem
    }
}

@media screen and (min-width:640px) {
    .sidenav-counter-expand-ld {
        width: 220px
    }

    .sidenav-counter-expand-ld a {
        padding: .625rem 1rem .625rem 3.75rem
    }

    .sidenav-counter-expand-ld .title {
        display: block
    }

    .sidenav-counter-expand-ld .counter {
        position: relative;
        right: auto;
        top: auto
    }

    .sidenav-counter-expand-ld[dir=rtl] a {
        padding: .625rem 3.75rem .625rem 1rem
    }

    .sidenav-counter-expand-ld[dir=rtl] .icon {
        left: auto;
        right: .625rem
    }
}

@media screen and (min-width:768px) {
    .sidenav-counter-expand-md {
        width: 220px
    }

    .sidenav-counter-expand-md a {
        padding: .625rem 1rem .625rem 3.75rem
    }

    .sidenav-counter-expand-md .title {
        display: block
    }

    .sidenav-counter-expand-md .counter {
        position: relative;
        right: auto;
        top: auto
    }

    .sidenav-counter-expand-md[dir=rtl] a {
        padding: .625rem 3.75rem .625rem 1rem
    }

    .sidenav-counter-expand-md[dir=rtl] .icon {
        left: auto;
        right: .625rem
    }
}

@media screen and (min-width:992px) {
    .sidenav-counter-expand-lg {
        width: 220px
    }

    .sidenav-counter-expand-lg a {
        padding: .625rem 1rem .625rem 3.75rem
    }

    .sidenav-counter-expand-lg .title {
        display: block
    }

    .sidenav-counter-expand-lg .counter {
        position: relative;
        right: auto;
        top: auto
    }

    .sidenav-counter-expand-lg[dir=rtl] a {
        padding: .625rem 3.75rem .625rem 1rem
    }

    .sidenav-counter-expand-lg[dir=rtl] .icon {
        left: auto;
        right: .625rem
    }
}

@media screen and (min-width:1200px) {
    .sidenav-counter-expand-xl {
        width: 220px
    }

    .sidenav-counter-expand-xl a {
        padding: .625rem 1rem .625rem 3.75rem
    }

    .sidenav-counter-expand-xl .title {
        display: block
    }

    .sidenav-counter-expand-xl .counter {
        position: relative;
        right: auto;
        top: auto
    }

    .sidenav-counter-expand-xl[dir=rtl] a {
        padding: .625rem 3.75rem .625rem 1rem
    }

    .sidenav-counter-expand-xl[dir=rtl] .icon {
        left: auto;
        right: .625rem
    }
}

@media screen and (min-width:1452px) {
    .sidenav-counter-expand-xxl {
        width: 220px
    }

    .sidenav-counter-expand-xxl a {
        padding: .625rem 1rem .625rem 3.75rem
    }

    .sidenav-counter-expand-xxl .title {
        display: block
    }

    .sidenav-counter-expand-xxl .counter {
        position: relative;
        right: auto;
        top: auto
    }

    .sidenav-counter-expand-xxl[dir=rtl] a {
        padding: .625rem 3.75rem .625rem 1rem
    }

    .sidenav-counter-expand-xxl[dir=rtl] .icon {
        left: auto;
        right: .625rem
    }
}

@media screen and (min-width:2000px) {
    .sidenav-counter-expand-xxxl {
        width: 220px
    }

    .sidenav-counter-expand-xxxl a {
        padding: .625rem 1rem .625rem 3.75rem
    }

    .sidenav-counter-expand-xxxl .title {
        display: block
    }

    .sidenav-counter-expand-xxxl .counter {
        position: relative;
        right: auto;
        top: auto
    }

    .sidenav-counter-expand-xxxl[dir=rtl] a {
        padding: .625rem 3.75rem .625rem 1rem
    }

    .sidenav-counter-expand-xxxl[dir=rtl] .icon {
        left: auto;
        right: .625rem
    }
}

.sidenav-m3 {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    background-color: #f8f8f8;
    display: block;
    height: 100%;
    list-style: none inside;
    margin: 0;
    overflow: -moz-scrollbars-none;
    padding: 0;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 220px
}

.sidenav-m3::-webkit-scrollbar {
    display: none !important
}

.sidenav-m3 a,
.sidenav-m3 li {
    color: inherit;
    display: block;
    position: relative
}

.sidenav-m3>li {
    background: transparent
}

.sidenav-m3>li.stick-left:before,
.sidenav-m3>li.stick-right:before {
    background-color: inherit;
    border-radius: .25rem 0 0 .25rem;
    content: "";
    display: block;
    height: 44px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 6px
}

.sidenav-m3>li.stick-right:before {
    border-radius: 0 .25rem .25rem 0;
    left: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.sidenav-m3 a {
    background-color: #f8f8f8;
    overflow: hidden;
    padding: .625rem 1rem .625rem 3rem;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sidenav-m3 a,
.sidenav-m3 a:hover {
    text-decoration: none
}

.sidenav-m3 li+li {
    border-top: 1px solid var(--border-color)
}

.sidenav-m3 .icon {
    bottom: 12px;
    font-size: 22px;
    height: 24px;
    left: .625rem;
    line-height: 24px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 24px
}

.sidenav-m3 .title {
    border: 0;
    font-size: 24px;
    padding: 20px 20px 10px
}

.sidenav-m3 .d-menu {
    background-color: inherit;
    border-radius: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}

.sidenav-m3 .d-menu li:not(:first-child) {
    border-top: 1px solid var(--border-color)
}

.sidenav-m3 .d-menu a {
    border-radius: 0 !important
}

.sidenav-m3[dir=rtl] a {
    padding-left: 1rem;
    padding-right: 3rem
}

.sidenav-m3[dir=rtl] .icon {
    left: auto;
    right: .625rem
}

.sidenav-m3[dir=rtl] .dropdown-toggle {
    padding-left: 1.5rem !important;
    padding-right: 3rem !important
}

.sidenav-m3[dir=rtl] .dropdown-toggle:before {
    left: 1rem;
    margin-left: 0
}

.sidenav-simple {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    background-color: #f8f8f8;
    display: block;
    height: 100%;
    list-style: none inside;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overflow: -moz-scrollbars-none;
    padding: 0;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 52px
}

.sidenav-simple::-webkit-scrollbar {
    display: none !important
}

.sidenav-simple a,
.sidenav-simple li {
    background-color: inherit;
    color: inherit;
    display: block;
    height: 52px;
    line-height: 52px;
    position: relative;
    width: 100%
}

.sidenav-simple a {
    line-height: .875rem;
    padding: .625rem 0
}

.sidenav-simple a,
.sidenav-simple a:hover {
    text-decoration: none
}

.sidenav-simple .icon {
    font-size: 26px;
    height: 28px;
    left: .625rem;
    line-height: 28px;
    position: absolute;
    text-align: center;
    top: .635rem;
    vertical-align: middle;
    width: 28px
}

.sidenav-simple .title {
    display: none;
    font-size: .875rem;
    line-height: 52px;
    margin: 0;
    text-transform: uppercase;
    white-space: nowrap
}

.sidenav-simple li:hover {
    background-color: rgba(29, 29, 29, .1)
}

.sidenav-simple li:active {
    background-color: #0686c4;
    color: #fff
}

.sidenav-simple .active,
.sidenav-simple li.active:hover {
    background-color: #1fb1f8;
    color: #fff
}

.sidenav-simple[dir=rtl] .icon {
    left: .725rem
}

@media screen and (min-width:0) {
    .sidenav-simple-expand-fs {
        width: 220px
    }

    .sidenav-simple-expand-fs a {
        padding: 0 1rem 0 3.75rem
    }

    .sidenav-simple-expand-fs .title {
        display: block
    }

    .sidenav-simple-expand-fs[dir=rtl] a {
        padding: .625rem 3.75rem .625rem 1rem
    }

    .sidenav-simple-expand-fs[dir=rtl] .icon {
        left: auto;
        right: .625rem
    }
}

@media screen and (min-width:360px) {
    .sidenav-simple-expand-xs {
        width: 220px
    }

    .sidenav-simple-expand-xs a {
        padding: 0 1rem 0 3.75rem
    }

    .sidenav-simple-expand-xs .title {
        display: block
    }

    .sidenav-simple-expand-xs[dir=rtl] a {
        padding: .625rem 3.75rem .625rem 1rem
    }

    .sidenav-simple-expand-xs[dir=rtl] .icon {
        left: auto;
        right: .625rem
    }
}

@media screen and (min-width:576px) {
    .sidenav-simple-expand-sm {
        width: 220px
    }

    .sidenav-simple-expand-sm a {
        padding: 0 1rem 0 3.75rem
    }

    .sidenav-simple-expand-sm .title {
        display: block
    }

    .sidenav-simple-expand-sm[dir=rtl] a {
        padding: .625rem 3.75rem .625rem 1rem
    }

    .sidenav-simple-expand-sm[dir=rtl] .icon {
        left: auto;
        right: .625rem
    }
}

@media screen and (min-width:640px) {
    .sidenav-simple-expand-ld {
        width: 220px
    }

    .sidenav-simple-expand-ld a {
        padding: 0 1rem 0 3.75rem
    }

    .sidenav-simple-expand-ld .title {
        display: block
    }

    .sidenav-simple-expand-ld[dir=rtl] a {
        padding: .625rem 3.75rem .625rem 1rem
    }

    .sidenav-simple-expand-ld[dir=rtl] .icon {
        left: auto;
        right: .625rem
    }
}

@media screen and (min-width:768px) {
    .sidenav-simple-expand-md {
        width: 220px
    }

    .sidenav-simple-expand-md a {
        padding: 0 1rem 0 3.75rem
    }

    .sidenav-simple-expand-md .title {
        display: block
    }

    .sidenav-simple-expand-md[dir=rtl] a {
        padding: .625rem 3.75rem .625rem 1rem
    }

    .sidenav-simple-expand-md[dir=rtl] .icon {
        left: auto;
        right: .625rem
    }
}

@media screen and (min-width:992px) {
    .sidenav-simple-expand-lg {
        width: 220px
    }

    .sidenav-simple-expand-lg a {
        padding: 0 1rem 0 3.75rem
    }

    .sidenav-simple-expand-lg .title {
        display: block
    }

    .sidenav-simple-expand-lg[dir=rtl] a {
        padding: .625rem 3.75rem .625rem 1rem
    }

    .sidenav-simple-expand-lg[dir=rtl] .icon {
        left: auto;
        right: .625rem
    }
}

@media screen and (min-width:1200px) {
    .sidenav-simple-expand-xl {
        width: 220px
    }

    .sidenav-simple-expand-xl a {
        padding: 0 1rem 0 3.75rem
    }

    .sidenav-simple-expand-xl .title {
        display: block
    }

    .sidenav-simple-expand-xl[dir=rtl] a {
        padding: .625rem 3.75rem .625rem 1rem
    }

    .sidenav-simple-expand-xl[dir=rtl] .icon {
        left: auto;
        right: .625rem
    }
}

@media screen and (min-width:1452px) {
    .sidenav-simple-expand-xxl {
        width: 220px
    }

    .sidenav-simple-expand-xxl a {
        padding: 0 1rem 0 3.75rem
    }

    .sidenav-simple-expand-xxl .title {
        display: block
    }

    .sidenav-simple-expand-xxl[dir=rtl] a {
        padding: .625rem 3.75rem .625rem 1rem
    }

    .sidenav-simple-expand-xxl[dir=rtl] .icon {
        left: auto;
        right: .625rem
    }
}

@media screen and (min-width:2000px) {
    .sidenav-simple-expand-xxxl {
        width: 220px
    }

    .sidenav-simple-expand-xxxl a {
        padding: 0 1rem 0 3.75rem
    }

    .sidenav-simple-expand-xxxl .title {
        display: block
    }

    .sidenav-simple-expand-xxxl[dir=rtl] a {
        padding: .625rem 3.75rem .625rem 1rem
    }

    .sidenav-simple-expand-xxxl[dir=rtl] .icon {
        left: auto;
        right: .625rem
    }
}

.skill-box {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    color: #1d1d1d
}

.skill-box,
.skill-box .header {
    display: block;
    position: relative
}

.skill-box .header {
    padding: 20px
}

.skill-box .header:after {
    clear: both;
    content: "";
    display: block
}

.skill-box .header .avatar {
    border-radius: 50%;
    float: left;
    height: auto;
    overflow: hidden;
    width: 64px
}

.skill-box .header .title {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.1;
    margin: 5px 5px 5px 75px
}

.skill-box .header .subtitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0 5px 5px 75px
}

.skill-box .skills {
    list-style: none inside;
    margin: 0;
    padding: 0
}

.skill-box .skills li {
    font-size: 14px;
    padding: 8px 16px
}

.skill-box .skills li a {
    color: inherit;
    text-decoration: none
}

.skill-box .skills li+li {
    border-top: 1px solid var(--border-color)
}

.skill-box .skills .badge {
    display: inline-block;
    float: right;
    position: relative;
    right: auto;
    top: 4px;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0)
}

.social-box {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    color: #1d1d1d;
    display: block;
    position: relative
}

.social-box .header {
    display: block;
    padding: 20px 20px 40px;
    position: relative
}

.social-box .header .avatar {
    border: 2px solid #fff;
    border-radius: 50%;
    height: auto;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 90px;
    z-index: 2
}

.social-box .header .title {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 5px;
    z-index: 1
}

.social-box .header .subtitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
    z-index: 1
}

.social-box .skills {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap;
    list-style: none inside;
    margin: 0;
    padding: 40px 0 0
}

.social-box .skills li {
    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    font-size: 14px;
    padding: 8px 16px;
    text-align: center
}

.social-box .skills li a {
    color: inherit;
    text-decoration: none
}

.social-box .skills li+li {
    border-left: 1px solid var(--border-color)
}

.split-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-inline-box;
    display: inline-flex;
    flex-flow: row nowrap;
    height: 36px;
    line-height: 1;
    position: relative;
    width: auto
}

.split-button>:first-child {
    -webkit-box-ordinal-group: 2;
    order: 1
}

.split-button>:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    margin-left: 4px;
    order: 2
}

.split-button .split {
    background-color: #e4e4e4;
    border: 1px solid transparent;
    color: #1d1d1d;
    cursor: pointer;
    font-size: .875rem;
    height: 36px;
    line-height: 36px;
    min-width: 36px;
    outline: none;
    padding: 0 .75rem;
    position: relative;
    text-align: center;
    vertical-align: middle
}

.split-button .split.dropdown-toggle:before {
    margin-left: -1.25rem
}

.split-button .split:hover {
    background-color: #cbcbcb
}

.split-button .split:focus,
.split-button .split:hover {
    text-decoration: none
}

.split-button .split:active {
    -webkit-box-shadow: 0 0 0 3px hsla(0, 0%, 75%, .45);
    box-shadow: 0 0 0 3px hsla(0, 0%, 75%, .45);
    outline: 0
}

.split-button .split.disabled,
.split-button .split:disabled {
    opacity: .65
}

.split-button .split.outline {
    background: transparent none;
    border-color: var(--border-color);
    border-width: 1px
}

.split-button .split:active {
    -webkit-box-shadow: none;
    box-shadow: none
}

.split-button .drop-object,
.split-button [data-role*=dropdown] {
    left: 0;
    top: 100%
}

.split-button.no-gap .split {
    margin-left: -2px
}

.splitter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    -webkit-user-select: none;
    user-select: none
}

.splitter.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.splitter>.gutter {
    -webkit-box-flex: 0;
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    cursor: col-resize;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 1
}

.splitter>.gutter.active {
    background-color: #bebebe
}

.splitter>.gutter:before {
    background: #bebebe;
    content: "";
    display: block;
    height: 24px;
    left: 0;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1
}

.splitter.vertical>.gutter {
    cursor: row-resize
}

.splitter.vertical>.gutter:before {
    height: 100%;
    left: 50%;
    margin-left: -12px;
    margin-top: 0;
    top: 0;
    width: 24px
}

.splitter.static-size>.gutter {
    cursor: default
}

.splitter.static-size>.gutter:before {
    display: none
}

.splitter>.split-block {
    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    overflow: hidden;
    position: relative
}

.splitter {
    --gutter-dot-size: 2px;
    --gutter-bg-size: 8px;
    --gutter-bg-position: calc(var(--gutter-bg-size)/2);
    --gutter-dot-color: #fff;
    --gutter-dot-color-second: #bebebe
}

.splitter.gutter-style-ribbed>.gutter:before {
    background: repeating-linear-gradient(45deg, #fff, #a6a6a6 4px, #fff 0, #a6a6a6 8px)
}

.splitter.gutter-style-dashed>.gutter:before {
    background: repeating-linear-gradient(0deg, #fff, #a6a6a6 4px, #fff 0, #a6a6a6 8px)
}

.splitter.gutter-style-dashed.vertical>.gutter:before {
    background: repeating-linear-gradient(90deg, #fff, #a6a6a6 4px, #fff 0, #a6a6a6 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-position: 0 0, var(--gutter-bg-position) var(--gutter-bg-position);
    background-size: var(--gutter-bg-size) var(--gutter-bg-size)
}

.stepper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: .5rem 0;
    position: relative
}

.stepper:before {
    background-color: #bebebe;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 0
}

.stepper.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap
}

.stepper .step {
    background-color: #989898;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 32px;
    line-height: 32px;
    position: relative;
    text-align: center;
    width: 32px;
    z-index: 1
}

.stepper .step span {
    display: block
}

.stepper .step.complete {
    background-color: #60a917;
    color: #fff
}

.stepper .step.current {
    background-color: #1fb1f8;
    color: #fff
}

.stepper.cycle .step {
    border-radius: 50%
}

.stepper.diamond .step {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.stepper.diamond .step span {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.streamer {
    display: block;
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative;
    width: 100%
}

.streamer .streams {
    -webkit-box-orient: vertical;
    background-color: #fff;
    color: #1d1d1d;
    display: -webkit-box;
    display: flex;
    flex-flow: column nowrap;
    margin-top: 2px;
    overflow: visible;
    padding-top: 30px;
    top: 0;
    width: 40px;
    z-index: 500
}

.streamer .streamer-actions,
.streamer .streams {
    -webkit-box-direction: normal;
    left: 0;
    position: absolute
}

.streamer .streamer-actions {
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    background-color: inherit;
    display: none;
    flex-flow: row nowrap;
    height: 32px;
    justify-content: flex-start;
    top: -1px;
    width: 100%;
    z-index: 101
}

.streamer .streamer-action {
    background-color: #fff;
    border: 0 solid var(--border-color);
    color: #1d1d1d;
    cursor: pointer;
    height: 26px;
    line-height: 26px;
    margin: 1px;
    outline: none;
    padding: 0;
    text-align: center;
    width: 26px
}

.streamer .streamer-action * {
    font-size: 24px;
    height: 24px;
    text-align: center;
    vertical-align: inherit;
    width: 24px
}

.streamer a.streamer-action,
.streamer a.streamer-action:hover {
    color: #1d1d1d
}

.streamer .stream {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: inherit;
    border: 2px solid #fff;
    color: inherit;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    flex-flow: column nowrap;
    height: 75px;
    padding: 4px 8px;
    position: relative;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    -webkit-user-select: none;
    user-select: none;
    width: 40px
}

.streamer .stream-secondary,
.streamer .stream-title {
    display: none;
    z-index: 2
}

.streamer .stream-title {
    font-size: 14px;
    height: 100%;
    line-height: 1;
    text-transform: uppercase
}

.streamer .stream-secondary {
    font-size: 12px;
    height: 16px;
    line-height: 16px
}

.streamer .stream-icon {
    font-size: 24px;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 32px
}

.streamer .events-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-overflow-scrolling: auto;
    display: -webkit-box;
    display: flex;
    flex-flow: column nowrap;
    overflow: hidden;
    overflow-x: scroll;
    padding-left: 40px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 1
}

.streamer .streamer-fake-timeline,
.streamer .streamer-timeline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-ordinal-group: 2;
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap;
    height: 32px;
    list-style: none inside;
    margin: 0;
    order: 1;
    padding: 0;
    width: auto
}

.streamer .streamer-fake-timeline li,
.streamer .streamer-timeline li {
    -webkit-box-flex: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    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;
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    line-height: 30px;
    position: relative;
    vertical-align: bottom;
    width: 224px
}

.streamer .streamer-fake-timeline li em,
.streamer .streamer-timeline li em {
    -webkit-box-flex: 1;
    flex: 1 0 0;
    font-size: 10px;
    font-style: normal;
    margin: 4px;
    max-width: 100%
}

.streamer .streamer-fake-timeline {
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.streamer .streamer-fake-timeline li {
    -webkit-box-flex: 0;
    color: #fcfcfc;
    flex-grow: 0;
    flex-shrink: 0;
    line-height: 1px;
    overflow: hidden;
    text-align: center;
    width: auto
}

.streamer .streamer-events {
    -webkit-box-ordinal-group: 3;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap;
    order: 2;
    position: relative
}

.streamer .event-group {
    background-color: #fff;
    border: 1px solid transparent;
    color: #1d1d1d;
    display: block;
    flex-shrink: 0;
    margin-top: -1px
}

.streamer .stream-events {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap;
    height: auto;
    min-height: 75px;
    position: relative;
    width: auto
}

.streamer .stream-events.global-stream {
    min-height: 100%
}

.streamer .stream-events.global-stream .stream-event {
    min-width: 100%
}

.streamer .stream-event {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    color: #1d1d1d;
    cursor: pointer;
    height: 72px;
    margin: 2px 1px;
    overflow: hidden;
    width: 222px
}

.streamer .stream-event:hover {
    border-color: var(--border-color)
}

.streamer .stream-event-slide {
    -webkit-box-orient: horizontal;
    flex-flow: row nowrap;
    height: 100%
}

.streamer .stream-event-slide,
.streamer .stream-event-slide .slide-logo {
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    position: relative
}

.streamer .stream-event-slide .slide-logo {
    -webkit-box-orient: vertical;
    flex-flow: column nowrap;
    padding: 2px;
    width: 40px
}

.streamer .stream-event-slide .slide-logo .icon {
    height: 36px;
    width: 36px
}

.streamer .stream-event-slide .slide-logo .time {
    font-size: .75rem;
    margin-top: 1px;
    padding: 5px 4px 6px
}

.streamer .stream-event-slide .slide-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    margin: 0 4px;
    max-width: calc(100% - 48px);
    padding: 4px 0;
    width: auto
}

.streamer .stream-event-slide .slide-data .desc,
.streamer .stream-event-slide .slide-data .subtitle,
.streamer .stream-event-slide .slide-data .title {
    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 {
    color: #999;
    font-size: 11px;
    height: 29px;
    margin-top: auto
}

.streamer .stream-event-slide .slide-data *+.subtitle {
    margin-top: 2px
}

.streamer .stream-event-slide .state-icon {
    color: #989898;
    position: absolute;
    right: 8px;
    top: 4px;
    z-index: 99
}

.streamer .stream-event {
    position: relative;
    -webkit-user-select: none;
    user-select: none
}

.streamer .stream-event.selected {
    -webkit-box-shadow: 0 0 0 1px #69cbfa !important;
    box-shadow: 0 0 0 1px #69cbfa !important
}

.streamer .stream-events:not(.global-stream) .stream-event.disabled {
    opacity: .2
}

.streamer .size-auto {
    width: auto
}

.streamer .event-group.size-1x {
    width: 224px
}

.streamer .event-group.size-2x {
    width: 448px
}

.streamer .event-group.size-3x {
    width: 672px
}

.streamer .event-group.size-4x {
    width: 896px
}

.streamer .event-group.size-5x {
    width: 1120px
}

.streamer .event-group.size-6x {
    width: 1344px
}

.streamer .event-group.size-7x {
    width: 1568px
}

.streamer .event-group.size-8x {
    width: 1792px
}

.streamer .event-group.size-9x {
    width: 2016px
}

.streamer .event-group.size-10x {
    width: 2240px
}

.streamer .event-group.size-11x {
    width: 2464px
}

.streamer .event-group.size-12x {
    width: 2688px
}

.streamer .event-group.size-13x {
    width: 2912px
}

.streamer .event-group.size-14x {
    width: 3136px
}

.streamer .event-group.size-15x {
    width: 3360px
}

.streamer .event-group.size-16x {
    width: 3584px
}

.streamer .event-group.size-17x {
    width: 3808px
}

.streamer .event-group.size-18x {
    width: 4032px
}

.streamer .event-group.size-19x {
    width: 4256px
}

.streamer .event-group.size-20x {
    width: 4480px
}

.streamer .stream-event.size-1x {
    width: 222px
}

.streamer .stream-event.shift-1x {
    margin-left: 225px
}

.streamer .stream-event.size-2x {
    width: 446px
}

.streamer .stream-event.shift-2x {
    margin-left: 449px
}

.streamer .stream-event.size-3x {
    width: 670px
}

.streamer .stream-event.shift-3x {
    margin-left: 673px
}

.streamer .stream-event.size-4x {
    width: 894px
}

.streamer .stream-event.shift-4x {
    margin-left: 897px
}

.streamer .stream-event.size-5x {
    width: 1118px
}

.streamer .stream-event.shift-5x {
    margin-left: 1121px
}

.streamer .stream-event.size-6x {
    width: 1342px
}

.streamer .stream-event.shift-6x {
    margin-left: 1345px
}

.streamer .stream-event.size-7x {
    width: 1566px
}

.streamer .stream-event.shift-7x {
    margin-left: 1569px
}

.streamer .stream-event.size-8x {
    width: 1790px
}

.streamer .stream-event.shift-8x {
    margin-left: 1793px
}

.streamer .stream-event.size-9x {
    width: 2014px
}

.streamer .stream-event.shift-9x {
    margin-left: 2017px
}

.streamer .stream-event.size-10x {
    width: 2238px
}

.streamer .stream-event.shift-10x {
    margin-left: 2241px
}

.streamer .stream-event.size-11x {
    width: 2462px
}

.streamer .stream-event.shift-11x {
    margin-left: 2465px
}

.streamer .stream-event.size-12x {
    width: 2686px
}

.streamer .stream-event.shift-12x {
    margin-left: 2689px
}

.streamer .stream-event.size-13x {
    width: 2910px
}

.streamer .stream-event.shift-13x {
    margin-left: 2913px
}

.streamer .stream-event.size-14x {
    width: 3134px
}

.streamer .stream-event.shift-14x {
    margin-left: 3137px
}

.streamer .stream-event.size-15x {
    width: 3358px
}

.streamer .stream-event.shift-15x {
    margin-left: 3361px
}

.streamer .stream-event.size-16x {
    width: 3582px
}

.streamer .stream-event.shift-16x {
    margin-left: 3585px
}

.streamer .stream-event.size-17x {
    width: 3806px
}

.streamer .stream-event.shift-17x {
    margin-left: 3809px
}

.streamer .stream-event.size-18x {
    width: 4030px
}

.streamer .stream-event.shift-18x {
    margin-left: 4033px
}

.streamer .stream-event.size-19x {
    width: 4254px
}

.streamer .stream-event.shift-19x {
    margin-left: 4257px
}

.streamer .stream-event.size-20x {
    width: 4478px
}

.streamer .stream-event.shift-20x {
    margin-left: 4481px
}

.streamer .stream-event.size-half {
    width: 112px
}

.streamer .stream-event.size-one-third {
    width: 74.66666667px
}

.streamer .stream-event.offset-half {
    margin-left: 112px
}

.streamer .stream-event.offset-one-third {
    margin-left: 74.66666667px
}

html.metro-no-touch-device .streamer .stream:hover {
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    width: 200px
}

html.metro-no-touch-device .streamer .stream:hover .stream-secondary,
html.metro-no-touch-device .streamer .stream:hover .stream-title {
    display: block
}

html.metro-no-touch-device .streamer .stream:hover .stream-icon {
    bottom: 4px;
    left: auto;
    right: 4px;
    top: auto
}

html.metro-touch-device .streamer .stream.focused {
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    width: 200px
}

html.metro-touch-device .streamer .stream.focused .stream-secondary,
html.metro-touch-device .streamer .stream.focused .stream-title {
    display: block
}

html.metro-touch-device .streamer .stream.focused .stream-icon {
    bottom: 4px;
    left: auto;
    right: 4px;
    top: auto
}

@media screen and (min-width:0) {

    .streamer.streamer-expand-fs .stream,
    .streamer.streamer-expand-fs .streams {
        width: 200px
    }

    .streamer.streamer-expand-fs .streamer-actions {
        display: -webkit-box;
        display: flex;
        width: 200px
    }

    .streamer.streamer-expand-fs .stream-secondary,
    .streamer.streamer-expand-fs .stream-title {
        display: block
    }

    .streamer.streamer-expand-fs .stream-icon {
        bottom: 4px;
        left: auto;
        right: 4px;
        top: auto
    }

    .streamer.streamer-expand-fs .events-area {
        padding-left: 200px
    }
}

@media screen and (min-width:360px) {

    .streamer.streamer-expand-xs .stream,
    .streamer.streamer-expand-xs .streams {
        width: 200px
    }

    .streamer.streamer-expand-xs .streamer-actions {
        display: -webkit-box;
        display: flex;
        width: 200px
    }

    .streamer.streamer-expand-xs .stream-secondary,
    .streamer.streamer-expand-xs .stream-title {
        display: block
    }

    .streamer.streamer-expand-xs .stream-icon {
        bottom: 4px;
        left: auto;
        right: 4px;
        top: auto
    }

    .streamer.streamer-expand-xs .events-area {
        padding-left: 200px
    }
}

@media screen and (min-width:576px) {

    .streamer.streamer-expand-sm .stream,
    .streamer.streamer-expand-sm .streams {
        width: 200px
    }

    .streamer.streamer-expand-sm .streamer-actions {
        display: -webkit-box;
        display: flex;
        width: 200px
    }

    .streamer.streamer-expand-sm .stream-secondary,
    .streamer.streamer-expand-sm .stream-title {
        display: block
    }

    .streamer.streamer-expand-sm .stream-icon {
        bottom: 4px;
        left: auto;
        right: 4px;
        top: auto
    }

    .streamer.streamer-expand-sm .events-area {
        padding-left: 200px
    }
}

@media screen and (min-width:640px) {

    .streamer.streamer-expand-ld .stream,
    .streamer.streamer-expand-ld .streams {
        width: 200px
    }

    .streamer.streamer-expand-ld .streamer-actions {
        display: -webkit-box;
        display: flex;
        width: 200px
    }

    .streamer.streamer-expand-ld .stream-secondary,
    .streamer.streamer-expand-ld .stream-title {
        display: block
    }

    .streamer.streamer-expand-ld .stream-icon {
        bottom: 4px;
        left: auto;
        right: 4px;
        top: auto
    }

    .streamer.streamer-expand-ld .events-area {
        padding-left: 200px
    }
}

@media screen and (min-width:768px) {

    .streamer.streamer-expand-md .stream,
    .streamer.streamer-expand-md .streams {
        width: 200px
    }

    .streamer.streamer-expand-md .streamer-actions {
        display: -webkit-box;
        display: flex;
        width: 200px
    }

    .streamer.streamer-expand-md .stream-secondary,
    .streamer.streamer-expand-md .stream-title {
        display: block
    }

    .streamer.streamer-expand-md .stream-icon {
        bottom: 4px;
        left: auto;
        right: 4px;
        top: auto
    }

    .streamer.streamer-expand-md .events-area {
        padding-left: 200px
    }
}

@media screen and (min-width:992px) {

    .streamer.streamer-expand-lg .stream,
    .streamer.streamer-expand-lg .streams {
        width: 200px
    }

    .streamer.streamer-expand-lg .streamer-actions {
        display: -webkit-box;
        display: flex;
        width: 200px
    }

    .streamer.streamer-expand-lg .stream-secondary,
    .streamer.streamer-expand-lg .stream-title {
        display: block
    }

    .streamer.streamer-expand-lg .stream-icon {
        bottom: 4px;
        left: auto;
        right: 4px;
        top: auto
    }

    .streamer.streamer-expand-lg .events-area {
        padding-left: 200px
    }
}

@media screen and (min-width:1200px) {

    .streamer.streamer-expand-xl .stream,
    .streamer.streamer-expand-xl .streams {
        width: 200px
    }

    .streamer.streamer-expand-xl .streamer-actions {
        display: -webkit-box;
        display: flex;
        width: 200px
    }

    .streamer.streamer-expand-xl .stream-secondary,
    .streamer.streamer-expand-xl .stream-title {
        display: block
    }

    .streamer.streamer-expand-xl .stream-icon {
        bottom: 4px;
        left: auto;
        right: 4px;
        top: auto
    }

    .streamer.streamer-expand-xl .events-area {
        padding-left: 200px
    }
}

@media screen and (min-width:1452px) {

    .streamer.streamer-expand-xxl .stream,
    .streamer.streamer-expand-xxl .streams {
        width: 200px
    }

    .streamer.streamer-expand-xxl .streamer-actions {
        display: -webkit-box;
        display: flex;
        width: 200px
    }

    .streamer.streamer-expand-xxl .stream-secondary,
    .streamer.streamer-expand-xxl .stream-title {
        display: block
    }

    .streamer.streamer-expand-xxl .stream-icon {
        bottom: 4px;
        left: auto;
        right: 4px;
        top: auto
    }

    .streamer.streamer-expand-xxl .events-area {
        padding-left: 200px
    }
}

@media screen and (min-width:2000px) {

    .streamer.streamer-expand-xxxl .stream,
    .streamer.streamer-expand-xxxl .streams {
        width: 200px
    }

    .streamer.streamer-expand-xxxl .streamer-actions {
        display: -webkit-box;
        display: flex;
        width: 200px
    }

    .streamer.streamer-expand-xxxl .stream-secondary,
    .streamer.streamer-expand-xxxl .stream-title {
        display: block
    }

    .streamer.streamer-expand-xxxl .stream-icon {
        bottom: 4px;
        left: auto;
        right: 4px;
        top: auto
    }

    .streamer.streamer-expand-xxxl .events-area {
        padding-left: 200px
    }
}

.switch {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-inline-box;
    display: inline-flex;
    flex-flow: row nowrap;
    height: 36px;
    justify-content: flex-start;
    margin: 0;
    position: relative;
    -webkit-user-select: none;
    user-select: none
}

.switch input {
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 1px
}

.switch .caption,
.switch .check {
    display: block;
    font-size: 14px;
    line-height: 38px;
    margin: 0 4px;
    position: relative
}

.switch .check {
    background: transparent;
    border: 2px solid #1d1d1d;
    border-radius: .5625rem;
    cursor: pointer;
    display: inline-block;
    flex-shrink: 0;
    height: 20px;
    position: relative;
    vertical-align: middle;
    width: 48px;
    z-index: 1
}

.switch .check:after {
    background: #333;
    border: 2px solid #333;
    border-radius: 50%;
    content: "";
    cursor: pointer;
    display: block;
    height: .75rem;
    left: 3px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: .75rem;
    z-index: 2
}

.switch input[type=checkbox]:checked~.check {
    background: #1d1d1d;
    border-color: #1d1d1d;
    color: #1d1d1d
}

.switch input[type=checkbox]:checked~.check:after {
    background-color: #fff;
    border-color: #fff;
    left: auto;
    -webkit-transform: translateX(30px) translateY(-50%);
    transform: translateX(30px) translateY(-50%)
}

.switch input[type=checkbox]:disabled~.check {
    background-color: #e9e9e9;
    border-color: #e9e9e9
}

.switch input[type=checkbox]:disabled~.check:after {
    background-color: #d0d0d0;
    border-color: #d0d0d0
}

.switch .check {
    -webkit-box-ordinal-group: 2;
    order: 1
}

.switch .caption {
    -webkit-box-ordinal-group: 3;
    order: 2
}

.switch.caption-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-flow: row-reverse nowrap
}

.switch.invalid,
.switch.required,
.switch.valid {
    border: none !important
}

.switch.invalid:after {
    display: none
}

.switch.transition-on .check,
.switch.transition-on .check:after,
.switch.transition-on input[type=checkbox]:checked~.check:after {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.switch .check:before {
    color: inherit;
    content: attr(data-off);
    display: block;
    font-size: 10px;
    left: 16px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -2px;
    width: 26px
}

.switch input[type=checkbox]:checked~.check:before {
    color: #fff;
    content: attr(data-on);
    left: 1px
}

.switch input[type=checkbox]:disabled~.check:before {
    display: none
}

.switch-material {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-inline-box;
    display: inline-flex;
    flex-flow: row nowrap;
    height: 36px;
    justify-content: flex-start;
    margin: 0;
    position: relative;
    -webkit-user-select: none;
    user-select: none
}

.switch-material input {
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 1px
}

.switch-material .caption,
.switch-material .check {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    margin: 0 4px;
    vertical-align: middle
}

.switch-material .check {
    background-color: #929292;
    border-radius: 8px;
    height: 16px;
    margin: 0 4px;
    overflow: visible;
    position: relative;
    width: 48px
}

.switch-material .check:after {
    background-color: #00aba9;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .26);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .26);
    content: "";
    display: block;
    height: 22px;
    margin-left: -3px;
    margin-top: -3px;
    position: absolute;
    width: 22px;
    z-index: 2
}

.switch-material input:not(:checked)~.check:after {
    background-color: #fff
}

.switch-material input:checked~.check {
    background-color: rgba(0, 150, 136, .5)
}

.switch-material input:checked~.check:after {
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
}

.switch-material input:disabled~.check {
    background-color: #d5d5d5
}

.switch-material input:disabled~.check:after {
    background-color: #bdbdbd
}

.switch-material .check {
    -webkit-box-ordinal-group: 2;
    order: 1
}

.switch-material .caption {
    -webkit-box-ordinal-group: 3;
    order: 2
}

.switch-material.caption-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-flow: row-reverse nowrap
}

.switch-material.transition-on {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.switch-material.transition-on input:checked~.check:after,
.switch-material.transition-on input:not(:checked)~.check:after {
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.switch-material .check:before {
    color: inherit;
    content: attr(data-off);
    display: block;
    font-size: 10px;
    left: 19px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -2px;
    width: 26px
}

.switch-material input[type=checkbox]:checked~.check:before {
    color: #fff;
    content: attr(data-on);
    left: 1px
}

.switch-material input[type=checkbox]:disabled~.check:before,
.t-menu {
    display: none
}

.t-menu {
    background-color: #fff;
    border-collapse: initial;
    -webkit-box-shadow: 2px 2px 2px 0 hsla(210, 4%, 89%, .7), -.5px 0 1px 0 hsla(210, 4%, 89%, .7);
    box-shadow: 2px 2px 2px 0 hsla(210, 4%, 89%, .7), -.5px 0 1px 0 hsla(210, 4%, 89%, .7);
    color: #1d1d1d;
    float: left;
    list-style: none inside;
    margin: 0;
    padding: 0;
    position: relative;
    width: auto
}

.t-menu.open {
    display: block
}

.t-menu>li,
.t-menu>li>a {
    background-color: inherit;
    color: inherit;
    display: block;
    position: relative
}

.t-menu>li>a {
    border-bottom: 1px solid var(--border-color);
    height: 60px;
    line-height: 60px;
    padding: 0 1rem;
    width: 60px
}

.t-menu>li>a .icon {
    font-size: 1.5rem;
    height: 1.5rem;
    line-height: 60px;
    width: 1.5rem
}

.t-menu>li:hover {
    background-color: rgba(29, 29, 29, .1)
}

.t-menu>li:last-child a {
    border-bottom: 0
}

.t-menu a,
.t-menu a:hover {
    text-decoration: none !important
}

.t-menu.horizontal>li {
    float: left
}

.t-menu .t-menu {
    float: none;
    left: 100%;
    margin-left: .3125rem;
    position: absolute;
    top: 0
}

.t-menu.horizontal .t-menu {
    left: 0;
    margin-left: 0;
    margin-top: .3125rem;
    top: 100%
}

.t-menu .dropdown-toggle {
    padding-right: 1rem !important
}

.t-menu .dropdown-toggle:after {
    background-color: initial;
    border-color: transparent transparent rgba(29, 29, 29, .5);
    border-style: solid;
    border-width: 0 0 8px 8px;
    bottom: 0;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    right: 0;
    top: auto;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width: 0
}

.t-menu .dropdown-toggle:before {
    display: none
}

.t-menu.horizontal>li>a {
    border-bottom: 0;
    border-right: 1px solid var(--border-color)
}

.t-menu.horizontal>li:last-child>a {
    border-right: 0
}

.t-menu.horizontal .t-menu:not(.horizontal) {
    left: 0;
    margin-left: 0;
    margin-top: .3125rem;
    top: 100%
}

.t-menu.horizontal .t-menu:not(.horizontal) .t-menu.horizontal {
    float: left;
    left: 100%;
    margin-left: .3125rem;
    top: -.3rem
}

.t-menu.compact li a {
    height: 40px;
    line-height: 40px;
    padding: 0 .7rem;
    width: 40px
}

.t-menu.compact li a .icon {
    font-size: 1rem;
    height: 1rem;
    line-height: 40px;
    width: 1rem
}

.t-menu.compact .dropdown-toggle {
    padding-right: .7rem !important
}

.t-menu {
    z-index: 1000
}

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

.td,
.th {
    display: table-cell
}

.table {
    width: 100%
}

.table .td,
.table .th,
.table td,
.table th {
    padding: .625rem
}

.table.fixed-layout {
    table-layout: fixed
}

.table.fixed-layout .td,
.table.fixed-layout .th,
.table.fixed-layout td,
.table.fixed-layout th {
    overflow: hidden;
    white-space: nowrap
}

.table .tfoot,
.table .thead,
.table tfoot,
.table thead {
    border-bottom: 4px solid #e4e4e4
}

.table .tfoot .td,
.table .tfoot .th,
.table .tfoot td,
.table .tfoot th,
.table .thead .td,
.table .thead .th,
.table .thead td,
.table .thead th,
.table tfoot .td,
.table tfoot .th,
.table tfoot td,
.table tfoot th,
.table thead .td,
.table thead .th,
.table thead td,
.table thead th {
    border-color: transparent;
    color: #1d1d1d;
    cursor: default;
    font-weight: 700;
    line-height: 1.2;
    text-align: left
}

.table .tfoot,
.table tfoot {
    border-top: 4px solid #e4e4e4
}

.table .tbody .td,
.table .tbody td,
.table tbody .td,
.table tbody td {
    padding: .625rem;
    vertical-align: middle
}

.table .sortable-column,
.table .sorting {
    cursor: pointer;
    padding-right: 30px;
    position: relative
}

.table .sortable-column:after,
.table .sorting:after {
    color: inherit;
    content: "\21C5";
    font-size: .8em;
    font-weight: 100;
    height: 1rem;
    left: 100%;
    line-height: 1;
    margin-left: -1.25rem;
    margin-top: -.3rem;
    opacity: .7;
    position: absolute;
    top: 50%;
    width: 1rem
}

.table .sortable-column.sort-asc,
.table .sortable-column.sort-desc,
.table .sortable-column.sorting_asc,
.table .sortable-column.sorting_desc,
.table .sorting.sort-asc,
.table .sorting.sort-desc,
.table .sorting.sorting_asc,
.table .sorting.sorting_desc {
    background-color: #ebebeb
}

.table .sortable-column.sort-asc:after,
.table .sortable-column.sort-desc:after,
.table .sortable-column.sorting_asc:after,
.table .sortable-column.sorting_desc:after,
.table .sorting.sort-asc:after,
.table .sorting.sort-desc:after,
.table .sorting.sorting_asc:after,
.table .sorting.sorting_desc:after {
    color: #1d1d1d;
    font-size: 1em;
    font-weight: 700;
    margin-top: -.5rem;
    opacity: 1
}

.table .sortable-column.sort-asc:after,
.table .sortable-column.sorting_asc:after,
.table .sorting.sort-asc:after,
.table .sorting.sorting_asc:after {
    content: "\2191"
}

.table .sortable-column.sort-desc:after,
.table .sortable-column.sorting_desc:after,
.table .sorting.sort-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:after,
.table.sortable-markers-on-left .sortable-column:before,
.table.sortable-markers-on-left .sorting:after,
.table.sortable-markers-on-left .sorting:before {
    left: 0;
    margin-left: .625rem
}

.table .tr.selected .td,
.table .tr.selected td,
.table tr.selected .td,
.table tr.selected td {
    background-color: rgba(28, 183, 236, .1)
}

.table .td.selected,
.table td.selected {
    background-color: rgba(28, 183, 236, .3)
}

.table.striped .tbody .tr:nth-child(2n),
.table.striped tbody tr:nth-child(2n) {
    background: #f8f8f8
}

.table.row-hover .tbody .tr:hover,
.table.row-hover .tbody tr:hover,
.table.row-hover tbody .tr:hover,
.table.row-hover tbody tr:hover {
    background-color: rgba(28, 183, 236, .1)
}

.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: rgba(28, 183, 236, .3)
}

.table.cell-border .td,
.table.cell-border .th,
.table.cell-border td,
.table.cell-border th,
.table.table-border {
    border: 1px solid var(--border-color)
}

.table.cell-border .thead .tr:first-child .td,
.table.cell-border .thead .tr:first-child .th,
.table.cell-border .thead .tr:first-child td,
.table.cell-border .thead .tr:first-child th,
.table.cell-border .thead tr:first-child .td,
.table.cell-border .thead tr:first-child .th,
.table.cell-border .thead tr:first-child td,
.table.cell-border .thead tr:first-child th,
.table.cell-border thead .tr:first-child .td,
.table.cell-border thead .tr:first-child .th,
.table.cell-border thead .tr:first-child td,
.table.cell-border thead .tr:first-child th,
.table.cell-border thead tr:first-child .td,
.table.cell-border thead tr:first-child .th,
.table.cell-border thead tr:first-child td,
.table.cell-border thead tr:first-child th {
    border-top: none
}

.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 td: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 .th: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 .td: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 th: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 td:first-child,
.table.cell-border thead tr:first-child th:first-child {
    border-left: none
}

.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 td: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 .th: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 .td: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 th: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 td:last-child,
.table.cell-border thead tr:first-child th: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 solid var(--border-color)
}

.table.subcompact .td,
.table.subcompact .th,
.table.subcompact td,
.table.subcompact th {
    font-size: 80%;
    padding: 3px 8px
}

.table.compact .td,
.table.compact .th,
.table.compact td,
.table.compact th {
    font-size: 80%;
    padding: 7px 8px
}

.table .check-cell,
.table .rownum-cell {
    text-align: center;
    width: 36px
}

.table .tbody .td.hidden,
.table .tbody .th.hidden,
.table .tbody td.hidden,
.table .tbody th.hidden,
.table .thead .td.hidden,
.table .thead .th.hidden,
.table .thead td.hidden,
.table .thead th.hidden,
.table tbody .td.hidden,
.table tbody .th.hidden,
.table tbody td.hidden,
.table tbody th.hidden,
.table thead .td.hidden,
.table thead .th.hidden,
.table thead td.hidden,
.table thead th.hidden {
    display: none !important
}

.table .data-wrapper {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.table .checkbox,
.table .radio,
.table .switch {
    height: auto
}

.table-component {
    display: block;
    position: relative
}

.table-bottom {
    margin-left: 0;
    margin-right: 0
}

.table-info,
.table-pagination,
.table-skip {
    flex-basis: auto
}

.table-progress {
    display: none;
    height: 64px;
    left: 50%;
    position: absolute;
    top: 200px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 64px;
    z-index: 2
}

.table-progress [class*=activity-] {
    margin: 0 auto
}

.table-inspector {
    background-color: #fff;
    border: 1px double var(--border-color);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
    color: #1d1d1d;
    display: none;
    left: 0;
    max-height: calc(100vh - 40px);
    padding: 10px;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 500
}

.table-inspector .table-inspector-header {
    border-bottom: 1px solid var(--border-color);
    display: block;
    font-size: 24px;
    font-weight: 100;
    margin-bottom: .5rem;
    overflow: hidden;
    padding: 0 .5rem .5rem;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap
}

.table-inspector .table-wrap {
    display: block;
    height: calc(100% - 110px);
    overflow-x: hidden;
    overflow-y: auto
}

.table-inspector .table-inspector-actions {
    border-top: 1px solid var(--border-color);
    display: block;
    margin-top: .5rem;
    padding: .5rem .5rem 0;
    position: relative
}

.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 {
    -webkit-animation: flash-bg 1s ease-out;
    animation: flash-bg 1s ease-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.table-inspector .spinner {
    width: 120px
}

.table-inspector .spinner input {
    font-size: 14px
}

.table-form,
.table-inspector.open {
    display: block
}

.table-form {
    border: 1px solid var(--border-color);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
    height: auto;
    left: 50%;
    max-height: calc(100vh - 40px);
    max-width: calc(100vw - 40px);
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: auto;
    z-index: 500
}

@-webkit-keyframes flash-bg {
    0% {
        background-color: #fff
    }

    30% {
        background-color: #bebebe
    }

    to {
        background-color: #fff
    }
}

@keyframes flash-bg {
    0% {
        background-color: #fff
    }

    30% {
        background-color: #bebebe
    }

    to {
        background-color: #fff
    }
}

@media screen and (min-width:0) {

    .table.normal-fs .td,
    .table.normal-fs .th,
    .table.normal-fs td,
    .table.normal-fs th {
        font-size: 1em;
        padding: .625rem
    }

    .table.compact-fs .td,
    .table.compact-fs .th,
    .table.compact-fs td,
    .table.compact-fs th {
        font-size: 80%;
        padding: 7px 8px
    }

    .table.subcompact-fs .td,
    .table.subcompact-fs .th,
    .table.subcompact-fs td,
    .table.subcompact-fs th {
        font-size: 80%;
        padding: 3px 8px
    }
}

@media screen and (min-width:360px) {

    .table.normal-xs .td,
    .table.normal-xs .th,
    .table.normal-xs td,
    .table.normal-xs th {
        font-size: 1em;
        padding: .625rem
    }

    .table.compact-xs .td,
    .table.compact-xs .th,
    .table.compact-xs td,
    .table.compact-xs th {
        font-size: 80%;
        padding: 7px 8px
    }

    .table.subcompact-xs .td,
    .table.subcompact-xs .th,
    .table.subcompact-xs td,
    .table.subcompact-xs th {
        font-size: 80%;
        padding: 3px 8px
    }
}

@media screen and (min-width:576px) {

    .table.normal-sm .td,
    .table.normal-sm .th,
    .table.normal-sm td,
    .table.normal-sm th {
        font-size: 1em;
        padding: .625rem
    }

    .table.compact-sm .td,
    .table.compact-sm .th,
    .table.compact-sm td,
    .table.compact-sm th {
        font-size: 80%;
        padding: 7px 8px
    }

    .table.subcompact-sm .td,
    .table.subcompact-sm .th,
    .table.subcompact-sm td,
    .table.subcompact-sm th {
        font-size: 80%;
        padding: 3px 8px
    }
}

@media screen and (min-width:640px) {

    .table.normal-ld .td,
    .table.normal-ld .th,
    .table.normal-ld td,
    .table.normal-ld th {
        font-size: 1em;
        padding: .625rem
    }

    .table.compact-ld .td,
    .table.compact-ld .th,
    .table.compact-ld td,
    .table.compact-ld th {
        font-size: 80%;
        padding: 7px 8px
    }

    .table.subcompact-ld .td,
    .table.subcompact-ld .th,
    .table.subcompact-ld td,
    .table.subcompact-ld th {
        font-size: 80%;
        padding: 3px 8px
    }
}

@media screen and (min-width:768px) {

    .table.normal-md .td,
    .table.normal-md .th,
    .table.normal-md td,
    .table.normal-md th {
        font-size: 1em;
        padding: .625rem
    }

    .table.compact-md .td,
    .table.compact-md .th,
    .table.compact-md td,
    .table.compact-md th {
        font-size: 80%;
        padding: 7px 8px
    }

    .table.subcompact-md .td,
    .table.subcompact-md .th,
    .table.subcompact-md td,
    .table.subcompact-md th {
        font-size: 80%;
        padding: 3px 8px
    }
}

@media screen and (min-width:992px) {

    .table.normal-lg .td,
    .table.normal-lg .th,
    .table.normal-lg td,
    .table.normal-lg th {
        font-size: 1em;
        padding: .625rem
    }

    .table.compact-lg .td,
    .table.compact-lg .th,
    .table.compact-lg td,
    .table.compact-lg th {
        font-size: 80%;
        padding: 7px 8px
    }

    .table.subcompact-lg .td,
    .table.subcompact-lg .th,
    .table.subcompact-lg td,
    .table.subcompact-lg th {
        font-size: 80%;
        padding: 3px 8px
    }
}

@media screen and (min-width:1200px) {

    .table.normal-xl .td,
    .table.normal-xl .th,
    .table.normal-xl td,
    .table.normal-xl th {
        font-size: 1em;
        padding: .625rem
    }

    .table.compact-xl .td,
    .table.compact-xl .th,
    .table.compact-xl td,
    .table.compact-xl th {
        font-size: 80%;
        padding: 7px 8px
    }

    .table.subcompact-xl .td,
    .table.subcompact-xl .th,
    .table.subcompact-xl td,
    .table.subcompact-xl th {
        font-size: 80%;
        padding: 3px 8px
    }
}

@media screen and (min-width:1452px) {

    .table.normal-xxl .td,
    .table.normal-xxl .th,
    .table.normal-xxl td,
    .table.normal-xxl th {
        font-size: 1em;
        padding: .625rem
    }

    .table.compact-xxl .td,
    .table.compact-xxl .th,
    .table.compact-xxl td,
    .table.compact-xxl th {
        font-size: 80%;
        padding: 7px 8px
    }

    .table.subcompact-xxl .td,
    .table.subcompact-xxl .th,
    .table.subcompact-xxl td,
    .table.subcompact-xxl th {
        font-size: 80%;
        padding: 3px 8px
    }
}

@media screen and (min-width:2000px) {

    .table.normal-xxxl .td,
    .table.normal-xxxl .th,
    .table.normal-xxxl td,
    .table.normal-xxxl th {
        font-size: 1em;
        padding: .625rem
    }

    .table.compact-xxxl .td,
    .table.compact-xxxl .th,
    .table.compact-xxxl td,
    .table.compact-xxxl th {
        font-size: 80%;
        padding: 7px 8px
    }

    .table.subcompact-xxxl .td,
    .table.subcompact-xxxl .th,
    .table.subcompact-xxxl td,
    .table.subcompact-xxxl th {
        font-size: 80%;
        padding: 3px 8px
    }
}

.table-load-data-activity {
    left: 0;
    position: absolute !important;
    top: 0;
    z-index: 500
}

.table-skip {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap;
    position: relative
}

.table-skip input {
    width: 220px
}

.table-skip-input {
    padding: 0 .75rem
}

.table-component .table-rows-block,
.table-component .table-search-block,
.table-component .table-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%
}

.table-component .table-search-block {
    flex-basis: 100%;
    flex-shrink: 0
}

.table-component .table-rows-block {
    width: calc(100% - 46px)
}

.table-component .table-top>* {
    margin-bottom: 4px
}

@media screen and (min-width:768px) {
    .table-component .table-top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap
    }

    .table-component .table-top>*+* {
        margin-left: 4px
    }

    .table-component .table-search-block {
        flex-shrink: 1
    }

    .table-component .table-rows-block {
        width: 360px
    }
}

.table-component .table-container {
    border: 1px solid var(--border-color);
    margin: 10px 0;
    overflow: hidden
}

.table-component .table-container.horizontal-scroll {
    overflow-x: auto
}

.table-component .table-container.horizontal-scroll .table {
    min-width: 100%;
    width: auto
}

.tabs {
    background-color: #fff;
    border: 1px solid var(--border-color);
    color: #1d1d1d;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tabs .expand-title,
.tabs .hamburger {
    cursor: pointer
}

.tabs .hamburger {
    display: block;
    position: absolute;
    right: .25rem;
    top: .25rem
}

.tabs .expand-title {
    background-color: inherit;
    color: inherit;
    display: block;
    padding: .65rem 1rem 0;
    text-decoration: none
}

.tabs>ul.tabs-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: inherit;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    justify-content: inherit;
    list-style: none inside;
    margin: .5rem 0 1px;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-transition: max-height .3s ease;
    transition: max-height .3s ease;
    width: 100%
}

.tabs>ul.tabs-list a,
.tabs>ul.tabs-list>li {
    position: relative
}

.tabs>ul.tabs-list>li {
    background-color: #fff;
    color: #1d1d1d;
    display: block;
    margin: 0 0 -1px
}

.tabs>ul.tabs-list>li>a {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: inherit;
    color: inherit;
    display: -webkit-box;
    display: flex;
    justify-content: center;
    padding: .5rem 1rem;
    text-decoration: none
}

.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:hover {
    background-color: #f8f8f8
}

.tabs>ul.tabs-list>li.active {
    background-color: #dfdfdf
}

.tabs>ul.tabs-list .d-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    width: 100%
}

.tabs.bottom>ul.tabs-list {
    border: none
}

.tabs.bottom>ul.tabs-list>li {
    margin: -1px 0 0
}

.tabs.vertical>ul.tabs-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: inherit;
    border: none;
    border-right: 1px solid var(--border-color);
    flex-direction: column;
    height: 100%;
    justify-content: inherit;
    width: auto
}

.tabs.vertical>ul.tabs-list>li {
    border: none;
    border-right: 1px solid var(--border-color);
    margin: 0 -1px 0 0
}

.tabs.vertical>ul.tabs-list>li>a {
    text-align: right
}

.tabs.vertical>ul.tabs-list>li.active {
    border: 1px solid var(--border-color);
    border-right: none
}

.tabs.vertical.right>ul.tabs-list,
.tabs.vertical.right>ul.tabs-list>li {
    border: none;
    border-left: 1px solid var(--border-color)
}

.tabs.vertical.right>ul.tabs-list>li {
    margin: 0 0 0 -1px
}

.tabs.vertical.right>ul.tabs-list>li>a {
    text-align: left
}

.tabs.vertical.right>ul.tabs-list>li.active {
    border: 1px solid var(--border-color);
    border-left: none
}

.tabs.vertical {
    min-width: 3.5rem
}

.tabs.vertical .expand-title {
    display: none !important
}

.tabs-expand {
    border: none
}

.tabs-expand>ul.tabs-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    border: 0;
    display: -webkit-box !important;
    display: flex !important;
    flex-direction: row;
    height: auto;
    margin-top: 0;
    max-height: none;
    overflow: visible
}

.tabs-expand>ul.tabs-list,
.tabs-expand>ul.tabs-list>li {
    border-bottom: 1px solid var(--border-color)
}

.tabs-expand>ul.tabs-list>li.active {
    background-color: #fff;
    border: 1px solid var(--border-color);
    border-bottom: none
}

.tabs-expand>ul.tabs-list .d-menu {
    position: absolute;
    width: auto
}

.tabs-expand.bottom>ul.tabs-list,
.tabs-expand.bottom>ul.tabs-list>li {
    border: none;
    border-top: 1px solid var(--border-color)
}

.tabs-expand.bottom>ul.tabs-list>li.active {
    border: 1px solid var(--border-color);
    border-top: none
}

.tabs-expand.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.tabs-expand .expand-title,
.tabs-expand .hamburger {
    display: none
}

.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group,
.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills,
.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text {
    border-bottom: none
}

.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li {
    -webkit-box-align: end;
    align-items: flex-end;
    border: none;
    display: -webkit-box;
    display: flex
}

.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li:hover {
    background: transparent
}

.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li.active {
    font-size: 3rem
}

.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li>a {
    -webkit-box-align: end;
    align-items: flex-end;
    height: 100%;
    padding: .5rem .5rem 0
}

.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li:not(.active) a {
    padding-bottom: 10px
}

.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group {
    -webkit-box-pack: justify;
    justify-content: space-between
}

.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group>li {
    border: 1px solid var(--border-color);
    width: 100%
}

.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group>li.active {
    background: #e4e4e4;
    font-weight: 500
}

.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills>li {
    border: 1px solid transparent;
    border-radius: 10px;
    overflow: hidden
}

.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills>li.active {
    background: #e4e4e4;
    border-color: var(--border-color);
    font-weight: 500
}

.tabs-material-wrapper {
    display: block;
    height: 48px;
    overflow: hidden;
    width: 100%
}

.tabs-material {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    background-color: #fff;
    color: #1d1d1d;
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap;
    height: auto;
    line-height: 1;
    list-style: none inside;
    margin: 0;
    overflow: auto;
    overflow-y: hidden;
    padding: 0 52px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 1030
}

.tabs-material li {
    cursor: pointer;
    flex-shrink: 0;
    height: 48px;
    margin: 0;
    max-width: 360px;
    min-width: 90px;
    opacity: .6;
    overflow: hidden;
    text-align: center
}

.tabs-material li,
.tabs-material li a {
    background-color: inherit;
    color: inherit;
    display: block;
    position: relative
}

.tabs-material li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 16px;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%
}

.tabs-material li a,
.tabs-material li a:hover {
    text-decoration: none
}

.tabs-material li .icon {
    display: block;
    font-size: 22px;
    height: 24px;
    line-height: 24px;
    width: 24px
}

.tabs-material:after {
    content: " ";
    min-width: 52px
}

.tabs-material.with-icons li {
    height: 72px
}

.tabs-material li.active,
.tabs-material li:hover {
    opacity: 1;
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.tabs-material .tab-marker {
    background-color: #1d1d1d;
    bottom: 0;
    color: transparent;
    display: block;
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    z-index: 1
}

.tabs-material .tab-badge {
    padding: 4px;
    position: absolute;
    right: 8px;
    top: 8px
}

.tabs-material.deep {
    z-index: 1029
}

.tabs-material.fixed-tabs {
    overflow-x: hidden;
    padding: 0
}

.tabs-material.fixed-tabs li {
    -webkit-box-flex: 1;
    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
}

.tag-input {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -webkit-box-align: center;
    align-items: center;
    cursor: text;
    display: -webkit-box;
    display: flex;
    flex-flow: row wrap;
    height: auto;
    justify-content: flex-start;
    min-height: 36px;
    padding: 0 2px;
    position: relative;
    width: 100%
}

.tag-input .original-input {
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 1px
}

.tag-input .input-wrapper {
    border: none !important;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    padding: 0 4px;
    width: auto
}

.tag-input .input-wrapper:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.tag-input .input-clear-button {
    background-color: initial;
    height: 34px;
    min-width: 34px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.tag-input .input-clear-button:hover {
    background-color: #f8f8f8;
    text-shadow: rgba(0, 0, 0, .25) .1em .1em .2em
}

.tag-input.padding-for-clear {
    padding-right: 48px
}

.tag-input.input-large {
    min-height: 50px
}

.tag-input.input-large input {
    font-size: 1.3rem;
    height: 48px;
    line-height: 48px;
    min-width: 5em;
    padding: 0 10px
}

.tag-input.input-large .button {
    font-size: 1.3rem;
    height: 48px;
    min-width: 48px
}

.tag-input.input-large .button [class*=mif-] {
    font-size: 1.3rem
}

.tag-input.input-large .button [class*=default-icon-] {
    height: 21px;
    width: 21px
}

.tag-input.input-large .button .input-clear-button {
    padding: 0;
    width: 48px
}

.tag-input.input-small {
    min-height: 28px
}

.tag-input.input-small input {
    font-size: .9rem;
    height: 26px;
    line-height: 26px;
    min-width: 5em;
    padding: 0 4px
}

.tag-input.input-small .button {
    font-size: .9rem;
    height: 26px;
    min-width: 26px
}

.tag-input.input-small .button [class*=mif-] {
    font-size: .9rem
}

.tag-input.input-small .button [class*=default-icon-] {
    height: 14px;
    width: 14px
}

.tag-input.input-small .input-clear-button {
    padding: 0;
    width: 26px
}

.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 {
    background-color: #fff;
    border: 1px solid var(--border-color);
    display: block;
    height: auto;
    left: 0;
    list-style: none inside;
    margin: 0;
    overflow: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 3
}

.tag-input .autocomplete-list .item {
    cursor: pointer;
    display: block;
    padding: 4px 8px;
    position: relative
}

.tag-input .autocomplete-list .item:hover {
    background-color: rgba(29, 29, 29, .1)
}

.tag-input .autocomplete-list .item+.item {
    border-top: 1px solid var(--border-color)
}

.textarea,
textarea {
    height: auto
}

textarea {
    line-height: 1.2
}

.textarea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 0;
    width: auto
}

.textarea .fake-textarea {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.textarea textarea {
    -webkit-appearance: none;
    appearance: none;
    border: none !important;
    display: block;
    min-height: 100px;
    outline: none;
    padding: .75rem;
    resize: none;
    -webkit-transition: height .1s linear;
    transition: height .1s linear;
    width: 100%
}

.textarea textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.textarea.no-scroll-vertical textarea {
    overflow-y: hidden !important
}

.textarea .input-clear-button {
    background-color: initial;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.textarea .input-clear-button:hover {
    background-color: #f8f8f8;
    text-shadow: rgba(0, 0, 0, .25) .1em .1em .2em
}

.textarea:not(.no-scroll-vertical) .input-clear-button {
    right: 18px
}

.textarea.disabled .clear-button {
    display: none
}

.textarea .prepend {
    -webkit-box-ordinal-group: 2;
    order: 1
}

.textarea .append {
    -webkit-box-ordinal-group: 4;
    order: 3
}

.textarea textarea {
    -webkit-box-ordinal-group: 3;
    order: 2
}

.textarea .input-clear-button~textarea {
    padding-right: 48px
}

.textarea.rtl,
.textarea[dir=rtl] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

.textarea.rtl .prepend,
.textarea[dir=rtl] .prepend {
    -webkit-box-ordinal-group: 4;
    order: 3
}

.textarea.rtl .append,
.textarea[dir=rtl] .append {
    -webkit-box-ordinal-group: 2;
    order: 1
}

.textarea.rtl textarea,
.textarea[dir=rtl] textarea {
    -webkit-box-ordinal-group: 3;
    order: 2
}

.textarea.rtl .input-clear-button,
.textarea[dir=rtl] .input-clear-button {
    left: .25rem;
    right: auto
}

.textarea.rtl .input-clear-button~textarea,
.textarea[dir=rtl] .input-clear-button~textarea {
    padding-left: 48px;
    padding-right: .75rem
}

.theme-switcher {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-inline-box;
    display: inline-flex;
    flex-flow: row nowrap;
    height: 36px;
    justify-content: flex-start;
    margin: 0;
    position: relative;
    -webkit-user-select: none;
    user-select: none
}

.theme-switcher input {
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 1px
}

.theme-switcher .check {
    background: transparent;
    border: 2px solid #1d1d1d;
    border-radius: .5625rem;
    cursor: pointer;
    display: inline-block;
    flex-shrink: 0;
    font-size: 14px;
    height: 20px;
    line-height: 38px;
    margin: 0 4px;
    position: relative;
    vertical-align: middle;
    width: 48px;
    z-index: 1
}

.theme-switcher .check:before {
    color: inherit;
    content: "â˜¾";
    display: block;
    font-size: 10px;
    left: 16px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -2px;
    width: 26px
}

.theme-switcher .check:after {
    background: #333;
    border: 2px solid #333;
    border-radius: 50%;
    content: "";
    cursor: pointer;
    display: block;
    height: 12px;
    left: 3px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    z-index: 2
}

.theme-switcher input[type=checkbox]:indeterminate~.check:after {
    background-color: #bebebe;
    border-color: #bebebe;
    left: auto;
    -webkit-transform: translateX(18px) translateY(-50%);
    transform: translateX(18px) translateY(-50%)
}

.theme-switcher input[type=checkbox]:indeterminate~.check:before {
    content: ""
}

.theme-switcher input[type=checkbox]:checked~.check {
    background: #1d1d1d;
    border-color: #1d1d1d;
    color: #1d1d1d
}

.theme-switcher input[type=checkbox]:checked~.check:after {
    background-color: #fff;
    border-color: #fff;
    left: auto;
    -webkit-transform: translateX(30px) translateY(-50%);
    transform: translateX(30px) translateY(-50%)
}

.theme-switcher input[type=checkbox]:checked~.check:before {
    color: #fff;
    content: "â˜¼";
    left: 1px
}

.theme-switcher input[type=checkbox]:disabled~.check {
    background-color: #e9e9e9;
    border-color: #e9e9e9
}

.theme-switcher input[type=checkbox]:disabled~.check:after {
    background-color: #d0d0d0;
    border-color: #d0d0d0
}

.theme-switcher input[type=checkbox]:disabled~.check:before {
    display: none
}

.tile-app,
.tile-large,
.tile-medium,
.tile-small,
.tile-wide {
    background-color: #1fb1f8;
    -webkit-box-shadow: inset 0 0 1px #ffc;
    box-shadow: inset 0 0 1px #ffc;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 150px;
    max-width: none !important;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    width: 150px
}

.tile-small {
    height: 70px;
    width: 70px
}

.tile-medium {
    height: 150px;
    width: 150px
}

.tile-wide {
    height: 150px;
    width: 310px
}

.tile-large {
    height: 310px;
    width: 310px
}

.tile-app {
    height: 44px;
    width: 44px
}

.tile-app .icon,
.tile-large .icon,
.tile-medium .icon,
.tile-small .icon,
.tile-wide .icon {
    font-size: 50px;
    height: 33%;
    left: 50%;
    line-height: 50px;
    max-width: 33%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 2
}

.tile-app .branding-bar,
.tile-large .branding-bar,
.tile-medium .branding-bar,
.tile-small .branding-bar,
.tile-wide .branding-bar {
    bottom: 0;
    font-size: .875rem;
    font-weight: 500;
    height: 32px;
    left: 0;
    line-height: 32px;
    overflow: hidden;
    padding: 0 10px 5px;
    position: absolute;
    right: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 2
}

.tile-app .badge-bottom,
.tile-app .badge-top,
.tile-large .badge-bottom,
.tile-large .badge-top,
.tile-medium .badge-bottom,
.tile-medium .badge-top,
.tile-small .badge-bottom,
.tile-small .badge-top,
.tile-wide .badge-bottom,
.tile-wide .badge-top {
    background-color: rgba(29, 29, 29, .1);
    display: block;
    font-size: 12px;
    padding: 4px 8px;
    position: absolute;
    text-align: center;
    z-index: 2
}

.tile-app .badge-bottom,
.tile-large .badge-bottom,
.tile-medium .badge-bottom,
.tile-small .badge-bottom,
.tile-wide .badge-bottom {
    bottom: 0;
    right: 10px
}

.tile-app .badge-top,
.tile-large .badge-top,
.tile-medium .badge-top,
.tile-small .badge-top,
.tile-wide .badge-top {
    right: 10px;
    top: 10px
}

.tile-app:hover,
.tile-large:hover,
.tile-medium:hover,
.tile-small:hover,
.tile-wide:hover {
    outline: 4px solid rgba(29, 29, 29, .1)
}

.tile-small .icon {
    font-size: 35px;
    height: 50%;
    line-height: 35px;
    max-width: 50%
}

.tile-large .icon {
    font-size: 102px;
    line-height: 102px
}

.tile-app .icon {
    height: 75%;
    max-width: 75%
}

.tile-app.transform-right,
.tile-large.transform-right,
.tile-medium.transform-right,
.tile-small.transform-right,
.tile-wide.transform-right {
    -webkit-transform: perspective(500px) rotateY(.138372rad) !important;
    transform: perspective(500px) rotateY(.138372rad) !important;
    -webkit-transform-origin: left 50%;
    transform-origin: left 50%
}

.tile-app.transform-right.tile-small,
.tile-large.transform-right.tile-small,
.tile-medium.transform-right.tile-small,
.tile-small.transform-right.tile-small,
.tile-wide.transform-right.tile-small {
    -webkit-transform: perspective(500px) rotateY(.276744rad) !important;
    transform: perspective(500px) rotateY(.276744rad) !important
}

.tile-app.transform-right.tile-wide,
.tile-large.transform-right.tile-wide,
.tile-medium.transform-right.tile-wide,
.tile-small.transform-right.tile-wide,
.tile-wide.transform-right.tile-wide {
    -webkit-transform: perspective(500px) rotateY(.069186rad) !important;
    transform: perspective(500px) rotateY(.069186rad) !important
}

.tile-app.transform-right.tile-large,
.tile-large.transform-right.tile-large,
.tile-medium.transform-right.tile-large,
.tile-small.transform-right.tile-large,
.tile-wide.transform-right.tile-large {
    -webkit-transform: perspective(500px) rotateY(.046124rad) !important;
    transform: perspective(500px) rotateY(.046124rad) !important
}

.tile-app.transform-left,
.tile-large.transform-left,
.tile-medium.transform-left,
.tile-small.transform-left,
.tile-wide.transform-left {
    -webkit-transform: perspective(500px) rotateY(-.138372rad) !important;
    transform: perspective(500px) rotateY(-.138372rad) !important;
    -webkit-transform-origin: right 50%;
    transform-origin: right 50%
}

.tile-app.transform-left.tile-small,
.tile-large.transform-left.tile-small,
.tile-medium.transform-left.tile-small,
.tile-small.transform-left.tile-small,
.tile-wide.transform-left.tile-small {
    -webkit-transform: perspective(500px) rotateY(-.276744rad) !important;
    transform: perspective(500px) rotateY(-.276744rad) !important
}

.tile-app.transform-left.tile-wide,
.tile-large.transform-left.tile-wide,
.tile-medium.transform-left.tile-wide,
.tile-small.transform-left.tile-wide,
.tile-wide.transform-left.tile-wide {
    -webkit-transform: perspective(500px) rotateY(-.069186rad) !important;
    transform: perspective(500px) rotateY(-.069186rad) !important
}

.tile-app.transform-left.tile-large,
.tile-large.transform-left.tile-large,
.tile-medium.transform-left.tile-large,
.tile-small.transform-left.tile-large,
.tile-wide.transform-left.tile-large {
    -webkit-transform: perspective(500px) rotateY(-.046124rad) !important;
    transform: perspective(500px) rotateY(-.046124rad) !important
}

.tile-app.transform-top,
.tile-large.transform-top,
.tile-medium.transform-top,
.tile-small.transform-top,
.tile-wide.transform-top {
    -webkit-transform: perspective(500px) rotateX(.138372rad) !important;
    transform: perspective(500px) rotateX(.138372rad) !important;
    -webkit-transform-origin: 50% bottom;
    transform-origin: 50% bottom
}

.tile-app.transform-top.tile-small,
.tile-large.transform-top.tile-small,
.tile-medium.transform-top.tile-small,
.tile-small.transform-top.tile-small,
.tile-wide.transform-top.tile-small {
    -webkit-transform: perspective(500px) rotateX(.276744rad) !important;
    transform: perspective(500px) rotateX(.276744rad) !important
}

.tile-app.transform-top.tile-wide,
.tile-large.transform-top.tile-wide,
.tile-medium.transform-top.tile-wide,
.tile-small.transform-top.tile-wide,
.tile-wide.transform-top.tile-wide {
    -webkit-transform: perspective(500px) rotateX(.069186rad) !important;
    transform: perspective(500px) rotateX(.069186rad) !important
}

.tile-app.transform-top.tile-large,
.tile-large.transform-top.tile-large,
.tile-medium.transform-top.tile-large,
.tile-small.transform-top.tile-large,
.tile-wide.transform-top.tile-large {
    -webkit-transform: perspective(500px) rotateX(.046124rad) !important;
    transform: perspective(500px) rotateX(.046124rad) !important
}

.tile-app.transform-bottom,
.tile-large.transform-bottom,
.tile-medium.transform-bottom,
.tile-small.transform-bottom,
.tile-wide.transform-bottom {
    -webkit-transform: perspective(500px) rotateX(-.138372rad) !important;
    transform: perspective(500px) rotateX(-.138372rad) !important;
    -webkit-transform-origin: 50% top;
    transform-origin: 50% top
}

.tile-app.transform-bottom.tile-small,
.tile-large.transform-bottom.tile-small,
.tile-medium.transform-bottom.tile-small,
.tile-small.transform-bottom.tile-small,
.tile-wide.transform-bottom.tile-small {
    -webkit-transform: perspective(500px) rotateX(-.276744rad) !important;
    transform: perspective(500px) rotateX(-.276744rad) !important
}

.tile-app.transform-bottom.tile-wide,
.tile-large.transform-bottom.tile-wide,
.tile-medium.transform-bottom.tile-wide,
.tile-small.transform-bottom.tile-wide,
.tile-wide.transform-bottom.tile-wide {
    -webkit-transform: perspective(500px) rotateX(-.069186rad) !important;
    transform: perspective(500px) rotateX(-.069186rad) !important
}

.tile-app.transform-bottom.tile-large,
.tile-large.transform-bottom.tile-large,
.tile-medium.transform-bottom.tile-large,
.tile-small.transform-bottom.tile-large,
.tile-wide.transform-bottom.tile-large {
    -webkit-transform: perspective(500px) rotateX(-.046124rad) !important;
    transform: perspective(500px) rotateX(-.046124rad) !important
}

.tiles-grid {
    grid-gap: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 70px);
    grid-template-rows: repeat(auto-fit, 70px);
    position: relative
}

.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-large.col-1,
.tiles-grid .tile-wide.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-large.row-1,
.tiles-grid .tile-wide.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-large.col-2,
.tiles-grid .tile-wide.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-large.row-2,
.tiles-grid .tile-wide.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-large.col-3,
.tiles-grid .tile-wide.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-large.row-3,
.tiles-grid .tile-wide.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-large.col-4,
.tiles-grid .tile-wide.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-large.row-4,
.tiles-grid .tile-wide.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-large.col-5,
.tiles-grid .tile-wide.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-large.row-5,
.tiles-grid .tile-wide.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-large.col-6,
.tiles-grid .tile-wide.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-large.row-6,
.tiles-grid .tile-wide.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-large.col-7,
.tiles-grid .tile-wide.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-large.row-7,
.tiles-grid .tile-wide.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-large.col-8,
.tiles-grid .tile-wide.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-large.row-8,
.tiles-grid .tile-wide.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-large.col-9,
.tiles-grid .tile-wide.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-large.row-9,
.tiles-grid .tile-wide.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-large.col-10,
.tiles-grid .tile-wide.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-large.row-10,
.tiles-grid .tile-wide.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-large.col-11,
.tiles-grid .tile-wide.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-large.row-11,
.tiles-grid .tile-wide.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-large.col-12,
.tiles-grid .tile-wide.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-large.row-12,
.tiles-grid .tile-wide.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
}

@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:1452px) {
    .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 {
    float: left;
    overflow: visible;
    width: auto
}

.tiles-group:before {
    color: inherit;
    content: attr(data-group-title);
    display: block;
    height: 1.5em;
    left: 0;
    line-height: 1.5em;
    position: absolute;
    top: -36px;
    z-index: 1
}

[class*=tile-].image-set {
    background-position: 50%;
    background-size: contain
}

[class*=tile-].image-set .img {
    background-size: cover;
    border: 1px solid #1d1d1d;
    display: block;
    float: left;
    height: 50%;
    width: 25%
}

[class*=tile-].image-set .img:first-child {
    height: 100%;
    width: 50%
}

[class*=tile-] .slide {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

[class*=tile-] [class*=slide-] {
    height: 100%;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%
}

[class*=tile-] .slide-front {
    left: 0;
    top: 0
}

[class*=tile-].effect-hover-slide-up .slide-back,
[class*=tile-].effect-hover-zoom-up .slide-back {
    left: 0;
    top: 100%
}

[class*=tile-].effect-hover-slide-up:hover .slide-front,
[class*=tile-].effect-hover-zoom-up:hover .slide-front {
    -webkit-transform: translateY(-100%);
    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 {
    left: 0;
    top: 0;
    -webkit-transform: translateY(-100%);
    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 {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

[class*=tile-].effect-hover-slide-left .slide-back,
[class*=tile-].effect-hover-zoom-left .slide-back {
    left: 100%;
    top: 0
}

[class*=tile-].effect-hover-slide-left:hover .slide-front,
[class*=tile-].effect-hover-zoom-left:hover .slide-front {
    -webkit-transform: translateX(-100%);
    transform: translateX(-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 {
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-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 {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

[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,
[class*=tile-].effect-hover-zoom-up:hover .slide-front {
    left: 0;
    top: 0;
    -webkit-transform: scale(2);
    transform: scale(2)
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
    .tiles-grid {
        display: block
    }

    .tiles-grid:after {
        clear: both;
        content: "";
        display: block
    }

    .tiles-grid [class*=tile-] {
        float: left;
        margin: 5px
    }
}

.time-picker input {
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 1px
}

.time-picker input:focus~.time-wrapper {
    -webkit-box-shadow: 0 0 0 3px hsla(0, 0%, 89%, .45);
    box-shadow: 0 0 0 3px hsla(0, 0%, 89%, .45)
}

.time-picker .time-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    border: 1px solid var(--border-color);
    display: -webkit-inline-box;
    display: inline-flex;
    flex-flow: row nowrap;
    position: relative;
    width: 100%
}

.time-picker .hours,
.time-picker .minutes,
.time-picker .seconds {
    -webkit-box-flex: 1;
    border: 1px solid;
    border-color: inherit;
    display: block;
    flex: 1;
    font-size: 1.2em;
    height: 38px;
    line-height: 34px;
    position: relative;
    text-align: center
}

.time-picker.show-labels .hours,
.time-picker.show-labels .minutes,
.time-picker.show-labels .seconds {
    line-height: 30px
}

.time-picker.show-labels .hours:before,
.time-picker.show-labels .minutes:before,
.time-picker.show-labels .seconds:before {
    bottom: 0;
    content: attr(data-title);
    display: block;
    font-size: 8px;
    left: 50%;
    line-height: 12px;
    position: absolute;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
}

.time-picker.disabled {
    color: #e4e4e4 !important;
    pointer-events: none !important
}

.toast {
    background-color: #323232;
    border-radius: .25rem;
    bottom: 20px;
    color: #fff;
    display: block;
    font-size: .875rem;
    font-weight: 400;
    max-width: 35.5rem;
    padding: .5rem 1.5rem;
    position: fixed;
    text-align: left;
    width: auto;
    z-index: 1080
}

.toast.show-top {
    bottom: auto;
    top: 20px
}

.toast .closer {
    background-color: inherit;
    color: inherit;
    display: block;
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 100
}

.toast .closer:before {
    content: "\00d7";
    display: block;
    font-size: 24px;
    margin-top: -4px
}

.tool-button {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: #ebebeb;
    border: 1px solid transparent;
    color: #1d1d1d;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    font-size: 14px;
    height: 32px;
    justify-content: center;
    margin: 0 2px;
    outline: none;
    padding: 0;
    position: relative;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-user-select: none;
    user-select: none;
    width: 32px
}

.tool-button .icon,
.tool-button [class*=mif],
.tool-button img {
    font-size: 1rem;
    height: 1rem;
    max-height: 1rem
}

.tool-button.text-button {
    padding-left: .5rem;
    padding-right: .5rem;
    width: auto
}

.tool-button:focus,
.tool-button:hover {
    text-decoration: none
}

.tool-button:hover {
    background-color: rgba(29, 29, 29, .1)
}

.tool-button:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.tool-button.outline {
    background: transparent none;
    border-color: var(--border-color);
    border-width: 1px
}

.tool-button.disabled,
.tool-button:disabled {
    opacity: .65
}

a.tool-button {
    color: #1d1d1d;
    text-decoration: none
}

.toolbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-inline-box;
    display: inline-flex;
    flex-flow: row nowrap;
    margin-left: 4px;
    padding: 0;
    position: relative;
    top: 2px
}

.toolbar.no-divider:before {
    display: none
}

.toolbar:before {
    background-color: rgba(69, 90, 100, .2);
    content: "";
    cursor: default;
    display: none;
    height: 32px;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px
}

.toolbar:after {
    bottom: 100%;
    content: attr(data-caption);
    font-size: 8px;
    left: 2px;
    position: absolute;
    text-transform: uppercase
}

.toolbar.movable {
    padding-left: .5725rem
}

.toolbar.movable:before {
    cursor: move;
    display: block
}

.toolbar.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    margin-left: 0;
    margin-top: 4px;
    padding: .5725rem 0 0;
    width: 32px
}

.toolbar.vertical:before {
    height: 4px;
    width: 32px
}

.toolbar.vertical:after {
    right: 100%;
    top: auto;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.toolbar.vertical .tool-button {
    margin: 2px 0
}

:root {
    --transform-button-color: #000
}

.dark-mode {
    --transform-button-color: #fff
}

.transform-button {
    background-size: 1rem 1rem;
    background: 50% no-repeat;
    border: 0;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 36px;
    outline: none;
    position: relative;
    text-indent: -9999px;
    width: 36px;
    z-index: 2
}

.transform-button span {
    left: .5rem;
    margin: 0
}

.transform-button span,
.transform-button span:after,
.transform-button span:before {
    background: var(--transform-button-color);
    height: 2px;
    position: absolute;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    width: 1.2rem
}

.transform-button span:after,
.transform-button span:before {
    content: "";
    right: 0;
    top: -.5rem
}

.transform-button span:after {
    top: .5rem
}

.transform-button.transform span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.transform-button.transform span:after,
.transform-button.transform span:before {
    content: "";
    right: 0;
    top: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: .75rem
}

.transform-button.transform span:after {
    top: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.transform-button.transform.right {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.transform-button.transform.right span {
    margin-top: -2px
}

.transform-button.transform.up {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.transform-button.transform.down {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.transform-button.transform.top-left {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.transform-button.transform.top-right {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.transform-button.transform.bottom-left {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.transform-button.transform.bottom-right {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

:root {
    --treeview-background: #fff;
    --treeview-color: #43454a;
    --treeview-selected-row-background: #d4e2ff;
    --treeview-selected-row-color: #2b2d30;
    --treeview-node-toggle-color: #191919
}

.dark-side {
    --treeview-background: #2b2d30;
    --treeview-color: #dfe1e5;
    --treeview-selected-row-background: #43454a;
    --treeview-selected-row-color: #fff;
    --treeview-node-toggle-color: #fff
}

.treeview,
.treeview ul:not(.d-menu) {
    background-color: var(--treeview-background);
    color: var(--treeview-color);
    display: block;
    font-size: 14px;
    list-style: none inside;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    user-select: none
}

.treeview {
    overflow: hidden;
    padding: 8px
}

.treeview li {
    position: relative
}

.treeview a {
    -webkit-box-align: center;
    align-items: center;
    border-radius: var(--d-menu-border-radius);
    color: var(--d-menu-item-color);
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    padding: 4px 10px 4px 20px;
    text-decoration: none;
    white-space: nowrap
}

.treeview .current>a,
.treeview a:hover {
    background-color: var(--treeview-selected-row-background);
    color: var(--treeview-selected-row-color)
}

.treeview ul:not(.d-menu) a {
    padding-left: 40px
}

.treeview ul:not(.d-menu) ul:not(.d-menu) a {
    padding-left: 60px
}

.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) a {
    padding-left: 80px
}

.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) a {
    padding-left: 100px
}

.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) a {
    padding-left: 120px
}

.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) a {
    padding-left: 140px
}

.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) a {
    padding-left: 160px
}

.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) a {
    padding-left: 180px
}

.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) a {
    padding-left: 200px
}

.treeview .icon {
    margin-right: 6px
}

.treeview .node-toggle {
    cursor: pointer;
    height: 16px;
    left: 0;
    padding-right: 1.5rem !important;
    position: relative;
    position: absolute;
    top: 4px;
    -webkit-user-select: none;
    user-select: none;
    width: 16px;
    z-index: 0
}

.treeview .node-toggle:before {
    background-color: initial;
    border-bottom: 1px solid #1d1d1d;
    border-left: 1px solid #1d1d1d;
    border-right-color: #1d1d1d;
    border-top-color: #1d1d1d;
    border-color: var(--treeview-node-toggle-color);
    color: transparent;
    content: "";
    display: block;
    font-size: 0;
    height: .3125rem;
    left: 100%;
    margin-left: -1rem;
    margin-top: -.1625rem;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform-origin: center center 1px;
    transform-origin: center center 1px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    vertical-align: middle;
    width: .3125rem;
    z-index: 2
}

.treeview ul:not(.d-menu) .node-toggle {
    left: 20px
}

.treeview ul:not(.d-menu) ul:not(.d-menu) .node-toggle {
    left: 40px
}

.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) .node-toggle {
    left: 60px
}

.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) .node-toggle {
    left: 80px
}

.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) .node-toggle {
    left: 100px
}

.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) .node-toggle {
    left: 120px
}

.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) .node-toggle {
    left: 140px
}

.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) .node-toggle {
    left: 160px
}

.treeview li.expanded>.node-toggle:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.treeview .badge {
    border: 1px solid var(--border-color);
    border-radius: 4px;
    display: inline-block !important;
    font-size: 10px;
    margin-left: 4px;
    padding: 2px 4px;
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
    transform: none
}

.treeview .actions-holder {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: none;
    height: 26px;
    justify-content: center;
    left: -2px;
    position: absolute;
    top: 1px;
    width: 26px;
    z-index: 2
}

.treeview .actions-holder .actions-list {
    left: 0;
    position: absolute;
    top: 100%
}

.treeview .actions-holder .actions-list-trigger {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: initial;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    font-size: 14px;
    height: 20px;
    justify-content: center;
    width: 20px
}

.treeview .actions-holder>ul {
    margin: 0;
    z-index: 3
}

.treeview .actions-holder>ul li {
    padding-left: 0
}

.treeview .current>.actions-holder,
.treeview li:hover>.actions-holder {
    display: -webkit-box;
    display: flex
}

.treeview.auto-layout ul:not(.d-menu) li {
    padding-left: 40px
}

.treeview.auto-layout ul:not(.d-menu) ul:not(.d-menu) li {
    padding-left: 60px
}

.treeview.auto-layout ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) li {
    padding-left: 80px
}

.treeview.auto-layout ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) li {
    padding-left: 100px
}

.treeview.auto-layout ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) li {
    padding-left: 120px
}

.treeview.auto-layout ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) li {
    padding-left: 140px
}

.treeview.auto-layout ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) li {
    padding-left: 160px
}

.treeview.auto-layout ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) li {
    padding-left: 180px
}

.treeview.auto-layout ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) li {
    padding-left: 200px
}

:root {
    --v-menu-border-color: #e9e9e9;
    --v-menu-divider-color: #e9e9e9;
    --v-menu-background: #fff;
    --v-menu-color: #191919;
    --v-menu-item-color: #191919;
    --v-menu-item-color-disabled: #ccc;
    --v-menu-item-color-hover: #000;
    --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-color: #fff;
    --v-menu-item-color: #dbdfe7;
    --v-menu-item-color-disabled: #173e8f;
    --v-menu-item-color-hover: #fff;
    --v-menu-item-background-hover: #222938;
    --v-menu-dropdown-toogle-color: #fff;
    --v-menu-shadow-color: #191919;
    --v-menu-border-radius: 4px
}

.v-menu,
.v-menu ul {
    background-color: var(--v-menu-background);
    border: 1px solid var(--v-menu-border-color);
    color: var(--v-menu-color);
    display: block;
    list-style: none inside none;
    margin: 0;
    padding: 4px 0;
    position: relative;
    width: 100%
}

.v-menu ul.open,
.v-menu.open {
    display: block !important
}

.v-menu ul.place-right,
.v-menu.place-right {
    left: auto;
    right: 0
}

.v-menu a,
.v-menu li {
    position: relative
}

.v-menu li {
    display: block;
    margin: 0 4px
}

.v-menu a {
    -webkit-box-align: center;
    align-items: center;
    border-radius: var(--d-menu-border-radius);
    color: var(--d-menu-item-color);
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    font-size: 13px;
    line-height: 20px;
    padding: 4px 10px 4px 32px;
    text-decoration: none;
    white-space: nowrap
}

.v-menu a:hover {
    background-color: var(--d-menu-item-background-hover);
    color: var(--d-menu-item-color-hover);
    text-decoration: none
}

.v-menu .caption {
    margin-right: 1rem;
    white-space: nowrap
}

.v-menu .hotkey {
    margin-left: auto;
    margin-right: 1rem
}

.v-menu .icon {
    font-size: 16px;
    height: 16px;
    left: 8px;
    position: absolute;
    top: 5px;
    width: 16px
}

.v-menu .menu-title {
    background-color: #f6f7f8;
    border: 0;
    color: #646464;
    font-size: 12px;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
    pointer-events: none
}

.v-menu .menu-title:first-child {
    border-top-width: 0;
    margin: 0
}

.v-menu .menu-title:first-child:hover {
    border-top-width: 0
}

.v-menu .menu-title:hover {
    background-color: #f6f7f8;
    border: 0;
    cursor: default
}

.v-menu .dropdown-toggle:before {
    border-color: var(--d-menu-dropdown-toogle-color) !important;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.v-menu .dropdown-toggle.active-toggle:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.v-menu .divider {
    cursor: default;
    height: 1px;
    margin: 4px 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none
}

.v-menu .divider,
.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
}

.vegas-overlay,
.vegas-slide,
.vegas-slide-inner,
.vegas-timer,
.vegas-wrapper {
    border: none;
    bottom: 0;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}

.vegas-overlay {
    background: transparent 50% repeat;
    opacity: .5
}

.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 {
    bottom: 0;
    height: 2px;
    top: auto
}

.vegas-timer-progress {
    background: #fff;
    height: 100%;
    -webkit-transition: width ease-out;
    transition: width ease-out;
    width: 0
}

.vegas-timer-running .vegas-timer-progress {
    width: 100%
}

.vegas-slide,
.vegas-slide-inner {
    background: transparent 50% no-repeat;
    margin: 0;
    padding: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, opacity
}

body .vegas-container {
    overflow: hidden !important;
    position: relative
}

.vegas-video {
    height: auto;
    min-height: 100%;
    min-width: 100%;
    width: auto
}

body.vegas-container {
    overflow: auto;
    position: static;
    z-index: -2
}

body.vegas-container>.vegas-overlay,
body.vegas-container>.vegas-slide,
body.vegas-container>.vegas-timer {
    position: fixed;
    z-index: -1
}

.vegas-transition-blur,
.vegas-transition-blur2 {
    -webkit-filter: blur(32px) brightness(1.01);
    filter: blur(32px) brightness(1.01);
    opacity: 0
}

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
    -webkit-filter: blur(0) brightness(1.01);
    filter: blur(0) brightness(1.01);
    opacity: 1
}

.vegas-transition-blur2-out {
    opacity: 0
}

.vegas-transition-burn,
.vegas-transition-burn2 {
    -webkit-filter: contrast(1000%) saturate(1000%);
    filter: contrast(1000%) saturate(1000%);
    opacity: 0
}

.vegas-transition-burn-in,
.vegas-transition-burn2-in {
    -webkit-filter: contrast(100%) saturate(100%);
    filter: contrast(100%) saturate(100%);
    opacity: 1
}

.vegas-transition-burn2-out {
    -webkit-filter: contrast(1000%) saturate(1000%);
    filter: contrast(1000%) saturate(1000%);
    opacity: 0
}

.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 {
    -webkit-filter: brightness(25);
    filter: brightness(25);
    opacity: 0
}

.vegas-transition-flash-in,
.vegas-transition-flash2-in {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    opacity: 1
}

.vegas-transition-flash2-out {
    -webkit-filter: brightness(25);
    filter: brightness(25);
    opacity: 0
}

.vegas-transition-negative,
.vegas-transition-negative2 {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    opacity: 0
}

.vegas-transition-negative-in,
.vegas-transition-negative2-in {
    -webkit-filter: invert(0);
    filter: invert(0);
    opacity: 1
}

.vegas-transition-negative2-out {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    opacity: 0
}

.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.vegas-transition-slideDown2-out {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.vegas-transition-slideLeft2-out,
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.vegas-transition-slideRight2-out {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.vegas-transition-slideUp2-out {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
    opacity: 0;
    -webkit-transform: scale(2) rotate(35deg);
    transform: scale(2) rotate(35deg)
}

.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg)
}

.vegas-transition-swirlLeft2-out,
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
    opacity: 0;
    -webkit-transform: scale(2) rotate(-35deg);
    transform: scale(2) rotate(-35deg)
}

.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg)
}

.vegas-transition-swirlRight2-out {
    opacity: 0;
    -webkit-transform: scale(2) rotate(35deg);
    transform: scale(2) rotate(35deg)
}

.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.vegas-transition-zoomIn2-out,
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2)
}

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.vegas-transition-zoomOut2-out {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.vegas-animation-kenburns {
    -webkit-animation: kenburns ease-out;
    animation: kenburns ease-out
}

@-webkit-keyframes kenburns {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes kenburns {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.vegas-animation-kenburnsDownLeft {
    -webkit-animation: kenburnsDownLeft ease-out;
    animation: kenburnsDownLeft ease-out
}

@-webkit-keyframes kenburnsDownLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, -10%);
        transform: scale(1.5) translate(10%, -10%)
    }

    to {
        -webkit-transform: scale(1) translate(0);
        transform: scale(1) translate(0)
    }
}

@keyframes kenburnsDownLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, -10%);
        transform: scale(1.5) translate(10%, -10%)
    }

    to {
        -webkit-transform: scale(1) translate(0);
        transform: scale(1) translate(0)
    }
}

.vegas-animation-kenburnsDownRight {
    -webkit-animation: kenburnsDownRight ease-out;
    animation: kenburnsDownRight ease-out
}

@-webkit-keyframes kenburnsDownRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, -10%);
        transform: scale(1.5) translate(-10%, -10%)
    }

    to {
        -webkit-transform: scale(1) translate(0);
        transform: scale(1) translate(0)
    }
}

@keyframes kenburnsDownRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, -10%);
        transform: scale(1.5) translate(-10%, -10%)
    }

    to {
        -webkit-transform: scale(1) translate(0);
        transform: scale(1) translate(0)
    }
}

.vegas-animation-kenburnsDown {
    -webkit-animation: kenburnsDown ease-out;
    animation: kenburnsDown ease-out
}

@-webkit-keyframes kenburnsDown {
    0% {
        -webkit-transform: scale(1.5) translateY(-10%);
        transform: scale(1.5) translateY(-10%)
    }

    to {
        -webkit-transform: scale(1) translate(0);
        transform: scale(1) translate(0)
    }
}

@keyframes kenburnsDown {
    0% {
        -webkit-transform: scale(1.5) translateY(-10%);
        transform: scale(1.5) translateY(-10%)
    }

    to {
        -webkit-transform: scale(1) translate(0);
        transform: scale(1) translate(0)
    }
}

.vegas-animation-kenburnsLeft {
    -webkit-animation: kenburnsLeft ease-out;
    animation: kenburnsLeft ease-out
}

@-webkit-keyframes kenburnsLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%);
        transform: scale(1.5) translate(10%)
    }

    to {
        -webkit-transform: scale(1) translate(0);
        transform: scale(1) translate(0)
    }
}

@keyframes kenburnsLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%);
        transform: scale(1.5) translate(10%)
    }

    to {
        -webkit-transform: scale(1) translate(0);
        transform: scale(1) translate(0)
    }
}

.vegas-animation-kenburnsRight {
    -webkit-animation: kenburnsRight ease-out;
    animation: kenburnsRight ease-out
}

@-webkit-keyframes kenburnsRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%);
        transform: scale(1.5) translate(-10%)
    }

    to {
        -webkit-transform: scale(1) translate(0);
        transform: scale(1) translate(0)
    }
}

@keyframes kenburnsRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%);
        transform: scale(1.5) translate(-10%)
    }

    to {
        -webkit-transform: scale(1) translate(0);
        transform: scale(1) translate(0)
    }
}

.vegas-animation-kenburnsUpLeft {
    -webkit-animation: kenburnsUpLeft ease-out;
    animation: kenburnsUpLeft ease-out
}

@-webkit-keyframes kenburnsUpLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 10%);
        transform: scale(1.5) translate(10%, 10%)
    }

    to {
        -webkit-transform: scale(1) translate(0);
        transform: scale(1) translate(0)
    }
}

@keyframes kenburnsUpLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 10%);
        transform: scale(1.5) translate(10%, 10%)
    }

    to {
        -webkit-transform: scale(1) translate(0);
        transform: scale(1) translate(0)
    }
}

.vegas-animation-kenburnsUpRight {
    -webkit-animation: kenburnsUpRight ease-out;
    animation: kenburnsUpRight ease-out
}

@-webkit-keyframes kenburnsUpRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 10%);
        transform: scale(1.5) translate(-10%, 10%)
    }

    to {
        -webkit-transform: scale(1) translate(0);
        transform: scale(1) translate(0)
    }
}

@keyframes kenburnsUpRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 10%);
        transform: scale(1.5) translate(-10%, 10%)
    }

    to {
        -webkit-transform: scale(1) translate(0);
        transform: scale(1) translate(0)
    }
}

.vegas-animation-kenburnsUp {
    -webkit-animation: kenburnsUp ease-out;
    animation: kenburnsUp ease-out
}

@-webkit-keyframes kenburnsUp {
    0% {
        -webkit-transform: scale(1.5) translateY(10%);
        transform: scale(1.5) translateY(10%)
    }

    to {
        -webkit-transform: scale(1) translate(0);
        transform: scale(1) translate(0)
    }
}

@keyframes kenburnsUp {
    0% {
        -webkit-transform: scale(1.5) translateY(10%);
        transform: scale(1.5) translateY(10%)
    }

    to {
        -webkit-transform: scale(1) translate(0);
        transform: scale(1) translate(0)
    }
}

.window {
    -webkit-box-orient: vertical;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    color: #1d1d1d;
    flex-direction: column;
    height: auto;
    position: relative;
    z-index: 1
}

.window,
.window-caption {
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex
}

.window-caption {
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-align: center;
    align-items: center;
    background-color: #3c6478;
    border-bottom: 1px solid transparent;
    color: #fff;
    cursor: default;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 2.25rem;
    justify-content: flex-start;
    line-height: 2.25rem;
    padding: 0;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle
}

.window-caption .title {
    color: inherit;
    font-size: .875rem;
    overflow: hidden;
    padding-left: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.window-caption .icon {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    color: inherit;
    display: -webkit-box;
    display: flex;
    flex-shrink: 0;
    height: 34px;
    justify-content: center;
    position: relative;
    text-align: center;
    width: 34px
}

.window-caption .icon * {
    font-size: 1rem;
    line-height: 34px;
    text-align: center;
    width: 1rem
}

.window-caption *+.title {
    padding-left: 0
}

.window-caption .buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%;
    margin-left: auto
}

.window-caption .btn-custom:active,
.window-caption .btn-custom:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.window-caption .buttons .btn-close,
.window-caption .buttons .btn-custom,
.window-caption .buttons .btn-max,
.window-caption .buttons .btn-min {
    border: 1px solid transparent;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    height: 34px;
    margin: 1px 0;
    outline: none;
    padding: 0 0 .625rem;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 34px
}

.window-caption .buttons .sys-button {
    background-color: initial;
    color: #fff
}

.window-caption .buttons .sys-button:hover {
    background-color: hsla(0, 0%, 100%, .1)
}

.window-caption .buttons .sys-button:hover:before {
    border-color: #fff;
    color: #fff
}

.window-caption .buttons .sys-button:active {
    background-color: hsla(0, 0%, 100%, .3);
    color: #fff
}

.window-caption .buttons .btn-close:hover {
    background-color: #c75050;
    color: #fff
}

.window-caption .buttons .btn-close:hover:before {
    color: #fff
}

.window-caption .buttons .btn-close:active {
    background-color: #e04343;
    color: #fff
}

.window-caption .buttons .btn-close:before {
    border-color: #777;
    color: #fff;
    content: "\D7";
    font-size: 1.5rem;
    left: 50%;
    line-height: 34px;
    margin-left: -.32em;
    position: absolute;
    top: -4px;
    vertical-align: middle
}

.window-caption .buttons .btn-max:before,
.window-caption .buttons .btn-min:before {
    border: solid #fff;
    border-width: 0 0 2px;
    bottom: .72rem;
    content: " ";
    display: block;
    height: .625rem;
    left: 50%;
    margin-left: -.3rem;
    position: absolute;
    top: auto;
    width: .625rem
}

.window-caption .buttons .btn-max:before {
    border: 1px solid #fff;
    border-top: 2px solid #fff;
    height: .575rem
}

.window-caption .buttons .btn-custom {
    -webkit-box-ordinal-group: 2;
    flex-shrink: 0;
    min-width: 34px;
    order: 1;
    width: auto
}

.window-caption .buttons .btn-min {
    -webkit-box-ordinal-group: 3;
    order: 2
}

.window-caption .buttons .btn-max {
    -webkit-box-ordinal-group: 4;
    order: 3
}

.window-caption .buttons .btn-close {
    -webkit-box-ordinal-group: 5;
    order: 4
}

.window-content {
    height: calc(100% - 2.25rem);
    overflow: auto
}

.window-status {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    background-color: #f8f8f8;
    color: #1d1d1d;
    display: -webkit-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: .8rem;
    height: 1.2rem;
    padding: .1rem .5rem
}

.window.info .window-caption {
    background-color: #1fb1f8;
    color: #fff
}

.window.alert .window-caption {
    background-color: #ce352c;
    color: #fff
}

.window.warning .window-caption {
    background-color: #fa6800;
    color: #fff
}

.window.success .window-caption {
    background-color: #60a917;
    color: #fff
}

.window.focused {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3)
}

.window.modal {
    z-index: 1050
}

.window.minimized {
    max-height: 2.25rem;
    max-width: 12rem
}

.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 {
    height: 100% !important;
    left: 0 !important;
    max-height: none !important;
    max-width: none !important;
    top: 0 !important;
    width: 100% !important
}

.window.maximized .btn-max:before {
    border: 1px solid #fff;
    z-index: 2
}

.window.maximized .btn-max:after {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    bottom: .375rem;
    content: " ";
    display: block;
    height: .625rem;
    position: absolute;
    right: 7px;
    top: 8px;
    width: .625rem;
    z-index: 1
}

.window.resizable {
    min-height: 2.25rem;
    min-width: 12rem
}

.wizard {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: stretch;
    align-items: stretch;
    background-color: #fff;
    border: 1px solid var(--border-color);
    color: #1d1d1d;
    counter-reset: wizard-step;
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap;
    height: auto;
    min-height: 200px;
    position: relative
}

.wizard>.section,
.wizard>section {
    border-left: 4px solid #bebebe;
    counter-increment: wizard-step;
    display: block;
    position: relative;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    width: 0
}

.wizard>.section:before,
.wizard>section:before {
    bottom: 20px;
    color: #fff;
    content: counter(wizard-step);
    display: none;
    left: -25px;
    position: absolute;
    text-align: center;
    width: 25px;
    z-index: 1
}

.wizard>.section .page-content,
.wizard>section .page-content {
    display: none;
    overflow: hidden;
    padding: 1rem 1rem 4.25rem
}

.wizard>.section.current,
.wizard>section.current {
    border: 0 !important;
    width: 100%
}

.wizard>.section.current .page-content,
.wizard>section.current .page-content {
    display: block
}

.wizard>.section.current:before,
.wizard>section.current:before {
    background-color: #1fb1f8;
    color: #fff;
    display: block;
    left: 0
}

.wizard>.section.complete,
.wizard>.section.current,
.wizard>section.complete,
.wizard>section.current {
    -webkit-transition: width .3s ease;
    transition: width .3s ease
}

.wizard>.section.complete,
.wizard>section.complete {
    cursor: pointer
}

.wizard .action-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: right;
    bottom: 1rem;
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap;
    justify-content: right;
    left: 41px;
    position: absolute
}

.wizard .action-bar:after {
    clear: both;
    content: "";
    display: block
}

.wizard .action-bar>* {
    margin: 1px
}

.wizard>section {
    border-color: #011017
}

.wizard>section:first-child {
    border-color: #1fb1f8
}

.wizard>section:nth-child(2) {
    border-color: #08a8f6
}

.wizard>section:nth-child(3) {
    border-color: #0797dd
}

.wizard>section:nth-child(4) {
    border-color: #0686c4
}

.wizard>section:nth-child(5) {
    border-color: #0575ac
}

.wizard>section:nth-child(6) {
    border-color: #056493
}

.wizard>section:nth-child(7) {
    border-color: #04537a
}

.wizard>section:nth-child(8) {
    border-color: #034361
}

.wizard>section:nth-child(9) {
    border-color: #023249
}

.wizard>section:nth-child(10) {
    border-color: #011017
}

.wizard>section.complete {
    border-color: #656565
}

.wizard>section.complete:first-child {
    border-color: #e4e4e4
}

.wizard>section.complete:nth-child(2) {
    border-color: #d8d8d8
}

.wizard>section.complete:nth-child(3) {
    border-color: #cbcbcb
}

.wizard>section.complete:nth-child(4) {
    border-color: #bebebe
}

.wizard>section.complete:nth-child(5) {
    border-color: #b1b1b1
}

.wizard>section.complete:nth-child(6) {
    border-color: #a5a5a5
}

.wizard>section.complete:nth-child(7) {
    border-color: #989898
}

.wizard>section.complete:nth-child(8) {
    border-color: #8b8b8b
}

.wizard>section.complete:nth-child(9) {
    border-color: #7e7e7e
}

.wizard>section.complete:nth-child(10) {
    border-color: #656565
}

.wizard [class*=wizard-btn].disabled {
    opacity: .1
}

@media screen and (min-width:0) {
    .wizard.wizard-wide-fs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap
    }

    .wizard.wizard-wide-fs>section {
        border-left-width: 25px
    }

    .wizard.wizard-wide-fs>section:before {
        display: block
    }
}

@media screen and (min-width:360px) {
    .wizard.wizard-wide-xs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap
    }

    .wizard.wizard-wide-xs>section {
        border-left-width: 25px
    }

    .wizard.wizard-wide-xs>section:before {
        display: block
    }
}

@media screen and (min-width:576px) {
    .wizard.wizard-wide-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap
    }

    .wizard.wizard-wide-sm>section {
        border-left-width: 25px
    }

    .wizard.wizard-wide-sm>section:before {
        display: block
    }
}

@media screen and (min-width:640px) {
    .wizard.wizard-wide-ld {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap
    }

    .wizard.wizard-wide-ld>section {
        border-left-width: 25px
    }

    .wizard.wizard-wide-ld>section:before {
        display: block
    }
}

@media screen and (min-width:768px) {
    .wizard.wizard-wide-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap
    }

    .wizard.wizard-wide-md>section {
        border-left-width: 25px
    }

    .wizard.wizard-wide-md>section:before {
        display: block
    }
}

@media screen and (min-width:992px) {
    .wizard.wizard-wide-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap
    }

    .wizard.wizard-wide-lg>section {
        border-left-width: 25px
    }

    .wizard.wizard-wide-lg>section:before {
        display: block
    }
}

@media screen and (min-width:1200px) {
    .wizard.wizard-wide-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap
    }

    .wizard.wizard-wide-xl>section {
        border-left-width: 25px
    }

    .wizard.wizard-wide-xl>section:before {
        display: block
    }
}

@media screen and (min-width:1452px) {
    .wizard.wizard-wide-xxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap
    }

    .wizard.wizard-wide-xxl>section {
        border-left-width: 25px
    }

    .wizard.wizard-wide-xxl>section:before {
        display: block
    }
}

@media screen and (min-width:2000px) {
    .wizard.wizard-wide-xxxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap
    }

    .wizard.wizard-wide-xxxl>section {
        border-left-width: 25px
    }

    .wizard.wizard-wide-xxxl>section:before {
        display: block
    }
}

:root {
    --page-control-background: #fff;
    --page-control-background-hover: hsla(0, 0%, 75%, .1);
    --page-control-closer-hover-background: rgba(29, 29, 29, .1);
    --page-control-border-color: #e0e0e0
}

.page-control {
    display: block;
    position: relative;
    -webkit-user-select: none;
    user-select: none
}

.page-control__tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    list-style: none inside;
    min-height: 32px;
    position: relative
}

.page-control__tabs:after {
    border-bottom: 1px solid var(--page-control-border-color);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    z-index: 0
}

.page-control__tabs.tabs-position-left {
    -webkit-box-pack: start;
    justify-content: start
}

.page-control__tabs.tabs-position-center {
    -webkit-box-pack: center;
    justify-content: center
}

.page-control__tabs.tabs-position-right {
    -webkit-box-pack: end;
    justify-content: end
}

.page-control__tabs.wrap-items {
    flex-wrap: wrap
}

.page-control__tab {
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid transparent;
    cursor: default;
    display: -webkit-box;
    display: flex;
    padding: 4px 8px;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    z-index: 1
}

.page-control__tab.active {
    border: 1px solid var(--page-control-border-color);
    border-bottom-color: var(--page-control-background)
}

.page-control__tab:not(:first-child):before {
    border-right: 1px solid var(--page-control-border-color);
    content: "";
    height: 20px;
    left: -1px;
    position: absolute;
    width: 1px
}

.page-control__tab.active {
    z-index: 2
}

.page-control__tab.active+.page-control__tab:before,
.page-control__tab.active:before {
    display: none
}

.page-control__tab:not(.active):hover {
    background: var(--page-control-background-hover)
}

.page-control__tab__icon {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    display: -webkit-box;
    display: flex;
    height: 16px;
    justify-content: center;
    margin-right: 8px;
    position: relative;
    width: 16px
}

.page-control__tab__icon * {
    font-size: 16px;
    height: 100%;
    width: 100%
}

.page-control__tab__caption {
    font-size: 12px;
    white-space: nowrap
}

.page-control__tab__closer {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: inline-flex;
    font-size: 10px;
    height: 18px;
    justify-content: center;
    margin-left: 8px;
    position: relative;
    visibility: hidden;
    width: 18px
}

.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;
    visibility: hidden
}

.page-control__tab.active .page-control__tab__closer,
.page-control__tab.active .page-control__tab__menu__holder,
.page-control__tab:hover .page-control__tab__closer,
.page-control__tab:hover .page-control__tab__menu__holder {
    visibility: visible
}

.page-control__tab__service {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: var(--page-control-background);
    display: -webkit-box;
    display: flex;
    flex-flow: row nowrap;
    height: 32px;
    justify-content: center;
    padding-top: 4px;
    position: absolute;
    right: 0;
    z-index: 3
}

.page-control__tab__service.invisible-tabs {
    right: 24px
}

.page-control__tab__service ul {
    border: 1px solid var(--page-control-border-color);
    left: auto;
    right: 0;
    top: 100%
}

.page-control__tab__append {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    height: 32px;
    justify-content: center;
    position: relative;
    width: 32px
}

.page-control__tab__append:before {
    border-right: 1px solid var(--page-control-border-color);
    content: "";
    height: 20px;
    left: -1px;
    position: absolute;
    width: 1px
}

.page-control__tab__append span.toggle {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-inline-box;
    display: inline-flex;
    font-size: 14px;
    height: 24px;
    justify-content: center;
    position: relative;
    width: 24px
}

.page-control__tab__append span.toggle:hover {
    border-color: var(--page-control-border-color)
}

.page-control__tab__append ul {
    border: 1px solid var(--page-control-border-color);
    left: 0;
    top: calc(100% + 1px)
}

.page-control__service-button {
    cursor: pointer;
    height: 24px;
    -webkit-user-select: none;
    user-select: none;
    width: 24px
}

.page-control__service-button,
.page-control__service-button span.toggle {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    justify-content: center
}

.page-control__service-button span.toggle {
    height: 100%;
    width: 100%
}

.page-control__service-button:hover {
    border: 1px solid var(--page-control-border-color)
}

.page-control__invisible_tabs_holder .page-control__tab {
    border: none;
    cursor: default;
    display: -webkit-box;
    display: flex;
    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 {
    background: var(--page-control-border-color);
    border: none
}

.page-control__invisible_tabs_holder .page-control__tab__menu {
    left: auto;
    right: calc(100% + 8px);
    z-index: 1001
}
