/* input(24104,25): run-time error CSS1030: Expected identifier, found '#SideImageWrapper'
input(24104,53): run-time error CSS1025: Expected comma or open brace, found ')' */
/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
    font-family: 'Font Awesome 6 Free';
}

.fab,
.fa-brands {
    font-family: 'Font Awesome 6 Brands';
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-2xs {
    font-size: 0.625em;
    line-height: 0.1em;
    vertical-align: 0.225em;
}

.fa-xs {
    font-size: 0.75em;
    line-height: 0.08333em;
    vertical-align: 0.125em;
}

.fa-sm {
    font-size: 0.875em;
    line-height: 0.07143em;
    vertical-align: 0.05357em;
}

.fa-lg {
    font-size: 1.25em;
    line-height: 0.05em;
    vertical-align: -0.075em;
}

.fa-xl {
    font-size: 1.5em;
    line-height: 0.04167em;
    vertical-align: -0.125em;
}

.fa-2xl {
    font-size: 2em;
    line-height: 0.03125em;
    vertical-align: -0.1875em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: var(--fa-li-margin, 2.5em);
    padding-left: 0;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    left: calc(var(--fa-li-width, 2em) * -1);
    position: absolute;
    text-align: center;
    width: var(--fa-li-width, 2em);
    line-height: inherit;
}

.fa-border {
    border-color: var(--fa-border-color, #eee);
    border-radius: var(--fa-border-radius, 0.1em);
    border-style: var(--fa-border-style, solid);
    border-width: var(--fa-border-width, 0.08em);
    padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
    float: left;
    margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
    float: right;
    margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
    -webkit-animation-name: fa-beat;
    animation-name: fa-beat;
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
    animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
    -webkit-animation-name: fa-bounce;
    animation-name: fa-bounce;
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
    -webkit-animation-name: fa-fade;
    animation-name: fa-fade;
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
    -webkit-animation-name: fa-beat-fade;
    animation-name: fa-beat-fade;
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
    -webkit-animation-name: fa-flip;
    animation-name: fa-flip;
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
    animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
    -webkit-animation-name: fa-shake;
    animation-name: fa-shake;
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, linear);
    animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 2s);
    animation-duration: var(--fa-animation-duration, 2s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, linear);
    animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
    --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
    animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
    .fa-beat,
    .fa-bounce,
    .fa-fade,
    .fa-beat-fade,
    .fa-flip,
    .fa-pulse,
    .fa-shake,
    .fa-spin,
    .fa-spin-pulse {
        -webkit-animation-delay: -1ms;
        animation-delay: -1ms;
        -webkit-animation-duration: 1ms;
        animation-duration: 1ms;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-duration: 0s;
        transition-duration: 0s;
    }
}

@-webkit-keyframes fa-beat {
    0%, 90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    45% {
        -webkit-transform: scale(var(--fa-beat-scale, 1.25));
        transform: scale(var(--fa-beat-scale, 1.25));
    }
}

@keyframes fa-beat {
    0%, 90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    45% {
        -webkit-transform: scale(var(--fa-beat-scale, 1.25));
        transform: scale(var(--fa-beat-scale, 1.25));
    }
}

@-webkit-keyframes fa-bounce {
    0% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }

    10% {
        -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    }

    30% {
        -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
        transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    }

    50% {
        -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    }

    57% {
        -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
        transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    }

    64% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }

    100% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }
}

@keyframes fa-bounce {
    0% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }

    10% {
        -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    }

    30% {
        -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
        transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    }

    50% {
        -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    }

    57% {
        -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
        transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    }

    64% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }

    100% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }
}

@-webkit-keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, 0.4);
    }
}

@keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, 0.4);
    }
}

@-webkit-keyframes fa-beat-fade {
    0%, 100% {
        opacity: var(--fa-beat-fade-opacity, 0.4);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
        transform: scale(var(--fa-beat-fade-scale, 1.125));
    }
}

@keyframes fa-beat-fade {
    0%, 100% {
        opacity: var(--fa-beat-fade-opacity, 0.4);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
        transform: scale(var(--fa-beat-fade-scale, 1.125));
    }
}

@-webkit-keyframes fa-flip {
    50% {
        -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    }
}

@keyframes fa-flip {
    50% {
        -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    }
}

@-webkit-keyframes fa-shake {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    8%, 24% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    12%, 28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }

    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg);
    }

    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    40%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes fa-shake {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    8%, 24% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    12%, 28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }

    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg);
    }

    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    40%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.fa-rotate-by {
    -webkit-transform: rotate(var(--fa-rotate-angle, none));
    transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-0::before {
    content: "\30";
}

.fa-1::before {
    content: "\31";
}

.fa-2::before {
    content: "\32";
}

.fa-3::before {
    content: "\33";
}

.fa-4::before {
    content: "\34";
}

.fa-5::before {
    content: "\35";
}

.fa-6::before {
    content: "\36";
}

.fa-7::before {
    content: "\37";
}

.fa-8::before {
    content: "\38";
}

.fa-9::before {
    content: "\39";
}

.fa-fill-drip::before {
    content: "\f576";
}

.fa-arrows-to-circle::before {
    content: "\e4bd";
}

.fa-circle-chevron-right::before {
    content: "\f138";
}

.fa-chevron-circle-right::before {
    content: "\f138";
}

.fa-at::before {
    content: "\40";
}

.fa-trash-can::before {
    content: "\f2ed";
}

.fa-trash-alt::before {
    content: "\f2ed";
}

.fa-text-height::before {
    content: "\f034";
}

.fa-user-xmark::before {
    content: "\f235";
}

.fa-user-times::before {
    content: "\f235";
}

.fa-stethoscope::before {
    content: "\f0f1";
}

.fa-message::before {
    content: "\f27a";
}

.fa-comment-alt::before {
    content: "\f27a";
}

.fa-info::before {
    content: "\f129";
}

.fa-down-left-and-up-right-to-center::before {
    content: "\f422";
}

.fa-compress-alt::before {
    content: "\f422";
}

.fa-explosion::before {
    content: "\e4e9";
}

.fa-file-lines::before {
    content: "\f15c";
}

.fa-file-alt::before {
    content: "\f15c";
}

.fa-file-text::before {
    content: "\f15c";
}

.fa-wave-square::before {
    content: "\f83e";
}

.fa-ring::before {
    content: "\f70b";
}

.fa-building-un::before {
    content: "\e4d9";
}

.fa-dice-three::before {
    content: "\f527";
}

.fa-calendar-days::before {
    content: "\f073";
}

.fa-calendar-alt::before {
    content: "\f073";
}

.fa-anchor-circle-check::before {
    content: "\e4aa";
}

.fa-building-circle-arrow-right::before {
    content: "\e4d1";
}

.fa-volleyball::before {
    content: "\f45f";
}

.fa-volleyball-ball::before {
    content: "\f45f";
}

.fa-arrows-up-to-line::before {
    content: "\e4c2";
}

.fa-sort-down::before {
    content: "\f0dd";
}

.fa-sort-desc::before {
    content: "\f0dd";
}

.fa-circle-minus::before {
    content: "\f056";
}

.fa-minus-circle::before {
    content: "\f056";
}

.fa-door-open::before {
    content: "\f52b";
}

.fa-right-from-bracket::before {
    content: "\f2f5";
}

.fa-sign-out-alt::before {
    content: "\f2f5";
}

.fa-atom::before {
    content: "\f5d2";
}

.fa-soap::before {
    content: "\e06e";
}

.fa-icons::before {
    content: "\f86d";
}

.fa-heart-music-camera-bolt::before {
    content: "\f86d";
}

.fa-microphone-lines-slash::before {
    content: "\f539";
}

.fa-microphone-alt-slash::before {
    content: "\f539";
}

.fa-bridge-circle-check::before {
    content: "\e4c9";
}

.fa-pump-medical::before {
    content: "\e06a";
}

.fa-fingerprint::before {
    content: "\f577";
}

.fa-hand-point-right::before {
    content: "\f0a4";
}

.fa-magnifying-glass-location::before {
    content: "\f689";
}

.fa-search-location::before {
    content: "\f689";
}

.fa-forward-step::before {
    content: "\f051";
}

.fa-step-forward::before {
    content: "\f051";
}

.fa-face-smile-beam::before {
    content: "\f5b8";
}

.fa-smile-beam::before {
    content: "\f5b8";
}

.fa-flag-checkered::before {
    content: "\f11e";
}

.fa-football::before {
    content: "\f44e";
}

.fa-football-ball::before {
    content: "\f44e";
}

.fa-school-circle-exclamation::before {
    content: "\e56c";
}

.fa-crop::before {
    content: "\f125";
}

.fa-angles-down::before {
    content: "\f103";
}

.fa-angle-double-down::before {
    content: "\f103";
}

.fa-users-rectangle::before {
    content: "\e594";
}

.fa-people-roof::before {
    content: "\e537";
}

.fa-people-line::before {
    content: "\e534";
}

.fa-beer-mug-empty::before {
    content: "\f0fc";
}

.fa-beer::before {
    content: "\f0fc";
}

.fa-diagram-predecessor::before {
    content: "\e477";
}

.fa-arrow-up-long::before {
    content: "\f176";
}

.fa-long-arrow-up::before {
    content: "\f176";
}

.fa-fire-flame-simple::before {
    content: "\f46a";
}

.fa-burn::before {
    content: "\f46a";
}

.fa-person::before {
    content: "\f183";
}

.fa-male::before {
    content: "\f183";
}

.fa-laptop::before {
    content: "\f109";
}

.fa-file-csv::before {
    content: "\f6dd";
}

.fa-menorah::before {
    content: "\f676";
}

.fa-truck-plane::before {
    content: "\e58f";
}

.fa-record-vinyl::before {
    content: "\f8d9";
}

.fa-face-grin-stars::before {
    content: "\f587";
}

.fa-grin-stars::before {
    content: "\f587";
}

.fa-bong::before {
    content: "\f55c";
}

.fa-spaghetti-monster-flying::before {
    content: "\f67b";
}

.fa-pastafarianism::before {
    content: "\f67b";
}

.fa-arrow-down-up-across-line::before {
    content: "\e4af";
}

.fa-spoon::before {
    content: "\f2e5";
}

.fa-utensil-spoon::before {
    content: "\f2e5";
}

.fa-jar-wheat::before {
    content: "\e517";
}

.fa-envelopes-bulk::before {
    content: "\f674";
}

.fa-mail-bulk::before {
    content: "\f674";
}

.fa-file-circle-exclamation::before {
    content: "\e4eb";
}

.fa-circle-h::before {
    content: "\f47e";
}

.fa-hospital-symbol::before {
    content: "\f47e";
}

.fa-pager::before {
    content: "\f815";
}

.fa-address-book::before {
    content: "\f2b9";
}

.fa-contact-book::before {
    content: "\f2b9";
}

.fa-strikethrough::before {
    content: "\f0cc";
}

.fa-k::before {
    content: "\4b";
}

.fa-landmark-flag::before {
    content: "\e51c";
}

.fa-pencil::before {
    content: "\f303";
}

.fa-pencil-alt::before {
    content: "\f303";
}

.fa-backward::before {
    content: "\f04a";
}

.fa-caret-right::before {
    content: "\f0da";
}

.fa-comments::before {
    content: "\f086";
}

.fa-paste::before {
    content: "\f0ea";
}

.fa-file-clipboard::before {
    content: "\f0ea";
}

.fa-code-pull-request::before {
    content: "\e13c";
}

.fa-clipboard-list::before {
    content: "\f46d";
}

.fa-truck-ramp-box::before {
    content: "\f4de";
}

.fa-truck-loading::before {
    content: "\f4de";
}

.fa-user-check::before {
    content: "\f4fc";
}

.fa-vial-virus::before {
    content: "\e597";
}

.fa-sheet-plastic::before {
    content: "\e571";
}

.fa-blog::before {
    content: "\f781";
}

.fa-user-ninja::before {
    content: "\f504";
}

.fa-person-arrow-up-from-line::before {
    content: "\e539";
}

.fa-scroll-torah::before {
    content: "\f6a0";
}

.fa-torah::before {
    content: "\f6a0";
}

.fa-broom-ball::before {
    content: "\f458";
}

.fa-quidditch::before {
    content: "\f458";
}

.fa-quidditch-broom-ball::before {
    content: "\f458";
}

.fa-toggle-off::before {
    content: "\f204";
}

.fa-box-archive::before {
    content: "\f187";
}

.fa-archive::before {
    content: "\f187";
}

.fa-person-drowning::before {
    content: "\e545";
}

.fa-arrow-down-9-1::before {
    content: "\f886";
}

.fa-sort-numeric-desc::before {
    content: "\f886";
}

.fa-sort-numeric-down-alt::before {
    content: "\f886";
}

.fa-face-grin-tongue-squint::before {
    content: "\f58a";
}

.fa-grin-tongue-squint::before {
    content: "\f58a";
}

.fa-spray-can::before {
    content: "\f5bd";
}

.fa-truck-monster::before {
    content: "\f63b";
}

.fa-w::before {
    content: "\57";
}

.fa-earth-africa::before {
    content: "\f57c";
}

.fa-globe-africa::before {
    content: "\f57c";
}

.fa-rainbow::before {
    content: "\f75b";
}

.fa-circle-notch::before {
    content: "\f1ce";
}

.fa-tablet-screen-button::before {
    content: "\f3fa";
}

.fa-tablet-alt::before {
    content: "\f3fa";
}

.fa-paw::before {
    content: "\f1b0";
}

.fa-cloud::before {
    content: "\f0c2";
}

.fa-trowel-bricks::before {
    content: "\e58a";
}

.fa-face-flushed::before {
    content: "\f579";
}

.fa-flushed::before {
    content: "\f579";
}

.fa-hospital-user::before {
    content: "\f80d";
}

.fa-tent-arrow-left-right::before {
    content: "\e57f";
}

.fa-gavel::before {
    content: "\f0e3";
}

.fa-legal::before {
    content: "\f0e3";
}

.fa-binoculars::before {
    content: "\f1e5";
}

.fa-microphone-slash::before {
    content: "\f131";
}

.fa-box-tissue::before {
    content: "\e05b";
}

.fa-motorcycle::before {
    content: "\f21c";
}

.fa-bell-concierge::before {
    content: "\f562";
}

.fa-concierge-bell::before {
    content: "\f562";
}

.fa-pen-ruler::before {
    content: "\f5ae";
}

.fa-pencil-ruler::before {
    content: "\f5ae";
}

.fa-people-arrows::before {
    content: "\e068";
}

.fa-people-arrows-left-right::before {
    content: "\e068";
}

.fa-mars-and-venus-burst::before {
    content: "\e523";
}

.fa-square-caret-right::before {
    content: "\f152";
}

.fa-caret-square-right::before {
    content: "\f152";
}

.fa-scissors::before {
    content: "\f0c4";
}

.fa-cut::before {
    content: "\f0c4";
}

.fa-sun-plant-wilt::before {
    content: "\e57a";
}

.fa-toilets-portable::before {
    content: "\e584";
}

.fa-hockey-puck::before {
    content: "\f453";
}

.fa-table::before {
    content: "\f0ce";
}

.fa-magnifying-glass-arrow-right::before {
    content: "\e521";
}

.fa-tachograph-digital::before {
    content: "\f566";
}

.fa-digital-tachograph::before {
    content: "\f566";
}

.fa-users-slash::before {
    content: "\e073";
}

.fa-clover::before {
    content: "\e139";
}

.fa-reply::before {
    content: "\f3e5";
}

.fa-mail-reply::before {
    content: "\f3e5";
}

.fa-star-and-crescent::before {
    content: "\f699";
}

.fa-house-fire::before {
    content: "\e50c";
}

.fa-square-minus::before {
    content: "\f146";
}

.fa-minus-square::before {
    content: "\f146";
}

.fa-helicopter::before {
    content: "\f533";
}

.fa-compass::before {
    content: "\f14e";
}

.fa-square-caret-down::before {
    content: "\f150";
}

.fa-caret-square-down::before {
    content: "\f150";
}

.fa-file-circle-question::before {
    content: "\e4ef";
}

.fa-laptop-code::before {
    content: "\f5fc";
}

.fa-swatchbook::before {
    content: "\f5c3";
}

.fa-prescription-bottle::before {
    content: "\f485";
}

.fa-bars::before {
    content: "\f0c9";
}

.fa-navicon::before {
    content: "\f0c9";
}

.fa-people-group::before {
    content: "\e533";
}

.fa-hourglass-end::before {
    content: "\f253";
}

.fa-hourglass-3::before {
    content: "\f253";
}

.fa-heart-crack::before {
    content: "\f7a9";
}

.fa-heart-broken::before {
    content: "\f7a9";
}

.fa-square-up-right::before {
    content: "\f360";
}

.fa-external-link-square-alt::before {
    content: "\f360";
}

.fa-face-kiss-beam::before {
    content: "\f597";
}

.fa-kiss-beam::before {
    content: "\f597";
}

.fa-film::before {
    content: "\f008";
}

.fa-ruler-horizontal::before {
    content: "\f547";
}

.fa-people-robbery::before {
    content: "\e536";
}

.fa-lightbulb::before {
    content: "\f0eb";
}

.fa-caret-left::before {
    content: "\f0d9";
}

.fa-circle-exclamation::before {
    content: "\f06a";
}

.fa-exclamation-circle::before {
    content: "\f06a";
}

.fa-school-circle-xmark::before {
    content: "\e56d";
}

.fa-arrow-right-from-bracket::before {
    content: "\f08b";
}

.fa-sign-out::before {
    content: "\f08b";
}

.fa-circle-chevron-down::before {
    content: "\f13a";
}

.fa-chevron-circle-down::before {
    content: "\f13a";
}

.fa-unlock-keyhole::before {
    content: "\f13e";
}

.fa-unlock-alt::before {
    content: "\f13e";
}

.fa-cloud-showers-heavy::before {
    content: "\f740";
}

.fa-headphones-simple::before {
    content: "\f58f";
}

.fa-headphones-alt::before {
    content: "\f58f";
}

.fa-sitemap::before {
    content: "\f0e8";
}

.fa-circle-dollar-to-slot::before {
    content: "\f4b9";
}

.fa-donate::before {
    content: "\f4b9";
}

.fa-memory::before {
    content: "\f538";
}

.fa-road-spikes::before {
    content: "\e568";
}

.fa-fire-burner::before {
    content: "\e4f1";
}

.fa-flag::before {
    content: "\f024";
}

.fa-hanukiah::before {
    content: "\f6e6";
}

.fa-feather::before {
    content: "\f52d";
}

.fa-volume-low::before {
    content: "\f027";
}

.fa-volume-down::before {
    content: "\f027";
}

.fa-comment-slash::before {
    content: "\f4b3";
}

.fa-cloud-sun-rain::before {
    content: "\f743";
}

.fa-compress::before {
    content: "\f066";
}

.fa-wheat-awn::before {
    content: "\e2cd";
}

.fa-wheat-alt::before {
    content: "\e2cd";
}

.fa-ankh::before {
    content: "\f644";
}

.fa-hands-holding-child::before {
    content: "\e4fa";
}

.fa-asterisk::before {
    content: "\2a";
}

.fa-square-check::before {
    content: "\f14a";
}

.fa-check-square::before {
    content: "\f14a";
}

.fa-peseta-sign::before {
    content: "\e221";
}

.fa-heading::before {
    content: "\f1dc";
}

.fa-header::before {
    content: "\f1dc";
}

.fa-ghost::before {
    content: "\f6e2";
}

.fa-list::before {
    content: "\f03a";
}

.fa-list-squares::before {
    content: "\f03a";
}

.fa-square-phone-flip::before {
    content: "\f87b";
}

.fa-phone-square-alt::before {
    content: "\f87b";
}

.fa-cart-plus::before {
    content: "\f217";
}

.fa-gamepad::before {
    content: "\f11b";
}

.fa-circle-dot::before {
    content: "\f192";
}

.fa-dot-circle::before {
    content: "\f192";
}

.fa-face-dizzy::before {
    content: "\f567";
}

.fa-dizzy::before {
    content: "\f567";
}

.fa-egg::before {
    content: "\f7fb";
}

.fa-house-medical-circle-xmark::before {
    content: "\e513";
}

.fa-campground::before {
    content: "\f6bb";
}

.fa-folder-plus::before {
    content: "\f65e";
}

.fa-futbol::before {
    content: "\f1e3";
}

.fa-futbol-ball::before {
    content: "\f1e3";
}

.fa-soccer-ball::before {
    content: "\f1e3";
}

.fa-paintbrush::before {
    content: "\f1fc";
}

.fa-paint-brush::before {
    content: "\f1fc";
}

.fa-lock::before {
    content: "\f023";
}

.fa-gas-pump::before {
    content: "\f52f";
}

.fa-hot-tub-person::before {
    content: "\f593";
}

.fa-hot-tub::before {
    content: "\f593";
}

.fa-map-location::before {
    content: "\f59f";
}

.fa-map-marked::before {
    content: "\f59f";
}

.fa-house-flood-water::before {
    content: "\e50e";
}

.fa-tree::before {
    content: "\f1bb";
}

.fa-bridge-lock::before {
    content: "\e4cc";
}

.fa-sack-dollar::before {
    content: "\f81d";
}

.fa-pen-to-square::before {
    content: "\f044";
}

.fa-edit::before {
    content: "\f044";
}

.fa-car-side::before {
    content: "\f5e4";
}

.fa-share-nodes::before {
    content: "\f1e0";
}

.fa-share-alt::before {
    content: "\f1e0";
}

.fa-heart-circle-minus::before {
    content: "\e4ff";
}

.fa-hourglass-half::before {
    content: "\f252";
}

.fa-hourglass-2::before {
    content: "\f252";
}

.fa-microscope::before {
    content: "\f610";
}

.fa-sink::before {
    content: "\e06d";
}

.fa-bag-shopping::before {
    content: "\f290";
}

.fa-shopping-bag::before {
    content: "\f290";
}

.fa-arrow-down-z-a::before {
    content: "\f881";
}

.fa-sort-alpha-desc::before {
    content: "\f881";
}

.fa-sort-alpha-down-alt::before {
    content: "\f881";
}

.fa-mitten::before {
    content: "\f7b5";
}

.fa-person-rays::before {
    content: "\e54d";
}

.fa-users::before {
    content: "\f0c0";
}

.fa-eye-slash::before {
    content: "\f070";
}

.fa-flask-vial::before {
    content: "\e4f3";
}

.fa-hand::before {
    content: "\f256";
}

.fa-hand-paper::before {
    content: "\f256";
}

.fa-om::before {
    content: "\f679";
}

.fa-worm::before {
    content: "\e599";
}

.fa-house-circle-xmark::before {
    content: "\e50b";
}

.fa-plug::before {
    content: "\f1e6";
}

.fa-chevron-up::before {
    content: "\f077";
}

.fa-hand-spock::before {
    content: "\f259";
}

.fa-stopwatch::before {
    content: "\f2f2";
}

.fa-face-kiss::before {
    content: "\f596";
}

.fa-kiss::before {
    content: "\f596";
}

.fa-bridge-circle-xmark::before {
    content: "\e4cb";
}

.fa-face-grin-tongue::before {
    content: "\f589";
}

.fa-grin-tongue::before {
    content: "\f589";
}

.fa-chess-bishop::before {
    content: "\f43a";
}

.fa-face-grin-wink::before {
    content: "\f58c";
}

.fa-grin-wink::before {
    content: "\f58c";
}

.fa-ear-deaf::before {
    content: "\f2a4";
}

.fa-deaf::before {
    content: "\f2a4";
}

.fa-deafness::before {
    content: "\f2a4";
}

.fa-hard-of-hearing::before {
    content: "\f2a4";
}

.fa-road-circle-check::before {
    content: "\e564";
}

.fa-dice-five::before {
    content: "\f523";
}

.fa-square-rss::before {
    content: "\f143";
}

.fa-rss-square::before {
    content: "\f143";
}

.fa-land-mine-on::before {
    content: "\e51b";
}

.fa-i-cursor::before {
    content: "\f246";
}

.fa-stamp::before {
    content: "\f5bf";
}

.fa-stairs::before {
    content: "\e289";
}

.fa-i::before {
    content: "\49";
}

.fa-hryvnia-sign::before {
    content: "\f6f2";
}

.fa-hryvnia::before {
    content: "\f6f2";
}

.fa-pills::before {
    content: "\f484";
}

.fa-face-grin-wide::before {
    content: "\f581";
}

.fa-grin-alt::before {
    content: "\f581";
}

.fa-tooth::before {
    content: "\f5c9";
}

.fa-v::before {
    content: "\56";
}

.fa-bangladeshi-taka-sign::before {
    content: "\e2e6";
}

.fa-bicycle::before {
    content: "\f206";
}

.fa-staff-snake::before {
    content: "\e579";
}

.fa-rod-asclepius::before {
    content: "\e579";
}

.fa-rod-snake::before {
    content: "\e579";
}

.fa-staff-aesculapius::before {
    content: "\e579";
}

.fa-head-side-cough-slash::before {
    content: "\e062";
}

.fa-truck-medical::before {
    content: "\f0f9";
}

.fa-ambulance::before {
    content: "\f0f9";
}

.fa-wheat-awn-circle-exclamation::before {
    content: "\e598";
}

.fa-snowman::before {
    content: "\f7d0";
}

.fa-mortar-pestle::before {
    content: "\f5a7";
}

.fa-road-barrier::before {
    content: "\e562";
}

.fa-school::before {
    content: "\f549";
}

.fa-igloo::before {
    content: "\f7ae";
}

.fa-joint::before {
    content: "\f595";
}

.fa-angle-right::before {
    content: "\f105";
}

.fa-horse::before {
    content: "\f6f0";
}

.fa-q::before {
    content: "\51";
}

.fa-g::before {
    content: "\47";
}

.fa-notes-medical::before {
    content: "\f481";
}

.fa-temperature-half::before {
    content: "\f2c9";
}

.fa-temperature-2::before {
    content: "\f2c9";
}

.fa-thermometer-2::before {
    content: "\f2c9";
}

.fa-thermometer-half::before {
    content: "\f2c9";
}

.fa-dong-sign::before {
    content: "\e169";
}

.fa-capsules::before {
    content: "\f46b";
}

.fa-poo-storm::before {
    content: "\f75a";
}

.fa-poo-bolt::before {
    content: "\f75a";
}

.fa-face-frown-open::before {
    content: "\f57a";
}

.fa-frown-open::before {
    content: "\f57a";
}

.fa-hand-point-up::before {
    content: "\f0a6";
}

.fa-money-bill::before {
    content: "\f0d6";
}

.fa-bookmark::before {
    content: "\f02e";
}

.fa-align-justify::before {
    content: "\f039";
}

.fa-umbrella-beach::before {
    content: "\f5ca";
}

.fa-helmet-un::before {
    content: "\e503";
}

.fa-bullseye::before {
    content: "\f140";
}

.fa-bacon::before {
    content: "\f7e5";
}

.fa-hand-point-down::before {
    content: "\f0a7";
}

.fa-arrow-up-from-bracket::before {
    content: "\e09a";
}

.fa-folder::before {
    content: "\f07b";
}

.fa-folder-blank::before {
    content: "\f07b";
}

.fa-file-waveform::before {
    content: "\f478";
}

.fa-file-medical-alt::before {
    content: "\f478";
}

.fa-radiation::before {
    content: "\f7b9";
}

.fa-chart-simple::before {
    content: "\e473";
}

.fa-mars-stroke::before {
    content: "\f229";
}

.fa-vial::before {
    content: "\f492";
}

.fa-gauge::before {
    content: "\f624";
}

.fa-dashboard::before {
    content: "\f624";
}

.fa-gauge-med::before {
    content: "\f624";
}

.fa-tachometer-alt-average::before {
    content: "\f624";
}

.fa-wand-magic-sparkles::before {
    content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
    content: "\e2ca";
}

.fa-e::before {
    content: "\45";
}

.fa-pen-clip::before {
    content: "\f305";
}

.fa-pen-alt::before {
    content: "\f305";
}

.fa-bridge-circle-exclamation::before {
    content: "\e4ca";
}

.fa-user::before {
    content: "\f007";
}

.fa-school-circle-check::before {
    content: "\e56b";
}

.fa-dumpster::before {
    content: "\f793";
}

.fa-van-shuttle::before {
    content: "\f5b6";
}

.fa-shuttle-van::before {
    content: "\f5b6";
}

.fa-building-user::before {
    content: "\e4da";
}

.fa-square-caret-left::before {
    content: "\f191";
}

.fa-caret-square-left::before {
    content: "\f191";
}

.fa-highlighter::before {
    content: "\f591";
}

.fa-key::before {
    content: "\f084";
}

.fa-bullhorn::before {
    content: "\f0a1";
}

.fa-globe::before {
    content: "\f0ac";
}

.fa-synagogue::before {
    content: "\f69b";
}

.fa-person-half-dress::before {
    content: "\e548";
}

.fa-road-bridge::before {
    content: "\e563";
}

.fa-location-arrow::before {
    content: "\f124";
}

.fa-c::before {
    content: "\43";
}

.fa-tablet-button::before {
    content: "\f10a";
}

.fa-building-lock::before {
    content: "\e4d6";
}

.fa-pizza-slice::before {
    content: "\f818";
}

.fa-money-bill-wave::before {
    content: "\f53a";
}

.fa-chart-area::before {
    content: "\f1fe";
}

.fa-area-chart::before {
    content: "\f1fe";
}

.fa-house-flag::before {
    content: "\e50d";
}

.fa-person-circle-minus::before {
    content: "\e540";
}

.fa-ban::before {
    content: "\f05e";
}

.fa-cancel::before {
    content: "\f05e";
}

.fa-camera-rotate::before {
    content: "\e0d8";
}

.fa-spray-can-sparkles::before {
    content: "\f5d0";
}

.fa-air-freshener::before {
    content: "\f5d0";
}

.fa-star::before {
    content: "\f005";
}

.fa-repeat::before {
    content: "\f363";
}

.fa-cross::before {
    content: "\f654";
}

.fa-box::before {
    content: "\f466";
}

.fa-venus-mars::before {
    content: "\f228";
}

.fa-arrow-pointer::before {
    content: "\f245";
}

.fa-mouse-pointer::before {
    content: "\f245";
}

.fa-maximize::before {
    content: "\f31e";
}

.fa-expand-arrows-alt::before {
    content: "\f31e";
}

.fa-charging-station::before {
    content: "\f5e7";
}

.fa-shapes::before {
    content: "\f61f";
}

.fa-triangle-circle-square::before {
    content: "\f61f";
}

.fa-shuffle::before {
    content: "\f074";
}

.fa-random::before {
    content: "\f074";
}

.fa-person-running::before {
    content: "\f70c";
}

.fa-running::before {
    content: "\f70c";
}

.fa-mobile-retro::before {
    content: "\e527";
}

.fa-grip-lines-vertical::before {
    content: "\f7a5";
}

.fa-spider::before {
    content: "\f717";
}

.fa-hands-bound::before {
    content: "\e4f9";
}

.fa-file-invoice-dollar::before {
    content: "\f571";
}

.fa-plane-circle-exclamation::before {
    content: "\e556";
}

.fa-x-ray::before {
    content: "\f497";
}

.fa-spell-check::before {
    content: "\f891";
}

.fa-slash::before {
    content: "\f715";
}

.fa-computer-mouse::before {
    content: "\f8cc";
}

.fa-mouse::before {
    content: "\f8cc";
}

.fa-arrow-right-to-bracket::before {
    content: "\f090";
}

.fa-sign-in::before {
    content: "\f090";
}

.fa-shop-slash::before {
    content: "\e070";
}

.fa-store-alt-slash::before {
    content: "\e070";
}

.fa-server::before {
    content: "\f233";
}

.fa-virus-covid-slash::before {
    content: "\e4a9";
}

.fa-shop-lock::before {
    content: "\e4a5";
}

.fa-hourglass-start::before {
    content: "\f251";
}

.fa-hourglass-1::before {
    content: "\f251";
}

.fa-blender-phone::before {
    content: "\f6b6";
}

.fa-building-wheat::before {
    content: "\e4db";
}

.fa-person-breastfeeding::before {
    content: "\e53a";
}

.fa-right-to-bracket::before {
    content: "\f2f6";
}

.fa-sign-in-alt::before {
    content: "\f2f6";
}

.fa-venus::before {
    content: "\f221";
}

.fa-passport::before {
    content: "\f5ab";
}

.fa-heart-pulse::before {
    content: "\f21e";
}

.fa-heartbeat::before {
    content: "\f21e";
}

.fa-people-carry-box::before {
    content: "\f4ce";
}

.fa-people-carry::before {
    content: "\f4ce";
}

.fa-temperature-high::before {
    content: "\f769";
}

.fa-microchip::before {
    content: "\f2db";
}

.fa-crown::before {
    content: "\f521";
}

.fa-weight-hanging::before {
    content: "\f5cd";
}

.fa-xmarks-lines::before {
    content: "\e59a";
}

.fa-file-prescription::before {
    content: "\f572";
}

.fa-weight-scale::before {
    content: "\f496";
}

.fa-weight::before {
    content: "\f496";
}

.fa-user-group::before {
    content: "\f500";
}

.fa-user-friends::before {
    content: "\f500";
}

.fa-arrow-up-a-z::before {
    content: "\f15e";
}

.fa-sort-alpha-up::before {
    content: "\f15e";
}

.fa-chess-knight::before {
    content: "\f441";
}

.fa-face-laugh-squint::before {
    content: "\f59b";
}

.fa-laugh-squint::before {
    content: "\f59b";
}

.fa-wheelchair::before {
    content: "\f193";
}

.fa-circle-arrow-up::before {
    content: "\f0aa";
}

.fa-arrow-circle-up::before {
    content: "\f0aa";
}

.fa-toggle-on::before {
    content: "\f205";
}

.fa-person-walking::before {
    content: "\f554";
}

.fa-walking::before {
    content: "\f554";
}

.fa-l::before {
    content: "\4c";
}

.fa-fire::before {
    content: "\f06d";
}

.fa-bed-pulse::before {
    content: "\f487";
}

.fa-procedures::before {
    content: "\f487";
}

.fa-shuttle-space::before {
    content: "\f197";
}

.fa-space-shuttle::before {
    content: "\f197";
}

.fa-face-laugh::before {
    content: "\f599";
}

.fa-laugh::before {
    content: "\f599";
}

.fa-folder-open::before {
    content: "\f07c";
}

.fa-heart-circle-plus::before {
    content: "\e500";
}

.fa-code-fork::before {
    content: "\e13b";
}

.fa-city::before {
    content: "\f64f";
}

.fa-microphone-lines::before {
    content: "\f3c9";
}

.fa-microphone-alt::before {
    content: "\f3c9";
}

.fa-pepper-hot::before {
    content: "\f816";
}

.fa-unlock::before {
    content: "\f09c";
}

.fa-colon-sign::before {
    content: "\e140";
}

.fa-headset::before {
    content: "\f590";
}

.fa-store-slash::before {
    content: "\e071";
}

.fa-road-circle-xmark::before {
    content: "\e566";
}

.fa-user-minus::before {
    content: "\f503";
}

.fa-mars-stroke-up::before {
    content: "\f22a";
}

.fa-mars-stroke-v::before {
    content: "\f22a";
}

.fa-champagne-glasses::before {
    content: "\f79f";
}

.fa-glass-cheers::before {
    content: "\f79f";
}

.fa-clipboard::before {
    content: "\f328";
}

.fa-house-circle-exclamation::before {
    content: "\e50a";
}

.fa-file-arrow-up::before {
    content: "\f574";
}

.fa-file-upload::before {
    content: "\f574";
}

.fa-wifi::before {
    content: "\f1eb";
}

.fa-wifi-3::before {
    content: "\f1eb";
}

.fa-wifi-strong::before {
    content: "\f1eb";
}

.fa-bath::before {
    content: "\f2cd";
}

.fa-bathtub::before {
    content: "\f2cd";
}

.fa-underline::before {
    content: "\f0cd";
}

.fa-user-pen::before {
    content: "\f4ff";
}

.fa-user-edit::before {
    content: "\f4ff";
}

.fa-signature::before {
    content: "\f5b7";
}

.fa-stroopwafel::before {
    content: "\f551";
}

.fa-bold::before {
    content: "\f032";
}

.fa-anchor-lock::before {
    content: "\e4ad";
}

.fa-building-ngo::before {
    content: "\e4d7";
}

.fa-manat-sign::before {
    content: "\e1d5";
}

.fa-not-equal::before {
    content: "\f53e";
}

.fa-border-top-left::before {
    content: "\f853";
}

.fa-border-style::before {
    content: "\f853";
}

.fa-map-location-dot::before {
    content: "\f5a0";
}

.fa-map-marked-alt::before {
    content: "\f5a0";
}

.fa-jedi::before {
    content: "\f669";
}

.fa-square-poll-vertical::before {
    content: "\f681";
}

.fa-poll::before {
    content: "\f681";
}

.fa-mug-hot::before {
    content: "\f7b6";
}

.fa-car-battery::before {
    content: "\f5df";
}

.fa-battery-car::before {
    content: "\f5df";
}

.fa-gift::before {
    content: "\f06b";
}

.fa-dice-two::before {
    content: "\f528";
}

.fa-chess-queen::before {
    content: "\f445";
}

.fa-glasses::before {
    content: "\f530";
}

.fa-chess-board::before {
    content: "\f43c";
}

.fa-building-circle-check::before {
    content: "\e4d2";
}

.fa-person-chalkboard::before {
    content: "\e53d";
}

.fa-mars-stroke-right::before {
    content: "\f22b";
}

.fa-mars-stroke-h::before {
    content: "\f22b";
}

.fa-hand-back-fist::before {
    content: "\f255";
}

.fa-hand-rock::before {
    content: "\f255";
}

.fa-square-caret-up::before {
    content: "\f151";
}

.fa-caret-square-up::before {
    content: "\f151";
}

.fa-cloud-showers-water::before {
    content: "\e4e4";
}

.fa-chart-bar::before {
    content: "\f080";
}

.fa-bar-chart::before {
    content: "\f080";
}

.fa-hands-bubbles::before {
    content: "\e05e";
}

.fa-hands-wash::before {
    content: "\e05e";
}

.fa-less-than-equal::before {
    content: "\f537";
}

.fa-train::before {
    content: "\f238";
}

.fa-eye-low-vision::before {
    content: "\f2a8";
}

.fa-low-vision::before {
    content: "\f2a8";
}

.fa-crow::before {
    content: "\f520";
}

.fa-sailboat::before {
    content: "\e445";
}

.fa-window-restore::before {
    content: "\f2d2";
}

.fa-square-plus::before {
    content: "\f0fe";
}

.fa-plus-square::before {
    content: "\f0fe";
}

.fa-torii-gate::before {
    content: "\f6a1";
}

.fa-frog::before {
    content: "\f52e";
}

.fa-bucket::before {
    content: "\e4cf";
}

.fa-image::before {
    content: "\f03e";
}

.fa-microphone::before {
    content: "\f130";
}

.fa-cow::before {
    content: "\f6c8";
}

.fa-caret-up::before {
    content: "\f0d8";
}

.fa-screwdriver::before {
    content: "\f54a";
}

.fa-folder-closed::before {
    content: "\e185";
}

.fa-house-tsunami::before {
    content: "\e515";
}

.fa-square-nfi::before {
    content: "\e576";
}

.fa-arrow-up-from-ground-water::before {
    content: "\e4b5";
}

.fa-martini-glass::before {
    content: "\f57b";
}

.fa-glass-martini-alt::before {
    content: "\f57b";
}

.fa-rotate-left::before {
    content: "\f2ea";
}

.fa-rotate-back::before {
    content: "\f2ea";
}

.fa-rotate-backward::before {
    content: "\f2ea";
}

.fa-undo-alt::before {
    content: "\f2ea";
}

.fa-table-columns::before {
    content: "\f0db";
}

.fa-columns::before {
    content: "\f0db";
}

.fa-lemon::before {
    content: "\f094";
}

.fa-head-side-mask::before {
    content: "\e063";
}

.fa-handshake::before {
    content: "\f2b5";
}

.fa-gem::before {
    content: "\f3a5";
}

.fa-dolly::before {
    content: "\f472";
}

.fa-dolly-box::before {
    content: "\f472";
}

.fa-smoking::before {
    content: "\f48d";
}

.fa-minimize::before {
    content: "\f78c";
}

.fa-compress-arrows-alt::before {
    content: "\f78c";
}

.fa-monument::before {
    content: "\f5a6";
}

.fa-snowplow::before {
    content: "\f7d2";
}

.fa-angles-right::before {
    content: "\f101";
}

.fa-angle-double-right::before {
    content: "\f101";
}

.fa-cannabis::before {
    content: "\f55f";
}

.fa-circle-play::before {
    content: "\f144";
}

.fa-play-circle::before {
    content: "\f144";
}

.fa-tablets::before {
    content: "\f490";
}

.fa-ethernet::before {
    content: "\f796";
}

.fa-euro-sign::before {
    content: "\f153";
}

.fa-eur::before {
    content: "\f153";
}

.fa-euro::before {
    content: "\f153";
}

.fa-chair::before {
    content: "\f6c0";
}

.fa-circle-check::before {
    content: "\f058";
}

.fa-check-circle::before {
    content: "\f058";
}

.fa-circle-stop::before {
    content: "\f28d";
}

.fa-stop-circle::before {
    content: "\f28d";
}

.fa-compass-drafting::before {
    content: "\f568";
}

.fa-drafting-compass::before {
    content: "\f568";
}

.fa-plate-wheat::before {
    content: "\e55a";
}

.fa-icicles::before {
    content: "\f7ad";
}

.fa-person-shelter::before {
    content: "\e54f";
}

.fa-neuter::before {
    content: "\f22c";
}

.fa-id-badge::before {
    content: "\f2c1";
}

.fa-marker::before {
    content: "\f5a1";
}

.fa-face-laugh-beam::before {
    content: "\f59a";
}

.fa-laugh-beam::before {
    content: "\f59a";
}

.fa-helicopter-symbol::before {
    content: "\e502";
}

.fa-universal-access::before {
    content: "\f29a";
}

.fa-circle-chevron-up::before {
    content: "\f139";
}

.fa-chevron-circle-up::before {
    content: "\f139";
}

.fa-lari-sign::before {
    content: "\e1c8";
}

.fa-volcano::before {
    content: "\f770";
}

.fa-person-walking-dashed-line-arrow-right::before {
    content: "\e553";
}

.fa-sterling-sign::before {
    content: "\f154";
}

.fa-gbp::before {
    content: "\f154";
}

.fa-pound-sign::before {
    content: "\f154";
}

.fa-viruses::before {
    content: "\e076";
}

.fa-square-person-confined::before {
    content: "\e577";
}

.fa-user-tie::before {
    content: "\f508";
}

.fa-arrow-down-long::before {
    content: "\f175";
}

.fa-long-arrow-down::before {
    content: "\f175";
}

.fa-tent-arrow-down-to-line::before {
    content: "\e57e";
}

.fa-certificate::before {
    content: "\f0a3";
}

.fa-reply-all::before {
    content: "\f122";
}

.fa-mail-reply-all::before {
    content: "\f122";
}

.fa-suitcase::before {
    content: "\f0f2";
}

.fa-person-skating::before {
    content: "\f7c5";
}

.fa-skating::before {
    content: "\f7c5";
}

.fa-filter-circle-dollar::before {
    content: "\f662";
}

.fa-funnel-dollar::before {
    content: "\f662";
}

.fa-camera-retro::before {
    content: "\f083";
}

.fa-circle-arrow-down::before {
    content: "\f0ab";
}

.fa-arrow-circle-down::before {
    content: "\f0ab";
}

.fa-file-import::before {
    content: "\f56f";
}

.fa-arrow-right-to-file::before {
    content: "\f56f";
}

.fa-square-arrow-up-right::before {
    content: "\f14c";
}

.fa-external-link-square::before {
    content: "\f14c";
}

.fa-box-open::before {
    content: "\f49e";
}

.fa-scroll::before {
    content: "\f70e";
}

.fa-spa::before {
    content: "\f5bb";
}

.fa-location-pin-lock::before {
    content: "\e51f";
}

.fa-pause::before {
    content: "\f04c";
}

.fa-hill-avalanche::before {
    content: "\e507";
}

.fa-temperature-empty::before {
    content: "\f2cb";
}

.fa-temperature-0::before {
    content: "\f2cb";
}

.fa-thermometer-0::before {
    content: "\f2cb";
}

.fa-thermometer-empty::before {
    content: "\f2cb";
}

.fa-bomb::before {
    content: "\f1e2";
}

.fa-registered::before {
    content: "\f25d";
}

.fa-address-card::before {
    content: "\f2bb";
}

.fa-contact-card::before {
    content: "\f2bb";
}

.fa-vcard::before {
    content: "\f2bb";
}

.fa-scale-unbalanced-flip::before {
    content: "\f516";
}

.fa-balance-scale-right::before {
    content: "\f516";
}

.fa-subscript::before {
    content: "\f12c";
}

.fa-diamond-turn-right::before {
    content: "\f5eb";
}

.fa-directions::before {
    content: "\f5eb";
}

.fa-burst::before {
    content: "\e4dc";
}

.fa-house-laptop::before {
    content: "\e066";
}

.fa-laptop-house::before {
    content: "\e066";
}

.fa-face-tired::before {
    content: "\f5c8";
}

.fa-tired::before {
    content: "\f5c8";
}

.fa-money-bills::before {
    content: "\e1f3";
}

.fa-smog::before {
    content: "\f75f";
}

.fa-crutch::before {
    content: "\f7f7";
}

.fa-cloud-arrow-up::before {
    content: "\f0ee";
}

.fa-cloud-upload::before {
    content: "\f0ee";
}

.fa-cloud-upload-alt::before {
    content: "\f0ee";
}

.fa-palette::before {
    content: "\f53f";
}

.fa-arrows-turn-right::before {
    content: "\e4c0";
}

.fa-vest::before {
    content: "\e085";
}

.fa-ferry::before {
    content: "\e4ea";
}

.fa-arrows-down-to-people::before {
    content: "\e4b9";
}

.fa-seedling::before {
    content: "\f4d8";
}

.fa-sprout::before {
    content: "\f4d8";
}

.fa-left-right::before {
    content: "\f337";
}

.fa-arrows-alt-h::before {
    content: "\f337";
}

.fa-boxes-packing::before {
    content: "\e4c7";
}

.fa-circle-arrow-left::before {
    content: "\f0a8";
}

.fa-arrow-circle-left::before {
    content: "\f0a8";
}

.fa-group-arrows-rotate::before {
    content: "\e4f6";
}

.fa-bowl-food::before {
    content: "\e4c6";
}

.fa-candy-cane::before {
    content: "\f786";
}

.fa-arrow-down-wide-short::before {
    content: "\f160";
}

.fa-sort-amount-asc::before {
    content: "\f160";
}

.fa-sort-amount-down::before {
    content: "\f160";
}

.fa-cloud-bolt::before {
    content: "\f76c";
}

.fa-thunderstorm::before {
    content: "\f76c";
}

.fa-text-slash::before {
    content: "\f87d";
}

.fa-remove-format::before {
    content: "\f87d";
}

.fa-face-smile-wink::before {
    content: "\f4da";
}

.fa-smile-wink::before {
    content: "\f4da";
}

.fa-file-word::before {
    content: "\f1c2";
}

.fa-file-powerpoint::before {
    content: "\f1c4";
}

.fa-arrows-left-right::before {
    content: "\f07e";
}

.fa-arrows-h::before {
    content: "\f07e";
}

.fa-house-lock::before {
    content: "\e510";
}

.fa-cloud-arrow-down::before {
    content: "\f0ed";
}

.fa-cloud-download::before {
    content: "\f0ed";
}

.fa-cloud-download-alt::before {
    content: "\f0ed";
}

.fa-children::before {
    content: "\e4e1";
}

.fa-chalkboard::before {
    content: "\f51b";
}

.fa-blackboard::before {
    content: "\f51b";
}

.fa-user-large-slash::before {
    content: "\f4fa";
}

.fa-user-alt-slash::before {
    content: "\f4fa";
}

.fa-envelope-open::before {
    content: "\f2b6";
}

.fa-handshake-simple-slash::before {
    content: "\e05f";
}

.fa-handshake-alt-slash::before {
    content: "\e05f";
}

.fa-mattress-pillow::before {
    content: "\e525";
}

.fa-guarani-sign::before {
    content: "\e19a";
}

.fa-arrows-rotate::before {
    content: "\f021";
}

.fa-refresh::before {
    content: "\f021";
}

.fa-sync::before {
    content: "\f021";
}

.fa-fire-extinguisher::before {
    content: "\f134";
}

.fa-cruzeiro-sign::before {
    content: "\e152";
}

.fa-greater-than-equal::before {
    content: "\f532";
}

.fa-shield-halved::before {
    content: "\f3ed";
}

.fa-shield-alt::before {
    content: "\f3ed";
}

.fa-book-atlas::before {
    content: "\f558";
}

.fa-atlas::before {
    content: "\f558";
}

.fa-virus::before {
    content: "\e074";
}

.fa-envelope-circle-check::before {
    content: "\e4e8";
}

.fa-layer-group::before {
    content: "\f5fd";
}

.fa-arrows-to-dot::before {
    content: "\e4be";
}

.fa-archway::before {
    content: "\f557";
}

.fa-heart-circle-check::before {
    content: "\e4fd";
}

.fa-house-chimney-crack::before {
    content: "\f6f1";
}

.fa-house-damage::before {
    content: "\f6f1";
}

.fa-file-zipper::before {
    content: "\f1c6";
}

.fa-file-archive::before {
    content: "\f1c6";
}

.fa-square::before {
    content: "\f0c8";
}

.fa-martini-glass-empty::before {
    content: "\f000";
}

.fa-glass-martini::before {
    content: "\f000";
}

.fa-couch::before {
    content: "\f4b8";
}

.fa-cedi-sign::before {
    content: "\e0df";
}

.fa-italic::before {
    content: "\f033";
}

.fa-church::before {
    content: "\f51d";
}

.fa-comments-dollar::before {
    content: "\f653";
}

.fa-democrat::before {
    content: "\f747";
}

.fa-z::before {
    content: "\5a";
}

.fa-person-skiing::before {
    content: "\f7c9";
}

.fa-skiing::before {
    content: "\f7c9";
}

.fa-road-lock::before {
    content: "\e567";
}

.fa-a::before {
    content: "\41";
}

.fa-temperature-arrow-down::before {
    content: "\e03f";
}

.fa-temperature-down::before {
    content: "\e03f";
}

.fa-feather-pointed::before {
    content: "\f56b";
}

.fa-feather-alt::before {
    content: "\f56b";
}

.fa-p::before {
    content: "\50";
}

.fa-snowflake::before {
    content: "\f2dc";
}

.fa-newspaper::before {
    content: "\f1ea";
}

.fa-rectangle-ad::before {
    content: "\f641";
}

.fa-ad::before {
    content: "\f641";
}

.fa-circle-arrow-right::before {
    content: "\f0a9";
}

.fa-arrow-circle-right::before {
    content: "\f0a9";
}

.fa-filter-circle-xmark::before {
    content: "\e17b";
}

.fa-locust::before {
    content: "\e520";
}

.fa-sort::before {
    content: "\f0dc";
}

.fa-unsorted::before {
    content: "\f0dc";
}

.fa-list-ol::before {
    content: "\f0cb";
}

.fa-list-1-2::before {
    content: "\f0cb";
}

.fa-list-numeric::before {
    content: "\f0cb";
}

.fa-person-dress-burst::before {
    content: "\e544";
}

.fa-money-check-dollar::before {
    content: "\f53d";
}

.fa-money-check-alt::before {
    content: "\f53d";
}

.fa-vector-square::before {
    content: "\f5cb";
}

.fa-bread-slice::before {
    content: "\f7ec";
}

.fa-language::before {
    content: "\f1ab";
}

.fa-face-kiss-wink-heart::before {
    content: "\f598";
}

.fa-kiss-wink-heart::before {
    content: "\f598";
}

.fa-filter::before {
    content: "\f0b0";
}

.fa-question::before {
    content: "\3f";
}

.fa-file-signature::before {
    content: "\f573";
}

.fa-up-down-left-right::before {
    content: "\f0b2";
}

.fa-arrows-alt::before {
    content: "\f0b2";
}

.fa-house-chimney-user::before {
    content: "\e065";
}

.fa-hand-holding-heart::before {
    content: "\f4be";
}

.fa-puzzle-piece::before {
    content: "\f12e";
}

.fa-money-check::before {
    content: "\f53c";
}

.fa-star-half-stroke::before {
    content: "\f5c0";
}

.fa-star-half-alt::before {
    content: "\f5c0";
}

.fa-code::before {
    content: "\f121";
}

.fa-whiskey-glass::before {
    content: "\f7a0";
}

.fa-glass-whiskey::before {
    content: "\f7a0";
}

.fa-building-circle-exclamation::before {
    content: "\e4d3";
}

.fa-magnifying-glass-chart::before {
    content: "\e522";
}

.fa-arrow-up-right-from-square::before {
    content: "\f08e";
}

.fa-external-link::before {
    content: "\f08e";
}

.fa-cubes-stacked::before {
    content: "\e4e6";
}

.fa-won-sign::before {
    content: "\f159";
}

.fa-krw::before {
    content: "\f159";
}

.fa-won::before {
    content: "\f159";
}

.fa-virus-covid::before {
    content: "\e4a8";
}

.fa-austral-sign::before {
    content: "\e0a9";
}

.fa-f::before {
    content: "\46";
}

.fa-leaf::before {
    content: "\f06c";
}

.fa-road::before {
    content: "\f018";
}

.fa-taxi::before {
    content: "\f1ba";
}

.fa-cab::before {
    content: "\f1ba";
}

.fa-person-circle-plus::before {
    content: "\e541";
}

.fa-chart-pie::before {
    content: "\f200";
}

.fa-pie-chart::before {
    content: "\f200";
}

.fa-bolt-lightning::before {
    content: "\e0b7";
}

.fa-sack-xmark::before {
    content: "\e56a";
}

.fa-file-excel::before {
    content: "\f1c3";
}

.fa-file-contract::before {
    content: "\f56c";
}

.fa-fish-fins::before {
    content: "\e4f2";
}

.fa-building-flag::before {
    content: "\e4d5";
}

.fa-face-grin-beam::before {
    content: "\f582";
}

.fa-grin-beam::before {
    content: "\f582";
}

.fa-object-ungroup::before {
    content: "\f248";
}

.fa-poop::before {
    content: "\f619";
}

.fa-location-pin::before {
    content: "\f041";
}

.fa-map-marker::before {
    content: "\f041";
}

.fa-kaaba::before {
    content: "\f66b";
}

.fa-toilet-paper::before {
    content: "\f71e";
}

.fa-helmet-safety::before {
    content: "\f807";
}

.fa-hard-hat::before {
    content: "\f807";
}

.fa-hat-hard::before {
    content: "\f807";
}

.fa-eject::before {
    content: "\f052";
}

.fa-circle-right::before {
    content: "\f35a";
}

.fa-arrow-alt-circle-right::before {
    content: "\f35a";
}

.fa-plane-circle-check::before {
    content: "\e555";
}

.fa-face-rolling-eyes::before {
    content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
    content: "\f5a5";
}

.fa-object-group::before {
    content: "\f247";
}

.fa-chart-line::before {
    content: "\f201";
}

.fa-line-chart::before {
    content: "\f201";
}

.fa-mask-ventilator::before {
    content: "\e524";
}

.fa-arrow-right::before {
    content: "\f061";
}

.fa-signs-post::before {
    content: "\f277";
}

.fa-map-signs::before {
    content: "\f277";
}

.fa-cash-register::before {
    content: "\f788";
}

.fa-person-circle-question::before {
    content: "\e542";
}

.fa-h::before {
    content: "\48";
}

.fa-tarp::before {
    content: "\e57b";
}

.fa-screwdriver-wrench::before {
    content: "\f7d9";
}

.fa-tools::before {
    content: "\f7d9";
}

.fa-arrows-to-eye::before {
    content: "\e4bf";
}

.fa-plug-circle-bolt::before {
    content: "\e55b";
}

.fa-heart::before {
    content: "\f004";
}

.fa-mars-and-venus::before {
    content: "\f224";
}

.fa-house-user::before {
    content: "\e1b0";
}

.fa-home-user::before {
    content: "\e1b0";
}

.fa-dumpster-fire::before {
    content: "\f794";
}

.fa-house-crack::before {
    content: "\e3b1";
}

.fa-martini-glass-citrus::before {
    content: "\f561";
}

.fa-cocktail::before {
    content: "\f561";
}

.fa-face-surprise::before {
    content: "\f5c2";
}

.fa-surprise::before {
    content: "\f5c2";
}

.fa-bottle-water::before {
    content: "\e4c5";
}

.fa-circle-pause::before {
    content: "\f28b";
}

.fa-pause-circle::before {
    content: "\f28b";
}

.fa-toilet-paper-slash::before {
    content: "\e072";
}

.fa-apple-whole::before {
    content: "\f5d1";
}

.fa-apple-alt::before {
    content: "\f5d1";
}

.fa-kitchen-set::before {
    content: "\e51a";
}

.fa-r::before {
    content: "\52";
}

.fa-temperature-quarter::before {
    content: "\f2ca";
}

.fa-temperature-1::before {
    content: "\f2ca";
}

.fa-thermometer-1::before {
    content: "\f2ca";
}

.fa-thermometer-quarter::before {
    content: "\f2ca";
}

.fa-cube::before {
    content: "\f1b2";
}

.fa-bitcoin-sign::before {
    content: "\e0b4";
}

.fa-shield-dog::before {
    content: "\e573";
}

.fa-solar-panel::before {
    content: "\f5ba";
}

.fa-lock-open::before {
    content: "\f3c1";
}

.fa-elevator::before {
    content: "\e16d";
}

.fa-money-bill-transfer::before {
    content: "\e528";
}

.fa-money-bill-trend-up::before {
    content: "\e529";
}

.fa-house-flood-water-circle-arrow-right::before {
    content: "\e50f";
}

.fa-square-poll-horizontal::before {
    content: "\f682";
}

.fa-poll-h::before {
    content: "\f682";
}

.fa-circle::before {
    content: "\f111";
}

.fa-backward-fast::before {
    content: "\f049";
}

.fa-fast-backward::before {
    content: "\f049";
}

.fa-recycle::before {
    content: "\f1b8";
}

.fa-user-astronaut::before {
    content: "\f4fb";
}

.fa-plane-slash::before {
    content: "\e069";
}

.fa-trademark::before {
    content: "\f25c";
}

.fa-basketball::before {
    content: "\f434";
}

.fa-basketball-ball::before {
    content: "\f434";
}

.fa-satellite-dish::before {
    content: "\f7c0";
}

.fa-circle-up::before {
    content: "\f35b";
}

.fa-arrow-alt-circle-up::before {
    content: "\f35b";
}

.fa-mobile-screen-button::before {
    content: "\f3cd";
}

.fa-mobile-alt::before {
    content: "\f3cd";
}

.fa-volume-high::before {
    content: "\f028";
}

.fa-volume-up::before {
    content: "\f028";
}

.fa-users-rays::before {
    content: "\e593";
}

.fa-wallet::before {
    content: "\f555";
}

.fa-clipboard-check::before {
    content: "\f46c";
}

.fa-file-audio::before {
    content: "\f1c7";
}

.fa-burger::before {
    content: "\f805";
}

.fa-hamburger::before {
    content: "\f805";
}

.fa-wrench::before {
    content: "\f0ad";
}

.fa-bugs::before {
    content: "\e4d0";
}

.fa-rupee-sign::before {
    content: "\f156";
}

.fa-rupee::before {
    content: "\f156";
}

.fa-file-image::before {
    content: "\f1c5";
}

.fa-circle-question::before {
    content: "\f059";
}

.fa-question-circle::before {
    content: "\f059";
}

.fa-plane-departure::before {
    content: "\f5b0";
}

.fa-handshake-slash::before {
    content: "\e060";
}

.fa-book-bookmark::before {
    content: "\e0bb";
}

.fa-code-branch::before {
    content: "\f126";
}

.fa-hat-cowboy::before {
    content: "\f8c0";
}

.fa-bridge::before {
    content: "\e4c8";
}

.fa-phone-flip::before {
    content: "\f879";
}

.fa-phone-alt::before {
    content: "\f879";
}

.fa-truck-front::before {
    content: "\e2b7";
}

.fa-cat::before {
    content: "\f6be";
}

.fa-anchor-circle-exclamation::before {
    content: "\e4ab";
}

.fa-truck-field::before {
    content: "\e58d";
}

.fa-route::before {
    content: "\f4d7";
}

.fa-clipboard-question::before {
    content: "\e4e3";
}

.fa-panorama::before {
    content: "\e209";
}

.fa-comment-medical::before {
    content: "\f7f5";
}

.fa-teeth-open::before {
    content: "\f62f";
}

.fa-file-circle-minus::before {
    content: "\e4ed";
}

.fa-tags::before {
    content: "\f02c";
}

.fa-wine-glass::before {
    content: "\f4e3";
}

.fa-forward-fast::before {
    content: "\f050";
}

.fa-fast-forward::before {
    content: "\f050";
}

.fa-face-meh-blank::before {
    content: "\f5a4";
}

.fa-meh-blank::before {
    content: "\f5a4";
}

.fa-square-parking::before {
    content: "\f540";
}

.fa-parking::before {
    content: "\f540";
}

.fa-house-signal::before {
    content: "\e012";
}

.fa-bars-progress::before {
    content: "\f828";
}

.fa-tasks-alt::before {
    content: "\f828";
}

.fa-faucet-drip::before {
    content: "\e006";
}

.fa-cart-flatbed::before {
    content: "\f474";
}

.fa-dolly-flatbed::before {
    content: "\f474";
}

.fa-ban-smoking::before {
    content: "\f54d";
}

.fa-smoking-ban::before {
    content: "\f54d";
}

.fa-terminal::before {
    content: "\f120";
}

.fa-mobile-button::before {
    content: "\f10b";
}

.fa-house-medical-flag::before {
    content: "\e514";
}

.fa-basket-shopping::before {
    content: "\f291";
}

.fa-shopping-basket::before {
    content: "\f291";
}

.fa-tape::before {
    content: "\f4db";
}

.fa-bus-simple::before {
    content: "\f55e";
}

.fa-bus-alt::before {
    content: "\f55e";
}

.fa-eye::before {
    content: "\f06e";
}

.fa-face-sad-cry::before {
    content: "\f5b3";
}

.fa-sad-cry::before {
    content: "\f5b3";
}

.fa-audio-description::before {
    content: "\f29e";
}

.fa-person-military-to-person::before {
    content: "\e54c";
}

.fa-file-shield::before {
    content: "\e4f0";
}

.fa-user-slash::before {
    content: "\f506";
}

.fa-pen::before {
    content: "\f304";
}

.fa-tower-observation::before {
    content: "\e586";
}

.fa-file-code::before {
    content: "\f1c9";
}

.fa-signal::before {
    content: "\f012";
}

.fa-signal-5::before {
    content: "\f012";
}

.fa-signal-perfect::before {
    content: "\f012";
}

.fa-bus::before {
    content: "\f207";
}

.fa-heart-circle-xmark::before {
    content: "\e501";
}

.fa-house-chimney::before {
    content: "\e3af";
}

.fa-home-lg::before {
    content: "\e3af";
}

.fa-window-maximize::before {
    content: "\f2d0";
}

.fa-face-frown::before {
    content: "\f119";
}

.fa-frown::before {
    content: "\f119";
}

.fa-prescription::before {
    content: "\f5b1";
}

.fa-shop::before {
    content: "\f54f";
}

.fa-store-alt::before {
    content: "\f54f";
}

.fa-floppy-disk::before {
    content: "\f0c7";
}

.fa-save::before {
    content: "\f0c7";
}

.fa-vihara::before {
    content: "\f6a7";
}

.fa-scale-unbalanced::before {
    content: "\f515";
}

.fa-balance-scale-left::before {
    content: "\f515";
}

.fa-sort-up::before {
    content: "\f0de";
}

.fa-sort-asc::before {
    content: "\f0de";
}

.fa-comment-dots::before {
    content: "\f4ad";
}

.fa-commenting::before {
    content: "\f4ad";
}

.fa-plant-wilt::before {
    content: "\e5aa";
}

.fa-diamond::before {
    content: "\f219";
}

.fa-face-grin-squint::before {
    content: "\f585";
}

.fa-grin-squint::before {
    content: "\f585";
}

.fa-hand-holding-dollar::before {
    content: "\f4c0";
}

.fa-hand-holding-usd::before {
    content: "\f4c0";
}

.fa-bacterium::before {
    content: "\e05a";
}

.fa-hand-pointer::before {
    content: "\f25a";
}

.fa-drum-steelpan::before {
    content: "\f56a";
}

.fa-hand-scissors::before {
    content: "\f257";
}

.fa-hands-praying::before {
    content: "\f684";
}

.fa-praying-hands::before {
    content: "\f684";
}

.fa-arrow-rotate-right::before {
    content: "\f01e";
}

.fa-arrow-right-rotate::before {
    content: "\f01e";
}

.fa-arrow-rotate-forward::before {
    content: "\f01e";
}

.fa-redo::before {
    content: "\f01e";
}

.fa-biohazard::before {
    content: "\f780";
}

.fa-location-crosshairs::before {
    content: "\f601";
}

.fa-location::before {
    content: "\f601";
}

.fa-mars-double::before {
    content: "\f227";
}

.fa-child-dress::before {
    content: "\e59c";
}

.fa-users-between-lines::before {
    content: "\e591";
}

.fa-lungs-virus::before {
    content: "\e067";
}

.fa-face-grin-tears::before {
    content: "\f588";
}

.fa-grin-tears::before {
    content: "\f588";
}

.fa-phone::before {
    content: "\f095";
}

.fa-calendar-xmark::before {
    content: "\f273";
}

.fa-calendar-times::before {
    content: "\f273";
}

.fa-child-reaching::before {
    content: "\e59d";
}

.fa-head-side-virus::before {
    content: "\e064";
}

.fa-user-gear::before {
    content: "\f4fe";
}

.fa-user-cog::before {
    content: "\f4fe";
}

.fa-arrow-up-1-9::before {
    content: "\f163";
}

.fa-sort-numeric-up::before {
    content: "\f163";
}

.fa-door-closed::before {
    content: "\f52a";
}

.fa-shield-virus::before {
    content: "\e06c";
}

.fa-dice-six::before {
    content: "\f526";
}

.fa-mosquito-net::before {
    content: "\e52c";
}

.fa-bridge-water::before {
    content: "\e4ce";
}

.fa-person-booth::before {
    content: "\f756";
}

.fa-text-width::before {
    content: "\f035";
}

.fa-hat-wizard::before {
    content: "\f6e8";
}

.fa-pen-fancy::before {
    content: "\f5ac";
}

.fa-person-digging::before {
    content: "\f85e";
}

.fa-digging::before {
    content: "\f85e";
}

.fa-trash::before {
    content: "\f1f8";
}

.fa-gauge-simple::before {
    content: "\f629";
}

.fa-gauge-simple-med::before {
    content: "\f629";
}

.fa-tachometer-average::before {
    content: "\f629";
}

.fa-book-medical::before {
    content: "\f7e6";
}

.fa-poo::before {
    content: "\f2fe";
}

.fa-quote-right::before {
    content: "\f10e";
}

.fa-quote-right-alt::before {
    content: "\f10e";
}

.fa-shirt::before {
    content: "\f553";
}

.fa-t-shirt::before {
    content: "\f553";
}

.fa-tshirt::before {
    content: "\f553";
}

.fa-cubes::before {
    content: "\f1b3";
}

.fa-divide::before {
    content: "\f529";
}

.fa-tenge-sign::before {
    content: "\f7d7";
}

.fa-tenge::before {
    content: "\f7d7";
}

.fa-headphones::before {
    content: "\f025";
}

.fa-hands-holding::before {
    content: "\f4c2";
}

.fa-hands-clapping::before {
    content: "\e1a8";
}

.fa-republican::before {
    content: "\f75e";
}

.fa-arrow-left::before {
    content: "\f060";
}

.fa-person-circle-xmark::before {
    content: "\e543";
}

.fa-ruler::before {
    content: "\f545";
}

.fa-align-left::before {
    content: "\f036";
}

.fa-dice-d6::before {
    content: "\f6d1";
}

.fa-restroom::before {
    content: "\f7bd";
}

.fa-j::before {
    content: "\4a";
}

.fa-users-viewfinder::before {
    content: "\e595";
}

.fa-file-video::before {
    content: "\f1c8";
}

.fa-up-right-from-square::before {
    content: "\f35d";
}

.fa-external-link-alt::before {
    content: "\f35d";
}

.fa-table-cells::before {
    content: "\f00a";
}

.fa-th::before {
    content: "\f00a";
}

.fa-file-pdf::before {
    content: "\f1c1";
}

.fa-book-bible::before {
    content: "\f647";
}

.fa-bible::before {
    content: "\f647";
}

.fa-o::before {
    content: "\4f";
}

.fa-suitcase-medical::before {
    content: "\f0fa";
}

.fa-medkit::before {
    content: "\f0fa";
}

.fa-user-secret::before {
    content: "\f21b";
}

.fa-otter::before {
    content: "\f700";
}

.fa-person-dress::before {
    content: "\f182";
}

.fa-female::before {
    content: "\f182";
}

.fa-comment-dollar::before {
    content: "\f651";
}

.fa-business-time::before {
    content: "\f64a";
}

.fa-briefcase-clock::before {
    content: "\f64a";
}

.fa-table-cells-large::before {
    content: "\f009";
}

.fa-th-large::before {
    content: "\f009";
}

.fa-book-tanakh::before {
    content: "\f827";
}

.fa-tanakh::before {
    content: "\f827";
}

.fa-phone-volume::before {
    content: "\f2a0";
}

.fa-volume-control-phone::before {
    content: "\f2a0";
}

.fa-hat-cowboy-side::before {
    content: "\f8c1";
}

.fa-clipboard-user::before {
    content: "\f7f3";
}

.fa-child::before {
    content: "\f1ae";
}

.fa-lira-sign::before {
    content: "\f195";
}

.fa-satellite::before {
    content: "\f7bf";
}

.fa-plane-lock::before {
    content: "\e558";
}

.fa-tag::before {
    content: "\f02b";
}

.fa-comment::before {
    content: "\f075";
}

.fa-cake-candles::before {
    content: "\f1fd";
}

.fa-birthday-cake::before {
    content: "\f1fd";
}

.fa-cake::before {
    content: "\f1fd";
}

.fa-envelope::before {
    content: "\f0e0";
}

.fa-angles-up::before {
    content: "\f102";
}

.fa-angle-double-up::before {
    content: "\f102";
}

.fa-paperclip::before {
    content: "\f0c6";
}

.fa-arrow-right-to-city::before {
    content: "\e4b3";
}

.fa-ribbon::before {
    content: "\f4d6";
}

.fa-lungs::before {
    content: "\f604";
}

.fa-arrow-up-9-1::before {
    content: "\f887";
}

.fa-sort-numeric-up-alt::before {
    content: "\f887";
}

.fa-litecoin-sign::before {
    content: "\e1d3";
}

.fa-border-none::before {
    content: "\f850";
}

.fa-circle-nodes::before {
    content: "\e4e2";
}

.fa-parachute-box::before {
    content: "\f4cd";
}

.fa-indent::before {
    content: "\f03c";
}

.fa-truck-field-un::before {
    content: "\e58e";
}

.fa-hourglass::before {
    content: "\f254";
}

.fa-hourglass-empty::before {
    content: "\f254";
}

.fa-mountain::before {
    content: "\f6fc";
}

.fa-user-doctor::before {
    content: "\f0f0";
}

.fa-user-md::before {
    content: "\f0f0";
}

.fa-circle-info::before {
    content: "\f05a";
}

.fa-info-circle::before {
    content: "\f05a";
}

.fa-cloud-meatball::before {
    content: "\f73b";
}

.fa-camera::before {
    content: "\f030";
}

.fa-camera-alt::before {
    content: "\f030";
}

.fa-square-virus::before {
    content: "\e578";
}

.fa-meteor::before {
    content: "\f753";
}

.fa-car-on::before {
    content: "\e4dd";
}

.fa-sleigh::before {
    content: "\f7cc";
}

.fa-arrow-down-1-9::before {
    content: "\f162";
}

.fa-sort-numeric-asc::before {
    content: "\f162";
}

.fa-sort-numeric-down::before {
    content: "\f162";
}

.fa-hand-holding-droplet::before {
    content: "\f4c1";
}

.fa-hand-holding-water::before {
    content: "\f4c1";
}

.fa-water::before {
    content: "\f773";
}

.fa-calendar-check::before {
    content: "\f274";
}

.fa-braille::before {
    content: "\f2a1";
}

.fa-prescription-bottle-medical::before {
    content: "\f486";
}

.fa-prescription-bottle-alt::before {
    content: "\f486";
}

.fa-landmark::before {
    content: "\f66f";
}

.fa-truck::before {
    content: "\f0d1";
}

.fa-crosshairs::before {
    content: "\f05b";
}

.fa-person-cane::before {
    content: "\e53c";
}

.fa-tent::before {
    content: "\e57d";
}

.fa-vest-patches::before {
    content: "\e086";
}

.fa-check-double::before {
    content: "\f560";
}

.fa-arrow-down-a-z::before {
    content: "\f15d";
}

.fa-sort-alpha-asc::before {
    content: "\f15d";
}

.fa-sort-alpha-down::before {
    content: "\f15d";
}

.fa-money-bill-wheat::before {
    content: "\e52a";
}

.fa-cookie::before {
    content: "\f563";
}

.fa-arrow-rotate-left::before {
    content: "\f0e2";
}

.fa-arrow-left-rotate::before {
    content: "\f0e2";
}

.fa-arrow-rotate-back::before {
    content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
    content: "\f0e2";
}

.fa-undo::before {
    content: "\f0e2";
}

.fa-hard-drive::before {
    content: "\f0a0";
}

.fa-hdd::before {
    content: "\f0a0";
}

.fa-face-grin-squint-tears::before {
    content: "\f586";
}

.fa-grin-squint-tears::before {
    content: "\f586";
}

.fa-dumbbell::before {
    content: "\f44b";
}

.fa-rectangle-list::before {
    content: "\f022";
}

.fa-list-alt::before {
    content: "\f022";
}

.fa-tarp-droplet::before {
    content: "\e57c";
}

.fa-house-medical-circle-check::before {
    content: "\e511";
}

.fa-person-skiing-nordic::before {
    content: "\f7ca";
}

.fa-skiing-nordic::before {
    content: "\f7ca";
}

.fa-calendar-plus::before {
    content: "\f271";
}

.fa-plane-arrival::before {
    content: "\f5af";
}

.fa-circle-left::before {
    content: "\f359";
}

.fa-arrow-alt-circle-left::before {
    content: "\f359";
}

.fa-train-subway::before {
    content: "\f239";
}

.fa-subway::before {
    content: "\f239";
}

.fa-chart-gantt::before {
    content: "\e0e4";
}

.fa-indian-rupee-sign::before {
    content: "\e1bc";
}

.fa-indian-rupee::before {
    content: "\e1bc";
}

.fa-inr::before {
    content: "\e1bc";
}

.fa-crop-simple::before {
    content: "\f565";
}

.fa-crop-alt::before {
    content: "\f565";
}

.fa-money-bill-1::before {
    content: "\f3d1";
}

.fa-money-bill-alt::before {
    content: "\f3d1";
}

.fa-left-long::before {
    content: "\f30a";
}

.fa-long-arrow-alt-left::before {
    content: "\f30a";
}

.fa-dna::before {
    content: "\f471";
}

.fa-virus-slash::before {
    content: "\e075";
}

.fa-minus::before {
    content: "\f068";
}

.fa-subtract::before {
    content: "\f068";
}

.fa-chess::before {
    content: "\f439";
}

.fa-arrow-left-long::before {
    content: "\f177";
}

.fa-long-arrow-left::before {
    content: "\f177";
}

.fa-plug-circle-check::before {
    content: "\e55c";
}

.fa-street-view::before {
    content: "\f21d";
}

.fa-franc-sign::before {
    content: "\e18f";
}

.fa-volume-off::before {
    content: "\f026";
}

.fa-hands-asl-interpreting::before {
    content: "\f2a3";
}

.fa-american-sign-language-interpreting::before {
    content: "\f2a3";
}

.fa-asl-interpreting::before {
    content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before {
    content: "\f2a3";
}

.fa-gear::before {
    content: "\f013";
}

.fa-cog::before {
    content: "\f013";
}

.fa-droplet-slash::before {
    content: "\f5c7";
}

.fa-tint-slash::before {
    content: "\f5c7";
}

.fa-mosque::before {
    content: "\f678";
}

.fa-mosquito::before {
    content: "\e52b";
}

.fa-star-of-david::before {
    content: "\f69a";
}

.fa-person-military-rifle::before {
    content: "\e54b";
}

.fa-cart-shopping::before {
    content: "\f07a";
}

.fa-shopping-cart::before {
    content: "\f07a";
}

.fa-vials::before {
    content: "\f493";
}

.fa-plug-circle-plus::before {
    content: "\e55f";
}

.fa-place-of-worship::before {
    content: "\f67f";
}

.fa-grip-vertical::before {
    content: "\f58e";
}

.fa-arrow-turn-up::before {
    content: "\f148";
}

.fa-level-up::before {
    content: "\f148";
}

.fa-u::before {
    content: "\55";
}

.fa-square-root-variable::before {
    content: "\f698";
}

.fa-square-root-alt::before {
    content: "\f698";
}

.fa-clock::before {
    content: "\f017";
}

.fa-clock-four::before {
    content: "\f017";
}

.fa-backward-step::before {
    content: "\f048";
}

.fa-step-backward::before {
    content: "\f048";
}

.fa-pallet::before {
    content: "\f482";
}

.fa-faucet::before {
    content: "\e005";
}

.fa-baseball-bat-ball::before {
    content: "\f432";
}

.fa-s::before {
    content: "\53";
}

.fa-timeline::before {
    content: "\e29c";
}

.fa-keyboard::before {
    content: "\f11c";
}

.fa-caret-down::before {
    content: "\f0d7";
}

.fa-house-chimney-medical::before {
    content: "\f7f2";
}

.fa-clinic-medical::before {
    content: "\f7f2";
}

.fa-temperature-three-quarters::before {
    content: "\f2c8";
}

.fa-temperature-3::before {
    content: "\f2c8";
}

.fa-thermometer-3::before {
    content: "\f2c8";
}

.fa-thermometer-three-quarters::before {
    content: "\f2c8";
}

.fa-mobile-screen::before {
    content: "\f3cf";
}

.fa-mobile-android-alt::before {
    content: "\f3cf";
}

.fa-plane-up::before {
    content: "\e22d";
}

.fa-piggy-bank::before {
    content: "\f4d3";
}

.fa-battery-half::before {
    content: "\f242";
}

.fa-battery-3::before {
    content: "\f242";
}

.fa-mountain-city::before {
    content: "\e52e";
}

.fa-coins::before {
    content: "\f51e";
}

.fa-khanda::before {
    content: "\f66d";
}

.fa-sliders::before {
    content: "\f1de";
}

.fa-sliders-h::before {
    content: "\f1de";
}

.fa-folder-tree::before {
    content: "\f802";
}

.fa-network-wired::before {
    content: "\f6ff";
}

.fa-map-pin::before {
    content: "\f276";
}

.fa-hamsa::before {
    content: "\f665";
}

.fa-cent-sign::before {
    content: "\e3f5";
}

.fa-flask::before {
    content: "\f0c3";
}

.fa-person-pregnant::before {
    content: "\e31e";
}

.fa-wand-sparkles::before {
    content: "\f72b";
}

.fa-ellipsis-vertical::before {
    content: "\f142";
}

.fa-ellipsis-v::before {
    content: "\f142";
}

.fa-ticket::before {
    content: "\f145";
}

.fa-power-off::before {
    content: "\f011";
}

.fa-right-long::before {
    content: "\f30b";
}

.fa-long-arrow-alt-right::before {
    content: "\f30b";
}

.fa-flag-usa::before {
    content: "\f74d";
}

.fa-laptop-file::before {
    content: "\e51d";
}

.fa-tty::before {
    content: "\f1e4";
}

.fa-teletype::before {
    content: "\f1e4";
}

.fa-diagram-next::before {
    content: "\e476";
}

.fa-person-rifle::before {
    content: "\e54e";
}

.fa-house-medical-circle-exclamation::before {
    content: "\e512";
}

.fa-closed-captioning::before {
    content: "\f20a";
}

.fa-person-hiking::before {
    content: "\f6ec";
}

.fa-hiking::before {
    content: "\f6ec";
}

.fa-venus-double::before {
    content: "\f226";
}

.fa-images::before {
    content: "\f302";
}

.fa-calculator::before {
    content: "\f1ec";
}

.fa-people-pulling::before {
    content: "\e535";
}

.fa-n::before {
    content: "\4e";
}

.fa-cable-car::before {
    content: "\f7da";
}

.fa-tram::before {
    content: "\f7da";
}

.fa-cloud-rain::before {
    content: "\f73d";
}

.fa-building-circle-xmark::before {
    content: "\e4d4";
}

.fa-ship::before {
    content: "\f21a";
}

.fa-arrows-down-to-line::before {
    content: "\e4b8";
}

.fa-download::before {
    content: "\f019";
}

.fa-face-grin::before {
    content: "\f580";
}

.fa-grin::before {
    content: "\f580";
}

.fa-delete-left::before {
    content: "\f55a";
}

.fa-backspace::before {
    content: "\f55a";
}

.fa-eye-dropper::before {
    content: "\f1fb";
}

.fa-eye-dropper-empty::before {
    content: "\f1fb";
}

.fa-eyedropper::before {
    content: "\f1fb";
}

.fa-file-circle-check::before {
    content: "\e5a0";
}

.fa-forward::before {
    content: "\f04e";
}

.fa-mobile::before {
    content: "\f3ce";
}

.fa-mobile-android::before {
    content: "\f3ce";
}

.fa-mobile-phone::before {
    content: "\f3ce";
}

.fa-face-meh::before {
    content: "\f11a";
}

.fa-meh::before {
    content: "\f11a";
}

.fa-align-center::before {
    content: "\f037";
}

.fa-book-skull::before {
    content: "\f6b7";
}

.fa-book-dead::before {
    content: "\f6b7";
}

.fa-id-card::before {
    content: "\f2c2";
}

.fa-drivers-license::before {
    content: "\f2c2";
}

.fa-outdent::before {
    content: "\f03b";
}

.fa-dedent::before {
    content: "\f03b";
}

.fa-heart-circle-exclamation::before {
    content: "\e4fe";
}

.fa-house::before {
    content: "\f015";
}

.fa-home::before {
    content: "\f015";
}

.fa-home-alt::before {
    content: "\f015";
}

.fa-home-lg-alt::before {
    content: "\f015";
}

.fa-calendar-week::before {
    content: "\f784";
}

.fa-laptop-medical::before {
    content: "\f812";
}

.fa-b::before {
    content: "\42";
}

.fa-file-medical::before {
    content: "\f477";
}

.fa-dice-one::before {
    content: "\f525";
}

.fa-kiwi-bird::before {
    content: "\f535";
}

.fa-arrow-right-arrow-left::before {
    content: "\f0ec";
}

.fa-exchange::before {
    content: "\f0ec";
}

.fa-rotate-right::before {
    content: "\f2f9";
}

.fa-redo-alt::before {
    content: "\f2f9";
}

.fa-rotate-forward::before {
    content: "\f2f9";
}

.fa-utensils::before {
    content: "\f2e7";
}

.fa-cutlery::before {
    content: "\f2e7";
}

.fa-arrow-up-wide-short::before {
    content: "\f161";
}

.fa-sort-amount-up::before {
    content: "\f161";
}

.fa-mill-sign::before {
    content: "\e1ed";
}

.fa-bowl-rice::before {
    content: "\e2eb";
}

.fa-skull::before {
    content: "\f54c";
}

.fa-tower-broadcast::before {
    content: "\f519";
}

.fa-broadcast-tower::before {
    content: "\f519";
}

.fa-truck-pickup::before {
    content: "\f63c";
}

.fa-up-long::before {
    content: "\f30c";
}

.fa-long-arrow-alt-up::before {
    content: "\f30c";
}

.fa-stop::before {
    content: "\f04d";
}

.fa-code-merge::before {
    content: "\f387";
}

.fa-upload::before {
    content: "\f093";
}

.fa-hurricane::before {
    content: "\f751";
}

.fa-mound::before {
    content: "\e52d";
}

.fa-toilet-portable::before {
    content: "\e583";
}

.fa-compact-disc::before {
    content: "\f51f";
}

.fa-file-arrow-down::before {
    content: "\f56d";
}

.fa-file-download::before {
    content: "\f56d";
}

.fa-caravan::before {
    content: "\f8ff";
}

.fa-shield-cat::before {
    content: "\e572";
}

.fa-bolt::before {
    content: "\f0e7";
}

.fa-zap::before {
    content: "\f0e7";
}

.fa-glass-water::before {
    content: "\e4f4";
}

.fa-oil-well::before {
    content: "\e532";
}

.fa-vault::before {
    content: "\e2c5";
}

.fa-mars::before {
    content: "\f222";
}

.fa-toilet::before {
    content: "\f7d8";
}

.fa-plane-circle-xmark::before {
    content: "\e557";
}

.fa-yen-sign::before {
    content: "\f157";
}

.fa-cny::before {
    content: "\f157";
}

.fa-jpy::before {
    content: "\f157";
}

.fa-rmb::before {
    content: "\f157";
}

.fa-yen::before {
    content: "\f157";
}

.fa-ruble-sign::before {
    content: "\f158";
}

.fa-rouble::before {
    content: "\f158";
}

.fa-rub::before {
    content: "\f158";
}

.fa-ruble::before {
    content: "\f158";
}

.fa-sun::before {
    content: "\f185";
}

.fa-guitar::before {
    content: "\f7a6";
}

.fa-face-laugh-wink::before {
    content: "\f59c";
}

.fa-laugh-wink::before {
    content: "\f59c";
}

.fa-horse-head::before {
    content: "\f7ab";
}

.fa-bore-hole::before {
    content: "\e4c3";
}

.fa-industry::before {
    content: "\f275";
}

.fa-circle-down::before {
    content: "\f358";
}

.fa-arrow-alt-circle-down::before {
    content: "\f358";
}

.fa-arrows-turn-to-dots::before {
    content: "\e4c1";
}

.fa-florin-sign::before {
    content: "\e184";
}

.fa-arrow-down-short-wide::before {
    content: "\f884";
}

.fa-sort-amount-desc::before {
    content: "\f884";
}

.fa-sort-amount-down-alt::before {
    content: "\f884";
}

.fa-less-than::before {
    content: "\3c";
}

.fa-angle-down::before {
    content: "\f107";
}

.fa-car-tunnel::before {
    content: "\e4de";
}

.fa-head-side-cough::before {
    content: "\e061";
}

.fa-grip-lines::before {
    content: "\f7a4";
}

.fa-thumbs-down::before {
    content: "\f165";
}

.fa-user-lock::before {
    content: "\f502";
}

.fa-arrow-right-long::before {
    content: "\f178";
}

.fa-long-arrow-right::before {
    content: "\f178";
}

.fa-anchor-circle-xmark::before {
    content: "\e4ac";
}

.fa-ellipsis::before {
    content: "\f141";
}

.fa-ellipsis-h::before {
    content: "\f141";
}

.fa-chess-pawn::before {
    content: "\f443";
}

.fa-kit-medical::before {
    content: "\f479";
}

.fa-first-aid::before {
    content: "\f479";
}

.fa-person-through-window::before {
    content: "\e5a9";
}

.fa-toolbox::before {
    content: "\f552";
}

.fa-hands-holding-circle::before {
    content: "\e4fb";
}

.fa-bug::before {
    content: "\f188";
}

.fa-credit-card::before {
    content: "\f09d";
}

.fa-credit-card-alt::before {
    content: "\f09d";
}

.fa-car::before {
    content: "\f1b9";
}

.fa-automobile::before {
    content: "\f1b9";
}

.fa-hand-holding-hand::before {
    content: "\e4f7";
}

.fa-book-open-reader::before {
    content: "\f5da";
}

.fa-book-reader::before {
    content: "\f5da";
}

.fa-mountain-sun::before {
    content: "\e52f";
}

.fa-arrows-left-right-to-line::before {
    content: "\e4ba";
}

.fa-dice-d20::before {
    content: "\f6cf";
}

.fa-truck-droplet::before {
    content: "\e58c";
}

.fa-file-circle-xmark::before {
    content: "\e5a1";
}

.fa-temperature-arrow-up::before {
    content: "\e040";
}

.fa-temperature-up::before {
    content: "\e040";
}

.fa-medal::before {
    content: "\f5a2";
}

.fa-bed::before {
    content: "\f236";
}

.fa-square-h::before {
    content: "\f0fd";
}

.fa-h-square::before {
    content: "\f0fd";
}

.fa-podcast::before {
    content: "\f2ce";
}

.fa-temperature-full::before {
    content: "\f2c7";
}

.fa-temperature-4::before {
    content: "\f2c7";
}

.fa-thermometer-4::before {
    content: "\f2c7";
}

.fa-thermometer-full::before {
    content: "\f2c7";
}

.fa-bell::before {
    content: "\f0f3";
}

.fa-superscript::before {
    content: "\f12b";
}

.fa-plug-circle-xmark::before {
    content: "\e560";
}

.fa-star-of-life::before {
    content: "\f621";
}

.fa-phone-slash::before {
    content: "\f3dd";
}

.fa-paint-roller::before {
    content: "\f5aa";
}

.fa-handshake-angle::before {
    content: "\f4c4";
}

.fa-hands-helping::before {
    content: "\f4c4";
}

.fa-location-dot::before {
    content: "\f3c5";
}

.fa-map-marker-alt::before {
    content: "\f3c5";
}

.fa-file::before {
    content: "\f15b";
}

.fa-greater-than::before {
    content: "\3e";
}

.fa-person-swimming::before {
    content: "\f5c4";
}

.fa-swimmer::before {
    content: "\f5c4";
}

.fa-arrow-down::before {
    content: "\f063";
}

.fa-droplet::before {
    content: "\f043";
}

.fa-tint::before {
    content: "\f043";
}

.fa-eraser::before {
    content: "\f12d";
}

.fa-earth-americas::before {
    content: "\f57d";
}

.fa-earth::before {
    content: "\f57d";
}

.fa-earth-america::before {
    content: "\f57d";
}

.fa-globe-americas::before {
    content: "\f57d";
}

.fa-person-burst::before {
    content: "\e53b";
}

.fa-dove::before {
    content: "\f4ba";
}

.fa-battery-empty::before {
    content: "\f244";
}

.fa-battery-0::before {
    content: "\f244";
}

.fa-socks::before {
    content: "\f696";
}

.fa-inbox::before {
    content: "\f01c";
}

.fa-section::before {
    content: "\e447";
}

.fa-gauge-high::before {
    content: "\f625";
}

.fa-tachometer-alt::before {
    content: "\f625";
}

.fa-tachometer-alt-fast::before {
    content: "\f625";
}

.fa-envelope-open-text::before {
    content: "\f658";
}

.fa-hospital::before {
    content: "\f0f8";
}

.fa-hospital-alt::before {
    content: "\f0f8";
}

.fa-hospital-wide::before {
    content: "\f0f8";
}

.fa-wine-bottle::before {
    content: "\f72f";
}

.fa-chess-rook::before {
    content: "\f447";
}

.fa-bars-staggered::before {
    content: "\f550";
}

.fa-reorder::before {
    content: "\f550";
}

.fa-stream::before {
    content: "\f550";
}

.fa-dharmachakra::before {
    content: "\f655";
}

.fa-hotdog::before {
    content: "\f80f";
}

.fa-person-walking-with-cane::before {
    content: "\f29d";
}

.fa-blind::before {
    content: "\f29d";
}

.fa-drum::before {
    content: "\f569";
}

.fa-ice-cream::before {
    content: "\f810";
}

.fa-heart-circle-bolt::before {
    content: "\e4fc";
}

.fa-fax::before {
    content: "\f1ac";
}

.fa-paragraph::before {
    content: "\f1dd";
}

.fa-check-to-slot::before {
    content: "\f772";
}

.fa-vote-yea::before {
    content: "\f772";
}

.fa-star-half::before {
    content: "\f089";
}

.fa-boxes-stacked::before {
    content: "\f468";
}

.fa-boxes::before {
    content: "\f468";
}

.fa-boxes-alt::before {
    content: "\f468";
}

.fa-link::before {
    content: "\f0c1";
}

.fa-chain::before {
    content: "\f0c1";
}

.fa-ear-listen::before {
    content: "\f2a2";
}

.fa-assistive-listening-systems::before {
    content: "\f2a2";
}

.fa-tree-city::before {
    content: "\e587";
}

.fa-play::before {
    content: "\f04b";
}

.fa-font::before {
    content: "\f031";
}

.fa-rupiah-sign::before {
    content: "\e23d";
}

.fa-magnifying-glass::before {
    content: "\f002";
}

.fa-search::before {
    content: "\f002";
}

.fa-table-tennis-paddle-ball::before {
    content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
    content: "\f45d";
}

.fa-table-tennis::before {
    content: "\f45d";
}

.fa-person-dots-from-line::before {
    content: "\f470";
}

.fa-diagnoses::before {
    content: "\f470";
}

.fa-trash-can-arrow-up::before {
    content: "\f82a";
}

.fa-trash-restore-alt::before {
    content: "\f82a";
}

.fa-naira-sign::before {
    content: "\e1f6";
}

.fa-cart-arrow-down::before {
    content: "\f218";
}

.fa-walkie-talkie::before {
    content: "\f8ef";
}

.fa-file-pen::before {
    content: "\f31c";
}

.fa-file-edit::before {
    content: "\f31c";
}

.fa-receipt::before {
    content: "\f543";
}

.fa-square-pen::before {
    content: "\f14b";
}

.fa-pen-square::before {
    content: "\f14b";
}

.fa-pencil-square::before {
    content: "\f14b";
}

.fa-suitcase-rolling::before {
    content: "\f5c1";
}

.fa-person-circle-exclamation::before {
    content: "\e53f";
}

.fa-chevron-down::before {
    content: "\f078";
}

.fa-battery-full::before {
    content: "\f240";
}

.fa-battery::before {
    content: "\f240";
}

.fa-battery-5::before {
    content: "\f240";
}

.fa-skull-crossbones::before {
    content: "\f714";
}

.fa-code-compare::before {
    content: "\e13a";
}

.fa-list-ul::before {
    content: "\f0ca";
}

.fa-list-dots::before {
    content: "\f0ca";
}

.fa-school-lock::before {
    content: "\e56f";
}

.fa-tower-cell::before {
    content: "\e585";
}

.fa-down-long::before {
    content: "\f309";
}

.fa-long-arrow-alt-down::before {
    content: "\f309";
}

.fa-ranking-star::before {
    content: "\e561";
}

.fa-chess-king::before {
    content: "\f43f";
}

.fa-person-harassing::before {
    content: "\e549";
}

.fa-brazilian-real-sign::before {
    content: "\e46c";
}

.fa-landmark-dome::before {
    content: "\f752";
}

.fa-landmark-alt::before {
    content: "\f752";
}

.fa-arrow-up::before {
    content: "\f062";
}

.fa-tv::before {
    content: "\f26c";
}

.fa-television::before {
    content: "\f26c";
}

.fa-tv-alt::before {
    content: "\f26c";
}

.fa-shrimp::before {
    content: "\e448";
}

.fa-list-check::before {
    content: "\f0ae";
}

.fa-tasks::before {
    content: "\f0ae";
}

.fa-jug-detergent::before {
    content: "\e519";
}

.fa-circle-user::before {
    content: "\f2bd";
}

.fa-user-circle::before {
    content: "\f2bd";
}

.fa-user-shield::before {
    content: "\f505";
}

.fa-wind::before {
    content: "\f72e";
}

.fa-car-burst::before {
    content: "\f5e1";
}

.fa-car-crash::before {
    content: "\f5e1";
}

.fa-y::before {
    content: "\59";
}

.fa-person-snowboarding::before {
    content: "\f7ce";
}

.fa-snowboarding::before {
    content: "\f7ce";
}

.fa-truck-fast::before {
    content: "\f48b";
}

.fa-shipping-fast::before {
    content: "\f48b";
}

.fa-fish::before {
    content: "\f578";
}

.fa-user-graduate::before {
    content: "\f501";
}

.fa-circle-half-stroke::before {
    content: "\f042";
}

.fa-adjust::before {
    content: "\f042";
}

.fa-clapperboard::before {
    content: "\e131";
}

.fa-circle-radiation::before {
    content: "\f7ba";
}

.fa-radiation-alt::before {
    content: "\f7ba";
}

.fa-baseball::before {
    content: "\f433";
}

.fa-baseball-ball::before {
    content: "\f433";
}

.fa-jet-fighter-up::before {
    content: "\e518";
}

.fa-diagram-project::before {
    content: "\f542";
}

.fa-project-diagram::before {
    content: "\f542";
}

.fa-copy::before {
    content: "\f0c5";
}

.fa-volume-xmark::before {
    content: "\f6a9";
}

.fa-volume-mute::before {
    content: "\f6a9";
}

.fa-volume-times::before {
    content: "\f6a9";
}

.fa-hand-sparkles::before {
    content: "\e05d";
}

.fa-grip::before {
    content: "\f58d";
}

.fa-grip-horizontal::before {
    content: "\f58d";
}

.fa-share-from-square::before {
    content: "\f14d";
}

.fa-share-square::before {
    content: "\f14d";
}

.fa-child-combatant::before {
    content: "\e4e0";
}

.fa-child-rifle::before {
    content: "\e4e0";
}

.fa-gun::before {
    content: "\e19b";
}

.fa-square-phone::before {
    content: "\f098";
}

.fa-phone-square::before {
    content: "\f098";
}

.fa-plus::before {
    content: "\2b";
}

.fa-add::before {
    content: "\2b";
}

.fa-expand::before {
    content: "\f065";
}

.fa-computer::before {
    content: "\e4e5";
}

.fa-xmark::before {
    content: "\f00d";
}

.fa-close::before {
    content: "\f00d";
}

.fa-multiply::before {
    content: "\f00d";
}

.fa-remove::before {
    content: "\f00d";
}

.fa-times::before {
    content: "\f00d";
}

.fa-arrows-up-down-left-right::before {
    content: "\f047";
}

.fa-arrows::before {
    content: "\f047";
}

.fa-chalkboard-user::before {
    content: "\f51c";
}

.fa-chalkboard-teacher::before {
    content: "\f51c";
}

.fa-peso-sign::before {
    content: "\e222";
}

.fa-building-shield::before {
    content: "\e4d8";
}

.fa-baby::before {
    content: "\f77c";
}

.fa-users-line::before {
    content: "\e592";
}

.fa-quote-left::before {
    content: "\f10d";
}

.fa-quote-left-alt::before {
    content: "\f10d";
}

.fa-tractor::before {
    content: "\f722";
}

.fa-trash-arrow-up::before {
    content: "\f829";
}

.fa-trash-restore::before {
    content: "\f829";
}

.fa-arrow-down-up-lock::before {
    content: "\e4b0";
}

.fa-lines-leaning::before {
    content: "\e51e";
}

.fa-ruler-combined::before {
    content: "\f546";
}

.fa-copyright::before {
    content: "\f1f9";
}

.fa-equals::before {
    content: "\3d";
}

.fa-blender::before {
    content: "\f517";
}

.fa-teeth::before {
    content: "\f62e";
}

.fa-shekel-sign::before {
    content: "\f20b";
}

.fa-ils::before {
    content: "\f20b";
}

.fa-shekel::before {
    content: "\f20b";
}

.fa-sheqel::before {
    content: "\f20b";
}

.fa-sheqel-sign::before {
    content: "\f20b";
}

.fa-map::before {
    content: "\f279";
}

.fa-rocket::before {
    content: "\f135";
}

.fa-photo-film::before {
    content: "\f87c";
}

.fa-photo-video::before {
    content: "\f87c";
}

.fa-folder-minus::before {
    content: "\f65d";
}

.fa-store::before {
    content: "\f54e";
}

.fa-arrow-trend-up::before {
    content: "\e098";
}

.fa-plug-circle-minus::before {
    content: "\e55e";
}

.fa-sign-hanging::before {
    content: "\f4d9";
}

.fa-sign::before {
    content: "\f4d9";
}

.fa-bezier-curve::before {
    content: "\f55b";
}

.fa-bell-slash::before {
    content: "\f1f6";
}

.fa-tablet::before {
    content: "\f3fb";
}

.fa-tablet-android::before {
    content: "\f3fb";
}

.fa-school-flag::before {
    content: "\e56e";
}

.fa-fill::before {
    content: "\f575";
}

.fa-angle-up::before {
    content: "\f106";
}

.fa-drumstick-bite::before {
    content: "\f6d7";
}

.fa-holly-berry::before {
    content: "\f7aa";
}

.fa-chevron-left::before {
    content: "\f053";
}

.fa-bacteria::before {
    content: "\e059";
}

.fa-hand-lizard::before {
    content: "\f258";
}

.fa-notdef::before {
    content: "\e1fe";
}

.fa-disease::before {
    content: "\f7fa";
}

.fa-briefcase-medical::before {
    content: "\f469";
}

.fa-genderless::before {
    content: "\f22d";
}

.fa-chevron-right::before {
    content: "\f054";
}

.fa-retweet::before {
    content: "\f079";
}

.fa-car-rear::before {
    content: "\f5de";
}

.fa-car-alt::before {
    content: "\f5de";
}

.fa-pump-soap::before {
    content: "\e06b";
}

.fa-video-slash::before {
    content: "\f4e2";
}

.fa-battery-quarter::before {
    content: "\f243";
}

.fa-battery-2::before {
    content: "\f243";
}

.fa-radio::before {
    content: "\f8d7";
}

.fa-baby-carriage::before {
    content: "\f77d";
}

.fa-carriage-baby::before {
    content: "\f77d";
}

.fa-traffic-light::before {
    content: "\f637";
}

.fa-thermometer::before {
    content: "\f491";
}

.fa-vr-cardboard::before {
    content: "\f729";
}

.fa-hand-middle-finger::before {
    content: "\f806";
}

.fa-percent::before {
    content: "\25";
}

.fa-percentage::before {
    content: "\25";
}

.fa-truck-moving::before {
    content: "\f4df";
}

.fa-glass-water-droplet::before {
    content: "\e4f5";
}

.fa-display::before {
    content: "\e163";
}

.fa-face-smile::before {
    content: "\f118";
}

.fa-smile::before {
    content: "\f118";
}

.fa-thumbtack::before {
    content: "\f08d";
}

.fa-thumb-tack::before {
    content: "\f08d";
}

.fa-trophy::before {
    content: "\f091";
}

.fa-person-praying::before {
    content: "\f683";
}

.fa-pray::before {
    content: "\f683";
}

.fa-hammer::before {
    content: "\f6e3";
}

.fa-hand-peace::before {
    content: "\f25b";
}

.fa-rotate::before {
    content: "\f2f1";
}

.fa-sync-alt::before {
    content: "\f2f1";
}

.fa-spinner::before {
    content: "\f110";
}

.fa-robot::before {
    content: "\f544";
}

.fa-peace::before {
    content: "\f67c";
}

.fa-gears::before {
    content: "\f085";
}

.fa-cogs::before {
    content: "\f085";
}

.fa-warehouse::before {
    content: "\f494";
}

.fa-arrow-up-right-dots::before {
    content: "\e4b7";
}

.fa-splotch::before {
    content: "\f5bc";
}

.fa-face-grin-hearts::before {
    content: "\f584";
}

.fa-grin-hearts::before {
    content: "\f584";
}

.fa-dice-four::before {
    content: "\f524";
}

.fa-sim-card::before {
    content: "\f7c4";
}

.fa-transgender::before {
    content: "\f225";
}

.fa-transgender-alt::before {
    content: "\f225";
}

.fa-mercury::before {
    content: "\f223";
}

.fa-arrow-turn-down::before {
    content: "\f149";
}

.fa-level-down::before {
    content: "\f149";
}

.fa-person-falling-burst::before {
    content: "\e547";
}

.fa-award::before {
    content: "\f559";
}

.fa-ticket-simple::before {
    content: "\f3ff";
}

.fa-ticket-alt::before {
    content: "\f3ff";
}

.fa-building::before {
    content: "\f1ad";
}

.fa-angles-left::before {
    content: "\f100";
}

.fa-angle-double-left::before {
    content: "\f100";
}

.fa-qrcode::before {
    content: "\f029";
}

.fa-clock-rotate-left::before {
    content: "\f1da";
}

.fa-history::before {
    content: "\f1da";
}

.fa-face-grin-beam-sweat::before {
    content: "\f583";
}

.fa-grin-beam-sweat::before {
    content: "\f583";
}

.fa-file-export::before {
    content: "\f56e";
}

.fa-arrow-right-from-file::before {
    content: "\f56e";
}

.fa-shield::before {
    content: "\f132";
}

.fa-shield-blank::before {
    content: "\f132";
}

.fa-arrow-up-short-wide::before {
    content: "\f885";
}

.fa-sort-amount-up-alt::before {
    content: "\f885";
}

.fa-house-medical::before {
    content: "\e3b2";
}

.fa-golf-ball-tee::before {
    content: "\f450";
}

.fa-golf-ball::before {
    content: "\f450";
}

.fa-circle-chevron-left::before {
    content: "\f137";
}

.fa-chevron-circle-left::before {
    content: "\f137";
}

.fa-house-chimney-window::before {
    content: "\e00d";
}

.fa-pen-nib::before {
    content: "\f5ad";
}

.fa-tent-arrow-turn-left::before {
    content: "\e580";
}

.fa-tents::before {
    content: "\e582";
}

.fa-wand-magic::before {
    content: "\f0d0";
}

.fa-magic::before {
    content: "\f0d0";
}

.fa-dog::before {
    content: "\f6d3";
}

.fa-carrot::before {
    content: "\f787";
}

.fa-moon::before {
    content: "\f186";
}

.fa-wine-glass-empty::before {
    content: "\f5ce";
}

.fa-wine-glass-alt::before {
    content: "\f5ce";
}

.fa-cheese::before {
    content: "\f7ef";
}

.fa-yin-yang::before {
    content: "\f6ad";
}

.fa-music::before {
    content: "\f001";
}

.fa-code-commit::before {
    content: "\f386";
}

.fa-temperature-low::before {
    content: "\f76b";
}

.fa-person-biking::before {
    content: "\f84a";
}

.fa-biking::before {
    content: "\f84a";
}

.fa-broom::before {
    content: "\f51a";
}

.fa-shield-heart::before {
    content: "\e574";
}

.fa-gopuram::before {
    content: "\f664";
}

.fa-earth-oceania::before {
    content: "\e47b";
}

.fa-globe-oceania::before {
    content: "\e47b";
}

.fa-square-xmark::before {
    content: "\f2d3";
}

.fa-times-square::before {
    content: "\f2d3";
}

.fa-xmark-square::before {
    content: "\f2d3";
}

.fa-hashtag::before {
    content: "\23";
}

.fa-up-right-and-down-left-from-center::before {
    content: "\f424";
}

.fa-expand-alt::before {
    content: "\f424";
}

.fa-oil-can::before {
    content: "\f613";
}

.fa-t::before {
    content: "\54";
}

.fa-hippo::before {
    content: "\f6ed";
}

.fa-chart-column::before {
    content: "\e0e3";
}

.fa-infinity::before {
    content: "\f534";
}

.fa-vial-circle-check::before {
    content: "\e596";
}

.fa-person-arrow-down-to-line::before {
    content: "\e538";
}

.fa-voicemail::before {
    content: "\f897";
}

.fa-fan::before {
    content: "\f863";
}

.fa-person-walking-luggage::before {
    content: "\e554";
}

.fa-up-down::before {
    content: "\f338";
}

.fa-arrows-alt-v::before {
    content: "\f338";
}

.fa-cloud-moon-rain::before {
    content: "\f73c";
}

.fa-calendar::before {
    content: "\f133";
}

.fa-trailer::before {
    content: "\e041";
}

.fa-bahai::before {
    content: "\f666";
}

.fa-haykal::before {
    content: "\f666";
}

.fa-sd-card::before {
    content: "\f7c2";
}

.fa-dragon::before {
    content: "\f6d5";
}

.fa-shoe-prints::before {
    content: "\f54b";
}

.fa-circle-plus::before {
    content: "\f055";
}

.fa-plus-circle::before {
    content: "\f055";
}

.fa-face-grin-tongue-wink::before {
    content: "\f58b";
}

.fa-grin-tongue-wink::before {
    content: "\f58b";
}

.fa-hand-holding::before {
    content: "\f4bd";
}

.fa-plug-circle-exclamation::before {
    content: "\e55d";
}

.fa-link-slash::before {
    content: "\f127";
}

.fa-chain-broken::before {
    content: "\f127";
}

.fa-chain-slash::before {
    content: "\f127";
}

.fa-unlink::before {
    content: "\f127";
}

.fa-clone::before {
    content: "\f24d";
}

.fa-person-walking-arrow-loop-left::before {
    content: "\e551";
}

.fa-arrow-up-z-a::before {
    content: "\f882";
}

.fa-sort-alpha-up-alt::before {
    content: "\f882";
}

.fa-fire-flame-curved::before {
    content: "\f7e4";
}

.fa-fire-alt::before {
    content: "\f7e4";
}

.fa-tornado::before {
    content: "\f76f";
}

.fa-file-circle-plus::before {
    content: "\e494";
}

.fa-book-quran::before {
    content: "\f687";
}

.fa-quran::before {
    content: "\f687";
}

.fa-anchor::before {
    content: "\f13d";
}

.fa-border-all::before {
    content: "\f84c";
}

.fa-face-angry::before {
    content: "\f556";
}

.fa-angry::before {
    content: "\f556";
}

.fa-cookie-bite::before {
    content: "\f564";
}

.fa-arrow-trend-down::before {
    content: "\e097";
}

.fa-rss::before {
    content: "\f09e";
}

.fa-feed::before {
    content: "\f09e";
}

.fa-draw-polygon::before {
    content: "\f5ee";
}

.fa-scale-balanced::before {
    content: "\f24e";
}

.fa-balance-scale::before {
    content: "\f24e";
}

.fa-gauge-simple-high::before {
    content: "\f62a";
}

.fa-tachometer::before {
    content: "\f62a";
}

.fa-tachometer-fast::before {
    content: "\f62a";
}

.fa-shower::before {
    content: "\f2cc";
}

.fa-desktop::before {
    content: "\f390";
}

.fa-desktop-alt::before {
    content: "\f390";
}

.fa-m::before {
    content: "\4d";
}

.fa-table-list::before {
    content: "\f00b";
}

.fa-th-list::before {
    content: "\f00b";
}

.fa-comment-sms::before {
    content: "\f7cd";
}

.fa-sms::before {
    content: "\f7cd";
}

.fa-book::before {
    content: "\f02d";
}

.fa-user-plus::before {
    content: "\f234";
}

.fa-check::before {
    content: "\f00c";
}

.fa-battery-three-quarters::before {
    content: "\f241";
}

.fa-battery-4::before {
    content: "\f241";
}

.fa-house-circle-check::before {
    content: "\e509";
}

.fa-angle-left::before {
    content: "\f104";
}

.fa-diagram-successor::before {
    content: "\e47a";
}

.fa-truck-arrow-right::before {
    content: "\e58b";
}

.fa-arrows-split-up-and-left::before {
    content: "\e4bc";
}

.fa-hand-fist::before {
    content: "\f6de";
}

.fa-fist-raised::before {
    content: "\f6de";
}

.fa-cloud-moon::before {
    content: "\f6c3";
}

.fa-briefcase::before {
    content: "\f0b1";
}

.fa-person-falling::before {
    content: "\e546";
}

.fa-image-portrait::before {
    content: "\f3e0";
}

.fa-portrait::before {
    content: "\f3e0";
}

.fa-user-tag::before {
    content: "\f507";
}

.fa-rug::before {
    content: "\e569";
}

.fa-earth-europe::before {
    content: "\f7a2";
}

.fa-globe-europe::before {
    content: "\f7a2";
}

.fa-cart-flatbed-suitcase::before {
    content: "\f59d";
}

.fa-luggage-cart::before {
    content: "\f59d";
}

.fa-rectangle-xmark::before {
    content: "\f410";
}

.fa-rectangle-times::before {
    content: "\f410";
}

.fa-times-rectangle::before {
    content: "\f410";
}

.fa-window-close::before {
    content: "\f410";
}

.fa-baht-sign::before {
    content: "\e0ac";
}

.fa-book-open::before {
    content: "\f518";
}

.fa-book-journal-whills::before {
    content: "\f66a";
}

.fa-journal-whills::before {
    content: "\f66a";
}

.fa-handcuffs::before {
    content: "\e4f8";
}

.fa-triangle-exclamation::before {
    content: "\f071";
}

.fa-exclamation-triangle::before {
    content: "\f071";
}

.fa-warning::before {
    content: "\f071";
}

.fa-database::before {
    content: "\f1c0";
}

.fa-share::before {
    content: "\f064";
}

.fa-mail-forward::before {
    content: "\f064";
}

.fa-bottle-droplet::before {
    content: "\e4c4";
}

.fa-mask-face::before {
    content: "\e1d7";
}

.fa-hill-rockslide::before {
    content: "\e508";
}

.fa-right-left::before {
    content: "\f362";
}

.fa-exchange-alt::before {
    content: "\f362";
}

.fa-paper-plane::before {
    content: "\f1d8";
}

.fa-road-circle-exclamation::before {
    content: "\e565";
}

.fa-dungeon::before {
    content: "\f6d9";
}

.fa-align-right::before {
    content: "\f038";
}

.fa-money-bill-1-wave::before {
    content: "\f53b";
}

.fa-money-bill-wave-alt::before {
    content: "\f53b";
}

.fa-life-ring::before {
    content: "\f1cd";
}

.fa-hands::before {
    content: "\f2a7";
}

.fa-sign-language::before {
    content: "\f2a7";
}

.fa-signing::before {
    content: "\f2a7";
}

.fa-calendar-day::before {
    content: "\f783";
}

.fa-water-ladder::before {
    content: "\f5c5";
}

.fa-ladder-water::before {
    content: "\f5c5";
}

.fa-swimming-pool::before {
    content: "\f5c5";
}

.fa-arrows-up-down::before {
    content: "\f07d";
}

.fa-arrows-v::before {
    content: "\f07d";
}

.fa-face-grimace::before {
    content: "\f57f";
}

.fa-grimace::before {
    content: "\f57f";
}

.fa-wheelchair-move::before {
    content: "\e2ce";
}

.fa-wheelchair-alt::before {
    content: "\e2ce";
}

.fa-turn-down::before {
    content: "\f3be";
}

.fa-level-down-alt::before {
    content: "\f3be";
}

.fa-person-walking-arrow-right::before {
    content: "\e552";
}

.fa-square-envelope::before {
    content: "\f199";
}

.fa-envelope-square::before {
    content: "\f199";
}

.fa-dice::before {
    content: "\f522";
}

.fa-bowling-ball::before {
    content: "\f436";
}

.fa-brain::before {
    content: "\f5dc";
}

.fa-bandage::before {
    content: "\f462";
}

.fa-band-aid::before {
    content: "\f462";
}

.fa-calendar-minus::before {
    content: "\f272";
}

.fa-circle-xmark::before {
    content: "\f057";
}

.fa-times-circle::before {
    content: "\f057";
}

.fa-xmark-circle::before {
    content: "\f057";
}

.fa-gifts::before {
    content: "\f79c";
}

.fa-hotel::before {
    content: "\f594";
}

.fa-earth-asia::before {
    content: "\f57e";
}

.fa-globe-asia::before {
    content: "\f57e";
}

.fa-id-card-clip::before {
    content: "\f47f";
}

.fa-id-card-alt::before {
    content: "\f47f";
}

.fa-magnifying-glass-plus::before {
    content: "\f00e";
}

.fa-search-plus::before {
    content: "\f00e";
}

.fa-thumbs-up::before {
    content: "\f164";
}

.fa-user-clock::before {
    content: "\f4fd";
}

.fa-hand-dots::before {
    content: "\f461";
}

.fa-allergies::before {
    content: "\f461";
}

.fa-file-invoice::before {
    content: "\f570";
}

.fa-window-minimize::before {
    content: "\f2d1";
}

.fa-mug-saucer::before {
    content: "\f0f4";
}

.fa-coffee::before {
    content: "\f0f4";
}

.fa-brush::before {
    content: "\f55d";
}

.fa-mask::before {
    content: "\f6fa";
}

.fa-magnifying-glass-minus::before {
    content: "\f010";
}

.fa-search-minus::before {
    content: "\f010";
}

.fa-ruler-vertical::before {
    content: "\f548";
}

.fa-user-large::before {
    content: "\f406";
}

.fa-user-alt::before {
    content: "\f406";
}

.fa-train-tram::before {
    content: "\e5b4";
}

.fa-user-nurse::before {
    content: "\f82f";
}

.fa-syringe::before {
    content: "\f48e";
}

.fa-cloud-sun::before {
    content: "\f6c4";
}

.fa-stopwatch-20::before {
    content: "\e06f";
}

.fa-square-full::before {
    content: "\f45c";
}

.fa-magnet::before {
    content: "\f076";
}

.fa-jar::before {
    content: "\e516";
}

.fa-note-sticky::before {
    content: "\f249";
}

.fa-sticky-note::before {
    content: "\f249";
}

.fa-bug-slash::before {
    content: "\e490";
}

.fa-arrow-up-from-water-pump::before {
    content: "\e4b6";
}

.fa-bone::before {
    content: "\f5d7";
}

.fa-user-injured::before {
    content: "\f728";
}

.fa-face-sad-tear::before {
    content: "\f5b4";
}

.fa-sad-tear::before {
    content: "\f5b4";
}

.fa-plane::before {
    content: "\f072";
}

.fa-tent-arrows-down::before {
    content: "\e581";
}

.fa-exclamation::before {
    content: "\21";
}

.fa-arrows-spin::before {
    content: "\e4bb";
}

.fa-print::before {
    content: "\f02f";
}

.fa-turkish-lira-sign::before {
    content: "\e2bb";
}

.fa-try::before {
    content: "\e2bb";
}

.fa-turkish-lira::before {
    content: "\e2bb";
}

.fa-dollar-sign::before {
    content: "\24";
}

.fa-dollar::before {
    content: "\24";
}

.fa-usd::before {
    content: "\24";
}

.fa-x::before {
    content: "\58";
}

.fa-magnifying-glass-dollar::before {
    content: "\f688";
}

.fa-search-dollar::before {
    content: "\f688";
}

.fa-users-gear::before {
    content: "\f509";
}

.fa-users-cog::before {
    content: "\f509";
}

.fa-person-military-pointing::before {
    content: "\e54a";
}

.fa-building-columns::before {
    content: "\f19c";
}

.fa-bank::before {
    content: "\f19c";
}

.fa-institution::before {
    content: "\f19c";
}

.fa-museum::before {
    content: "\f19c";
}

.fa-university::before {
    content: "\f19c";
}

.fa-umbrella::before {
    content: "\f0e9";
}

.fa-trowel::before {
    content: "\e589";
}

.fa-d::before {
    content: "\44";
}

.fa-stapler::before {
    content: "\e5af";
}

.fa-masks-theater::before {
    content: "\f630";
}

.fa-theater-masks::before {
    content: "\f630";
}

.fa-kip-sign::before {
    content: "\e1c4";
}

.fa-hand-point-left::before {
    content: "\f0a5";
}

.fa-handshake-simple::before {
    content: "\f4c6";
}

.fa-handshake-alt::before {
    content: "\f4c6";
}

.fa-jet-fighter::before {
    content: "\f0fb";
}

.fa-fighter-jet::before {
    content: "\f0fb";
}

.fa-square-share-nodes::before {
    content: "\f1e1";
}

.fa-share-alt-square::before {
    content: "\f1e1";
}

.fa-barcode::before {
    content: "\f02a";
}

.fa-plus-minus::before {
    content: "\e43c";
}

.fa-video::before {
    content: "\f03d";
}

.fa-video-camera::before {
    content: "\f03d";
}

.fa-graduation-cap::before {
    content: "\f19d";
}

.fa-mortar-board::before {
    content: "\f19d";
}

.fa-hand-holding-medical::before {
    content: "\e05c";
}

.fa-person-circle-check::before {
    content: "\e53e";
}

.fa-turn-up::before {
    content: "\f3bf";
}

.fa-level-up-alt::before {
    content: "\f3bf";
}

.sr-only,
.fa-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

:root, :host {
    --fa-style-family-brands: 'Font Awesome 6 Brands';
    --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-brands-400.woff2?v=6.5.1") format("woff2"), url("../webfonts/fa-brands-400.ttf?v=6.5.1") format("truetype");
}

.fab,
.fa-brands {
    font-weight: 400;
}

.fa-monero:before {
    content: "\f3d0";
}

.fa-hooli:before {
    content: "\f427";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-shopware:before {
    content: "\f5b5";
}

.fa-creative-commons-nc:before {
    content: "\f4e8";
}

.fa-aws:before {
    content: "\f375";
}

.fa-redhat:before {
    content: "\f7bc";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-cloudflare:before {
    content: "\e07d";
}

.fa-ups:before {
    content: "\f7e0";
}

.fa-pixiv:before {
    content: "\e640";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-dyalog:before {
    content: "\f399";
}

.fa-bity:before {
    content: "\f37a";
}

.fa-stackpath:before {
    content: "\f842";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-modx:before {
    content: "\f285";
}

.fa-guilded:before {
    content: "\e07e";
}

.fa-vnv:before {
    content: "\f40b";
}

.fa-square-js:before {
    content: "\f3b9";
}

.fa-js-square:before {
    content: "\f3b9";
}

.fa-microsoft:before {
    content: "\f3ca";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-orcid:before {
    content: "\f8d2";
}

.fa-java:before {
    content: "\f4e4";
}

.fa-invision:before {
    content: "\f7b0";
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed";
}

.fa-centercode:before {
    content: "\f380";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-hire-a-helper:before {
    content: "\f3b0";
}

.fa-creative-commons-by:before {
    content: "\f4e7";
}

.fa-unity:before {
    content: "\e049";
}

.fa-whmcs:before {
    content: "\f40d";
}

.fa-rocketchat:before {
    content: "\f3e8";
}

.fa-vk:before {
    content: "\f189";
}

.fa-untappd:before {
    content: "\f405";
}

.fa-mailchimp:before {
    content: "\f59e";
}

.fa-css3-alt:before {
    content: "\f38b";
}

.fa-square-reddit:before {
    content: "\f1a2";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-vimeo-v:before {
    content: "\f27d";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-square-font-awesome:before {
    content: "\e5ad";
}

.fa-deskpro:before {
    content: "\f38f";
}

.fa-brave:before {
    content: "\e63c";
}

.fa-sistrix:before {
    content: "\f3ee";
}

.fa-square-instagram:before {
    content: "\e055";
}

.fa-instagram-square:before {
    content: "\e055";
}

.fa-battle-net:before {
    content: "\f835";
}

.fa-the-red-yeti:before {
    content: "\f69d";
}

.fa-square-hacker-news:before {
    content: "\f3af";
}

.fa-hacker-news-square:before {
    content: "\f3af";
}

.fa-edge:before {
    content: "\f282";
}

.fa-threads:before {
    content: "\e618";
}

.fa-napster:before {
    content: "\f3d2";
}

.fa-square-snapchat:before {
    content: "\f2ad";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-google-plus-g:before {
    content: "\f0d5";
}

.fa-artstation:before {
    content: "\f77a";
}

.fa-markdown:before {
    content: "\f60f";
}

.fa-sourcetree:before {
    content: "\f7d3";
}

.fa-google-plus:before {
    content: "\f2b3";
}

.fa-diaspora:before {
    content: "\f791";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-phoenix-squadron:before {
    content: "\f511";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-algolia:before {
    content: "\f36c";
}

.fa-red-river:before {
    content: "\f3e3";
}

.fa-creative-commons-sa:before {
    content: "\f4ef";
}

.fa-safari:before {
    content: "\f267";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-square-font-awesome-stroke:before {
    content: "\f35c";
}

.fa-font-awesome-alt:before {
    content: "\f35c";
}

.fa-atlassian:before {
    content: "\f77b";
}

.fa-linkedin-in:before {
    content: "\f0e1";
}

.fa-digital-ocean:before {
    content: "\f391";
}

.fa-nimblr:before {
    content: "\f5a8";
}

.fa-chromecast:before {
    content: "\f838";
}

.fa-evernote:before {
    content: "\f839";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-creative-commons-sampling:before {
    content: "\f4f0";
}

.fa-adversal:before {
    content: "\f36a";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-watchman-monitoring:before {
    content: "\e087";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-weixin:before {
    content: "\f1d7";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-git-alt:before {
    content: "\f841";
}

.fa-lyft:before {
    content: "\f3c3";
}

.fa-rev:before {
    content: "\f5b2";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-wizards-of-the-coast:before {
    content: "\f730";
}

.fa-square-viadeo:before {
    content: "\f2aa";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-meetup:before {
    content: "\f2e0";
}

.fa-centos:before {
    content: "\f789";
}

.fa-adn:before {
    content: "\f170";
}

.fa-cloudsmith:before {
    content: "\f384";
}

.fa-opensuse:before {
    content: "\e62b";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-square-dribbble:before {
    content: "\f397";
}

.fa-dribbble-square:before {
    content: "\f397";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-node:before {
    content: "\f419";
}

.fa-mix:before {
    content: "\f3cb";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-cc-apple-pay:before {
    content: "\f416";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-debian:before {
    content: "\e60b";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-instalod:before {
    content: "\e081";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-sellcast:before {
    content: "\f2da";
}

.fa-square-twitter:before {
    content: "\f081";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-r-project:before {
    content: "\f4f7";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-freebsd:before {
    content: "\f3a4";
}

.fa-vuejs:before {
    content: "\f41f";
}

.fa-accusoft:before {
    content: "\f369";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-fonticons-fi:before {
    content: "\f3a2";
}

.fa-app-store:before {
    content: "\f36f";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-itunes-note:before {
    content: "\f3b5";
}

.fa-golang:before {
    content: "\e40f";
}

.fa-kickstarter:before {
    content: "\f3bb";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-uncharted:before {
    content: "\e084";
}

.fa-firstdraft:before {
    content: "\f3a1";
}

.fa-square-youtube:before {
    content: "\f431";
}

.fa-youtube-square:before {
    content: "\f431";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-wpressr:before {
    content: "\f3e4";
}

.fa-rendact:before {
    content: "\f3e4";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-galactic-republic:before {
    content: "\f50c";
}

.fa-nfc-directional:before {
    content: "\e530";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-joget:before {
    content: "\f3b7";
}

.fa-fedora:before {
    content: "\f798";
}

.fa-stripe-s:before {
    content: "\f42a";
}

.fa-meta:before {
    content: "\e49b";
}

.fa-laravel:before {
    content: "\f3bd";
}

.fa-hotjar:before {
    content: "\f3b1";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-square-letterboxd:before {
    content: "\e62e";
}

.fa-sticker-mule:before {
    content: "\f3f7";
}

.fa-creative-commons-zero:before {
    content: "\f4f3";
}

.fa-hips:before {
    content: "\f452";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-discord:before {
    content: "\f392";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-app-store-ios:before {
    content: "\f370";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-confluence:before {
    content: "\f78d";
}

.fa-shoelace:before {
    content: "\e60c";
}

.fa-mdb:before {
    content: "\f8ca";
}

.fa-dochub:before {
    content: "\f394";
}

.fa-accessible-icon:before {
    content: "\f368";
}

.fa-ebay:before {
    content: "\f4f4";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-unsplash:before {
    content: "\e07c";
}

.fa-yarn:before {
    content: "\f7e3";
}

.fa-square-steam:before {
    content: "\f1b7";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-square-vimeo:before {
    content: "\f194";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-asymmetrik:before {
    content: "\f372";
}

.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-font-awesome-flag:before {
    content: "\f2b4";
}

.fa-font-awesome-logo-full:before {
    content: "\f2b4";
}

.fa-gratipay:before {
    content: "\f184";
}

.fa-apple:before {
    content: "\f179";
}

.fa-hive:before {
    content: "\e07f";
}

.fa-gitkraken:before {
    content: "\f3a6";
}

.fa-keybase:before {
    content: "\f4f5";
}

.fa-apple-pay:before {
    content: "\f415";
}

.fa-padlet:before {
    content: "\e4a0";
}

.fa-amazon-pay:before {
    content: "\f42c";
}

.fa-square-github:before {
    content: "\f092";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-fedex:before {
    content: "\f797";
}

.fa-phoenix-framework:before {
    content: "\f3dc";
}

.fa-shopify:before {
    content: "\e057";
}

.fa-neos:before {
    content: "\f612";
}

.fa-square-threads:before {
    content: "\e619";
}

.fa-hackerrank:before {
    content: "\f5f7";
}

.fa-researchgate:before {
    content: "\f4f8";
}

.fa-swift:before {
    content: "\f8e1";
}

.fa-angular:before {
    content: "\f420";
}

.fa-speakap:before {
    content: "\f3f3";
}

.fa-angrycreative:before {
    content: "\f36e";
}

.fa-y-combinator:before {
    content: "\f23b";
}

.fa-empire:before {
    content: "\f1d1";
}

.fa-envira:before {
    content: "\f299";
}

.fa-google-scholar:before {
    content: "\e63b";
}

.fa-square-gitlab:before {
    content: "\e5ae";
}

.fa-gitlab-square:before {
    content: "\e5ae";
}

.fa-studiovinari:before {
    content: "\f3f8";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-goodreads:before {
    content: "\f3a8";
}

.fa-square-odnoklassniki:before {
    content: "\f264";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-sith:before {
    content: "\f512";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-page4:before {
    content: "\f3d7";
}

.fa-hashnode:before {
    content: "\e499";
}

.fa-react:before {
    content: "\f41b";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-squarespace:before {
    content: "\f5be";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-creative-commons-share:before {
    content: "\f4f2";
}

.fa-bitcoin:before {
    content: "\f379";
}

.fa-keycdn:before {
    content: "\f3ba";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-itch-io:before {
    content: "\f83a";
}

.fa-umbraco:before {
    content: "\f8e8";
}

.fa-galactic-senate:before {
    content: "\f50d";
}

.fa-ubuntu:before {
    content: "\f7df";
}

.fa-draft2digital:before {
    content: "\f396";
}

.fa-stripe:before {
    content: "\f429";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-gg:before {
    content: "\f260";
}

.fa-dhl:before {
    content: "\f790";
}

.fa-square-pinterest:before {
    content: "\f0d3";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-xing:before {
    content: "\f168";
}

.fa-blackberry:before {
    content: "\f37b";
}

.fa-creative-commons-pd:before {
    content: "\f4ec";
}

.fa-playstation:before {
    content: "\f3df";
}

.fa-quinscape:before {
    content: "\f459";
}

.fa-less:before {
    content: "\f41d";
}

.fa-blogger-b:before {
    content: "\f37d";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-signal-messenger:before {
    content: "\e663";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-typo3:before {
    content: "\f42b";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-dailymotion:before {
    content: "\e052";
}

.fa-affiliatetheme:before {
    content: "\f36b";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-bootstrap:before {
    content: "\f836";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-nfc-symbol:before {
    content: "\e531";
}

.fa-mintbit:before {
    content: "\e62f";
}

.fa-ethereum:before {
    content: "\f42e";
}

.fa-speaker-deck:before {
    content: "\f83c";
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9";
}

.fa-patreon:before {
    content: "\f3d9";
}

.fa-avianex:before {
    content: "\f374";
}

.fa-ello:before {
    content: "\f5f1";
}

.fa-gofore:before {
    content: "\f3a7";
}

.fa-bimobject:before {
    content: "\f378";
}

.fa-brave-reverse:before {
    content: "\e63d";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-square-google-plus:before {
    content: "\f0d4";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-mandalorian:before {
    content: "\f50f";
}

.fa-first-order-alt:before {
    content: "\f50a";
}

.fa-osi:before {
    content: "\f41a";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-d-and-d-beyond:before {
    content: "\f6ca";
}

.fa-periscope:before {
    content: "\f3da";
}

.fa-fulcrum:before {
    content: "\f50b";
}

.fa-cloudscale:before {
    content: "\f383";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-mizuni:before {
    content: "\f3cc";
}

.fa-schlix:before {
    content: "\f3ea";
}

.fa-square-xing:before {
    content: "\f169";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-cloudversify:before {
    content: "\f385";
}

.fa-usps:before {
    content: "\f7e1";
}

.fa-megaport:before {
    content: "\f5a3";
}

.fa-magento:before {
    content: "\f3c4";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-fly:before {
    content: "\f417";
}

.fa-aviato:before {
    content: "\f421";
}

.fa-itunes:before {
    content: "\f3b4";
}

.fa-cuttlefish:before {
    content: "\f38c";
}

.fa-blogger:before {
    content: "\f37c";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-viber:before {
    content: "\f409";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-letterboxd:before {
    content: "\e62d";
}

.fa-symfony:before {
    content: "\f83d";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-facebook-messenger:before {
    content: "\f39f";
}

.fa-audible:before {
    content: "\f373";
}

.fa-think-peaks:before {
    content: "\f731";
}

.fa-bilibili:before {
    content: "\e3d9";
}

.fa-erlang:before {
    content: "\f39d";
}

.fa-x-twitter:before {
    content: "\e61b";
}

.fa-cotton-bureau:before {
    content: "\f89e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-42-group:before {
    content: "\e080";
}

.fa-innosoft:before {
    content: "\e080";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-elementor:before {
    content: "\f430";
}

.fa-square-pied-piper:before {
    content: "\e01e";
}

.fa-pied-piper-square:before {
    content: "\e01e";
}

.fa-creative-commons-nd:before {
    content: "\f4eb";
}

.fa-palfed:before {
    content: "\f3d8";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-resolving:before {
    content: "\f3e7";
}

.fa-xbox:before {
    content: "\f412";
}

.fa-searchengin:before {
    content: "\f3eb";
}

.fa-tiktok:before {
    content: "\e07b";
}

.fa-square-facebook:before {
    content: "\f082";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-linkedin:before {
    content: "\f08c";
}

.fa-hubspot:before {
    content: "\f3b2";
}

.fa-deploydog:before {
    content: "\f38e";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-mixer:before {
    content: "\e056";
}

.fa-square-lastfm:before {
    content: "\f203";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-vimeo:before {
    content: "\f40a";
}

.fa-mendeley:before {
    content: "\f7b3";
}

.fa-uniregistry:before {
    content: "\f404";
}

.fa-figma:before {
    content: "\f799";
}

.fa-creative-commons-remix:before {
    content: "\f4ee";
}

.fa-cc-amazon-pay:before {
    content: "\f42d";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-cmplid:before {
    content: "\e360";
}

.fa-upwork:before {
    content: "\e641";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-gripfire:before {
    content: "\f3ac";
}

.fa-jedi-order:before {
    content: "\f50e";
}

.fa-uikit:before {
    content: "\f403";
}

.fa-fort-awesome-alt:before {
    content: "\f3a3";
}

.fa-phabricator:before {
    content: "\f3db";
}

.fa-ussunnah:before {
    content: "\f407";
}

.fa-earlybirds:before {
    content: "\f39a";
}

.fa-trade-federation:before {
    content: "\f513";
}

.fa-autoprefixer:before {
    content: "\f41c";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-google-play:before {
    content: "\f3ab";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-line:before {
    content: "\f3c0";
}

.fa-google-drive:before {
    content: "\f3aa";
}

.fa-servicestack:before {
    content: "\f3ec";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-deezer:before {
    content: "\e077";
}

.fa-raspberry-pi:before {
    content: "\f7bb";
}

.fa-jira:before {
    content: "\f7b1";
}

.fa-docker:before {
    content: "\f395";
}

.fa-screenpal:before {
    content: "\e570";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-gitter:before {
    content: "\f426";
}

.fa-d-and-d:before {
    content: "\f38d";
}

.fa-microblog:before {
    content: "\e01a";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-pied-piper-hat:before {
    content: "\f4e5";
}

.fa-kickstarter-k:before {
    content: "\f3bc";
}

.fa-yandex:before {
    content: "\f413";
}

.fa-readme:before {
    content: "\f4d5";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-sass:before {
    content: "\f41e";
}

.fa-wirsindhandwerk:before {
    content: "\e2d0";
}

.fa-wsh:before {
    content: "\e2d0";
}

.fa-buromobelexperte:before {
    content: "\f37f";
}

.fa-salesforce:before {
    content: "\f83b";
}

.fa-octopus-deploy:before {
    content: "\e082";
}

.fa-medapps:before {
    content: "\f3c6";
}

.fa-ns8:before {
    content: "\f3d5";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-apper:before {
    content: "\f371";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-waze:before {
    content: "\f83f";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ab";
}

.fa-fantasy-flight-games:before {
    content: "\f6dc";
}

.fa-rust:before {
    content: "\e07a";
}

.fa-wix:before {
    content: "\f5cf";
}

.fa-square-behance:before {
    content: "\f1b5";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-supple:before {
    content: "\f3f9";
}

.fa-webflow:before {
    content: "\e65c";
}

.fa-rebel:before {
    content: "\f1d0";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-staylinked:before {
    content: "\f3f5";
}

.fa-kaggle:before {
    content: "\f5fa";
}

.fa-space-awesome:before {
    content: "\e5ac";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-cpanel:before {
    content: "\f388";
}

.fa-goodreads-g:before {
    content: "\f3a9";
}

.fa-square-git:before {
    content: "\f1d2";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-square-tumblr:before {
    content: "\f174";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-trello:before {
    content: "\f181";
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-perbyte:before {
    content: "\e083";
}

.fa-grunt:before {
    content: "\f3ad";
}

.fa-weebly:before {
    content: "\f5cc";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-themeco:before {
    content: "\f5c6";
}

.fa-python:before {
    content: "\f3e2";
}

.fa-android:before {
    content: "\f17b";
}

.fa-bots:before {
    content: "\e340";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-hornbill:before {
    content: "\f592";
}

.fa-js:before {
    content: "\f3b8";
}

.fa-ideal:before {
    content: "\e013";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-dev:before {
    content: "\f6cc";
}

.fa-sketch:before {
    content: "\f7c6";
}

.fa-yandex-international:before {
    content: "\f414";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-uber:before {
    content: "\f402";
}

.fa-github:before {
    content: "\f09b";
}

.fa-php:before {
    content: "\f457";
}

.fa-alipay:before {
    content: "\f642";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-firefox-browser:before {
    content: "\e007";
}

.fa-replyd:before {
    content: "\f3e6";
}

.fa-suse:before {
    content: "\f7d6";
}

.fa-jenkins:before {
    content: "\f3b6";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-rockrms:before {
    content: "\f3e9";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-buffer:before {
    content: "\f837";
}

.fa-npm:before {
    content: "\f3d4";
}

.fa-yammer:before {
    content: "\f840";
}

.fa-btc:before {
    content: "\f15a";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-stubber:before {
    content: "\e5c7";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-telegram-plane:before {
    content: "\f2c6";
}

.fa-old-republic:before {
    content: "\f510";
}

.fa-odysee:before {
    content: "\e5c6";
}

.fa-square-whatsapp:before {
    content: "\f40c";
}

.fa-whatsapp-square:before {
    content: "\f40c";
}

.fa-node-js:before {
    content: "\f3d3";
}

.fa-edge-legacy:before {
    content: "\e078";
}

.fa-slack:before {
    content: "\f198";
}

.fa-slack-hash:before {
    content: "\f198";
}

.fa-medrt:before {
    content: "\f3c8";
}

.fa-usb:before {
    content: "\f287";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-vaadin:before {
    content: "\f408";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-square-x-twitter:before {
    content: "\e61a";
}

.fa-reacteurope:before {
    content: "\f75d";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-medium-m:before {
    content: "\f23a";
}

.fa-amilia:before {
    content: "\f36d";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-flipboard:before {
    content: "\f44d";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-critical-role:before {
    content: "\f6c9";
}

.fa-sitrox:before {
    content: "\e44a";
}

.fa-discourse:before {
    content: "\f393";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-mastodon:before {
    content: "\f4f6";
}

.fa-airbnb:before {
    content: "\f834";
}

.fa-wolf-pack-battalion:before {
    content: "\f514";
}

.fa-buy-n-large:before {
    content: "\f8a6";
}

.fa-gulp:before {
    content: "\f3ae";
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
}

.fa-strava:before {
    content: "\f428";
}

.fa-ember:before {
    content: "\f423";
}

.fa-canadian-maple-leaf:before {
    content: "\f785";
}

.fa-teamspeak:before {
    content: "\f4f9";
}

.fa-pushed:before {
    content: "\f3e1";
}

.fa-wordpress-simple:before {
    content: "\f411";
}

.fa-nutritionix:before {
    content: "\f3d6";
}

.fa-wodu:before {
    content: "\e088";
}

.fa-google-pay:before {
    content: "\e079";
}

.fa-intercom:before {
    content: "\f7af";
}

.fa-zhihu:before {
    content: "\f63f";
}

.fa-korvue:before {
    content: "\f42f";
}

.fa-pix:before {
    content: "\e43a";
}

.fa-steam-symbol:before {
    content: "\f3f6";
}

:root, :host {
    --fa-style-family-classic: 'Font Awesome 6 Free';
    --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-regular-400.woff2?v=6.5.1") format("woff2"), url("../webfonts/fa-regular-400.ttf?v=6.5.1") format("truetype");
}

.far,
.fa-regular {
    font-weight: 400;
}

:root, :host {
    --fa-style-family-classic: 'Font Awesome 6 Free';
    --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../webfonts/fa-solid-900.woff2?v=6.5.1") format("woff2"), url("../webfonts/fa-solid-900.ttf?v=6.5.1") format("truetype");
}

.fas,
.fa-solid {
    font-weight: 900;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-display: block;
    font-weight: 400;
    src: url("../webfonts/fa-brands-400.woff2?v=6.5.1") format("woff2"), url("../webfonts/fa-brands-400.ttf?v=6.5.1") format("truetype");
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-display: block;
    font-weight: 900;
    src: url("../webfonts/fa-solid-900.woff2?v=6.5.1") format("woff2"), url("../webfonts/fa-solid-900.ttf?v=6.5.1") format("truetype");
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-display: block;
    font-weight: 400;
    src: url("../webfonts/fa-regular-400.woff2?v=6.5.1") format("woff2"), url("../webfonts/fa-regular-400.ttf?v=6.5.1") format("truetype");
}

@font-face {
    font-family: 'FontAwesome';
    font-display: block;
    src: url("../webfonts/fa-solid-900.woff2?v=6.5.1") format("woff2"), url("../webfonts/fa-solid-900.ttf?v=6.5.1") format("truetype");
}

@font-face {
    font-family: 'FontAwesome';
    font-display: block;
    src: url("../webfonts/fa-brands-400.woff2?v=6.5.1") format("woff2"), url("../webfonts/fa-brands-400.ttf?v=6.5.1") format("truetype");
}

@font-face {
    font-family: 'FontAwesome';
    font-display: block;
    src: url("../webfonts/fa-regular-400.woff2?v=6.5.1") format("woff2"), url("../webfonts/fa-regular-400.ttf?v=6.5.1") format("truetype");
    unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC;
}

@font-face {
    font-family: 'FontAwesome';
    font-display: block;
    src: url("../webfonts/fa-v4compatibility.woff2?v=6.5.1") format("woff2"), url("../webfonts/fa-v4compatibility.ttf?v=6.5.1") format("truetype");
    unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A;
}

[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
.simple-calculator {
  background: #525252;
  width: 349px;
  height: 470px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  box-shadow: 0 0 3px #000;
  -moz-box-shadow: 0 0 3px #000;
  -webkit-box-shadow: 0 0 3px #000;
}

.simple-calculator * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.simple-calculator-headline {
  color: #ffffff;
  text-align: right;
  font-family: Arial;
  font-weight: bold;
  font-size: 9px;
  padding-top: 18px;
  padding-right: 35px;
}

.simple-calculator-display {
  background: #fff;
  width: 304px;
  height: 63px;
  margin-top: 10px;
  margin-left: 20px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: inset 0px 0px 2px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0px 0px 2px 1px rgba(0,0,0,0.75);
  box-shadow: inset 0px 0px 2px 1px rgba(0,0,0,0.75);
}

.simple-calculator-display-secondary, .simple-calculator-display-memory {
  text-align: right;
  color: #666666;
  font-family: Arial;
  font-weight: bold;
  font-size: 13px;
  width: 267px;
  height: 22px;
  margin-left: 6px;
  padding: 3px;
  padding-right: 0px;
  position: relative;
  top: 4px;
  left: 20px;
  overflow: hidden;
}

.simple-calculator-display-memory {
  position: absolute;
  top: inherit;
  left: inherit;
  text-align: left;
  margin-top: 4px;
  width: auto;
  display: none;
}

.simple-calculator-display-secondary > div {
  /*width: 999999999px;*/
  padding-right: 5px;
}

.simple-calculator-display-primary {
  color: #000000;
  font-family: Arial;
  font-weight: bold;
  font-size: 28px;
  width: 287px;
  height: 40px;
  margin-left: 6px;
  padding: 3px;
  padding-right: 0px;
  overflow: hidden;
}

.simple-calculator-display-primary > div {
  /*width: 999999999px;*/
  padding-right: 3px;
  text-align: right;
}

.simple-calculator-display-primary-smaller-font {
  font-size: 16px;
  padding-top: 8px;
}

.simple-calculator-buttons {
  width: 305px;
  height: 300px;
  margin-left: 24px;
  margin-top: 13px;
}

.simple-calculator-button {
  width: 58px;
  height: 56px;
  background: url('simple-calculator/images/button-sprite.png') no-repeat;
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
}

.simple-calculator-button-turn-off {
  background-position: 0 0;
}

.simple-calculator-button-turn-off[data-state=down] {
  background-position: -306px 5px;
}

.simple-calculator-button-mrc {
  background-position: -61px 0px;
}

.simple-calculator-button-mrc[data-state=down] {
  background-position: -367px 5px;
}

.simple-calculator-button-m- {
  background-position: -122px 0px;
}

.simple-calculator-button-m-[data-state=down] {
  background-position: -428px 5px;
}

.simple-calculator-button-m-plus {
  background-position: -183px 0px;
}

.simple-calculator-button-m-plus[data-state=down] {
  background-position: -489px 5px;
}

.simple-calculator-button-ac {
  background-position: -244px 0px;
}

.simple-calculator-button-ac[data-state=down] {
  background-position: -550px 5px;
}

.simple-calculator-button-x2 {
  background-position: 0px -62px;
}

.simple-calculator-button-x2[data-state=down] {
  background-position: -306px -57px;
}

.simple-calculator-button-7 {
  background-position: -61px -62px;
}

.simple-calculator-button-7[data-state=down] {
  background-position: -367px -57px;
}

.simple-calculator-button-8 {
  background-position: -122px -62px;
}

.simple-calculator-button-8[data-state=down] {
  background-position: -428px -57px;
}

.simple-calculator-button-9 {
  background-position: -183px -62px;
}

.simple-calculator-button-9[data-state=down] {
  background-position: -489px -57px;
}

.simple-calculator-button-div {
  background-position: -244px -62px;
}

.simple-calculator-button-div[data-state=down] {
  background-position: -550px -57px;
}

.simple-calculator-button-sqrt {
  background-position: 0px -123px;
}

.simple-calculator-button-sqrt[data-state=down] {
  background-position: -306px -118px;
}

.simple-calculator-button-4 {
  background-position: -61px -123px;
}

.simple-calculator-button-4[data-state=down] {
  background-position: -367px -118px;
}

.simple-calculator-button-5 {
  background-position: -122px -123px;
}

.simple-calculator-button-5[data-state=down] {
  background-position: -428px -118px;
}

.simple-calculator-button-6 {
  background-position: -183px -123px;
}

.simple-calculator-button-6[data-state=down] {
  background-position: -489px -118px;
}

.simple-calculator-button-x {
  background-position: -244px -123px;
}

.simple-calculator-button-x[data-state=down] {
  background-position: -550px -118px;
}

.simple-calculator-button-percentage {
  background-position: 0px -184px;
}

.simple-calculator-button-percentage[data-state=down] {
  background-position: -306px -180px;
}

.simple-calculator-button-1 {
  background-position: -61px -184px;
}

.simple-calculator-button-1[data-state=down] {
  background-position: -367px -180px;
}

.simple-calculator-button-2 {
  background-position: -122px -184px;
}

.simple-calculator-button-2[data-state=down] {
  background-position: -428px -180px;
}

.simple-calculator-button-3 {
  background-position: -183px -184px;
}

.simple-calculator-button-3[data-state=down] {
  background-position: -489px -180px;
}

.simple-calculator-button-subtract {
  background-position: -244px -184px;
}

.simple-calculator-button-subtract[data-state=down] {
  background-position: -550px -180px;
}

.simple-calculator-button-plus-minus {
  background-position: 0px -245px;
}

.simple-calculator-button-plus-minus[data-state=down] {
  background-position: -306px -241px;
}

.simple-calculator-button-0 {
  background-position: -61px -245px;
}

.simple-calculator-button-0[data-state=down] {
  background-position: -367px -241px;
}

.simple-calculator-button-dot {
  background-position: -122px -245px;
}

.simple-calculator-button-dot[data-state=down] {
  background-position: -428px -241px;
}

.simple-calculator-button-calculate {
  background-position: -183px -245px;
}

.simple-calculator-button-calculate[data-state=down] {
  background-position: -489px -241px;
}

.simple-calculator-button-add {
  background-position: -244px -245px;
}

.simple-calculator-button-add[data-state=down] {
  background-position: -550px -241px;
}

.simple-calculator-button-bracket-left {
  background-position: 0px -306px;
}

.simple-calculator-button-bracket-left[data-state=down] {
  background-position: -306px -302px;
}

.simple-calculator-button-bracket-right {
  background-position: -61px -306px;
}

.simple-calculator-button-bracket-right[data-state=down] {
  background-position: -367px -302px;
}


.simple-calculator-button-backspace {
  display: none;
  background: none;
}

.simple-calculator-button-separator {
  background: none;
}
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

html.with-featherlight {
	/* disable global scrolling when featherlights are visible */
	overflow: hidden;
}

.featherlight {
	display: none;

	/* dimensions: spanning the background from edge to edge */
	position:fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 2147483647; /* z-index needs to be >= elements on the site. */

	/* position: centering content */
	text-align: center;

	/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
	white-space: nowrap;

	/* styling */
	cursor: pointer;
	background: #333;
	/* IE8 "hack" for nested featherlights */
	background: rgba(0, 0, 0, 0);
}

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
	background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
	/* position: trick to center content vertically */
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.featherlight .featherlight-content {
	/* make content container for positioned elements (close button) */
	position: relative;

	/* position: centering vertical and horizontal */
	text-align: left;
	vertical-align: middle;
	display: inline-block;

	/* dimensions: cut off images */
	overflow: auto;
	padding: 25px 25px 0;
	border-bottom: 25px solid transparent;

	/* dimensions: handling large content */
	margin-left: 5%;
	margin-right: 5%;
	max-height: 95%;

	/* styling */
	background: #fff;
	cursor: auto;

	/* reset white-space wrapping */
	white-space: normal;
}

/* contains the content */
.featherlight .featherlight-inner {
	/* make sure its visible */
	display: block;
}

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
	display: none;
}

.featherlight .featherlight-close-icon {
	/* position: centering vertical and horizontal */
	position: absolute;
	z-index: 9999;
	top: 0;
	right: 0;

	/* dimensions: 25px x 25px */
	line-height: 25px;
	width: 25px;

	/* styling */
	cursor: pointer;
	text-align: center;
	font-family: Arial, sans-serif;
	background: #fff; /* Set the background in case it overlaps the content */
	background: rgba(255, 255, 255, 0.3);
	color: #000;
	border: none;
	padding: 0;
}

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.featherlight .featherlight-image {
	/* styling */
	width: 100%;
}


.featherlight-iframe .featherlight-content {
	/* removed the border for image croping since iframe is edge to edge */
	border-bottom: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
}

.featherlight iframe {
	/* styling */
	border: none;
}

.featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 0;
		margin-right: 0;
		max-height: 98%;

		padding: 10px 10px 0;
		border-bottom: 10px solid transparent;
	}
}

/* hide non featherlight items when printing */
@media print {
	html.with-featherlight > * > :not(.featherlight) {
		display: none;
	}
}

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

.featherlight-next,
.featherlight-previous {
	display: block;
	position: absolute;
	top: 25px;
	right: 25px;
	bottom: 0;
	left: 80%;
	cursor: pointer;
	/* preventing text selection */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* IE9 hack, otherwise navigation doesn't appear */
	background: rgba(0,0,0,0);
}

.featherlight-previous {
	left: 25px;
	right: 80%;
}

.featherlight-next:hover,
.featherlight-previous:hover {
	background: rgba(255,255,255,0.25);
}


.featherlight-next span,
.featherlight-previous span {
	display: none;
	position: absolute;

	top: 50%;
	left: 5%;
	width: 82%;

	/* center horizontally */
	text-align: center;

	font-size: 80px;
	line-height: 80px;

	/* center vertically */
	margin-top: -40px;

	text-shadow: 0px 0px 5px #fff;
	color: #fff;
	font-style: normal;
	font-weight: normal;
}
.featherlight-next span {
	right: 5%;
	left: auto;
}


.featherlight-next:hover span,
.featherlight-previous:hover span {
	display: inline-block;
}

.featherlight-swipe-aware .featherlight-next,
.featherlight-swipe-aware .featherlight-previous {
	display: none;
}

/* Hide navigation while loading */
.featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
	display:none;
}

/* Hide navigation in case of single image */
.featherlight-first-slide.featherlight-last-slide .featherlight-previous,
.featherlight-first-slide.featherlight-last-slide .featherlight-next {
	display:none;
}


/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px){
	.featherlight-next:hover,
	.featherlight-previous:hover {
		background: none;
	}
	.featherlight-next span,
	.featherlight-previous span {
		display: block;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight-next,
	.featherlight-previous {
		top: 10px;
		right: 10px;
		left: 85%;
	}

	.featherlight-previous {
		left: 10px;
		right: 85%;
	}

	.featherlight-next span,
	.featherlight-previous span {
		margin-top: -30px;
		font-size: 40px;
	}
}

/*!
 * Materialize v1.0.0 (http://materializecss.com)
 * Copyright 2014-2017 Materialize
 * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
 */
.materialize-red {
  background-color: #e51c23 !important;
}

.materialize-red-text {
  color: #e51c23 !important;
}

.materialize-red.lighten-5 {
  background-color: #fdeaeb !important;
}

.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important;
}

.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important;
}

.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important;
}

.materialize-red.lighten-3 {
  background-color: #f3989b !important;
}

.materialize-red-text.text-lighten-3 {
  color: #f3989b !important;
}

.materialize-red.lighten-2 {
  background-color: #ee6e73 !important;
}

.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important;
}

.materialize-red.lighten-1 {
  background-color: #ea454b !important;
}

.materialize-red-text.text-lighten-1 {
  color: #ea454b !important;
}

.materialize-red.darken-1 {
  background-color: #d0181e !important;
}

.materialize-red-text.text-darken-1 {
  color: #d0181e !important;
}

.materialize-red.darken-2 {
  background-color: #b9151b !important;
}

.materialize-red-text.text-darken-2 {
  color: #b9151b !important;
}

.materialize-red.darken-3 {
  background-color: #a21318 !important;
}

.materialize-red-text.text-darken-3 {
  color: #a21318 !important;
}

.materialize-red.darken-4 {
  background-color: #8b1014 !important;
}

.materialize-red-text.text-darken-4 {
  color: #8b1014 !important;
}

.red {
  background-color: #F44336 !important;
}

.red-text {
  color: #F44336 !important;
}

.red.lighten-5 {
  background-color: #FFEBEE !important;
}

.red-text.text-lighten-5 {
  color: #FFEBEE !important;
}

.red.lighten-4 {
  background-color: #FFCDD2 !important;
}

.red-text.text-lighten-4 {
  color: #FFCDD2 !important;
}

.red.lighten-3 {
  background-color: #EF9A9A !important;
}

.red-text.text-lighten-3 {
  color: #EF9A9A !important;
}

.red.lighten-2 {
  background-color: #E57373 !important;
}

.red-text.text-lighten-2 {
  color: #E57373 !important;
}

.red.lighten-1 {
  background-color: #EF5350 !important;
}

.red-text.text-lighten-1 {
  color: #EF5350 !important;
}

.red.darken-1 {
  background-color: #E53935 !important;
}

.red-text.text-darken-1 {
  color: #E53935 !important;
}

.red.darken-2 {
  background-color: #D32F2F !important;
}

.red-text.text-darken-2 {
  color: #D32F2F !important;
}

.red.darken-3 {
  background-color: #C62828 !important;
}

.red-text.text-darken-3 {
  color: #C62828 !important;
}

.red.darken-4 {
  background-color: #B71C1C !important;
}

.red-text.text-darken-4 {
  color: #B71C1C !important;
}

.red.accent-1 {
  background-color: #FF8A80 !important;
}

.red-text.text-accent-1 {
  color: #FF8A80 !important;
}

.red.accent-2 {
  background-color: #FF5252 !important;
}

.red-text.text-accent-2 {
  color: #FF5252 !important;
}

.red.accent-3 {
  background-color: #FF1744 !important;
}

.red-text.text-accent-3 {
  color: #FF1744 !important;
}

.red.accent-4 {
  background-color: #D50000 !important;
}

.red-text.text-accent-4 {
  color: #D50000 !important;
}

.pink {
  background-color: #e91e63 !important;
}

.pink-text {
  color: #e91e63 !important;
}

.pink.lighten-5 {
  background-color: #fce4ec !important;
}

.pink-text.text-lighten-5 {
  color: #fce4ec !important;
}

.pink.lighten-4 {
  background-color: #f8bbd0 !important;
}

.pink-text.text-lighten-4 {
  color: #f8bbd0 !important;
}

.pink.lighten-3 {
  background-color: #f48fb1 !important;
}

.pink-text.text-lighten-3 {
  color: #f48fb1 !important;
}

.pink.lighten-2 {
  background-color: #f06292 !important;
}

.pink-text.text-lighten-2 {
  color: #f06292 !important;
}

.pink.lighten-1 {
  background-color: #ec407a !important;
}

.pink-text.text-lighten-1 {
  color: #ec407a !important;
}

.pink.darken-1 {
  background-color: #d81b60 !important;
}

.pink-text.text-darken-1 {
  color: #d81b60 !important;
}

.pink.darken-2 {
  background-color: #c2185b !important;
}

.pink-text.text-darken-2 {
  color: #c2185b !important;
}

.pink.darken-3 {
  background-color: #ad1457 !important;
}

.pink-text.text-darken-3 {
  color: #ad1457 !important;
}

.pink.darken-4 {
  background-color: #880e4f !important;
}

.pink-text.text-darken-4 {
  color: #880e4f !important;
}

.pink.accent-1 {
  background-color: #ff80ab !important;
}

.pink-text.text-accent-1 {
  color: #ff80ab !important;
}

.pink.accent-2 {
  background-color: #ff4081 !important;
}

.pink-text.text-accent-2 {
  color: #ff4081 !important;
}

.pink.accent-3 {
  background-color: #f50057 !important;
}

.pink-text.text-accent-3 {
  color: #f50057 !important;
}

.pink.accent-4 {
  background-color: #c51162 !important;
}

.pink-text.text-accent-4 {
  color: #c51162 !important;
}

.purple {
  background-color: #9c27b0 !important;
}

.purple-text {
  color: #9c27b0 !important;
}

.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}

.purple-text.text-lighten-5 {
  color: #f3e5f5 !important;
}

.purple.lighten-4 {
  background-color: #e1bee7 !important;
}

.purple-text.text-lighten-4 {
  color: #e1bee7 !important;
}

.purple.lighten-3 {
  background-color: #ce93d8 !important;
}

.purple-text.text-lighten-3 {
  color: #ce93d8 !important;
}

.purple.lighten-2 {
  background-color: #ba68c8 !important;
}

.purple-text.text-lighten-2 {
  color: #ba68c8 !important;
}

.purple.lighten-1 {
  background-color: #ab47bc !important;
}

.purple-text.text-lighten-1 {
  color: #ab47bc !important;
}

.purple.darken-1 {
  background-color: #8e24aa !important;
}

.purple-text.text-darken-1 {
  color: #8e24aa !important;
}

.purple.darken-2 {
  background-color: #7b1fa2 !important;
}

.purple-text.text-darken-2 {
  color: #7b1fa2 !important;
}

.purple.darken-3 {
  background-color: #6a1b9a !important;
}

.purple-text.text-darken-3 {
  color: #6a1b9a !important;
}

.purple.darken-4 {
  background-color: #4a148c !important;
}

.purple-text.text-darken-4 {
  color: #4a148c !important;
}

.purple.accent-1 {
  background-color: #ea80fc !important;
}

.purple-text.text-accent-1 {
  color: #ea80fc !important;
}

.purple.accent-2 {
  background-color: #e040fb !important;
}

.purple-text.text-accent-2 {
  color: #e040fb !important;
}

.purple.accent-3 {
  background-color: #d500f9 !important;
}

.purple-text.text-accent-3 {
  color: #d500f9 !important;
}

.purple.accent-4 {
  background-color: #aa00ff !important;
}

.purple-text.text-accent-4 {
  color: #aa00ff !important;
}

.deep-purple {
  background-color: #673ab7 !important;
}

.deep-purple-text {
  color: #673ab7 !important;
}

.deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}

.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important;
}

.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}

.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important;
}

.deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}

.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important;
}

.deep-purple.lighten-2 {
  background-color: #9575cd !important;
}

.deep-purple-text.text-lighten-2 {
  color: #9575cd !important;
}

.deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}

.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important;
}

.deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}

.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important;
}

.deep-purple.darken-2 {
  background-color: #512da8 !important;
}

.deep-purple-text.text-darken-2 {
  color: #512da8 !important;
}

.deep-purple.darken-3 {
  background-color: #4527a0 !important;
}

.deep-purple-text.text-darken-3 {
  color: #4527a0 !important;
}

.deep-purple.darken-4 {
  background-color: #311b92 !important;
}

.deep-purple-text.text-darken-4 {
  color: #311b92 !important;
}

.deep-purple.accent-1 {
  background-color: #b388ff !important;
}

.deep-purple-text.text-accent-1 {
  color: #b388ff !important;
}

.deep-purple.accent-2 {
  background-color: #7c4dff !important;
}

.deep-purple-text.text-accent-2 {
  color: #7c4dff !important;
}

.deep-purple.accent-3 {
  background-color: #651fff !important;
}

.deep-purple-text.text-accent-3 {
  color: #651fff !important;
}

.deep-purple.accent-4 {
  background-color: #6200ea !important;
}

.deep-purple-text.text-accent-4 {
  color: #6200ea !important;
}

.indigo {
  background-color: #3f51b5 !important;
}

.indigo-text {
  color: #3f51b5 !important;
}

.indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}

.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important;
}

.indigo.lighten-4 {
  background-color: #c5cae9 !important;
}

.indigo-text.text-lighten-4 {
  color: #c5cae9 !important;
}

.indigo.lighten-3 {
  background-color: #9fa8da !important;
}

.indigo-text.text-lighten-3 {
  color: #9fa8da !important;
}

.indigo.lighten-2 {
  background-color: #7986cb !important;
}

.indigo-text.text-lighten-2 {
  color: #7986cb !important;
}

.indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}

.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important;
}

.indigo.darken-1 {
  background-color: #3949ab !important;
}

.indigo-text.text-darken-1 {
  color: #3949ab !important;
}

.indigo.darken-2 {
  background-color: #303f9f !important;
}

.indigo-text.text-darken-2 {
  color: #303f9f !important;
}

.indigo.darken-3 {
  background-color: #283593 !important;
}

.indigo-text.text-darken-3 {
  color: #283593 !important;
}

.indigo.darken-4 {
  background-color: #1a237e !important;
}

.indigo-text.text-darken-4 {
  color: #1a237e !important;
}

.indigo.accent-1 {
  background-color: #8c9eff !important;
}

.indigo-text.text-accent-1 {
  color: #8c9eff !important;
}

.indigo.accent-2 {
  background-color: #536dfe !important;
}

.indigo-text.text-accent-2 {
  color: #536dfe !important;
}

.indigo.accent-3 {
  background-color: #3d5afe !important;
}

.indigo-text.text-accent-3 {
  color: #3d5afe !important;
}

.indigo.accent-4 {
  background-color: #304ffe !important;
}

.indigo-text.text-accent-4 {
  color: #304ffe !important;
}

.blue {
  background-color: #2196F3 !important;
}

.blue-text {
  color: #2196F3 !important;
}

.blue.lighten-5 {
  background-color: #E3F2FD !important;
}

.blue-text.text-lighten-5 {
  color: #E3F2FD !important;
}

.blue.lighten-4 {
  background-color: #BBDEFB !important;
}

.blue-text.text-lighten-4 {
  color: #BBDEFB !important;
}

.blue.lighten-3 {
  background-color: #90CAF9 !important;
}

.blue-text.text-lighten-3 {
  color: #90CAF9 !important;
}

.blue.lighten-2 {
  background-color: #64B5F6 !important;
}

.blue-text.text-lighten-2 {
  color: #64B5F6 !important;
}

.blue.lighten-1 {
  background-color: #42A5F5 !important;
}

.blue-text.text-lighten-1 {
  color: #42A5F5 !important;
}

.blue.darken-1 {
  background-color: #1E88E5 !important;
}

.blue-text.text-darken-1 {
  color: #1E88E5 !important;
}

.blue.darken-2 {
  background-color: #1976D2 !important;
}

.blue-text.text-darken-2 {
  color: #1976D2 !important;
}

.blue.darken-3 {
  background-color: #1565C0 !important;
}

.blue-text.text-darken-3 {
  color: #1565C0 !important;
}

.blue.darken-4 {
  background-color: #0D47A1 !important;
}

.blue-text.text-darken-4 {
  color: #0D47A1 !important;
}

.blue.accent-1 {
  background-color: #82B1FF !important;
}

.blue-text.text-accent-1 {
  color: #82B1FF !important;
}

.blue.accent-2 {
  background-color: #448AFF !important;
}

.blue-text.text-accent-2 {
  color: #448AFF !important;
}

.blue.accent-3 {
  background-color: #2979FF !important;
}

.blue-text.text-accent-3 {
  color: #2979FF !important;
}

.blue.accent-4 {
  background-color: #2962FF !important;
}

.blue-text.text-accent-4 {
  color: #2962FF !important;
}

.light-blue {
  background-color: #03a9f4 !important;
}

.light-blue-text {
  color: #03a9f4 !important;
}

.light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}

.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important;
}

.light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}

.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important;
}

.light-blue.lighten-3 {
  background-color: #81d4fa !important;
}

.light-blue-text.text-lighten-3 {
  color: #81d4fa !important;
}

.light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}

.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important;
}

.light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}

.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important;
}

.light-blue.darken-1 {
  background-color: #039be5 !important;
}

.light-blue-text.text-darken-1 {
  color: #039be5 !important;
}

.light-blue.darken-2 {
  background-color: #0288d1 !important;
}

.light-blue-text.text-darken-2 {
  color: #0288d1 !important;
}

.light-blue.darken-3 {
  background-color: #0277bd !important;
}

.light-blue-text.text-darken-3 {
  color: #0277bd !important;
}

.light-blue.darken-4 {
  background-color: #01579b !important;
}

.light-blue-text.text-darken-4 {
  color: #01579b !important;
}

.light-blue.accent-1 {
  background-color: #80d8ff !important;
}

.light-blue-text.text-accent-1 {
  color: #80d8ff !important;
}

.light-blue.accent-2 {
  background-color: #40c4ff !important;
}

.light-blue-text.text-accent-2 {
  color: #40c4ff !important;
}

.light-blue.accent-3 {
  background-color: #00b0ff !important;
}

.light-blue-text.text-accent-3 {
  color: #00b0ff !important;
}

.light-blue.accent-4 {
  background-color: #0091ea !important;
}

.light-blue-text.text-accent-4 {
  color: #0091ea !important;
}

.cyan {
  background-color: #00bcd4 !important;
}

.cyan-text {
  color: #00bcd4 !important;
}

.cyan.lighten-5 {
  background-color: #e0f7fa !important;
}

.cyan-text.text-lighten-5 {
  color: #e0f7fa !important;
}

.cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}

.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important;
}

.cyan.lighten-3 {
  background-color: #80deea !important;
}

.cyan-text.text-lighten-3 {
  color: #80deea !important;
}

.cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}

.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important;
}

.cyan.lighten-1 {
  background-color: #26c6da !important;
}

.cyan-text.text-lighten-1 {
  color: #26c6da !important;
}

.cyan.darken-1 {
  background-color: #00acc1 !important;
}

.cyan-text.text-darken-1 {
  color: #00acc1 !important;
}

.cyan.darken-2 {
  background-color: #0097a7 !important;
}

.cyan-text.text-darken-2 {
  color: #0097a7 !important;
}

.cyan.darken-3 {
  background-color: #00838f !important;
}

.cyan-text.text-darken-3 {
  color: #00838f !important;
}

.cyan.darken-4 {
  background-color: #006064 !important;
}

.cyan-text.text-darken-4 {
  color: #006064 !important;
}

.cyan.accent-1 {
  background-color: #84ffff !important;
}

.cyan-text.text-accent-1 {
  color: #84ffff !important;
}

.cyan.accent-2 {
  background-color: #18ffff !important;
}

.cyan-text.text-accent-2 {
  color: #18ffff !important;
}

.cyan.accent-3 {
  background-color: #00e5ff !important;
}

.cyan-text.text-accent-3 {
  color: #00e5ff !important;
}

.cyan.accent-4 {
  background-color: #00b8d4 !important;
}

.cyan-text.text-accent-4 {
  color: #00b8d4 !important;
}

.teal {
  background-color: #009688 !important;
}

.teal-text {
  color: #009688 !important;
}

.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}

.teal-text.text-lighten-5 {
  color: #e0f2f1 !important;
}

.teal.lighten-4 {
  background-color: #b2dfdb !important;
}

.teal-text.text-lighten-4 {
  color: #b2dfdb !important;
}

.teal.lighten-3 {
  background-color: #80cbc4 !important;
}

.teal-text.text-lighten-3 {
  color: #80cbc4 !important;
}

.teal.lighten-2 {
  background-color: #4db6ac !important;
}

.teal-text.text-lighten-2 {
  color: #4db6ac !important;
}

.teal.lighten-1 {
  background-color: #26a69a !important;
}

.teal-text.text-lighten-1 {
  color: #26a69a !important;
}

.teal.darken-1 {
  background-color: #00897b !important;
}

.teal-text.text-darken-1 {
  color: #00897b !important;
}

.teal.darken-2 {
  background-color: #00796b !important;
}

.teal-text.text-darken-2 {
  color: #00796b !important;
}

.teal.darken-3 {
  background-color: #00695c !important;
}

.teal-text.text-darken-3 {
  color: #00695c !important;
}

.teal.darken-4 {
  background-color: #004d40 !important;
}

.teal-text.text-darken-4 {
  color: #004d40 !important;
}

.teal.accent-1 {
  background-color: #a7ffeb !important;
}

.teal-text.text-accent-1 {
  color: #a7ffeb !important;
}

.teal.accent-2 {
  background-color: #64ffda !important;
}

.teal-text.text-accent-2 {
  color: #64ffda !important;
}

.teal.accent-3 {
  background-color: #1de9b6 !important;
}

.teal-text.text-accent-3 {
  color: #1de9b6 !important;
}

.teal.accent-4 {
  background-color: #00bfa5 !important;
}

.teal-text.text-accent-4 {
  color: #00bfa5 !important;
}

.green {
  background-color: #4CAF50 !important;
}

.green-text {
  color: #4CAF50 !important;
}

.green.lighten-5 {
  background-color: #E8F5E9 !important;
}

.green-text.text-lighten-5 {
  color: #E8F5E9 !important;
}

.green.lighten-4 {
  background-color: #C8E6C9 !important;
}

.green-text.text-lighten-4 {
  color: #C8E6C9 !important;
}

.green.lighten-3 {
  background-color: #A5D6A7 !important;
}

.green-text.text-lighten-3 {
  color: #A5D6A7 !important;
}

.green.lighten-2 {
  background-color: #81C784 !important;
}

.green-text.text-lighten-2 {
  color: #81C784 !important;
}

.green.lighten-1 {
  background-color: #66BB6A !important;
}

.green-text.text-lighten-1 {
  color: #66BB6A !important;
}

.green.darken-1 {
  background-color: #43A047 !important;
}

.green-text.text-darken-1 {
  color: #43A047 !important;
}

.green.darken-2 {
  background-color: #388E3C !important;
}

.green-text.text-darken-2 {
  color: #388E3C !important;
}

.green.darken-3 {
  background-color: #2E7D32 !important;
}

.green-text.text-darken-3 {
  color: #2E7D32 !important;
}

.green.darken-4 {
  background-color: #1B5E20 !important;
}

.green-text.text-darken-4 {
  color: #1B5E20 !important;
}

.green.accent-1 {
  background-color: #B9F6CA !important;
}

.green-text.text-accent-1 {
  color: #B9F6CA !important;
}

.green.accent-2 {
  background-color: #69F0AE !important;
}

.green-text.text-accent-2 {
  color: #69F0AE !important;
}

.green.accent-3 {
  background-color: #00E676 !important;
}

.green-text.text-accent-3 {
  color: #00E676 !important;
}

.green.accent-4 {
  background-color: #00C853 !important;
}

.green-text.text-accent-4 {
  color: #00C853 !important;
}

.light-green {
  background-color: #8bc34a !important;
}

.light-green-text {
  color: #8bc34a !important;
}

.light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}

.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important;
}

.light-green.lighten-4 {
  background-color: #dcedc8 !important;
}

.light-green-text.text-lighten-4 {
  color: #dcedc8 !important;
}

.light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}

.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important;
}

.light-green.lighten-2 {
  background-color: #aed581 !important;
}

.light-green-text.text-lighten-2 {
  color: #aed581 !important;
}

.light-green.lighten-1 {
  background-color: #9ccc65 !important;
}

.light-green-text.text-lighten-1 {
  color: #9ccc65 !important;
}

.light-green.darken-1 {
  background-color: #7cb342 !important;
}

.light-green-text.text-darken-1 {
  color: #7cb342 !important;
}

.light-green.darken-2 {
  background-color: #689f38 !important;
}

.light-green-text.text-darken-2 {
  color: #689f38 !important;
}

.light-green.darken-3 {
  background-color: #558b2f !important;
}

.light-green-text.text-darken-3 {
  color: #558b2f !important;
}

.light-green.darken-4 {
  background-color: #33691e !important;
}

.light-green-text.text-darken-4 {
  color: #33691e !important;
}

.light-green.accent-1 {
  background-color: #ccff90 !important;
}

.light-green-text.text-accent-1 {
  color: #ccff90 !important;
}

.light-green.accent-2 {
  background-color: #b2ff59 !important;
}

.light-green-text.text-accent-2 {
  color: #b2ff59 !important;
}

.light-green.accent-3 {
  background-color: #76ff03 !important;
}

.light-green-text.text-accent-3 {
  color: #76ff03 !important;
}

.light-green.accent-4 {
  background-color: #64dd17 !important;
}

.light-green-text.text-accent-4 {
  color: #64dd17 !important;
}

.lime {
  background-color: #cddc39 !important;
}

.lime-text {
  color: #cddc39 !important;
}

.lime.lighten-5 {
  background-color: #f9fbe7 !important;
}

.lime-text.text-lighten-5 {
  color: #f9fbe7 !important;
}

.lime.lighten-4 {
  background-color: #f0f4c3 !important;
}

.lime-text.text-lighten-4 {
  color: #f0f4c3 !important;
}

.lime.lighten-3 {
  background-color: #e6ee9c !important;
}

.lime-text.text-lighten-3 {
  color: #e6ee9c !important;
}

.lime.lighten-2 {
  background-color: #dce775 !important;
}

.lime-text.text-lighten-2 {
  color: #dce775 !important;
}

.lime.lighten-1 {
  background-color: #d4e157 !important;
}

.lime-text.text-lighten-1 {
  color: #d4e157 !important;
}

.lime.darken-1 {
  background-color: #c0ca33 !important;
}

.lime-text.text-darken-1 {
  color: #c0ca33 !important;
}

.lime.darken-2 {
  background-color: #afb42b !important;
}

.lime-text.text-darken-2 {
  color: #afb42b !important;
}

.lime.darken-3 {
  background-color: #9e9d24 !important;
}

.lime-text.text-darken-3 {
  color: #9e9d24 !important;
}

.lime.darken-4 {
  background-color: #827717 !important;
}

.lime-text.text-darken-4 {
  color: #827717 !important;
}

.lime.accent-1 {
  background-color: #f4ff81 !important;
}

.lime-text.text-accent-1 {
  color: #f4ff81 !important;
}

.lime.accent-2 {
  background-color: #eeff41 !important;
}

.lime-text.text-accent-2 {
  color: #eeff41 !important;
}

.lime.accent-3 {
  background-color: #c6ff00 !important;
}

.lime-text.text-accent-3 {
  color: #c6ff00 !important;
}

.lime.accent-4 {
  background-color: #aeea00 !important;
}

.lime-text.text-accent-4 {
  color: #aeea00 !important;
}

.yellow {
  background-color: #ffeb3b !important;
}

.yellow-text {
  color: #ffeb3b !important;
}

.yellow.lighten-5 {
  background-color: #fffde7 !important;
}

.yellow-text.text-lighten-5 {
  color: #fffde7 !important;
}

.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}

.yellow-text.text-lighten-4 {
  color: #fff9c4 !important;
}

.yellow.lighten-3 {
  background-color: #fff59d !important;
}

.yellow-text.text-lighten-3 {
  color: #fff59d !important;
}

.yellow.lighten-2 {
  background-color: #fff176 !important;
}

.yellow-text.text-lighten-2 {
  color: #fff176 !important;
}

.yellow.lighten-1 {
  background-color: #ffee58 !important;
}

.yellow-text.text-lighten-1 {
  color: #ffee58 !important;
}

.yellow.darken-1 {
  background-color: #fdd835 !important;
}

.yellow-text.text-darken-1 {
  color: #fdd835 !important;
}

.yellow.darken-2 {
  background-color: #fbc02d !important;
}

.yellow-text.text-darken-2 {
  color: #fbc02d !important;
}

.yellow.darken-3 {
  background-color: #f9a825 !important;
}

.yellow-text.text-darken-3 {
  color: #f9a825 !important;
}

.yellow.darken-4 {
  background-color: #f57f17 !important;
}

.yellow-text.text-darken-4 {
  color: #f57f17 !important;
}

.yellow.accent-1 {
  background-color: #ffff8d !important;
}

.yellow-text.text-accent-1 {
  color: #ffff8d !important;
}

.yellow.accent-2 {
  background-color: #ffff00 !important;
}

.yellow-text.text-accent-2 {
  color: #ffff00 !important;
}

.yellow.accent-3 {
  background-color: #ffea00 !important;
}

.yellow-text.text-accent-3 {
  color: #ffea00 !important;
}

.yellow.accent-4 {
  background-color: #ffd600 !important;
}

.yellow-text.text-accent-4 {
  color: #ffd600 !important;
}

.amber {
  background-color: #ffc107 !important;
}

.amber-text {
  color: #ffc107 !important;
}

.amber.lighten-5 {
  background-color: #fff8e1 !important;
}

.amber-text.text-lighten-5 {
  color: #fff8e1 !important;
}

.amber.lighten-4 {
  background-color: #ffecb3 !important;
}

.amber-text.text-lighten-4 {
  color: #ffecb3 !important;
}

.amber.lighten-3 {
  background-color: #ffe082 !important;
}

.amber-text.text-lighten-3 {
  color: #ffe082 !important;
}

.amber.lighten-2 {
  background-color: #ffd54f !important;
}

.amber-text.text-lighten-2 {
  color: #ffd54f !important;
}

.amber.lighten-1 {
  background-color: #ffca28 !important;
}

.amber-text.text-lighten-1 {
  color: #ffca28 !important;
}

.amber.darken-1 {
  background-color: #ffb300 !important;
}

.amber-text.text-darken-1 {
  color: #ffb300 !important;
}

.amber.darken-2 {
  background-color: #ffa000 !important;
}

.amber-text.text-darken-2 {
  color: #ffa000 !important;
}

.amber.darken-3 {
  background-color: #ff8f00 !important;
}

.amber-text.text-darken-3 {
  color: #ff8f00 !important;
}

.amber.darken-4 {
  background-color: #ff6f00 !important;
}

.amber-text.text-darken-4 {
  color: #ff6f00 !important;
}

.amber.accent-1 {
  background-color: #ffe57f !important;
}

.amber-text.text-accent-1 {
  color: #ffe57f !important;
}

.amber.accent-2 {
  background-color: #ffd740 !important;
}

.amber-text.text-accent-2 {
  color: #ffd740 !important;
}

.amber.accent-3 {
  background-color: #ffc400 !important;
}

.amber-text.text-accent-3 {
  color: #ffc400 !important;
}

.amber.accent-4 {
  background-color: #ffab00 !important;
}

.amber-text.text-accent-4 {
  color: #ffab00 !important;
}

.orange {
  background-color: #ff9800 !important;
}

.orange-text {
  color: #ff9800 !important;
}

.orange.lighten-5 {
  background-color: #fff3e0 !important;
}

.orange-text.text-lighten-5 {
  color: #fff3e0 !important;
}

.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}

.orange-text.text-lighten-4 {
  color: #ffe0b2 !important;
}

.orange.lighten-3 {
  background-color: #ffcc80 !important;
}

.orange-text.text-lighten-3 {
  color: #ffcc80 !important;
}

.orange.lighten-2 {
  background-color: #ffb74d !important;
}

.orange-text.text-lighten-2 {
  color: #ffb74d !important;
}

.orange.lighten-1 {
  background-color: #ffa726 !important;
}

.orange-text.text-lighten-1 {
  color: #ffa726 !important;
}

.orange.darken-1 {
  background-color: #fb8c00 !important;
}

.orange-text.text-darken-1 {
  color: #fb8c00 !important;
}

.orange.darken-2 {
  background-color: #f57c00 !important;
}

.orange-text.text-darken-2 {
  color: #f57c00 !important;
}

.orange.darken-3 {
  background-color: #ef6c00 !important;
}

.orange-text.text-darken-3 {
  color: #ef6c00 !important;
}

.orange.darken-4 {
  background-color: #e65100 !important;
}

.orange-text.text-darken-4 {
  color: #e65100 !important;
}

.orange.accent-1 {
  background-color: #ffd180 !important;
}

.orange-text.text-accent-1 {
  color: #ffd180 !important;
}

.orange.accent-2 {
  background-color: #ffab40 !important;
}

.orange-text.text-accent-2 {
  color: #ffab40 !important;
}

.orange.accent-3 {
  background-color: #ff9100 !important;
}

.orange-text.text-accent-3 {
  color: #ff9100 !important;
}

.orange.accent-4 {
  background-color: #ff6d00 !important;
}

.orange-text.text-accent-4 {
  color: #ff6d00 !important;
}

.deep-orange {
  background-color: #ff5722 !important;
}

.deep-orange-text {
  color: #ff5722 !important;
}

.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}

.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important;
}

.deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}

.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important;
}

.deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}

.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important;
}

.deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}

.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important;
}

.deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}

.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important;
}

.deep-orange.darken-1 {
  background-color: #f4511e !important;
}

.deep-orange-text.text-darken-1 {
  color: #f4511e !important;
}

.deep-orange.darken-2 {
  background-color: #e64a19 !important;
}

.deep-orange-text.text-darken-2 {
  color: #e64a19 !important;
}

.deep-orange.darken-3 {
  background-color: #d84315 !important;
}

.deep-orange-text.text-darken-3 {
  color: #d84315 !important;
}

.deep-orange.darken-4 {
  background-color: #bf360c !important;
}

.deep-orange-text.text-darken-4 {
  color: #bf360c !important;
}

.deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}

.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important;
}

.deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}

.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important;
}

.deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}

.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important;
}

.deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}

.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important;
}

.brown {
  background-color: #795548 !important;
}

.brown-text {
  color: #795548 !important;
}

.brown.lighten-5 {
  background-color: #efebe9 !important;
}

.brown-text.text-lighten-5 {
  color: #efebe9 !important;
}

.brown.lighten-4 {
  background-color: #d7ccc8 !important;
}

.brown-text.text-lighten-4 {
  color: #d7ccc8 !important;
}

.brown.lighten-3 {
  background-color: #bcaaa4 !important;
}

.brown-text.text-lighten-3 {
  color: #bcaaa4 !important;
}

.brown.lighten-2 {
  background-color: #a1887f !important;
}

.brown-text.text-lighten-2 {
  color: #a1887f !important;
}

.brown.lighten-1 {
  background-color: #8d6e63 !important;
}

.brown-text.text-lighten-1 {
  color: #8d6e63 !important;
}

.brown.darken-1 {
  background-color: #6d4c41 !important;
}

.brown-text.text-darken-1 {
  color: #6d4c41 !important;
}

.brown.darken-2 {
  background-color: #5d4037 !important;
}

.brown-text.text-darken-2 {
  color: #5d4037 !important;
}

.brown.darken-3 {
  background-color: #4e342e !important;
}

.brown-text.text-darken-3 {
  color: #4e342e !important;
}

.brown.darken-4 {
  background-color: #3e2723 !important;
}

.brown-text.text-darken-4 {
  color: #3e2723 !important;
}

.blue-grey {
  background-color: #607d8b !important;
}

.blue-grey-text {
  color: #607d8b !important;
}

.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}

.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}

.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}

.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}

.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}

.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}

.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}

.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}

.blue-grey.lighten-1 {
  background-color: #78909c !important;
}

.blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}

.blue-grey.darken-1 {
  background-color: #546e7a !important;
}

.blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}

.blue-grey.darken-2 {
  background-color: #455a64 !important;
}

.blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}

.blue-grey.darken-3 {
  background-color: #37474f !important;
}

.blue-grey-text.text-darken-3 {
  color: #37474f !important;
}

.blue-grey.darken-4 {
  background-color: #263238 !important;
}

.blue-grey-text.text-darken-4 {
  color: #263238 !important;
}

.grey {
  background-color: #9e9e9e !important;
}

.grey-text {
  color: #9e9e9e !important;
}

.grey.lighten-5 {
  background-color: #fafafa !important;
}

.grey-text.text-lighten-5 {
  color: #fafafa !important;
}

.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}

.grey-text.text-lighten-4 {
  color: #f5f5f5 !important;
}

.grey.lighten-3 {
  background-color: #eeeeee !important;
}

.grey-text.text-lighten-3 {
  color: #eeeeee !important;
}

.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}

.grey-text.text-lighten-2 {
  color: #e0e0e0 !important;
}

.grey.lighten-1 {
  background-color: #bdbdbd !important;
}

.grey-text.text-lighten-1 {
  color: #bdbdbd !important;
}

.grey.darken-1 {
  background-color: #757575 !important;
}

.grey-text.text-darken-1 {
  color: #757575 !important;
}

.grey.darken-2 {
  background-color: #616161 !important;
}

.grey-text.text-darken-2 {
  color: #616161 !important;
}

.grey.darken-3 {
  background-color: #424242 !important;
}

.grey-text.text-darken-3 {
  color: #424242 !important;
}

.grey.darken-4 {
  background-color: #212121 !important;
}

.grey-text.text-darken-4 {
  color: #212121 !important;
}

.black {
  background-color: #000000 !important;
}

.black-text {
  color: #000000 !important;
}

.white {
  background-color: #FFFFFF !important;
}

.white-text {
  color: #FFFFFF !important;
}

.transparent {
  background-color: transparent !important;
}

.transparent-text {
  color: transparent !important;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

ul:not(.browser-default) > li {
  list-style-type: none;
}

a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.valign-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.clearfix {
  clear: both;
}

.z-depth-0 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* 2dp elevation modified*/
.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-small, .btn-floating, .dropdown-content, .collapsible, .sidenav {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-small:hover, .btn-floating:hover {
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

/* 6dp elevation modified*/
.z-depth-2 {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

/* 12dp elevation modified*/
.z-depth-3 {
  -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

/* 16dp elevation */
.z-depth-4 {
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

/* 24dp elevation */
.z-depth-5, .modal {
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

.hoverable {
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
}

.hoverable:hover {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73;
}

i {
  line-height: inherit;
}

i.left {
  float: left;
  margin-right: 15px;
}

i.right {
  float: right;
  margin-left: 15px;
}

i.tiny {
  font-size: 1rem;
}

i.small {
  font-size: 2rem;
}

i.medium {
  font-size: 4rem;
}

i.large {
  font-size: 6rem;
}

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}

.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}

.pagination li.active a {
  color: #fff;
}

.pagination li.active {
  background-color: #ee6e73;
}

.pagination li.disabled a {
  cursor: default;
  color: #999;
}

.pagination li i {
  font-size: 2rem;
}

.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width: 992px) {
  .pagination {
    width: 100%;
  }
  .pagination li.prev,
  .pagination li.next {
    width: 10%;
  }
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}

.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumb i,
.breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"],
.breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}

.breadcrumb:before {
  content: '\E5CC';
  color: rgba(255, 255, 255, 0.7);
  vertical-align: top;
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}

.breadcrumb:first-child:before {
  display: none;
}

.breadcrumb:last-child {
  color: #fff;
}

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pin-top, .pin-bottom {
  position: relative;
}

.pinned {
  position: fixed !important;
}

/*********************
  Transition Classes
**********************/
ul.staggered-list li {
  opacity: 0;
}

.fade-in {
  opacity: 0;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1201px) {
  .hide-on-extra-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1201px) {
  .show-on-extra-large {
    display: block !important;
  }
}

@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center;
  }
}

.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #ee6e73;
}

.page-footer .footer-copyright {
  overflow: hidden;
  min-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}

table, th, td {
  border: none;
}

table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

table.striped tr {
  border-bottom: none;
}

table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}

table.striped > tbody > tr > td {
  border-radius: 0;
}

table.highlight > tbody > tr {
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
}

table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}

table.centered thead tr th, table.centered tbody tr td {
  text-align: center;
}

tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

@media only screen and (max-width: 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  table.responsive-table td:empty:before {
    content: '\00a0';
  }
  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  table.responsive-table th {
    text-align: left;
  }
  table.responsive-table thead {
    display: block;
    float: left;
  }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}

.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}

.collection .collection-item.avatar:not(.circle-clipper) > .circle,
.collection .collection-item.avatar :not(.circle-clipper) > .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}

.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}

.collection .collection-item.avatar .title {
  font-size: 16px;
}

.collection .collection-item.avatar p {
  margin: 0;
}

.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}

.collection .collection-item:last-child {
  border-bottom: none;
}

.collection .collection-item.active {
  background-color: #26a69a;
  color: #eafaf9;
}

.collection .collection-item.active .secondary-content {
  color: #fff;
}

.collection a.collection-item {
  display: block;
  -webkit-transition: .25s;
  transition: .25s;
  color: #26a69a;
}

.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}

.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}

.collection.with-header .collection-item {
  padding-left: 30px;
}

.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

.secondary-content {
  float: right;
  color: #26a69a;
}

.collapsible .collection {
  margin: 0;
  border: none;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}

.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  -webkit-transition: width .3s linear;
  transition: width .3s linear;
}

.progress .indeterminate {
  background-color: #26a69a;
}

.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
          animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
          animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

/*******************
  Utility Classes
*******************/
.hide {
  display: none !important;
}

.left-align {
  text-align: left;
}

.right-align {
  text-align: right;
}

.center, .center-align {
  text-align: center;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.no-select, input[type=range],
input[type=range] + .thumb {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.circle {
  border-radius: 50%;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no-padding {
  padding: 0 !important;
}

span.badge {
  min-width: 3rem;
  padding: 0 6px;
  margin-left: 14px;
  text-align: center;
  font-size: 1rem;
  line-height: 22px;
  height: 22px;
  color: #757575;
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

span.badge.new {
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  background-color: #26a69a;
  border-radius: 2px;
}

span.badge.new:after {
  content: " new";
}

span.badge[data-badge-caption]::after {
  content: " " attr(data-badge-caption);
}

nav ul a span.badge {
  display: inline-block;
  float: none;
  margin-left: 4px;
  line-height: 22px;
  height: 22px;
  -webkit-font-smoothing: auto;
}

.collection-item span.badge {
  margin-top: calc(0.75rem - 11px);
}

.collapsible span.badge {
  margin-left: auto;
}

.sidenav span.badge {
  margin-top: calc(24px - 11px);
}

table span.badge {
  display: inline-block;
  float: none;
  margin-left: auto;
}

/* This is needed for some mobile phones to display the Google Icon font properly */
.material-icons {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'liga';
     -moz-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

@media only screen and (min-width: 601px) {
  .container {
    width: 85%;
  }
}

@media only screen and (min-width: 993px) {
  .container {
    width: 70%;
  }
}

.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section.no-pad {
  padding: 0;
}

.section.no-pad-bot {
  padding-bottom: 0;
}

.section.no-pad-top {
  padding-top: 0;
}

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row .col {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}

.row .col[class*="push-"], .row .col[class*="pull-"] {
  position: relative;
}

.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}

.row .col.pull-s1 {
  right: 8.3333333333%;
}

.row .col.push-s1 {
  left: 8.3333333333%;
}

.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}

.row .col.pull-s2 {
  right: 16.6666666667%;
}

.row .col.push-s2 {
  left: 16.6666666667%;
}

.row .col.offset-s3 {
  margin-left: 25%;
}

.row .col.pull-s3 {
  right: 25%;
}

.row .col.push-s3 {
  left: 25%;
}

.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}

.row .col.pull-s4 {
  right: 33.3333333333%;
}

.row .col.push-s4 {
  left: 33.3333333333%;
}

.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}

.row .col.pull-s5 {
  right: 41.6666666667%;
}

.row .col.push-s5 {
  left: 41.6666666667%;
}

.row .col.offset-s6 {
  margin-left: 50%;
}

.row .col.pull-s6 {
  right: 50%;
}

.row .col.push-s6 {
  left: 50%;
}

.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}

.row .col.pull-s7 {
  right: 58.3333333333%;
}

.row .col.push-s7 {
  left: 58.3333333333%;
}

.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}

.row .col.pull-s8 {
  right: 66.6666666667%;
}

.row .col.push-s8 {
  left: 66.6666666667%;
}

.row .col.offset-s9 {
  margin-left: 75%;
}

.row .col.pull-s9 {
  right: 75%;
}

.row .col.push-s9 {
  left: 75%;
}

.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}

.row .col.pull-s10 {
  right: 83.3333333333%;
}

.row .col.push-s10 {
  left: 83.3333333333%;
}

.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}

.row .col.pull-s11 {
  right: 91.6666666667%;
}

.row .col.push-s11 {
  left: 91.6666666667%;
}

.row .col.offset-s12 {
  margin-left: 100%;
}

.row .col.pull-s12 {
  right: 100%;
}

.row .col.push-s12 {
  left: 100%;
}

@media only screen and (min-width: 601px) {
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  .row .col.push-m2 {
    left: 16.6666666667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  .row .col.push-m4 {
    left: 33.3333333333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  .row .col.push-m5 {
    left: 41.6666666667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  .row .col.push-m7 {
    left: 58.3333333333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  .row .col.push-m8 {
    left: 66.6666666667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  .row .col.push-m10 {
    left: 83.3333333333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  .row .col.push-m11 {
    left: 91.6666666667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}

@media only screen and (min-width: 993px) {
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  .row .col.push-l1 {
    left: 8.3333333333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  .row .col.push-l2 {
    left: 16.6666666667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  .row .col.push-l4 {
    left: 33.3333333333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  .row .col.push-l5 {
    left: 41.6666666667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  .row .col.push-l7 {
    left: 58.3333333333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  .row .col.push-l8 {
    left: 66.6666666667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  .row .col.push-l10 {
    left: 83.3333333333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  .row .col.push-l11 {
    left: 91.6666666667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}

@media only screen and (min-width: 1201px) {
  .row .col.xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-xl1 {
    right: 8.3333333333%;
  }
  .row .col.push-xl1 {
    left: 8.3333333333%;
  }
  .row .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-xl2 {
    right: 16.6666666667%;
  }
  .row .col.push-xl2 {
    left: 16.6666666667%;
  }
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  .row .col.pull-xl3 {
    right: 25%;
  }
  .row .col.push-xl3 {
    left: 25%;
  }
  .row .col.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-xl4 {
    right: 33.3333333333%;
  }
  .row .col.push-xl4 {
    left: 33.3333333333%;
  }
  .row .col.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-xl5 {
    right: 41.6666666667%;
  }
  .row .col.push-xl5 {
    left: 41.6666666667%;
  }
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  .row .col.pull-xl6 {
    right: 50%;
  }
  .row .col.push-xl6 {
    left: 50%;
  }
  .row .col.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-xl7 {
    right: 58.3333333333%;
  }
  .row .col.push-xl7 {
    left: 58.3333333333%;
  }
  .row .col.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-xl8 {
    right: 66.6666666667%;
  }
  .row .col.push-xl8 {
    left: 66.6666666667%;
  }
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  .row .col.pull-xl9 {
    right: 75%;
  }
  .row .col.push-xl9 {
    left: 75%;
  }
  .row .col.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-xl10 {
    right: 83.3333333333%;
  }
  .row .col.push-xl10 {
    left: 83.3333333333%;
  }
  .row .col.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-xl11 {
    right: 91.6666666667%;
  }
  .row .col.push-xl11 {
    left: 91.6666666667%;
  }
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  .row .col.pull-xl12 {
    right: 100%;
  }
  .row .col.push-xl12 {
    left: 100%;
  }
}

nav {
  color: #fff;
  background-color: #ee6e73;
  width: 100%;
  height: 56px;
  line-height: 56px;
}

nav.nav-extended {
  height: auto;
}

nav.nav-extended .nav-wrapper {
  min-height: 56px;
  height: auto;
}

nav.nav-extended .nav-content {
  position: relative;
  line-height: normal;
}

nav a {
  color: #fff;
}

nav i,
nav [class^="mdi-"], nav [class*="mdi-"],
nav i.material-icons {
  display: block;
  font-size: 24px;
  height: 56px;
  line-height: 56px;
}

nav .nav-wrapper {
  position: relative;
  height: 100%;
}

@media only screen and (min-width: 993px) {
  nav a.sidenav-trigger {
    display: none;
  }
}

nav .sidenav-trigger {
  float: left;
  position: relative;
  z-index: 1;
  height: 56px;
  margin: 0 18px;
}

nav .sidenav-trigger i {
  height: 56px;
  line-height: 56px;
}

nav .brand-logo {
  position: absolute;
  color: #fff;
  display: inline-block;
  font-size: 2.1rem;
  padding: 0;
}

nav .brand-logo.center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 992px) {
  nav .brand-logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  nav .brand-logo.left, nav .brand-logo.right {
    padding: 0;
    -webkit-transform: none;
            transform: none;
  }
  nav .brand-logo.left {
    left: 0.5rem;
  }
  nav .brand-logo.right {
    right: 0.5rem;
    left: auto;
  }
}

nav .brand-logo.right {
  right: 0.5rem;
  padding: 0;
}

nav .brand-logo i,
nav .brand-logo [class^="mdi-"], nav .brand-logo [class*="mdi-"],
nav .brand-logo i.material-icons {
  float: left;
  margin-right: 15px;
}

nav .nav-title {
  display: inline-block;
  font-size: 32px;
  padding: 28px 0;
}

nav ul {
  margin: 0;
}

nav ul li {
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  float: left;
  padding: 0;
}

nav ul li.active {
  background-color: rgba(0, 0, 0, 0.1);
}

nav ul a {
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  font-size: 1rem;
  color: #fff;
  display: block;
  padding: 0 15px;
  cursor: pointer;
}

nav ul a.btn, nav ul a.btn-large, nav ul a.btn-small, nav ul a.btn-large, nav ul a.btn-flat, nav ul a.btn-floating {
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 15px;
}

nav ul a.btn > .material-icons, nav ul a.btn-large > .material-icons, nav ul a.btn-small > .material-icons, nav ul a.btn-large > .material-icons, nav ul a.btn-flat > .material-icons, nav ul a.btn-floating > .material-icons {
  height: inherit;
  line-height: inherit;
}

nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

nav ul.left {
  float: left;
}

nav form {
  height: 100%;
}

nav .input-field {
  margin: 0;
  height: 100%;
}

nav .input-field input {
  height: 100%;
  font-size: 1.2rem;
  border: none;
  padding-left: 2rem;
}

nav .input-field input:focus, nav .input-field input[type=text]:valid, nav .input-field input[type=password]:valid, nav .input-field input[type=email]:valid, nav .input-field input[type=url]:valid, nav .input-field input[type=date]:valid {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

nav .input-field label {
  top: 0;
  left: 0;
}

nav .input-field label i {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: color .3s;
  transition: color .3s;
}

nav .input-field label.active i {
  color: #fff;
}

.navbar-fixed {
  position: relative;
  height: 56px;
  z-index: 997;
}

.navbar-fixed nav {
  position: fixed;
}

@media only screen and (min-width: 601px) {
  nav.nav-extended .nav-wrapper {
    min-height: 64px;
  }
  nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
    height: 64px;
    line-height: 64px;
  }
  .navbar-fixed {
    height: 64px;
  }
}

a {
  text-decoration: none;
}

html {
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

@media only screen and (min-width: 0) {
  html {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  html {
    font-size: 14.5px;
  }
}

@media only screen and (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.3;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0;
}

h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 2.3733333333rem 0 1.424rem 0;
}

h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.9466666667rem 0 1.168rem 0;
}

h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0;
}

h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.0933333333rem 0 0.656rem 0;
}

h6 {
  font-size: 1.15rem;
  line-height: 110%;
  margin: 0.7666666667rem 0 0.46rem 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: 500;
}

small {
  font-size: 75%;
}

.light {
  font-weight: 300;
}

.thin {
  font-weight: 200;
}

@media only screen and (min-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 390px) {
  .flow-text {
    font-size: 1.224rem;
  }
}

@media only screen and (min-width: 420px) {
  .flow-text {
    font-size: 1.248rem;
  }
}

@media only screen and (min-width: 450px) {
  .flow-text {
    font-size: 1.272rem;
  }
}

@media only screen and (min-width: 480px) {
  .flow-text {
    font-size: 1.296rem;
  }
}

@media only screen and (min-width: 510px) {
  .flow-text {
    font-size: 1.32rem;
  }
}

@media only screen and (min-width: 540px) {
  .flow-text {
    font-size: 1.344rem;
  }
}

@media only screen and (min-width: 570px) {
  .flow-text {
    font-size: 1.368rem;
  }
}

@media only screen and (min-width: 600px) {
  .flow-text {
    font-size: 1.392rem;
  }
}

@media only screen and (min-width: 630px) {
  .flow-text {
    font-size: 1.416rem;
  }
}

@media only screen and (min-width: 660px) {
  .flow-text {
    font-size: 1.44rem;
  }
}

@media only screen and (min-width: 690px) {
  .flow-text {
    font-size: 1.464rem;
  }
}

@media only screen and (min-width: 720px) {
  .flow-text {
    font-size: 1.488rem;
  }
}

@media only screen and (min-width: 750px) {
  .flow-text {
    font-size: 1.512rem;
  }
}

@media only screen and (min-width: 780px) {
  .flow-text {
    font-size: 1.536rem;
  }
}

@media only screen and (min-width: 810px) {
  .flow-text {
    font-size: 1.56rem;
  }
}

@media only screen and (min-width: 840px) {
  .flow-text {
    font-size: 1.584rem;
  }
}

@media only screen and (min-width: 870px) {
  .flow-text {
    font-size: 1.608rem;
  }
}

@media only screen and (min-width: 900px) {
  .flow-text {
    font-size: 1.632rem;
  }
}

@media only screen and (min-width: 930px) {
  .flow-text {
    font-size: 1.656rem;
  }
}

@media only screen and (min-width: 960px) {
  .flow-text {
    font-size: 1.68rem;
  }
}

@media only screen and (max-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}

.scale-transition {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63), -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
}

.scale-transition.scale-out {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform .2s !important;
  transition: -webkit-transform .2s !important;
  transition: transform .2s !important;
  transition: transform .2s, -webkit-transform .2s !important;
}

.scale-transition.scale-in {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.card-panel {
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  padding: 24px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff;
}

.card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  border-radius: 2px;
}

.card .card-title {
  font-size: 24px;
  font-weight: 300;
}

.card .card-title.activator {
  cursor: pointer;
}

.card.small, .card.medium, .card.large {
  position: relative;
}

.card.small .card-image, .card.medium .card-image, .card.large .card-image {
  max-height: 60%;
  overflow: hidden;
}

.card.small .card-image + .card-content, .card.medium .card-image + .card-content, .card.large .card-image + .card-content {
  max-height: 40%;
}

.card.small .card-content, .card.medium .card-content, .card.large .card-content {
  max-height: 100%;
  overflow: hidden;
}

.card.small .card-action, .card.medium .card-action, .card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.card.small {
  height: 300px;
}

.card.medium {
  height: 400px;
}

.card.large {
  height: 500px;
}

.card.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {
  height: 100%;
  max-height: none;
  overflow: visible;
}

.card.horizontal.small .card-image img, .card.horizontal.medium .card-image img, .card.horizontal.large .card-image img {
  height: 100%;
}

.card.horizontal .card-image {
  max-width: 50%;
}

.card.horizontal .card-image img {
  border-radius: 2px 0 0 2px;
  max-width: 100%;
  width: auto;
}

.card.horizontal .card-stacked {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.card.horizontal .card-stacked .card-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.card.sticky-action .card-action {
  z-index: 2;
}

.card.sticky-action .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}

.card .card-image {
  position: relative;
}

.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 24px;
}

.card .card-content {
  padding: 24px;
  border-radius: 0 0 2px 2px;
}

.card .card-content p {
  margin: 0;
}

.card .card-content .card-title {
  display: block;
  line-height: 32px;
  margin-bottom: 8px;
}

.card .card-content .card-title i {
  line-height: 32px;
}

.card .card-action {
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  position: relative;
  padding: 16px 24px;
}

.card .card-action:last-child {
  border-radius: 0 0 2px 2px;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
  color: #ffab40;
  margin-right: 24px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  text-transform: uppercase;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating):hover {
  color: #ffd8a6;
}

.card .card-reveal {
  padding: 24px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  left: 0;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}

.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}

#toast-container {
  display: block;
  position: fixed;
  z-index: 10000;
}

@media only screen and (max-width: 600px) {
  #toast-container {
    min-width: 100%;
    bottom: 0%;
  }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  #toast-container {
    left: 5%;
    bottom: 7%;
    max-width: 90%;
  }
}

@media only screen and (min-width: 993px) {
  #toast-container {
    top: 10%;
    right: 7%;
    max-width: 86%;
  }
}

.toast {
  border-radius: 2px;
  top: 35px;
  width: auto;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  background-color: #323232;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: default;
}

.toast .toast-action {
  color: #eeff41;
  font-weight: 500;
  margin-right: -25px;
  margin-left: 3rem;
}

.toast.rounded {
  border-radius: 24px;
}

@media only screen and (max-width: 600px) {
  .toast {
    width: 100%;
    border-radius: 0;
  }
}

.tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap;
}

.tabs.tabs-transparent {
  background-color: transparent;
}

.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent .tab.disabled a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.tabs.tabs-transparent .tab a:hover,
.tabs.tabs-transparent .tab a.active {
  color: #fff;
}

.tabs.tabs-transparent .indicator {
  background-color: #fff;
}

.tabs.tabs-fixed-width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tabs.tabs-fixed-width .tab {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.tabs .tab {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

.tabs .tab a {
  color: rgba(238, 110, 115, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: color .28s ease, background-color .28s ease;
  transition: color .28s ease, background-color .28s ease;
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
  background-color: rgba(246, 178, 181, 0.2);
  outline: none;
}

.tabs .tab a:hover, .tabs .tab a.active {
  background-color: transparent;
  color: #ee6e73;
}

.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
  color: rgba(238, 110, 115, 0.4);
  cursor: default;
}

.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #f6b2b5;
  will-change: left, right;
}

@media only screen and (max-width: 992px) {
  .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tabs .tab {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .tabs .tab a {
    padding: 0 12px;
  }
}

.material-tooltip {
  padding: 10px 8px;
  font-size: 1rem;
  z-index: 2000;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  position: absolute;
  text-align: center;
  max-width: calc(100% - 4px);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
  visibility: hidden;
  background-color: #323232;
}

.backdrop {
  position: absolute;
  opacity: 0;
  height: 7px;
  width: 14px;
  border-radius: 0 0 50% 50%;
  background-color: #323232;
  z-index: -1;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  visibility: hidden;
}

.btn, .btn-large, .btn-small,
.btn-flat {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

.btn.disabled, .disabled.btn-large, .disabled.btn-small,
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.btn[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled] {
  pointer-events: none;
  background-color: #DFDFDF !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}

.btn.disabled:hover, .disabled.btn-large:hover, .disabled.btn-small:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-small.disabled:hover,
.btn-flat.disabled:hover,
.btn:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-flat:disabled:hover,
.btn[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-flat[disabled]:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}

.btn, .btn-large, .btn-small,
.btn-floating,
.btn-large,
.btn-small,
.btn-flat {
  font-size: 14px;
  outline: 0;
}

.btn i, .btn-large i, .btn-small i,
.btn-floating i,
.btn-large i,
.btn-small i,
.btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}

.btn:focus, .btn-large:focus, .btn-small:focus,
.btn-floating:focus {
  background-color: #1d7d74;
}

.btn, .btn-large, .btn-small {
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: .5px;
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  cursor: pointer;
}

.btn:hover, .btn-large:hover, .btn-small:hover {
  background-color: #2bbbad;
}

.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #26a69a;
  border-radius: 50%;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  cursor: pointer;
  vertical-align: middle;
}

.btn-floating:hover {
  background-color: #26a69a;
}

.btn-floating:before {
  border-radius: 0;
}

.btn-floating.btn-large {
  width: 56px;
  height: 56px;
  padding: 0;
}

.btn-floating.btn-large.halfway-fab {
  bottom: -28px;
}

.btn-floating.btn-large i {
  line-height: 56px;
}

.btn-floating.btn-small {
  width: 32.4px;
  height: 32.4px;
}

.btn-floating.btn-small.halfway-fab {
  bottom: -16.2px;
}

.btn-floating.btn-small i {
  line-height: 32.4px;
}

.btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px;
}

.btn-floating.halfway-fab.left {
  right: auto;
  left: 24px;
}

.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
}

button.btn-floating {
  border: none;
}

.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}

.fixed-action-btn.active ul {
  visibility: visible;
}

.fixed-action-btn.direction-left, .fixed-action-btn.direction-right {
  padding: 0 0 0 15px;
}

.fixed-action-btn.direction-left ul, .fixed-action-btn.direction-right ul {
  text-align: right;
  right: 64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  left: auto;
  /*width 100% only goes to width of button container */
  width: 500px;
}

.fixed-action-btn.direction-left ul li, .fixed-action-btn.direction-right ul li {
  display: inline-block;
  margin: 7.5px 15px 0 0;
}

.fixed-action-btn.direction-right {
  padding: 0 15px 0 0;
}

.fixed-action-btn.direction-right ul {
  text-align: left;
  direction: rtl;
  left: 64px;
  right: auto;
}

.fixed-action-btn.direction-right ul li {
  margin: 7.5px 0 0 15px;
}

.fixed-action-btn.direction-bottom {
  padding: 0 0 15px 0;
}

.fixed-action-btn.direction-bottom ul {
  top: 64px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.fixed-action-btn.direction-bottom ul li {
  margin: 15px 0 0 0;
}

.fixed-action-btn.toolbar {
  padding: 0;
  height: 56px;
}

.fixed-action-btn.toolbar.active > a i {
  opacity: 0;
}

.fixed-action-btn.toolbar ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.fixed-action-btn.toolbar ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  -webkit-transition: none;
  transition: none;
}

.fixed-action-btn.toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  line-height: 56px;
  z-index: 1;
}

.fixed-action-btn.toolbar ul li a i {
  line-height: inherit;
}

.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}

.fixed-action-btn ul li {
  margin-bottom: 15px;
}

.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}

.fixed-action-btn .fab-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #26a69a;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.btn-flat {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

.btn-flat:focus, .btn-flat:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-flat:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

.btn-flat.disabled, .btn-flat.btn-flat[disabled] {
  background-color: transparent !important;
  color: #b3b2b2 !important;
  cursor: default;
}

.btn-large {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 28px;
}

.btn-large i {
  font-size: 1.6rem;
}

.btn-small {
  height: 32.4px;
  line-height: 32.4px;
  font-size: 13px;
}

.btn-small i {
  font-size: 1.2rem;
}

.btn-block {
  display: block;
}

.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.dropdown-content:focus {
  outline: 0;
}

.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
}

.dropdown-content li:hover, .dropdown-content li.active {
  background-color: #eee;
}

.dropdown-content li:focus {
  outline: none;
}

.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}

.dropdown-content li > a, .dropdown-content li > span {
  font-size: 16px;
  color: #26a69a;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

.dropdown-content li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}

.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}

body.keyboard-focused .dropdown-content li:focus {
  background-color: #dadada;
}

.input-field.col .dropdown-content [type="checkbox"] + label {
  top: 1px;
  left: 0;
  height: 18px;
  -webkit-transform: none;
          transform: none;
}

.dropdown-trigger {
  cursor: pointer;
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}

.waves-effect img {
  position: relative;
  z-index: -1;
}

.waves-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.waves-circle {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
  z-index: -1;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}

.modal:focus {
  outline: none;
}

@media only screen and (max-width: 992px) {
  .modal {
    width: 80%;
  }
}

.modal h1, .modal h2, .modal h3, .modal h4 {
  margin-top: 0;
}

.modal .modal-content {
  padding: 24px;
}

.modal .modal-close {
  cursor: pointer;
}

.modal .modal-footer {
  border-top: 1px solid #ccc;  
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
  text-align: right;
}

.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-small, .modal .modal-footer .btn-flat {
  margin: 6px 0;
}

.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}

.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}

.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}

.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}

.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}

.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
}

.collapsible-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.collapsible-header:focus {
  outline: 0;
}

.collapsible-header i:not(.icon) {
  width: 2rem;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
}

.collapsible-header i.icon {
  line-height:1.6rem;
}

.keyboard-focused .collapsible-header:focus {
  background-color: #eee;
}

.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem;
}

.sidenav .collapsible,
.sidenav.fixed .collapsible {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sidenav .collapsible li,
.sidenav.fixed .collapsible li {
  padding: 0;
}

.sidenav .collapsible-header,
.sidenav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px;
}

.sidenav .collapsible-header:hover,
.sidenav.fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.sidenav .collapsible-header i,
.sidenav.fixed .collapsible-header i {
  line-height: inherit;
}

.sidenav .collapsible-body,
.sidenav.fixed .collapsible-body {
  border: 0;
  background-color: #fff;
}

.sidenav .collapsible-body li a,
.sidenav.fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px;
}

.collapsible.popout {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.collapsible.popout > li {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
  -webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.collapsible.popout > li.active {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
}

.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px;
}

.chip:focus {
  outline: none;
  background-color: #26a69a;
  color: #fff;
}

.chip > img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

.chip .close {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}

.chips {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 0 8px 0;
  min-height: 45px;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.chips.focus {
  border-bottom: 1px solid #26a69a;
  -webkit-box-shadow: 0 1px 0 0 #26a69a;
          box-shadow: 0 1px 0 0 #26a69a;
}

.chips:hover {
  cursor: text;
}

.chips .input {
  background: none;
  border: 0;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  font-size: 16px;
  height: 3rem;
  line-height: 32px;
  outline: 0;
  margin: 0;
  padding: 0 !important;
  width: 120px !important;
}

.chips .input:focus {
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.chips .autocomplete-content {
  margin-top: 0;
  margin-bottom: 0;
}

.prefix ~ .chips {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.chips:empty ~ label {
  font-size: 0.8rem;
  -webkit-transform: translateY(-140%);
          transform: translateY(-140%);
}

.materialboxed {
  display: block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  position: relative;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  -webkit-backface-visibility: hidden;
}

.materialboxed:hover:not(.active) {
  opacity: .8;
}

.materialboxed.active {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

#materialbox-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #292929;
  z-index: 1000;
  will-change: opacity;
}

.materialbox-caption {
  position: fixed;
  display: none;
  color: #fff;
  line-height: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0% 15%;
  height: 50px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased;
}

select:focus {
  outline: 1px solid #c9f3ef;
}

button:focus {
  outline: none;
  background-color: #2ab7a9;
}

label {
  font-size: 0.8rem;
  color: #9e9e9e;
}

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::-webkit-input-placeholder {
  color: #d1d1d1;
}
::-moz-placeholder {
  color: #d1d1d1;
}
:-ms-input-placeholder {
  color: #d1d1d1;
}
::-ms-input-placeholder {
  color: #d1d1d1;
}
::placeholder {
  color: #d1d1d1;
}

/* Text inputs */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: border .3s, -webkit-box-shadow .3s;
  transition: border .3s, -webkit-box-shadow .3s;
  transition: box-shadow .3s, border .3s;
  transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}

input:not([type]):disabled, input:not([type])[readonly="readonly"],
input[type=text]:not(.browser-default):disabled,
input[type=text]:not(.browser-default)[readonly="readonly"],
input[type=password]:not(.browser-default):disabled,
input[type=password]:not(.browser-default)[readonly="readonly"],
input[type=email]:not(.browser-default):disabled,
input[type=email]:not(.browser-default)[readonly="readonly"],
input[type=url]:not(.browser-default):disabled,
input[type=url]:not(.browser-default)[readonly="readonly"],
input[type=time]:not(.browser-default):disabled,
input[type=time]:not(.browser-default)[readonly="readonly"],
input[type=date]:not(.browser-default):disabled,
input[type=date]:not(.browser-default)[readonly="readonly"],
input[type=datetime]:not(.browser-default):disabled,
input[type=datetime]:not(.browser-default)[readonly="readonly"],
input[type=datetime-local]:not(.browser-default):disabled,
input[type=datetime-local]:not(.browser-default)[readonly="readonly"],
input[type=tel]:not(.browser-default):disabled,
input[type=tel]:not(.browser-default)[readonly="readonly"],
input[type=number]:not(.browser-default):disabled,
input[type=number]:not(.browser-default)[readonly="readonly"],
input[type=search]:not(.browser-default):disabled,
input[type=search]:not(.browser-default)[readonly="readonly"],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
  color: rgba(0, 0, 0, 0.42);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}

input:not([type]):disabled + label,
input:not([type])[readonly="readonly"] + label,
input[type=text]:not(.browser-default):disabled + label,
input[type=text]:not(.browser-default)[readonly="readonly"] + label,
input[type=password]:not(.browser-default):disabled + label,
input[type=password]:not(.browser-default)[readonly="readonly"] + label,
input[type=email]:not(.browser-default):disabled + label,
input[type=email]:not(.browser-default)[readonly="readonly"] + label,
input[type=url]:not(.browser-default):disabled + label,
input[type=url]:not(.browser-default)[readonly="readonly"] + label,
input[type=time]:not(.browser-default):disabled + label,
input[type=time]:not(.browser-default)[readonly="readonly"] + label,
input[type=date]:not(.browser-default):disabled + label,
input[type=date]:not(.browser-default)[readonly="readonly"] + label,
input[type=datetime]:not(.browser-default):disabled + label,
input[type=datetime]:not(.browser-default)[readonly="readonly"] + label,
input[type=datetime-local]:not(.browser-default):disabled + label,
input[type=datetime-local]:not(.browser-default)[readonly="readonly"] + label,
input[type=tel]:not(.browser-default):disabled + label,
input[type=tel]:not(.browser-default)[readonly="readonly"] + label,
input[type=number]:not(.browser-default):disabled + label,
input[type=number]:not(.browser-default)[readonly="readonly"] + label,
input[type=search]:not(.browser-default):disabled + label,
input[type=search]:not(.browser-default)[readonly="readonly"] + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly="readonly"] + label {
  color: rgba(0, 0, 0, 0.42);
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #26a69a;
  -webkit-box-shadow: 0 1px 0 0 #26a69a;
          box-shadow: 0 1px 0 0 #26a69a;
}

input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #26a69a;
}

input:not([type]):focus.valid ~ label,
input[type=text]:not(.browser-default):focus.valid ~ label,
input[type=password]:not(.browser-default):focus.valid ~ label,
input[type=email]:not(.browser-default):focus.valid ~ label,
input[type=url]:not(.browser-default):focus.valid ~ label,
input[type=time]:not(.browser-default):focus.valid ~ label,
input[type=date]:not(.browser-default):focus.valid ~ label,
input[type=datetime]:not(.browser-default):focus.valid ~ label,
input[type=datetime-local]:not(.browser-default):focus.valid ~ label,
input[type=tel]:not(.browser-default):focus.valid ~ label,
input[type=number]:not(.browser-default):focus.valid ~ label,
input[type=search]:not(.browser-default):focus.valid ~ label,
textarea.materialize-textarea:focus.valid ~ label {
  color: #4CAF50;
}

input:not([type]):focus.invalid ~ label,
input[type=text]:not(.browser-default):focus.invalid ~ label,
input[type=password]:not(.browser-default):focus.invalid ~ label,
input[type=email]:not(.browser-default):focus.invalid ~ label,
input[type=url]:not(.browser-default):focus.invalid ~ label,
input[type=time]:not(.browser-default):focus.invalid ~ label,
input[type=date]:not(.browser-default):focus.invalid ~ label,
input[type=datetime]:not(.browser-default):focus.invalid ~ label,
input[type=datetime-local]:not(.browser-default):focus.invalid ~ label,
input[type=tel]:not(.browser-default):focus.invalid ~ label,
input[type=number]:not(.browser-default):focus.invalid ~ label,
input[type=search]:not(.browser-default):focus.invalid ~ label,
textarea.materialize-textarea:focus.invalid ~ label {
  color: #F44336;
}

input:not([type]).validate + label,
input[type=text]:not(.browser-default).validate + label,
input[type=password]:not(.browser-default).validate + label,
input[type=email]:not(.browser-default).validate + label,
input[type=url]:not(.browser-default).validate + label,
input[type=time]:not(.browser-default).validate + label,
input[type=date]:not(.browser-default).validate + label,
input[type=datetime]:not(.browser-default).validate + label,
input[type=datetime-local]:not(.browser-default).validate + label,
input[type=tel]:not(.browser-default).validate + label,
input[type=number]:not(.browser-default).validate + label,
input[type=search]:not(.browser-default).validate + label,
textarea.materialize-textarea.validate + label {
  width: 100%;
}

/* Validation Sass Placeholders */
input.valid:not([type]), input.valid:not([type]):focus,
input.valid[type=text]:not(.browser-default),
input.valid[type=text]:not(.browser-default):focus,
input.valid[type=password]:not(.browser-default),
input.valid[type=password]:not(.browser-default):focus,
input.valid[type=email]:not(.browser-default),
input.valid[type=email]:not(.browser-default):focus,
input.valid[type=url]:not(.browser-default),
input.valid[type=url]:not(.browser-default):focus,
input.valid[type=time]:not(.browser-default),
input.valid[type=time]:not(.browser-default):focus,
input.valid[type=date]:not(.browser-default),
input.valid[type=date]:not(.browser-default):focus,
input.valid[type=datetime]:not(.browser-default),
input.valid[type=datetime]:not(.browser-default):focus,
input.valid[type=datetime-local]:not(.browser-default),
input.valid[type=datetime-local]:not(.browser-default):focus,
input.valid[type=tel]:not(.browser-default),
input.valid[type=tel]:not(.browser-default):focus,
input.valid[type=number]:not(.browser-default),
input.valid[type=number]:not(.browser-default):focus,
input.valid[type=search]:not(.browser-default),
input.valid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus, .select-wrapper.valid > input.select-dropdown {
  border-bottom: 1px solid #4CAF50;
  -webkit-box-shadow: 0 1px 0 0 #4CAF50;
          box-shadow: 0 1px 0 0 #4CAF50;
}

input.invalid:not([type]), input.invalid:not([type]):focus,
input.invalid[type=text]:not(.browser-default),
input.invalid[type=text]:not(.browser-default):focus,
input.invalid[type=password]:not(.browser-default),
input.invalid[type=password]:not(.browser-default):focus,
input.invalid[type=email]:not(.browser-default),
input.invalid[type=email]:not(.browser-default):focus,
input.invalid[type=url]:not(.browser-default),
input.invalid[type=url]:not(.browser-default):focus,
input.invalid[type=time]:not(.browser-default),
input.invalid[type=time]:not(.browser-default):focus,
input.invalid[type=date]:not(.browser-default),
input.invalid[type=date]:not(.browser-default):focus,
input.invalid[type=datetime]:not(.browser-default),
input.invalid[type=datetime]:not(.browser-default):focus,
input.invalid[type=datetime-local]:not(.browser-default),
input.invalid[type=datetime-local]:not(.browser-default):focus,
input.invalid[type=tel]:not(.browser-default),
input.invalid[type=tel]:not(.browser-default):focus,
input.invalid[type=number]:not(.browser-default),
input.invalid[type=number]:not(.browser-default):focus,
input.invalid[type=search]:not(.browser-default),
input.invalid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.invalid:focus, .select-wrapper.invalid > input.select-dropdown,
.select-wrapper.invalid > input.select-dropdown:focus {
  border-bottom: 1px solid #F44336;
  -webkit-box-shadow: 0 1px 0 0 #F44336;
          box-shadow: 0 1px 0 0 #F44336;
}

input:not([type]).valid ~ .helper-text[data-success],
input:not([type]):focus.valid ~ .helper-text[data-success],
input:not([type]).invalid ~ .helper-text[data-error],
input:not([type]):focus.invalid ~ .helper-text[data-error],
input[type=text]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=text]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=text]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=text]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=password]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=password]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=password]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=password]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=email]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=email]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=email]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=email]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=url]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=url]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=url]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=url]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=time]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=time]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=time]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=time]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=date]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=date]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=date]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=date]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=datetime]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=datetime]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=datetime]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=datetime-local]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=tel]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=tel]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=tel]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=number]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=number]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=number]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=number]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=search]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=search]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=search]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=search]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
textarea.materialize-textarea.valid ~ .helper-text[data-success],
textarea.materialize-textarea:focus.valid ~ .helper-text[data-success],
textarea.materialize-textarea.invalid ~ .helper-text[data-error],
textarea.materialize-textarea:focus.invalid ~ .helper-text[data-error], .select-wrapper.valid .helper-text[data-success],
.select-wrapper.invalid ~ .helper-text[data-error] {
  color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

input:not([type]).valid ~ .helper-text:after,
input:not([type]):focus.valid ~ .helper-text:after,
input[type=text]:not(.browser-default).valid ~ .helper-text:after,
input[type=text]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=password]:not(.browser-default).valid ~ .helper-text:after,
input[type=password]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=email]:not(.browser-default).valid ~ .helper-text:after,
input[type=email]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=url]:not(.browser-default).valid ~ .helper-text:after,
input[type=url]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=time]:not(.browser-default).valid ~ .helper-text:after,
input[type=time]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=date]:not(.browser-default).valid ~ .helper-text:after,
input[type=date]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=datetime]:not(.browser-default).valid ~ .helper-text:after,
input[type=datetime]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default).valid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=tel]:not(.browser-default).valid ~ .helper-text:after,
input[type=tel]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=number]:not(.browser-default).valid ~ .helper-text:after,
input[type=number]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=search]:not(.browser-default).valid ~ .helper-text:after,
input[type=search]:not(.browser-default):focus.valid ~ .helper-text:after,
textarea.materialize-textarea.valid ~ .helper-text:after,
textarea.materialize-textarea:focus.valid ~ .helper-text:after, .select-wrapper.valid ~ .helper-text:after {
  content: attr(data-success);
  color: #4CAF50;
}

input:not([type]).invalid ~ .helper-text:after,
input:not([type]):focus.invalid ~ .helper-text:after,
input[type=text]:not(.browser-default).invalid ~ .helper-text:after,
input[type=text]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=password]:not(.browser-default).invalid ~ .helper-text:after,
input[type=password]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=email]:not(.browser-default).invalid ~ .helper-text:after,
input[type=email]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=url]:not(.browser-default).invalid ~ .helper-text:after,
input[type=url]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=time]:not(.browser-default).invalid ~ .helper-text:after,
input[type=time]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=date]:not(.browser-default).invalid ~ .helper-text:after,
input[type=date]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=datetime]:not(.browser-default).invalid ~ .helper-text:after,
input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=tel]:not(.browser-default).invalid ~ .helper-text:after,
input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=number]:not(.browser-default).invalid ~ .helper-text:after,
input[type=number]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=search]:not(.browser-default).invalid ~ .helper-text:after,
input[type=search]:not(.browser-default):focus.invalid ~ .helper-text:after,
textarea.materialize-textarea.invalid ~ .helper-text:after,
textarea.materialize-textarea:focus.invalid ~ .helper-text:after, .select-wrapper.invalid ~ .helper-text:after {
  content: attr(data-error);
  color: #F44336;
}

input:not([type]) + label:after,
input[type=text]:not(.browser-default) + label:after,
input[type=password]:not(.browser-default) + label:after,
input[type=email]:not(.browser-default) + label:after,
input[type=url]:not(.browser-default) + label:after,
input[type=time]:not(.browser-default) + label:after,
input[type=date]:not(.browser-default) + label:after,
input[type=datetime]:not(.browser-default) + label:after,
input[type=datetime-local]:not(.browser-default) + label:after,
input[type=tel]:not(.browser-default) + label:after,
input[type=number]:not(.browser-default) + label:after,
input[type=search]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after, .select-wrapper + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: .2s opacity ease-out, .2s color ease-out;
  transition: .2s opacity ease-out, .2s color ease-out;
}

.input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.input-field.inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.input-field.inline input,
.input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}

.input-field.col label {
  left: 0.75rem;
}

.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label {
  width: calc(100% - 3rem - 1.5rem);
}

.input-field > label {
  color: #9e9e9e;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  cursor: text;
  -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
  transition: color .2s ease-out, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, color .2s ease-out;
  transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  text-align: initial;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}

.input-field > label:not(.label-icon).active {
  -webkit-transform: translateY(-14px) scale(0.8);
          transform: translateY(-14px) scale(0.8);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.input-field > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label,
.input-field > input[type=date]:not(.browser-default) + label,
.input-field > input[type=time]:not(.browser-default) + label {
  -webkit-transform: translateY(-14px) scale(0.8);
          transform: translateY(-14px) scale(0.8);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.input-field .helper-text {
  position: relative;
  min-height: 18px;
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}

.input-field .helper-text::after {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  -webkit-transition: color .2s;
  transition: color .2s;
  top: 0.5rem;
}

.input-field .prefix.active {
  color: #26a69a;
}

.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .helper-text,
.input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.input-field .prefix ~ label {
  margin-left: 3rem;
}

@media only screen and (max-width: 992px) {
  .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}

@media only screen and (max-width: 600px) {
  .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}

/* Search Field */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  -webkit-transition: .3s background-color;
  transition: .3s background-color;
}

.nav-wrapper .input-field input[type=search] {
  height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.input-field input[type=search]:focus:not(.browser-default) {
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #444;
}

.input-field input[type=search]:focus:not(.browser-default) + label i,
.input-field input[type=search]:focus:not(.browser-default) ~ .mdi-navigation-close,
.input-field input[type=search]:focus:not(.browser-default) ~ .material-icons {
  color: #444;
}

.input-field input[type=search] + .label-icon {
  -webkit-transform: none;
          transform: none;
  left: 1rem;
}

.input-field input[type=search] ~ .mdi-navigation-close,
.input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  -webkit-transition: .3s color;
  transition: .3s color;
}

/* Textarea */
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}

textarea.materialize-textarea {
  line-height: normal;
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: .8rem 0 .8rem 0;
  /* prevents text jump on Enter keypress */
  resize: none;
  min-height: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hiddendiv {
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
  position: absolute;
  top: 0;
  z-index: -1;
}

/* Autocomplete */
.autocomplete-content li .highlight {
  color: #444;
}

.autocomplete-content li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
}

/* Character Counter */
.character-counter {
  min-height: 18px;
}

/* Radio Buttons
   ========================================================================== */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

[type="radio"]:not(:checked) + span,
[type="radio"]:checked + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-transition: .28s ease;
  transition: .28s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

[type="radio"] + span:before,
[type="radio"] + span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: .28s ease;
  transition: .28s ease;
}

/* Unchecked styles */
[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after,
[type="radio"]:checked + span:before,
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  border-radius: 50%;
}

[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after {
  border: 2px solid #5a5a5a;
}

[type="radio"]:not(:checked) + span:after {
  -webkit-transform: scale(0);
          transform: scale(0);
}

/* Checked styles */
[type="radio"]:checked + span:before {
  border: 2px solid transparent;
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  border: 2px solid #26a69a;
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
  background-color: #26a69a;
}

[type="radio"]:checked + span:after {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

/* Radio With gap */
[type="radio"].with-gap:checked + span:after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

/* Focused styles */
[type="radio"].tabbed:focus + span:before {
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + span:before {
  border: 2px solid rgba(0, 0, 0, 0.42);
}

[type="radio"].with-gap:disabled:checked + span:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

/* Disabled style */
[type="radio"]:disabled:not(:checked) + span:before,
[type="radio"]:disabled:checked + span:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled + span {
  color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled:not(:checked) + span:before {
  border-color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled:checked + span:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #949494;
}

/* Checkboxes
   ========================================================================== */
/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

[type="checkbox"] {
  /* checkbox aspect */
}

[type="checkbox"] + span:not(.lever) {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

[type="checkbox"] + span:not(.lever):before,
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 3px;
  -webkit-transition: .2s;
  transition: .2s;
}

[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  border: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

[type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

[type="checkbox"].tabbed:focus + span:not(.lever):after {
  -webkit-transform: scale(1);
          transform: scale(1);
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"]:checked + span:not(.lever):before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

[type="checkbox"]:checked:disabled + span:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}

/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + span:not(.lever):before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

[type="checkbox"]:indeterminate:disabled + span:not(.lever):before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent;
}

[type="checkbox"].filled-in + span:not(.lever):after {
  border-radius: 2px;
}

[type="checkbox"].filled-in + span:not(.lever):before,
[type="checkbox"].filled-in + span:not(.lever):after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
          transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}

[type="checkbox"].filled-in:checked + span:not(.lever):before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
          transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}

[type="checkbox"].filled-in.tabbed:focus + span:not(.lever):after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"].filled-in.tabbed:checked:focus + span:not(.lever):after {
  border-radius: 2px;
  background-color: #26a69a;
  border-color: #26a69a;
}

[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):before {
  background-color: transparent;
  border: 2px solid transparent;
}

[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):after {
  border-color: transparent;
  background-color: #949494;
}

[type="checkbox"].filled-in:disabled:checked + span:not(.lever):before {
  background-color: transparent;
}

[type="checkbox"].filled-in:disabled:checked + span:not(.lever):after {
  background-color: #949494;
  border-color: #949494;
}

/* Switch
   ========================================================================== */
.switch,
.switch * {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.switch label {
  cursor: pointer;
}

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch label input[type=checkbox]:checked + .lever {
  background-color: #84c7c1;
}

.switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {
  left: 18px;
}

.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #26a69a;
}

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 15px;
  margin-right: 10px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}

.switch label .lever:before, .switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: -3px;
  -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
  transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
}

.switch label .lever:before {
  background-color: rgba(38, 166, 154, 0.15);
}

.switch label .lever:after {
  background-color: #F1F1F1;
  -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
  -webkit-transform: scale(2.4);
          transform: scale(2.4);
  background-color: rgba(38, 166, 154, 0.15);
}

input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
  -webkit-transform: scale(2.4);
          transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.08);
}

.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12);
}

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #949494;
}

/* Select Field
   ========================================================================== */
select {
  display: none;
}

select.browser-default {
  display: block;
}

select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
}

.select-label {
  position: absolute;
}

.select-wrapper {
  position: relative;
}

.select-wrapper.valid + label,
.select-wrapper.invalid + label {
  width: 100%;
  pointer-events: none;
}

.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
}

.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #26a69a;
}

.select-wrapper .caret {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  fill: rgba(0, 0, 0, 0.87);
}

.select-wrapper + label {
  position: absolute;
  top: -26px;
  font-size: 0.8rem;
}

select:disabled {
  color: rgba(0, 0, 0, 0.42);
}

.select-wrapper.disabled + label {
  color: rgba(0, 0, 0, 0.42);
}

.select-wrapper.disabled .caret {
  fill: rgba(0, 0, 0, 0.42);
}

.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.42);
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

body.keyboard-focused .select-dropdown.dropdown-content li:focus {
  background-color: rgba(0, 0, 0, 0.08);
}

.select-dropdown.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

.select-dropdown.dropdown-content li.selected {
  background-color: rgba(0, 0, 0, 0.03);
}

.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.prefix ~ label {
  margin-left: 3rem;
}

.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}

.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}

.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}

.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}

.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}

/* File Input
   ========================================================================== */
.file-field {
  position: relative;
}

.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}

.file-field input.file-path {
  width: 100%;
}

.file-field .btn, .file-field .btn-large, .file-field .btn-small {
  float: left;
  height: 3rem;
  line-height: 3rem;
}

.file-field span {
  cursor: pointer;
}

.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.file-field input[type=file]::-webkit-file-upload-button {
  display: none;
}

/* Range
   ========================================================================== */
.range-field {
  position: relative;
}

input[type=range],
input[type=range] + .thumb {
  cursor: pointer;
}

input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}

input[type=range]:focus {
  outline: none;
}

input[type=range] + .thumb {
  position: absolute;
  top: 10px;
  left: 0;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #26a69a;
  margin-left: 7px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #26a69a;
  font-size: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}

input[type=range] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}

input[type=range] {
  -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

input[type=range]::-webkit-slider-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
  -webkit-appearance: none;
  background-color: #26a69a;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin: -5px 0 0 0;
}

.keyboard-focused input[type=range]:focus:not(.active)::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
          box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
}

input[type=range]::-moz-range-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

input[type=range]::-moz-focus-inner {
  border: 0;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
  margin-top: -5px;
}

input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}

.keyboard-focused input[type=range]:focus:not(.active)::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #777;
}

input[type=range]::-ms-fill-upper {
  background: #ddd;
}

input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
}

.keyboard-focused input[type=range]:focus:not(.active)::-ms-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

/***************
    Nav List
***************/
.table-of-contents.fixed {
  position: fixed;
}

.table-of-contents li {
  padding: 2px 0;
}

.table-of-contents a {
  display: inline-block;
  font-weight: 300;
  color: #757575;
  padding-left: 16px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: .4;
  display: inline-block;
}

.table-of-contents a:hover {
  color: #a8a8a8;
  padding-left: 15px;
  border-left: 1px solid #ee6e73;
}

.table-of-contents a.active {
  font-weight: 500;
  padding-left: 14px;
  border-left: 2px solid #ee6e73;
}

.sidenav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
}

.sidenav.right-aligned {
  right: 0;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  left: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.sidenav .collapsible {
  margin: 0;
}

.sidenav li {
  float: none;
  line-height: 48px;
}

.sidenav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}

.sidenav li > a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
}

.sidenav li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.sidenav li > a.btn, .sidenav li > a.btn-large, .sidenav li > a.btn-small, .sidenav li > a.btn-large, .sidenav li > a.btn-flat, .sidenav li > a.btn-floating {
  margin: 10px 15px;
}

.sidenav li > a.btn, .sidenav li > a.btn-large, .sidenav li > a.btn-small, .sidenav li > a.btn-large, .sidenav li > a.btn-floating {
  color: #fff;
}

.sidenav li > a.btn-flat {
  color: #343434;
}

.sidenav li > a.btn:hover, .sidenav li > a.btn-large:hover, .sidenav li > a.btn-small:hover, .sidenav li > a.btn-large:hover {
  background-color: #2bbbad;
}

.sidenav li > a.btn-floating:hover {
  background-color: #26a69a;
}

.sidenav li > a > i,
.sidenav li > a > [class^="mdi-"], .sidenav li > a li > a > [class*="mdi-"],
.sidenav li > a > i.material-icons {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
  color: rgba(0, 0, 0, 0.54);
}

.sidenav .divider {
  margin: 8px 0 0 0;
}

.sidenav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}

.sidenav .subheader:hover {
  background-color: transparent;
}

.sidenav .user-view {
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}

.sidenav .user-view > a {
  height: auto;
  padding: 0;
}

.sidenav .user-view > a:hover {
  background-color: transparent;
}

.sidenav .user-view .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.sidenav .user-view .circle, .sidenav .user-view .name, .sidenav .user-view .email {
  display: block;
}

.sidenav .user-view .circle {
  height: 64px;
  width: 64px;
}

.sidenav .user-view .name,
.sidenav .user-view .email {
  font-size: 14px;
  line-height: 24px;
}

.sidenav .user-view .name {
  margin-top: 16px;
  font-weight: 500;
}

.sidenav .user-view .email {
  padding-bottom: 16px;
  font-weight: 400;
}

.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}

.drag-target.right-aligned {
  right: 0;
}

.sidenav.sidenav-fixed {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  position: fixed;
}

.sidenav.sidenav-fixed.right-aligned {
  right: 0;
  left: auto;
}

@media only screen and (max-width: 992px) {
  .sidenav.sidenav-fixed {
    -webkit-transform: translateX(-105%);
            transform: translateX(-105%);
  }
  .sidenav.sidenav-fixed.right-aligned {
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
  }
  .sidenav > a {
    padding: 0 16px;
  }
  .sidenav .user-view {
    padding: 16px 16px 0;
  }
}

.sidenav .collapsible-body > ul:not(.collapsible) > li.active,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #ee6e73;
}

.sidenav .collapsible-body > ul:not(.collapsible) > li.active a,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active a {
  color: #fff;
}

.sidenav .collapsible-body {
  padding: 0;
}

.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  display: none;
}

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}

.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}

.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}

.preloader-wrapper.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #26a69a;
}

.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}

.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}

.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}

.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}

@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}

@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}

@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}

@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}

@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}

@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.gap-patch .circle {
  width: 1000%;
  left: -450%;
}

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  /* STROKEWIDTH */
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
}

.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
}

.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
  }
}

@keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
}

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
  }
}

@keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
}

#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.slider {
  position: relative;
  height: 400px;
  width: 100%;
}

.slider.fullscreen {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slider.fullscreen ul.slides {
  height: 100%;
}

.slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px;
}

.slider .slides {
  background-color: #9e9e9e;
  margin: 0;
  height: 400px;
}

.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}

.slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.slider .slides li .caption {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0;
}

.slider .slides li .caption p {
  color: #e0e0e0;
}

.slider .slides li.active {
  z-index: 2;
}

.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 12px;
  background-color: #e0e0e0;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
}

.slider .indicators .indicator-item.active {
  background-color: #4CAF50;
}

.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  -webkit-perspective: 500px;
          perspective: 500px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

.carousel.carousel-slider {
  top: 0;
  left: 0;
}

.carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}

.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px;
}

.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.carousel.carousel-slider .carousel-item p {
  font-size: 15px;
}

.carousel .carousel-item {
  visibility: hidden;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel .carousel-item > img {
  width: 100%;
}

.carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
}

.carousel .indicators .indicator-item.active {
  background-color: #fff;
}

.carousel.scrolling .carousel-item .materialboxed,
.carousel .carousel-item:not(.active) .materialboxed {
  pointer-events: none;
}

.tap-target-wrapper {
  width: 800px;
  height: 800px;
  position: fixed;
  z-index: 1000;
  visibility: hidden;
  -webkit-transition: visibility 0s .3s;
  transition: visibility 0s .3s;
}

.tap-target-wrapper.open {
  visibility: visible;
  -webkit-transition: visibility 0s;
  transition: visibility 0s;
}

.tap-target-wrapper.open .tap-target {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: .95;
  -webkit-transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.tap-target-wrapper.open .tap-target-wave::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.tap-target-wrapper.open .tap-target-wave::after {
  visibility: visible;
  -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
          animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  -webkit-transition: opacity .3s,
 visibility 0s 1s,
 -webkit-transform .3s;
  transition: opacity .3s,
 visibility 0s 1s,
 -webkit-transform .3s;
  transition: opacity .3s,
 transform .3s,
 visibility 0s 1s;
  transition: opacity .3s,
 transform .3s,
 visibility 0s 1s,
 -webkit-transform .3s;
}

.tap-target {
  position: absolute;
  font-size: 1rem;
  border-radius: 50%;
  background-color: #ee6e73;
  -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.tap-target-content {
  position: relative;
  display: table-cell;
}

.tap-target-wave {
  position: absolute;
  border-radius: 50%;
  z-index: 10001;
}

.tap-target-wave::before, .tap-target-wave::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
}

.tap-target-wave::before {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.tap-target-wave::after {
  visibility: hidden;
  -webkit-transition: opacity .3s,
 visibility 0s,
 -webkit-transform .3s;
  transition: opacity .3s,
 visibility 0s,
 -webkit-transform .3s;
  transition: opacity .3s,
 transform .3s,
 visibility 0s;
  transition: opacity .3s,
 transform .3s,
 visibility 0s,
 -webkit-transform .3s;
  z-index: -1;
}

.tap-target-origin {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10002;
  position: absolute !important;
}

.tap-target-origin:not(.btn):not(.btn-large):not(.btn-small), .tap-target-origin:not(.btn):not(.btn-large):not(.btn-small):hover {
  background: none;
}

@media only screen and (max-width: 600px) {
  .tap-target, .tap-target-wrapper {
    width: 600px;
    height: 600px;
  }
}

.pulse {
  overflow: visible;
  position: relative;
}

.pulse::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
  -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
          animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}

@-webkit-keyframes pulse-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes pulse-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

/* Modal */
.datepicker-modal {
  max-width: 325px;
  min-width: 300px;
  max-height: none;
}

.datepicker-container.modal-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}

.datepicker-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 280px;
  margin: 0 auto;
}

.datepicker-controls .selects-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.datepicker-controls .select-wrapper input {
  border-bottom: none;
  text-align: center;
  margin: 0;
}

.datepicker-controls .select-wrapper input:focus {
  border-bottom: none;
}

.datepicker-controls .select-wrapper .caret {
  display: none;
}

.datepicker-controls .select-year input {
  width: 50px;
}

.datepicker-controls .select-month input {
  width: 70px;
}

.month-prev, .month-next {
  margin-top: 4px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

/* Date Display */
.datepicker-date-display {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
      -ms-flex: 1 auto;
          flex: 1 auto;
  background-color: #26a69a;
  color: #fff;
  padding: 20px 22px;
  font-weight: 500;
}

.datepicker-date-display .year-text {
  display: block;
  font-size: 1.5rem;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.7);
}

.datepicker-date-display .date-text {
  display: block;
  font-size: 2.8rem;
  line-height: 47px;
  font-weight: 500;
}

/* Calendar */
.datepicker-calendar-container {
  -webkit-box-flex: 2.5;
  -webkit-flex: 2.5 auto;
      -ms-flex: 2.5 auto;
          flex: 2.5 auto;
}

.datepicker-table {
  width: 280px;
  font-size: 1rem;
  margin: 0 auto;
}

.datepicker-table thead {
  border-bottom: none;
}

.datepicker-table th {
  padding: 10px 5px;
  text-align: center;
}

.datepicker-table tr {
  border: none;
}

.datepicker-table abbr {
  text-decoration: none;
  color: #999;
}

.datepicker-table td {
  border-radius: 50%;
  padding: 0;
}

.datepicker-table td.is-today {
  color: #26a69a;
}

.datepicker-table td.is-selected {
  background-color: #26a69a;
  color: #fff;
}

.datepicker-table td.is-outside-current-month, .datepicker-table td.is-disabled {
  color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.datepicker-day-button {
  background-color: transparent;
  border: none;
  line-height: 38px;
  display: block;
  width: 100%;
  border-radius: 50%;
  padding: 0 5px;
  cursor: pointer;
  color: inherit;
}

.datepicker-day-button:focus {
  background-color: rgba(43, 161, 150, 0.25);
}

/* Footer */
.datepicker-footer {
  width: 280px;
  margin: 0 auto;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.datepicker-cancel,
.datepicker-clear,
.datepicker-today,
.datepicker-done {
  color: #26a69a;
  padding: 0 1rem;
}

.datepicker-clear {
  color: #F44336;
}

/* Media Queries */
@media only screen and (min-width: 601px) {
  .datepicker-modal {
    max-width: 625px;
  }
  .datepicker-container.modal-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .datepicker-date-display {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 270px;
        -ms-flex: 0 1 270px;
            flex: 0 1 270px;
  }
  .datepicker-controls,
  .datepicker-table,
  .datepicker-footer {
    width: 320px;
  }
  .datepicker-day-button {
    line-height: 44px;
  }
}

/* Timepicker Containers */
.timepicker-modal {
  max-width: 325px;
  max-height: none;
}

.timepicker-container.modal-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}

.text-primary {
  color: white;
}

/* Clock Digital Display */
.timepicker-digital-display {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
      -ms-flex: 1 auto;
          flex: 1 auto;
  background-color: #26a69a;
  padding: 10px;
  font-weight: 300;
}

.timepicker-text-container {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.timepicker-span-hours,
.timepicker-span-minutes,
.timepicker-span-am-pm div {
  cursor: pointer;
}

.timepicker-span-hours {
  margin-right: 3px;
}

.timepicker-span-minutes {
  margin-left: 3px;
}

.timepicker-display-am-pm {
  font-size: 1.3rem;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-weight: 400;
}

/* Analog Clock Display */
.timepicker-analog-display {
  -webkit-box-flex: 2.5;
  -webkit-flex: 2.5 auto;
      -ms-flex: 2.5 auto;
          flex: 2.5 auto;
}

.timepicker-plate {
  background-color: #eee;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  overflow: visible;
  position: relative;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.timepicker-canvas,
.timepicker-dial {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.timepicker-minutes {
  visibility: hidden;
}

.timepicker-tick {
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.87);
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  font-size: 15px;
}

.timepicker-tick.active,
.timepicker-tick:hover {
  background-color: rgba(38, 166, 154, 0.25);
}

.timepicker-dial {
  -webkit-transition: opacity 350ms, -webkit-transform 350ms;
  transition: opacity 350ms, -webkit-transform 350ms;
  transition: transform 350ms, opacity 350ms;
  transition: transform 350ms, opacity 350ms, -webkit-transform 350ms;
}

.timepicker-dial-out {
  opacity: 0;
}

.timepicker-dial-out.timepicker-hours {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.timepicker-dial-out.timepicker-minutes {
  -webkit-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
}

.timepicker-canvas {
  -webkit-transition: opacity 175ms;
  transition: opacity 175ms;
}

.timepicker-canvas line {
  stroke: #26a69a;
  stroke-width: 4;
  stroke-linecap: round;
}

.timepicker-canvas-out {
  opacity: 0.25;
}

.timepicker-canvas-bearing {
  stroke: none;
  fill: #26a69a;
}

.timepicker-canvas-bg {
  stroke: none;
  fill: #26a69a;
}

/* Footer */
.timepicker-footer {
  margin: 0 auto;
  padding: 5px 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.timepicker-clear {
  color: #F44336;
}

.timepicker-close {
  color: #26a69a;
}

.timepicker-clear,
.timepicker-close {
  padding: 0 20px;
}

/* Media Queries */
@media only screen and (min-width: 601px) {
  .timepicker-modal {
    max-width: 600px;
  }
  .timepicker-container.modal-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .timepicker-text-container {
    top: 32%;
  }
  .timepicker-display-am-pm {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
    margin-top: 1.2rem;
  }
}

.nav-content .btn {
    margin-top: 5px;
}
/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.jstree-node {
  white-space: nowrap;
}
.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top;
}
.jstree-anchor:focus {
  outline: 0;
}
.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit;
}
.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.jstree-ocl {
  cursor: pointer;
}
.jstree-leaf > .jstree-ocl {
  cursor: default;
}
.jstree .jstree-open > .jstree-children {
  display: block;
}
.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none;
}
.jstree-anchor > .jstree-themeicon {
  margin-right: 2px;
}
.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none;
}
.jstree-hidden,
.jstree-node.jstree-hidden {
  display: none;
}
.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px;
}
.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0;
}
.jstree-rtl .jstree-node {
  margin-left: 0;
}
.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0;
}
.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%;
}
.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer;
}
.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative;
}
.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.jstree-contextmenu .jstree-anchor {
  -webkit-user-select: none;
  /* disable selection/Copy of UIWebView */
  -webkit-touch-callout: none;
  /* disable the IOS popup when long-press on a link */
}
.vakata-context {
  display: none;
}
.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999;
}
.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px;
}
.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}
.vakata-context li {
  list-style: none;
}
.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px;
}
.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat;
}
.vakata-context li > a:focus {
  outline: 0;
}
.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0;
}
.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0;
}
.vakata-context .vakata-contextmenu-disabled > a > i {
  filter: grayscale(100%);
}
.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em;
}
.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em;
}
.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3;
}
.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none;
}
.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}
.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat;
}
.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3;
}
.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto;
}
.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0;
}
.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3;
}
#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}
#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
}
#jstree-dnd .jstree-ok {
  background: green;
}
#jstree-dnd .jstree-er {
  background: red;
}
#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px;
}
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent;
}
.jstree-default .jstree-anchor,
.jstree-default .jstree-animated,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s;
}
.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc;
}
.jstree-default .jstree-context {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc;
}
.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999;
}
.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none;
}
.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666;
}
.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none;
}
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold;
}
.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important;
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none;
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9;
}
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent;
}
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9;
}
.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
}
.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9;
}
.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%);
}
.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px;
}
.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px;
}
.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px;
}
.jstree-default .jstree-wholerow {
  height: 24px;
}
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("jstree/default/32px.png");
}
.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y;
}
.jstree-default .jstree-last {
  background: transparent;
}
.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px;
}
.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px;
}
.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px;
}
.jstree-default .jstree-themeicon {
  background-position: -260px -4px;
}
.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px;
}
.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px;
}
.jstree-default .jstree-disabled {
  background: transparent;
}
.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default .jstree-checkbox {
  background-position: -164px -4px;
}
.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px;
}
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px;
}
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px;
}
.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px;
}
.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px;
}
.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default > .jstree-striped {
  background-size: auto 48px;
}
.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px;
}
.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px;
}
.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px;
}
.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("jstree/default/throbber.gif") center center no-repeat;
}
.jstree-default .jstree-file {
  background: url("jstree/default/32px.png") -100px -68px no-repeat;
}
.jstree-default .jstree-folder {
  background: url("jstree/default/32px.png") -260px -4px no-repeat;
}
.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("jstree/default/32px.png");
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px;
}
#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px;
}
.jstree-default .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 29px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
}
.jstree-default.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px;
}
.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px;
}
.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px;
}
.jstree-default-small .jstree-wholerow {
  height: 18px;
}
.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("jstree/default/32px.png");
}
.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y;
}
.jstree-default-small .jstree-last {
  background: transparent;
}
.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px;
}
.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px;
}
.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px;
}
.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px;
}
.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px;
}
.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px;
}
.jstree-default-small .jstree-disabled {
  background: transparent;
}
.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px;
}
.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px;
}
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px;
}
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px;
}
.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px;
}
.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px;
}
.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default-small > .jstree-striped {
  background-size: auto 36px;
}
.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px;
}
.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px;
}
.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px;
}
.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("jstree/default/throbber.gif") center center no-repeat;
}
.jstree-default-small .jstree-file {
  background: url("jstree/default/32px.png") -103px -71px no-repeat;
}
.jstree-default-small .jstree-folder {
  background: url("jstree/default/32px.png") -263px -7px no-repeat;
}
.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("jstree/default/32px.png");
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px;
}
#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px;
}
.jstree-default-small .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default-small .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 23px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
}
.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px;
}
.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px;
}
.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px;
}
.jstree-default-large .jstree-wholerow {
  height: 32px;
}
.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("jstree/default/32px.png");
}
.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y;
}
.jstree-default-large .jstree-last {
  background: transparent;
}
.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px;
}
.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px;
}
.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px;
}
.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px;
}
.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px;
}
.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px;
}
.jstree-default-large .jstree-disabled {
  background: transparent;
}
.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px;
}
.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px;
}
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px;
}
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px;
}
.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px;
}
.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px;
}
.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default-large > .jstree-striped {
  background-size: auto 64px;
}
.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px;
}
.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px;
}
.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px;
}
.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("jstree/default/throbber.gif") center center no-repeat;
}
.jstree-default-large .jstree-file {
  background: url("jstree/default/32px.png") -96px -64px no-repeat;
}
.jstree-default-large .jstree-folder {
  background: url("jstree/default/32px.png") -256px 0px no-repeat;
}
.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("jstree/default/32px.png");
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px;
}
#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px;
}
.jstree-default-large .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default-large .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 37px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
}
.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent;
}
@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px;
  }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("jstree/default/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px;
  }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("jstree/default/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px;
  }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/
  }
  .jstree-default-responsive .jstree-icon {
    background-image: url("jstree/default/40px.png");
  }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap;
  }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px;
  }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
  }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px;
    background: transparent;
  }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0;
  }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl,
  .jstree-default-responsive.jstree-rtl .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0 !important;
  }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important;
  }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0 !important;
  }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px;
  }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px;
  }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px;
  }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px;
  }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }
  .jstree-default-responsive > .jstree-striped {
    background: transparent;
  }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px;
  }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9;
  }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff;
  }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666;
  }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0;
  }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none;
  }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("jstree/default/40px.png");
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y;
  }
  .jstree-default-responsive .jstree-last {
    background: transparent;
  }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px;
  }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px;
  }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
  }
  .jstree-default-responsive .jstree-file {
    background: url("jstree/default/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-folder {
    background: url("jstree/default/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px;
  }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0;
  }
}

.popup {
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s;
    position: fixed;
    display: none;
    flex-direction: column;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55%;
    max-width: 90%;
    max-height: 90%;
    background-color: #fff;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 2;
}

@media only screen and (max-width: 921px) {
    .popup {
        width: 80%;
    }
}

@media only screen and (min-width: 922px) {
    .popup.popup-small {
        width: 40%;
    }
}

.popup.active {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-basis: 1 1;
}

.popup .popup-header {
    border-bottom: 1px solid #ccc;
    padding: 0.5rem;
}

.popup .popup-header.popup-header-search {
    display: flex;
}

.popup .popup-header.popup-header-search > * {
    flex: 1;
}

.popup .popup-header h2 {
    margin: 0;
}

.popup .popup-header.popup-header-search h4 {
    line-height: 3rem;
}

.popup:not(.popup-fill) .popup-header {
    cursor: move;
}

.popup .popup-header .popup-title {
    font-size: 120%;
    font-weight: bold;
}

.popup .popup-header .popup-close-button {
    float: right;
    padding: 0 12px;
    height: 38px;
}

.popup .popup-header .popup-close-button i {
    line-height: 38px;
}

.popup .popup-body-scroller {
    overflow: auto;
}

.popup .popup-body {
    padding: 1rem 2rem;
    flex-grow: 1;
    position: relative;
    min-height: 6rem;
}

.popup .popup-body:has(ul.tabs) {
    padding: 0;
}

.popup .popup-body .tab-panel {
    padding: 1rem 2rem;
}

.popup.popup-fill {
    height: 90%;
}

.popup.popup-wide {
    width: 90%;
}

.popup .popup-image {
    height: 12rem;
    flex-shrink: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.popup .popup-footer {
    border-top: 1px solid #ccc;
    padding: 8px;
}

.popup .popup-footer:after {
    content: '';
    clear: both;
    display: table;
}

.popup .popup-footer .popup-close-button {
    float: right;
}

.popup-backdrop {
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.popup-backdrop.active {
    visibility: visible;
    opacity: 1;
}

@media only screen and (max-width: 660px) {
    .popup.popup-fullscreen-on-small {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: none;
        max-width: none;
        max-height: none;
        width: 100%;
    }

    .popup.popup-fullscreen-on-small .popup-body {
        overflow: auto;
    }
}

.popup .popup-loader {
    display: none;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.25);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.popup.loading .popup-loader {
    display: flex;
}

.side-panel {
    position: fixed;
    visibility: hidden;
    top: 0;
    bottom: 0;
    left: calc(100%);
    right: calc(185%);
    width: calc(85%);
    z-index: 997;
    transition: left 0.5s linear, right 0.5s linear, visibility 0.5s linear !important;
    background-color: white;
    overflow-x: visible;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.side-panel .side-panel-header {
    padding: 1rem;
    display: flex;
    align-items: center;
}

.side-panel .side-panel-content {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(68,68,127,.5);
    border-top-color: var(--line-color);
    padding: 1rem;
    flex-grow: 1;
    height: 0;
}

.side-panel .side-panel-content img {
    max-width: 100%;
}

.side-panel.active {
    left: calc(15%);
    right: 0;
    visibility: visible;
}

.side-panel.active button {
    display: block;
}

@media only screen and (min-width: 993px) {

    .side-panel {
        width: calc(25%);
        right: calc(125%);
    }

    .side-panel.active {
        left: calc(75%);
    }

}

.side-panel-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.4;
    z-index: 997;
    display: none;
}

.side-panel-backdrop.active {
    display: block;
}

.nav-tabs nav {
    background-color: transparent;
    border: none;
    box-shadow: none;
    line-height: 3rem;
    height: 3rem;
}

.nav-tabs .nav-tab-body {
    display: none;
    padding: 1rem;
    background-color: rgba(20,38,97,0.2);
    background-color: var(--primary-background-color);
}

.nav-tabs .nav-tab-body.active {
    display: block;
}

.nav-tabs nav .nav-wrapper ul li.active {
    background-color: rgba(20,38,97,0.2);
    background-color: var(--primary-background-color);
}

.nav-tabs nav .nav-wrapper ul li a {
    color: rgba(20,38,97,0.84);
    color: var(--primary-color);
}

.nav-tabs nav .nav-wrapper ul li.active a {
    color: #009344;
    color: var(--highlight-color);
}

.dn-editor {
    position: relative;
    min-height: 25px;
}

.dn-editor.dn-editor-active .dn-editable-element:not(.dn-invisible-element) {
    border: 1px dotted rgba(0,0,0,0.25);
    position: relative;
    overflow: hidden;
}

.dn-editor.dn-editor-active.dn-editor-details .dn-editable-element:not(.dn-invisible-element) {
    position: relative;
    padding-left: 0.75rem;
}

.dn-editor.dn-editor-active.dn-editor-details .dn-editable-element:not(.dn-invisible-element):before {
    content: ' ';
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="60"><path d="M0 0H24V60H0Z" fill="%23ccc"/><path d="M8 13.5 a1.5 1.5 0 1 0 0.001 0Z" fill="%23fff"/><path d="M16 13.5 a1.5 1.5 0 1 0 0.001 0Z" fill="%23fff"/><path d="M8 28.5 a1.5 1.5 0 1 0 0.001 0Z" fill="%23fff"/><path d="M16 28.5 a1.5 1.5 0 1 0 0.001 0Z" fill="%23fff"/><path d="M8 43.5 a1.5 1.5 0 1 0 0.001 0Z" fill="%23fff"/><path d="M16 43.5 a1.5 1.5 0 1 0 0.001 0Z" fill="%23fff"/></svg>');
    background-size: 0.5rem 1.25rem;
    background-repeat: no-repeat;
    width: 0.75rem;
    height: 1.25rem;
    position: absolute;
    left: 0;
    top: 0;
}

.dn-editor.dn-editor-active .dn-grid-table {
    padding: 3px;
}

.dn-editor.dn-editor-active .dn-row-element {
    padding: 3px;
}

.dn-editor.dn-editor-active ul, .dn-editor.dn-editor-active ol {
    padding-top: 3px;
    padding-bottom: 3px;
}

.dn-editor.dn-editor-active table.dn-editable-element {
    border-collapse: separate;
}

.dn-editor.dn-editor-active table.dn-editable-element tbody.dn-editable-element:after {
    width: 0;
}

.dn-editor.dn-editor-active table.dn-editable-element tr.dn-editable-element:after {
    width: 0;
}

.dn-editor.dn-editor-active img.dn-editable-element[src$="/image.svg"] {
    opacity: 0.5;
}

.dn-editor.dn-editor-active .dn-editable-element[contenteditable=true] {
    cursor: text;
}

.dn-editor.dn-editor-active p.dn-editable-element[contenteditable=true],
.dn-editor.dn-editor-active span.dn-editable-element[contenteditable=true] {
    padding-left: 1px; /* Else the cursor gets hidden inside the border */
}

.dn-editor:not(.dn-editor-active) .dn-editable-element[contenteditable=true]:focus {
    padding: 0 5px;
}

.dn-editor.dn-editor-active a.dn-editable-element {
    padding-right: 5px;
}

.dn-editor.dn-editor-active a.dn-editable-element:hover:after {
    content: '\f0c1';
    position: absolute;
    top: -5px;
    right: -15px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #aaa;
}

.dn-menu {
    position: absolute;
    display: none;
    background-color: #fff;
    border: 1px solid #ccc;
    min-width: 200px;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dn-menu.dn-menu-open {
    display: block;
    transition: max-height 1.5s ease-in;
}

.dn-menu .dn-menu-item {
    position: relative;
    padding: 5px 20px 5px 5px;
    white-space: nowrap;
}

.dn-menu .dn-menu-item.dn-menu-item-icon {
    float :left;
    padding-right: 0;
}

.dn-menu .dn-menu-item.dn-menu-item-icon a span {
    display: none;
}

.dn-menu .dn-menu-item.dn-menu-item-toggleable:after {
    content: '\f0c8';
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 400;
    font-family: "Font Awesome 5 Free";
    padding: 5px;
    color: #aaa;
}

.dn-menu .dn-menu-item.dn-menu-item-toggleable.active:after {
    content: '\f14a' !important;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 400;
    color: green;
}

.dn-menu .dn-menu-item.dn-menu-item-submenu:after {
    content: '\f0da';
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    padding: 5px;
    color: #aaa;
}

.dn-menu .dn-menu-item a {
    text-decoration: none;
    color: rgb(33, 37, 41);
    display: flex;
}

.dn-menu .dn-menu-item a i {
    flex-shrink: 0;
}

.dn-menu .dn-menu-item a span {
    text-decoration: none;
    color: rgb(33, 37, 41);
    display: flex;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.dn-menu .dn-menu-item:hover {
    background-color: #eee;
}

.dn-menu .dn-menu-item .dn-menu-item-icon {
    line-height: var(--bs-body-line-height);
    margin-right: 5px;
    color: #aaa;
    display: inline-block;
}

.dn-menu .dn-menu-separator {
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    height: 1px;
}

.dn-menu-subitems {
    display: none;
    position: absolute;
    left: 190px;
    top: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 200px;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dn-popup {
    display: none;
    position: fixed;
    top: 20%;
    left: calc(50% - 250px);
    padding: 0.5rem 0.5rem 0.75rem 0.5rem;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dn-popup .dn-popup-header {
    border-bottom: 1px solid #ccc;
}

.dn-popup:not(.dn-popup-fill) .dn-popup-header {
    cursor: move;
}

.dn-popup .dn-popup-header .dn-popup-title {
    font-size: 120%;
    font-weight: bold;
}

.dn-popup .dn-popup-header .dn-popup-close-button {
    float: right;
}

.dn-editor .dn-icon-button {
    color: rgba(0, 0, 0, 0.25);
}

.dn-editor .dn-icon-button:hover {
    color: rgba(0, 0, 0, 0.5);
}

.dn-popup .dn-popup-body {
    padding: 5px 0;
    height: calc(100% - 60px);
}

@media only screen and (min-width: 992px) {
    .dn-popup {
        width: 500px;
    }
}

@media only screen and (min-width: 992px) {
    .dn-popup.dn-popup-large {
        width: 800px;
    }
}

.dn-popup.dn-popup-fill {
    top: 5%;
    left: 5%;
    right: 5%;
    bottom: 5%;
    margin-right: 0;
    margin-left: 0;
    width: auto;
}

.dn-popup.active {
    display: block;
}

.dn-popup .dn-popup-footer {
    text-align: right;
}

.dn-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.25);
}

.dn-overlay.active {
    display: block;
}

.dn-editor .dn-editor-toolbar {
    position: absolute;
    top: 0;
    right: 0;
}

.dn-editor .dn-editor-toolbar .dn-toolbar-item {
    float: left;
    background-color: rgba(128,128,128,0.25);
}

.dn-editor .dn-editor-toolbar .dn-toolbar-item a {
    padding: 5px;
    color: rgb(33, 37, 41);
}

.dn-editor .dn-editor-toolbar .dn-toolbar-item:hover {
    background-color: #eee;
}

.dn-editor:not(.dn-editor-previewing) .dn-editor-toolbar .dn-toolbar-item.dn-toolbar-preview-item {
    display: none;
}

.dn-editor.dn-editor-active .dn-editor-toolbar .dn-toolbar-item.dn-toolbar-preview-item {
    display: inline-block;
}

.dn-editor .dn-float-end {
    float: right;
}

.dn-editor .dn-context-menu-button {
    position: absolute;
    display: none;
    cursor: pointer;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    color: #aaa;
    background-color: #fff;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.dn-editor .dn-context-menu-button.active {
    display: block;
}

.dn-editor .dn-input, .dn-popup .dn-input {
    width: 100%;
    border: 1px solid #ccc;
}

.dn-editor .dn-button {
    border: 1px solid #ccc;
    line-height: 1.6;
}

.dn-editor .dn-button:hover {
    transition: background-color 0.5s ease-out;
    background-color: #ccc;
}

.dn-editor .dn-add-button {
    cursor: pointer;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    color: #aaa;
    background-color: #fff;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.dn-editor .dn-main-add-button {
    margin-bottom: 2px;
}

.dn-editor.dn-editor-previewing .dn-main-add-button {
    display: none;
}

.dn-editor .dn-floating-add-button {
    display: none;
    position: absolute;
}

.dn-editor .dn-floating-add-button.active {
    display: block;
}

.dn-editor .dn-floating-add-button:hover {
    color: #777;
    background-color: #eee;
}

.dn-editor .dn-floating-resize-handle {
    position: absolute;
    color: #aaa;
    cursor: e-resize;
    display: none;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.dn-editor .dn-floating-resize-handle.active {
    display: block;
}

.dn-editor .dn-floating-resize-handle:hover {
    color: #ccc;
}

.dn-editor .dn-resize-handle {
    display: none;
    position: absolute;
    width: 3px;
    border: 2px dotted rgba(0,0,0,0.25);
}

.dn-editor .dn-resize-handle.active {
    display: block;
}

.dn-editor .dn-content-editor-toolbar {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.dn-editor .dn-content-editor-toolbar.active {
    display: block;
}

.dn-editor .dn-content-editor-toolbar .dn-toolbar-item {
    float: left;
    padding: 0 5px;
}

.dn-editor .dn-content-editor-toolbar .dn-toolbar-item a {
    color: rgb(33, 37, 41);
}

.dn-editor .dn-content-editor-toolbar .dn-toolbar-item:hover {
    background-color: #eee;
}

.dn-editor .dn-ui.dn-ui-active {
    display: none;
}

.dn-editor.dn-editor-active .dn-ui.dn-ui-active {
    display: inline-block;
}

.dn-editor div.dn-editable-element:not(.dn-invisible-element) {
    min-height: 25px;
}

.dn-editor.dn-editor-active ul, 
.dn-editor.dn-editor-active ol {
    list-style-position: inside;
}

.dn-popup .dn-icon-list {
    max-height: 500px;
    overflow: auto;
}

.dn-popup .dn-icon-list .dn-icon-item .fa {
    margin-right: 0.5em;
}

.dn-popup .dn-source-text {
    font-family: monospace;
    font-size: 0.9rem;
    height: 100%;
}

.dn-popup .dn-file-list {
    overflow: auto;
    height: 300px;
    max-height: 300px;
    border: 1px solid #ccc;
}

.dn-popup .dn-file-list > div:not(:first-of-type) {
    border-top: 1px solid #ccc;
}

.dn-popup .dn-file-list > div {
    display: flex;
    padding: 5px;
}

.dn-popup .dn-file-list > div > span {
    cursor: pointer;
    display: block;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dn-popup .dn-file-list > div > a {
    width: 24px;
    text-align: right;
}

.dn-popup .dn-file-list > div:hover {
    transition: background-color 0.5s ease-out;
    background-color: #ccc;
}

.dn-popup .dn-icon-list {
    overflow: auto;
    max-height: 300px;
}

.dn-popup .dn-icon-list .dn-icon-item {
    width: 20%;
    float: left;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    border-radius: 5px;
}

.dn-popup .dn-icon-list .dn-icon-item:hover {
    background-color: rgba(0,0,0,0.25);
}

.dn-popup .dn-icon-list .dn-icon-item i.fa {
    font-size: 150%;
}

.dn-popup .dn-icon-list .dn-icon-item span {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-size: 80%;
    margin-top: 5px;
}

.dn-popup .dn-icon-list .dn-icon-item i {
    display: block;
}

.dn-d-none {
    display: none;
}

.dn-w-w100 {
    width: 100%;
}

.dn-w-w50 {
    width: 50%;
}

.dn-w-w25 {
    width: 25%;
}

.dn-float-left {
    float: left;
}

.dn-float-right {
    float: right;
}

.dn-float-center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.dn-grid-markers-container {
    z-index: 10; 
    position: absolute;
    top: 0;
    height: 100%;
    pointer-events: none; 
}

.dn-grid-marker {
    position: absolute;
    top: 0;
    width: 2px;
    height: 100%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0, 0, 0, 0.2);
    transform: translateX(-50%);
    transition: border-bottom-color 0.2s ease, width 0.2s ease;
}

    .dn-grid-marker.dn-marker-highlight {
        border-bottom-color: rgba(0, 255, 0, 0.8); 
        width: 8px; 
        transition: border-bottom-color 0.2s ease, width 0.2s ease; 
    }

body.dn-resizing {
    user-select: none;
    cursor: col-resize;
}
.dn-popup .dn-button, .dn-popup input[type="file"]::file-selector-button {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.5rem;
    height: 3rem;
    border-radius: 8px;
    box-shadow: none;
    cursor: pointer;
    text-decoration: none !important;
    outline: none;
    transition: box-shadow .1s ease-out;
    text-transform: none;
    padding: .7rem 1.5rem .8rem 1.5rem;
    background-color: var(--primary-solid-color);
    border: none;
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
}

.dn-popup .dn-button:hover {
    background-color: var(--primary-hover-color);
}

.dn-popup .dn-button.dn-popup-close-button {
    background-color: #fff;
    color: var(--primary-color) !important;
    border-width: 1px;
    border-style: solid;
    border-color: var(--primary-color);
}

.dn-popup .dn-button.dn-popup-close-button:hover {
    color: rgba(44, 106, 174, 0.8) !important;
    color: var(--primary-hover-color) !important;
    border-color: rgba(44, 106, 174, 0.8) !important;
    border-color: var(--primary-hover-color) !important;
}

.dn-popup .dn-button[disabled] {
    pointer-events: none;
    background-color: #DFDFDF !important;
    color: #9F9F9F !important;
    box-shadow: none !important;
}

.dn-popup input.dn-input {
    padding: 0.5rem;
    height: 48px;
}

.dn-popup .dn-button.dn-float-end {
    float: right;
    margin-left: 0.5rem;
}

.dn-popup .dn-icon-list .dn-icon-item i.fa {
    margin-right: 0;
    display: inline-block;
}
iframe.office-document-iframe {
    height: 500px;
    border: none;
}


:root {
    --text-color: rgba(0, 0, 0, 0.9);
    --primary-color: #143f8e;
    --primary-hover-color: #5688be;
    --primary-solid-color: #2c6aae;
    --primary-light-color: #d5e1ef;
    --primary-light-hover-color: #e6edf5;
    --primary-lighter-color: rgba(20,38,97,0.1);
    --primary-background-color: #ebebeb;
    --primary-hover-selected-color: #445281;
    --primary-color-transparent: rgba(81,81,162,.5);
    --shape-primary-border-color: rgba(68,68,127,1);
    --shape-primary-background-color: rgba(68,68,127,.5);
    --shape-primary-selected-background-color: rgba(68,68,127,.75);
    --highlight-color: #008d36;
    --highlight-background-color: rgba(0,147,68,0.33);
    --highlight-color-alt: #f86800;
    --correct-color: rgba(0,127,0,1);
    --incorrect-color: rgba(127,0,0,1);
    --input-correct-background-color: rgba(0,127,0,.1);
    --input-incorrect-background-color: rgba(127,0,0,.1);
    --shape-correct-border-color: rgba(0,127,0,1);
    --shape-correct-background-color: rgba(0,127,0,.33);
    --shape-incorrect-border-color: rgba(255,0,0,.66);
    --shape-incorrect-background-color: rgba(255,0,0,.33);
    --readony-background-color: #e7e7e7;
    --grey-text-color: #9e9e9e;
    --grey-icon-color: rgba(0, 0, 0, 0.6);
    --icon-background-color: #ccc;
    --danger-color: #f44336;
    --input-light-color: rgba(0,0,0,0.05);
    --line-color: rgba(0,0,0,0.05);
    --focus-color: rgba(44,106,174,0.3)
}

@font-face {
    font-family: 'open_sansitalic';
    src: url('../../webfonts/OpenSans-Italic.ttf');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'open_sans';
    src: url('../../webfonts/OpenSans.ttf');
    font-style: normal;
}

@font-face {
    font-family: 'barlow';
    src: url('../../webfonts/Barlow-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'barlow';
    src: url('../../webfonts/Barlow-SemiBold.ttf');
    font-weight: 300;
}

html, body {
    height: 100%;
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
    font-family: open_sans, sans-serif;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: rgba(0, 0, 0, 0.9);
    color: var(--text-color);
}

body:has(.side-panel-backdrop.active) {
    overflow: hidden;
}

iframe {
    width: 100%;
}

b,strong,.bold {
    font-weight: bold;
}

.no-bold {
    font-weight: normal !important;
}

.line-through {
    text-decoration: line-through;
}

#TopWidgetsArea {
    margin-bottom: 7.5rem;
}

.live-database-warning {
    padding: 0.5rem;
    background-color: red;
    color: white;
    font-weight: bold;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 1;
}

hr {
    margin: 1rem;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

label {
    color: inherit;
}

label.browser-default {
    /* From materialize input field label */
    color: #9e9e9e;
    font-size: 0.8rem;
    position: initial;
}

select.browser-default {
    font-size: 16px;
}

select[size] {
    height: auto;
}

audio, video {
    display: block;
}

.container {
    max-width: 1600px;
}

@media only screen and (min-width: 993px) {
    .container {
        width: 90%;
    }
}

form.inline-form {
    display: inline;
    padding: 0;
    margin: 0;
}

[type="radio"] + span:has(.mjx-chtml),
[type="checkbox"] + span:has(.mjx-chtml) {
    /* Prevent mathjax overflowing */
    height: auto;
    margin-bottom: 0.5rem;
}

.next-to-select {
    line-height: 48px;
    padding-top: 0;
    padding-bottom: 0;
}

.m-1 {
    margin: 10px !important;
}

.m-2 {
    margin: 20px !important;
}

.mb {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mt {
    margin-top: 10px !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.ml {
    margin-left: 10px !important;
}

.ml-2 {
    margin-left: 20px !important;
}

.mr {
    margin-right: 10px !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.pb {
    padding-bottom: 10px !important;
}

.pt {
    padding-top: 10px !important;
}

.pt-2 {
    padding-top: 20px !important;
}

.pl {
    padding-left: 10px !important;
}

.pr {
    padding-right: 10px !important;
}

.p-all {
    padding: 1rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.w-100 {
    width: 100%;
}

.inline-block {
    display: inline-block;
}

.switch {
    margin-bottom: 0;
    height: 2.5rem;
    line-height: 1;
}

.switch.switch-wrapping {
    margin-bottom: 0;
    height: auto;
    line-height: 20px;
}

.switch input[type=checkbox]:checked + .lever.lever-red {
    background-color: #e57373;
}

.switch input[type=checkbox]:checked + .lever.lever-red:after {
    background-color: #f44336;
}

.switch label .lever {
    margin-left: 0;
    margin-right: 8px;
}

.block {
    width: 100%;
    display: block;
}

@media only screen {
    .size-s12 {
        width: 100%;
    }
}

.widgets-section .card .card-content .grid-table {
    margin-bottom: 0;
}

body.print {
    /* Fix materialize checkboxes & radioboxes not being visible in print mode */
    -webkit-print-color-adjust: exact !important;
}

body.print .noprint,
body.print .video-wrapper {
    display: none !important;
}

body:not(.print) .printonly {
    display: none !important;
}

body.print textarea {
    height: 10em;
}

@media only print, only screen and (min-width: 601px) {
    .size-m3 {
        width: 12.5%;
    }

    .size-m4 {
        width: 25%;
    }

    .size-m6 {
        width: 50%;
    }

    .size-m8 {
        width: 75%;
    }

    .ml-m {
        margin-left: 10px !important;
    }

    .pl-m {
        padding-left: 10px !important;
    }
}

@media only print, only screen and (min-width: 993px) {
    .size-l3 {
        width: 12.5%;
    }

    .size-l4 {
        width: 25%;
    }

    .size-l6 {
        width: 50%;
    }

    .size-l8 {
        width: 75%;
    }

    .ml-l {
        margin-left: 10px !important;
    }

    .pl-l {
        padding-left: 10px !important;
    }
}

@media only print, only screen and (min-width: 1201px) {
    .size-xl3 {
        width: 12.5%;
    }

    .size-xl4 {
        width: 25%;
    }

    .size-xl6 {
        width: 50%;
    }

    .size-xl8 {
        width: 75%;
    }

    .ml-xl {
        margin-left: 10px !important;
    }

    .pl-xl {
        padding-left: 10px !important;
    }
}

.invisible-input {
    border: none !important;
    width: 0 !important;
    height: 0 !important;
    outline: none !important;
    padding: 0;
    margin: 0;
}

.input-field {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

.input-field .helper-text {
    display: none;
    white-space: nowrap;
    margin-top: 2px;
}

.input-field.input-field-invisible {
    height: 0;
    width: 0;
}

.input-field.input-field-invisible.invalid {
    height: 1em;
    width: 0;
}

.input-field .helper-text::after {
    top: -16px;
}

.helper-text.helper-text-for-invisible-input {
    top: -28px;
}

.radio-field .helper-text {
    position: relative;
    min-height: 18px;
    display: block;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);
}

.radio-field:has(input[type=radio].invalid) .helper-text:after {
    content: attr(data-error);
    color: #F44336;
}

.radio-field:has(input[type=radio].invalid) label span:before {
    border-color: #F44336;
}

input.flat {
    border-bottom: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background-color: rgba(0,0,0,0.025);
}

input.flat:focus {
    border-bottom: none !important;
    box-shadow: none !important;
}

input.valid.flat {
    border-bottom: none !important;
    box-shadow: none !important;
}

input.invalid.flat {
    background-color: rgba(255,0,0,0.1) !important;
}

input.file-manager-file-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

input[type=text]:not(.browser-default).condensed {
    height: 2rem;
}

.input-height {
    height: 2rem;
}

select.flat {
    border-bottom: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background-color: rgba(0,0,0,0.025) !important;
}

select.condensed {
    height: 2rem;
    margin: 0 0 8px 0;
}

button {
    font-family: open_sans, sans-serif;
    font-weight: 300;
}

input[readonly="readonly"] {
    color: rgba(0, 0, 0, 0.87) !important;
}

.input-field.col label {
    pointer-events: none;
    user-select: none;
}

.input-field.for-browser-default-dropdown {
    margin-top: 2em;
}

.input-field.for-browser-default-dropdown label {
    margin-top: -15px;
}

.input-field.for-browser-default-dropdown .helper-text {
    margin-top: 8px;
}

.input-field .postfix {
    position: absolute;
    width: 2rem;
    font-size: 1.5rem;
    -webkit-transition: color .2s;
    transition: color .2s;
    top: 1rem;
    right: 0.5rem;
    color: rgba(0,0,0,0.5);
}

.input-field .postfix ~ input,
.input-field .postfix ~ textarea,
.input-field .postfix ~ label,
.input-field .postfix ~ .validate ~ label,
.input-field .postfix ~ .helper-text,
.input-field .postfix ~ .autocomplete-content {
    width: 92%;
    width: calc(100% - 2rem);
}

.input-field .prefix ~ label {
    margin-left: 3rem;
}

label.inline-radio {
    height: 2.25rem;
    display: inline-block;
}

.click-area {
    cursor: pointer;
}

.fa-2x {
    vertical-align: middle;
}

.materialize-select-icon {
    line-height: 48.8px;
    margin-right: 0.5rem;
}

.select-wrapper:has(select.invalid) input {
    color: #F44336;
}

.select-wrapper input.select-dropdown.dropdown-trigger {
    margin-right: 10px;
}

.select-wrapper:has(input.select-dropdown.dropdown-trigger) .caret {
    top: -6px;
}

img.circle {
    background-color: rgba(0, 0, 0, 0.2);
}

table[align] {
    width: auto;
}

.table .row .col img {
    max-width: 100%;
}

img.bordered {
    border: solid 2px rgba(0, 0, 0, 0.2);
}

figure {
    display: inline;
    margin: 0;
}

figure img {
    width: 100%;
}

figure figcaption {
    color: #777;
    font-style: italic;
    font-size: 0.9em;
}

.main-container {
    border-top: 1px solid transparent;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.frame-layout .main-container {
    padding-top: 0;
    padding-bottom: 0;
}

.floater-right {
    float: right;
    margin-left: 0.5rem;
}

/* START body height */

body .body-wrapper {
    min-height: calc(100% - 124px);
}

body.frame-layout .body-wrapper {
    min-height: calc(100% - 96px);
}

body.has-submenu .body-wrapper {
    min-height: calc(100% - 172px);
}

body.has-submenu:has(.sticky-message:not(.hide)) .body-wrapper {
    min-height: calc(100% - 220px);
}

body.body-with-breadcrumbs .body-wrapper {
    min-height: calc(100% - 172px);
}

body.has-submenu.body-with-breadcrumbs .body-wrapper {
    min-height: calc(100% - 220px);
}

body.has-submenu.has-subsubmenu.body-with-breadcrumbs .body-wrapper {
    min-height: calc(100% - 271px);
}

body.auto-size-navbar .body-wrapper {
    min-height: calc(100% - 177px);
}

body.auto-size-navbar.has-submenu .body-wrapper {
    min-height: calc(100% - 226px);
}

body.auto-size-navbar.body-with-breadcrumbs .body-wrapper {
    min-height: calc(100% - 222px);
}

body.auto-size-navbar.has-submenu.body-with-breadcrumbs .body-wrapper {
    min-height: calc(100% - 270px);
}

/* END body height */

.content-wrapper {
    position: relative;
    page-break-before: always;
}

.omit-page-breaks .content-wrapper {
    page-break-before: auto;
}

@media only screen and (max-width: 992px) {
    .has-side-bar .content-wrapper {
        margin-top: 0.5rem;
    }
}

.content-wrapper.first {
    page-break-before: initial;
}

.side-image-button {
    margin-bottom: 10px;
}

#SideImageWrapper figcaption {
    text-align: center;
}

#SideImageWrapper {
    width: 100%;
}

@media only print, only screen and (min-width: 600.01px) {
    #SideImageWrapper {
        width: 20%;
    }
}

@media only print, only screen and (min-width: 600.01px) {
    .has-side-bar #SideImageWrapper {
        width: 25%;
    }
}

@media only print, only screen and (min-width: 600.01px) {
    .side-image-button {
        transform: rotate(90deg) translate(100%, 0);
        transform-origin: right top;
        float: right;
        top: 0;
        right: -54px;
        position: absolute;
    }

    .inline-show-on-small-only {
        display: none;
    }

    .right-on-med-and-up {
        float: right;
    }
}

.hover-parent .hover-item {
    display: none;
}

.hover-parent:hover .hover-item {
    display: inherit;
}

@media only screen and (max-width: 600px) {
    .s0 {
        display: none !important;
    }
}

.fixed-width-day {
    width: 1.75em;
    display: inline-block;
}

.fixed-width-date {
    width: 5em;
    display: inline-block;
}

.fixed-width-hour {
    width: 1.25em;
    display: inline-block;
    text-align: right;
}

.fixed-width-mins {
    width: 1.25em;
    display: inline-block;
}

.theme-text {
    color: rgba(20,38,97,0.84) !important;
    color: var(--primary-color) !important;
}

nav a {
    color: rgba(20,38,97,0.84);
    color: var(--primary-color);
}

nav ul a {
    font-size: 1rem;
}

nav ul li.active > a {
    color: #ff7f00;
    color: var(--highlight-color);
}

nav ul li.active {
    background-color: inherit;
}

#mobile-demo li > a > i {
    margin-right: 10px;
}

ul:not(.browser-default) > li > a > img {
    width: 28px;
    vertical-align: text-top;
}

.tabs.tabs-hide-indicator li.indicator {
    display: none;
}

.tabs::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.tabs::-webkit-scrollbar-track {
    background-color: rgba(20,38,97,.2);
    background-color: var(--primary-light-color);
    border-radius: 4px;
}

.tabs::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(81,81,162,.5);
    background-color: var(--primary-color-transparent);
}

.tabs.right {
    overflow: hidden;
}

.tabs .indicator {
    /* Prevent dropdown menu in tab closing when hovering over indicator */
    pointer-events: none;
}

.tabs .tab a {
    padding-left: 10px;
    padding-right: 10px;
    color: rgba(20,38,97,0.84);
    color: var(--primary-color);
}

.tabs .tab a:hover,
.tabs .tab a:active,
.tabs .tab a:focus,
.tabs .tab a:focus.active {
    background-color: rgba(46,48,104,1);
    background-color: var(--primary-hover-color);
}

.tabs .tab a.active {
    color: rgba(20,38,97,0.84);
    color: var(--primary-color);
    font-weight: bold;
}

.tabs.tabs-hide-indicator.tabs-transparent .tab a.active {
    font-weight: normal;
}

.tabs .indicator {
    background-color: rgba(20,38,97,0.84);
    background-color: var(--primary-color);
}

.tabs.widget-tabs {
    height: unset;
    background-color: rgba(0,0,0,0.05);
}

.tabs.widget-tabs .tab a {
    background-color: silver;
    color: rgba(0, 0, 0, 0.87);
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    border-left: solid 1px rgba(0, 0, 0, 0.2);
    border-right: solid 1px rgba(0, 0, 0, 0.2);
}

.tabs.widget-tabs .tab a.active {
    background-color: rgba(20,38,97,0.84);
    background-color: var(--primary-color);
    color: white;
}

.tabs.widget-tabs .indicator {
    background-color: #26a69a;
    background-color: var(--highlight-color);
    color: white;
    height: 4px;
    display: none;
}

div.overflow-dropdown {
    position: relative;
}

div.overflow-dropdown .tabs {
    overflow: hidden;
}

div.overflow-dropdown .tabs .tab {
    display: inline-block;
    flex-grow: unset;
    -webkit-box-flex: unset;
    -webkit-flex-grow: unset;
}

div.overflow-dropdown .overflow-dropdown-button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 5px;
    color: #fff;
}

div.overflow-dropdown .overflow-dropdown-button .fa {
    height: 100%;
}

.submenu {
    background-color: #2c6aae;
    background-color: var(--primary-solid-color);
}

.submenu .tabs .tab a {
    font-weight: 600;
    color: #fff;
}

.submenu .tabs .tab a.active {
    background-color: #5688be;
    background-color: var(--primary-hover-color);
}

.submenu a i.fas {
    font-size: 133%;
}

.submenu .tabs.tabs-transparent .indicator {
    background-color: #fff;
}

.submenu.submenu-secondary {
    background-color: #d5e1ef;
    background-color: var(--primary-light-color);
}

.submenu.submenu-secondary a {
    color: rgba(0, 0, 0, 0.9) !important;
    color: var(--text-color) !important;
}

.submenu.submenu-secondary a.active,
.submenu.submenu-secondary a:hover
{
    background-color: #e6edf5 !important;
    background-color: var(--primary-light-hover-color) !important;
}

.submenu.submenu-secondary button.btn i {
    color: rgba(20,38,97,0.84) !important;
    color: var(--primary-color) !important;
}

.sticky-message {
    line-height: 3rem;
    height: 3rem;
    background-color: rgba(255,127,0,0.33);
    background-color: var(--highlight-background-color);
}

.sticky-message.clickable {
    cursor: pointer;
}

.sticky-message .container {
    position: relative;
}

.sticky-message .container .scroller {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    height: 3rem;
}

.sticky-message .container .scroller::-webkit-scrollbar {
    height: 8px;
}

.sticky-message .container .scroller::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(81,81,162,.5);
    background-color: var(--primary-color-transparent);
}

.sticky-message .container .scroller::-webkit-scrollbar-track {
    background-color: rgba(20,38,97,.2);
    background-color: var(--primary-light-color);
    border-radius: 4px;
}

.sticky-message .container .sticky-message-close-button
{
    position: absolute;
    top: 0;
    right: 5px;
    height: 3rem;
}

.sticky-message .container .sticky-message-button {
    display: inline;
    border: solid 1px rgba(20,38,97,0.24);
    border-radius: 0.25rem;
    padding: 0.5rem;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.5rem;
    margin-left: 1rem;
}

.sticky-message .container .sticky-message-button:hover {
    text-decoration: none;
    background-color: rgb(46,48,104);
    background-color: var(--primary-light-hover-color);
}

/* START View user row */
.view-user-row {
    padding: 5px;
    height: 52px;
    line-height: 42px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.view-user-row:has(.btn) {
    height: 62px;
}

.view-user-row a {
    margin-right: 10px;
    padding-right: 10px;
    border-right: solid 1px rgba(0,0,0,0.1);
}

.view-user-row .image {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: var(--icon-background-color);
}

.view-user-row .image.no-image::after {
    content: '\f007';
    color: white;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1rem;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: rgba(255,255,255,0.2);
    display: inline-block;
    margin-right: 1rem;
    margin-top: -10px;
    border-radius: 50%;
}

/* END View user row */

.dropdown-content li > a, .dropdown-content li > span {
    color: rgba(20,38,97,0.84);
    color: var(--primary-color);
    line-height: 32px;
    padding: 0.75rem 1rem;
}

.dropdown-content li > a:hover {
    text-decoration: none !important;
    color: var(--primary-color) !important;
}

.dropdown-content li > a > i {
    width: 0.75em;
}

.dropdown-content li.active > a {
    font-weight: bold;
}

.dropdown-content li:hover {
    background-color: rgba(20,38,97,0.2);
    background-color: var(--primary-light-color);
}

.dropdown-trigger:not(.no-caret) {
    position: relative;
    padding-right: 2rem;
}

.dropdown-trigger.nav-link:not(.no-caret) {
    padding-right: 30px;
}

a.icon-link i {
    color: var(--text-color) !important;
}

a.icon-link:hover i {
    color: var(--grey-text-color) !important;
}

.btn-group .btn:not(:last-of-type) {
    margin-right: 0.5rem;
}

.btn-large.dropdown-trigger:not(.no-caret), .btn.dropdown-trigger:not(.no-caret) {
    padding-right: 2rem !important;
}

.btn-large.dropdown-trigger .score-box {
    margin-right: 10px;
}

.dropdown-trigger {
    white-space: nowrap;
}

.dropdown-trigger:not(.no-caret):after {
    content: '\f0d7';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 1em;
}

@media only screen and (min-width: 601px) {
    .row > .col.m0 {
        display: none;
    }
}

@media only screen and (min-width: 993px) {
    .row > .col.m0 {
        display: initial;
    }
}

.row.row-no-gutter {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.row.no-padding > .col {
    padding: 0;
}

.row.row-with-gutter {
    margin-left: 0;
    margin-right: 0;
}

.row.row-equal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row.row-align-items {
    align-items: center;
}

.row.row-equal > .col {
    display: flex;
    flex-direction: column;
    margin-left: 0;
}

.row.row-equal > .col > .card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.row.row-equal > .col > .card > .card-content {
    flex-grow: 1;
}

.navbar-fixed {
    z-index: 2;
}

.navbar-fixed nav {
    background-color: white;
    transition: height 0.5s, padding-top 0.5s;
}

.navbar-fixed nav .nav-wrapper li a:hover {
    background: none;
    color: #008d36;
    color: var(--highlight-color);
    text-decoration: underline;
}

.navbar-fixed nav .nav-wrapper i {
    height: 32px;
    line-height: 32px;
}

body.auto-size-navbar .navbar-fixed {
    height: 106px;
}

body:not(.scrolled) .navbar-fixed nav {
    height: 106px;
    border: none;
    box-shadow: none;
    padding-top: 21px;
    padding-bottom: 21px;
}

body.scrolled .navbar-fixed {
    height: 53px;
}

body.scrolled .navbar-fixed nav {
    height: 53px;
    padding-top: 11px;
    padding-bottom: 10px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.navbar-fixed nav .brand-logo {
    position: initial;
    width: 200px;
    height: 64px;
    background-image: url('/img/logo-stermonitor.png?v=eF4of5ClB7MzsJGYcQAfmxDaVF4');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: width 0.5s, height 0.5s;
}

body.scrolled .navbar-fixed nav .brand-logo {
    width: 100px;
    height: 32px;
}

.concept .navbar-fixed nav .brand-logo {
    background-image: url('/img/logo-stermonitor-concept.png?v=eF4of5ClB7MzsJGYcQAfmxDaVF4');
    width: 272px;
}

body.scrolled.concept .navbar-fixed nav .brand-logo {
    width: 136px;
}

.navbar-fixed nav ul {
    line-height: 32px;
    padding-top: 32px;
    transition: padding-top 0.5s;
}

body.scrolled .navbar-fixed nav ul {
    padding-top: 0;
}

.navbar-fixed nav a, .navbar-fixed nav a i {
    color: rgba(20,38,97,0.84);
    color: var(--primary-color);
    font-weight: 600;
}

.navbar-fixed nav a i {
    vertical-align: bottom;
}

#MainMenuLeft {
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #143f8e;
    border-left-color: var(--primary-color);
    margin-left: 45px;
    padding-left: 20px;
}

.btn-image .no-image::after,
.dropdown-content li > a.link-image .no-image::after {
    content: '\f007';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1rem;
    line-height: 35px;
    width: 35px;
    height: 35px;
    text-align: center;
    color: rgba(0,0,0,0.2);
    background-color: rgba(0,0,0,0.05);
    display: inline-block;
    margin-right: 1rem;
    margin-top: -10px;
    border-radius: 50%;
}

.dropdown-content li > a.link-image img {
    margin-right: 1rem;
}

.dropdown-content li > a.link-image .no-image::after {
    line-height: 40px;
    width: 40px;
    height: 40px;
    margin-top: 0;
}

.btn img {
    margin-right: 1rem;
    height: 24px;
    white-space: nowrap;
}

.btn:not(.btn-flat).btn-kb {
    background-color: rgba(20,38,97,.2);
    background-color: var(--primary-background-color);
    border-color: rgba(0,0,0,.1);
    color: rgba(20,38,97,.84);
    color: var(--primary-color);
    padding: 1rem;
    font-size: 16px;
    line-height: 1.5;
    height: auto;
    text-transform: none;
    display: block;
    text-align: left;
    letter-spacing: normal;
    margin: 0.5rem 0 1rem 0;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
}

.btn:not(.btn-flat).btn-kb:hover {
    box-shadow: none;
}

.btn:not(.btn-flat).btn-kb i.fa {
    margin-right: 1rem;
}

.btn-large:not(.btn-flat):not(.btn-floating), .btn:not(.btn-flat):not(.btn-floating), .btn-small:not(.btn-flat):not(.btn-floating) {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.5rem;
    height: 3rem;
    border-radius: 8px;
    box-shadow: none;
    cursor: pointer;
    text-decoration: none !important;
    outline: none;
    transition: box-shadow .1s ease-out;
    text-transform: none;
    padding: .7rem 1.5rem .8rem 1.5rem;
}


.card .card-image .no-image::after {
    background-color: rgba(0,0,0,0.2);
    content: '\f03e';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 3rem;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 200px;
    line-height: 200px;
    display: block;
}

.pagination {
    margin: 0;
    line-height: 48px;
}

.pagination li {
    height: 48px;
    line-height: 48px;
}

.pagination li i {
    font-size: 1.5rem;
}

.pagination li.active {
    background-image: -webkit-linear-gradient(#FF8326, #FF3B08);
    background-image: linear-gradient(#FF8326, #FF3B08);
}

nav.breadcrumbs {
    white-space: nowrap;
    overflow: hidden;
    background-color: #b5cce7;
    box-shadow: none;
    -webkit-box-shadow: none;
    line-height: 48px;
    height: 48px;
}

nav.breadcrumbs .breadcrumb {
    font-weight: 600;
    font-size: inherit;
    color: var(--text-color);
}

nav.breadcrumbs a.breadcrumb {
    color: rgba(20,38,97,0.84) !important;
    color: var(--primary-color) !important;
}

nav.breadcrumbs a.breadcrumb:hover {
    text-decoration: underline;
}

.breadcrumb:before {
    content: '\f105';
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    color: #ffffff;
}

nav.breadcrumbs .breadcrumb:before {
    font-size: 90%;
}

.page-footer {
    background-color: #2c6aae;
    background-color: var(--primary-solid-color);
    background: linear-gradient(149deg,#0073bc 0%,#0e3e8d 100%);
    margin-top: 1rem;
    padding-top: 0;
    white-space: nowrap;
    line-height: 23px;
}

.page-footer a {
    color: rgba(255,255,255,0.54);
    font-weight: bold;
}

.page-footer .container {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 14px;
    background-image: url(/img/studiovo-footer-logo.svg?v=71UjFu9FAhnsS46m9qIwKaFsl9s);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 28px;
}

@media (max-width: 992px) {
    .page-footer .container {
        background-position: right;
        padding-right: 130px;
    }

    .page-footer .container span {
        width: calc(100% - 20px);
        text-overflow: ellipsis;
        overflow: hidden;
        display: inline-block;
        line-height: 18px;
    }
}

a {
    color: #008d36;
    color: var(--highlight-color);
}

a i {
    color: var(--grey-icon-color);
}

a.btn i, .tab a i, .nav-item a i {
    color: inherit;
}

h1, h2, h3, h4, h5, h6 {
    color: rgba(20,38,97,0.84);
    color: var(--primary-color);
    font-family: barlow, sans-serif;
    padding-top: 0.1em;
    padding-bottom: 0.75em;
    margin: 0;
    text-transform: none;
    font-weight: 300;
}

h1 {
    font-size: 2.2rem;
}

h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    padding-bottom: 0.625em;
    font-weight: 300;
}

h3 {
    font-size: 1.5rem;
    line-height: 2.25rem;
    padding-bottom: 0.6em;
    font-weight: bold;
}

h4 {
    font-size: 1.25rem;
    line-height: 2rem;
    padding-bottom: 0.5em;
}

h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding-bottom: 0.325em;
}

h6 {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-bottom: 0.25em;
}

p {
    margin-top: 0;
    margin-bottom: 0.5em;
}

p:last-of-type {
    margin-bottom: 0;
}

.text:not(:last-of-type) {
    margin-bottom: 0.5em;
}

.text a {
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

/*.text:before {
    clear: both;
    content: '';
    display: block;
}
*/
a .text:before {
    clear: none;
    content: none;
}

.gallery-table a:hover,
.tree-menu a:hover,
.tabs a:hover,
table.table-hover a:hover,
.dropdown-content a:hover,
nav a:hover,
.view-user-row a,
a.btn {
    text-decoration: none;
}

.top-space-xs {
    margin-top: 1rem;
}

.top-space-sm {
    margin-top: 2.5rem;
}

.top-space {
    margin-top: 5rem;
}

.bottom-space-xs {
    margin-bottom: 1rem;
}

.bottom-space-sm {
    margin-bottom: 2.5rem;
}

.bottom-space {
    margin-bottom: 5rem;
}

.right-margin {
    margin-right: 1rem;
}

.x-small-text {
    font-size: 60%;
}

.small-text {
    font-size: 80%;
}

.large-text {
    font-size: 120%;
}

.x-large-text {
    font-size: 140%;
}

.qr-label {
    font-size: 80%;
    font-style: italic;
    display: block;
}

.row.special-row {
    font-size: 1rem;
    line-height: 1.875rem;
    margin-left: 0;
}

.row.special-row > .col {
    transition: all .2s ease-out;
    padding: .75rem 1.5rem .75rem 0;
}

.row.special-row .row > .col h2:first-of-type {
    margin-top: -10px;
}

@media (max-width: 767px) {
    .row.special-row .row {
        display: flex;
        flex-direction: column;
    }

    .row.special-row .row .col {
        order: 1;
    }

    .row.special-row .row .col.special-row-top-col {
        order: 0;
    }

    .row.special-row .row > .col h2:first-of-type {
        margin-top: 0;
    }
}

.row .col input.condensed {
    margin-top: 8px;
}

.widget-wrapper {
    margin-bottom: 15px;
}

.widgets-right-column {
    position: sticky;
    top: 59px;
}

.editable-page-body:has(#SideImageWrapper:not(.hide)) .widget-wrapper {
    overflow: hidden; /* Makes the widgets wrap around the optionally present right-side image. */
}

.widget-wrapper.last {
    margin-bottom: 0;
}

.widget.widget-narrow {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.widget > div:not(.edit-mode) .row.special-row > .col:hover {
    background-color: rgba(20,38,97,0.2);
    background-color: var(--primary-light-color);
    box-shadow: inset 0 0 0 0.0625rem rgba(20,38,97,0.06);
    box-shadow: inset 0 0 0 0.0625rem var(--primary-light-color);
    padding: .75rem;
}

.row.special-row > .col .fas {
    font-size: 32px;
    margin-top: 10px;
    background: -webkit-linear-gradient(#FF8326, #FF3B08);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.row.special-row .col > .text, .row.special-row .col > a.btn {
    margin-left: 47px;
}

.row.special-row .col > .text {
    margin-left: 47px;
}

.margin-top {
    margin-top: 1rem;
}

.margin-bottom {
    margin-bottom: 1rem !important;
}

.margin-right {
    margin-right: 1rem;
}

.no-vertical-padding {
    padding-top: 0;
    padding-bottom: 0;
}

.no-top-margin {
    margin-top: 0;
}

.no-top-spacing {
    margin-top: 0;
    padding-top: 0;
}

.no-bottom-spacing {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.fill {
    width: 100%;
}

.btn {
    white-space: nowrap;
}

.btn i {
    font-size: 1rem;
}

.btn-block {
    display: block !important;
    width: 100%;
}

.btn-floating {
    background-color: rgba(20,38,97,0.84);
    background-color: var(--primary-color);
    z-index: initial;
}

.btn-floating i.fas {
    font-size: 18px;
}

.btn-flat i {
    color: inherit;
}

.btn-flat.btn-floating i {
    color: #fff;
}

.btn.btn-flat.disabled {
    background: none;
}

.btn-flat.btn-floating:disabled i.fas,
.btn-flat.btn-floating.disabled i.fas {
    color: rgba(0,0,0,0.125);
}

.btn-flat.btn-floating.light i {
    color: rgba(20,38,97,0.84);
    color: var(--primary-color);
}

.btn-large:not(.btn-flat), .btn:not(.btn-flat) {
    background-color: #2c6aae;
    background-color: var(--primary-solid-color);
}

.btn-large:not(.btn-flat) {
    line-height: 54px;
    height: 54px;
    padding-top: 0;
    padding-bottom: 0;
}

.btn-large i {
    font-size: 150%;
}

.btn-large.light, .btn.light {
    background-color: #fff;
    color: #143f8e !important;
    color: var(--primary-color) !important;
    border-width: 1px;
    border-style: solid;
    border-color: var(--primary-color);
}

.btn-large.light:hover, .btn.light:hover {
    background-color: #fff;
    color: rgba(44,106,174,0.8) !important;
    color: var(--primary-hover-color) !important;
    border-color: rgba(44,106,174,0.8) !important;
    border-color: var(--primary-hover-color) !important;
}

.btn-small {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.btn-small.btn-floating {
    padding-left: 1px;
    padding-right: 1px;
}

.btn:hover, .btn-large:hover, 
.btn-small:hover {
    background-color: #383872;
    background-color: var(--primary-hover-color);
}

.btn.btn-flat {
    box-shadow: none;
}

.btn.btn-flat:hover {
    background-color: #ff7f00;
    background-color: var(--highlight-color);
}

.btn:disabled, .btn.disabled {
    background-color: rgba(20,38,97,0.2);
    background-color: var(--primary-light-color);
    box-shadow: none !important;
}

.btn.light:disabled, .btn.light.disabled {
    color: rgba(20, 40, 97, 0.33) !important;
}

.btn.danger {
    background: #fff;
    color: rgba(255,0,0,0.9) !important;
    border: solid 1px rgba(20,38,97,0.24);
}

.btn.danger:disabled {
    color: #9F9F9F !important;
}

a.disabled {
    color: rgba(20, 40, 97, 0.33) !important;
}

a.disabled, a.inactive {
    pointer-events: none;
}

.input-button-wrapper {
    display: flex;
}

.input-button-wrapper i.prefix {
    font-size: large;
    color: var(--grey-text-color);
    height: 40px;
    margin-top: 4px;
    line-height: 40px;
    margin-right: 8px;
}

.input-button-wrapper button {
    margin-top: 4px;
    flex-shrink: 0;
}

.changed-menu-button i {
    color: white !important;
}

ul.dropdown-content {
    padding-top: 0 !important;
}

i.fas, i.fa, i.far {
    /*margin-top: -4px !important;*/
}

.dropdown-content li > a.right > i {
    margin-right: 0;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.text-danger {
    color: red;
    font-size: smaller;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}

.flex:not(.hide) {
    display: flex !important;
}

.flex-v {
    flex-direction: column;
}

.inline-flex {
    display: inline-flex;
}

.flex .flex-fill {
    flex-grow: 1;
}

.flex-self-right {
    align-self: flex-end;
}

.g {
    gap: 1rem;
}

.radio-list label {
    display: block;
}

/* Fix materialize select and radio validation display */

.radio-list.invalid .helper-text {
    font-size: 12px;
}

[type="radio"]:checked + span:after, 
[type="radio"].with-gap:checked + span:after {
    background-color: var(--primary-color);
}

[type="radio"]:disabled + span,
[type="checkbox"]:disabled + span {
    /* Fix cursor for disabled radio button from pointer to non-pointer */
    cursor: default;
}

.result-section [type="radio"]:disabled + span,
.result-section [type="checkbox"]:disabled + span {
    /* Keep label colors of disabled radio buttons */
    color: inherit;
}

.helper-text:after {
    content: attr(data-error);
    color: #F44336;
}

.input-field.invalid .file-path-wrapper input.file-path {
    border-bottom-color: #F44336;
    box-shadow: 0 1px 0 0 #F44336;
}

input[type="checkbox"].invalid + span:not(.lever) {
    color: #F44336;
}

input[type="checkbox"]:disabled + span:not(.lever) {
    cursor: default;
}

input[type="radio"].invalid + span:not(.lever) {
    color: #F44336;
}

select.invalid {
    border-color: #F44336;
}

.material-tooltip {
    text-align: left;
    font-size: 85%;
    max-width: 500px;
}

span.tooltipped {
    border-bottom-color: var(--text-color);
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    cursor: help;
}

.onecheckbox-parent.invalid label span:before {
    border-color: #F44336;
}

.onecheckbox-parent.invalid .helper-text {
    font-size: 12px;
}


/* Tap Target */

.tap-target-content {
    padding-left: 40px !important;
}

.tap-target {
    background-color: rgba(20,38,97,0.84);
    background-color: var(--primary-background-color);
}

.tap-target-wave::before, .tap-target-wave::after {
    background-color: rgba(20,38,97,0.2);
    background-color: var(--primary-light-color);
}

/* Sticky footer styles
-------------------------------------------------- */
main {
    flex: 1 0 auto;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #ccc;
}

.border-bottom {
    border-bottom: 1px solid #ccc;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

#EditorTopButtons {
    margin-bottom: 10px;
}

body.edit-mode #TopWidgetsArea {
    border-bottom: solid 1px rgba(0,0,0,0.2);
    margin-bottom: 0;
}

.widget {
    position: relative;
}

.widget .widget-anchor {
    position: absolute;
    top: -140px;
}

.widget-edit-bar {
    background-color: rgba(0,0,0,0.05);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0 5px;
}

.widget-edit-bar .widget-edit-bar-title {
    font-weight: bold;
}

.widget-edit-bar button {
    border: none;
    padding: 0 2px;
    color: #9e9e9e;
}

.widget-edit-bar button:focus {
    background: none;
}

.widget-edit-bar button:hover {
    background-color: var(--primary-light-color);
}

.widget-edit-bar button:disabled {
    color: #ccc;
}

.input-field.learning-goals-field {
    max-height: 38px;
    transition: max-height 0.5s ease-out;
    overflow: hidden;
    border-bottom: 1px solid #9e9e9e;
}

.input-field.learning-goals-field.expanded {
    max-height: 1000px;
    transition: max-height 0.5s ease-in;
}

.input-field.learning-goals-field.expanded [data-placeholder=ExpandGoalsButton] .fa.fa-caret-down:before {
    content: '\f0d8';
}

.input-field.learning-goals-field .chips {
    border-bottom: none;
    margin-bottom: 0;
    min-height: 38px;
}

.input-field.learning-goals-field > label {
    font-size: 80%;
    line-height: 32px;
    margin-top: -12px;
}

.input-field.learning-goals-field .chip {
    font-size: 70%;
}

.input-field.learning-goals-field .chip:first-of-type {
    margin-left: 3em;
}

/* Start Html Widget */

.html-widget img {
    max-width: 100%;
}

.html-widget td img {
    max-width: none;
}

.html-widget img.left {
    width: 25%;
    margin-right: 10px;
}

.html-widget a[data-featherlight].left {
    width: 25%;
    margin-right: 10px;
}

.html-widget:not(.widget-edit-mode) img.right {
    width: 25%;
    margin-left: 10px;
}

.html-widget a[data-featherlight].right {
    width: 25%;
    margin-left: 10px;
}

.html-widget a[data-featherlight].left img,
.html-widget a[data-featherlight].right img {
    width: 100%;
}

/* End Html Widget */

.editor-wrapper {
    position: relative;
    margin-bottom: 1rem;
}

.editor-wrapper .editor-title {
    font-weight: bold;
}

#toast-container {
    top: auto !important;
    right: auto !important;
    bottom: 10%;
    left: 7%;
}

/* START Rich Content Editor */

.rce-modal-backdrop {
    z-index: 1003;
}

.rce-menu {
    z-index: 1003;
}

.rce-grid-wrapper.edit-mode .rce-grid {
    border: solid 1px rgba(0,0,0,0.1);
    border-radius: 0;
}

.table.table-layout .row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.table.table-layout .row.header-row {
    font-weight: bold;
}

.table.table-layout .row > .col {
    margin-left: 0;
}

.table.table-layout .row:first-child .col {
    border-top: solid 1px rgba(0,0,0,0.1);
}

.table.table-layout .row .col:first-child {
    border-left: solid 1px rgba(0,0,0,0.1);
}

.table.table-layout .row .col {
    padding: 5px 10px;
    border: solid 1px rgba(0,0,0,0.1);
    border-top: none;
    border-left: none;
}

.table.table-layout .row .col div.text:last-child {
    margin-bottom: 0;
}

/* END Rich Content Editor */

/* START Progress waiting animation */

.progress-wrapper {
    position: relative;
    min-height: 200px;
}

.progress-wrapper .progress-wrapper-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.btn.progress-wrapper {
    min-height: initial;
    display: inline-block;
}

.btn.progress-wrapper .progress-wrapper-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.btn-with-progress {
    position: relative;
}

.btn-with-progress .progress-wrapper-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 7px;
    background-color: rgba(255,255,255,0.5);
}

/* END Progress */

/* START Detail Pages */

.detail-page .side-image.no-image {
    position: relative;
}

.detail-page .side-image.no-image::after {
    background-color: rgba(0,0,0,0.2);
    content: '\f03e';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 3rem;
    text-align: center;
    color: #fff;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: calc(50% - 1.5rem);
    border-radius: 50%;
    border-bottom-left-radius: 0;
    position: absolute;
}

.detail-page .detail-page-side {
    font-size: 1rem;
    line-height: 1.875rem;
}

.detail-page .detail-page-side a {
    font-weight: bold;
}

.detail-page .side-image img {
    border-radius: 50%;
    border-bottom-left-radius: 0;
    width: 100%;
}

.detail-page .button-bar {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.detail-page .subtitle {
    font-size: 85%;
}

/* END Detail Pages */

/* START Profile Image */

.profile-image {
    vertical-align: top;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    background-size: cover;
}

.profile-image.profile-image-inline {
    vertical-align: bottom;
    width: 1.75rem;
    height: 1.75rem;
    display: inline-block;
    margin-right: 0;
}

.profile-image.no-image {
    background-color: rgba(0,0,0,0.2);
    position: relative;
    display: inline-block;
}

.profile-image.no-image::after {
    content: '\f007';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1rem;
    line-height: 40px;
    text-align: center;
    color: #fff;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.profile-image.profile-image-inline.no-image::after {
    line-height: 1.5rem;
}
    
 .profile-image.no-image.building::after {
    content: '\f1ad'
}

.profile-image-title {
    line-height: 40px;
    display: inline-block;
    color: rgba(0, 0, 0, 0.66) !important;
    font-weight: bold;
}

/* END Profile Image */

/* START Header Image */

.header-image {
    height: 225px;
    background-size: cover;
    background-position: center;
}

.header-image .container {
    height: 100%;
}

.header-image .header-image-overlay {
    height: 100%;
    background-color: rgba(0,0,0,0.18);
}

.header-image h1.header-title {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    color: white;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.25);
    font-size: 2.5rem;
    font-weight: 300;
}

/* END Header Image */

/* START Image Grid */

.image-grid .image-grid-item {
    cursor: pointer;
    line-height: 0;
}

.image-grid .image-grid-item img {
    background-color: rgba(0,0,0,0.2);
    border-radius: 50%;
    border-bottom-left-radius: 0;
    width: 100%;
    transition: transform 0.5s;
}

.image-grid .image-grid-item:hover img {
    transform: scale(1.05);
}

.image-grid .image-grid-item.no-image {
    position: relative;
}

.image-grid .image-grid-item.no-image::after {
    content: '\f03e';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    width: 100%;
    display: block;
    padding-top: calc(50% - 0.5rem);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

/* END Image Grid */

/* START Gallery table */

.gallery-table .row {
    display: flex;
    flex-wrap: wrap;
}

.gallery-table .row .col .image {
    height: 250px;
    border-radius: 5px;
    transition: transform 0.5s;
    background-color: rgba(0,0,0,0.05);
    background-size: cover;
    background-position: center;
    text-align: center;
}

.gallery-table .row .col .has-image .fas {
    display: none;
}

.gallery-table .row .col .no-image i {
    font-size: 4rem;
    line-height: 200px;
    color: rgba(0,0,0,0.2);
}

.gallery-table .row .col img,
.gallery-table .row .col .no-image {
    width: 100%;
    border-radius: 5px;
    transition: transform .5s;
}

.gallery-table .row:hover .col img,
.gallery-table .row:hover .col .no-image {
    transform: scale(1.05);
}

.gallery-table .row .col a {
    font-weight: bold;
}

.gallery-table .row:hover .col a {
    color: #ff5722;
}

.gallery-table .row .col {
    cursor: pointer;
}

.gallery-table .row.row-previous {
    opacity: 0.66;
}

.gallery-table .row .col .intro-text {
    max-height: 210px;
    height: 210px;
    overflow: hidden;
    position: relative;
}

.gallery-table .row .col .intro-text:after {
    content: ' ';
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75));
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

/* END Gallery list */

/* START Image Gallery table */

.image-gallery-table .row .col {
    cursor: pointer;
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.image-gallery-table .row .col img {
    width: 100%;
    border-radius: 50%;
    border-bottom-left-radius: 0;
    transition: transform 0.5s;
}

.image-gallery-table .row .col .no-image {
    position: relative;
    transition: transform 0.5s;
}

.image-gallery-table .row .col .no-image::after {
    background-color: rgba(0,0,0,0.2);
    content: '\f03e';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 3rem;
    text-align: center;
    color: #fff;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: calc(50% - 1.5rem);
    border-radius: 50%;
    border-bottom-left-radius: 0;
    position: absolute;
}

.image-gallery-table .row .col .no-image.no-image-user:after {
    content: '\f007';
}

.image-gallery-table .row .col:hover img,
.image-gallery-table .row .col:hover .no-image {
    transform: scale(1.05);
}

.image-gallery-table .row .col .subtitle {
    font-size: 80%;
}

/* END Image Gallery Table */

/* START Form table */

.form-table .row {
    margin-bottom: 0;
}

.form-table .row .input-field {
    margin-bottom: 0;
}

/* END Form table */

/* START box panel */

.box-panel {
    background-color: rgba(0,0,0,0.05);
}

.box-panel .box-panel-title {
    font-size: 66%;
    border-bottom: solid 1px rgba(0,0,0,0.05);
    color: #9e9e9e;
    line-height: 2em;
    padding: 0 5px;
}

.box-panel .box-panel-content {
    padding: 0 5px;
}

/* END box panel */

/* START Materialize collapsible */

.collapsible {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.collapsible-header {
    background-color: rgba(20,38,97,.2);
    background-color: var(--primary-background-color);
    border-color: rgba(0,0,0,0.1);
    color: rgba(20,38,97,0.84);
    color: var(--primary-color);
    position: relative;
    line-height: 2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 2rem;
}

.collapsible-header:hover {
    background-color: rgba(20, 38, 97, 0.2);
    background-color: var(--primary-light-color);
}

.collapsible .collapsible-header:before {
    content: '\f0d7';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 1em;
    transition-duration: 0.5s;
    transition-property: transform;
}

.collapsible .active .collapsible-header:before {
    transform: rotate(180deg);
}

.collapsible-header:has(.btn.btn-floating) {
    position: relative;
    padding-right: 60px;
}

.collapsible-header .btn.btn-floating {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}

.collapsible-header .btn.btn-floating i {
    margin-right: 0;
}

.collapsible-header i:not(.icon) {
    margin-top: 4px;
    margin-right: 0.5rem;
}

.collapsible-body {
    border-color: #ddd;
    border-width: 1px;
    border-style: solid;
    border-top-width: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* END Materialize collapsible */
/* START video wrapper */
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.video-wrapper iframe {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 600px) {
    .dn-w-w50 {
        width: 100%;
    }

    .dn-w-w25 {
        width: 100%;
    }
}

@media only screen and (min-width: 601px) {
    .video-wrapper.dn-w-w50 {
        padding-bottom: 28.125%;
    }

    .video-wrapper.dn-w-w25 {
        padding-bottom: 14.0625%;
    }
}

/* END video wrapper */

/* START jstree generic */

.jstree-default .jstree-wholerow {
    height: 3rem;
}

.jstree-default .jstree-wholerow-hovered {
    background-color: rgba(20,38,97,0.2);
    background-color: var(--primary-light-color);
}

.jstree-wholerow-ul {
    width: 100%;
}

.jstree-default .jstree-wholerow-clicked {
    background: none;
    background-color: #2c6aae;
    background-color: var(--primary-solid-color);
}

.jstree-default .jstree-anchor.jstree-clicked,
.jstree-default .jstree-anchor.jstree-clicked a {
    color: white;
}

/* END jstree generic */

/* START Tree table */

.tree-table.jstree-default .jstree-anchor {
    line-height: 3rem;
    height: 3rem;
    display: inline-flex;
}

.tree-table.jstree-default .jstree-anchor i {
    line-height: 3rem;
    height: 3rem;
}

.tree-table a {
    width: calc(100% - 24px);
}

.tree-table a .tree-table-row {
    display: inline-block;
    width: calc(100% - 24px);
}

.tree-table ul .tree-table-column-first {
    float: left;
    width: calc(100% * 0.3);
    text-overflow: ellipsis;
    overflow: hidden;
}

.tree-table ul ul .tree-table-column-first {
    float: left;
    width: calc(((100% + 24px) * 0.3) - 24px);
}

.tree-table ul .tree-table-column {
    float: left;
    width: calc(100% * 0.3);
    text-overflow: ellipsis;
    overflow: hidden;
}

.tree-table ul ul .tree-table-column {
    float: left;
    width: calc((100% + 24px) * 0.3);
}

.tree-table ul .tree-table-column-last {
    float: left;
    width: calc(100% * 0.1);
}

.tree-table ul ul .tree-table-column-last {
    float: left;
    width: calc((100% + 24px) * 0.1);
}

.tree-table.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl,
.tree-table.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
    margin-top: 10px;
}

/* END Tree table */

/* START Tree menu */

.tree-menu.jstree-default .jstree-anchor {
    line-height: 3rem;
    height: 3rem;
}

.tree-menu li a.jstree-anchor {
    width: calc(100% - 32px);
}

.tree-menu li a.menu-anchor {
    display: block;
}

.tree-menu .tree-menu-row {
    display: flex;
    flex-wrap: nowrap;
}

.tree-menu .tree-menu-row i.fa.fa-cog {
    line-height: 3rem;
    margin-right: 0.5rem;
}

.tree-menu .tree-menu-fill {
    flex-grow: 1;
    width: calc(100% - 32px);
    font-weight: 600;
}

.tree-menu .tree-menu-fill a {
    width: calc(100%);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--primary-color);
}

.tree-menu.tree-menu-editable li {
    position: relative;
}

.tree-menu.tree-menu-editable li::after {
    content: '\f142';
    position: absolute;
    right: 7px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    pointer-events: none;
    top: 12px;
    color: rgba(0,0,0,0.1);
}

.tree-menu.tree-menu-editable li[aria-selected=true]::after {
    color: rgba(255,255,255,0.5);
}

.tree-menu.tree-menu-editable li a.jstree-anchor {
    padding-right: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tree-menu.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl,
.tree-menu.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
    margin-top: 15px;
}

#TotalScoreSection {
    border-top: solid 1px rgba(0,0,0,0.1);
    line-height: 3rem;
    height: 3rem;
}

#TotalScoreSection .flex-fill {
    padding-left: 24px;
}

.tree-menu-wrapper {
    position: relative;
}

.menu-edit-bar {
    padding: 0 5px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}

.menu-edit-bar a {
    padding: 0 2px;
}

.menu-sets-bar {
    border-bottom: solid 1px rgba(0,0,0,0.1);
}

.menu-sets-bar a {
    line-height: 3rem;
    padding: 0 10px;
    color: var(--text-color);
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.menu-sets-bar a:hover {
    background-color: var(--primary-light-color);
}

/* END Tree menu */

/* START Collection List component */

collection-list {
    display: block;
}

/* END Collection List component */

/* START Message table */

.message-table .row {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.message-table .row:last-of-type {
    border-bottom: 0;
}

/* END Message table */

/* START Row table */

.row-table .row {
    margin-bottom: 0;
}

/* END Row table */

/* START File Manager */

.file-manager-upload-wrapper {
    position: relative;
    display: inline-block;
}

.file-manager-upload-progress {
    position: absolute;
    top: 0;
    width: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-image: -webkit-linear-gradient(rgba(255, 131, 38, 0.66), rgba(255, 59, 8, 0.66));
    background-image: linear-gradient(rgba(255, 131, 38, 0.66), rgba(255, 59, 8, 0.66));
}

/* END File Manager */

/* START Featherlight */

.featherlight .featherlight-content {
    min-height: 150px;
    padding: 50px;
}

.featherlight .featherlight-content img {
}

a[data-featherlight] {
    position: relative;
}

a[data-featherlight^=http]::after {
    content: '\f00e';
    position: absolute;
    right: 0;
    bottom: 10px;
    padding: 0 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background-color: rgba(0,0,0,0.25);
    color: rgba(255,255,255,0.75);
}

.featherlight-previous span, .featherlight-next span {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: rgba(20,38,97,0.5);
    color: var(--primary-color);
    opacity: 0.5;
}

.featherlight-previous {
    left: 0;
}

.featherlight-previous span {
    left: 0;
    display: block;
}

.featherlight-next {
    right: 0;
}

.featherlight-next span {
    right: 0;
    display: block;
}

.gallery a:not(:first-of-type) {
    display: none;
}

.gallery a {
    position: relative;
}

.gallery a::after {
    content: '\f00e';
    position: absolute;
    right: 0;
    bottom: 10px;
    padding: 0 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background-color: rgba(0,0,0,0.25);
    color: rgba(255,255,255,0.75);
}

.widget .rce-grid-wrapper.edit-mode .gallery a:not(:first-of-type) {
    display: inline-block;
}

.version-select {
    width: 100%;
    display: inline-flex;
    align-items: center;
    text-align: left;
}

.version-select span {
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
}

.version-select .score-box {
    margin-left: 10px;
    margin-top: 0;
    float: right;
}


.search-bar {
    display: flex;
}

.search-bar .fa {
    line-height: 36px;
    margin-right: 1rem;
}

.search-bar input[type] {
    margin-bottom: 0;
    height: 36px; /* = button height */
}

/* END Featherlight */

/* Dnote Editor */

.dn-menu {
    z-index: 1500;
}

.dn-overlay {
    z-index: 2000;
}

.dn-popup {
    z-index: 2001;
}

.dn-content-editor-toolbar {
    z-index: 1;
}

.dn-editor.dn-editor-active .row {
    margin-left: 0;
}

.dn-editor.dn-editor-active .row {
    margin-left: 0;
    margin-right: 0;
}

.dn-editor.invalid {
    border: 1px solid #F44336;
}

/* END Dnote Editor */

/* Start Sequence Widget */

.sequence-widget {
    display: inline-block;
}

.sequence-widget .sequence-widget-content .sequence-widget-item {
    display: none;
}

.sequence-widget .sequence-widget-content .sequence-widget-item.active {
    display: block;
}

.sequence-widget .btn-flat i.fas {
    color: rgba(20,38,97,0.84);
    color: var(--primary-color);
}

/* End Sequence Widget */

.stars {
    display: inline-block;
}

.stars.stars-clickable {
    cursor: pointer;
}

div.progress-indicator {
    margin-top: -7px;
    position: relative;
}

.collapsible-header .progress-indicator {
    margin-top: 3px;
}

div.progress-indicator .circle {
    display: flex;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: conic-gradient(var(--highlight-color) var(--progress), var(--highlight-background-color) 0deg);
    font-size: 0;
}

div.progress-indicator .circle::after {
    content: ' ';
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 8px;
    border-radius: 50%;
    background: white;
    text-align: center;
}

.material-tooltip h4 {
    color: #fff;
}

.material-tooltip div.progress-indicator {
    margin-top: 0;
}

.material-tooltip div.progress-indicator .circle::after {
    background: #000;
}

.material-tooltip .score-box {
    border-color: #fff;
}

div.progress-indicator .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    color: var(--grey-text-color);
    font-weight: bold;
    font-size: 9pt;
    text-shadow: 1px 1px 0 white, -1px 1px 0 white, -1px -1px 0 white, 1px -1px 0 white;
}

.material-tooltip div.progress-indicator .text {
    color: #fff;
    text-shadow: none;
}

.file-manager-list {
    height: 300px;
    overflow-y: auto;
    border: solid 1px var(--primary-light-color);
}

.math-tex img {
    vertical-align: middle;
}

.styled-scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.styled-scrollbar::-webkit-scrollbar-track {
    background-color: rgba(20,38,97,.2);
    background-color: var(--primary-light-color);
    border-radius: 4px;
}

.styled-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(81,81,162,.5);
    background-color: var(--primary-color-transparent);
}

button:has(.ctrl-enter-shortcut) {
    position: relative;
}

.ctrl-enter-shortcut {
    font-size: 65%;
    border: solid 1px var(--primary-color);
    background-color: inherit;
    padding: 2px;
    border-radius: 2px;
    position: absolute;
    top: -5px;
    right: -5px;
    height: 2em;
    line-height: 1.5em;
}

.black-border {
    border: solid 1px #000000 !important;
}

.white-border {
    border: solid 1px #ffffff !important;
}

.red-border {
    border: solid 1px #f44336 !important;
}

.pink-border {
    border: solid 1px #e91e63 !important;
}

.purple-border {
    border: solid 1px #9c27b0 !important;
}

.deep-purple-border {
    border: solid 1px #673ab7 !important;
}

.indigo-border {
    border: solid 1px #3f51b5 !important;
}

.blue-border {
    border: solid 1px #2196f3 !important;
}

.light-blue-border {
    border: solid 1px #03a9f4 !important;
}

.cyan-border {
    border: solid 1px #00bcd4 !important;
}

.teal-border {
    border: solid 1px #009688 !important;
}

.green-border {
    border: solid 1px #4caf50 !important;
}

.light-green-border {
    border: solid 1px #8bc34a !important;
}

.lime-border {
    border: solid 1px #cddc39 !important;
}

.yellow-border {
    border: solid 1px #ffeb3b !important;
}

.amber-border {
    border: solid 1px #ffc107 !important;
}

.orange-border {
    border: solid 1px #ff9800 !important;
}

.deep-orange-border {
    border: solid 1px #ff5722 !important;
}

.brown-border {
    border: solid 1px #795548 !important;
}

.grey-border {
    border: solid 1px #9e9e9e !important;
}

.blue-grey-border {
    border: solid 1px #607d8b !important;
}

/* column of table */

.black-border .col {
    border: solid 1px #000000 !important;
}

.white-border .col {
    border: solid 1px #ffffff !important;
}

.red-border .col {
    border: solid 1px #f44336 !important;
}

.pink-border .col {
    border: solid 1px #e91e63 !important;
}

.purple-border .col {
    border: solid 1px #9c27b0 !important;
}

.deep-purple-border .col {
    border: solid 1px #673ab7 !important;
}

.indigo-border .col {
    border: solid 1px #3f51b5 !important;
}

.blue-border .col {
    border: solid 1px #2196f3 !important;
}

.light-blue-border .col {
    border: solid 1px #03a9f4 !important;
}

.cyan-border .col {
    border: solid 1px #00bcd4 !important;
}

.teal-border .col {
    border: solid 1px #009688 !important;
}

.green-border .col {
    border: solid 1px #4caf50 !important;
}

.light-green-border .col {
    border: solid 1px #8bc34a !important;
}

.lime-border .col {
    border: solid 1px #cddc39 !important;
}

.yellow-border .col {
    border: solid 1px #ffeb3b !important;
}

.amber-border .col {
    border: solid 1px #ffc107 !important;
}

.orange-border .col {
    border: solid 1px #ff9800 !important;
}

.deep-orange-border .col {
    border: solid 1px #ff5722 !important;
}

.brown-border .col {
    border: solid 1px #795548 !important;
}

.grey-border .col {
    border: solid 1px #9e9e9e !important;
}

.blue-grey-border .col {
    border: solid 1px #607d8b !important;
}


.popup .breadcrumbs {
    border-bottom: solid 1px #ccc;
    padding: .5rem;
}

.popup .popup-body:has(ul.tabs) .breadcrumbs {
    padding-left: .75rem;
    padding-right: .75rem;
}

.popup .breadcrumbs .breadcrumb {
    color: #9e9e9e;
    color: var(--grey-text-color);
    font-size: 0.9rem;
}

.popup .breadcrumbs .breadcrumb i.fa {
    font-size: 0.9rem;
    line-height: 1.5rem;
}

.popup .breadcrumbs .breadcrumb:before {
    color: #9e9e9e;
    color: var(--grey-text-color);
    font-size: 0.9rem;
}

.popup .popup-body .breadcrumbs:after {
    content: ' ';
    clear: both;
    display: block;
}
.dashboard-container .card-content {
    height: 17.5rem;
}

.btn.btn-with-icon {
    position: relative;
}

.btn.btn-with-icon .fa.btn-icon {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 61%;
    background-color: #ff9800;
    color: #fff;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    white-space: nowrap;
    line-height: 15px;
}

.btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(21, 156, 228, 0.4) !important;
}

.btn[disabled] {
    /* Allow tooltips on disabled buttons. */
    pointer-events: all;
}

.btn.btn-transparent {
    background-color: transparent;
}

.btn.btn-nav-scroller {
    background-color: transparent;
}

.btn.btn-nav-scroller i {
    color: #ffffff;
}

.btn.btn-nav-scroller:hover {
    background-color: #f86800;
    background-color: var(--highlight-color-alt);
}

.btn.btn-input:not(.btn-flat):not(.btn-floating) {
    background: transparent;
    color: var(--text-color);
    padding-left: .5rem;
    padding-right: .5rem;
    margin-left: -1.5rem;
}
.jstree-default .jstree-anchor {
    padding-left: 4px;
    padding-right: 4px;
}

.jstree-anchor.jstree-clicked {
    background-color: rgba(20,38,97,0.84);
    background-color: var(--primary-color);
}

.jstree-anchor button {
    padding: 0 0.5rem;
}

.jstree-anchor button:first-of-type {
    margin-left: 0.5rem;
}

.btn.jstree-button {
    background-color: transparent;
    height: 32px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: rgba(20,38,97,0.84);
    color: var(--primary-color);
    vertical-align: top;
}

.btn.jstree-button i {
    line-height: 32px;
}

.btn.jstree-button:hover {
    background-color: var(--primary-light-hover-color);
}

.jstree-clicked .btn {
    color: white;
}
.grid-table {
    margin-bottom: 1rem;
    position: relative;
}

.grid-table.grid-table-scroller {
    overflow: auto;
}

.grid-table .row {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    background-color: transparent;
    transition: background-color 0.5s ease
}

.grid-table.grid-table-bordered {
    border: solid 1px rgba(0,0,0,0.1);
    border-radius: 5px;
}    

.grid-table.grid-table-bordered .row:not(:last-of-type) {
    border-bottom: solid 1px rgba(0,0,0,0.1);
}

.grid-table .row.grid-table-header {
    font-weight: bold;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}

.grid-table .row .sort-handle {
    cursor: move;
}

.grid-table:not(.grid-table-free-row-heights) .row .col {
    line-height: 3rem;
    height: 3rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.grid-table:not(.grid-table-free-row-heights) .row .col h4 {
    line-height: 3rem;
}

.grid-table.grid-table-free-row-heights .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.grid-table.grid-table-free-row-heights .row .col {
    padding-top: 5px;
    display: flex;
    margin-left: 0;
    flex-direction: column;
    align-items: flex-start;
}

.grid-table.grid-table-free-row-heights.grid-table-horizontal-cols .row .col {
    flex-direction: row;
    justify-content: space-between;
}


.grid-table.grid-table-free-row-heights .row .sort-handle {
    height: 40px;
}

.grid-table.grid-table-free-row-heights .row .col .btn.btn-floating {
    margin-top: 0;
    margin-bottom: 5px;
}

.grid-table.grid-table-free-row-heights .row .col div.text {
    margin-bottom: 0;
}

.grid-table.grid-table-free-row-heights .row .col.right-align {
    flex-direction: row-reverse;
    gap: 5px;
}

.grid-table.grid-table-condensed .row .col {
    line-height: 2rem;
    height: 2rem;
}

.grid-table .row.row-grayed .col {
    opacity: 0.66;
}

.grid-table.grid-table-highlight .row .col {
    background-color: inherit;
}

.grid-table.grid-table-highlight .row:not(.grid-table-header):not(.grid-table-row-static):not(.grid-table-footer):hover {
    background-color: rgba(20,38,97,0.2);
    background-color: var(--primary-background-color);
}

.grid-table.grid-table-highlight .row.selected:not(.grid-table-header):not(.grid-table-row-static):not(.grid-table-footer):hover {
    background-color: rgba(20,38,97,0.55);
    background-color: var(--primary-hover-selected-color);
}

.grid-table.grid-table-clickable .row:not(.grid-table-header):not(.grid-table-row-static):not(.grid-table-footer) .col {
    cursor: pointer;
}

.grid-table.grid-table-single-select .row:not(.grid-table-header):not(.grid-table-row-static):not(.grid-table-footer) .col {
    cursor: pointer;
}

.grid-table.grid-table-multi-select .row:not(.grid-table-header):not(.grid-table-row-static):not(.grid-table-footer) .col {
    cursor: pointer;
}

.grid-table.grid-table-single-select .row:not(.grid-table-header):not(.grid-table-row-static):not(.grid-table-footer),
.grid-table.grid-table-multi-select .row:not(.grid-table-header):not(.grid-table-row-static):not(.grid-table-footer) {
    user-select: none;
}

.grid-table .row.selected {
    background-color: rgba(20,38,97,0.84);
    background-color: var(--primary-color);
    color: white;
}

.grid-table .row.selected .col a,
.grid-table .row.selected .col h1,
.grid-table .row.selected .col h2,
.grid-table .row.selected .col h3,
.grid-table .row.selected .col h4,
.grid-table .row.selected .col h5,
.grid-table .row.selected .col h6 {
    color: white;
}

.grid-table .row .col img.rounded {
    float: left;
    position: relative;
    width: auto;
    height: calc(100% - 8px);
    margin-right: 5px;
    margin-top: 4px;
    border-radius: 50%;
}

.grid-table .row .col .btn .fas {
    margin: 0;
    color: #757575;
}

.grid-table .row .col .btn.btn-floating .fa,
.grid-table .row .col .btn.btn-floating .fas {
    color: #fff;
}

.grid-table .row .col .btn {
    color: #757575 !important;
    margin-top: -2px;
}

.grid-table .row .col.flex .btn {
    margin-top: 5px;
}

.grid-table .row .col .btn.right {
    margin-top: 4px;
}

.grid-table .row.selected .col .fas {
    color: white !important;
}

.grid-table .row .col .no-image {
    float: left;
    position: relative;
    width: 40px;
    height: 3rem;
    margin-right: 10px;
}

.grid-table .row .col .no-image:after {
    background-color: rgba(0,0,0,0.2);
    content: '\f03e';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    position: absolute;
    left: 0;
}

.grid-table .row .col .no-image.no-image-user:after {
    content: '\f007';
}

/* Right buttons */

.grid-table .row:has(.row-right-buttons) {
    position: relative;
}

.grid-table .row .row-right-buttons {
    position: absolute;
    top: 0;
    right: .5rem;
    line-height: 3rem;
    background-color: inherit;
}

.grid-table .row:has(.row-right-buttons) div:nth-last-child(2) {
    --right-button-count: 0;
    padding-right: calc(var(--right-button-count)* 1.2075rem + 1rem);
}

.grid-table.grid-table-highlight .row.selected .row-right-buttons i {
    color: #fff;
}

/* Sortable */

.grid-table.grid-table-sortable .row .col i.fa-ellipsis-v {
    cursor: move;
    padding: 0 5px;
}

.grid-table.grid-table-with-subtitles .row .col {
    height: 3.8rem;
}

.grid-table.grid-table-with-subtitles .row .col .main {
    line-height: 2rem;
}

.grid-table.grid-table-with-subtitles .row .col .sub {
    line-height: 1.8rem;
    font-size: 14px;
}

.grid-table .row .col [type="checkbox"]:checked + span:not(.lever):before {
    top: 0;
}

.grid-table .row.highlight {
    font-weight: bold;
}

.grid-table input {
    background-color: #fff;
}

.grid-table .grid-table-search-bar .col {
    padding: 0;
}

.grid-table .grid-table-search-bar .col:not(:first-child) {
    border-left: solid 1px rgba(0,0,0,0.1);
}

.grid-table .grid-table-search-bar .col:not(:last-child) {
    border-right: solid 1px rgba(0,0,0,0.1);
}

.grid-table .grid-table-search-bar input {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.grid-table .grid-table-search-bar input,
.grid-table .grid-table-search-bar select {
    background-color: rgba(0,0,0,0.05);
    background-color: var(--input-light-color);
}

.grid-table input.flat {
    background-color: #fff;
}

.grid-table .switch {
    margin-top: 13px;
}

/* Progress */

.grid-table .progress-indicator {
    margin-top: 6px;
}

/* Classic table */
table.table-hover tbody tr {
    background-color: transparent;
    transition: background-color 0.5s ease
}

table.table-hover tbody tr:not(.row-static):hover {
    background-color: rgba(20,38,97,0.2);
    background-color: var(--primary-background-color);
}

table.table-clickable tbody tr:not(.row-static) {
    cursor: pointer;
}

table.table-cell-clickable tbody tr td.cell-clickable {
    cursor: pointer;
}

table.table-clickable a,
table.table-cell-clickable a {
    text-decoration: none;
}

table.table-cell-clickable tbody tr td.cell-clickable:hover {
    background-color: rgba(20,38,97,0.2);
    background-color: var(--primary-background-color);
}

table tbody tr td.cell-group {
    cursor: pointer;
}

table tbody tr td.cell-group:hover {
    background-color: rgba(20,38,97,0.2);
    background-color: var(--primary-background-color);
}

table tr.dropdown-row {
    font-weight: bold;
}

table tr.row-collapsed {
    display: none;
}

table tr.dropdown-row td:last-child {
    position: relative;
}

table tr.dropdown-row td:last-child::after {
    position: absolute;
    top: 8px;
    right: 5px;
    content: '\f0d7';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 0.5em;
    line-height: 2.25rem;
}

table tr.dropdown-row.active td:last-child::after {
    content: '\f0d8';
}

table .row-with-image td {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    line-height: 40px;
}

.grid-table .image,
table .image {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    /*background-color: rgba(0,0,0,0.2);*/
    background-position: center;
    background-size: cover;
}

.grid-table .image {
    margin-top: 4px;
}

.grid-table .row-with-image .image:not(.no-image), 
table .row-with-image .image {
    background-color: rgba(0,0,0,0.2);
}

.grid-table .row-with-image .image:not(.no-image) {
    margin-top: 4px;
}

.grid-table .fa {
    color: grey;
}

.grid-table .grid-table-header-button {
    position: absolute;
    top: 5px;
    right: 0;
}

table .image.no-image {
    position: relative;
}

table.table-no-wrap td, table.table-no-wrap th {
    white-space: nowrap;
}

table tr {
    /* Remove standard materialize border */
    border-bottom: none;
}

table tr td, table tr th {
    /* Remove standard materialize padding */
    padding: 5px;
}

table .image.no-image:after {
    content: '\f03e';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    color: #fff;
    width: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
}

table .image.no-image.no-image-user:after {
    content: '\f007';
}

table.bordered > tbody > tr, table.lined > tbody > tr {
    border-top: solid 1px silver;
    border-bottom: solid 1px silver;
}

table.bordered > tbody > tr > td, table.bordered > thead > tr > th {
    border-left: solid 1px silver;
    border-right: solid 1px silver;
    page-break-inside: avoid;
}

table.compressed td {
    padding: 5px;
}

table.tooltip-progress-table {
    table-layout: fixed;
    width: auto;
}

table.tooltip-progress-table div.progress-indicator {
    margin-top: 0;
}

table.tooltip-progress-table th:first-child, table.tooltip-progress-table td:first-child {
    width: 150px;
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

table.table td[align=right] {
    text-align: right;
}
:root {
    --first-column-width: 300px;
}

body:has(section.scroll-table) .main-container {
    padding-bottom: 0;
}

body:has(section.scroll-table) .row {
    margin-bottom: 0;
}

section.header {
    height: 50px;
    margin-bottom: 10px;
    white-space: nowrap;
    display: flex;
}

section.header h2 {
    line-height: 50px;
    margin: 0;
    padding: 0;
    flex-grow: 1;
}

section.scroll-table {
    display: grid;
    grid-template-columns: min-content repeat(5, minmax(200px, 1fr));
    grid-template-rows: repeat(22, minmax(50px, 1fr));
    height: calc(100vh - 253px) !important;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: scroll;
}

body:has(.submenu) section.scroll-table {
    height: calc(100vh - 302px) !important;
}

body.frame-layout section.scroll-table {
    height: calc(100vh - 157px) !important;
}

section.scroll-table .header {
    background-color: var(--primary-light-color);
    position: sticky;
    top: 0;
    z-index: 2;
    font-weight: bold;
    padding: 5px;
}

section.scroll-table .header.cell:not(:has(.rotated)) {
    align-items: end;
}

section.scroll-table .header span.rotated {
    transform: translate(-100px, 33px) rotate(40deg);
    display: block;
    height: 1.5rem;
}

section.scroll-table .header span.rotated span.truncate {
    width: 130px;
    text-align: right;
}

section.scroll-table .header span.rotated:has(img) {
    transform: translate(-80px, 33px) rotate(40deg);
}

section.scroll-table .header span.rotated:has(img) span.truncate {
    width: 110px;
    text-align: left;
}

section.scroll-table .header span.rotated img {
    width: 20px;
    vertical-align: text-top;
    border-radius: 50%;
}

section.scroll-table .cell {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
}

section.scroll-table .cell .fa-caret-right {
    line-height: 20px;
    padding-left: .25rem;
    padding-right: .25rem;
}

section.scroll-table .fixed-cell {
    background-color: #fff;
    position: sticky;
    top: 25px;
    left: 0;
    z-index: 1;
}

section.scroll-table .cell:not(.header) {
    padding: 5px;
    align-self: center;
    line-height: 40px;
}

section.scroll-table .cell .score-box {
    display: inline-block;
}

section.scroll-table .cell .image {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.2);
}

section.scroll-table .cell:has(.image) span {
    flex-grow: 1;
}

section.scroll-table .cell.fixed-cell span {
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    width: var(--first-column-width);
}
    
section.scroll-table .image.no-image {
    position: relative;
}

section.scroll-table .image.no-image:after {
    content: '\f03e';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    color: #fff;
    width: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
}

section.scroll-table .image.no-image.no-image-user:after {
    content: '\f007';
}
.card {
    position: relative;
    border-radius: 8px;
    color: rgba(0,0,0, 0.9);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    transition: transform 0.3s linear, box-shadow 0.3s linear;
}

.card .card-image .card-title a {
    color: white !important;
}

.card .card-image.no-image {
    background-color: rgba(0,0,0,0.1);
}

.card .card-image.no-image .fas.fa-image {
    margin: auto;
}

.card .card-image .card-image-link {
    width: 100%;
    height: 200px;
    display: block;
    background-size: cover;
}

.card .card-icon {
    position: absolute;
    bottom: 16px;
    left: calc(50% - 25px);
    border-radius: 50%;
    border: solid 2px #fff;
    background-color: rgba(20,38,97,0.84);
    background-color: var(--primary-color);
}

.card.card-clickable {
    cursor: pointer;
    transition: transform 0.3s linear, box-shadow 0.3s linear;
}

.card.card-clickable:hover {
    transform: scale(1.025);
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);
}

.card .card-toolbar {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 5px;
    margin-right: 5px;
}

.card .card-toolbar a.btn-floating {
    background: none;
    border: none;
    box-shadow: none;
}

.card .card-toolbar a.btn-floating:hover {
    background-color: var(--primary-color-transparent);
}

.card .card-toolbar a.btn-floating i.fa-times {
    color: var(--danger-color);
}

.card .card-action {
    white-space: nowrap;
}

.card .grid-table.grid-table-scroller {
    height: calc(100% - 2rem);
}
.card-panel {
    font-size: 1rem;
    border-radius: 8px;
    padding: 30px 50px;
    color: rgba(0,0,0, 0.9);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}

.card-panel.click-area {
    transition: transform 0.3s linear, box-shadow 0.3s linear;
}

.card-panel.click-area:hover {
    transform: scale(1.025);
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);
}

.card-panel.correct {
    background-color: rgba(0,255,0,.33);
    background-color: var(--shape-correct-background-color);
    border: 2px solid rgba(0,255,0,.66);
    border: 2px solid var(--shape-correct-border-color);
}

.card-panel.incorrect {
    background-color: rgba(255,0,0,.33);
    background-color: var(--shape-incorrect-background-color);
    border: 2px solid rgba(255,0,0,.66);
    border: 2px solid var(--shape-incorrect-border-color);
}

.card-panel i.card-panel-h3-icon {
    font-size: 1.5rem;
    line-height: 2.25rem;
    color: rgba(20, 38, 97, 0.84);
    color: var(--primary-color);
    margin-right: 0.5rem;
}
.card-table .card {
    border-radius: 8px;
}

.card-table .card .card-image {
    height: 160px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}

.card-table .card:has(.card-content-bar) .card-image {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.card-table .card i.fa-ellipsis-v {
    cursor: move;
}

.card-table .card .card-content-bar {
    padding: 0.5rem;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    height: 2.7em;
}

.card-table .card .card-content-bar > i.fa {
    height: 28px;
    line-height: 28px;
}

@media only screen and (max-width: 991px) {
    .card-table .card .card-image {
        height: 150px;
    }
}

.card-table .card .card-image.no-image {
    position: relative;
}

.card-table .card .card-image.no-image:after {
    content: '\f03e';
    color: white;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 3rem;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
}

.card-table .card .card-image.no-image.file:after {
    content: '\f15b';
}

.card-table .card .card-image.has-image .card-title {
    background-image: linear-gradient(rgba(0,0,0,.75), rgba(0,0,0,0), rgba(0,0,0,0));
}

.card-table .card .card-image .card-title a.truncate {
    width: calc(100% - 20px);
}

.card-table .card .card-image.no-image-space {
    height: 60px;
    line-height: 40px;
    border-color: var(--primary-background-color);
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.card-table .card .card-image.no-image-space .card-title a {
    color: var(--text-color) !important;
    text-overflow: ellipsis;
    width: calc(100% - 20px);
    overflow: hidden;
}

.card-table .card .card-image.no-image-space .card-title {
    white-space: nowrap;
    overflow: hidden;
}

.card-table .card .card-title {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.card-table .card .card-title a:hover {
    text-decoration: none;
}

.card-table .card .card-title > * {
    position: absolute;
    top: 10px;
}

.card-table .card .card-content {
    padding: 0.5rem;
    height: 10rem;
    overflow: hidden;
    color: var(--grey-text-color);
    font-size: 90%;
    line-height: 1.5;
}

.card-table .card .card-content::-webkit-scrollbar {
    width: 7px;
}

.card-table .card .card-content:hover::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.25);
    border-radius: 4px;
}

.card-table .card .card-content.card-content-overlay {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.card-table .card .card-content.card-content-overlay:before {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 10rem;
    left: 0;
    background: linear-gradient(transparent 50%, white);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.card-folder-table {

}
.stage {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

svg.edges {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.node {
    position: absolute;
    width: 130px;
    height: 48px;
    border-radius: 8px;
    border: 2px solid #333;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    transform: translate(-50%, -50%);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 2;
    transition: transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.node:hover {
    transform: translate(-50%, -50%) scale(1.05);
    border-color: #4f46e5; /* indigo-600 */
    box-shadow: 0 6px 15px rgba(79, 70, 229, 0.3);
    z-index: 5; /* lift above others */
}

.node > span {
    position: absolute;
    top: 0.2rem;
}

.node .progress {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 10px;
    font-weight: normal;
    color: var(--text-color);
    height: 1rem;
    margin: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: var(--primary-light-color);
}

.node .progress > span {
    display: block;
    width: 100%;
    margin-top: -0.2rem;
    position: absolute;
    text-align: center;
}

.node .progress > span.top {
    clip-path: inset(0 calc(100% - var(--progress)) 0 0);
    color: white;
}

.node .progress .determinate {
    width: var(--progress);
    background-color: #42a5f5;
}

.edit-history .item {
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(20,38,97,0.2);
    background-color: var(--primary-light-color);
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(20,38,97,0.2);
    border-color: var(--primary-light-color);
    float: left;
}

.edit-history .item:not(:first-child) {
    margin-left: -15px;
}

.edit-history .item.no-image {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    color: #fff;
    line-height: 36px;
}

.edit-history .item.no-image::after {
    content: '\f007';
}

.edit-history .label {
    margin-left: 0.5rem;
    line-height: 40px;
    font-size: 14px;
    color: #9e9e9e;
    color: var(--grey-text-color);
}

.side-bar-dropdown {
    background-color: rgba(20,38,97,0.2);
    background-color: var(--primary-background-color);
    position: relative;
    padding: 0.5em;
    cursor: pointer;
}

    .side-bar-dropdown:after {
        content: '\f0d7';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-left: 0.5em;
        position: absolute;
        right: 0.5em;
    }

    .side-bar-dropdown .score-box {
        margin-right: 1em;
    }

.side-bar {
    background-color: #ebebeb;
    background-color: var(--primary-background-color);
    position: -webkit-sticky;
    position: sticky;
    z-index: 1; /* Because the position is sticky (kinda fixed), the sidebar would show behind other elements after it in the dom. */
    top: 80px;
}

    .side-bar .grid-table {
        margin-bottom: 0;
    }

    .side-bar .row {
        border-top: solid 1px rgba(0,0,0,0.1);
    }

        .side-bar .row:first-child {
            border-top: none;
        }

.content-body {
    flex-grow: 1;
}

.has-side-bar .content-col {
    padding-left: 25px !important;
}

@media only screen and (max-width: 992px) {
    .has-side-bar .content-col {
        padding-left: 0 !important;
    }
}

.sticky-bar {
    position: sticky;
    bottom: -1px;
    padding: 0.5rem;
}

.sticky-bar.is-pinned {
    background-color: var(--primary-background-color);
}
ins {
    background-color: #cfc;
    text-decoration: inherit;
}

del {
    color: #999;
    background-color: #FEC8C8;
}

ins.mod {
    background-color: #FFE1AC;
}

.dn-tooltip {
    position: absolute;
    background-color: white;
    border: solid 1px #ccc;
    min-width: 200px;
}

.dn-tooltip .dn-tooltip-body {
    padding: 1rem;
    height: 100%;
    overflow: auto;
}

.border {
    border: 1px solid #666;
}

/* Right triangle placed top left flush. */
.tri-right.border.left-top:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -40px;
    right: auto;
    top: -8px;
    bottom: auto;
    border: 32px solid;
    border-color: #666 transparent transparent transparent;
}

.tri-right.left-top:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    right: auto;
    top: 0px;
    bottom: auto;
    border: 22px solid;
    border-color: white transparent transparent transparent;
}

/* Right triangle, left side slightly down */

.tri-right.border.left-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    right: auto;
    top: var(--callout-position, 30px);
    bottom: auto;
    border: 10px solid;
    border-color: #666 #666 transparent transparent;
}

.tri-right.left-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -18px;
    right: auto;
    top: calc(var(--callout-position, 30px) + 1px);
    bottom: auto;
    border: 10px solid;
    border-color: white white transparent transparent;
}

/* Right triangle, left side slightly up */

.tri-right.border.left-btm-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    right: auto;
    top: calc(100% - var(--callout-position, 30px));
    bottom: auto;
    border: 10px solid;
    border-color: #666 #666 transparent transparent;
}

.tri-right.left-btm-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -18px;
    right: auto;
    top: calc(100% - var(--callout-position, 30px) + 1px);
    bottom: auto;
    border: 10px solid;
    border-color: white white transparent transparent;
}

/* Right triangle, left side bottom slightly up */
.tri-right.border.left-bottom-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    right: auto;
    top: var(--callout-position, 30px);
    bottom: auto;
    border: 10px solid;
    border-color: #666 #666 transparent transparent;
}

.tri-right.left-buttom-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -18px;
    right: auto;
    top: calc(var(--callout-position, 30px) + 1px);
    bottom: auto;
    border: 20px solid;
    border-color: white white transparent transparent;
}

/*Right triangle, placed bottom left side slightly in*/
.tri-right.border.btm-left-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 30px;
    right: auto;
    top: auto;
    bottom: -40px;
    border: 20px solid;
    border-color: #666 transparent transparent #666;
}

.tri-right.btm-left-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 38px;
    right: auto;
    top: auto;
    bottom: -20px;
    border: 12px solid;
    border-color: white transparent transparent white;
}

/*Right triangle, placed bottom right side slightly in*/
.tri-right.border.btm-right-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 30px;
    bottom: -40px;
    border: 20px solid;
    border-color: #666 #666 transparent transparent;
}

.tri-right.btm-right-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 38px;
    bottom: -20px;
    border: 12px solid;
    border-color: white white transparent transparent;
}

.tri-right.border.btm-right:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -8px;
    bottom: -40px;
    border: 20px solid;
    border-color: #666 #666 transparent transparent;
}

.tri-right.btm-right:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 0px;
    bottom: -20px;
    border: 12px solid;
    border-color: white white transparent transparent;
}

/* Right triangle, right side slightly down*/
.tri-right.border.right-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -40px;
    top: 30px;
    bottom: auto;
    border: 20px solid;
    border-color: #666 transparent transparent #666;
}

.tri-right.right-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -20px;
    top: 38px;
    bottom: auto;
    border: 12px solid;
    border-color: white transparent transparent white;
}

/* Right triangle placed top right flush. */
.tri-right.border.right-top:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -40px;
    top: -8px;
    bottom: auto;
    border: 32px solid;
    border-color: #666 transparent transparent transparent;
}

.tri-right.right-top:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -20px;
    top: 0px;
    bottom: auto;
    border: 20px solid;
    border-color: white transparent transparent transparent;
}
.dn-validation-invalid,
.grid-table input.dn-validation-invalid {
    border-color: rgba(255,0,0,1);
    border-color: var(--incorrect-color);
    background-color: rgba(255,0,0,.1);
    background-color: var(--input-incorrect-background-color);
}
.lms-mt {
    margin-top: 10px;
}

.lms-mb {
    margin-bottom: 10px;
}

.lms-exercise {
    line-height: 2rem;
    break-inside: avoid;
}

.lms-exercise .left {
    float: left !important;
}

.lms-exercise .right {
    float: right !important;
}

.lms-exercise .center {
    text-align: center;
}

.lms-exercise .lms-hide {
    display: none !important;
}

.lms-exercise .lms-clearfix {
    clear: both;
}

.lms-exercise .lms-exercise-header h3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.lms-exercise .lms-exercise-header .btn-small {
    margin-top: 2px;
}

.lms-exercise .exercise-question {
    display: none;
}

.lms-exercise .exercise-question.active {
    display: block;
}

.lms-exercise .exercise-question h4 {
    margin-top: 0;
    margin-bottom: 0;
}

.lms-exercise .exercise-question:has(img.icon) h4 {
    margin-top: -5px;
}

.lms-exercise .exercise-question h5 {
    margin-top: -12px;
    margin-bottom: 0;
}

.lms-exercise .exercise-question .icon {
    border-radius: 50%;
    margin-right: 5px;
    margin-bottom: 5px;
}

.lms-exercise a, .lms-exercise h1, .lms-exercise h2, .lms-exercise h3, .lms-exercise h4, .lms-exercise h5, .lms-exercise h6 {
    color: rgba(20,38,97,0.84);
    color: var(--primary-color);
}

.lms-exercise a {
    text-decoration: none;
}

.lms-btn, .lms-btn-large, .lms-btn-small {
    text-decoration: none;
    background-color: #fff;
    color: rgba(20,38,97,0.84);
    color: var(--primary-color);
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    font-size: 14px;
    outline: 0;
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.20);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.20); 
}

.lms-exercise .lms-btn.choice-item-button {
    text-transform: none;
    min-width: 6em;
}

.lms-exercise .lms-btn.progress-wrapper {
    display: inline-block;
}

.lms-exercise .lms-btn:hover, .lms-exercise .lms-btn-large:hover, .lms-exercise .lms-btn-small:hover {
    background-color: rgba(0,0,0,.05);
}

.lms-exercise .lms-btn.lms-disabled {
    color: rgba(20, 40, 97, 0.33);
    background-color: #fff;
}

.lms-exercise textarea, .lms-exercise input:not([type=radio]):not([type=checkbox]) {
    border: solid 1px rgba(0,0,0,0.2);
    height: 2rem;
    padding: 5px;
    background-color: #fff;
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    width: 100%;
}

.lms-exercise textarea:read-only, .lms-exercise input:read-only {
    border: solid 1px #e7e7e7;
    background-color: #e7e7e7;
    background-color: var(--readony-background-color);
}

.lms-exercise textarea {
    height: 4rem;
}

.lms-exercise .button-bar {
    border-top: solid 1px rgba(0,0,0,.1);
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 10px;
}

.progress-wrapper {
    position: relative;
    min-height: 150px;
    display: block;
}

.progress-wrapper .progress-wrapper-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.5);
}

.lms-btn.progress-wrapper {
    min-height: initial;
}

.lms-btn.progress-wrapper .progress-wrapper-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.lms-row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.lms-row:after {
    content: "";
    display: table;
    clear: both;
}

.lms-col {
    float: left;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    box-sizing: border-box;
}

.lms-s6 {
    width: 50%;
}

.lms-s12 {
    width: 100%;
}

@media only screen and (min-width: 601px) {

    .lms-m4 {
        width: 33.3333333333%;
    }

    .lms-m6 {
        width: 50%;
    }

    .lms-m8 {
        width: 66.6666666667%;
    }
}

/* START box panel */

.lms-box-panel {
    background-color: rgba(0,0,0,0.05);
    border-radius: 2px;
}

.lms-box-panel .lms-box-panel-title {
    font-size: 66%;
    border-bottom: solid 1px rgba(0,0,0,0.05);
    color: #9e9e9e;
    line-height: 2em;
    padding: 5px 10px;
}

.lms-box-panel .lms-box-panel-content {
    padding: 10px;
}

/* END box panel */

h1,h2,h3,h4,h5,h6 {
    padding-bottom: 0.25rem;
}

.lms-box,
.lms-exercise {
    border: solid 1px rgba(0,0,0,0.1);
    padding: 10px;
}

.lms-box {
    margin-bottom: 15px;
}

.lms-box.lms-box-filled {
    background-color: rgba(20,38,97,0.2);
    background-color: var(--primary-background-color);
}

.lms-box > h3 {
    font-size: 120%;
    font-weight: bold;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    margin-bottom: 10px;
}

.lms-box .lms-box-header {
    border-bottom: solid 1px rgba(0,0,0,0.1);
    margin-bottom: 10px;
    margin-top: -10px;
}

.lms-box .lms-box-header > h3 {
    font-size: 120%;
    font-weight: bold;
}


.lms-box .lms-box-separator {
    border-top: solid 1px rgba(0,0,0,0.1);
    margin-top: 10px;
    margin-bottom: 10px;
}

.row-equal .lms-box {
    height: 100%;
}

.lms-exercise h3 {
    font-size: 120%;
    font-weight: bold;
}

.lms-exercise .lms-exercise-header {
    border-bottom: solid 1px rgba(0,0,0,0.1);
    margin-bottom: 0;
    margin-top: -10px;
}

.lms-exercise .lms-exercise-header .header-buttons {
    border-left: solid 1px rgba(0,0,0,0.1);
    float: right;
    padding-left: .5rem;
    margin-left: .5rem;
}

.lms-exercise.lms-exercise-without-header {
    padding-top: 10px;
}

.lms-exercise img {
    max-width: 100%;
}

.lms-exercise a[data-featherlight].right {
    width: 25%;
    margin-left: 10px;
}

@media only screen and (max-width: 600px) {
    .lms-exercise a[data-featherlight].right {
        width: 50%;
    }
}

.lms-exercise .exercise-question {
    display: none;
}

.lms-exercise .exercise-question.active {
    display: block;
}

.lms-exercise .button-bar {
    border-top: solid 1px rgba(0,0,0,0.1);
    padding-top: 15px;
    padding-bottom: 10px;
}

.lms-exercise .step-buttons {
    margin-bottom: 10px;
    padding-left: 0.3rem;
}

.lms-exercise .step-buttons .btn-small {
    margin-top: 0.25rem;
}

.lms-exercise .step-buttons .step-button {
    background-color: rgba(20,38,97,0.2);
    background-color: var(--primary-background-color);
    float: left;
    padding: 0 15px;
    margin-top: 0.25rem;
    margin-right: 0.5rem;
    line-height: 2rem;
    height: 2rem;
    user-select: none;
    position: relative;
}

.lms-exercise .step-buttons .step-button i {
    line-height: 2rem;
}

.lms-exercise .step-buttons .step-button .fa.fa-ellipsis-v {
    cursor: move;
}

.lms-exercise .step-buttons .step-button:first-child {
    margin-left: -0.3rem;
}
    
.lms-exercise .step-buttons .step-button:not(:first-child):before {
    background-color: rgba(20,38,97,0.2);
    background-color: var(--primary-background-color);
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' fill='black' d='M0.0,0.0 L5.0,0.0 L5.0,33.999 L0.0,33.999 L5.0,17.0 L0.0,0.0 Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' fill='black' d='M0.0,0.0 L5.0,0.0 L5.0,33.999 L0.0,33.999 L5.0,17.0 L0.0,0.0 Z'/%3E%3C/svg%3E");
    content: ' ';
    width: 0.3rem;
    height: 2rem;
    position: absolute;
    left: -0.3rem;
}

.lms-exercise .step-buttons .step-button:after {
    background-color: rgba(20,38,97,0.2);
    background-color: var(--primary-background-color);
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill-rule='evenodd' fill='black' d='M5.0,17.0 L0.0,33.999 L0.0,0.0 L5.0,17.0 Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill-rule='evenodd' fill='black' d='M5.0,17.0 L0.0,33.999 L0.0,0.0 L5.0,17.0 Z'/%3E%3C/svg%3E");
    content: ' ';
    width: 0.3rem;
    height: 2rem;
    position: absolute;
    right: -0.3rem;
}

.lms-exercise .step-buttons .step-button .fa-check {
    display: none;
}

.lms-exercise .step-buttons .step-button.complete .fa-check {
    display: inline-block;
}

.lms-exercise .step-buttons .step-button.active .fa-check {
    color: white;
}

.lms-exercise .step-buttons .step-button .fa-exclamation-triangle {
    font-size: 80%;
}

.lms-exercise .step-buttons .step-button:hover {
    background-color: rgba(20,38,97,0.2);
    background-color: var(--primary-light-color);
    text-decoration: none;
}

.lms-exercise .step-buttons .step-button:hover:before,
.lms-exercise .step-buttons .step-button:hover:after {
    background-color: rgba(20,38,97,0.2);
    background-color: var(--primary-light-color);
}

.lms-exercise .step-buttons .step-button.disabled {
    cursor: default;
    color: rgba(20,38,97,0.33);
}

.lms-exercise .step-buttons .step-button.disabled:before,
.lms-exercise .step-buttons .step-button.disabled:after {
    background-color: rgba(20,38,97,0.33);
}

.lms-exercise .step-buttons .step-button.active {
    background-color: #2c6aae;
    background-color: var(--primary-solid-color);
    color: white;
}

.lms-exercise .step-buttons .step-button.active:before,
.lms-exercise .step-buttons .step-button.active:after {
    background-color: #2c6aae;
    background-color: var(--primary-solid-color);
}

.lms-exercise .step-buttons .step-button.inactive {
    color: var(--grey-text-color);
}

.lms-exercise .lms-exercise-intro {
    margin-bottom: 10px;
}

.lms-exercise .question-intro {
    background-color: #ebebeb;
    background-color: var(--primary-background-color);
    padding: 10px;
    margin-bottom: 10px;
    overflow: auto;
}

.lms-exercise .question-intro p:last-of-type {
    margin-bottom: 0;
}

.lms-exercise .score-options-box .score-box {
    margin-top: 5px;
}

.lms-exercise .user-score-box {
    float: right;
}

.score-box {
    line-height: normal;
    border: solid 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    padding: 0 5px;
    white-space: nowrap;
    position: relative;
}

.lms-exercise .user-score-box .score-box {
    margin-top: 4px;
}

.score-box input {
    width: 50px !important;
    margin-bottom: 2px;
    border: solid 1px rgba(0,0,0,0.2);
    background-color: rgba(0,0,0,0.1);
}

.score-box input.invalid {
    border: solid 2px rgba(255,0,0,0.2);
    background-color: rgba(255,0,0,0.1);
}

.score-box.score-box-completed span,
.score-box.score-box-completed .dropdown-trigger::after {
    color: #fff;
}

.score-box .user-score {
    font-weight: bold;
}

.score-box .total-score {
    font-size: 80%;
}

.score-box.skip {
    text-decoration: line-through;
    color: rgba(0,0,0,0.25);
    border-color: rgba(0,0,0,0.05);
}

.score-box .fa {
    position: absolute;
    top: -12px;
    right: -12px;
    font-size: 75%;
    background-color: #ebebeb;
    background-color: var(--primary-background-color);
    border-radius: 50%;
    padding: 5px;
}

.score-box .fa.fa-exclamation-triangle {
    background-color: #ff9800;
    color: #fff;
}

.score-box .dropdown-trigger::after {
    right: 0.25rem;
    color: var(--text-color);
}

.score-box .dropdown-trigger {
    padding-right: 1.5rem;
}

.score-box .dropdown-content {
    width: auto !important;
    height: auto !important;
    left: 0 !important;
    min-width: 200px;
}

.score-box .dropdown-content li .fa {
    right: auto;
    top: auto;
    background: none;
    position: relative;
    padding: 0;
    margin-right: 10px;
}

table .score-box,
.grid-table .score-box {
    display: inline-block;
}

table td.cell-group .score-box {
    font-weight: bold;
}

.tree-menu li a .score-box {
    display: inline-block;
}

.jstree-default .jstree-anchor.jstree-clicked .score-box {
    color: white;
    border-color: white;
}

.jstree-default .jstree-anchor.jstree-clicked .score-box.skip {
    color: rgba(255,255,255,0.5);
    border-color: rgba(255,255,255,0.5);
}

#TotalScoreSection .score-box {
    margin-right: 12px;
    display: inline-block;
}

.question-content input[type="text"], .question-content input[type="number"] {
    border: solid 1px rgba(0,0,0,.2);
    height: 2rem;
    padding: 5px;
    background-color: rgba(0,0,0,.1)
}

.question-content input[type="text"].invalid, .question-content input[type="number"].invalid {
    border: solid 2px rgba(255,0,0,0.2) !important;
    background-color: rgba(255,0,0,0.1) !important;
}

.question-content inline-choice-item .choice-item-button {
    margin-top: -8px;
    text-transform: none;
    height: 30px;
    line-height: 30px;
}

.question-content inline-choice-item .choice-item-button:focus {
    outline: -webkit-focus-ring-color auto 1px;
}

.lms-entry {
    padding-left: 5px;
    padding-right: 5px;
}

.lms-entry-correct {
    border: solid 1px rgba(0,255,0,1);
    border: solid 1px var(--correct-color);
    color: rgba(0,255,0,1);
    color: var(--correct-color);
}

.lms-entry-select {
    white-space: nowrap;
}

.lms-entry-incorrect {
    border: solid 1px rgba(255,0,0,1);
    border: solid 1px var(--incorrect-color);
    color: rgba(255,0,0,1);
    color: var(--incorrect-color);
}

.lms-checkbox-correct {
    color: rgba(0,255,0,1);
    color: var(--correct-color);
}

.lms-checkbox-incorrect {
    color: rgba(255,0,0,1);
    color: var(--incorrect-color);
}

.lms-section-incorrect {
    border: solid 1px rgba(255,0,0,1);
    border: solid 1px var(--incorrect-color);
    color: rgba(255,0,0,1);
    color: var(--incorrect-color);
    padding: 0.25rem;
}

inline-choice-item {
    margin-right: 10px;
    margin-left: 10px;
}

inline-choice-item .btn {
    margin-right: 0 !important;
    padding-right: 16px !important;
}

inline-choice-item .btn:after {
    content: none !important;
}

.editor-wrapper select {
    display: inline-block;
    height: inherit;
}

table.step-align-table {
    width: auto;
}

table.step-align-table tr {
    border: none;
}

table.step-align-table td {
    padding: 0 5px;
}

table.step-align-table td.step-align-text div.step-align-text-content {
    color: #ff7f00;
    color: var(--highlight-color);
    font-size: small;
    position: relative;
    top: 1em;
}

span.dragdrop-target-field {
    border: solid 1px rgba(0,0,0,0.2);
    display: inline-block;
    line-height: calc(2rem - 2px);
    min-height: 2rem;
    min-width: 5em;
    background-color: rgba(0,0,0,0.1);
}

span.dragdrop-target-field.hovered {
    border-color: rgba(20,38,97,0.84);
    border-color: var(--primary-color);
    background-color: rgba(20,38,97,0.2);
    background-color: var(--primary-background-color);
}

.edit-mode span.dragdrop-target-field {
    padding: 0 5px;
}

span.dragdrop-target-field:empty:before {
    content: '\a0';
}

span.dragdrop-target-field.dropped {
    min-width: 1px;
}

.user-result span.dragdrop-target-field,
.correct-result span.dragdrop-target-field {
    min-width: 1px;
    padding: 0 5px;
}

span.dragdrop-target-field.correct {
    min-width: 1px;
    padding: 0 5px;
}

span.dragdrop-target-field span.dragdrop-field-hint {
    color: gray;
}

span.dragdrop-target-field.dropped span.dragdrop-field-hint {
    display: none;
}

span.dragdrop-draggable-field {
    display: block;
    border: solid 1px rgba(0,0,0,0.2);
    line-height: calc(2rem - 4px);
    min-height: calc(2rem - 2px);
    padding: 0 5px;
    margin-top: 5px;
    background-color: rgba(0,0,0,0.1);
    text-align: center;
    cursor: move;
    touch-action: none;
    user-select: none;
    transform: translate(0px, 0px);
}

span.dragdrop-draggable-field:first-child {
    margin-top: 0;
}

span .dragdrop-draggable-field:empty:before {
    content: '\a0';
}

.question-content .dragdrop-draggable-container {
    float: right;
    width: 25%;
    border-left: solid 1px rgba(0,0,0,0.2);
    padding-left: 5px;
}

.question-content .dragdrop-target-container {
    float: left;
    width: 75%;
}

.question-content.dragdrop-question-content {
    display: flex;
}

.question-content.dragdrop-question-content .dropdown-trigger {
    display: none;
    min-height: 36px;
    height: auto;
}

.question-content.dragdrop-question-content .dropdown-trigger .mjx-chtml {
    margin: 5px;
}

.question-content.dragdrop-question-content.dragdrop-question-inline .dropdown-trigger {
    display: inline-block;
}

.question-content.dragdrop-question-content.dragdrop-question-inline span.dragdrop-target-field {
    display: none;
}

.question-content.dragdrop-question-content.dragdrop-question-inline .dragdrop-draggable-container {
    display: none;
}

.question-content.dragdrop-question-content.dragdrop-question-inline .dragdrop-target-container {
    width: 100%;
}


.progress-table-header {
    display: flex;
    gap: 1rem;
}

.progress-table-header .title {
    flex-grow: 1;
    overflow: hidden;
}

.progress-table-header .title h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

.progress-table-wrapper {
    overflow-x: auto;
    height: calc(100vh - 335px);
}

.progress-table-header .select-wrapper {
    display: inline-block;
}

body.body-with-breadcrumbs .progress-table-wrapper {
    overflow-x: auto;
    height: calc(100vh - 356px);
}

body.body-with-breadcrumbs.has-submenu .progress-table-wrapper {
    overflow-x: auto;
    height: calc(100vh - 320px);
}

table.progress-table {
    position: relative;
}

table.progress-table:has(.column-with-image) {
    margin-top: 40px;
}

table.progress-table thead th, table.progress-table thead td {
    padding: 8px 10px;
}

table.progress-table thead th.grouped {
    font-weight: normal;
}

table.progress-table thead th.col-group {
    cursor: pointer;
}

table.progress-table thead th.col-group > div > span::before {
    content: '\f0fe';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #757575;
    margin-right: 10px;
    font-size: 75%;
}

table.progress-table thead th.col-group.active > div > span::before {
    content: '\f146';
}

table.progress-table thead th[data-col-group]:not([data-col-group=""]), table.progress-table tbody td[data-col-group]:not([data-col-group=""]) {
    display: none;
}

table.progress-table thead th a::before {
    content: '\f0fe';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #757575;
    margin-right: 10px;
    font-size: 75%;
}

table.progress-table th {
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 1; /* Overlap elements with position = static beneath the sticky header */
}

table.progress-table th:not(.rotate) {
    vertical-align: bottom;
    width: 250px;
    max-width: 250px;
    min-width: 250px;
}

table.progress-table th.rotate {
    /* Something you can count on */
    height: 140px;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    white-space: nowrap;
}

table.progress-table th.rotate.column-l {
    width: 125px;
    min-width: 125px;
    max-width: 125px;
}

table.progress-table th.rotate.column-xl {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
}

table.progress-table th.rotate > div:first-child {
    transform: translate(-160px, 0) rotate(40deg);
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

table.progress-table th.rotate.column-with-image .image {
    margin-top: 40px;
}

table.progress-table th.rotate.column-with-image > div:first-child {
    margin-bottom: 20px;
}

table .progress-table th.rotate > div > span {
    padding: 5px 10px;
}

table.progress-table th.spacer {
    width: auto;
    min-width: 0;
    max-width: initial;
}

table.progress-table tfoot tr td {
    border-top: solid 1px silver;
    font-weight: bold;
}

knowledgebase-component ul {
    break-inside: avoid-page;
}

knowledgebase-component .tabs {
    margin-bottom: 0;
    padding-left: 0.3rem;
}

knowledgebase-component .tabs .tab {
    margin-right: 0.25rem;
}

knowledgebase-component .tabs .tab a {
    color: rgba(20,38,97,0.84);
    color: var(--primary-color);
    background-color: rgba(20,38,97,0.2);
    background-color: var(--primary-background-color);
    padding: 0 15px;
    margin-top: 0.25rem;
    margin-right: 0.5rem;
    line-height: 2rem;
    height: 2rem;
    user-select: none;
    position: relative;
}

knowledgebase-component .tabs .tab a:hover {
    color: inherit;
    background-color: rgba(20,38,97,0.2);
    background-color: var(--primary-light-color);
}

knowledgebase-component .tabs .tab a.active {
    background-color: rgba(20,38,97,0.84);
    background-color: var(--primary-color);
    color: white;
}

knowledgebase-component .content {
    padding: 10px;
}

knowledgebase-component .tabs {
    height: 36px;
}

.card-table .card .card-image.no-image.no-image-knowledgebase:after {
    content: '';
}

.card-table .card .card-image.no-image.no-image-knowledgebase {
    background-image: url('/img/knowledgebase-icon.svg?v=7PUZQT5eZC9nQ2l0SjJcETaqpjQ');
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center 70%;
}

.card-table .card .card-image.no-image.no-image-knowledgebase .card-title {
    background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.editable-page-body .editor-buttons {
    background-color: rgba(20,38,97,0.2);
    background-color: var(--primary-background-color);
    padding: 1rem;
}

.editable-page-body .editor-buttons:has(a) {
    position: sticky;
    bottom: 0;
}

.editable-page-body .row.has-positional-widgets > .col:first-child {
    border-right: solid 1px silver;
}
.chat-panel .side-panel-title {
    width: 100%;
}

.chat-panel .side-panel-title a {
    display: flex;
}

.chat-panel .side-panel-title a span {
    flex-grow: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.chat-panel .side-panel-title a i.fa {
    line-height: 24px;
    margin-left: .25rem;
}

.chat-panel .side-panel-content {
    display: flex;
    flex-direction: column;
}

.chat-panel .chat-panel-message-list {
    overflow-y: auto;
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
}

.chat-panel .chat-panel-message {
    display: inline-block;
    position: relative;
    margin-top: .35rem;
    margin-bottom: .35rem;
    margin-left: 15px;
    padding: .5rem 1rem;
    width: calc(100% - 30px);
    border-style: solid;
    border-width: 3px;
    border-color: var(--grey-text-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.chat-panel .chat-panel-message.right-bubble {
    border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    background-color: var(--primary-background-color);
}

.chat-panel .chat-panel-message.left-bubble {
    border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
}

.chat-panel .chat-panel-message:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -15px;
    top: -3px;
    bottom: auto;
    border: 13px solid;
    border-color: var(--grey-text-color) transparent transparent transparent;
}

.chat-panel .chat-panel-message:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -9px;
    top: 0px;
    bottom: auto;
    border: 10px solid;
    border-color: var(--primary-background-color) transparent transparent transparent;
}

.chat-panel .chat-panel-message.left-bubble:before {
    right: auto;
    left: -15px;
    top: -3px;
    bottom: auto;
    border: 13px solid;
    border-color: var(--grey-text-color) transparent transparent transparent;
}

.chat-panel .chat-panel-message.left-bubble:after {
    left: -9px;
    right: auto;
    border-color: #fff transparent transparent transparent;
}

.chat-panel .chat-panel-message-timestamp {
    font-size: 0.6rem;
    line-height: 1.25;
    margin-bottom: .25rem;
    color: var(--grey-text-color);
}

.chat-panel .chat-panel-create-message-section {
    border-top: 1px solid var(--grey-text-color);
    margin: 0 1rem;
}

.chat-panel .chat-panel-file-buttons-area {
    margin-bottom: 1rem;
}

.chat-panel .chat-panel-file-buttons-area a {
    margin-right: .5rem;
}

.chat-panel .chat-panel-files-area:has(.chat-panel-file) {
    padding: .5rem;
    overflow-x: auto;
    white-space: nowrap;
}

.chat-panel .chat-panel-file {
    display: inline-block;
    width: 100px;
    height: 100px;
    position: relative;
    margin-left: .5rem;
}

.chat-panel .chat-panel-file:first-child {
    margin-left: 0;
}

.chat-panel .chat-panel-file img {
    display: inline-block;
    height: 100px;
}

.chat-panel .chat-panel-file.chat-panel-file-no-image {
    background-color: var(--primary-background-color);
}

.chat-panel .chat-panel-file.chat-panel-file-no-image a:before {
    content: '\f15b';
    position: absolute;
    top: calc(50%);
    left: calc(50%);
    transform: translateX(-50%) translateY(-50%);
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: calc(200%);
    color: #aaa;
}

.chat-panel .chat-panel-file.chat-panel-file-no-image a {
    width: calc(100%);
    height: calc(100%);
    display: inline-block;
}

.chat-panel .chat-panel-file .chat-panel-file-delete-button {
    position: absolute;
    top: -5px;
    right: -5px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.chat-panel .chat-panel-file .chat-panel-file-delete-button:after {
    content: 'x';
}

.chat-panel .chat-panel-message-content .chat-panel-files-area:has(.chat-panel-file) {
    border-top: solid 1px var(--grey-text-color);
    padding: .5rem 0 0 0;
    margin-top: .5rem
}

.chat-panel .chat-panel-message-content .chat-panel-file {
    width: 50px;
    height: 50px;
}

.chat-panel .chat-panel-message-content .chat-panel-file img {
    height: 50px;
}

.chat-panel .chat-panel-message-content .chat-panel-file a[data-featherlight]:after {
    bottom: 4px;
}
edit-table {
    display: block;
}
.news-dialog .news-item:not(:last-child) {
    padding: .5rem 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0,0,0,0.05);
    border-bottom-color: var(--line-color);
}

.news-dialog .news-item:first-child {
    padding-top: 0;
}

.news-dialog .news-item h4 {
    padding: 0;
    line-height: 1;
}


.news-container h2 {
    margin-bottom: 1rem;
}

.news-container .news-table h4 {
    padding: 0;
    line-height: 1;
    margin-bottom: .5rem;
}

.news-container .news-table .news-date {
    font-size: .8rem;
}

.news-container .news-table .row:not(:last-child) {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0,0,0,0.05);
    border-bottom-color: var(--line-color);
}

.news-container .news-table .row {
    padding-bottom: 1rem;
}

.news-detail-container .news-content {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0,0,0,0.05);
    border-bottom-color: var(--line-color);
}

.news-detail-container .news-date {
    font-size: .8rem;
    margin-bottom: 1rem;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0,0,0,0.05);
    border-bottom-color: var(--line-color);
}

.lms-hotspot-image-container {
    width: 66%;
    position: relative;
    margin: auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.2);
}

.lms-hotspot-image-container.lms-hotspot-image-empty:after {
    background-color: rgba(0,0,0,0.2);
    content: '\f03e';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 3rem;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 200px;
    line-height: 200px;
    display: block;
}

.lms-hotspot-image-container img {
    width: 100%;
    height: auto;
}

.lms-hotspot-image-container.lms-hotspot-image-empty img {
    display: none;
}

.lms-hotspot-image-container .lms-hotspot-shape {
    position: absolute;
}

.lms-hotspot-image-container.lms-hotspot-shapes-visible .lms-hotspot-shape {
    background-color: rgba(68,68,127,0.75);
    background-color: var(--shape-primary-background-color);
}

.lms-hotspot-image-container .lms-hotspot-shape.selected {
    background-color: rgba(68,68,127,0.75);
    background-color: var(--shape-primary-selected-background-color);
    border: 5px solid rgba(68,68,127,1);
    border: 5px solid var(--shape-primary-border-color);
}

.lms-hotspot-image-container .lms-hotspot-shape.lms-hotspot-ellipse {
    border-radius: 100%;
}

.lms-hotspot-image-container .lms-hotspot-shape.incorrect {
    background-color: rgba(255,0,0,.33);
    background-color: var(--shape-incorrect-background-color);
    border: 2px solid rgba(255,0,0,.66);
    border: 2px solid var(--shape-incorrect-border-color);
}

.lms-hotspot-image-container .lms-hotspot-shape.correct {
    background-color: rgba(0,255,0,.33);
    background-color: var(--shape-correct-background-color);
    border: 2px solid rgba(0,255,0,.66);
    border: 2px solid var(--shape-correct-border-color);
}

.lms-hotspot-image-container .lms-hotspot-shape .lms-hotspot-shape-label {
    font-size: 80%;
    font-weight: bold;
    color: gray;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lms-hotspot-image-container .lms-hotspot-shape.incorrect .lms-hotspot-shape-label {
    color: rgba(255,0,0,.66);
    color: var(--shape-incorrect-border-color);
}

.lms-hotspot-image-container .lms-hotspot-shape.correct .lms-hotspot-shape-label {
    color: rgba(0,255,0,.66);
    color: var(--shape-correct-border-color);
}

/* Editor specific rules */

.lms-hotspot-image-editor .lms-hotspot-image-container .lms-hotspot-shape:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: transparent gray transparent transparent;
    right: 0;
    bottom: 0;
    position: absolute;
    cursor: se-resize;
}

.lms-hotspot-image-editor .lms-hotspot-image-container {
    width: 50%;
}

span.hotspot-field {
    border: solid 1px rgba(0,0,0,0.2);
    display: inline-block;
    line-height: calc(2rem - 2px);
    min-height: 2rem;
    min-width: 5em;
    background-color: rgba(0,0,0,0.1);
    padding-left: 0.5em;
    padding-right: 0.5em;
    user-select: none;
}

.hotspottext-question-content span.hotspot-field {
    cursor: pointer;
}

.hotspottext-question-content span.hotspot-field:focus {
    outline: -webkit-focus-ring-color auto 1px;
}

.hotspottext-question-content span.hotspot-field.selected {
    background-color: rgba(68,68,127,1);
    background-color: var(--primary-color);
    border-color: rgba(191,191,214,1);
    border-color: var(--primary-light-color);
    color: #fff;
}

.hotspottext-question span.hotspot-field.lms-entry-correct {
    background-color: rgba(0,127,0,.1);
    background-color: var(--input-correct-background-color);
    border-color: rgba(0,127,0,1);
    border-color: var(--correct-color);
    color: rgba(0,127,0,1);
    color: var(--correct-color);
}

.hotspottext-question span.hotspot-field.lms-entry-incorrect {
    background-color: rgba(127,0,0,.1);
    background-color: var(--input-incorrect-background-color);
    border-color: rgba(127,0,0,1);
    border-color: var(--incorrect-color);
    color: rgba(127,0,0,1);
    color: var(--incorrect-color);
}

.hotspottext-question span.hotspot-field.invalid {
    background-color: rgba(127,0,0,.1);
    background-color: var(--input-incorrect-background-color);
    border-color: rgba(127,0,0,1);
    border-color: var(--incorrect-color);
    color: rgba(127,0,0,1);
    color: var(--incorrect-color);
}


.html-question textarea {
    height: 10rem;
    font-family: Courier New, Courier, monospace;
}

html-question-editor textarea {
    height: 10rem;
    font-family: Courier New, Courier, monospace;
}
.order-question .lms-order-item {
    margin-bottom: 0.25em;
    padding: 1em;
    text-align: center;
    border: 1px dashed var(--shape-primary-border-color);
    background-color: var(--primary-background-color);
}

.order-question .question-entry-section .lms-order-item {
    cursor: move;
}
.php-question textarea {
    height: 10rem;
    font-family: Courier New, Courier, monospace;
}

php-question-editor textarea {
    height: 10rem;
    font-family: Courier New, Courier, monospace;
}
.poll-question .poll-table .row {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.poll-question .poll-table .row:nth-of-type(even) {
    background-color: rgba(20,38,97,0.2);
    background-color: var(--primary-background-color);
}

.poll-question .poll-table .row.header {
    overflow: hidden;
}

.poll-question .poll-table .row.header .col.rotate {
    /* Something you can count on */
    height: 140px;
    white-space: nowrap;
}

.poll-question .poll-table .row.header .col.rotate > div {
    transform: translate(-155px, 50px) rotate(40deg);
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

.poll-question .poll-table .row.header .col.rotate > div > span {
    font-size: 85%;
    padding: 5px 10px;
}

.score-question .score-table .row {
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
}

.score-question .score-table .row.header {
    border-bottom: solid 1px rgba(20,38,97,0.2);
    margin-bottom: 0.5rem;
    color: rgba(127,127,127,1);
    color: var(--grey-text-color);
}
.c-intro figure {
    margin: 0;
}

.o-wrapper--narrow {
    max-width: 62.25rem
}

@media (min-width: 120em) {
    .o-wrapper--narrow {
        max-width: 75rem
    }
}

.c-intro {
    position: relative
}

@media (min-width: 64em) {
    .c-intro {
        padding: 2.25rem 0 0 0
    }
}

.c-intro__image {
    position: relative;
    padding-bottom: 62.5%;
    overflow: hidden
}

@media (min-width: 35.5em) {
    .c-intro__image {
        padding-bottom: 56.25%
    }
}

@media (min-width: 64em) {
    .c-intro__image {
        -webkit-border-radius: 0 0 0 7.5rem;
        -moz-border-radius: 0 0 0 7.5rem;
        border-radius: 0 0 0 7.5rem;
        padding-bottom: 45%;
        margin-left: 50%
    }
}

.c-intro__figure {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.c-intro__content {
    padding: 3rem 0 0 0
}

    .c-intro__content .o-grid {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center
    }

@media (min-width: 64em) {
    .c-intro__content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        padding: 2.25rem 0
    }

        .c-intro__content .o-wrapper {
            width: 100%
        }

        .c-intro__content .o-grid {
            -webkit-justify-content: flex-start;
            -moz-justify-content: flex-start;
            -ms-justify-content: flex-start;
            justify-content: flex-start
        }
}

.c-intro__play {
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    border-radius: 3rem;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    background: #fff;
    box-shadow: 0 .375rem 2.25rem rgba(20,38,97,0.12);
    padding: 1.875rem;
    cursor: pointer;
    z-index: 2;
    transition: all .2s cubic-bezier(.7, -0.8, .3, 1.8)
}

.c-intro__play svg {
    fill: #142661;
    width: 2.25rem;
    height: 2.25rem
}

.c-intro__play:hover, .c-intro__play:focus {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    transition: all .3s cubic-bezier(.7, -0.8, .3, 1.8)
}

.u-object-fit {
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.u-object-fit img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.help-panel-component .help-panel {
    position: fixed;
    visibility: hidden;
    top: 0;
    bottom: 0;
    left: calc(100%);
    right: calc(185%);
    width: calc(85%);
    z-index: 997;
    transition: left 0.5s linear, right 0.5s linear, visibility 0.5s linear !important;
    background-color: white;
    overflow-x: visible;
    overflow-y: auto;
    padding-bottom: 10px;
}

.help-panel-component .help-panel .help-panel-header {
    padding: 4rem 1rem 1rem 2.25rem;
    display: flex;
    align-items: center;
}

.help-panel-component .help-panel .help-panel-header-titles {
    flex-grow: 1;
}

.help-panel-component .help-panel .help-panel-title {
    font-size: 120%;
    padding: 1rem;
}

.help-panel-component .help-panel .help-panel-content {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(68,68,127,.5);
    border-top-color: var(--line-color);
    padding: 1rem 2.25rem 1.75rem 2.25rem;
}

.help-panel-component .help-panel .help-panel-content img {
    max-width: 100%;
}

.help-panel-component button {
    float: right;
}

.help-panel-component button i.fa {
    font-size: 200%;
    margin-top: 0 !important;
}

.help-panel-component.active .help-panel {
    left: calc(15%);
    right: 0;
    visibility: visible;
}

.help-panel-component.active button {
    display: block;
}

@media only screen and (min-width: 993px) {

    .help-panel-component .help-panel {
        width: calc(25%);
        right: calc(125%);
    }

    .help-panel-component.active .help-panel {
        left: calc(75%);
    }

}

.help-panel-component .help-panel-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.4;
    z-index: 997;
    display: none;
}

.help-panel-component.active .help-panel-backdrop {
    display: block;
}

.uploader-component .image-preview-wrapper {
    height: 300px;
    position: relative;
}

.uploader-component .image-preview {
    display: none;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100% - 2rem - 10px);
}

.uploader-component .image-preview-wrapper.active .image-preview {
    display: inline-block;
}

.uploader-component .image-title {
    position: absolute;
    bottom: 0;
    color: rgba(0,0,0,0.5);
    font-style: italic;
    border-top: solid 1px rgba(0,0,0,0.1);
    width: calc(100% - 1rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.uploader-component .image-preview .fa.fa-file {
    display: none;
    margin-top: calc(150px - 1rem - 0.5em);
    text-align: center;
    color: rgba(0,0,0,0.5);
}

.uploader-component .image-preview.file .fa.fa-file {
    display: block;
}

.uploader-component.invalid .image-title {
    color: #F44336;
}
.progress-module-container .card-table.card-table-flex .card .card-icon {
    bottom: 31px;
}

.progress-module-container .card-table.card-table-flex .card .card-content-bar {
    height: 4em;
    padding-top: 16px;
    display: flex;
    flex-direction: row;
}

.progress-module-container .card-table.card-table-flex .card .card-content-bar > span {
    display: block;
    white-space: nowrap;
    flex-grow: 1;
    text-align: center;
    height: 34px;
    line-height: 34px;
}

.progress-module-container .card-table.card-table-flex .card .card-content-bar .card-content-bar-icon {
    width: 40px;
    height: 40px;
}

.progress-module-container .card-table.card-table-flex .card .card-content-bar .card-content-bar-filler {
    flex-grow: 1;
}

.progress-module-container .card-table.card-table-flex .card .card-content-bar .card-content-bar-icon-label {
    line-height: 40px;
}

.progress-module-container.progress-module-tall-cards .card-table .card .card-image {
    height: 450px;
}

.progress-module-container.progress-module-tall-cards .card-table .card .card-content-bar {
    padding-top: 9px;
}

.progress-module-container .exercise-header {
    display: flex;
    margin-bottom: 1rem;
    background-color: rgba(20,38,97,0.2);
    background-color: var(--primary-background-color);
    padding: 1rem;
}

.progress-module-container .exercise-footer {
    margin-top: 1rem;
    background-color: rgba(20,38,97,0.2);
    background-color: var(--primary-background-color);
    padding: 1rem;
}

.progress-module-container .skill-icon {
    flex-shrink: 0;
    width: 57px;
    height: 57px;
    text-align: center;
    background-color: var(--primary-color);
    background-size: contain;
    border: 5px solid #fff;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.progress-module-container .grid-table .skill-icon {
    display: inline-block;
    vertical-align: middle;
    width: 2.5rem;
    height: 2.5rem;
}

.progress-module-container .exercise-header h1 {
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-size: 120%;
    margin-top: 0.4rem;
}

.progress-module-container .exercise-header h2 {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 150%;
    font-weight: bold;
    color: black;
}

.progress-module-container .exercise-header .title-section {
    flex-grow: 1;
    padding-top: 5px;
}

.progress-module-container .exercise-header .icons-section {
    display: flex;
    gap: 0.5em;
}

.progress-module-container .exercise-header .icon {
    width: 40px;
    height: 40px;
}

.progress-module-container .exercise-header .label {
    height: 40px;
    line-height: 40px;
}
.portfolio-container .portfolio-card .card-content {
    height: 7.7em;
}

.portfolio-container .portfolio-card .portfolio-card-table {
    table-layout: fixed;
}

.portfolio-container .portfolio-card .portfolio-card-table tr td {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.portfolio-container .portfolio-card .card-content {
    overflow: auto;
}

.portfolio-task-score-popup .star-radio-section {
    display: flex;
    margin-bottom: 0.5rem;
}

.portfolio-task-score-popup .star-radio-section label span {
    white-space: nowrap;
    margin-right: 0.5rem;
}

.portfolio-task-score-popup .star-radio-section [ui-id=Description] {
    cursor: pointer;
}
.subjects-table.col {
    margin-top: 2.75rem;
    padding: 0 2rem;
}

.subjects-table .row {
    margin-left: -2em;
    margin-right: -2em;
}

.subjects-table .row .col {
    padding-left: 1rem;
    padding-right: 1rem;
}

.subjects-table h4 {
    font-size: 1.5rem;
    white-space: nowrap;
}

.subjects-table .card-panel {
    padding: .5rem .5rem .5rem 1rem;
    display: flex;
    gap: .5rem;
    background-color: rgba(128, 128, 128, 0.06);
}

.subjects-table .card-panel img {
    width: 40px;
    height: 36px;
    margin-top: 1rem;
}

.subjects-table .card-panel .title {
    height: 4rem;
    display: flex;
    overflow: hidden;
}

.subjects-table .card-panel a {
    font-family: barlow, sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: #143f8e;
    color: var( --primary-color);
    align-content: center;
}

.subjects-table .card-panel a:hover {
    text-decoration: none;
}

.subjects-table .card-panel a .secondary-line {
    color: #ff7f00;
    color: var(--highlight-color);
    font-size: 1.0rem;
}

.subjects-table .card-panel.language-category {
    background-color: rgba(0, 141, 54, 0.06);
}

.subjects-table .card-panel.social-category {
    background-color: rgba(53, 143, 201, 0.06);
}

.subjects-table .card-panel.exact-category {
    background-color: rgba(204, 7, 30, 0.06);
}

.subjects-table.subjects-table-user {
    border-left: solid 1px var(--line-color);
}
