@charset "UTF-8";
html.accessiblity-app-cursor {
    cursor: url("../images/acc/cursor.svg"), default !important;
}
html.accessiblity-app-cursor a,
html.accessiblity-app-cursor button {
    cursor: url("../images/acc/cursor.svg"), default !important;
}
html.accessiblity-app-fonts body,
html.accessiblity-app-fonts h1,
html.accessiblity-app-fonts h2,
html.accessiblity-app-fonts h3,
html.accessiblity-app-fonts h4,
html.accessiblity-app-fonts h5,
html.accessiblity-app-fonts h6,
html.accessiblity-app-fonts p,
html.accessiblity-app-fonts a,
html.accessiblity-app-fonts ul,
html.accessiblity-app-fonts li {
    font-family: "Inter", sans-serif !important;
    font-style: normal;
} /*!
 * Font Awesome Free 6.1.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 2022 Fonticons, Inc.
 */
.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
}
.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.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;
}
.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.0833333337em;
    vertical-align: 0.125em;
}
.fa-sm {
    font-size: 0.875em;
    line-height: 0.0714285718em;
    vertical-align: 0.0535714295em;
}
.fa-lg {
    font-size: 1.25em;
    line-height: 0.05em;
    vertical-align: -0.075em;
}
.fa-xl {
    font-size: 1.5em;
    line-height: 0.0416666682em;
    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 {
    animation-name: fa-beat;
    animation-delay: var(--fa-animation-delay, 0);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
    animation-name: fa-bounce;
    animation-delay: var(--fa-animation-delay, 0);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(
        --fa-animation-timing,
        cubic-bezier(0.28, 0.84, 0.42, 1)
    );
}
.fa-fade {
    animation-name: fa-fade;
    animation-delay: var(--fa-animation-delay, 0);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(
        --fa-animation-timing,
        cubic-bezier(0.4, 0, 0.6, 1)
    );
}
.fa-beat-fade {
    animation-name: fa-beat-fade;
    animation-delay: var(--fa-animation-delay, 0);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(
        --fa-animation-timing,
        cubic-bezier(0.4, 0, 0.6, 1)
    );
}
.fa-flip {
    animation-name: fa-flip;
    animation-delay: var(--fa-animation-delay, 0);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
    animation-name: fa-shake;
    animation-delay: var(--fa-animation-delay, 0);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin {
    animation-name: fa-spin;
    animation-delay: var(--fa-animation-delay, 0);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 2s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
    --fa-animation-direction: reverse;
}
.fa-pulse,
.fa-spin-pulse {
    animation-name: fa-spin;
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    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 {
        animation-delay: -1ms;
        animation-duration: 1ms;
        animation-iteration-count: 1;
        transition-delay: 0s;
        transition-duration: 0s;
    }
}
@keyframes fa-beat {
    0%,
    90% {
        transform: scale(1);
    }
    45% {
        transform: scale(var(--fa-beat-scale, 1.25));
    }
}
@keyframes fa-bounce {
    0% {
        transform: scale(1, 1) translateY(0);
    }
    10% {
        transform: scale(
                var(--fa-bounce-start-scale-x, 1.1),
                var(--fa-bounce-start-scale-y, 0.9)
            )
            translateY(0);
    }
    30% {
        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% {
        transform: scale(
                var(--fa-bounce-land-scale-x, 1.05),
                var(--fa-bounce-land-scale-y, 0.95)
            )
            translateY(0);
    }
    57% {
        transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    }
    64% {
        transform: scale(1, 1) translateY(0);
    }
    100% {
        transform: scale(1, 1) translateY(0);
    }
}
@keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, 0.4);
    }
}
@keyframes fa-beat-fade {
    0%,
    100% {
        opacity: var(--fa-beat-fade-opacity, 0.4);
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(var(--fa-beat-fade-scale, 1.125));
    }
}
@keyframes fa-flip {
    50% {
        transform: rotate3d(
            var(--fa-flip-x, 0),
            var(--fa-flip-y, 1),
            var(--fa-flip-z, 0),
            var(--fa-flip-angle, -180deg)
        );
    }
}
@keyframes fa-shake {
    0% {
        transform: rotate(-15deg);
    }
    4% {
        transform: rotate(15deg);
    }
    8%,
    24% {
        transform: rotate(-18deg);
    }
    12%,
    28% {
        transform: rotate(18deg);
    }
    16% {
        transform: rotate(-22deg);
    }
    20% {
        transform: rotate(22deg);
    }
    32% {
        transform: rotate(-12deg);
    }
    36% {
        transform: rotate(12deg);
    }
    40%,
    100% {
        transform: rotate(0);
    }
}
@keyframes fa-spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.fa-rotate-90 {
    transform: rotate(90deg);
}
.fa-rotate-180 {
    transform: rotate(180deg);
}
.fa-rotate-270 {
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1, -1);
}
.fa-rotate-by {
    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);
}
.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-a::before {
    content: "A";
}
.fa-address-book::before {
    content: "\f2b9";
}
.fa-contact-book::before {
    content: "\f2b9";
}
.fa-address-card::before {
    content: "\f2bb";
}
.fa-contact-card::before {
    content: "\f2bb";
}
.fa-vcard::before {
    content: "\f2bb";
}
.fa-align-center::before {
    content: "\f037";
}
.fa-align-justify::before {
    content: "\f039";
}
.fa-align-left::before {
    content: "\f036";
}
.fa-align-right::before {
    content: "\f038";
}
.fa-anchor::before {
    content: "\f13d";
}
.fa-anchor-circle-check::before {
    content: "\e4aa";
}
.fa-anchor-circle-exclamation::before {
    content: "\e4ab";
}
.fa-anchor-circle-xmark::before {
    content: "\e4ac";
}
.fa-anchor-lock::before {
    content: "\e4ad";
}
.fa-angle-down::before {
    content: "\f107";
}
.fa-angle-left::before {
    content: "\f104";
}
.fa-angle-right::before {
    content: "\f105";
}
.fa-angle-up::before {
    content: "\f106";
}
.fa-angles-down::before {
    content: "\f103";
}
.fa-angle-double-down::before {
    content: "\f103";
}
.fa-angles-left::before {
    content: "\f100";
}
.fa-angle-double-left::before {
    content: "\f100";
}
.fa-angles-right::before {
    content: "\f101";
}
.fa-angle-double-right::before {
    content: "\f101";
}
.fa-angles-up::before {
    content: "\f102";
}
.fa-angle-double-up::before {
    content: "\f102";
}
.fa-ankh::before {
    content: "\f644";
}
.fa-apple-whole::before {
    content: "\f5d1";
}
.fa-apple-alt::before {
    content: "\f5d1";
}
.fa-archway::before {
    content: "\f557";
}
.fa-arrow-down::before {
    content: "\f063";
}
.fa-arrow-down-1-9::before {
    content: "\f162";
}
.fa-sort-numeric-asc::before {
    content: "\f162";
}
.fa-sort-numeric-down::before {
    content: "\f162";
}
.fa-arrow-down-9-1::before {
    content: "\f886";
}
.fa-sort-numeric-desc::before {
    content: "\f886";
}
.fa-sort-numeric-down-alt::before {
    content: "\f886";
}
.fa-arrow-down-a-z::before {
    content: "\f15d";
}
.fa-sort-alpha-asc::before {
    content: "\f15d";
}
.fa-sort-alpha-down::before {
    content: "\f15d";
}
.fa-arrow-down-long::before {
    content: "\f175";
}
.fa-long-arrow-down::before {
    content: "\f175";
}
.fa-arrow-down-short-wide::before {
    content: "\f884";
}
.fa-sort-amount-desc::before {
    content: "\f884";
}
.fa-sort-amount-down-alt::before {
    content: "\f884";
}
.fa-arrow-down-up-across-line::before {
    content: "\e4af";
}
.fa-arrow-down-up-lock::before {
    content: "\e4b0";
}
.fa-arrow-down-wide-short::before {
    content: "\f160";
}
.fa-sort-amount-asc::before {
    content: "\f160";
}
.fa-sort-amount-down::before {
    content: "\f160";
}
.fa-arrow-down-z-a::before {
    content: "\f881";
}
.fa-sort-alpha-desc::before {
    content: "\f881";
}
.fa-sort-alpha-down-alt::before {
    content: "\f881";
}
.fa-arrow-left::before {
    content: "\f060";
}
.fa-arrow-left-long::before {
    content: "\f177";
}
.fa-long-arrow-left::before {
    content: "\f177";
}
.fa-arrow-pointer::before {
    content: "\f245";
}
.fa-mouse-pointer::before {
    content: "\f245";
}
.fa-arrow-right::before {
    content: "\f061";
}
.fa-arrow-right-arrow-left::before {
    content: "\f0ec";
}
.fa-exchange::before {
    content: "\f0ec";
}
.fa-arrow-right-from-bracket::before {
    content: "\f08b";
}
.fa-sign-out::before {
    content: "\f08b";
}
.fa-arrow-right-long::before {
    content: "\f178";
}
.fa-long-arrow-right::before {
    content: "\f178";
}
.fa-arrow-right-to-bracket::before {
    content: "\f090";
}
.fa-sign-in::before {
    content: "\f090";
}
.fa-arrow-right-to-city::before {
    content: "\e4b3";
}
.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-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-arrow-trend-down::before {
    content: "\e097";
}
.fa-arrow-trend-up::before {
    content: "\e098";
}
.fa-arrow-turn-down::before {
    content: "\f149";
}
.fa-level-down::before {
    content: "\f149";
}
.fa-arrow-turn-up::before {
    content: "\f148";
}
.fa-level-up::before {
    content: "\f148";
}
.fa-arrow-up::before {
    content: "\f062";
}
.fa-arrow-up-1-9::before {
    content: "\f163";
}
.fa-sort-numeric-up::before {
    content: "\f163";
}
.fa-arrow-up-9-1::before {
    content: "\f887";
}
.fa-sort-numeric-up-alt::before {
    content: "\f887";
}
.fa-arrow-up-a-z::before {
    content: "\f15e";
}
.fa-sort-alpha-up::before {
    content: "\f15e";
}
.fa-arrow-up-from-bracket::before {
    content: "\e09a";
}
.fa-arrow-up-from-ground-water::before {
    content: "\e4b5";
}
.fa-arrow-up-from-water-pump::before {
    content: "\e4b6";
}
.fa-arrow-up-long::before {
    content: "\f176";
}
.fa-long-arrow-up::before {
    content: "\f176";
}
.fa-arrow-up-right-dots::before {
    content: "\e4b7";
}
.fa-arrow-up-right-from-square::before {
    content: "\f08e";
}
.fa-external-link::before {
    content: "\f08e";
}
.fa-arrow-up-short-wide::before {
    content: "\f885";
}
.fa-sort-amount-up-alt::before {
    content: "\f885";
}
.fa-arrow-up-wide-short::before {
    content: "\f161";
}
.fa-sort-amount-up::before {
    content: "\f161";
}
.fa-arrow-up-z-a::before {
    content: "\f882";
}
.fa-sort-alpha-up-alt::before {
    content: "\f882";
}
.fa-arrows-down-to-line::before {
    content: "\e4b8";
}
.fa-arrows-down-to-people::before {
    content: "\e4b9";
}
.fa-arrows-left-right::before {
    content: "\f07e";
}
.fa-arrows-h::before {
    content: "\f07e";
}
.fa-arrows-left-right-to-line::before {
    content: "\e4ba";
}
.fa-arrows-rotate::before {
    content: "\f021";
}
.fa-refresh::before {
    content: "\f021";
}
.fa-sync::before {
    content: "\f021";
}
.fa-arrows-spin::before {
    content: "\e4bb";
}
.fa-arrows-split-up-and-left::before {
    content: "\e4bc";
}
.fa-arrows-to-circle::before {
    content: "\e4bd";
}
.fa-arrows-to-dot::before {
    content: "\e4be";
}
.fa-arrows-to-eye::before {
    content: "\e4bf";
}
.fa-arrows-turn-right::before {
    content: "\e4c0";
}
.fa-arrows-turn-to-dots::before {
    content: "\e4c1";
}
.fa-arrows-up-down::before {
    content: "\f07d";
}
.fa-arrows-v::before {
    content: "\f07d";
}
.fa-arrows-up-down-left-right::before {
    content: "\f047";
}
.fa-arrows::before {
    content: "\f047";
}
.fa-arrows-up-to-line::before {
    content: "\e4c2";
}
.fa-asterisk::before {
    content: "\*";
}
.fa-at::before {
    content: "\@";
}
.fa-atom::before {
    content: "\f5d2";
}
.fa-audio-description::before {
    content: "\f29e";
}
.fa-austral-sign::before {
    content: "\e0a9";
}
.fa-award::before {
    content: "\f559";
}
.fa-b::before {
    content: "B";
}
.fa-baby::before {
    content: "\f77c";
}
.fa-baby-carriage::before {
    content: "\f77d";
}
.fa-carriage-baby::before {
    content: "\f77d";
}
.fa-backward::before {
    content: "\f04a";
}
.fa-backward-fast::before {
    content: "\f049";
}
.fa-fast-backward::before {
    content: "\f049";
}
.fa-backward-step::before {
    content: "\f048";
}
.fa-step-backward::before {
    content: "\f048";
}
.fa-bacon::before {
    content: "\f7e5";
}
.fa-bacteria::before {
    content: "\e059";
}
.fa-bacterium::before {
    content: "\e05a";
}
.fa-bag-shopping::before {
    content: "\f290";
}
.fa-shopping-bag::before {
    content: "\f290";
}
.fa-bahai::before {
    content: "\f666";
}
.fa-baht-sign::before {
    content: "\e0ac";
}
.fa-ban::before {
    content: "\f05e";
}
.fa-cancel::before {
    content: "\f05e";
}
.fa-ban-smoking::before {
    content: "\f54d";
}
.fa-smoking-ban::before {
    content: "\f54d";
}
.fa-bandage::before {
    content: "\f462";
}
.fa-band-aid::before {
    content: "\f462";
}
.fa-barcode::before {
    content: "\f02a";
}
.fa-bars::before {
    content: "\f0c9";
}
.fa-navicon::before {
    content: "\f0c9";
}
.fa-bars-progress::before {
    content: "\f828";
}
.fa-tasks-alt::before {
    content: "\f828";
}
.fa-bars-staggered::before {
    content: "\f550";
}
.fa-reorder::before {
    content: "\f550";
}
.fa-stream::before {
    content: "\f550";
}
.fa-baseball::before {
    content: "\f433";
}
.fa-baseball-ball::before {
    content: "\f433";
}
.fa-baseball-bat-ball::before {
    content: "\f432";
}
.fa-basket-shopping::before {
    content: "\f291";
}
.fa-shopping-basket::before {
    content: "\f291";
}
.fa-basketball::before {
    content: "\f434";
}
.fa-basketball-ball::before {
    content: "\f434";
}
.fa-bath::before {
    content: "\f2cd";
}
.fa-bathtub::before {
    content: "\f2cd";
}
.fa-battery-empty::before {
    content: "\f244";
}
.fa-battery-0::before {
    content: "\f244";
}
.fa-battery-full::before {
    content: "\f240";
}
.fa-battery::before {
    content: "\f240";
}
.fa-battery-5::before {
    content: "\f240";
}
.fa-battery-half::before {
    content: "\f242";
}
.fa-battery-3::before {
    content: "\f242";
}
.fa-battery-quarter::before {
    content: "\f243";
}
.fa-battery-2::before {
    content: "\f243";
}
.fa-battery-three-quarters::before {
    content: "\f241";
}
.fa-battery-4::before {
    content: "\f241";
}
.fa-bed::before {
    content: "\f236";
}
.fa-bed-pulse::before {
    content: "\f487";
}
.fa-procedures::before {
    content: "\f487";
}
.fa-beer-mug-empty::before {
    content: "\f0fc";
}
.fa-beer::before {
    content: "\f0fc";
}
.fa-bell::before {
    content: "\f0f3";
}
.fa-bell-concierge::before {
    content: "\f562";
}
.fa-concierge-bell::before {
    content: "\f562";
}
.fa-bell-slash::before {
    content: "\f1f6";
}
.fa-bezier-curve::before {
    content: "\f55b";
}
.fa-bicycle::before {
    content: "\f206";
}
.fa-binoculars::before {
    content: "\f1e5";
}
.fa-biohazard::before {
    content: "\f780";
}
.fa-bitcoin-sign::before {
    content: "\e0b4";
}
.fa-blender::before {
    content: "\f517";
}
.fa-blender-phone::before {
    content: "\f6b6";
}
.fa-blog::before {
    content: "\f781";
}
.fa-bold::before {
    content: "\f032";
}
.fa-bolt::before {
    content: "\f0e7";
}
.fa-zap::before {
    content: "\f0e7";
}
.fa-bolt-lightning::before {
    content: "\e0b7";
}
.fa-bomb::before {
    content: "\f1e2";
}
.fa-bone::before {
    content: "\f5d7";
}
.fa-bong::before {
    content: "\f55c";
}
.fa-book::before {
    content: "\f02d";
}
.fa-book-atlas::before {
    content: "\f558";
}
.fa-atlas::before {
    content: "\f558";
}
.fa-book-bible::before {
    content: "\f647";
}
.fa-bible::before {
    content: "\f647";
}
.fa-book-bookmark::before {
    content: "\e0bb";
}
.fa-book-journal-whills::before {
    content: "\f66a";
}
.fa-journal-whills::before {
    content: "\f66a";
}
.fa-book-medical::before {
    content: "\f7e6";
}
.fa-book-open::before {
    content: "\f518";
}
.fa-book-open-reader::before {
    content: "\f5da";
}
.fa-book-reader::before {
    content: "\f5da";
}
.fa-book-quran::before {
    content: "\f687";
}
.fa-quran::before {
    content: "\f687";
}
.fa-book-skull::before {
    content: "\f6b7";
}
.fa-book-dead::before {
    content: "\f6b7";
}
.fa-bookmark::before {
    content: "\f02e";
}
.fa-border-all::before {
    content: "\f84c";
}
.fa-border-none::before {
    content: "\f850";
}
.fa-border-top-left::before {
    content: "\f853";
}
.fa-border-style::before {
    content: "\f853";
}
.fa-bore-hole::before {
    content: "\e4c3";
}
.fa-bottle-droplet::before {
    content: "\e4c4";
}
.fa-bottle-water::before {
    content: "\e4c5";
}
.fa-bowl-food::before {
    content: "\e4c6";
}
.fa-bowl-rice::before {
    content: "\e2eb";
}
.fa-bowling-ball::before {
    content: "\f436";
}
.fa-box::before {
    content: "\f466";
}
.fa-box-archive::before {
    content: "\f187";
}
.fa-archive::before {
    content: "\f187";
}
.fa-box-open::before {
    content: "\f49e";
}
.fa-box-tissue::before {
    content: "\e05b";
}
.fa-boxes-packing::before {
    content: "\e4c7";
}
.fa-boxes-stacked::before {
    content: "\f468";
}
.fa-boxes::before {
    content: "\f468";
}
.fa-boxes-alt::before {
    content: "\f468";
}
.fa-braille::before {
    content: "\f2a1";
}
.fa-brain::before {
    content: "\f5dc";
}
.fa-brazilian-real-sign::before {
    content: "\e46c";
}
.fa-bread-slice::before {
    content: "\f7ec";
}
.fa-bridge::before {
    content: "\e4c8";
}
.fa-bridge-circle-check::before {
    content: "\e4c9";
}
.fa-bridge-circle-exclamation::before {
    content: "\e4ca";
}
.fa-bridge-circle-xmark::before {
    content: "\e4cb";
}
.fa-bridge-lock::before {
    content: "\e4cc";
}
.fa-bridge-water::before {
    content: "\e4ce";
}
.fa-briefcase::before {
    content: "\f0b1";
}
.fa-briefcase-medical::before {
    content: "\f469";
}
.fa-broom::before {
    content: "\f51a";
}
.fa-broom-ball::before {
    content: "\f458";
}
.fa-quidditch::before {
    content: "\f458";
}
.fa-quidditch-broom-ball::before {
    content: "\f458";
}
.fa-brush::before {
    content: "\f55d";
}
.fa-bucket::before {
    content: "\e4cf";
}
.fa-bug::before {
    content: "\f188";
}
.fa-bug-slash::before {
    content: "\e490";
}
.fa-bugs::before {
    content: "\e4d0";
}
.fa-building::before {
    content: "\f1ad";
}
.fa-building-circle-arrow-right::before {
    content: "\e4d1";
}
.fa-building-circle-check::before {
    content: "\e4d2";
}
.fa-building-circle-exclamation::before {
    content: "\e4d3";
}
.fa-building-circle-xmark::before {
    content: "\e4d4";
}
.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-building-flag::before {
    content: "\e4d5";
}
.fa-building-lock::before {
    content: "\e4d6";
}
.fa-building-ngo::before {
    content: "\e4d7";
}
.fa-building-shield::before {
    content: "\e4d8";
}
.fa-building-un::before {
    content: "\e4d9";
}
.fa-building-user::before {
    content: "\e4da";
}
.fa-building-wheat::before {
    content: "\e4db";
}
.fa-bullhorn::before {
    content: "\f0a1";
}
.fa-bullseye::before {
    content: "\f140";
}
.fa-burger::before {
    content: "\f805";
}
.fa-hamburger::before {
    content: "\f805";
}
.fa-burst::before {
    content: "\e4dc";
}
.fa-bus::before {
    content: "\f207";
}
.fa-bus-simple::before {
    content: "\f55e";
}
.fa-bus-alt::before {
    content: "\f55e";
}
.fa-business-time::before {
    content: "\f64a";
}
.fa-briefcase-clock::before {
    content: "\f64a";
}
.fa-c::before {
    content: "C";
}
.fa-cake-candles::before {
    content: "\f1fd";
}
.fa-birthday-cake::before {
    content: "\f1fd";
}
.fa-cake::before {
    content: "\f1fd";
}
.fa-calculator::before {
    content: "\f1ec";
}
.fa-calendar::before {
    content: "\f133";
}
.fa-calendar-check::before {
    content: "\f274";
}
.fa-calendar-day::before {
    content: "\f783";
}
.fa-calendar-days::before {
    content: "\f073";
}
.fa-calendar-alt::before {
    content: "\f073";
}
.fa-calendar-minus::before {
    content: "\f272";
}
.fa-calendar-plus::before {
    content: "\f271";
}
.fa-calendar-week::before {
    content: "\f784";
}
.fa-calendar-xmark::before {
    content: "\f273";
}
.fa-calendar-times::before {
    content: "\f273";
}
.fa-camera::before {
    content: "\f030";
}
.fa-camera-alt::before {
    content: "\f030";
}
.fa-camera-retro::before {
    content: "\f083";
}
.fa-camera-rotate::before {
    content: "\e0d8";
}
.fa-campground::before {
    content: "\f6bb";
}
.fa-candy-cane::before {
    content: "\f786";
}
.fa-cannabis::before {
    content: "\f55f";
}
.fa-capsules::before {
    content: "\f46b";
}
.fa-car::before {
    content: "\f1b9";
}
.fa-automobile::before {
    content: "\f1b9";
}
.fa-car-battery::before {
    content: "\f5df";
}
.fa-battery-car::before {
    content: "\f5df";
}
.fa-car-burst::before {
    content: "\f5e1";
}
.fa-car-crash::before {
    content: "\f5e1";
}
.fa-car-on::before {
    content: "\e4dd";
}
.fa-car-rear::before {
    content: "\f5de";
}
.fa-car-alt::before {
    content: "\f5de";
}
.fa-car-side::before {
    content: "\f5e4";
}
.fa-car-tunnel::before {
    content: "\e4de";
}
.fa-caravan::before {
    content: "\f8ff";
}
.fa-caret-down::before {
    content: "\f0d7";
}
.fa-caret-left::before {
    content: "\f0d9";
}
.fa-caret-right::before {
    content: "\f0da";
}
.fa-caret-up::before {
    content: "\f0d8";
}
.fa-carrot::before {
    content: "\f787";
}
.fa-cart-arrow-down::before {
    content: "\f218";
}
.fa-cart-flatbed::before {
    content: "\f474";
}
.fa-dolly-flatbed::before {
    content: "\f474";
}
.fa-cart-flatbed-suitcase::before {
    content: "\f59d";
}
.fa-luggage-cart::before {
    content: "\f59d";
}
.fa-cart-plus::before {
    content: "\f217";
}
.fa-cart-shopping::before {
    content: "\f07a";
}
.fa-shopping-cart::before {
    content: "\f07a";
}
.fa-cash-register::before {
    content: "\f788";
}
.fa-cat::before {
    content: "\f6be";
}
.fa-cedi-sign::before {
    content: "\e0df";
}
.fa-cent-sign::before {
    content: "\e3f5";
}
.fa-certificate::before {
    content: "\f0a3";
}
.fa-chair::before {
    content: "\f6c0";
}
.fa-chalkboard::before {
    content: "\f51b";
}
.fa-blackboard::before {
    content: "\f51b";
}
.fa-chalkboard-user::before {
    content: "\f51c";
}
.fa-chalkboard-teacher::before {
    content: "\f51c";
}
.fa-champagne-glasses::before {
    content: "\f79f";
}
.fa-glass-cheers::before {
    content: "\f79f";
}
.fa-charging-station::before {
    content: "\f5e7";
}
.fa-chart-area::before {
    content: "\f1fe";
}
.fa-area-chart::before {
    content: "\f1fe";
}
.fa-chart-bar::before {
    content: "\f080";
}
.fa-bar-chart::before {
    content: "\f080";
}
.fa-chart-column::before {
    content: "\e0e3";
}
.fa-chart-gantt::before {
    content: "\e0e4";
}
.fa-chart-line::before {
    content: "\f201";
}
.fa-line-chart::before {
    content: "\f201";
}
.fa-chart-pie::before {
    content: "\f200";
}
.fa-pie-chart::before {
    content: "\f200";
}
.fa-chart-simple::before {
    content: "\e473";
}
.fa-check::before {
    content: "\f00c";
}
.fa-check-double::before {
    content: "\f560";
}
.fa-check-to-slot::before {
    content: "\f772";
}
.fa-vote-yea::before {
    content: "\f772";
}
.fa-cheese::before {
    content: "\f7ef";
}
.fa-chess::before {
    content: "\f439";
}
.fa-chess-bishop::before {
    content: "\f43a";
}
.fa-chess-board::before {
    content: "\f43c";
}
.fa-chess-king::before {
    content: "\f43f";
}
.fa-chess-knight::before {
    content: "\f441";
}
.fa-chess-pawn::before {
    content: "\f443";
}
.fa-chess-queen::before {
    content: "\f445";
}
.fa-chess-rook::before {
    content: "\f447";
}
.fa-chevron-down::before {
    content: "\f078";
}
.fa-chevron-left::before {
    content: "\f053";
}
.fa-chevron-right::before {
    content: "\f054";
}
.fa-chevron-up::before {
    content: "\f077";
}
.fa-child::before {
    content: "\f1ae";
}
.fa-child-dress::before {
    content: "\e59c";
}
.fa-child-reaching::before {
    content: "\e59d";
}
.fa-child-rifle::before {
    content: "\e4e0";
}
.fa-children::before {
    content: "\e4e1";
}
.fa-church::before {
    content: "\f51d";
}
.fa-circle::before {
    content: "\f111";
}
.fa-circle-arrow-down::before {
    content: "\f0ab";
}
.fa-arrow-circle-down::before {
    content: "\f0ab";
}
.fa-circle-arrow-left::before {
    content: "\f0a8";
}
.fa-arrow-circle-left::before {
    content: "\f0a8";
}
.fa-circle-arrow-right::before {
    content: "\f0a9";
}
.fa-arrow-circle-right::before {
    content: "\f0a9";
}
.fa-circle-arrow-up::before {
    content: "\f0aa";
}
.fa-arrow-circle-up::before {
    content: "\f0aa";
}
.fa-circle-check::before {
    content: "\f058";
}
.fa-check-circle::before {
    content: "\f058";
}
.fa-circle-chevron-down::before {
    content: "\f13a";
}
.fa-chevron-circle-down::before {
    content: "\f13a";
}
.fa-circle-chevron-left::before {
    content: "\f137";
}
.fa-chevron-circle-left::before {
    content: "\f137";
}
.fa-circle-chevron-right::before {
    content: "\f138";
}
.fa-chevron-circle-right::before {
    content: "\f138";
}
.fa-circle-chevron-up::before {
    content: "\f139";
}
.fa-chevron-circle-up::before {
    content: "\f139";
}
.fa-circle-dollar-to-slot::before {
    content: "\f4b9";
}
.fa-donate::before {
    content: "\f4b9";
}
.fa-circle-dot::before {
    content: "\f192";
}
.fa-dot-circle::before {
    content: "\f192";
}
.fa-circle-down::before {
    content: "\f358";
}
.fa-arrow-alt-circle-down::before {
    content: "\f358";
}
.fa-circle-exclamation::before {
    content: "\f06a";
}
.fa-exclamation-circle::before {
    content: "\f06a";
}
.fa-circle-h::before {
    content: "\f47e";
}
.fa-hospital-symbol::before {
    content: "\f47e";
}
.fa-circle-half-stroke::before {
    content: "\f042";
}
.fa-adjust::before {
    content: "\f042";
}
.fa-circle-info::before {
    content: "\f05a";
}
.fa-info-circle::before {
    content: "\f05a";
}
.fa-circle-left::before {
    content: "\f359";
}
.fa-arrow-alt-circle-left::before {
    content: "\f359";
}
.fa-circle-minus::before {
    content: "\f056";
}
.fa-minus-circle::before {
    content: "\f056";
}
.fa-circle-nodes::before {
    content: "\e4e2";
}
.fa-circle-notch::before {
    content: "\f1ce";
}
.fa-circle-pause::before {
    content: "\f28b";
}
.fa-pause-circle::before {
    content: "\f28b";
}
.fa-circle-play::before {
    content: "\f144";
}
.fa-play-circle::before {
    content: "\f144";
}
.fa-circle-plus::before {
    content: "\f055";
}
.fa-plus-circle::before {
    content: "\f055";
}
.fa-circle-question::before {
    content: "\f059";
}
.fa-question-circle::before {
    content: "\f059";
}
.fa-circle-radiation::before {
    content: "\f7ba";
}
.fa-radiation-alt::before {
    content: "\f7ba";
}
.fa-circle-right::before {
    content: "\f35a";
}
.fa-arrow-alt-circle-right::before {
    content: "\f35a";
}
.fa-circle-stop::before {
    content: "\f28d";
}
.fa-stop-circle::before {
    content: "\f28d";
}
.fa-circle-up::before {
    content: "\f35b";
}
.fa-arrow-alt-circle-up::before {
    content: "\f35b";
}
.fa-circle-user::before {
    content: "\f2bd";
}
.fa-user-circle::before {
    content: "\f2bd";
}
.fa-circle-xmark::before {
    content: "\f057";
}
.fa-times-circle::before {
    content: "\f057";
}
.fa-xmark-circle::before {
    content: "\f057";
}
.fa-city::before {
    content: "\f64f";
}
.fa-clapperboard::before {
    content: "\e131";
}
.fa-clipboard::before {
    content: "\f328";
}
.fa-clipboard-check::before {
    content: "\f46c";
}
.fa-clipboard-list::before {
    content: "\f46d";
}
.fa-clipboard-question::before {
    content: "\e4e3";
}
.fa-clipboard-user::before {
    content: "\f7f3";
}
.fa-clock::before {
    content: "\f017";
}
.fa-clock-four::before {
    content: "\f017";
}
.fa-clock-rotate-left::before {
    content: "\f1da";
}
.fa-history::before {
    content: "\f1da";
}
.fa-clone::before {
    content: "\f24d";
}
.fa-closed-captioning::before {
    content: "\f20a";
}
.fa-cloud::before {
    content: "\f0c2";
}
.fa-cloud-arrow-down::before {
    content: "\f0ed";
}
.fa-cloud-download::before {
    content: "\f0ed";
}
.fa-cloud-download-alt::before {
    content: "\f0ed";
}
.fa-cloud-arrow-up::before {
    content: "\f0ee";
}
.fa-cloud-upload::before {
    content: "\f0ee";
}
.fa-cloud-upload-alt::before {
    content: "\f0ee";
}
.fa-cloud-bolt::before {
    content: "\f76c";
}
.fa-thunderstorm::before {
    content: "\f76c";
}
.fa-cloud-meatball::before {
    content: "\f73b";
}
.fa-cloud-moon::before {
    content: "\f6c3";
}
.fa-cloud-moon-rain::before {
    content: "\f73c";
}
.fa-cloud-rain::before {
    content: "\f73d";
}
.fa-cloud-showers-heavy::before {
    content: "\f740";
}
.fa-cloud-showers-water::before {
    content: "\e4e4";
}
.fa-cloud-sun::before {
    content: "\f6c4";
}
.fa-cloud-sun-rain::before {
    content: "\f743";
}
.fa-clover::before {
    content: "\e139";
}
.fa-code::before {
    content: "\f121";
}
.fa-code-branch::before {
    content: "\f126";
}
.fa-code-commit::before {
    content: "\f386";
}
.fa-code-compare::before {
    content: "\e13a";
}
.fa-code-fork::before {
    content: "\e13b";
}
.fa-code-merge::before {
    content: "\f387";
}
.fa-code-pull-request::before {
    content: "\e13c";
}
.fa-coins::before {
    content: "\f51e";
}
.fa-colon-sign::before {
    content: "\e140";
}
.fa-comment::before {
    content: "\f075";
}
.fa-comment-dollar::before {
    content: "\f651";
}
.fa-comment-dots::before {
    content: "\f4ad";
}
.fa-commenting::before {
    content: "\f4ad";
}
.fa-comment-medical::before {
    content: "\f7f5";
}
.fa-comment-slash::before {
    content: "\f4b3";
}
.fa-comment-sms::before {
    content: "\f7cd";
}
.fa-sms::before {
    content: "\f7cd";
}
.fa-comments::before {
    content: "\f086";
}
.fa-comments-dollar::before {
    content: "\f653";
}
.fa-compact-disc::before {
    content: "\f51f";
}
.fa-compass::before {
    content: "\f14e";
}
.fa-compass-drafting::before {
    content: "\f568";
}
.fa-drafting-compass::before {
    content: "\f568";
}
.fa-compress::before {
    content: "\f066";
}
.fa-computer::before {
    content: "\e4e5";
}
.fa-computer-mouse::before {
    content: "\f8cc";
}
.fa-mouse::before {
    content: "\f8cc";
}
.fa-cookie::before {
    content: "\f563";
}
.fa-cookie-bite::before {
    content: "\f564";
}
.fa-copy::before {
    content: "\f0c5";
}
.fa-copyright::before {
    content: "\f1f9";
}
.fa-couch::before {
    content: "\f4b8";
}
.fa-cow::before {
    content: "\f6c8";
}
.fa-credit-card::before {
    content: "\f09d";
}
.fa-credit-card-alt::before {
    content: "\f09d";
}
.fa-crop::before {
    content: "\f125";
}
.fa-crop-simple::before {
    content: "\f565";
}
.fa-crop-alt::before {
    content: "\f565";
}
.fa-cross::before {
    content: "\f654";
}
.fa-crosshairs::before {
    content: "\f05b";
}
.fa-crow::before {
    content: "\f520";
}
.fa-crown::before {
    content: "\f521";
}
.fa-crutch::before {
    content: "\f7f7";
}
.fa-cruzeiro-sign::before {
    content: "\e152";
}
.fa-cube::before {
    content: "\f1b2";
}
.fa-cubes::before {
    content: "\f1b3";
}
.fa-cubes-stacked::before {
    content: "\e4e6";
}
.fa-d::before {
    content: "D";
}
.fa-database::before {
    content: "\f1c0";
}
.fa-delete-left::before {
    content: "\f55a";
}
.fa-backspace::before {
    content: "\f55a";
}
.fa-democrat::before {
    content: "\f747";
}
.fa-desktop::before {
    content: "\f390";
}
.fa-desktop-alt::before {
    content: "\f390";
}
.fa-dharmachakra::before {
    content: "\f655";
}
.fa-diagram-next::before {
    content: "\e476";
}
.fa-diagram-predecessor::before {
    content: "\e477";
}
.fa-diagram-project::before {
    content: "\f542";
}
.fa-project-diagram::before {
    content: "\f542";
}
.fa-diagram-successor::before {
    content: "\e47a";
}
.fa-diamond::before {
    content: "\f219";
}
.fa-diamond-turn-right::before {
    content: "\f5eb";
}
.fa-directions::before {
    content: "\f5eb";
}
.fa-dice::before {
    content: "\f522";
}
.fa-dice-d20::before {
    content: "\f6cf";
}
.fa-dice-d6::before {
    content: "\f6d1";
}
.fa-dice-five::before {
    content: "\f523";
}
.fa-dice-four::before {
    content: "\f524";
}
.fa-dice-one::before {
    content: "\f525";
}
.fa-dice-six::before {
    content: "\f526";
}
.fa-dice-three::before {
    content: "\f527";
}
.fa-dice-two::before {
    content: "\f528";
}
.fa-disease::before {
    content: "\f7fa";
}
.fa-display::before {
    content: "\e163";
}
.fa-divide::before {
    content: "\f529";
}
.fa-dna::before {
    content: "\f471";
}
.fa-dog::before {
    content: "\f6d3";
}
.fa-dollar-sign::before {
    content: "\$";
}
.fa-dollar::before {
    content: "\$";
}
.fa-usd::before {
    content: "\$";
}
.fa-dolly::before {
    content: "\f472";
}
.fa-dolly-box::before {
    content: "\f472";
}
.fa-dong-sign::before {
    content: "\e169";
}
.fa-door-closed::before {
    content: "\f52a";
}
.fa-door-open::before {
    content: "\f52b";
}
.fa-dove::before {
    content: "\f4ba";
}
.fa-down-left-and-up-right-to-center::before {
    content: "\f422";
}
.fa-compress-alt::before {
    content: "\f422";
}
.fa-down-long::before {
    content: "\f309";
}
.fa-long-arrow-alt-down::before {
    content: "\f309";
}
.fa-download::before {
    content: "\f019";
}
.fa-dragon::before {
    content: "\f6d5";
}
.fa-draw-polygon::before {
    content: "\f5ee";
}
.fa-droplet::before {
    content: "\f043";
}
.fa-tint::before {
    content: "\f043";
}
.fa-droplet-slash::before {
    content: "\f5c7";
}
.fa-tint-slash::before {
    content: "\f5c7";
}
.fa-drum::before {
    content: "\f569";
}
.fa-drum-steelpan::before {
    content: "\f56a";
}
.fa-drumstick-bite::before {
    content: "\f6d7";
}
.fa-dumbbell::before {
    content: "\f44b";
}
.fa-dumpster::before {
    content: "\f793";
}
.fa-dumpster-fire::before {
    content: "\f794";
}
.fa-dungeon::before {
    content: "\f6d9";
}
.fa-e::before {
    content: "E";
}
.fa-ear-deaf::before {
    content: "\f2a4";
}
.fa-deaf::before {
    content: "\f2a4";
}
.fa-deafness::before {
    content: "\f2a4";
}
.fa-hard-of-hearing::before {
    content: "\f2a4";
}
.fa-ear-listen::before {
    content: "\f2a2";
}
.fa-assistive-listening-systems::before {
    content: "\f2a2";
}
.fa-earth-africa::before {
    content: "\f57c";
}
.fa-globe-africa::before {
    content: "\f57c";
}
.fa-earth-americas::before {
    content: "\f57d";
}
.fa-earth::before {
    content: "\f57d";
}
.fa-earth-america::before {
    content: "\f57d";
}
.fa-globe-americas::before {
    content: "\f57d";
}
.fa-earth-asia::before {
    content: "\f57e";
}
.fa-globe-asia::before {
    content: "\f57e";
}
.fa-earth-europe::before {
    content: "\f7a2";
}
.fa-globe-europe::before {
    content: "\f7a2";
}
.fa-earth-oceania::before {
    content: "\e47b";
}
.fa-globe-oceania::before {
    content: "\e47b";
}
.fa-egg::before {
    content: "\f7fb";
}
.fa-eject::before {
    content: "\f052";
}
.fa-elevator::before {
    content: "\e16d";
}
.fa-ellipsis::before {
    content: "\f141";
}
.fa-ellipsis-h::before {
    content: "\f141";
}
.fa-ellipsis-vertical::before {
    content: "\f142";
}
.fa-ellipsis-v::before {
    content: "\f142";
}
.fa-envelope::before {
    content: "\f0e0";
}
.fa-envelope-circle-check::before {
    content: "\e4e8";
}
.fa-envelope-open::before {
    content: "\f2b6";
}
.fa-envelope-open-text::before {
    content: "\f658";
}
.fa-envelopes-bulk::before {
    content: "\f674";
}
.fa-mail-bulk::before {
    content: "\f674";
}
.fa-equals::before {
    content: "\=";
}
.fa-eraser::before {
    content: "\f12d";
}
.fa-ethernet::before {
    content: "\f796";
}
.fa-euro-sign::before {
    content: "\f153";
}
.fa-eur::before {
    content: "\f153";
}
.fa-euro::before {
    content: "\f153";
}
.fa-exclamation::before {
    content: "\!";
}
.fa-expand::before {
    content: "\f065";
}
.fa-explosion::before {
    content: "\e4e9";
}
.fa-eye::before {
    content: "\f06e";
}
.fa-eye-dropper::before {
    content: "\f1fb";
}
.fa-eye-dropper-empty::before {
    content: "\f1fb";
}
.fa-eyedropper::before {
    content: "\f1fb";
}
.fa-eye-low-vision::before {
    content: "\f2a8";
}
.fa-low-vision::before {
    content: "\f2a8";
}
.fa-eye-slash::before {
    content: "\f070";
}
.fa-f::before {
    content: "F";
}
.fa-face-angry::before {
    content: "\f556";
}
.fa-angry::before {
    content: "\f556";
}
.fa-face-dizzy::before {
    content: "\f567";
}
.fa-dizzy::before {
    content: "\f567";
}
.fa-face-flushed::before {
    content: "\f579";
}
.fa-flushed::before {
    content: "\f579";
}
.fa-face-frown::before {
    content: "\f119";
}
.fa-frown::before {
    content: "\f119";
}
.fa-face-frown-open::before {
    content: "\f57a";
}
.fa-frown-open::before {
    content: "\f57a";
}
.fa-face-grimace::before {
    content: "\f57f";
}
.fa-grimace::before {
    content: "\f57f";
}
.fa-face-grin::before {
    content: "\f580";
}
.fa-grin::before {
    content: "\f580";
}
.fa-face-grin-beam::before {
    content: "\f582";
}
.fa-grin-beam::before {
    content: "\f582";
}
.fa-face-grin-beam-sweat::before {
    content: "\f583";
}
.fa-grin-beam-sweat::before {
    content: "\f583";
}
.fa-face-grin-hearts::before {
    content: "\f584";
}
.fa-grin-hearts::before {
    content: "\f584";
}
.fa-face-grin-squint::before {
    content: "\f585";
}
.fa-grin-squint::before {
    content: "\f585";
}
.fa-face-grin-squint-tears::before {
    content: "\f586";
}
.fa-grin-squint-tears::before {
    content: "\f586";
}
.fa-face-grin-stars::before {
    content: "\f587";
}
.fa-grin-stars::before {
    content: "\f587";
}
.fa-face-grin-tears::before {
    content: "\f588";
}
.fa-grin-tears::before {
    content: "\f588";
}
.fa-face-grin-tongue::before {
    content: "\f589";
}
.fa-grin-tongue::before {
    content: "\f589";
}
.fa-face-grin-tongue-squint::before {
    content: "\f58a";
}
.fa-grin-tongue-squint::before {
    content: "\f58a";
}
.fa-face-grin-tongue-wink::before {
    content: "\f58b";
}
.fa-grin-tongue-wink::before {
    content: "\f58b";
}
.fa-face-grin-wide::before {
    content: "\f581";
}
.fa-grin-alt::before {
    content: "\f581";
}
.fa-face-grin-wink::before {
    content: "\f58c";
}
.fa-grin-wink::before {
    content: "\f58c";
}
.fa-face-kiss::before {
    content: "\f596";
}
.fa-kiss::before {
    content: "\f596";
}
.fa-face-kiss-beam::before {
    content: "\f597";
}
.fa-kiss-beam::before {
    content: "\f597";
}
.fa-face-kiss-wink-heart::before {
    content: "\f598";
}
.fa-kiss-wink-heart::before {
    content: "\f598";
}
.fa-face-laugh::before {
    content: "\f599";
}
.fa-laugh::before {
    content: "\f599";
}
.fa-face-laugh-beam::before {
    content: "\f59a";
}
.fa-laugh-beam::before {
    content: "\f59a";
}
.fa-face-laugh-squint::before {
    content: "\f59b";
}
.fa-laugh-squint::before {
    content: "\f59b";
}
.fa-face-laugh-wink::before {
    content: "\f59c";
}
.fa-laugh-wink::before {
    content: "\f59c";
}
.fa-face-meh::before {
    content: "\f11a";
}
.fa-meh::before {
    content: "\f11a";
}
.fa-face-meh-blank::before {
    content: "\f5a4";
}
.fa-meh-blank::before {
    content: "\f5a4";
}
.fa-face-rolling-eyes::before {
    content: "\f5a5";
}
.fa-meh-rolling-eyes::before {
    content: "\f5a5";
}
.fa-face-sad-cry::before {
    content: "\f5b3";
}
.fa-sad-cry::before {
    content: "\f5b3";
}
.fa-face-sad-tear::before {
    content: "\f5b4";
}
.fa-sad-tear::before {
    content: "\f5b4";
}
.fa-face-smile::before {
    content: "\f118";
}
.fa-smile::before {
    content: "\f118";
}
.fa-face-smile-beam::before {
    content: "\f5b8";
}
.fa-smile-beam::before {
    content: "\f5b8";
}
.fa-face-smile-wink::before {
    content: "\f4da";
}
.fa-smile-wink::before {
    content: "\f4da";
}
.fa-face-surprise::before {
    content: "\f5c2";
}
.fa-surprise::before {
    content: "\f5c2";
}
.fa-face-tired::before {
    content: "\f5c8";
}
.fa-tired::before {
    content: "\f5c8";
}
.fa-fan::before {
    content: "\f863";
}
.fa-faucet::before {
    content: "\e005";
}
.fa-faucet-drip::before {
    content: "\e006";
}
.fa-fax::before {
    content: "\f1ac";
}
.fa-feather::before {
    content: "\f52d";
}
.fa-feather-pointed::before {
    content: "\f56b";
}
.fa-feather-alt::before {
    content: "\f56b";
}
.fa-ferry::before {
    content: "\e4ea";
}
.fa-file::before {
    content: "\f15b";
}
.fa-file-arrow-down::before {
    content: "\f56d";
}
.fa-file-download::before {
    content: "\f56d";
}
.fa-file-arrow-up::before {
    content: "\f574";
}
.fa-file-upload::before {
    content: "\f574";
}
.fa-file-audio::before {
    content: "\f1c7";
}
.fa-file-circle-check::before {
    content: "\e493";
}
.fa-file-circle-exclamation::before {
    content: "\e4eb";
}
.fa-file-circle-minus::before {
    content: "\e4ed";
}
.fa-file-circle-plus::before {
    content: "\e4ee";
}
.fa-file-circle-question::before {
    content: "\e4ef";
}
.fa-file-circle-xmark::before {
    content: "\e494";
}
.fa-file-code::before {
    content: "\f1c9";
}
.fa-file-contract::before {
    content: "\f56c";
}
.fa-file-csv::before {
    content: "\f6dd";
}
.fa-file-excel::before {
    content: "\f1c3";
}
.fa-file-export::before {
    content: "\f56e";
}
.fa-arrow-right-from-file::before {
    content: "\f56e";
}
.fa-file-image::before {
    content: "\f1c5";
}
.fa-file-import::before {
    content: "\f56f";
}
.fa-arrow-right-to-file::before {
    content: "\f56f";
}
.fa-file-invoice::before {
    content: "\f570";
}
.fa-file-invoice-dollar::before {
    content: "\f571";
}
.fa-file-lines::before {
    content: "\f15c";
}
.fa-file-alt::before {
    content: "\f15c";
}
.fa-file-text::before {
    content: "\f15c";
}
.fa-file-medical::before {
    content: "\f477";
}
.fa-file-pdf::before {
    content: "\f1c1";
}
.fa-file-pen::before {
    content: "\f31c";
}
.fa-file-edit::before {
    content: "\f31c";
}
.fa-file-powerpoint::before {
    content: "\f1c4";
}
.fa-file-prescription::before {
    content: "\f572";
}
.fa-file-shield::before {
    content: "\e4f0";
}
.fa-file-signature::before {
    content: "\f573";
}
.fa-file-video::before {
    content: "\f1c8";
}
.fa-file-waveform::before {
    content: "\f478";
}
.fa-file-medical-alt::before {
    content: "\f478";
}
.fa-file-word::before {
    content: "\f1c2";
}
.fa-file-zipper::before {
    content: "\f1c6";
}
.fa-file-archive::before {
    content: "\f1c6";
}
.fa-fill::before {
    content: "\f575";
}
.fa-fill-drip::before {
    content: "\f576";
}
.fa-film::before {
    content: "\f008";
}
.fa-filter::before {
    content: "\f0b0";
}
.fa-filter-circle-dollar::before {
    content: "\f662";
}
.fa-funnel-dollar::before {
    content: "\f662";
}
.fa-filter-circle-xmark::before {
    content: "\e17b";
}
.fa-fingerprint::before {
    content: "\f577";
}
.fa-fire::before {
    content: "\f06d";
}
.fa-fire-burner::before {
    content: "\e4f1";
}
.fa-fire-extinguisher::before {
    content: "\f134";
}
.fa-fire-flame-curved::before {
    content: "\f7e4";
}
.fa-fire-alt::before {
    content: "\f7e4";
}
.fa-fire-flame-simple::before {
    content: "\f46a";
}
.fa-burn::before {
    content: "\f46a";
}
.fa-fish::before {
    content: "\f578";
}
.fa-fish-fins::before {
    content: "\e4f2";
}
.fa-flag::before {
    content: "\f024";
}
.fa-flag-checkered::before {
    content: "\f11e";
}
.fa-flag-usa::before {
    content: "\f74d";
}
.fa-flask::before {
    content: "\f0c3";
}
.fa-flask-vial::before {
    content: "\e4f3";
}
.fa-floppy-disk::before {
    content: "\f0c7";
}
.fa-save::before {
    content: "\f0c7";
}
.fa-florin-sign::before {
    content: "\e184";
}
.fa-folder::before {
    content: "\f07b";
}
.fa-folder-blank::before {
    content: "\f07b";
}
.fa-folder-closed::before {
    content: "\e185";
}
.fa-folder-minus::before {
    content: "\f65d";
}
.fa-folder-open::before {
    content: "\f07c";
}
.fa-folder-plus::before {
    content: "\f65e";
}
.fa-folder-tree::before {
    content: "\f802";
}
.fa-font::before {
    content: "\f031";
}
.fa-football::before {
    content: "\f44e";
}
.fa-football-ball::before {
    content: "\f44e";
}
.fa-forward::before {
    content: "\f04e";
}
.fa-forward-fast::before {
    content: "\f050";
}
.fa-fast-forward::before {
    content: "\f050";
}
.fa-forward-step::before {
    content: "\f051";
}
.fa-step-forward::before {
    content: "\f051";
}
.fa-franc-sign::before {
    content: "\e18f";
}
.fa-frog::before {
    content: "\f52e";
}
.fa-futbol::before {
    content: "\f1e3";
}
.fa-futbol-ball::before {
    content: "\f1e3";
}
.fa-soccer-ball::before {
    content: "\f1e3";
}
.fa-g::before {
    content: "G";
}
.fa-gamepad::before {
    content: "\f11b";
}
.fa-gas-pump::before {
    content: "\f52f";
}
.fa-gauge::before {
    content: "\f624";
}
.fa-dashboard::before {
    content: "\f624";
}
.fa-gauge-med::before {
    content: "\f624";
}
.fa-tachometer-alt-average::before {
    content: "\f624";
}
.fa-gauge-high::before {
    content: "\f625";
}
.fa-tachometer-alt::before {
    content: "\f625";
}
.fa-tachometer-alt-fast::before {
    content: "\f625";
}
.fa-gauge-simple::before {
    content: "\f629";
}
.fa-gauge-simple-med::before {
    content: "\f629";
}
.fa-tachometer-average::before {
    content: "\f629";
}
.fa-gauge-simple-high::before {
    content: "\f62a";
}
.fa-tachometer::before {
    content: "\f62a";
}
.fa-tachometer-fast::before {
    content: "\f62a";
}
.fa-gavel::before {
    content: "\f0e3";
}
.fa-legal::before {
    content: "\f0e3";
}
.fa-gear::before {
    content: "\f013";
}
.fa-cog::before {
    content: "\f013";
}
.fa-gears::before {
    content: "\f085";
}
.fa-cogs::before {
    content: "\f085";
}
.fa-gem::before {
    content: "\f3a5";
}
.fa-genderless::before {
    content: "\f22d";
}
.fa-ghost::before {
    content: "\f6e2";
}
.fa-gift::before {
    content: "\f06b";
}
.fa-gifts::before {
    content: "\f79c";
}
.fa-glass-water::before {
    content: "\e4f4";
}
.fa-glass-water-droplet::before {
    content: "\e4f5";
}
.fa-glasses::before {
    content: "\f530";
}
.fa-globe::before {
    content: "\f0ac";
}
.fa-golf-ball-tee::before {
    content: "\f450";
}
.fa-golf-ball::before {
    content: "\f450";
}
.fa-gopuram::before {
    content: "\f664";
}
.fa-graduation-cap::before {
    content: "\f19d";
}
.fa-mortar-board::before {
    content: "\f19d";
}
.fa-greater-than::before {
    content: "\>";
}
.fa-greater-than-equal::before {
    content: "\f532";
}
.fa-grip::before {
    content: "\f58d";
}
.fa-grip-horizontal::before {
    content: "\f58d";
}
.fa-grip-lines::before {
    content: "\f7a4";
}
.fa-grip-lines-vertical::before {
    content: "\f7a5";
}
.fa-grip-vertical::before {
    content: "\f58e";
}
.fa-group-arrows-rotate::before {
    content: "\e4f6";
}
.fa-guarani-sign::before {
    content: "\e19a";
}
.fa-guitar::before {
    content: "\f7a6";
}
.fa-gun::before {
    content: "\e19b";
}
.fa-h::before {
    content: "H";
}
.fa-hammer::before {
    content: "\f6e3";
}
.fa-hamsa::before {
    content: "\f665";
}
.fa-hand::before {
    content: "\f256";
}
.fa-hand-paper::before {
    content: "\f256";
}
.fa-hand-back-fist::before {
    content: "\f255";
}
.fa-hand-rock::before {
    content: "\f255";
}
.fa-hand-dots::before {
    content: "\f461";
}
.fa-allergies::before {
    content: "\f461";
}
.fa-hand-fist::before {
    content: "\f6de";
}
.fa-fist-raised::before {
    content: "\f6de";
}
.fa-hand-holding::before {
    content: "\f4bd";
}
.fa-hand-holding-dollar::before {
    content: "\f4c0";
}
.fa-hand-holding-usd::before {
    content: "\f4c0";
}
.fa-hand-holding-droplet::before {
    content: "\f4c1";
}
.fa-hand-holding-water::before {
    content: "\f4c1";
}
.fa-hand-holding-hand::before {
    content: "\e4f7";
}
.fa-hand-holding-heart::before {
    content: "\f4be";
}
.fa-hand-holding-medical::before {
    content: "\e05c";
}
.fa-hand-lizard::before {
    content: "\f258";
}
.fa-hand-middle-finger::before {
    content: "\f806";
}
.fa-hand-peace::before {
    content: "\f25b";
}
.fa-hand-point-down::before {
    content: "\f0a7";
}
.fa-hand-point-left::before {
    content: "\f0a5";
}
.fa-hand-point-right::before {
    content: "\f0a4";
}
.fa-hand-point-up::before {
    content: "\f0a6";
}
.fa-hand-pointer::before {
    content: "\f25a";
}
.fa-hand-scissors::before {
    content: "\f257";
}
.fa-hand-sparkles::before {
    content: "\e05d";
}
.fa-hand-spock::before {
    content: "\f259";
}
.fa-handcuffs::before {
    content: "\e4f8";
}
.fa-hands::before {
    content: "\f2a7";
}
.fa-sign-language::before {
    content: "\f2a7";
}
.fa-signing::before {
    content: "\f2a7";
}
.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-hands-bound::before {
    content: "\e4f9";
}
.fa-hands-bubbles::before {
    content: "\e05e";
}
.fa-hands-wash::before {
    content: "\e05e";
}
.fa-hands-clapping::before {
    content: "\e1a8";
}
.fa-hands-holding::before {
    content: "\f4c2";
}
.fa-hands-holding-child::before {
    content: "\e4fa";
}
.fa-hands-holding-circle::before {
    content: "\e4fb";
}
.fa-hands-praying::before {
    content: "\f684";
}
.fa-praying-hands::before {
    content: "\f684";
}
.fa-handshake::before {
    content: "\f2b5";
}
.fa-handshake-angle::before {
    content: "\f4c4";
}
.fa-hands-helping::before {
    content: "\f4c4";
}
.fa-handshake-simple::before {
    content: "\f4c6";
}
.fa-handshake-alt::before {
    content: "\f4c6";
}
.fa-handshake-simple-slash::before {
    content: "\e05f";
}
.fa-handshake-alt-slash::before {
    content: "\e05f";
}
.fa-handshake-slash::before {
    content: "\e060";
}
.fa-hanukiah::before {
    content: "\f6e6";
}
.fa-hard-drive::before {
    content: "\f0a0";
}
.fa-hdd::before {
    content: "\f0a0";
}
.fa-hashtag::before {
    content: "\#";
}
.fa-hat-cowboy::before {
    content: "\f8c0";
}
.fa-hat-cowboy-side::before {
    content: "\f8c1";
}
.fa-hat-wizard::before {
    content: "\f6e8";
}
.fa-head-side-cough::before {
    content: "\e061";
}
.fa-head-side-cough-slash::before {
    content: "\e062";
}
.fa-head-side-mask::before {
    content: "\e063";
}
.fa-head-side-virus::before {
    content: "\e064";
}
.fa-heading::before {
    content: "\f1dc";
}
.fa-header::before {
    content: "\f1dc";
}
.fa-headphones::before {
    content: "\f025";
}
.fa-headphones-simple::before {
    content: "\f58f";
}
.fa-headphones-alt::before {
    content: "\f58f";
}
.fa-headset::before {
    content: "\f590";
}
.fa-heart::before {
    content: "\f004";
}
.fa-heart-circle-bolt::before {
    content: "\e4fc";
}
.fa-heart-circle-check::before {
    content: "\e4fd";
}
.fa-heart-circle-exclamation::before {
    content: "\e4fe";
}
.fa-heart-circle-minus::before {
    content: "\e4ff";
}
.fa-heart-circle-plus::before {
    content: "\e500";
}
.fa-heart-circle-xmark::before {
    content: "\e501";
}
.fa-heart-crack::before {
    content: "\f7a9";
}
.fa-heart-broken::before {
    content: "\f7a9";
}
.fa-heart-pulse::before {
    content: "\f21e";
}
.fa-heartbeat::before {
    content: "\f21e";
}
.fa-helicopter::before {
    content: "\f533";
}
.fa-helicopter-symbol::before {
    content: "\e502";
}
.fa-helmet-safety::before {
    content: "\f807";
}
.fa-hard-hat::before {
    content: "\f807";
}
.fa-hat-hard::before {
    content: "\f807";
}
.fa-helmet-un::before {
    content: "\e503";
}
.fa-highlighter::before {
    content: "\f591";
}
.fa-hill-avalanche::before {
    content: "\e507";
}
.fa-hill-rockslide::before {
    content: "\e508";
}
.fa-hippo::before {
    content: "\f6ed";
}
.fa-hockey-puck::before {
    content: "\f453";
}
.fa-holly-berry::before {
    content: "\f7aa";
}
.fa-horse::before {
    content: "\f6f0";
}
.fa-horse-head::before {
    content: "\f7ab";
}
.fa-hospital::before {
    content: "\f0f8";
}
.fa-hospital-alt::before {
    content: "\f0f8";
}
.fa-hospital-wide::before {
    content: "\f0f8";
}
.fa-hospital-user::before {
    content: "\f80d";
}
.fa-hot-tub-person::before {
    content: "\f593";
}
.fa-hot-tub::before {
    content: "\f593";
}
.fa-hotdog::before {
    content: "\f80f";
}
.fa-hotel::before {
    content: "\f594";
}
.fa-hourglass::before {
    content: "\f254";
}
.fa-hourglass-2::before {
    content: "\f254";
}
.fa-hourglass-half::before {
    content: "\f254";
}
.fa-hourglass-empty::before {
    content: "\f252";
}
.fa-hourglass-end::before {
    content: "\f253";
}
.fa-hourglass-3::before {
    content: "\f253";
}
.fa-hourglass-start::before {
    content: "\f251";
}
.fa-hourglass-1::before {
    content: "\f251";
}
.fa-house::before {
    content: "\f015";
}
.fa-home::before {
    content: "\f015";
}
.fa-home-alt::before {
    content: "\f015";
}
.fa-home-lg-alt::before {
    content: "\f015";
}
.fa-house-chimney::before {
    content: "\e3af";
}
.fa-home-lg::before {
    content: "\e3af";
}
.fa-house-chimney-crack::before {
    content: "\f6f1";
}
.fa-house-damage::before {
    content: "\f6f1";
}
.fa-house-chimney-medical::before {
    content: "\f7f2";
}
.fa-clinic-medical::before {
    content: "\f7f2";
}
.fa-house-chimney-user::before {
    content: "\e065";
}
.fa-house-chimney-window::before {
    content: "\e00d";
}
.fa-house-circle-check::before {
    content: "\e509";
}
.fa-house-circle-exclamation::before {
    content: "\e50a";
}
.fa-house-circle-xmark::before {
    content: "\e50b";
}
.fa-house-crack::before {
    content: "\e3b1";
}
.fa-house-fire::before {
    content: "\e50c";
}
.fa-house-flag::before {
    content: "\e50d";
}
.fa-house-flood-water::before {
    content: "\e50e";
}
.fa-house-flood-water-circle-arrow-right::before {
    content: "\e50f";
}
.fa-house-laptop::before {
    content: "\e066";
}
.fa-laptop-house::before {
    content: "\e066";
}
.fa-house-lock::before {
    content: "\e510";
}
.fa-house-medical::before {
    content: "\e3b2";
}
.fa-house-medical-circle-check::before {
    content: "\e511";
}
.fa-house-medical-circle-exclamation::before {
    content: "\e512";
}
.fa-house-medical-circle-xmark::before {
    content: "\e513";
}
.fa-house-medical-flag::before {
    content: "\e514";
}
.fa-house-signal::before {
    content: "\e012";
}
.fa-house-tsunami::before {
    content: "\e515";
}
.fa-house-user::before {
    content: "\e1b0";
}
.fa-home-user::before {
    content: "\e1b0";
}
.fa-hryvnia-sign::before {
    content: "\f6f2";
}
.fa-hryvnia::before {
    content: "\f6f2";
}
.fa-hurricane::before {
    content: "\f751";
}
.fa-i::before {
    content: "I";
}
.fa-i-cursor::before {
    content: "\f246";
}
.fa-ice-cream::before {
    content: "\f810";
}
.fa-icicles::before {
    content: "\f7ad";
}
.fa-icons::before {
    content: "\f86d";
}
.fa-heart-music-camera-bolt::before {
    content: "\f86d";
}
.fa-id-badge::before {
    content: "\f2c1";
}
.fa-id-card::before {
    content: "\f2c2";
}
.fa-drivers-license::before {
    content: "\f2c2";
}
.fa-id-card-clip::before {
    content: "\f47f";
}
.fa-id-card-alt::before {
    content: "\f47f";
}
.fa-igloo::before {
    content: "\f7ae";
}
.fa-image::before {
    content: "\f03e";
}
.fa-image-portrait::before {
    content: "\f3e0";
}
.fa-portrait::before {
    content: "\f3e0";
}
.fa-images::before {
    content: "\f302";
}
.fa-inbox::before {
    content: "\f01c";
}
.fa-indent::before {
    content: "\f03c";
}
.fa-indian-rupee-sign::before {
    content: "\e1bc";
}
.fa-indian-rupee::before {
    content: "\e1bc";
}
.fa-inr::before {
    content: "\e1bc";
}
.fa-industry::before {
    content: "\f275";
}
.fa-infinity::before {
    content: "\f534";
}
.fa-info::before {
    content: "\f129";
}
.fa-italic::before {
    content: "\f033";
}
.fa-j::before {
    content: "J";
}
.fa-jar::before {
    content: "\e516";
}
.fa-jar-wheat::before {
    content: "\e517";
}
.fa-jedi::before {
    content: "\f669";
}
.fa-jet-fighter::before {
    content: "\f0fb";
}
.fa-fighter-jet::before {
    content: "\f0fb";
}
.fa-jet-fighter-up::before {
    content: "\e518";
}
.fa-joint::before {
    content: "\f595";
}
.fa-jug-detergent::before {
    content: "\e519";
}
.fa-k::before {
    content: "K";
}
.fa-kaaba::before {
    content: "\f66b";
}
.fa-key::before {
    content: "\f084";
}
.fa-keyboard::before {
    content: "\f11c";
}
.fa-khanda::before {
    content: "\f66d";
}
.fa-kip-sign::before {
    content: "\e1c4";
}
.fa-kit-medical::before {
    content: "\f479";
}
.fa-first-aid::before {
    content: "\f479";
}
.fa-kitchen-set::before {
    content: "\e51a";
}
.fa-kiwi-bird::before {
    content: "\f535";
}
.fa-l::before {
    content: "L";
}
.fa-land-mine-on::before {
    content: "\e51b";
}
.fa-landmark::before {
    content: "\f66f";
}
.fa-landmark-dome::before {
    content: "\f752";
}
.fa-landmark-alt::before {
    content: "\f752";
}
.fa-landmark-flag::before {
    content: "\e51c";
}
.fa-language::before {
    content: "\f1ab";
}
.fa-laptop::before {
    content: "\f109";
}
.fa-laptop-code::before {
    content: "\f5fc";
}
.fa-laptop-file::before {
    content: "\e51d";
}
.fa-laptop-medical::before {
    content: "\f812";
}
.fa-lari-sign::before {
    content: "\e1c8";
}
.fa-layer-group::before {
    content: "\f5fd";
}
.fa-leaf::before {
    content: "\f06c";
}
.fa-left-long::before {
    content: "\f30a";
}
.fa-long-arrow-alt-left::before {
    content: "\f30a";
}
.fa-left-right::before {
    content: "\f337";
}
.fa-arrows-alt-h::before {
    content: "\f337";
}
.fa-lemon::before {
    content: "\f094";
}
.fa-less-than::before {
    content: "\<";
}
.fa-less-than-equal::before {
    content: "\f537";
}
.fa-life-ring::before {
    content: "\f1cd";
}
.fa-lightbulb::before {
    content: "\f0eb";
}
.fa-lines-leaning::before {
    content: "\e51e";
}
.fa-link::before {
    content: "\f0c1";
}
.fa-chain::before {
    content: "\f0c1";
}
.fa-link-slash::before {
    content: "\f127";
}
.fa-chain-broken::before {
    content: "\f127";
}
.fa-chain-slash::before {
    content: "\f127";
}
.fa-unlink::before {
    content: "\f127";
}
.fa-lira-sign::before {
    content: "\f195";
}
.fa-list::before {
    content: "\f03a";
}
.fa-list-squares::before {
    content: "\f03a";
}
.fa-list-check::before {
    content: "\f0ae";
}
.fa-tasks::before {
    content: "\f0ae";
}
.fa-list-ol::before {
    content: "\f0cb";
}
.fa-list-1-2::before {
    content: "\f0cb";
}
.fa-list-numeric::before {
    content: "\f0cb";
}
.fa-list-ul::before {
    content: "\f0ca";
}
.fa-list-dots::before {
    content: "\f0ca";
}
.fa-litecoin-sign::before {
    content: "\e1d3";
}
.fa-location-arrow::before {
    content: "\f124";
}
.fa-location-crosshairs::before {
    content: "\f601";
}
.fa-location::before {
    content: "\f601";
}
.fa-location-dot::before {
    content: "\f3c5";
}
.fa-map-marker-alt::before {
    content: "\f3c5";
}
.fa-location-pin::before {
    content: "\f041";
}
.fa-map-marker::before {
    content: "\f041";
}
.fa-location-pin-lock::before {
    content: "\e51f";
}
.fa-lock::before {
    content: "\f023";
}
.fa-lock-open::before {
    content: "\f3c1";
}
.fa-locust::before {
    content: "\e520";
}
.fa-lungs::before {
    content: "\f604";
}
.fa-lungs-virus::before {
    content: "\e067";
}
.fa-m::before {
    content: "M";
}
.fa-magnet::before {
    content: "\f076";
}
.fa-magnifying-glass::before {
    content: "\f002";
}
.fa-search::before {
    content: "\f002";
}
.fa-magnifying-glass-arrow-right::before {
    content: "\e521";
}
.fa-magnifying-glass-chart::before {
    content: "\e522";
}
.fa-magnifying-glass-dollar::before {
    content: "\f688";
}
.fa-search-dollar::before {
    content: "\f688";
}
.fa-magnifying-glass-location::before {
    content: "\f689";
}
.fa-search-location::before {
    content: "\f689";
}
.fa-magnifying-glass-minus::before {
    content: "\f010";
}
.fa-search-minus::before {
    content: "\f010";
}
.fa-magnifying-glass-plus::before {
    content: "\f00e";
}
.fa-search-plus::before {
    content: "\f00e";
}
.fa-manat-sign::before {
    content: "\e1d5";
}
.fa-map::before {
    content: "\f279";
}
.fa-map-location::before {
    content: "\f59f";
}
.fa-map-marked::before {
    content: "\f59f";
}
.fa-map-location-dot::before {
    content: "\f5a0";
}
.fa-map-marked-alt::before {
    content: "\f5a0";
}
.fa-map-pin::before {
    content: "\f276";
}
.fa-marker::before {
    content: "\f5a1";
}
.fa-mars::before {
    content: "\f222";
}
.fa-mars-and-venus::before {
    content: "\f224";
}
.fa-mars-and-venus-burst::before {
    content: "\e523";
}
.fa-mars-double::before {
    content: "\f227";
}
.fa-mars-stroke::before {
    content: "\f229";
}
.fa-mars-stroke-right::before {
    content: "\f22b";
}
.fa-mars-stroke-h::before {
    content: "\f22b";
}
.fa-mars-stroke-up::before {
    content: "\f22a";
}
.fa-mars-stroke-v::before {
    content: "\f22a";
}
.fa-martini-glass::before {
    content: "\f57b";
}
.fa-glass-martini-alt::before {
    content: "\f57b";
}
.fa-martini-glass-citrus::before {
    content: "\f561";
}
.fa-cocktail::before {
    content: "\f561";
}
.fa-martini-glass-empty::before {
    content: "\f000";
}
.fa-glass-martini::before {
    content: "\f000";
}
.fa-mask::before {
    content: "\f6fa";
}
.fa-mask-face::before {
    content: "\e1d7";
}
.fa-mask-ventilator::before {
    content: "\e524";
}
.fa-masks-theater::before {
    content: "\f630";
}
.fa-theater-masks::before {
    content: "\f630";
}
.fa-mattress-pillow::before {
    content: "\e525";
}
.fa-maximize::before {
    content: "\f31e";
}
.fa-expand-arrows-alt::before {
    content: "\f31e";
}
.fa-medal::before {
    content: "\f5a2";
}
.fa-memory::before {
    content: "\f538";
}
.fa-menorah::before {
    content: "\f676";
}
.fa-mercury::before {
    content: "\f223";
}
.fa-message::before {
    content: "\f27a";
}
.fa-comment-alt::before {
    content: "\f27a";
}
.fa-meteor::before {
    content: "\f753";
}
.fa-microchip::before {
    content: "\f2db";
}
.fa-microphone::before {
    content: "\f130";
}
.fa-microphone-lines::before {
    content: "\f3c9";
}
.fa-microphone-alt::before {
    content: "\f3c9";
}
.fa-microphone-lines-slash::before {
    content: "\f539";
}
.fa-microphone-alt-slash::before {
    content: "\f539";
}
.fa-microphone-slash::before {
    content: "\f131";
}
.fa-microscope::before {
    content: "\f610";
}
.fa-mill-sign::before {
    content: "\e1ed";
}
.fa-minimize::before {
    content: "\f78c";
}
.fa-compress-arrows-alt::before {
    content: "\f78c";
}
.fa-minus::before {
    content: "\f068";
}
.fa-subtract::before {
    content: "\f068";
}
.fa-mitten::before {
    content: "\f7b5";
}
.fa-mobile::before {
    content: "\f3ce";
}
.fa-mobile-android::before {
    content: "\f3ce";
}
.fa-mobile-phone::before {
    content: "\f3ce";
}
.fa-mobile-button::before {
    content: "\f10b";
}
.fa-mobile-retro::before {
    content: "\e527";
}
.fa-mobile-screen::before {
    content: "\f3cf";
}
.fa-mobile-android-alt::before {
    content: "\f3cf";
}
.fa-mobile-screen-button::before {
    content: "\f3cd";
}
.fa-mobile-alt::before {
    content: "\f3cd";
}
.fa-money-bill::before {
    content: "\f0d6";
}
.fa-money-bill-1::before {
    content: "\f3d1";
}
.fa-money-bill-alt::before {
    content: "\f3d1";
}
.fa-money-bill-1-wave::before {
    content: "\f53b";
}
.fa-money-bill-wave-alt::before {
    content: "\f53b";
}
.fa-money-bill-transfer::before {
    content: "\e528";
}
.fa-money-bill-trend-up::before {
    content: "\e529";
}
.fa-money-bill-wave::before {
    content: "\f53a";
}
.fa-money-bill-wheat::before {
    content: "\e52a";
}
.fa-money-bills::before {
    content: "\e1f3";
}
.fa-money-check::before {
    content: "\f53c";
}
.fa-money-check-dollar::before {
    content: "\f53d";
}
.fa-money-check-alt::before {
    content: "\f53d";
}
.fa-monument::before {
    content: "\f5a6";
}
.fa-moon::before {
    content: "\f186";
}
.fa-mortar-pestle::before {
    content: "\f5a7";
}
.fa-mosque::before {
    content: "\f678";
}
.fa-mosquito::before {
    content: "\e52b";
}
.fa-mosquito-net::before {
    content: "\e52c";
}
.fa-motorcycle::before {
    content: "\f21c";
}
.fa-mound::before {
    content: "\e52d";
}
.fa-mountain::before {
    content: "\f6fc";
}
.fa-mountain-city::before {
    content: "\e52e";
}
.fa-mountain-sun::before {
    content: "\e52f";
}
.fa-mug-hot::before {
    content: "\f7b6";
}
.fa-mug-saucer::before {
    content: "\f0f4";
}
.fa-coffee::before {
    content: "\f0f4";
}
.fa-music::before {
    content: "\f001";
}
.fa-n::before {
    content: "N";
}
.fa-naira-sign::before {
    content: "\e1f6";
}
.fa-network-wired::before {
    content: "\f6ff";
}
.fa-neuter::before {
    content: "\f22c";
}
.fa-newspaper::before {
    content: "\f1ea";
}
.fa-not-equal::before {
    content: "\f53e";
}
.fa-note-sticky::before {
    content: "\f249";
}
.fa-sticky-note::before {
    content: "\f249";
}
.fa-notes-medical::before {
    content: "\f481";
}
.fa-o::before {
    content: "O";
}
.fa-object-group::before {
    content: "\f247";
}
.fa-object-ungroup::before {
    content: "\f248";
}
.fa-oil-can::before {
    content: "\f613";
}
.fa-oil-well::before {
    content: "\e532";
}
.fa-om::before {
    content: "\f679";
}
.fa-otter::before {
    content: "\f700";
}
.fa-outdent::before {
    content: "\f03b";
}
.fa-dedent::before {
    content: "\f03b";
}
.fa-p::before {
    content: "P";
}
.fa-pager::before {
    content: "\f815";
}
.fa-paint-roller::before {
    content: "\f5aa";
}
.fa-paintbrush::before {
    content: "\f1fc";
}
.fa-paint-brush::before {
    content: "\f1fc";
}
.fa-palette::before {
    content: "\f53f";
}
.fa-pallet::before {
    content: "\f482";
}
.fa-panorama::before {
    content: "\e209";
}
.fa-paper-plane::before {
    content: "\f1d8";
}
.fa-paperclip::before {
    content: "\f0c6";
}
.fa-parachute-box::before {
    content: "\f4cd";
}
.fa-paragraph::before {
    content: "\f1dd";
}
.fa-passport::before {
    content: "\f5ab";
}
.fa-paste::before {
    content: "\f0ea";
}
.fa-file-clipboard::before {
    content: "\f0ea";
}
.fa-pause::before {
    content: "\f04c";
}
.fa-paw::before {
    content: "\f1b0";
}
.fa-peace::before {
    content: "\f67c";
}
.fa-pen::before {
    content: "\f304";
}
.fa-pen-clip::before {
    content: "\f305";
}
.fa-pen-alt::before {
    content: "\f305";
}
.fa-pen-fancy::before {
    content: "\f5ac";
}
.fa-pen-nib::before {
    content: "\f5ad";
}
.fa-pen-ruler::before {
    content: "\f5ae";
}
.fa-pencil-ruler::before {
    content: "\f5ae";
}
.fa-pen-to-square::before {
    content: "\f044";
}
.fa-edit::before {
    content: "\f044";
}
.fa-pencil::before {
    content: "\f303";
}
.fa-pencil-alt::before {
    content: "\f303";
}
.fa-people-arrows-left-right::before {
    content: "\e068";
}
.fa-people-arrows::before {
    content: "\e068";
}
.fa-people-carry-box::before {
    content: "\f4ce";
}
.fa-people-carry::before {
    content: "\f4ce";
}
.fa-people-group::before {
    content: "\e533";
}
.fa-people-line::before {
    content: "\e534";
}
.fa-people-pulling::before {
    content: "\e535";
}
.fa-people-robbery::before {
    content: "\e536";
}
.fa-people-roof::before {
    content: "\e537";
}
.fa-pepper-hot::before {
    content: "\f816";
}
.fa-percent::before {
    content: "\%";
}
.fa-percentage::before {
    content: "\%";
}
.fa-person::before {
    content: "\f183";
}
.fa-male::before {
    content: "\f183";
}
.fa-person-arrow-down-to-line::before {
    content: "\e538";
}
.fa-person-arrow-up-from-line::before {
    content: "\e539";
}
.fa-person-biking::before {
    content: "\f84a";
}
.fa-biking::before {
    content: "\f84a";
}
.fa-person-booth::before {
    content: "\f756";
}
.fa-person-breastfeeding::before {
    content: "\e53a";
}
.fa-person-burst::before {
    content: "\e53b";
}
.fa-person-cane::before {
    content: "\e53c";
}
.fa-person-chalkboard::before {
    content: "\e53d";
}
.fa-person-circle-check::before {
    content: "\e53e";
}
.fa-person-circle-exclamation::before {
    content: "\e53f";
}
.fa-person-circle-minus::before {
    content: "\e540";
}
.fa-person-circle-plus::before {
    content: "\e541";
}
.fa-person-circle-question::before {
    content: "\e542";
}
.fa-person-circle-xmark::before {
    content: "\e543";
}
.fa-person-digging::before {
    content: "\f85e";
}
.fa-digging::before {
    content: "\f85e";
}
.fa-person-dots-from-line::before {
    content: "\f470";
}
.fa-diagnoses::before {
    content: "\f470";
}
.fa-person-dress::before {
    content: "\f182";
}
.fa-female::before {
    content: "\f182";
}
.fa-person-dress-burst::before {
    content: "\e544";
}
.fa-person-drowning::before {
    content: "\e545";
}
.fa-person-falling::before {
    content: "\e546";
}
.fa-person-falling-burst::before {
    content: "\e547";
}
.fa-person-half-dress::before {
    content: "\e548";
}
.fa-person-harassing::before {
    content: "\e549";
}
.fa-person-hiking::before {
    content: "\f6ec";
}
.fa-hiking::before {
    content: "\f6ec";
}
.fa-person-military-pointing::before {
    content: "\e54a";
}
.fa-person-military-rifle::before {
    content: "\e54b";
}
.fa-person-military-to-person::before {
    content: "\e54c";
}
.fa-person-praying::before {
    content: "\f683";
}
.fa-pray::before {
    content: "\f683";
}
.fa-person-pregnant::before {
    content: "\e31e";
}
.fa-person-rays::before {
    content: "\e54d";
}
.fa-person-rifle::before {
    content: "\e54e";
}
.fa-person-running::before {
    content: "\f70c";
}
.fa-running::before {
    content: "\f70c";
}
.fa-person-shelter::before {
    content: "\e54f";
}
.fa-person-skating::before {
    content: "\f7c5";
}
.fa-skating::before {
    content: "\f7c5";
}
.fa-person-skiing::before {
    content: "\f7c9";
}
.fa-skiing::before {
    content: "\f7c9";
}
.fa-person-skiing-nordic::before {
    content: "\f7ca";
}
.fa-skiing-nordic::before {
    content: "\f7ca";
}
.fa-person-snowboarding::before {
    content: "\f7ce";
}
.fa-snowboarding::before {
    content: "\f7ce";
}
.fa-person-swimming::before {
    content: "\f5c4";
}
.fa-swimmer::before {
    content: "\f5c4";
}
.fa-person-through-window::before {
    content: "\e433";
}
.fa-person-walking::before {
    content: "\f554";
}
.fa-walking::before {
    content: "\f554";
}
.fa-person-walking-arrow-loop-left::before {
    content: "\e551";
}
.fa-person-walking-arrow-right::before {
    content: "\e552";
}
.fa-person-walking-dashed-line-arrow-right::before {
    content: "\e553";
}
.fa-person-walking-luggage::before {
    content: "\e554";
}
.fa-person-walking-with-cane::before {
    content: "\f29d";
}
.fa-blind::before {
    content: "\f29d";
}
.fa-peseta-sign::before {
    content: "\e221";
}
.fa-peso-sign::before {
    content: "\e222";
}
.fa-phone::before {
    content: "\f095";
}
.fa-phone-flip::before {
    content: "\f879";
}
.fa-phone-alt::before {
    content: "\f879";
}
.fa-phone-slash::before {
    content: "\f3dd";
}
.fa-phone-volume::before {
    content: "\f2a0";
}
.fa-volume-control-phone::before {
    content: "\f2a0";
}
.fa-photo-film::before {
    content: "\f87c";
}
.fa-photo-video::before {
    content: "\f87c";
}
.fa-piggy-bank::before {
    content: "\f4d3";
}
.fa-pills::before {
    content: "\f484";
}
.fa-pizza-slice::before {
    content: "\f818";
}
.fa-place-of-worship::before {
    content: "\f67f";
}
.fa-plane::before {
    content: "\f072";
}
.fa-plane-arrival::before {
    content: "\f5af";
}
.fa-plane-circle-check::before {
    content: "\e555";
}
.fa-plane-circle-exclamation::before {
    content: "\e556";
}
.fa-plane-circle-xmark::before {
    content: "\e557";
}
.fa-plane-departure::before {
    content: "\f5b0";
}
.fa-plane-lock::before {
    content: "\e558";
}
.fa-plane-slash::before {
    content: "\e069";
}
.fa-plane-up::before {
    content: "\e22d";
}
.fa-plant-wilt::before {
    content: "\e43b";
}
.fa-plate-wheat::before {
    content: "\e55a";
}
.fa-play::before {
    content: "\f04b";
}
.fa-plug::before {
    content: "\f1e6";
}
.fa-plug-circle-bolt::before {
    content: "\e55b";
}
.fa-plug-circle-check::before {
    content: "\e55c";
}
.fa-plug-circle-exclamation::before {
    content: "\e55d";
}
.fa-plug-circle-minus::before {
    content: "\e55e";
}
.fa-plug-circle-plus::before {
    content: "\e55f";
}
.fa-plug-circle-xmark::before {
    content: "\e560";
}
.fa-plus::before {
    content: "\+";
}
.fa-add::before {
    content: "\+";
}
.fa-plus-minus::before {
    content: "\e43c";
}
.fa-podcast::before {
    content: "\f2ce";
}
.fa-poo::before {
    content: "\f2fe";
}
.fa-poo-storm::before {
    content: "\f75a";
}
.fa-poo-bolt::before {
    content: "\f75a";
}
.fa-poop::before {
    content: "\f619";
}
.fa-power-off::before {
    content: "\f011";
}
.fa-prescription::before {
    content: "\f5b1";
}
.fa-prescription-bottle::before {
    content: "\f485";
}
.fa-prescription-bottle-medical::before {
    content: "\f486";
}
.fa-prescription-bottle-alt::before {
    content: "\f486";
}
.fa-print::before {
    content: "\f02f";
}
.fa-pump-medical::before {
    content: "\e06a";
}
.fa-pump-soap::before {
    content: "\e06b";
}
.fa-puzzle-piece::before {
    content: "\f12e";
}
.fa-q::before {
    content: "Q";
}
.fa-qrcode::before {
    content: "\f029";
}
.fa-question::before {
    content: "\?";
}
.fa-quote-left::before {
    content: "\f10d";
}
.fa-quote-left-alt::before {
    content: "\f10d";
}
.fa-quote-right::before {
    content: "\f10e";
}
.fa-quote-right-alt::before {
    content: "\f10e";
}
.fa-r::before {
    content: "R";
}
.fa-radiation::before {
    content: "\f7b9";
}
.fa-radio::before {
    content: "\f8d7";
}
.fa-rainbow::before {
    content: "\f75b";
}
.fa-ranking-star::before {
    content: "\e561";
}
.fa-receipt::before {
    content: "\f543";
}
.fa-record-vinyl::before {
    content: "\f8d9";
}
.fa-rectangle-ad::before {
    content: "\f641";
}
.fa-ad::before {
    content: "\f641";
}
.fa-rectangle-list::before {
    content: "\f022";
}
.fa-list-alt::before {
    content: "\f022";
}
.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-recycle::before {
    content: "\f1b8";
}
.fa-registered::before {
    content: "\f25d";
}
.fa-repeat::before {
    content: "\f363";
}
.fa-reply::before {
    content: "\f3e5";
}
.fa-mail-reply::before {
    content: "\f3e5";
}
.fa-reply-all::before {
    content: "\f122";
}
.fa-mail-reply-all::before {
    content: "\f122";
}
.fa-republican::before {
    content: "\f75e";
}
.fa-restroom::before {
    content: "\f7bd";
}
.fa-retweet::before {
    content: "\f079";
}
.fa-ribbon::before {
    content: "\f4d6";
}
.fa-right-from-bracket::before {
    content: "\f2f5";
}
.fa-sign-out-alt::before {
    content: "\f2f5";
}
.fa-right-left::before {
    content: "\f362";
}
.fa-exchange-alt::before {
    content: "\f362";
}
.fa-right-long::before {
    content: "\f30b";
}
.fa-long-arrow-alt-right::before {
    content: "\f30b";
}
.fa-right-to-bracket::before {
    content: "\f2f6";
}
.fa-sign-in-alt::before {
    content: "\f2f6";
}
.fa-ring::before {
    content: "\f70b";
}
.fa-road::before {
    content: "\f018";
}
.fa-road-barrier::before {
    content: "\e562";
}
.fa-road-bridge::before {
    content: "\e563";
}
.fa-road-circle-check::before {
    content: "\e564";
}
.fa-road-circle-exclamation::before {
    content: "\e565";
}
.fa-road-circle-xmark::before {
    content: "\e566";
}
.fa-road-lock::before {
    content: "\e567";
}
.fa-road-spikes::before {
    content: "\e568";
}
.fa-robot::before {
    content: "\f544";
}
.fa-rocket::before {
    content: "\f135";
}
.fa-rotate::before {
    content: "\f2f1";
}
.fa-sync-alt::before {
    content: "\f2f1";
}
.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-rotate-right::before {
    content: "\f2f9";
}
.fa-redo-alt::before {
    content: "\f2f9";
}
.fa-rotate-forward::before {
    content: "\f2f9";
}
.fa-route::before {
    content: "\f4d7";
}
.fa-rss::before {
    content: "\f09e";
}
.fa-feed::before {
    content: "\f09e";
}
.fa-ruble-sign::before {
    content: "\f158";
}
.fa-rouble::before {
    content: "\f158";
}
.fa-rub::before {
    content: "\f158";
}
.fa-ruble::before {
    content: "\f158";
}
.fa-rug::before {
    content: "\e569";
}
.fa-ruler::before {
    content: "\f545";
}
.fa-ruler-combined::before {
    content: "\f546";
}
.fa-ruler-horizontal::before {
    content: "\f547";
}
.fa-ruler-vertical::before {
    content: "\f548";
}
.fa-rupee-sign::before {
    content: "\f156";
}
.fa-rupee::before {
    content: "\f156";
}
.fa-rupiah-sign::before {
    content: "\e23d";
}
.fa-s::before {
    content: "S";
}
.fa-sack-dollar::before {
    content: "\f81d";
}
.fa-sack-xmark::before {
    content: "\e56a";
}
.fa-sailboat::before {
    content: "\e445";
}
.fa-satellite::before {
    content: "\f7bf";
}
.fa-satellite-dish::before {
    content: "\f7c0";
}
.fa-scale-balanced::before {
    content: "\f24e";
}
.fa-balance-scale::before {
    content: "\f24e";
}
.fa-scale-unbalanced::before {
    content: "\f515";
}
.fa-balance-scale-left::before {
    content: "\f515";
}
.fa-scale-unbalanced-flip::before {
    content: "\f516";
}
.fa-balance-scale-right::before {
    content: "\f516";
}
.fa-school::before {
    content: "\f549";
}
.fa-school-circle-check::before {
    content: "\e56b";
}
.fa-school-circle-exclamation::before {
    content: "\e56c";
}
.fa-school-circle-xmark::before {
    content: "\e56d";
}
.fa-school-flag::before {
    content: "\e56e";
}
.fa-school-lock::before {
    content: "\e56f";
}
.fa-scissors::before {
    content: "\f0c4";
}
.fa-cut::before {
    content: "\f0c4";
}
.fa-screwdriver::before {
    content: "\f54a";
}
.fa-screwdriver-wrench::before {
    content: "\f7d9";
}
.fa-tools::before {
    content: "\f7d9";
}
.fa-scroll::before {
    content: "\f70e";
}
.fa-scroll-torah::before {
    content: "\f6a0";
}
.fa-torah::before {
    content: "\f6a0";
}
.fa-sd-card::before {
    content: "\f7c2";
}
.fa-section::before {
    content: "\e447";
}
.fa-seedling::before {
    content: "\f4d8";
}
.fa-sprout::before {
    content: "\f4d8";
}
.fa-server::before {
    content: "\f233";
}
.fa-shapes::before {
    content: "\f61f";
}
.fa-triangle-circle-square::before {
    content: "\f61f";
}
.fa-share::before {
    content: "\f064";
}
.fa-arrow-turn-right::before {
    content: "\f064";
}
.fa-mail-forward::before {
    content: "\f064";
}
.fa-share-from-square::before {
    content: "\f14d";
}
.fa-share-square::before {
    content: "\f14d";
}
.fa-share-nodes::before {
    content: "\f1e0";
}
.fa-share-alt::before {
    content: "\f1e0";
}
.fa-sheet-plastic::before {
    content: "\e571";
}
.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-shield::before {
    content: "\f132";
}
.fa-shield-blank::before {
    content: "\f132";
}
.fa-shield-cat::before {
    content: "\e572";
}
.fa-shield-dog::before {
    content: "\e573";
}
.fa-shield-halved::before {
    content: "\f3ed";
}
.fa-shield-alt::before {
    content: "\f3ed";
}
.fa-shield-heart::before {
    content: "\e574";
}
.fa-shield-virus::before {
    content: "\e06c";
}
.fa-ship::before {
    content: "\f21a";
}
.fa-shirt::before {
    content: "\f553";
}
.fa-t-shirt::before {
    content: "\f553";
}
.fa-tshirt::before {
    content: "\f553";
}
.fa-shoe-prints::before {
    content: "\f54b";
}
.fa-shop::before {
    content: "\f54f";
}
.fa-store-alt::before {
    content: "\f54f";
}
.fa-shop-lock::before {
    content: "\e4a5";
}
.fa-shop-slash::before {
    content: "\e070";
}
.fa-store-alt-slash::before {
    content: "\e070";
}
.fa-shower::before {
    content: "\f2cc";
}
.fa-shrimp::before {
    content: "\e448";
}
.fa-shuffle::before {
    content: "\f074";
}
.fa-random::before {
    content: "\f074";
}
.fa-shuttle-space::before {
    content: "\f197";
}
.fa-space-shuttle::before {
    content: "\f197";
}
.fa-sign-hanging::before {
    content: "\f4d9";
}
.fa-sign::before {
    content: "\f4d9";
}
.fa-signal::before {
    content: "\f012";
}
.fa-signal-5::before {
    content: "\f012";
}
.fa-signal-perfect::before {
    content: "\f012";
}
.fa-signature::before {
    content: "\f5b7";
}
.fa-signs-post::before {
    content: "\f277";
}
.fa-map-signs::before {
    content: "\f277";
}
.fa-sim-card::before {
    content: "\f7c4";
}
.fa-sink::before {
    content: "\e06d";
}
.fa-sitemap::before {
    content: "\f0e8";
}
.fa-skull::before {
    content: "\f54c";
}
.fa-skull-crossbones::before {
    content: "\f714";
}
.fa-slash::before {
    content: "\f715";
}
.fa-sleigh::before {
    content: "\f7cc";
}
.fa-sliders::before {
    content: "\f1de";
}
.fa-sliders-h::before {
    content: "\f1de";
}
.fa-smog::before {
    content: "\f75f";
}
.fa-smoking::before {
    content: "\f48d";
}
.fa-snowflake::before {
    content: "\f2dc";
}
.fa-snowman::before {
    content: "\f7d0";
}
.fa-snowplow::before {
    content: "\f7d2";
}
.fa-soap::before {
    content: "\e06e";
}
.fa-socks::before {
    content: "\f696";
}
.fa-solar-panel::before {
    content: "\f5ba";
}
.fa-sort::before {
    content: "\f0dc";
}
.fa-unsorted::before {
    content: "\f0dc";
}
.fa-sort-down::before {
    content: "\f0dd";
}
.fa-sort-desc::before {
    content: "\f0dd";
}
.fa-sort-up::before {
    content: "\f0de";
}
.fa-sort-asc::before {
    content: "\f0de";
}
.fa-spa::before {
    content: "\f5bb";
}
.fa-spaghetti-monster-flying::before {
    content: "\f67b";
}
.fa-pastafarianism::before {
    content: "\f67b";
}
.fa-spell-check::before {
    content: "\f891";
}
.fa-spider::before {
    content: "\f717";
}
.fa-spinner::before {
    content: "\f110";
}
.fa-splotch::before {
    content: "\f5bc";
}
.fa-spoon::before {
    content: "\f2e5";
}
.fa-utensil-spoon::before {
    content: "\f2e5";
}
.fa-spray-can::before {
    content: "\f5bd";
}
.fa-spray-can-sparkles::before {
    content: "\f5d0";
}
.fa-air-freshener::before {
    content: "\f5d0";
}
.fa-square::before {
    content: "\f0c8";
}
.fa-square-arrow-up-right::before {
    content: "\f14c";
}
.fa-external-link-square::before {
    content: "\f14c";
}
.fa-square-caret-down::before {
    content: "\f150";
}
.fa-caret-square-down::before {
    content: "\f150";
}
.fa-square-caret-left::before {
    content: "\f191";
}
.fa-caret-square-left::before {
    content: "\f191";
}
.fa-square-caret-right::before {
    content: "\f152";
}
.fa-caret-square-right::before {
    content: "\f152";
}
.fa-square-caret-up::before {
    content: "\f151";
}
.fa-caret-square-up::before {
    content: "\f151";
}
.fa-square-check::before {
    content: "\f14a";
}
.fa-check-square::before {
    content: "\f14a";
}
.fa-square-envelope::before {
    content: "\f199";
}
.fa-envelope-square::before {
    content: "\f199";
}
.fa-square-full::before {
    content: "\f45c";
}
.fa-square-h::before {
    content: "\f0fd";
}
.fa-h-square::before {
    content: "\f0fd";
}
.fa-square-minus::before {
    content: "\f146";
}
.fa-minus-square::before {
    content: "\f146";
}
.fa-square-nfi::before {
    content: "\e576";
}
.fa-square-parking::before {
    content: "\f540";
}
.fa-parking::before {
    content: "\f540";
}
.fa-square-pen::before {
    content: "\f14b";
}
.fa-pen-square::before {
    content: "\f14b";
}
.fa-pencil-square::before {
    content: "\f14b";
}
.fa-square-person-confined::before {
    content: "\e577";
}
.fa-square-phone::before {
    content: "\f098";
}
.fa-phone-square::before {
    content: "\f098";
}
.fa-square-phone-flip::before {
    content: "\f87b";
}
.fa-phone-square-alt::before {
    content: "\f87b";
}
.fa-square-plus::before {
    content: "\f0fe";
}
.fa-plus-square::before {
    content: "\f0fe";
}
.fa-square-poll-horizontal::before {
    content: "\f682";
}
.fa-poll-h::before {
    content: "\f682";
}
.fa-square-poll-vertical::before {
    content: "\f681";
}
.fa-poll::before {
    content: "\f681";
}
.fa-square-root-variable::before {
    content: "\f698";
}
.fa-square-root-alt::before {
    content: "\f698";
}
.fa-square-rss::before {
    content: "\f143";
}
.fa-rss-square::before {
    content: "\f143";
}
.fa-square-share-nodes::before {
    content: "\f1e1";
}
.fa-share-alt-square::before {
    content: "\f1e1";
}
.fa-square-up-right::before {
    content: "\f360";
}
.fa-external-link-square-alt::before {
    content: "\f360";
}
.fa-square-virus::before {
    content: "\e578";
}
.fa-square-xmark::before {
    content: "\f2d3";
}
.fa-times-square::before {
    content: "\f2d3";
}
.fa-xmark-square::before {
    content: "\f2d3";
}
.fa-staff-aesculapius::before {
    content: "\e579";
}
.fa-rod-asclepius::before {
    content: "\e579";
}
.fa-rod-snake::before {
    content: "\e579";
}
.fa-staff-snake::before {
    content: "\e579";
}
.fa-stairs::before {
    content: "\e289";
}
.fa-stamp::before {
    content: "\f5bf";
}
.fa-star::before {
    content: "\f005";
}
.fa-star-and-crescent::before {
    content: "\f699";
}
.fa-star-half::before {
    content: "\f089";
}
.fa-star-half-stroke::before {
    content: "\f5c0";
}
.fa-star-half-alt::before {
    content: "\f5c0";
}
.fa-star-of-david::before {
    content: "\f69a";
}
.fa-star-of-life::before {
    content: "\f621";
}
.fa-sterling-sign::before {
    content: "\f154";
}
.fa-gbp::before {
    content: "\f154";
}
.fa-pound-sign::before {
    content: "\f154";
}
.fa-stethoscope::before {
    content: "\f0f1";
}
.fa-stop::before {
    content: "\f04d";
}
.fa-stopwatch::before {
    content: "\f2f2";
}
.fa-stopwatch-20::before {
    content: "\e06f";
}
.fa-store::before {
    content: "\f54e";
}
.fa-store-slash::before {
    content: "\e071";
}
.fa-street-view::before {
    content: "\f21d";
}
.fa-strikethrough::before {
    content: "\f0cc";
}
.fa-stroopwafel::before {
    content: "\f551";
}
.fa-subscript::before {
    content: "\f12c";
}
.fa-suitcase::before {
    content: "\f0f2";
}
.fa-suitcase-medical::before {
    content: "\f0fa";
}
.fa-medkit::before {
    content: "\f0fa";
}
.fa-suitcase-rolling::before {
    content: "\f5c1";
}
.fa-sun::before {
    content: "\f185";
}
.fa-sun-plant-wilt::before {
    content: "\e57a";
}
.fa-superscript::before {
    content: "\f12b";
}
.fa-swatchbook::before {
    content: "\f5c3";
}
.fa-synagogue::before {
    content: "\f69b";
}
.fa-syringe::before {
    content: "\f48e";
}
.fa-t::before {
    content: "T";
}
.fa-table::before {
    content: "\f0ce";
}
.fa-table-cells::before {
    content: "\f00a";
}
.fa-th::before {
    content: "\f00a";
}
.fa-table-cells-large::before {
    content: "\f009";
}
.fa-th-large::before {
    content: "\f009";
}
.fa-table-columns::before {
    content: "\f0db";
}
.fa-columns::before {
    content: "\f0db";
}
.fa-table-list::before {
    content: "\f00b";
}
.fa-th-list::before {
    content: "\f00b";
}
.fa-table-tennis-paddle-ball::before {
    content: "\f45d";
}
.fa-ping-pong-paddle-ball::before {
    content: "\f45d";
}
.fa-table-tennis::before {
    content: "\f45d";
}
.fa-tablet::before {
    content: "\f3fb";
}
.fa-tablet-android::before {
    content: "\f3fb";
}
.fa-tablet-button::before {
    content: "\f10a";
}
.fa-tablet-screen-button::before {
    content: "\f3fa";
}
.fa-tablet-alt::before {
    content: "\f3fa";
}
.fa-tablets::before {
    content: "\f490";
}
.fa-tachograph-digital::before {
    content: "\f566";
}
.fa-digital-tachograph::before {
    content: "\f566";
}
.fa-tag::before {
    content: "\f02b";
}
.fa-tags::before {
    content: "\f02c";
}
.fa-tape::before {
    content: "\f4db";
}
.fa-tarp::before {
    content: "\e57b";
}
.fa-tarp-droplet::before {
    content: "\e57c";
}
.fa-taxi::before {
    content: "\f1ba";
}
.fa-cab::before {
    content: "\f1ba";
}
.fa-teeth::before {
    content: "\f62e";
}
.fa-teeth-open::before {
    content: "\f62f";
}
.fa-temperature-arrow-down::before {
    content: "\e03f";
}
.fa-temperature-down::before {
    content: "\e03f";
}
.fa-temperature-arrow-up::before {
    content: "\e040";
}
.fa-temperature-up::before {
    content: "\e040";
}
.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-temperature-full::before {
    content: "\f2c7";
}
.fa-temperature-4::before {
    content: "\f2c7";
}
.fa-thermometer-4::before {
    content: "\f2c7";
}
.fa-thermometer-full::before {
    content: "\f2c7";
}
.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-temperature-high::before {
    content: "\f769";
}
.fa-temperature-low::before {
    content: "\f76b";
}
.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-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-tenge-sign::before {
    content: "\f7d7";
}
.fa-tenge::before {
    content: "\f7d7";
}
.fa-tent::before {
    content: "\e57d";
}
.fa-tent-arrow-down-to-line::before {
    content: "\e57e";
}
.fa-tent-arrow-left-right::before {
    content: "\e57f";
}
.fa-tent-arrow-turn-left::before {
    content: "\e580";
}
.fa-tent-arrows-down::before {
    content: "\e581";
}
.fa-tents::before {
    content: "\e582";
}
.fa-terminal::before {
    content: "\f120";
}
.fa-text-height::before {
    content: "\f034";
}
.fa-text-slash::before {
    content: "\f87d";
}
.fa-remove-format::before {
    content: "\f87d";
}
.fa-text-width::before {
    content: "\f035";
}
.fa-thermometer::before {
    content: "\f491";
}
.fa-thumbs-down::before {
    content: "\f165";
}
.fa-thumbs-up::before {
    content: "\f164";
}
.fa-thumbtack::before {
    content: "\f08d";
}
.fa-thumb-tack::before {
    content: "\f08d";
}
.fa-ticket::before {
    content: "\f145";
}
.fa-ticket-simple::before {
    content: "\f3ff";
}
.fa-ticket-alt::before {
    content: "\f3ff";
}
.fa-timeline::before {
    content: "\e29c";
}
.fa-toggle-off::before {
    content: "\f204";
}
.fa-toggle-on::before {
    content: "\f205";
}
.fa-toilet::before {
    content: "\f7d8";
}
.fa-toilet-paper::before {
    content: "\f71e";
}
.fa-toilet-paper-slash::before {
    content: "\e072";
}
.fa-toilet-portable::before {
    content: "\e583";
}
.fa-toilets-portable::before {
    content: "\e584";
}
.fa-toolbox::before {
    content: "\f552";
}
.fa-tooth::before {
    content: "\f5c9";
}
.fa-torii-gate::before {
    content: "\f6a1";
}
.fa-tornado::before {
    content: "\f76f";
}
.fa-tower-broadcast::before {
    content: "\f519";
}
.fa-broadcast-tower::before {
    content: "\f519";
}
.fa-tower-cell::before {
    content: "\e585";
}
.fa-tower-observation::before {
    content: "\e586";
}
.fa-tractor::before {
    content: "\f722";
}
.fa-trademark::before {
    content: "\f25c";
}
.fa-traffic-light::before {
    content: "\f637";
}
.fa-trailer::before {
    content: "\e041";
}
.fa-train::before {
    content: "\f238";
}
.fa-train-subway::before {
    content: "\f239";
}
.fa-subway::before {
    content: "\f239";
}
.fa-train-tram::before {
    content: "\f7da";
}
.fa-tram::before {
    content: "\f7da";
}
.fa-transgender::before {
    content: "\f225";
}
.fa-transgender-alt::before {
    content: "\f225";
}
.fa-trash::before {
    content: "\f1f8";
}
.fa-trash-arrow-up::before {
    content: "\f829";
}
.fa-trash-restore::before {
    content: "\f829";
}
.fa-trash-can::before {
    content: "\f2ed";
}
.fa-trash-alt::before {
    content: "\f2ed";
}
.fa-trash-can-arrow-up::before {
    content: "\f82a";
}
.fa-trash-restore-alt::before {
    content: "\f82a";
}
.fa-tree::before {
    content: "\f1bb";
}
.fa-tree-city::before {
    content: "\e587";
}
.fa-triangle-exclamation::before {
    content: "\f071";
}
.fa-exclamation-triangle::before {
    content: "\f071";
}
.fa-warning::before {
    content: "\f071";
}
.fa-trophy::before {
    content: "\f091";
}
.fa-trowel::before {
    content: "\e589";
}
.fa-trowel-bricks::before {
    content: "\e58a";
}
.fa-truck::before {
    content: "\f0d1";
}
.fa-truck-arrow-right::before {
    content: "\e58b";
}
.fa-truck-droplet::before {
    content: "\e58c";
}
.fa-truck-fast::before {
    content: "\f48b";
}
.fa-shipping-fast::before {
    content: "\f48b";
}
.fa-truck-field::before {
    content: "\e58d";
}
.fa-truck-field-un::before {
    content: "\e58e";
}
.fa-truck-front::before {
    content: "\e2b7";
}
.fa-truck-medical::before {
    content: "\f0f9";
}
.fa-ambulance::before {
    content: "\f0f9";
}
.fa-truck-monster::before {
    content: "\f63b";
}
.fa-truck-moving::before {
    content: "\f4df";
}
.fa-truck-pickup::before {
    content: "\f63c";
}
.fa-truck-plane::before {
    content: "\e58f";
}
.fa-truck-ramp-box::before {
    content: "\f4de";
}
.fa-truck-loading::before {
    content: "\f4de";
}
.fa-tty::before {
    content: "\f1e4";
}
.fa-teletype::before {
    content: "\f1e4";
}
.fa-turkish-lira-sign::before {
    content: "\e2bb";
}
.fa-try::before {
    content: "\e2bb";
}
.fa-turkish-lira::before {
    content: "\e2bb";
}
.fa-turn-down::before {
    content: "\f3be";
}
.fa-level-down-alt::before {
    content: "\f3be";
}
.fa-turn-up::before {
    content: "\f3bf";
}
.fa-level-up-alt::before {
    content: "\f3bf";
}
.fa-tv::before {
    content: "\f26c";
}
.fa-television::before {
    content: "\f26c";
}
.fa-tv-alt::before {
    content: "\f26c";
}
.fa-u::before {
    content: "U";
}
.fa-umbrella::before {
    content: "\f0e9";
}
.fa-umbrella-beach::before {
    content: "\f5ca";
}
.fa-underline::before {
    content: "\f0cd";
}
.fa-universal-access::before {
    content: "\f29a";
}
.fa-unlock::before {
    content: "\f09c";
}
.fa-unlock-keyhole::before {
    content: "\f13e";
}
.fa-unlock-alt::before {
    content: "\f13e";
}
.fa-up-down::before {
    content: "\f338";
}
.fa-arrows-alt-v::before {
    content: "\f338";
}
.fa-up-down-left-right::before {
    content: "\f0b2";
}
.fa-arrows-alt::before {
    content: "\f0b2";
}
.fa-up-long::before {
    content: "\f30c";
}
.fa-long-arrow-alt-up::before {
    content: "\f30c";
}
.fa-up-right-and-down-left-from-center::before {
    content: "\f424";
}
.fa-expand-alt::before {
    content: "\f424";
}
.fa-up-right-from-square::before {
    content: "\f35d";
}
.fa-external-link-alt::before {
    content: "\f35d";
}
.fa-upload::before {
    content: "\f093";
}
.fa-user::before {
    content: "\f007";
}
.fa-user-astronaut::before {
    content: "\f4fb";
}
.fa-user-check::before {
    content: "\f4fc";
}
.fa-user-clock::before {
    content: "\f4fd";
}
.fa-user-doctor::before {
    content: "\f0f0";
}
.fa-user-md::before {
    content: "\f0f0";
}
.fa-user-gear::before {
    content: "\f4fe";
}
.fa-user-cog::before {
    content: "\f4fe";
}
.fa-user-graduate::before {
    content: "\f501";
}
.fa-user-group::before {
    content: "\f500";
}
.fa-user-friends::before {
    content: "\f500";
}
.fa-user-injured::before {
    content: "\f728";
}
.fa-user-large::before {
    content: "\f406";
}
.fa-user-alt::before {
    content: "\f406";
}
.fa-user-large-slash::before {
    content: "\f4fa";
}
.fa-user-alt-slash::before {
    content: "\f4fa";
}
.fa-user-lock::before {
    content: "\f502";
}
.fa-user-minus::before {
    content: "\f503";
}
.fa-user-ninja::before {
    content: "\f504";
}
.fa-user-nurse::before {
    content: "\f82f";
}
.fa-user-pen::before {
    content: "\f4ff";
}
.fa-user-edit::before {
    content: "\f4ff";
}
.fa-user-plus::before {
    content: "\f234";
}
.fa-user-secret::before {
    content: "\f21b";
}
.fa-user-shield::before {
    content: "\f505";
}
.fa-user-slash::before {
    content: "\f506";
}
.fa-user-tag::before {
    content: "\f507";
}
.fa-user-tie::before {
    content: "\f508";
}
.fa-user-xmark::before {
    content: "\f235";
}
.fa-user-times::before {
    content: "\f235";
}
.fa-users::before {
    content: "\f0c0";
}
.fa-users-between-lines::before {
    content: "\e591";
}
.fa-users-gear::before {
    content: "\f509";
}
.fa-users-cog::before {
    content: "\f509";
}
.fa-users-line::before {
    content: "\e592";
}
.fa-users-rays::before {
    content: "\e593";
}
.fa-users-rectangle::before {
    content: "\e594";
}
.fa-users-slash::before {
    content: "\e073";
}
.fa-users-viewfinder::before {
    content: "\e595";
}
.fa-utensils::before {
    content: "\f2e7";
}
.fa-cutlery::before {
    content: "\f2e7";
}
.fa-v::before {
    content: "V";
}
.fa-van-shuttle::before {
    content: "\f5b6";
}
.fa-shuttle-van::before {
    content: "\f5b6";
}
.fa-vault::before {
    content: "\e2c5";
}
.fa-vector-square::before {
    content: "\f5cb";
}
.fa-venus::before {
    content: "\f221";
}
.fa-venus-double::before {
    content: "\f226";
}
.fa-venus-mars::before {
    content: "\f228";
}
.fa-vest::before {
    content: "\e085";
}
.fa-vest-patches::before {
    content: "\e086";
}
.fa-vial::before {
    content: "\f492";
}
.fa-vial-circle-check::before {
    content: "\e596";
}
.fa-vial-virus::before {
    content: "\e597";
}
.fa-vials::before {
    content: "\f493";
}
.fa-video::before {
    content: "\f03d";
}
.fa-video-camera::before {
    content: "\f03d";
}
.fa-video-slash::before {
    content: "\f4e2";
}
.fa-vihara::before {
    content: "\f6a7";
}
.fa-virus::before {
    content: "\e074";
}
.fa-virus-covid::before {
    content: "\e4a8";
}
.fa-virus-covid-slash::before {
    content: "\e4a9";
}
.fa-virus-slash::before {
    content: "\e075";
}
.fa-viruses::before {
    content: "\e076";
}
.fa-voicemail::before {
    content: "\f897";
}
.fa-volcano::before {
    content: "\f770";
}
.fa-volleyball::before {
    content: "\f45f";
}
.fa-volleyball-ball::before {
    content: "\f45f";
}
.fa-volume-high::before {
    content: "\f028";
}
.fa-volume-up::before {
    content: "\f028";
}
.fa-volume-low::before {
    content: "\f027";
}
.fa-volume-down::before {
    content: "\f027";
}
.fa-volume-off::before {
    content: "\f026";
}
.fa-volume-xmark::before {
    content: "\f6a9";
}
.fa-volume-mute::before {
    content: "\f6a9";
}
.fa-volume-times::before {
    content: "\f6a9";
}
.fa-vr-cardboard::before {
    content: "\f729";
}
.fa-w::before {
    content: "W";
}
.fa-walkie-talkie::before {
    content: "\f8ef";
}
.fa-wallet::before {
    content: "\f555";
}
.fa-wand-magic::before {
    content: "\f0d0";
}
.fa-magic::before {
    content: "\f0d0";
}
.fa-wand-magic-sparkles::before {
    content: "\e2ca";
}
.fa-magic-wand-sparkles::before {
    content: "\e2ca";
}
.fa-wand-sparkles::before {
    content: "\f72b";
}
.fa-warehouse::before {
    content: "\f494";
}
.fa-water::before {
    content: "\f773";
}
.fa-water-ladder::before {
    content: "\f5c5";
}
.fa-ladder-water::before {
    content: "\f5c5";
}
.fa-swimming-pool::before {
    content: "\f5c5";
}
.fa-wave-square::before {
    content: "\f83e";
}
.fa-weight-hanging::before {
    content: "\f5cd";
}
.fa-weight-scale::before {
    content: "\f496";
}
.fa-weight::before {
    content: "\f496";
}
.fa-wheat-awn::before {
    content: "\e2cd";
}
.fa-wheat-alt::before {
    content: "\e2cd";
}
.fa-wheat-awn-circle-exclamation::before {
    content: "\e598";
}
.fa-wheelchair::before {
    content: "\f193";
}
.fa-wheelchair-move::before {
    content: "\e2ce";
}
.fa-wheelchair-alt::before {
    content: "\e2ce";
}
.fa-whiskey-glass::before {
    content: "\f7a0";
}
.fa-glass-whiskey::before {
    content: "\f7a0";
}
.fa-wifi::before {
    content: "\f1eb";
}
.fa-wifi-3::before {
    content: "\f1eb";
}
.fa-wifi-strong::before {
    content: "\f1eb";
}
.fa-wind::before {
    content: "\f72e";
}
.fa-window-maximize::before {
    content: "\f2d0";
}
.fa-window-minimize::before {
    content: "\f2d1";
}
.fa-window-restore::before {
    content: "\f2d2";
}
.fa-wine-bottle::before {
    content: "\f72f";
}
.fa-wine-glass::before {
    content: "\f4e3";
}
.fa-wine-glass-empty::before {
    content: "\f5ce";
}
.fa-wine-glass-alt::before {
    content: "\f5ce";
}
.fa-won-sign::before {
    content: "\f159";
}
.fa-krw::before {
    content: "\f159";
}
.fa-won::before {
    content: "\f159";
}
.fa-worm::before {
    content: "\e599";
}
.fa-wrench::before {
    content: "\f0ad";
}
.fa-x::before {
    content: "X";
}
.fa-x-ray::before {
    content: "\f497";
}
.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-xmarks-lines::before {
    content: "\e59a";
}
.fa-y::before {
    content: "Y";
}
.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-yin-yang::before {
    content: "\f6ad";
}
.fa-z::before {
    content: "Z";
}
.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;
} /*!
 * Font Awesome Free 6.1.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 2022 Fonticons, Inc.
 */
:root,
:host {
    --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("../fonts/font-awesome/fa-brands-400.woff2") format("woff2"),
        url("../fonts/font-awesome/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}
.fa-42-group:before {
    content: "\e080";
}
.fa-innosoft:before {
    content: "\e080";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-accessible-icon:before {
    content: "\f368";
}
.fa-accusoft:before {
    content: "\f369";
}
.fa-adn:before {
    content: "\f170";
}
.fa-adversal:before {
    content: "\f36a";
}
.fa-affiliatetheme:before {
    content: "\f36b";
}
.fa-airbnb:before {
    content: "\f834";
}
.fa-algolia:before {
    content: "\f36c";
}
.fa-alipay:before {
    content: "\f642";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-amazon-pay:before {
    content: "\f42c";
}
.fa-amilia:before {
    content: "\f36d";
}
.fa-android:before {
    content: "\f17b";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-angrycreative:before {
    content: "\f36e";
}
.fa-angular:before {
    content: "\f420";
}
.fa-app-store:before {
    content: "\f36f";
}
.fa-app-store-ios:before {
    content: "\f370";
}
.fa-apper:before {
    content: "\f371";
}
.fa-apple:before {
    content: "\f179";
}
.fa-apple-pay:before {
    content: "\f415";
}
.fa-artstation:before {
    content: "\f77a";
}
.fa-asymmetrik:before {
    content: "\f372";
}
.fa-atlassian:before {
    content: "\f77b";
}
.fa-audible:before {
    content: "\f373";
}
.fa-autoprefixer:before {
    content: "\f41c";
}
.fa-avianex:before {
    content: "\f374";
}
.fa-aviato:before {
    content: "\f421";
}
.fa-aws:before {
    content: "\f375";
}
.fa-bandcamp:before {
    content: "\f2d5";
}
.fa-battle-net:before {
    content: "\f835";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-bilibili:before {
    content: "\e3d9";
}
.fa-bimobject:before {
    content: "\f378";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitcoin:before {
    content: "\f379";
}
.fa-bity:before {
    content: "\f37a";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-blackberry:before {
    content: "\f37b";
}
.fa-blogger:before {
    content: "\f37c";
}
.fa-blogger-b:before {
    content: "\f37d";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-bootstrap:before {
    content: "\f836";
}
.fa-bots:before {
    content: "\e340";
}
.fa-btc:before {
    content: "\f15a";
}
.fa-buffer:before {
    content: "\f837";
}
.fa-buromobelexperte:before {
    content: "\f37f";
}
.fa-buy-n-large:before {
    content: "\f8a6";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-canadian-maple-leaf:before {
    content: "\f785";
}
.fa-cc-amazon-pay:before {
    content: "\f42d";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-apple-pay:before {
    content: "\f416";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-centercode:before {
    content: "\f380";
}
.fa-centos:before {
    content: "\f789";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-chromecast:before {
    content: "\f838";
}
.fa-cloudflare:before {
    content: "\e07d";
}
.fa-cloudscale:before {
    content: "\f383";
}
.fa-cloudsmith:before {
    content: "\f384";
}
.fa-cloudversify:before {
    content: "\f385";
}
.fa-cmplid:before {
    content: "\e360";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-confluence:before {
    content: "\f78d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-cotton-bureau:before {
    content: "\f89e";
}
.fa-cpanel:before {
    content: "\f388";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-creative-commons-by:before {
    content: "\f4e7";
}
.fa-creative-commons-nc:before {
    content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
    content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
    content: "\f4ea";
}
.fa-creative-commons-nd:before {
    content: "\f4eb";
}
.fa-creative-commons-pd:before {
    content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
    content: "\f4ed";
}
.fa-creative-commons-remix:before {
    content: "\f4ee";
}
.fa-creative-commons-sa:before {
    content: "\f4ef";
}
.fa-creative-commons-sampling:before {
    content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
}
.fa-creative-commons-share:before {
    content: "\f4f2";
}
.fa-creative-commons-zero:before {
    content: "\f4f3";
}
.fa-critical-role:before {
    content: "\f6c9";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-css3-alt:before {
    content: "\f38b";
}
.fa-cuttlefish:before {
    content: "\f38c";
}
.fa-d-and-d:before {
    content: "\f38d";
}
.fa-d-and-d-beyond:before {
    content: "\f6ca";
}
.fa-dailymotion:before {
    content: "\e052";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-deezer:before {
    content: "\e077";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-deploydog:before {
    content: "\f38e";
}
.fa-deskpro:before {
    content: "\f38f";
}
.fa-dev:before {
    content: "\f6cc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-dhl:before {
    content: "\f790";
}
.fa-diaspora:before {
    content: "\f791";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-digital-ocean:before {
    content: "\f391";
}
.fa-discord:before {
    content: "\f392";
}
.fa-discourse:before {
    content: "\f393";
}
.fa-dochub:before {
    content: "\f394";
}
.fa-docker:before {
    content: "\f395";
}
.fa-draft2digital:before {
    content: "\f396";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-dribbble-square:before {
    content: "\f397";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-dyalog:before {
    content: "\f399";
}
.fa-earlybirds:before {
    content: "\f39a";
}
.fa-ebay:before {
    content: "\f4f4";
}
.fa-edge:before {
    content: "\f282";
}
.fa-edge-legacy:before {
    content: "\e078";
}
.fa-elementor:before {
    content: "\f430";
}
.fa-ello:before {
    content: "\f5f1";
}
.fa-ember:before {
    content: "\f423";
}
.fa-empire:before {
    content: "\f1d1";
}
.fa-envira:before {
    content: "\f299";
}
.fa-erlang:before {
    content: "\f39d";
}
.fa-ethereum:before {
    content: "\f42e";
}
.fa-etsy:before {
    content: "\f2d7";
}
.fa-evernote:before {
    content: "\f839";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-facebook-f:before {
    content: "\f39e";
}
.fa-facebook-messenger:before {
    content: "\f39f";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-fantasy-flight-games:before {
    content: "\f6dc";
}
.fa-fedex:before {
    content: "\f797";
}
.fa-fedora:before {
    content: "\f798";
}
.fa-figma:before {
    content: "\f799";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-firefox-browser:before {
    content: "\e007";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-first-order-alt:before {
    content: "\f50a";
}
.fa-firstdraft:before {
    content: "\f3a1";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-flipboard:before {
    content: "\f44d";
}
.fa-fly:before {
    content: "\f417";
}
.fa-font-awesome:before {
    content: "\f2b4";
}
.fa-font-awesome-flag:before {
    content: "\f2b4";
}
.fa-font-awesome-logo-full:before {
    content: "\f2b4";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-fonticons-fi:before {
    content: "\f3a2";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-fort-awesome-alt:before {
    content: "\f3a3";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-free-code-camp:before {
    content: "\f2c5";
}
.fa-freebsd:before {
    content: "\f3a4";
}
.fa-fulcrum:before {
    content: "\f50b";
}
.fa-galactic-republic:before {
    content: "\f50c";
}
.fa-galactic-senate:before {
    content: "\f50d";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-git-alt:before {
    content: "\f841";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-github:before {
    content: "\f09b";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-gitkraken:before {
    content: "\f3a6";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-gitter:before {
    content: "\f426";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-gofore:before {
    content: "\f3a7";
}
.fa-golang:before {
    content: "\e40f";
}
.fa-goodreads:before {
    content: "\f3a8";
}
.fa-goodreads-g:before {
    content: "\f3a9";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-google-drive:before {
    content: "\f3aa";
}
.fa-google-pay:before {
    content: "\e079";
}
.fa-google-play:before {
    content: "\f3ab";
}
.fa-google-plus:before {
    content: "\f2b3";
}
.fa-google-plus-g:before {
    content: "\f0d5";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-gratipay:before {
    content: "\f184";
}
.fa-grav:before {
    content: "\f2d6";
}
.fa-gripfire:before {
    content: "\f3ac";
}
.fa-grunt:before {
    content: "\f3ad";
}
.fa-guilded:before {
    content: "\e07e";
}
.fa-gulp:before {
    content: "\f3ae";
}
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-hacker-news-square:before {
    content: "\f3af";
}
.fa-hackerrank:before {
    content: "\f5f7";
}
.fa-hashnode:before {
    content: "\e499";
}
.fa-hips:before {
    content: "\f452";
}
.fa-hire-a-helper:before {
    content: "\f3b0";
}
.fa-hive:before {
    content: "\e07f";
}
.fa-hooli:before {
    content: "\f427";
}
.fa-hornbill:before {
    content: "\f592";
}
.fa-hotjar:before {
    content: "\f3b1";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-hubspot:before {
    content: "\f3b2";
}
.fa-ideal:before {
    content: "\e013";
}
.fa-imdb:before {
    content: "\f2d8";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-instagram-square:before {
    content: "\e055";
}
.fa-instalod:before {
    content: "\e081";
}
.fa-intercom:before {
    content: "\f7af";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-invision:before {
    content: "\f7b0";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-itch-io:before {
    content: "\f83a";
}
.fa-itunes:before {
    content: "\f3b4";
}
.fa-itunes-note:before {
    content: "\f3b5";
}
.fa-java:before {
    content: "\f4e4";
}
.fa-jedi-order:before {
    content: "\f50e";
}
.fa-jenkins:before {
    content: "\f3b6";
}
.fa-jira:before {
    content: "\f7b1";
}
.fa-joget:before {
    content: "\f3b7";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-js:before {
    content: "\f3b8";
}
.fa-js-square:before {
    content: "\f3b9";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-kaggle:before {
    content: "\f5fa";
}
.fa-keybase:before {
    content: "\f4f5";
}
.fa-keycdn:before {
    content: "\f3ba";
}
.fa-kickstarter:before {
    content: "\f3bb";
}
.fa-kickstarter-k:before {
    content: "\f3bc";
}
.fa-korvue:before {
    content: "\f42f";
}
.fa-laravel:before {
    content: "\f3bd";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-less:before {
    content: "\f41d";
}
.fa-line:before {
    content: "\f3c0";
}
.fa-linkedin:before {
    content: "\f08c";
}
.fa-linkedin-in:before {
    content: "\f0e1";
}
.fa-linode:before {
    content: "\f2b8";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-lyft:before {
    content: "\f3c3";
}
.fa-magento:before {
    content: "\f3c4";
}
.fa-mailchimp:before {
    content: "\f59e";
}
.fa-mandalorian:before {
    content: "\f50f";
}
.fa-markdown:before {
    content: "\f60f";
}
.fa-mastodon:before {
    content: "\f4f6";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-mdb:before {
    content: "\f8ca";
}
.fa-medapps:before {
    content: "\f3c6";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-medium-m:before {
    content: "\f23a";
}
.fa-medrt:before {
    content: "\f3c8";
}
.fa-meetup:before {
    content: "\f2e0";
}
.fa-megaport:before {
    content: "\f5a3";
}
.fa-mendeley:before {
    content: "\f7b3";
}
.fa-microblog:before {
    content: "\e01a";
}
.fa-microsoft:before {
    content: "\f3ca";
}
.fa-mix:before {
    content: "\f3cb";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-mixer:before {
    content: "\e056";
}
.fa-mizuni:before {
    content: "\f3cc";
}
.fa-modx:before {
    content: "\f285";
}
.fa-monero:before {
    content: "\f3d0";
}
.fa-napster:before {
    content: "\f3d2";
}
.fa-neos:before {
    content: "\f612";
}
.fa-nfc-directional:before {
    content: "\e530";
}
.fa-nfc-symbol:before {
    content: "\e531";
}
.fa-nimblr:before {
    content: "\f5a8";
}
.fa-node:before {
    content: "\f419";
}
.fa-node-js:before {
    content: "\f3d3";
}
.fa-npm:before {
    content: "\f3d4";
}
.fa-ns8:before {
    content: "\f3d5";
}
.fa-nutritionix:before {
    content: "\f3d6";
}
.fa-octopus-deploy:before {
    content: "\e082";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-old-republic:before {
    content: "\f510";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-orcid:before {
    content: "\f8d2";
}
.fa-osi:before {
    content: "\f41a";
}
.fa-padlet:before {
    content: "\e4a0";
}
.fa-page4:before {
    content: "\f3d7";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-palfed:before {
    content: "\f3d8";
}
.fa-patreon:before {
    content: "\f3d9";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-perbyte:before {
    content: "\e083";
}
.fa-periscope:before {
    content: "\f3da";
}
.fa-phabricator:before {
    content: "\f3db";
}
.fa-phoenix-framework:before {
    content: "\f3dc";
}
.fa-phoenix-squadron:before {
    content: "\f511";
}
.fa-php:before {
    content: "\f457";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-pied-piper-hat:before {
    content: "\f4e5";
}
.fa-pied-piper-pp:before {
    content: "\f1a7";
}
.fa-pied-piper-square:before {
    content: "\e01e";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-pix:before {
    content: "\e43a";
}
.fa-playstation:before {
    content: "\f3df";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-pushed:before {
    content: "\f3e1";
}
.fa-python:before {
    content: "\f3e2";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-quinscape:before {
    content: "\f459";
}
.fa-quora:before {
    content: "\f2c4";
}
.fa-r-project:before {
    content: "\f4f7";
}
.fa-raspberry-pi:before {
    content: "\f7bb";
}
.fa-ravelry:before {
    content: "\f2d9";
}
.fa-react:before {
    content: "\f41b";
}
.fa-reacteurope:before {
    content: "\f75d";
}
.fa-readme:before {
    content: "\f4d5";
}
.fa-rebel:before {
    content: "\f1d0";
}
.fa-red-river:before {
    content: "\f3e3";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-redhat:before {
    content: "\f7bc";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-replyd:before {
    content: "\f3e6";
}
.fa-researchgate:before {
    content: "\f4f8";
}
.fa-resolving:before {
    content: "\f3e7";
}
.fa-rev:before {
    content: "\f5b2";
}
.fa-rocketchat:before {
    content: "\f3e8";
}
.fa-rockrms:before {
    content: "\f3e9";
}
.fa-rust:before {
    content: "\e07a";
}
.fa-safari:before {
    content: "\f267";
}
.fa-salesforce:before {
    content: "\f83b";
}
.fa-sass:before {
    content: "\f41e";
}
.fa-schlix:before {
    content: "\f3ea";
}
.fa-screenpal:before {
    content: "\e570";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-searchengin:before {
    content: "\f3eb";
}
.fa-sellcast:before {
    content: "\f2da";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-servicestack:before {
    content: "\f3ec";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-shopify:before {
    content: "\e057";
}
.fa-shopware:before {
    content: "\f5b5";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-sistrix:before {
    content: "\f3ee";
}
.fa-sith:before {
    content: "\f512";
}
.fa-sitrox:before {
    content: "\e44a";
}
.fa-sketch:before {
    content: "\f7c6";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-slack:before {
    content: "\f198";
}
.fa-slack-hash:before {
    content: "\f198";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ab";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-sourcetree:before {
    content: "\f7d3";
}
.fa-speakap:before {
    content: "\f3f3";
}
.fa-speaker-deck:before {
    content: "\f83c";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-square-font-awesome:before {
    content: "\f425";
}
.fa-square-font-awesome-stroke:before {
    content: "\f35c";
}
.fa-font-awesome-alt:before {
    content: "\f35c";
}
.fa-squarespace:before {
    content: "\f5be";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-stackpath:before {
    content: "\f842";
}
.fa-staylinked:before {
    content: "\f3f5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-steam-symbol:before {
    content: "\f3f6";
}
.fa-sticker-mule:before {
    content: "\f3f7";
}
.fa-strava:before {
    content: "\f428";
}
.fa-stripe:before {
    content: "\f429";
}
.fa-stripe-s:before {
    content: "\f42a";
}
.fa-studiovinari:before {
    content: "\f3f8";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-superpowers:before {
    content: "\f2dd";
}
.fa-supple:before {
    content: "\f3f9";
}
.fa-suse:before {
    content: "\f7d6";
}
.fa-swift:before {
    content: "\f8e1";
}
.fa-symfony:before {
    content: "\f83d";
}
.fa-teamspeak:before {
    content: "\f4f9";
}
.fa-telegram:before {
    content: "\f2c6";
}
.fa-telegram-plane:before {
    content: "\f2c6";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-the-red-yeti:before {
    content: "\f69d";
}
.fa-themeco:before {
    content: "\f5c6";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-think-peaks:before {
    content: "\f731";
}
.fa-tiktok:before {
    content: "\e07b";
}
.fa-trade-federation:before {
    content: "\f513";
}
.fa-trello:before {
    content: "\f181";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-typo3:before {
    content: "\f42b";
}
.fa-uber:before {
    content: "\f402";
}
.fa-ubuntu:before {
    content: "\f7df";
}
.fa-uikit:before {
    content: "\f403";
}
.fa-umbraco:before {
    content: "\f8e8";
}
.fa-uncharted:before {
    content: "\e084";
}
.fa-uniregistry:before {
    content: "\f404";
}
.fa-unity:before {
    content: "\e049";
}
.fa-unsplash:before {
    content: "\e07c";
}
.fa-untappd:before {
    content: "\f405";
}
.fa-ups:before {
    content: "\f7e0";
}
.fa-usb:before {
    content: "\f287";
}
.fa-usps:before {
    content: "\f7e1";
}
.fa-ussunnah:before {
    content: "\f407";
}
.fa-vaadin:before {
    content: "\f408";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-viber:before {
    content: "\f409";
}
.fa-vimeo:before {
    content: "\f40a";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-vimeo-v:before {
    content: "\f27d";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-vk:before {
    content: "\f189";
}
.fa-vnv:before {
    content: "\f40b";
}
.fa-vuejs:before {
    content: "\f41f";
}
.fa-watchman-monitoring:before {
    content: "\e087";
}
.fa-waze:before {
    content: "\f83f";
}
.fa-weebly:before {
    content: "\f5cc";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-weixin:before {
    content: "\f1d7";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-whatsapp-square:before {
    content: "\f40c";
}
.fa-whmcs:before {
    content: "\f40d";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-wirsindhandwerk:before {
    content: "\e2d0";
}
.fa-wsh:before {
    content: "\e2d0";
}
.fa-wix:before {
    content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
    content: "\f730";
}
.fa-wodu:before {
    content: "\e088";
}
.fa-wolf-pack-battalion:before {
    content: "\f514";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-wordpress-simple:before {
    content: "\f411";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpexplorer:before {
    content: "\f2de";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-wpressr:before {
    content: "\f3e4";
}
.fa-xbox:before {
    content: "\f412";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-y-combinator:before {
    content: "\f23b";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-yammer:before {
    content: "\f840";
}
.fa-yandex:before {
    content: "\f413";
}
.fa-yandex-international:before {
    content: "\f414";
}
.fa-yarn:before {
    content: "\f7e3";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-youtube-square:before {
    content: "\f431";
}
.fa-zhihu:before {
    content: "\f63f";
} /*!
 * Font Awesome Free 6.1.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 2022 Fonticons, Inc.
 */
:root,
:host {
    --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("../fonts/font-awesome/fa-regular-400.woff2") format("woff2"),
        url("../fonts/font-awesome/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
} /*!
 * Font Awesome Free 6.1.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 2022 Fonticons, Inc.
 */
:root,
:host {
    --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("../fonts/font-awesome/fa-solid-900.woff2") format("woff2"),
        url("../fonts/font-awesome/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
@font-face {
    font-family: "gilroybold";
    src: url("../fonts/gilroy/gilroy-bold-webfont.woff2") format("woff2"),
        url("../fonts/gilroy/gilroy-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "gilroymedium";
    src: url("../fonts/gilroy/gilroy-medium-webfont.woff2") format("woff2"),
        url("../fonts/gilroy/gilroy-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "gilroyregular";
    src: url("../fonts/gilroy/gilroy-regular-webfont.woff2") format("woff2"),
        url("../fonts/gilroy/gilroy-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "gilroysemibold";
    src: url("../fonts/gilroy/gilroy-semibold-webfont.woff2") format("woff2"),
        url("../fonts/gilroy/gilroy-semibold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "chapazaregular";
    src: url("../fonts/chapaza/chapaza-webfont.woff2") format("woff2"),
        url("../fonts/chapaza/chapaza-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
} /*! jQuery UI - v1.12.1 - 2018-10-11
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=&bgImgOpacityHighlight=&bgImgOpacityActive=&bgImgOpacityHover=&bgImgOpacityDefault=&bgImgOpacityContent=&bgImgOpacityHeader=&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=%23666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=%23aaaaaa&iconColorError=%23cc0000&fcError=%235f3f3f&borderColorError=%23f1a899&bgTextureError=flat&bgColorError=%23fddfdf&iconColorHighlight=%23777620&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgTextureHighlight=flat&bgColorHighlight=%23fffa90&iconColorActive=%23ffffff&fcActive=%23ffffff&borderColorActive=%23003eff&bgTextureActive=flat&bgColorActive=%23007fff&iconColorHover=%23fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgTextureHover=flat&bgColorHover=%23ededed&iconColorDefault=%23777777&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgTextureDefault=flat&bgColorDefault=%23f6f6f6&iconColorContent=%23444444&fcContent=%234A4A4A&borderColorContent=%23dddddd&bgTextureContent=flat&bgColorContent=%23ffffff&iconColorHeader=%23ffffff&fcHeader=%23ffffff&borderColorHeader=%23dddddd&bgTextureHeader=flat&bgColorHeader=%234E32B1&cornerRadius=0px&fwDefault=normal&fsDefault=1em&ffDefault=Roboto%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}
.ui-front {
    z-index: 100;
}
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-datepicker {
    width: 21em;
    padding: 0;
    display: none;
    border: 0;
    z-index: 20 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
    border: 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    font-weight: 400;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.18);
    padding: 3px;
    outline: 0;
}
.ui-datepicker select.ui-datepicker-month option,
.ui-datepicker select.ui-datepicker-year option {
    background: #202330;
}
.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    font-family: "Roboto", sans-serif;
    border-collapse: collapse;
    margin: 0;
}
.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: 300;
    border: 0;
    background: #202330;
    color: #fff;
}
.ui-datepicker td {
    border: 1px solid #f6f6f6;
    padding: 0;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0.8em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em 0.6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: 0.5em;
    top: 0.3em;
}
.ui-widget {
    font-family: Roboto, sans-serif;
    font-size: 1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Roboto, sans-serif;
    font-size: 1em;
}
.ui-widget.ui-widget-content {
    border: 1px solid transparent;
}
.ui-widget-content {
    border: 1px solid transparent;
    background: transparent;
    color: #4a4a4a;
}
.ui-widget-content a {
    color: #4a4a4a;
}
.ui-widget-header {
    border: 1px solid #ddd;
    color: #fff;
    font-weight: bold;
}
.ui-widget-header a {
    color: #fff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border-color: transparent !important;
    background: transparent;
    font-weight: normal;
    color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    font-weight: normal;
    color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}
.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #fff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    color: #454545;
}
.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("../images/jquery-ui/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
    background-image: url("../images/jquery-ui/ui-icons_ffffff_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("../images/jquery-ui/ui-icons_fff_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("../images/jquery-ui/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("../images/jquery-ui/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("../images/jquery-ui/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
    background-image: url("../images/jquery-ui/ui-icons_777777_256x240.png");
}
.ui-icon-blank {
    background-position: 16px 16px;
}
.ui-icon-caret-1-n {
    background-position: 0 0;
}
.ui-icon-caret-1-ne {
    background-position: -16px 0;
}
.ui-icon-caret-1-e {
    background-position: -32px 0;
}
.ui-icon-caret-1-se {
    background-position: -48px 0;
}
.ui-icon-caret-1-s {
    background-position: -65px 0;
}
.ui-icon-caret-1-sw {
    background-position: -80px 0;
}
.ui-icon-caret-1-w {
    background-position: -96px 0;
}
.ui-icon-caret-1-nw {
    background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}
.ui-icon-arrow-4 {
    background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}
.ui-icon-extlink {
    background-position: -32px -80px;
}
.ui-icon-newwin {
    background-position: -48px -80px;
}
.ui-icon-refresh {
    background-position: -64px -80px;
}
.ui-icon-shuffle {
    background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}
.ui-icon-folder-open {
    background-position: -16px -96px;
}
.ui-icon-document {
    background-position: -32px -96px;
}
.ui-icon-document-b {
    background-position: -48px -96px;
}
.ui-icon-note {
    background-position: -64px -96px;
}
.ui-icon-mail-closed {
    background-position: -80px -96px;
}
.ui-icon-mail-open {
    background-position: -96px -96px;
}
.ui-icon-suitcase {
    background-position: -112px -96px;
}
.ui-icon-comment {
    background-position: -128px -96px;
}
.ui-icon-person {
    background-position: -144px -96px;
}
.ui-icon-print {
    background-position: -160px -96px;
}
.ui-icon-trash {
    background-position: -176px -96px;
}
.ui-icon-locked {
    background-position: -192px -96px;
}
.ui-icon-unlocked {
    background-position: -208px -96px;
}
.ui-icon-bookmark {
    background-position: -224px -96px;
}
.ui-icon-tag {
    background-position: -240px -96px;
}
.ui-icon-home {
    background-position: 0 -112px;
}
.ui-icon-flag {
    background-position: -16px -112px;
}
.ui-icon-calendar {
    background-position: -32px -112px;
}
.ui-icon-cart {
    background-position: -48px -112px;
}
.ui-icon-pencil {
    background-position: -64px -112px;
}
.ui-icon-clock {
    background-position: -80px -112px;
}
.ui-icon-disk {
    background-position: -96px -112px;
}
.ui-icon-calculator {
    background-position: -112px -112px;
}
.ui-icon-zoomin {
    background-position: -128px -112px;
}
.ui-icon-zoomout {
    background-position: -144px -112px;
}
.ui-icon-search {
    background-position: -160px -112px;
}
.ui-icon-wrench {
    background-position: -176px -112px;
}
.ui-icon-gear {
    background-position: -192px -112px;
}
.ui-icon-heart {
    background-position: -208px -112px;
}
.ui-icon-star {
    background-position: -224px -112px;
}
.ui-icon-link {
    background-position: -240px -112px;
}
.ui-icon-cancel {
    background-position: 0 -128px;
}
.ui-icon-plus {
    background-position: -16px -128px;
}
.ui-icon-plusthick {
    background-position: -32px -128px;
}
.ui-icon-minus {
    background-position: -48px -128px;
}
.ui-icon-minusthick {
    background-position: -64px -128px;
}
.ui-icon-close {
    background-position: -80px -128px;
}
.ui-icon-closethick {
    background-position: -96px -128px;
}
.ui-icon-key {
    background-position: -112px -128px;
}
.ui-icon-lightbulb {
    background-position: -128px -128px;
}
.ui-icon-scissors {
    background-position: -144px -128px;
}
.ui-icon-clipboard {
    background-position: -160px -128px;
}
.ui-icon-copy {
    background-position: -176px -128px;
}
.ui-icon-contact {
    background-position: -192px -128px;
}
.ui-icon-image {
    background-position: -208px -128px;
}
.ui-icon-video {
    background-position: -224px -128px;
}
.ui-icon-script {
    background-position: -240px -128px;
}
.ui-icon-alert {
    background-position: 0 -144px;
}
.ui-icon-info {
    background-position: -16px -144px;
}
.ui-icon-notice {
    background-position: -32px -144px;
}
.ui-icon-help {
    background-position: -48px -144px;
}
.ui-icon-check {
    background-position: -64px -144px;
}
.ui-icon-bullet {
    background-position: -80px -144px;
}
.ui-icon-radio-on {
    background-position: -96px -144px;
}
.ui-icon-radio-off {
    background-position: -112px -144px;
}
.ui-icon-pin-w {
    background-position: -128px -144px;
}
.ui-icon-pin-s {
    background-position: -144px -144px;
}
.ui-icon-play {
    background-position: 0 -160px;
}
.ui-icon-pause {
    background-position: -16px -160px;
}
.ui-icon-seek-next {
    background-position: -32px -160px;
}
.ui-icon-seek-prev {
    background-position: -48px -160px;
}
.ui-icon-seek-end {
    background-position: -64px -160px;
}
.ui-icon-seek-start {
    background-position: -80px -160px;
}
.ui-icon-seek-first {
    background-position: -80px -160px;
}
.ui-icon-stop {
    background-position: -96px -160px;
}
.ui-icon-eject {
    background-position: -112px -160px;
}
.ui-icon-volume-off {
    background-position: -128px -160px;
}
.ui-icon-volume-on {
    background-position: -144px -160px;
}
.ui-icon-power {
    background-position: 0 -176px;
}
.ui-icon-signal-diag {
    background-position: -16px -176px;
}
.ui-icon-signal {
    background-position: -32px -176px;
}
.ui-icon-battery-0 {
    background-position: -48px -176px;
}
.ui-icon-battery-1 {
    background-position: -64px -176px;
}
.ui-icon-battery-2 {
    background-position: -80px -176px;
}
.ui-icon-battery-3 {
    background-position: -96px -176px;
}
.ui-icon-circle-plus {
    background-position: 0 -192px;
}
.ui-icon-circle-minus {
    background-position: -16px -192px;
}
.ui-icon-circle-close {
    background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}
.ui-icon-circle-check {
    background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 0;
}
.ui-widget-overlay {
    background: #aaa;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
    box-shadow: 0 0 5px #666;
} /*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=&bgImgOpacityHighlight=&bgImgOpacityActive=&bgImgOpacityHover=&bgImgOpacityDefault=&bgImgOpacityContent=&bgImgOpacityHeader=&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=%23666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=%23aaaaaa&iconColorError=%23cc0000&fcError=%235f3f3f&borderColorError=%23f1a899&bgTextureError=flat&bgColorError=%23fddfdf&iconColorHighlight=%23777620&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgTextureHighlight=flat&bgColorHighlight=%23fffa90&iconColorActive=%23ffffff&fcActive=%23ffffff&borderColorActive=%23003eff&bgTextureActive=flat&bgColorActive=%23007fff&iconColorHover=%23fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgTextureHover=flat&bgColorHover=%23ededed&iconColorDefault=%23777777&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgTextureDefault=flat&bgColorDefault=%23f6f6f6&iconColorContent=%23444444&fcContent=%234A4A4A&borderColorContent=%23dddddd&bgTextureContent=flat&bgColorContent=%23ffffff&iconColorHeader=%23ffffff&fcHeader=%23ffffff&borderColorHeader=%23dddddd&bgTextureHeader=flat&bgColorHeader=%234E32B1&cornerRadius=0px&fwDefault=normal&fsDefault=1em&ffDefault=Roboto%2Csans-serif
 */
.ui-widget {
    font-family: Roboto, sans-serif;
    font-size: 1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Roboto, sans-serif;
    font-size: 1em;
}
.ui-widget.ui-widget-content {
    border: 0;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #4a4a4a;
}
.ui-widget-content a {
    color: #4a4a4a;
}
.ui-widget-header {
    border: 1px solid #ddd;
    background: #202330;
    color: #fff;
    font-weight: bold;
}
.ui-widget-header a {
    color: #fff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid transparent;
    background: transparent;
    font-weight: normal;
    color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    font-weight: normal;
    color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}
.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #6b6c7c;
    background: #6b6c7c;
    font-weight: normal;
    color: #fff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
    color: #454545;
}
.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("../images/jquery-ui/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
    background-image: url("../images/jquery-ui/ui-icons_ffffff_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("../images/jquery-ui/ui-icons_fff_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("../images/jquery-ui/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("../images/jquery-ui/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("../images/jquery-ui/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
    background-image: url("../images/jquery-ui/ui-icons_777777_256x240.png");
}
.ui-icon-blank {
    background-position: 16px 16px;
}
.ui-icon-caret-1-n {
    background-position: 0 0;
}
.ui-icon-caret-1-ne {
    background-position: -16px 0;
}
.ui-icon-caret-1-e {
    background-position: -32px 0;
}
.ui-icon-caret-1-se {
    background-position: -48px 0;
}
.ui-icon-caret-1-s {
    background-position: -65px 0;
}
.ui-icon-caret-1-sw {
    background-position: -80px 0;
}
.ui-icon-caret-1-w {
    background-position: -96px 0;
}
.ui-icon-caret-1-nw {
    background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}
.ui-icon-arrow-4 {
    background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}
.ui-icon-extlink {
    background-position: -32px -80px;
}
.ui-icon-newwin {
    background-position: -48px -80px;
}
.ui-icon-refresh {
    background-position: -64px -80px;
}
.ui-icon-shuffle {
    background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}
.ui-icon-folder-open {
    background-position: -16px -96px;
}
.ui-icon-document {
    background-position: -32px -96px;
}
.ui-icon-document-b {
    background-position: -48px -96px;
}
.ui-icon-note {
    background-position: -64px -96px;
}
.ui-icon-mail-closed {
    background-position: -80px -96px;
}
.ui-icon-mail-open {
    background-position: -96px -96px;
}
.ui-icon-suitcase {
    background-position: -112px -96px;
}
.ui-icon-comment {
    background-position: -128px -96px;
}
.ui-icon-person {
    background-position: -144px -96px;
}
.ui-icon-print {
    background-position: -160px -96px;
}
.ui-icon-trash {
    background-position: -176px -96px;
}
.ui-icon-locked {
    background-position: -192px -96px;
}
.ui-icon-unlocked {
    background-position: -208px -96px;
}
.ui-icon-bookmark {
    background-position: -224px -96px;
}
.ui-icon-tag {
    background-position: -240px -96px;
}
.ui-icon-home {
    background-position: 0 -112px;
}
.ui-icon-flag {
    background-position: -16px -112px;
}
.ui-icon-calendar {
    background-position: -32px -112px;
}
.ui-icon-cart {
    background-position: -48px -112px;
}
.ui-icon-pencil {
    background-position: -64px -112px;
}
.ui-icon-clock {
    background-position: -80px -112px;
}
.ui-icon-disk {
    background-position: -96px -112px;
}
.ui-icon-calculator {
    background-position: -112px -112px;
}
.ui-icon-zoomin {
    background-position: -128px -112px;
}
.ui-icon-zoomout {
    background-position: -144px -112px;
}
.ui-icon-search {
    background-position: -160px -112px;
}
.ui-icon-wrench {
    background-position: -176px -112px;
}
.ui-icon-gear {
    background-position: -192px -112px;
}
.ui-icon-heart {
    background-position: -208px -112px;
}
.ui-icon-star {
    background-position: -224px -112px;
}
.ui-icon-link {
    background-position: -240px -112px;
}
.ui-icon-cancel {
    background-position: 0 -128px;
}
.ui-icon-plus {
    background-position: -16px -128px;
}
.ui-icon-plusthick {
    background-position: -32px -128px;
}
.ui-icon-minus {
    background-position: -48px -128px;
}
.ui-icon-minusthick {
    background-position: -64px -128px;
}
.ui-icon-close {
    background-position: -80px -128px;
}
.ui-icon-closethick {
    background-position: -96px -128px;
}
.ui-icon-key {
    background-position: -112px -128px;
}
.ui-icon-lightbulb {
    background-position: -128px -128px;
}
.ui-icon-scissors {
    background-position: -144px -128px;
}
.ui-icon-clipboard {
    background-position: -160px -128px;
}
.ui-icon-copy {
    background-position: -176px -128px;
}
.ui-icon-contact {
    background-position: -192px -128px;
}
.ui-icon-image {
    background-position: -208px -128px;
}
.ui-icon-video {
    background-position: -224px -128px;
}
.ui-icon-script {
    background-position: -240px -128px;
}
.ui-icon-alert {
    background-position: 0 -144px;
}
.ui-icon-info {
    background-position: -16px -144px;
}
.ui-icon-notice {
    background-position: -32px -144px;
}
.ui-icon-help {
    background-position: -48px -144px;
}
.ui-icon-check {
    background-position: -64px -144px;
}
.ui-icon-bullet {
    background-position: -80px -144px;
}
.ui-icon-radio-on {
    background-position: -96px -144px;
}
.ui-icon-radio-off {
    background-position: -112px -144px;
}
.ui-icon-pin-w {
    background-position: -128px -144px;
}
.ui-icon-pin-s {
    background-position: -144px -144px;
}
.ui-icon-play {
    background-position: 0 -160px;
}
.ui-icon-pause {
    background-position: -16px -160px;
}
.ui-icon-seek-next {
    background-position: -32px -160px;
}
.ui-icon-seek-prev {
    background-position: -48px -160px;
}
.ui-icon-seek-end {
    background-position: -64px -160px;
}
.ui-icon-seek-start {
    background-position: -80px -160px;
}
.ui-icon-seek-first {
    background-position: -80px -160px;
}
.ui-icon-stop {
    background-position: -96px -160px;
}
.ui-icon-eject {
    background-position: -112px -160px;
}
.ui-icon-volume-off {
    background-position: -128px -160px;
}
.ui-icon-volume-on {
    background-position: -144px -160px;
}
.ui-icon-power {
    background-position: 0 -176px;
}
.ui-icon-signal-diag {
    background-position: -16px -176px;
}
.ui-icon-signal {
    background-position: -32px -176px;
}
.ui-icon-battery-0 {
    background-position: -48px -176px;
}
.ui-icon-battery-1 {
    background-position: -64px -176px;
}
.ui-icon-battery-2 {
    background-position: -80px -176px;
}
.ui-icon-battery-3 {
    background-position: -96px -176px;
}
.ui-icon-circle-plus {
    background-position: 0 -192px;
}
.ui-icon-circle-minus {
    background-position: -16px -192px;
}
.ui-icon-circle-close {
    background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}
.ui-icon-circle-check {
    background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 0;
}
.ui-widget-overlay {
    background: #aaa;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
    box-shadow: 0 0 5px #666;
}
body.compensate-for-scrollbar {
    overflow: hidden;
}
.fancybox-active {
    height: auto;
}
.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}
.fancybox-container {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}
.fancybox-container * {
    box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}
.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.fancybox-toolbar {
    right: 0;
    top: 0;
}
.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}
.fancybox-slide {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}
.fancybox-slide::before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}
.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}
.fancybox-slide--image::before {
    display: none;
}
.fancybox-slide--html {
    padding: 6px;
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
    cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}
.fancybox-slide--video .fancybox-content {
    background: #000;
}
.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}
.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}
.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}
.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button:focus {
    outline: 0;
}
.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0;
}
.fancybox-button div {
    height: 100%;
}
.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}
.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}
.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}
.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}
.fancybox-navigation .fancybox-button div {
    padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}
.fancybox-caption {
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.85) 0,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.15) 65%,
        rgba(0, 0, 0, 0.075) 75.5%,
        rgba(0, 0, 0, 0.037) 82.85%,
        rgba(0, 0, 0, 0.019) 88%,
        rgba(0, 0, 0, 0) 100%
    );
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}
@supports (padding: max(0)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right))
            max(25px, env(safe-area-inset-bottom))
            max(44px, env(safe-area-inset-left));
    }
}
.fancybox-caption--separate {
    margin-top: -50px;
}
.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}
.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}
.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}
@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0);
}
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }
    .fancybox-slide--image {
        padding: 6px 0;
    }
    .fancybox-close-small {
        right: -6px;
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
    @supports (padding: max(0)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}
.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
}
.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}
.fancybox-share__button:hover {
    text-decoration: none;
}
.fancybox-share__button--fb {
    background: #3b5998;
}
.fancybox-share__button--fb:hover {
    background: #344e86;
}
.fancybox-share__button--pt {
    background: #bd081d;
}
.fancybox-share__button--pt:hover {
    background: #aa0719;
}
.fancybox-share__button--tw {
    background: #1da1f2;
}
.fancybox-share__button--tw:hover {
    background: #0d95e8;
}
.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}
.fancybox-share__button svg path {
    fill: #fff;
}
.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%;
}
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}
.fancybox-thumbs__list a {
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}
.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
    opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
.gigantic,
.huge,
.large,
.bigger,
.big,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "gilroybold", sans-serif;
    font-weight: 400;
}
.gigantic {
    font-size: 110px;
    font-size: 11rem;
    line-height: 1.09;
}
.huge,
h1 {
    font-size: 68px;
    font-size: 6.8rem;
    line-height: 1.5;
}
.large,
h2 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.5;
}
.bigger,
h3 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.5;
}
.big,
h4 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
}
.medium-size {
    font-size: 16px !important;
}
.usual-size {
    font-size: 14px !important;
}
.small,
small {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.2;
}
.tiny-title {
    font-family: "gilroybold", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1px;
    margin: 0;
}
.flex-title {
    display: flex;
    align-items: center;
}
.flex-title span:not(.cart-count) {
    display: inline-block;
    font-family: "gilroyregular", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #7a7986;
    margin-left: 8px;
}
.medium-title {
    font-family: "gilroybold", sans-serif;
    font-weight: 400;
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 20px 0;
    letter-spacing: 1px;
}
@media (max-width: 480px) {
    .medium-title {
        font-size: 20px;
    }
}
.sub-title {
    font-family: "gilroybold", sans-serif;
    font-size: 32px;
    font-size: 3.2rem;
    margin: 0 0 20px 0;
    letter-spacing: 1px;
}
@media (max-width: 480px) {
    .sub-title {
        font-size: 28px;
        font-size: 2.8rem;
    }
}
.font-45-bold {
    font-family: "gilroybold", sans-serif;
    font-size: 45px;
    font-size: 4.5rem;
    letter-spacing: 1px;
    line-height: 50px;
    margin: 0 0 20px 0;
}
@media (max-width: 480px) {
    .font-45-bold {
        font-size: 32px;
        font-size: 3.2rem;
    }
}
.section-title {
    font-family: "gilroybold", sans-serif;
    font-size: 48px;
    font-size: 4.8rem;
    margin: 0 0 20px 0;
    line-height: 1;
}
@media (max-width: 992px) {
    .section-title {
        font-size: 38px;
        font-size: 3.8rem;
    }
}
@media (max-width: 480px) {
    .section-title {
        font-size: 36px;
        font-size: 3.6rem;
    }
}
.big-title {
    font-family: "gilroysemibold", sans-serif;
    font-weight: 400;
    font-size: 42px;
    font-size: 4.2rem;
    margin: 0 0 30px 0;
    line-height: 1.2;
    letter-spacing: 1px;
}
@media (max-width: 768px) {
    .big-title {
        font-size: 28px;
        font-size: 2.8rem;
    }
}
.medium {
    font-family: "gilroymedium", sans-serif;
}
.semibold {
    font-family: "gilroysemibold", sans-serif;
}
.bold,
.anual-result__posts__report__bottom h5,
.top-navigation ul li a {
    font-family: "gilroybold", sans-serif;
}
.green {
    color: #00687f;
}
.white {
    color: #fff;
}
.stand-alone {
    text-transform: none !important;
}
.uppercase {
    text-transform: uppercase !important;
}
.lowercase {
    text-transform: lowercase !important;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.no-margin {
    margin: 0;
}
p {
    margin: 0 0 20px 0;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
hr {
    height: 1px;
    background: #c2ced0;
    margin: 20px 0;
    border: 0;
    width: 100%;
}
a {
    display: inline-block;
    color: #202330;
    text-decoration: none;
    outline: 0;
    transition: all 0.3s ease-in-out;
}
a:hover,
a:focus {
    color: #333;
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.circle.white li::before {
    color: #fff;
}
::-moz-selection {
    background: #f2e9d5;
    color: #202330;
}
::selection {
    background: #f2e9d5;
    color: #202330;
}
html {
    max-width: 100%;
    overflow-x: hidden;
}
body {
    background-color: #fff;
    font-family: "gilroyregular", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #202330;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    position: relative;
}
body::-webkit-scrollbar {
    width: 6px;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
    background-color: #e43834;
    border-radius: 10px;
}
.fancybox__container {
    z-index: 999999;
}
.accessiblity-app-links a {
    width: -moz-max-content;
    width: max-content;
    background-color: #000;
    color: yellow;
}
.mb-36 {
    margin-bottom: 36px;
}
@media (max-width: 580px) {
    .mb-36 {
        margin-bottom: 20px;
    }
}
body[data-theme="dark-theme"] {
    background-color: #202330;
}
body[data-theme="dark-theme"] section {
    background-color: #202330;
}
body[data-theme="dark-theme"] section.home-banner .home-banner-fixed-menu {
    background-color: #202330;
}
body[data-theme="dark-theme"] section.home-banner .home-banner-fixed-menu span {
    color: #fff;
}
body[data-theme="dark-theme"]
    section.home-banner
    .home-banner-fixed-menu
    .lb-container
    .wrap-fixed-menu
    li
    .dropdown-wrapper {
    background-color: #202330;
}
body[data-theme="dark-theme"] header {
    background: #202330;
}
body[data-theme="dark-theme"] header ul li a {
    color: #fff;
}
body[data-theme="dark-theme"] header nav ul li.language-li select {
    color: #fff;
}
body[data-theme="dark-theme"] .section-title {
    color: #fff;
}
body[data-theme="dark-theme"] .title-wrap p {
    color: #fff;
}
body[data-theme="dark-theme"] .wrap-texts p,
body[data-theme="dark-theme"] span {
    color: #fff;
}
body[data-theme="dark-theme"] section.locate-branch .lb-container {
    background-color: #202330;
}
body[data-theme="dark-theme"] section.locate-branch .lb-container p {
    color: #fff;
}
body[data-theme="dark-theme"] section.stats-section .stats-grid .stat h4 {
    color: #fff;
}
body[data-theme="dark-theme"]
    section.home-banner
    .mySwiper
    .swiper-slide
    .lb-container
    .home-banner-text
    h1 {
    color: #202330;
}
body[data-theme="dark-theme"]
    section.home-banner
    .mySwiper
    .swiper-slide
    .lb-container
    .home-banner-text
    h1
    span {
    color: #202330 !important;
}
body[data-theme="dark-theme"] section.lb-about-blurb .right-side p {
    color: #fff;
    background-color: #202330;
}
body[data-theme="dark-theme"] section.lb-about-blurb .right-side a span {
    color: #202330 !important;
}
body[data-theme="dark-theme"] .sustainabilty-wrapper .section-title {
    color: #202330;
}
body[data-theme="dark-theme"] header nav ul li.dropdown-li .dropdown-wrapper {
    background-color: #202330;
}
body[data-theme="dark-theme"] .page-banner p {
    color: #fff;
}
body[data-theme="dark-theme"] .about-container .left-side p {
    color: #fff;
}
body[data-theme="dark-theme"] .vision-mission {
    background-color: #202330;
}
body[data-theme="dark-theme"] .vision-mission .vm-container .left-side::before {
    background-color: #202330;
}
body[data-theme="dark-theme"] .vision-mission .vm-container .left-side {
    background-color: #202330;
}
body[data-theme="dark-theme"] .vision-mission .vm-container .left-side h4,
body[data-theme="dark-theme"] .vision-mission .vm-container .left-side p {
    color: #fff;
}
body[data-theme="dark-theme"]
    .vision-mission
    .vm-container
    .left-side
    .right-side {
    background-color: #202330;
}
body[data-theme="dark-theme"] .vision-mission .vm-container .right-side {
    background-color: #202330;
}
body[data-theme="dark-theme"] .vision-mission .vm-container .right-side h4,
body[data-theme="dark-theme"] .vision-mission .vm-container .right-side p {
    color: #fff;
}
body[data-theme="dark-theme"] .vision-mission .vm-container .right-side ul li {
    color: #fff;
}
body[data-theme="dark-theme"] .icons-group p {
    color: #fff;
}
body[data-theme="dark-theme"] .editor-content p {
    color: #fff;
}
body[data-theme="dark-theme"] section.blog-post .blog-container .author p.name {
    color: #fff;
}
body[data-theme="dark-theme"] .editor-content blockquote {
    color: #fff;
}
body[data-theme="dark-theme"]
    section.blog-post
    .blog-container
    .left-side
    .blog-slider-wrapper
    .blog-slider
    .swiper-slide {
    color: #fff;
}
body[data-theme="dark-theme"] .member {
    color: #fff;
}
body[data-theme="dark-theme"]
    section.branch-network
    .district-slider-wrapper
    .district-slider
    .swiper-slide {
    color: #fff;
}
body[data-theme="dark-theme"] .left-side .columns .column h4,
body[data-theme="dark-theme"] .left-side .columns .column p,
body[data-theme="dark-theme"] .left-side .columns .column a {
    color: #fff;
}
body[data-theme="dark-theme"] .investors {
    background-color: #202330;
}
body[data-theme="dark-theme"] section.investors .filter-header {
    background-color: #202330;
    color: #fff;
}
body[data-theme="dark-theme"] .filter-header .category-slider .swiper-slide a {
    color: #fff;
}
body[data-theme="dark-theme"] section.investors .investor-reports .report-row {
    background-color: #202330;
}
body[data-theme="dark-theme"]
    section.investors
    .investor-reports
    .report-row
    .expand-block
    .reports-slider-wrapper
    .reports-slider
    .swiper-slide
    p {
    color: #fff;
}
body[data-theme="dark-theme"]
    section.investors
    .investor-reports
    .report-row
    .expand-block
    > a {
    color: #fff;
}
body[data-theme="dark-theme"] .expand-block > a {
    color: #fff;
}
body[data-theme="dark-theme"] section.history {
    background: #202330;
}
body[data-theme="dark-theme"]
    section.career-section
    .blog-container
    .left-side
    .vacancy
    h4 {
    color: #fff;
}
body[data-theme="dark-theme"] .contact-section .form-wrapper {
    background: #202330;
}
body[data-theme="dark-theme"] .contact-section .form-wrapper h4 {
    color: #fff;
}
body[data-theme="dark-theme"] .contact-section .form-wrapper input,
body[data-theme="dark-theme"] .contact-section .form-wrapper textarea {
    background-color: #3b3b3b;
}
body[data-theme="dark-theme"] .contact-section .form-wrapper::before {
    background-color: #202330;
}
body[data-theme="dark-theme"] .micro-site__item h2,
body[data-theme="dark-theme"] .micro-site__item p {
    color: #fff;
}
body[data-theme="dark-theme"] .anual-result__wrap .content p {
    color: #fff;
}
body[data-theme="dark-theme"] .divident-info__table tr td {
    background-color: #202330;
}
body[data-theme="dark-theme"] .divident-info__table tr td p {
    color: #fff;
}
body[data-theme="dark-theme"] .invest-downloads {
    background-color: #202330 !important;
}
body[data-theme="dark-theme"] .invest-downloads h2 {
    color: #fff;
}
body[data-theme="dark-theme"] section.features .nav-tabs li.active a,
body[data-theme="dark-theme"] section.invest-downloads .nav-tabs li.active a {
    color: #e33834;
}
body[data-theme="dark-theme"] section.features .nav-tabs li a,
body[data-theme="dark-theme"] section.invest-downloads .nav-tabs li a {
    color: #fff;
}
body[data-theme="dark-theme"] .life-stats .stats-grid .stat h4,
body[data-theme="dark-theme"] .life-stats .stats-grid .stat p {
    color: #fff;
}
body[data-theme="dark-theme"] .newsroom .newsroom-area a h5 {
    color: #fff;
}
body[data-theme="dark-theme"] .newsroom-detailed .top a,
body[data-theme="dark-theme"] .article-bottom .share-block p {
    color: #fff;
}
body[data-theme="dark-theme"] .filter-header .nav-tabs li a,
body[data-theme="dark-theme"] section.promotions .promotions-grid .promo p,
body[data-theme="dark-theme"] section.award-section .awards-grid .award h6,
body[data-theme="dark-theme"] h4,
body[data-theme="dark-theme"] p,
body[data-theme="dark-theme"] .editor-content ul li,
body[data-theme="dark-theme"] .popup-content ul li,
body[data-theme="dark-theme"] .editor-content table th,
body[data-theme="dark-theme"] section.rates .column .image-block h2,
body[data-theme="dark-theme"] .thank_you h2 {
    color: #fff;
}
body[data-theme="dark-theme"]
    section.home-banner
    .mySwiper
    .swiper-slide
    .lb-container
    .home-banner-text
    p,
body[data-theme="dark-theme"]
    .home-sustainability
    .sustainabilty-wrapper
    .content
    p {
    color: #000;
}
body[data-theme="dark-theme"] .editor-content table tbody tr {
    background: #202330;
}
body[data-theme="dark-theme"] section.rates .column .image-block,
body[data-theme="dark-theme"]
    .vision-mission
    .vm-container
    .right-side::before {
    background-color: #202330;
}
@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(359deg);
    }
}
@keyframes top-circle {
    0% {
        right: 200px;
        top: -410px;
    }
    100% {
        right: 300px;
        top: -380px;
    }
}
@keyframes bottom-circle {
    100% {
        right: -100px;
        bottom: -600px;
    }
    0% {
        right: 0;
        bottom: -560px;
    }
}
section.investors .investor-reports .reports-slider-wrapper .reports-pagination,
section.values .icons-group .icon,
section.blog-post
    .blog-container
    .left-side
    .blog-slider-wrapper
    .blog-pagination,
.testimonial-section
    .testimonial-slider-wrapper
    .testimonial-slider
    .swiper-slide,
section.stats-section .stats-grid .stat .circle .inner-circle,
header nav ul,
header .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .top,
footer .bottom,
header nav ul li.dropdown-li .dropdown-a,
header nav,
.article-bottom,
.expand-block > a,
.title-container,
.cta.with-img,
.cta.flex-button,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    .file-group
    input
    + label,
.popup-container .popup-wrapper form .group .file-group input + label,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.multiple.tooltip-group
    .title-group,
.popup-container
    .popup-wrapper
    form
    .group.multiple.tooltip-group
    .title-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.inline-group,
.popup-container .popup-wrapper form .group.inline-group {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.page-banner-slider-section .page-banner-slider-pagination,
section.investors .investor-reports .reports-slider-wrapper .reports-pagination,
section.blog-post
    .blog-container
    .left-side
    .blog-slider-wrapper
    .blog-pagination,
.key-facts-slider-wrapper .slider-controls .key-facts-pagination {
    width: auto;
    margin: 0 10px;
}
.page-banner-slider-section
    .page-banner-slider-pagination
    .swiper-pagination-bullet,
section.investors
    .investor-reports
    .reports-slider-wrapper
    .reports-pagination
    .swiper-pagination-bullet,
section.blog-post
    .blog-container
    .left-side
    .blog-slider-wrapper
    .blog-pagination
    .swiper-pagination-bullet,
.key-facts-slider-wrapper
    .slider-controls
    .key-facts-pagination
    .swiper-pagination-bullet {
    width: 25px;
    height: 3px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0;
}
.page-banner-slider-section
    .page-banner-slider-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active,
section.investors
    .investor-reports
    .reports-slider-wrapper
    .reports-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active,
section.blog-post
    .blog-container
    .left-side
    .blog-slider-wrapper
    .blog-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active,
.key-facts-slider-wrapper
    .slider-controls
    .key-facts-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000;
}
ul.circle li {
    position: relative;
    padding-left: 2.3rem;
}
ul.circle li::before {
    content: "\f111";
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 6px;
    color: #d92028;
    position: absolute;
    top: 7px;
    left: 0;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .form-title,
.popup-container .popup-wrapper form .form-title {
    font-size: 16px;
    letter-spacing: 0.6px;
    margin-top: 30px;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .form-title.v2,
.popup-container .popup-wrapper form .form-title.v2 {
    font-weight: 500;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .form-title.sm,
.popup-container .popup-wrapper form .form-title.sm {
    font-size: 14px;
    margin-top: 0;
}
section.career-section .blog-container .right-side .apply-contaner form .group,
.popup-container .popup-wrapper form .group {
    margin-bottom: 20px;
    position: relative;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.with-border,
.popup-container .popup-wrapper form .group.with-border {
    border: 1px solid #e6e6e6;
    padding: 20px;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.error-group,
.popup-container .popup-wrapper form .group.error-group {
    margin-bottom: 30px;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group:last-child,
.popup-container .popup-wrapper form .group:last-child {
    margin-bottom: 0 !important;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.half,
.popup-container .popup-wrapper form .group.half {
    width: 50%;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    input,
.popup-container .popup-wrapper form .group input,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    select,
.popup-container .popup-wrapper form .group select,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    textarea,
.popup-container .popup-wrapper form .group textarea {
    font-family: "gilroymedium", sans-serif;
    font-size: 14px;
    letter-spacing: 1.3px;
    background: #f2f3f7;
    width: 100%;
    padding: 11px 20px;
    border: 1px solid #eaebeb;
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    input:disabled,
.popup-container .popup-wrapper form .group input:disabled,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    select:disabled,
.popup-container .popup-wrapper form .group select:disabled,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    textarea:disabled,
.popup-container .popup-wrapper form .group textarea:disabled {
    cursor: not-allowed;
    background: #f2f3f7;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    input:focus,
.popup-container .popup-wrapper form .group input:focus,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    input:active,
.popup-container .popup-wrapper form .group input:active,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    select:focus,
.popup-container .popup-wrapper form .group select:focus,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    select:active,
.popup-container .popup-wrapper form .group select:active,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    textarea:focus,
.popup-container .popup-wrapper form .group textarea:focus,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    textarea:active,
.popup-container .popup-wrapper form .group textarea:active {
    outline: 0;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    input.error,
.popup-container .popup-wrapper form .group input.error,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    select.error,
.popup-container .popup-wrapper form .group select.error,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    textarea.error,
.popup-container .popup-wrapper form .group textarea.error {
    border-color: #e33834;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    input::-moz-placeholder,
.popup-container .popup-wrapper form .group input::-moz-placeholder,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    select::-moz-placeholder,
.popup-container .popup-wrapper form .group select::-moz-placeholder,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    textarea::-moz-placeholder,
.popup-container .popup-wrapper form .group textarea::-moz-placeholder {
    font-family: "gilroyregular", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(32, 35, 48, 0.7);
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    input::placeholder,
.popup-container .popup-wrapper form .group input::placeholder,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    select::placeholder,
.popup-container .popup-wrapper form .group select::placeholder,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    textarea::placeholder,
.popup-container .popup-wrapper form .group textarea::placeholder {
    font-family: "gilroyregular", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(32, 35, 48, 0.7);
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    input.datepicker-input,
.popup-container .popup-wrapper form .group input.datepicker-input,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    select.datepicker-input,
.popup-container .popup-wrapper form .group select.datepicker-input,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    textarea.datepicker-input,
.popup-container .popup-wrapper form .group textarea.datepicker-input {
    background-image: url("../images/misc/datepicker.svg");
    background-size: 16px;
    background-position: 95% center;
    background-repeat: no-repeat;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    input:-webkit-autofill,
.popup-container .popup-wrapper form .group input:-webkit-autofill,
.popup-container .popup-wrapper form .group input:-webkit-autofill:hover,
.popup-container .popup-wrapper form .group input:-webkit-autofill:focus,
.popup-container .popup-wrapper form .group input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    input:input:-internal-autofill-selected,
.popup-container
    .popup-wrapper
    form
    .group
    input:input:-internal-autofill-selected {
    color: #202330;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    button,
.popup-container .popup-wrapper form .group button {
    border: 0;
    outline: 0;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    .cta,
.popup-container .popup-wrapper form .group .cta {
    padding: 12px 22px;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    label,
.popup-container .popup-wrapper form .group label {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    label.error,
.popup-container .popup-wrapper form .group label.error {
    position: absolute !important;
    left: 20px !important;
    bottom: -20px !important;
    color: #e33834 !important;
    font-size: 13px;
    font-weight: 600;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    textarea,
.popup-container .popup-wrapper form .group textarea {
    resize: none;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    textarea:focus,
.popup-container .popup-wrapper form .group textarea:focus,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    textarea.has-value,
.popup-container .popup-wrapper form .group textarea.has-value {
    background: #fff;
    border: 1px solid #c2ced0;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    figure,
.popup-container .popup-wrapper form .group figure {
    margin-bottom: 20px;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.select-group
    select,
.popup-container .popup-wrapper form .group.select-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #7a7a7a;
    background-image: url("../images/misc/angle-down.svg");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 95% center;
    font-family: "gilroyregular", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.select-group
    select.has-value,
.popup-container .popup-wrapper form .group.select-group select.has-value {
    background-color: #fff;
    border: 1px solid #c2ced0;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.multiple,
.popup-container .popup-wrapper form .group.multiple {
    display: flex;
    align-items: flex-start;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.multiple
    .group,
.popup-container .popup-wrapper form .group.multiple .group {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 0;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.multiple
    .group:last-of-type,
.popup-container .popup-wrapper form .group.multiple .group:last-of-type {
    margin-right: 0;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.multiple.two-one-group
    .two-group,
.popup-container .popup-wrapper form .group.multiple.two-one-group .two-group {
    flex: 2;
    margin-right: 10px;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.multiple.two-one-group
    .one-group,
.popup-container .popup-wrapper form .group.multiple.two-one-group .one-group {
    flex: 1;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.multiple.tooltip-group
    .title-group
    .form-title,
.popup-container
    .popup-wrapper
    form
    .group.multiple.tooltip-group
    .title-group
    .form-title {
    margin: 0;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.multiple-with-tooltip-group,
.popup-container .popup-wrapper form .group.multiple-with-tooltip-group {
    display: flex;
    align-items: center;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.multiple-with-tooltip-group
    .group,
.popup-container .popup-wrapper form .group.multiple-with-tooltip-group .group {
    margin: 0;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.multiple-with-tooltip-group
    .tooltip-wrapper,
.popup-container
    .popup-wrapper
    form
    .group.multiple-with-tooltip-group
    .tooltip-wrapper {
    margin-left: 20px;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.date-group
    .month-group,
.popup-container .popup-wrapper form .group.date-group .month-group {
    max-width: 160px;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.date-group
    .year-group,
.popup-container .popup-wrapper form .group.date-group .year-group {
    max-width: 100px;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.fieldset-group,
.popup-container .popup-wrapper form .group.fieldset-group {
    position: relative;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.fieldset-group
    input
    ~ .input-label,
.popup-container
    .popup-wrapper
    form
    .group.fieldset-group
    input
    ~ .input-label {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #7a7a7a;
    transition: all 0.3s ease-in-out;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.fieldset-group
    input:focus,
.popup-container .popup-wrapper form .group.fieldset-group input:focus,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.fieldset-group
    input.has-value,
.popup-container .popup-wrapper form .group.fieldset-group input.has-value {
    border: 1px solid #c2ced0;
    background: #fff;
    padding-top: 25px;
    padding-bottom: 5px;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.fieldset-group
    input:focus
    ~ .input-label,
.popup-container
    .popup-wrapper
    form
    .group.fieldset-group
    input:focus
    ~ .input-label,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.fieldset-group
    input.has-value
    ~ .input-label,
.popup-container
    .popup-wrapper
    form
    .group.fieldset-group
    input.has-value
    ~ .input-label {
    top: 14px;
    font-size: 12px;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.fieldset-group
    input:disabled.has-value,
.popup-container
    .popup-wrapper
    form
    .group.fieldset-group
    input:disabled.has-value {
    border: 1px solid #c2ced0;
    background: #f2f3f7;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.fieldset-group
    .password-toggle,
.popup-container .popup-wrapper form .group.fieldset-group .password-toggle {
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.fieldset-group
    .password-toggle
    i,
.popup-container .popup-wrapper form .group.fieldset-group .password-toggle i {
    color: #202330;
    opacity: 0.7;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.fieldset-group
    .tooltip-wrapper,
.popup-container .popup-wrapper form .group.fieldset-group .tooltip-wrapper {
    position: absolute;
    top: 12px;
    right: 15px;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.inline-group
    p,
.popup-container .popup-wrapper form .group.inline-group p {
    color: #5c5c5c;
    margin: 0;
    font-size: 13px;
    text-align: left;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.title-group,
.popup-container .popup-wrapper form .group.title-group {
    margin-bottom: 20px;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.title-group.multiple,
.popup-container .popup-wrapper form .group.title-group.multiple {
    display: flex;
    justify-content: space-between;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.title-group
    p,
.popup-container .popup-wrapper form .group.title-group p {
    font-size: 18px;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.button-group,
.popup-container .popup-wrapper form .group.button-group {
    margin-bottom: 20px;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.button-group
    .cta,
.popup-container .popup-wrapper form .group.button-group .cta {
    width: 100%;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.button-group
    .cta.single,
.popup-container .popup-wrapper form .group.button-group .cta.single {
    display: inline-block;
    width: auto;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.button-group.multiple,
.popup-container .popup-wrapper form .group.button-group.multiple {
    display: flex;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.button-group.multiple
    .cta,
.popup-container .popup-wrapper form .group.button-group.multiple .cta {
    margin-right: 20px;
    text-align: center;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.button-group.multiple
    .cta:last-child,
.popup-container
    .popup-wrapper
    form
    .group.button-group.multiple
    .cta:last-child {
    margin-right: 0;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.note-group,
.popup-container .popup-wrapper form .group.note-group {
    margin-bottom: 20px;
    text-align: center;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.note-group.error,
.popup-container .popup-wrapper form .group.note-group.error {
    text-align: left;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.note-group.error
    p,
.popup-container .popup-wrapper form .group.note-group.error p {
    color: #ef3737;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.note-group
    p,
.popup-container .popup-wrapper form .group.note-group p {
    color: #7a7986;
    font-size: 14px;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.note-group
    a,
.popup-container .popup-wrapper form .group.note-group a {
    display: inline-block;
    margin-left: 10px;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.border-group,
.popup-container .popup-wrapper form .group.border-group {
    border: 1px dashed #6d6e73;
    border-radius: 3px;
    padding: 40px;
    text-align: center;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.file-group
    label.error,
.popup-container .popup-wrapper form .group.file-group label.error {
    left: 50% !important;
    transform: translateX(-50%);
    bottom: 10px !important;
    margin: 0;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.file-group
    input,
.popup-container .popup-wrapper form .group.file-group input {
    position: absolute;
    visibility: hidden;
    width: 0.1px;
    height: 0.1px;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.file-group
    input
    + label,
.popup-container .popup-wrapper form .group.file-group input + label {
    font-size: 16px;
    color: #9392a6;
    position: relative;
    cursor: pointer;
    background: #dfdce6;
    padding: 13px 45px;
    border-radius: 3px;
    transition: all 0.3s ease-in;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.file-group
    input
    + label
    *,
.popup-container .popup-wrapper form .group.file-group input + label * {
    pointer-event: none;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.file-group
    input
    + label
    *:hover,
.popup-container .popup-wrapper form .group.file-group input + label *:hover {
    background: #c4bed1;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.file-group
    input.error
    + label,
.popup-container .popup-wrapper form .group.file-group input.error + label {
    background: #fff;
    border: 1px solid #e33834;
    color: #e33834;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group,
.popup-container .popup-wrapper form .group.radio-group,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group,
.popup-container .popup-wrapper form .group.check-group {
    display: flex;
    align-items: center;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group.vertical,
.popup-container .popup-wrapper form .group.radio-group.vertical,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group.vertical,
.popup-container .popup-wrapper form .group.check-group.vertical {
    flex-direction: column;
    align-items: flex-start;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group.image-selection,
.popup-container .popup-wrapper form .group.radio-group.image-selection,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group.image-selection,
.popup-container .popup-wrapper form .group.check-group.image-selection {
    flex-wrap: wrap;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group.image-selection
    .radio-button,
.popup-container
    .popup-wrapper
    form
    .group.radio-group.image-selection
    .radio-button,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group.image-selection
    .check-button,
.popup-container
    .popup-wrapper
    form
    .group.radio-group.image-selection
    .check-button,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group.image-selection
    .radio-button,
.popup-container
    .popup-wrapper
    form
    .group.check-group.image-selection
    .radio-button,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group.image-selection
    .check-button,
.popup-container
    .popup-wrapper
    form
    .group.check-group.image-selection
    .check-button {
    margin-right: 20px;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group.image-selection
    .radio-button
    input
    + label,
.popup-container
    .popup-wrapper
    form
    .group.radio-group.image-selection
    .radio-button
    input
    + label,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group.image-selection
    .check-button
    input
    + label,
.popup-container
    .popup-wrapper
    form
    .group.radio-group.image-selection
    .check-button
    input
    + label,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group.image-selection
    .radio-button
    input
    + label,
.popup-container
    .popup-wrapper
    form
    .group.check-group.image-selection
    .radio-button
    input
    + label,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group.image-selection
    .check-button
    input
    + label,
.popup-container
    .popup-wrapper
    form
    .group.check-group.image-selection
    .check-button
    input
    + label {
    width: 60px;
    height: 60px;
    background-size: cover;
    border-radius: 50%;
    padding: 0;
    opacity: 0.6;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group.image-selection
    .radio-button
    input
    + label::before,
.popup-container
    .popup-wrapper
    form
    .group.radio-group.image-selection
    .radio-button
    input
    + label::before,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group.image-selection
    .check-button
    input
    + label::before,
.popup-container
    .popup-wrapper
    form
    .group.radio-group.image-selection
    .check-button
    input
    + label::before,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group.image-selection
    .radio-button
    input
    + label::before,
.popup-container
    .popup-wrapper
    form
    .group.check-group.image-selection
    .radio-button
    input
    + label::before,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group.image-selection
    .check-button
    input
    + label::before,
.popup-container
    .popup-wrapper
    form
    .group.check-group.image-selection
    .check-button
    input
    + label::before {
    display: none;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group.image-selection
    .radio-button
    input
    + label::after,
.popup-container
    .popup-wrapper
    form
    .group.radio-group.image-selection
    .radio-button
    input
    + label::after,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group.image-selection
    .check-button
    input
    + label::after,
.popup-container
    .popup-wrapper
    form
    .group.radio-group.image-selection
    .check-button
    input
    + label::after,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group.image-selection
    .radio-button
    input
    + label::after,
.popup-container
    .popup-wrapper
    form
    .group.check-group.image-selection
    .radio-button
    input
    + label::after,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group.image-selection
    .check-button
    input
    + label::after,
.popup-container
    .popup-wrapper
    form
    .group.check-group.image-selection
    .check-button
    input
    + label::after {
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 3px solid #00687f;
    background: 0;
    border-radius: 50%;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group.image-selection
    .radio-button:last-of-type,
.popup-container
    .popup-wrapper
    form
    .group.radio-group.image-selection
    .radio-button:last-of-type,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group.image-selection
    .check-button:last-of-type,
.popup-container
    .popup-wrapper
    form
    .group.radio-group.image-selection
    .check-button:last-of-type,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group.image-selection
    .radio-button:last-of-type,
.popup-container
    .popup-wrapper
    form
    .group.check-group.image-selection
    .radio-button:last-of-type,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group.image-selection
    .check-button:last-of-type,
.popup-container
    .popup-wrapper
    form
    .group.check-group.image-selection
    .check-button:last-of-type {
    margin-right: 0;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group
    .radio-button
    input,
.popup-container .popup-wrapper form .group.radio-group .radio-button input,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group
    .check-button
    input,
.popup-container .popup-wrapper form .group.radio-group .check-button input,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group
    .radio-button
    input,
.popup-container .popup-wrapper form .group.check-group .radio-button input,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group
    .check-button
    input,
.popup-container .popup-wrapper form .group.check-group .check-button input {
    position: absolute;
    visibility: hidden;
    width: 0.1px;
    height: 0.1px;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group
    .radio-button
    input
    + label,
.popup-container
    .popup-wrapper
    form
    .group.radio-group
    .radio-button
    input
    + label,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group
    .check-button
    input
    + label,
.popup-container
    .popup-wrapper
    form
    .group.radio-group
    .check-button
    input
    + label,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group
    .radio-button
    input
    + label,
.popup-container
    .popup-wrapper
    form
    .group.check-group
    .radio-button
    input
    + label,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group
    .check-button
    input
    + label,
.popup-container
    .popup-wrapper
    form
    .group.check-group
    .check-button
    input
    + label {
    font-size: 14px;
    color: #797583;
    position: relative;
    padding-left: 2.8rem;
    cursor: pointer;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group
    .radio-button
    input
    + label::before,
.popup-container
    .popup-wrapper
    form
    .group.radio-group
    .radio-button
    input
    + label::before,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group
    .radio-button
    input
    + label::after,
.popup-container
    .popup-wrapper
    form
    .group.radio-group
    .radio-button
    input
    + label::after,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group
    .check-button
    input
    + label::before,
.popup-container
    .popup-wrapper
    form
    .group.radio-group
    .check-button
    input
    + label::before,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group
    .check-button
    input
    + label::after,
.popup-container
    .popup-wrapper
    form
    .group.radio-group
    .check-button
    input
    + label::after,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group
    .radio-button
    input
    + label::before,
.popup-container
    .popup-wrapper
    form
    .group.check-group
    .radio-button
    input
    + label::before,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group
    .radio-button
    input
    + label::after,
.popup-container
    .popup-wrapper
    form
    .group.check-group
    .radio-button
    input
    + label::after,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group
    .check-button
    input
    + label::before,
.popup-container
    .popup-wrapper
    form
    .group.check-group
    .check-button
    input
    + label::before,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group
    .check-button
    input
    + label::after,
.popup-container
    .popup-wrapper
    form
    .group.check-group
    .check-button
    input
    + label::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #e6e6e6;
    position: absolute;
    top: -3px;
    left: 0;
    background-color: #fff;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group
    .radio-button
    input
    + label::after,
.popup-container
    .popup-wrapper
    form
    .group.radio-group
    .radio-button
    input
    + label::after,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group
    .check-button
    input
    + label::after,
.popup-container
    .popup-wrapper
    form
    .group.radio-group
    .check-button
    input
    + label::after,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group
    .radio-button
    input
    + label::after,
.popup-container
    .popup-wrapper
    form
    .group.check-group
    .radio-button
    input
    + label::after,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group
    .check-button
    input
    + label::after,
.popup-container
    .popup-wrapper
    form
    .group.check-group
    .check-button
    input
    + label::after {
    background-image: url("../images/misc/correct-icon.svg");
    background-color: #000;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    border-color: #000;
    opacity: 0;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group
    .radio-button
    input:checked
    + label,
.popup-container
    .popup-wrapper
    form
    .group.radio-group
    .radio-button
    input:checked
    + label,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group
    .check-button
    input:checked
    + label,
.popup-container
    .popup-wrapper
    form
    .group.radio-group
    .check-button
    input:checked
    + label,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group
    .radio-button
    input:checked
    + label,
.popup-container
    .popup-wrapper
    form
    .group.check-group
    .radio-button
    input:checked
    + label,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group
    .check-button
    input:checked
    + label,
.popup-container
    .popup-wrapper
    form
    .group.check-group
    .check-button
    input:checked
    + label {
    opacity: 1;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group
    .radio-button
    input:checked
    + label::after,
.popup-container
    .popup-wrapper
    form
    .group.radio-group
    .radio-button
    input:checked
    + label::after,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group
    .check-button
    input:checked
    + label::after,
.popup-container
    .popup-wrapper
    form
    .group.radio-group
    .check-button
    input:checked
    + label::after,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group
    .radio-button
    input:checked
    + label::after,
.popup-container
    .popup-wrapper
    form
    .group.check-group
    .radio-button
    input:checked
    + label::after,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group
    .check-button
    input:checked
    + label::after,
.popup-container
    .popup-wrapper
    form
    .group.check-group
    .check-button
    input:checked
    + label::after {
    opacity: 1;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group
    .radio-button:last-child,
.popup-container
    .popup-wrapper
    form
    .group.radio-group
    .radio-button:last-child,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group
    .check-button:last-child,
.popup-container
    .popup-wrapper
    form
    .group.radio-group
    .check-button:last-child,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group
    .radio-button:last-child,
.popup-container
    .popup-wrapper
    form
    .group.check-group
    .radio-button:last-child,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group
    .check-button:last-child,
.popup-container
    .popup-wrapper
    form
    .group.check-group
    .check-button:last-child {
    margin-right: 20px;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group
    .check-button,
.popup-container .popup-wrapper form .group.radio-group .check-button,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group
    .check-button,
.popup-container .popup-wrapper form .group.check-group .check-button {
    margin-right: 20px;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group
    .check-button:last-child,
.popup-container
    .popup-wrapper
    form
    .group.radio-group
    .check-button:last-child,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group
    .check-button:last-child,
.popup-container
    .popup-wrapper
    form
    .group.check-group
    .check-button:last-child {
    margin: 0;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.tag-group,
.popup-container .popup-wrapper form .group.tag-group {
    display: flex;
    flex-wrap: wrap;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.tag-group
    .tag,
.popup-container .popup-wrapper form .group.tag-group .tag {
    margin: 2px 18px 2px 0;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.tag-group
    .tag
    input,
.popup-container .popup-wrapper form .group.tag-group .tag input {
    position: absolute;
    visibility: hidden;
    width: 0.1px;
    height: 0.1px;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.tag-group
    .tag
    input
    + label,
.popup-container .popup-wrapper form .group.tag-group .tag input + label {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #797583;
    position: relative;
    cursor: pointer;
    background: #e7f0f8;
    padding: 6px 10px;
    border-radius: 15px;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.tag-group
    .tag
    input
    + label
    img,
.popup-container .popup-wrapper form .group.tag-group .tag input + label img {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    margin-right: 10px;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.tag-group
    .tag
    input
    + label
    span,
.popup-container .popup-wrapper form .group.tag-group .tag input + label span {
    font-family: "gilroymedium", sans-serif;
    font-size: 15px;
    color: #202330;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.tag-group
    .tag
    input:checked
    + label,
.popup-container
    .popup-wrapper
    form
    .group.tag-group
    .tag
    input:checked
    + label {
    background: #202330;
    color: #fff;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.tag-group
    .tag
    input:checked
    + label
    span,
.popup-container
    .popup-wrapper
    form
    .group.tag-group
    .tag
    input:checked
    + label
    span {
    color: #fff;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    .file-group
    input,
.popup-container .popup-wrapper form .group .file-group input {
    position: absolute;
    visibility: hidden;
    width: 0.1px;
    height: 0.1px;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    .file-group
    input
    + label,
.popup-container .popup-wrapper form .group .file-group input + label {
    font-family: "gilroyregular", sans-serif;
    font-weight: 400;
    cursor: pointer;
    background: transparent;
    padding: 11px 20px;
    border: 1px solid #fff;
    color: #fff;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    .file-group
    input
    + label
    p,
.popup-container .popup-wrapper form .group .file-group input + label p {
    margin: 0;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    .file-group
    input
    + label
    p:hover,
.popup-container .popup-wrapper form .group .file-group input + label p:hover {
    background: 0;
}
@media (max-width: 680px) {
    section.career-section
        .blog-container
        .right-side
        .apply-contaner
        form
        .group.multiple,
    .popup-container .popup-wrapper form .group.multiple {
        flex-direction: column;
    }
    section.career-section
        .blog-container
        .right-side
        .apply-contaner
        form
        .group.multiple
        .group,
    .popup-container .popup-wrapper form .group.multiple .group {
        margin-bottom: 20px;
    }
    section.career-section
        .blog-container
        .right-side
        .apply-contaner
        form
        .group.multiple.tooltip-group,
    .popup-container .popup-wrapper form .group.multiple.tooltip-group {
        flex-direction: column;
    }
    section.career-section
        .blog-container
        .right-side
        .apply-contaner
        form
        .group.multiple.tooltip-group
        .title-group,
    .popup-container
        .popup-wrapper
        form
        .group.multiple.tooltip-group
        .title-group {
        margin-bottom: 20px;
        justify-content: flex-start;
    }
    section.career-section
        .blog-container
        .right-side
        .apply-contaner
        form
        .group.multiple.tooltip-group
        .title-group
        .form-title,
    .popup-container
        .popup-wrapper
        form
        .group.multiple.tooltip-group
        .title-group
        .form-title {
        margin-right: 20px;
    }
    section.career-section
        .blog-container
        .right-side
        .apply-contaner
        form
        .group.multiple.tooltip-group
        .title-group
        .tooltip-wrapper
        .tooltip-content,
    .popup-container
        .popup-wrapper
        form
        .group.multiple.tooltip-group
        .title-group
        .tooltip-wrapper
        .tooltip-content {
        right: -50px;
    }
    section.career-section
        .blog-container
        .right-side
        .apply-contaner
        form
        .group.button-group
        .cta,
    .popup-container .popup-wrapper form .group.button-group .cta {
        margin: 0 0 10px 0;
    }
    section.career-section
        .blog-container
        .right-side
        .apply-contaner
        form
        .group.button-group
        .cta:last-child,
    .popup-container .popup-wrapper form .group.button-group .cta:last-child {
        margin: 0;
    }
    section.career-section
        .blog-container
        .right-side
        .apply-contaner
        form
        .group.multiple-with-tooltip-group
        .tooltip-wrapper
        .tooltip-content,
    .popup-container
        .popup-wrapper
        form
        .group.multiple-with-tooltip-group
        .tooltip-wrapper
        .tooltip-content {
        right: -110px;
    }
    section.career-section
        .blog-container
        .right-side
        .apply-contaner
        form
        .group.date-group
        .month-group,
    .popup-container .popup-wrapper form .group.date-group .month-group,
    section.career-section
        .blog-container
        .right-side
        .apply-contaner
        form
        .group.date-group
        .year-group,
    .popup-container .popup-wrapper form .group.date-group .year-group {
        max-width: 100%;
    }
    section.career-section
        .blog-container
        .right-side
        .apply-contaner
        form
        .group.half,
    .popup-container .popup-wrapper form .group.half {
        width: 100%;
    }
    section.career-section
        .blog-container
        .right-side
        .apply-contaner
        form
        .group
        .file-group
        input
        + label,
    .popup-container .popup-wrapper form .group .file-group input + label {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }
    section.career-section
        .blog-container
        .right-side
        .apply-contaner
        form
        .group
        .file-group
        input
        + label
        .column:nth-child(2),
    .popup-container
        .popup-wrapper
        form
        .group
        .file-group
        input
        + label
        .column:nth-child(2) {
        margin: 15px 0;
    }
}
@media (max-width: 480px) {
    section.career-section
        .blog-container
        .right-side
        .apply-contaner
        form
        .group.title-group.multiple,
    .popup-container .popup-wrapper form .group.title-group.multiple {
        flex-direction: column;
    }
    section.career-section
        .blog-container
        .right-side
        .apply-contaner
        form
        .group.title-group
        p,
    .popup-container .popup-wrapper form .group.title-group p {
        font-size: 14px;
    }
    section.career-section
        .blog-container
        .right-side
        .apply-contaner
        form
        .group.file-group
        input
        + label,
    .popup-container .popup-wrapper form .group.file-group input + label {
        font-size: 14px;
        padding: 12px 35px;
    }
}
.button-container {
    display: flex;
}
.button-container .cta {
    margin-right: 10px;
}
.button-container .cta:last-child {
    margin: 0;
}
.inline-button {
    display: inline-block;
}
.cta {
    display: inline-block;
    padding: 10px 20px;
    background: #e33834;
    color: #202330;
    text-transform: uppercase;
    font-family: "gilroysemibold", sans-serif;
    transition: all 0.3s ease-in-out;
}
.cta i {
    margin-left: 12px;
}
.cta.flex-button i {
    flex: 1;
    text-align: right;
}
.cta.black {
    background: #202330;
    color: #fff !important;
}
.cta.white {
    background: #fff;
}
.cta.orange-text {
    color: #e75424;
}
.cta.with-img img {
    margin-left: 20px;
}
.cta.transparent {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
}
.cta-link {
    display: block;
    background: transparent;
    border: 0;
    font-family: "gilroysemibold", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #202330;
    letter-spacing: 1px;
    line-height: 16px;
    padding: 0;
    position: relative;
}
.cta-link.with-img img {
    margin-right: 10px;
}
.cta-link.white {
    color: #fff;
}
.cta-link.white:hover,
.cta-link.white:focus {
    color: #fff;
}
.brand-logo img {
    height: 30px;
}
.lb-container {
    max-width: 1300px;
    padding: 0 15px;
    margin: auto;
}
.section-padding {
    padding: 60px 0;
}
.title-container h1,
.title-container h2,
.title-container h3,
.title-container h4,
.title-container h5,
.title-container h6,
.title-container p {
    margin-bottom: 0;
}
.title-wrap {
    max-width: 800px;
    margin: 0 auto 60px;
}
.title-wrap h1,
.title-wrap h2,
.title-wrap h3,
.title-wrap h4,
.title-wrap h5,
.title-wrap h6 {
    margin-bottom: 15px;
}
.title-wrap p {
    font-size: 16px;
    margin: 0;
}
.arrow-img {
    max-width: 40px;
}
.caption {
    margin: 20px 0;
    font-size: 12px !important;
    font-style: italic;
    color: #7a7984;
    letter-spacing: 1px;
}
.has-path {
    position: relative;
}
.has-path .lb-path {
    position: absolute;
    top: 0;
    bottom: 0;
}
.has-path .lb-path svg {
    height: 100%;
    width: 100%;
}
.has-path .lb-path.path-1 {
    right: 20%;
    opacity: 0.8;
}
.has-path .lb-path.path-2 {
    right: 28%;
}
.has-path .lb-path.path-3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.has-path .lb-path.path-3 svg {
    height: 80%;
    width: auto;
}
.has-path .lb-path.path-4 {
    left: 36%;
}
.has-path .lb-path.path-5 {
    left: -4%;
}
.has-path .lb-path.path-6 {
    left: 10%;
}
.has-path .lb-path.path-7 {
    right: 15%;
    z-index: -1;
}
@media (max-width: 1200px) {
    .has-path .lb-path {
        display: none;
    }
}
.nav-tabs {
    border-bottom: 0;
}
.nav-tabs > li > a {
    padding: 0;
    margin: 0;
    border: 0;
}
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
    background: 0;
    border: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background: 0;
    border: 0;
    margin: 0;
}
.page-banner {
    background-color: #f6f6f6;
    background-size: cover;
    padding: 50px 20px;
    position: relative;
    overflow: hidden;
}
.page-banner::before,
.page-banner::after {
    content: "";
    background-size: cover;
    position: absolute;
}
.page-banner::before {
    height: 500px;
    width: 500px;
    background-image: url("../images/misc/top-circle.svg");
    top: -410px;
    right: 200px;
    animation: top-circle 5s infinite alternate;
}
.page-banner::after {
    height: 700px;
    width: 700px;
    background-image: url("../images/misc/bottom-circle.svg");
    right: 0;
    bottom: -600px;
    animation: bottom-circle 5s infinite alternate;
}
.page-banner > .container {
    position: relative;
    z-index: 2;
}
.page-banner.life-at-lb {
    padding: 0;
}
.page-banner.life-at-lb::before,
.page-banner.life-at-lb::after {
    display: none;
}
.page-banner.life-at-lb img {
    width: 100%;
}
.page-banner.lightgray {
    background: #41434b;
}
.page-banner .section-title {
    line-height: 1.1;
}
.page-banner p {
    max-width: 520px;
    margin: 0;
    font-size: 18px;
}
.expand-container {
    max-width: 700px;
    margin: auto;
}
.expand-block {
    border-top: 1px solid rgba(194, 206, 208, 0.5);
}
.expand-block:last-of-type {
    border-bottom: 1px solid rgba(194, 206, 208, 0.5);
}
.expand-block > a {
    font-family: "gilroybold", sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 20px;
}
.expand-block > a .icon {
    display: inline-block;
    position: relative;
}
.expand-block > a .icon::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    transition: all 0.3s ease-in-out;
    color: #e75424;
    -webkit-text-stroke: 1px #fff;
}
.expand-block > a .icon.plus::before {
    content: "\f067";
}
.expand-block > a .icon.minus::before {
    content: "\f068";
}
.expand-block .hidden-block {
    display: none;
    padding: 20px;
}
@media (max-width: 480px) {
    .expand-block > a {
        font-size: 16px;
        padding: 15px;
    }
    .expand-block .hidden-block {
        padding: 15px;
    }
}
.swiper-wrapper.flex-center {
    justify-content: center;
}
.filter-header {
    display: flex;
}
.filter-header .category-slider .swiper-slide a {
    font-family: "gilroysemibold", sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0.8px;
}
.filter-header .category-slider .swiper-slide.swiper-slide-active a {
    color: #e33834;
}
.filter-header .group.multiple {
    display: flex;
}
.filter-header .group.multiple .group {
    margin-right: 20px;
}
.filter-header .group.multiple .group:last-child {
    margin-right: 0;
}
.filter-header .group.select-group {
    display: flex;
    align-items: center;
}
.filter-header .group.select-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f2f2f2;
    border-radius: 20px;
    padding: 3px 30px 3px 10px;
    border: 0;
    outline: 0;
    color: #878992;
    font-family: "gilroymedium", sans-serif;
    font-size: 16px;
    background-image: url("../images/misc/angle-down-gray.svg");
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: 90%;
}
.filter-header .group label {
    font-family: "gilroymedium", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #878992;
    margin-right: 10px;
}
.filter-header .newsroom-category-area,
.filter-header .newsroom-search-area {
    padding-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
}
.filter-header .newsroom-category-area {
    flex: 1;
    margin-right: 30px;
}
.filter-header .nav-tabs li {
    margin-right: 40px;
}
.filter-header .nav-tabs li a {
    font-family: "gilroysemibold", sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0.8px;
}
.filter-header .nav-tabs li.active a {
    color: #e33834;
}
.filter-header .nav-tabs li:last-child {
    margin-right: 0;
}
.filter-header .newsroom-search-area {
    min-width: 300px;
}
.filter-header .newsroom-search-area input {
    width: 100%;
    border: 0;
    outline: 0;
    background-image: url("../images/misc/search-icon-gray.svg");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 95% center;
    letter-spacing: 0.8px;
    color: #000;
}
.filter-header .newsroom-search-area input::-moz-placeholder {
    font-family: "gilroymedium", sans-serif;
    color: #878992;
}
.filter-header .newsroom-search-area input::placeholder {
    font-family: "gilroymedium", sans-serif;
    color: #878992;
}
@media (max-width: 992px) {
    .filter-header .group.select-group {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 680px) {
    .filter-header {
        flex-direction: column;
    }
    .filter-header .newsroom-category-area {
        margin: 0 0 20px 0;
    }
    .filter-header .nav-tabs li {
        margin: 0 20px 10px 0;
    }
}
.editor-content ul li,
.editor-content a,
.editor-content p,
.popup-content ul li,
.popup-content a,
.popup-content p {
    font-size: px-to-rem(16px);
}
.editor-content ul li span,
.editor-content a span,
.editor-content p span,
.popup-content ul li span,
.popup-content a span,
.popup-content p span {
    background-color: transparent !important;
}
.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6,
.editor-content ul,
.editor-content ol,
.popup-content h1,
.popup-content h2,
.popup-content h3,
.popup-content h4,
.popup-content h5,
.popup-content h6,
.popup-content ul,
.popup-content ol {
    margin: 0 0 20px 0;
}
.editor-content ul li,
.popup-content ul li {
    position: relative;
    padding-left: 2.3rem !important;
}
.editor-content ul li::before,
.popup-content ul li::before {
    content: "\f111" !important;
    display: inline-block;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-size: 6px !important;
    color: #e33734 !important;
    position: absolute;
    top: 9px !important;
    left: 0 !important;
}
.editor-content h1,
.popup-content h1 {
    font-size: 50px !important;
}
.editor-content h2,
.popup-content h2 {
    font-size: 44px !important;
}
.editor-content h3,
.popup-content h3 {
    font-size: 38px !important;
}
.editor-content h4,
.popup-content h4 {
    font-size: 32px !important;
}
.editor-content h5,
.popup-content h5 {
    font-size: 28px !important;
}
.editor-content h6,
.popup-content h6 {
    font-size: 24px !important;
}
.editor-content img,
.popup-content img {
    max-width: 100%;
    margin-bottom: 20px;
}
.editor-content iframe,
.popup-content iframe {
    height: 500px;
    width: 100% !important;
    margin-bottom: 20px;
}
.editor-content blockquote,
.popup-content blockquote {
    border: 0 !important;
    font-family: "chapazaregular", sans-serif;
    font-size: 26px !important;
    line-height: 1.4;
    padding: 0 !important;
    position: relative;
}
.editor-content blockquote::before,
.popup-content blockquote::before {
    content: "";
    display: block;
    height: 40px;
    width: 40px;
    background-image: url("../images/misc/quotes.svg");
    background-size: 40px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.editor-content blockquote cite,
.popup-content blockquote cite {
    display: block;
    font-family: "gilroymedium", sans-serif;
    font-size: 20px !important;
    font-style: normal;
    color: #41434b;
    margin-top: 10px;
}
.editor-content .cta-link img,
.popup-content .cta-link img {
    margin-bottom: 0;
    margin-bottom: 20px;
}
.editor-content table,
.popup-content table {
    width: 100%;
}
.editor-content table th,
.popup-content table th {
    font-family: "gilroybold", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 5px !important;
}
.editor-content table td,
.popup-content table td {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 5px 7px !important;
    line-height: 1.2 !important;
}
.editor-content table tbody tr,
.popup-content table tbody tr {
    border-top: 1px solid #e9e9e9 !important;
}
.editor-content table tbody tr:nth-child(even),
.popup-content table tbody tr:nth-child(even) {
    background: #f8f8f8 !important;
}
.editor-content table tbody tr:last-child,
.popup-content table tbody tr:last-child {
    border-bottom: 1px solid #e9e9e9 !important;
}
@media (max-width: 480px) {
    .editor-content h1,
    .popup-content h1 {
        font-size: 30px !important;
    }
    .editor-content h2,
    .popup-content h2 {
        font-size: 28px !important;
    }
    .editor-content h3,
    .popup-content h3 {
        font-size: 26px !important;
    }
    .editor-content h4,
    .popup-content h4 {
        font-size: 24px !important;
    }
    .editor-content h5,
    .popup-content h5 {
        font-size: 22px !important;
    }
    .editor-content h6,
    .popup-content h6 {
        font-size: 20px !important;
    }
    .editor-content iframe,
    .popup-content iframe {
        height: 300px !important;
    }
    .editor-content blockquote,
    .popup-content blockquote {
        font-size: 20px;
        font-size: 2rem;
    }
    .editor-content blockquote::before,
    .popup-content blockquote::before {
        height: 36px;
        width: 36px;
        background-size: 36px;
    }
    .editor-content blockquote cite,
    .popup-content blockquote cite {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
.article-bottom {
    margin-top: 20px;
}
.article-bottom .share-block {
    display: flex;
    align-items: center;
}
.article-bottom .share-block p {
    font-family: "gilroymedium", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 20px 0 0;
    color: #41434b;
}
.article-bottom .share-block ul {
    display: flex;
    align-items: center;
}
.article-bottom .share-block ul li {
    margin-right: 10px;
}
.article-bottom .share-block ul li img {
    max-width: 28px;
}
.article-bottom .next {
    font-family: "gilroysemibold", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #202330;
}
@media (max-width: 480px) {
    .article-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
    .article-bottom .next {
        margin-top: 20px;
    }
}
.shape-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 30px;
}
.shape-grid .news h5 {
    font-family: "gilroymedium", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    margin: 20px 0 0 0;
    line-height: 1.3;
}
.shape-grid .member img {
    width: 100%;
}
.shape-grid .member h3 {
    font-size: 20px;
    font-size: 2rem;
    margin: 10px 0;
    line-height: 1;
}
.shape-grid .member p {
    font-family: "gilroymedium", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
}
.shape-grid .popup-content {
    display: none;
}
.key-facts-slider-wrapper {
    margin-top: 30px;
}
.key-facts-slider-wrapper .key-facts-slider .swiper-slide {
    width: auto;
    height: auto;
    background: #fff;
    min-width: 180px;
    max-width: 220px;
    padding: 40px 20px;
    border-radius: 5px;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    transform: scale(1);
    transition: transform 0.3s ease;
}
.key-facts-slider-wrapper .key-facts-slider .swiper-slide:hover {
    transform: scale(0.9);
}
.key-facts-slider-wrapper .key-facts-slider .swiper-slide h4 {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 20px 0;
    line-height: 1.4;
    flex: 1;
}
.key-facts-slider-wrapper .key-facts-slider .swiper-slide figure {
    display: flex;
    align-items: center;
}
.key-facts-slider-wrapper .key-facts-slider .swiper-slide figure p {
    font-family: "gilroymedium", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #878992;
    margin: 0 0 0 10px;
}
.key-facts-slider-wrapper .slider-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 40px;
}
.key-facts-slider-wrapper .slider-controls a {
    outline: 0;
}
.key-facts-slider-wrapper.practice-wrapper .key-facts-slider .swiper-slide {
    padding: 30px;
}
.key-facts-slider-wrapper.practice-wrapper .key-facts-slider .swiper-slide h4 {
    margin: 0 0 10px 0;
    color: #202330;
}
.key-facts-slider-wrapper.practice-wrapper .key-facts-slider .swiper-slide p {
    color: #202330;
    margin: 0;
}
@media (max-width: 680px) {
    .key-facts-slider-wrapper .slider-controls {
        justify-content: center;
    }
}
.blog-image-slider-wrapper {
    position: relative;
    overflow: hidden;
}
.blog-image-slider-wrapper .blog-image-prev,
.blog-image-slider-wrapper .blog-image-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    outline: 0;
}
.blog-image-slider-wrapper .blog-image-prev img,
.blog-image-slider-wrapper .blog-image-next img {
    max-width: 45px;
}
.blog-image-slider-wrapper .blog-image-prev {
    left: 15px;
}
.blog-image-slider-wrapper .blog-image-next {
    right: 15px;
}
.blog-image-slider-wrapper .blog-image-slider .swiper-slide img {
    width: 100%;
}
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 20px;
    grid-auto-rows: 400px;
}
.products-grid .product {
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.products-grid .product::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #202330, transparent);
}
.products-grid .product .content {
    color: #fff;
    padding: 20px;
    position: absolute;
    top: 82%;
    right: 0;
    left: 0;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}
.products-grid .product .content h4 {
    margin-bottom: 20px;
}
.products-grid .product .content a {
    color: #fff;
    font-family: "gilroymedium", sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
}
.products-grid .product:hover .content {
    top: 0;
}
@media (max-width: 768px) {
    .products-grid .product .content {
        top: 0;
    }
}
.socialMediaIcons {
    position: fixed;
    right: 20px;
    top: 50%;
    z-index: 99999;
    transform: translateY(-50%);
}
.socialMediaIcons li {
    margin-bottom: 10px;
}
.socialMediaIcons li a img {
    transition: 0.3s ease-in-out;
}
.socialMediaIcons li a:hover img {
    transform: scale(1.1);
}
.cookies-model {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    padding: 30px 20px;
    box-shadow: 0 0 5px 0 #d1d1d1;
    border-radius: 5px;
}
.cookies-model .btn-success {
    color: #fff;
    background-color: #e33734;
    border-color: #e33734;
}
.hide-scroll {
    overflow: hidden;
}
header {
    transition: all 0.3s ease-in-out;
    background: #fff;
    z-index: 3;
    position: sticky;
    top: 0;
    z-index: 999999;
}
header .brand-logo img {
    height: 14vmin;
    transition: height 0.6s ease-in-out;
}
header .search-icon {
    height: 16px;
    width: 16px;
    background-image: url("../images/misc/search-icon-black.svg");
    background-size: 16px;
    background-repeat: no-repeat;
}
header .mobile-only {
    display: none;
    visibility: hidden;
    margin: 0;
}
header .menu-toggle {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    margin-left: auto;
    position: relative;
    cursor: pointer;
    display: none;
}
header .menu-toggle span,
header .menu-toggle span::before,
header .menu-toggle span::after {
    display: inline-block;
    height: 2px;
    width: 25px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    transform-origin: center;
}
header .menu-toggle span {
    position: relative;
}
header .menu-toggle span::before,
header .menu-toggle span::after {
    content: "";
    position: absolute;
}
header .menu-toggle span::before {
    top: 8px;
}
header .menu-toggle span::after {
    bottom: 8px;
}
header .menu-toggle.is-open span {
    background: transparent;
}
header .menu-toggle.is-open span::before {
    top: 0;
    transform: rotate(45deg);
}
header .menu-toggle.is-open span::after {
    bottom: 0;
    transform: rotate(-45deg);
}
header.on-scroll-header {
    background: #fff !important;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.03);
}
header.on-scroll-header .brand-logo img {
    height: 8vmin;
}
header.on-scroll-header .multi-menu-rows .top-row {
    top: -300%;
}
header.on-scroll-header .multi-menu-rows .bottom-row {
    padding-top: 0;
}
header.on-scroll-header nav ul li.dropdown-li .dropdown-wrapper {
    top: 45px;
}
header .multi-menu-rows {
    position: relative;
    width: 100%;
    margin-left: 20px;
}
header .multi-menu-rows .top-row,
header .multi-menu-rows .bottom-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .multi-menu-rows .bottom-row {
    transition: padding 0.4s ease-in-out;
    padding-top: 45px;
}
header .multi-menu-rows .bottom-row ul li a {
    font-family: "gilroybold", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 1px;
}
header .multi-menu-rows .top-row {
    transition: top 0.4s ease-in-out;
    position: absolute;
    top: 0;
    right: 15px;
    left: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e5e5;
}
header .multi-menu-rows .top-row ul li a {
    text-transform: none;
}
header nav ul {
    margin-left: auto;
}
header nav ul:last-child {
    margin-left: 0;
}
header nav ul li {
    margin: 0 15px;
}
header nav ul li a {
    font-family: "gilroymedium", sans-serif;
    color: #222326;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}
header nav ul li a.active,
header nav ul li a:hover {
    color: #e33834 !important;
}
header nav ul li a.img-link {
    display: flex;
    align-items: center;
}
header nav ul li a.img-link img {
    margin-right: 8px;
}
header nav ul li.language-li {
    border: 1px solid rgba(32, 35, 48, 0.5);
    border-radius: 20px;
    margin-right: 0;
}
header nav ul li.language-li select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0;
    border: 0;
    outline: 0;
    color: #202330;
    padding: 0 17px 0 10px;
    text-transform: uppercase;
    background-image: url("../images/misc/angle-down-black.svg");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 80% 56%;
    font-family: "gilroysemibold", sans-serif;
}
header nav ul li.dropdown-li {
    position: relative;
}
header nav ul li.dropdown-li .dropdown-a {
    position: relative;
}
header nav ul li.dropdown-li .dropdown-a .fas {
    margin-left: 5px;
    font-size: 12px;
    font-size: 1.2rem;
}
header nav ul li.dropdown-li .dropdown-wrapper {
    position: absolute;
    top: 37px;
    left: 0;
    z-index: 20;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    display: flex;
}
header nav ul li.dropdown-li .dropdown-wrapper .column {
    padding: 10px 20px;
    flex: 1;
    width: 30vmin;
}
header nav ul li.dropdown-li .dropdown-wrapper .column h4 {
    font-family: "gilroysemibold", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    color: #7c7c7c;
    text-transform: uppercase;
}
header nav ul li.dropdown-li .dropdown-wrapper ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
header nav ul li.dropdown-li .dropdown-wrapper ul li {
    width: 100%;
    margin: 0;
}
header nav ul li.dropdown-li .dropdown-wrapper ul li a {
    padding: 7px 0;
    width: 100%;
    line-height: 1.3;
    font-size: 14px;
    font-size: 1.4rem;
}
header nav ul li.dropdown-li .dropdown-wrapper.nested-dropdown {
    left: 100%;
    top: 0;
}
header .mobile-navigation {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    padding: 0 15px;
    background: #fff;
    z-index: 10;
}
header .mobile-navigation ul li a {
    width: 100%;
    font-family: "gilroymedium", sans-serif;
    padding: 3px 0;
    transition: padding 0.3s ease-in-out;
}
header .mobile-navigation ul.main-links {
    padding: 15px 0 0;
}
header .mobile-navigation ul.main-links li a {
    font-family: "gilroybold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
header .mobile-navigation ul.main-links li:last-child {
    margin-bottom: 0;
}
header .mobile-navigation ul.main-links li.has-dropdown > a {
    position: relative;
}
header .mobile-navigation ul.main-links li.has-dropdown > a::after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 11px;
    font-size: 1.1rem;
    position: absolute;
    right: 15px;
    top: 7.5px;
}
header .mobile-navigation ul.main-links li.has-dropdown > ul {
    display: none;
}
header .mobile-navigation ul.main-links li.active > a {
    display: none;
}
header .mobile-navigation ul.main-links li.active.view > a {
    font-weight: 800;
    padding: 5px 5px 5px 2.2rem;
    background: rgba(246, 207, 169, 0.15);
    display: inline-block;
    width: 100%;
}
header .mobile-navigation ul.main-links li.active.view > a::after {
    content: "\f104";
    left: 10px;
}
header .mobile-navigation ul.main-links li.active.view > ul {
    display: block;
}
header .mobile-navigation ul.main-links li.active > ul {
    display: block;
}
header .mobile-navigation ul.sub-links {
    padding: 5px 0 15px;
}
@media (max-width: 1200px) {
    header nav .multi-menu-rows .top-row ul li a {
        font-size: 12px;
        font-size: 1.2rem;
    }
}
@media (max-width: 992px) {
    header nav .multi-menu-rows {
        margin-left: 0;
    }
    header nav .multi-menu-rows .bottom-row,
    header nav .multi-menu-rows .top-row ul:first-child {
        display: none;
    }
    header nav .multi-menu-rows .top-row {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        position: static;
    }
    header nav .multi-menu-rows .top-row .mobile-only {
        display: block;
        margin: 0 15px;
        visibility: inherit;
    }
    header nav .multi-menu-rows .top-row .mobile-only:last-child {
        margin-right: 0;
    }
    header nav .multi-menu-rows .top-row .menu-toggle {
        display: flex;
    }
}
.sidemenu {
    background: #e33834;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100%;
    z-index: 20;
}
.sidemenu .sidemenu-wrapper {
    display: flex;
    position: relative;
    height: 100%;
}
.sidemenu .menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: none;
}
.sidemenu .left-side {
    padding: 30px;
    flex: 1;
    overflow: hidden;
}
.sidemenu .left-side .navigation .columns {
    display: flex;
    overflow: hidden;
}
.sidemenu .left-side .navigation .columns .column {
    position: relative;
}
.sidemenu .left-side .navigation .columns .column:first-child {
    padding: 30px 30px 30px 0;
}
.sidemenu .left-side .navigation .columns .column .dropdown-li {
    position: relative;
}
.sidemenu .left-side .navigation .columns .column .dropdown-wrapper {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 126%;
    min-width: 200px;
    background: #e33834;
}
.sidemenu .left-side .navigation .columns .column .dropdown-wrapper ul {
    padding: 10px 30px;
    position: relative;
}
.sidemenu .left-side .navigation .columns .column .dropdown-wrapper ul::before,
.sidemenu .left-side .navigation .columns .column .dropdown-wrapper ul::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -300%;
    bottom: -300%;
    width: 1px;
    background: #fff;
    left: 0;
}
.sidemenu .left-side ul li {
    margin-bottom: 20px;
}
.sidemenu .left-side ul li a {
    font-family: "gilroysemibold", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 1;
}
.sidemenu .left-side ul li a i {
    font-size: 1.3rem;
    margin-left: 10px;
}
.sidemenu .left-side ul li a.active,
.sidemenu .left-side ul li a:hover {
    color: #000;
}
.sidemenu .left-side ul li a.dropdown-a {
    position: relative;
}
.sidemenu .left-side ul li a.dropdown-a::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -2px;
    right: -32px;
    height: 24px;
    width: 3px;
    background: #e33834;
}
.sidemenu .left-side ul.main {
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}
.sidemenu .left-side ul.main > li > a {
    font-size: 20px;
    font-size: 2rem;
}
.sidemenu .right-side {
    min-width: 500px;
}
.sidemenu .mobile-navigation {
    display: none;
}
@media (max-width: 1200px) {
    .sidemenu {
        bottom: 0;
    }
    .sidemenu .right-side {
        display: none;
    }
}
@media (max-width: 768px) {
    .sidemenu .menu-close img {
        max-width: 40px;
    }
    .sidemenu .mobile-navigation {
        display: block;
    }
    .sidemenu .left-side {
        padding: 0;
    }
    .sidemenu .left-side .navigation .brand-logo {
        padding: 25px 15px;
    }
    .sidemenu .left-side .navigation .columns {
        display: none;
    }
    .sidemenu .left-side ul.main-links {
        background: #e64e4a;
        padding: 20px;
    }
    .sidemenu .left-side ul.main-links li:last-child {
        margin-bottom: 0;
    }
    .sidemenu .left-side ul.main-links li.has-dropdown > a {
        position: relative;
    }
    .sidemenu .left-side ul.main-links li.has-dropdown > a::after {
        content: "\f105";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 15px;
        font-size: 1.5rem;
        position: absolute;
        right: 15px;
    }
    .sidemenu .left-side ul.main-links li.has-dropdown > a.active,
    .sidemenu .left-side ul.main-links li.has-dropdown > a:hover {
        color: #fff;
    }
    .sidemenu .left-side ul.main-links li.has-dropdown > ul {
        display: none;
    }
    .sidemenu .left-side ul.main-links li.active > a {
        display: none;
    }
    .sidemenu .left-side ul.main-links li.active.view > a {
        font-weight: 800;
        padding: 15px 15px 15px 3.5rem;
        background: #f6625e;
        display: inline-block;
        width: 100%;
    }
    .sidemenu .left-side ul.main-links li.active.view > a::after {
        content: "\f104";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        left: 15px;
    }
    .sidemenu .left-side ul.main-links li.active.view > ul {
        display: block;
    }
    .sidemenu .left-side ul.main-links li.active > ul {
        display: block;
    }
    .sidemenu .left-side ul.main-links li ul {
        padding: 10px 10px 0;
    }
    .sidemenu .left-side ul.sub-links {
        padding: 20px 20px 10px;
    }
}
footer {
    background: #202330;
    padding: 40px 0;
}
footer .top p,
footer .bottom p {
    color: #999a9f;
}
footer .top a,
footer .bottom a {
    color: #fff;
}
footer .top ul.social,
footer .bottom ul.social {
    display: flex;
    align-items: center;
}
footer .top ul.social li a,
footer .bottom ul.social li a {
    margin-right: 10px;
}
footer .top ul.social li a img,
footer .bottom ul.social li a img {
    max-width: 30px;
}
footer .top ul.social li:last-child,
footer .bottom ul.social li:last-child {
    margin-right: 0;
}
footer .top {
    padding-bottom: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
}
footer .top .column {
    display: flex;
    align-items: center;
    gap: 10px;
}
footer .top .column .wrap-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 8px;
}
footer .top .column .wrap-link img {
    margin-right: 8px;
}
@media (max-width: 480px) {
    footer .top .column .wrap-link .wrap-keynote {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
footer .top .column .wrap-link .wrap-keynote a {
    position: relative;
}
footer .top .column .wrap-link .wrap-keynote a:first-child::after {
    content: "";
    width: 1px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: -10px;
    bottom: 0;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 480px) {
    footer .top .column .wrap-link .wrap-keynote a:first-child::after {
        content: none;
    }
}
footer .top .column:nth-child(2) a {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 20px;
}
footer .top .column:nth-child(2) a img {
    margin-right: 14px;
}
footer .top .column:nth-child(2) a:last-child {
    margin-right: 0;
}
footer .bottom {
    align-items: flex-start;
}
footer .bottom .column:first-child {
    max-width: 680px;
}
@media (max-width: 992px) {
    footer .top,
    footer .bottom {
        flex-direction: column;
    }
    footer .top .column:nth-child(2) {
        margin: 20px 0;
    }
    footer .bottom {
        text-align: center;
        align-items: center;
    }
}
@media (max-width: 480px) {
    footer .top .column:nth-child(2) {
        display: flex;
        flex-direction: column;
    }
    footer .top .column:nth-child(2) a {
        margin-bottom: 10px;
    }
    footer .top .column:nth-child(2) a:last-child {
        margin-bottom: 0;
    }
}
.popup-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(26, 30, 62, 0.7);
    z-index: 999999;
    display: none;
}
.popup-container.opened {
    display: block;
}
.popup-container.member-popup .popup-wrapper,
.popup-container.promotion-popup .popup-wrapper {
    padding: 0;
    min-width: 960px;
}
.popup-container.member-popup .popup-wrapper .popup-content,
.popup-container.promotion-popup .popup-wrapper .popup-content {
    display: flex;
    height: 466px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .popup-container.member-popup .popup-wrapper .popup-content,
    .popup-container.promotion-popup .popup-wrapper .popup-content {
        height: auto;
    }
}
.popup-container.member-popup .popup-wrapper .popup-content .left-side,
.popup-container.promotion-popup .popup-wrapper .popup-content .left-side {
    flex: 1;
    max-height: 530px;
    overflow: hidden;
}
.popup-container.member-popup .popup-wrapper .popup-content .left-side figure,
.popup-container.promotion-popup
    .popup-wrapper
    .popup-content
    .left-side
    figure {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup-container.member-popup
    .popup-wrapper
    .popup-content
    .left-side
    figure
    img,
.popup-container.promotion-popup
    .popup-wrapper
    .popup-content
    .left-side
    figure
    img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
}
.popup-container.member-popup .popup-wrapper .popup-content .right-side,
.popup-container.promotion-popup .popup-wrapper .popup-content .right-side {
    padding: 30px;
    max-height: 530px;
    overflow: auto;
    flex: 1;
}
.popup-container.member-popup
    .popup-wrapper
    .popup-content
    .right-side::-webkit-scrollbar,
.popup-container.promotion-popup
    .popup-wrapper
    .popup-content
    .right-side::-webkit-scrollbar {
    width: 5px;
}
.popup-container.member-popup
    .popup-wrapper
    .popup-content
    .right-side::-webkit-scrollbar-track,
.popup-container.promotion-popup
    .popup-wrapper
    .popup-content
    .right-side::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.popup-container.member-popup
    .popup-wrapper
    .popup-content
    .right-side::-webkit-scrollbar-thumb,
.popup-container.promotion-popup
    .popup-wrapper
    .popup-content
    .right-side::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
    border-radius: 10px;
}
.popup-container .sub-title {
    line-height: 1.4;
}
.popup-container .popup-wrapper {
    background: #fff;
    padding: 50px;
    max-width: 800px;
    min-width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 650px;
    overflow: auto;
}
.popup-container .popup-wrapper::-webkit-scrollbar {
    width: 5px;
}
.popup-container .popup-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.popup-container .popup-wrapper::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
    border-radius: 10px;
}
.popup-container .popup-wrapper .form-description-block {
    display: flex;
}
.popup-container .popup-wrapper .form-description-block .left-side {
    margin-right: 30px;
}
.popup-container .popup-wrapper .form-description-block .right-side {
    max-width: 100%;
    width: 100%;
}
.popup-container .popup-wrapper form .group.button-group .cta {
    width: 200px;
}
.popup-container .popup-wrapper form .group:last-child {
    margin-bottom: 0;
}
.popup-container .popup-wrapper a.popup-close {
    position: absolute;
    top: 25px;
    right: 25px;
    display: flex;
}
.popup-container .popup-wrapper a.popup-close img {
    max-width: 30px;
}
@media (max-width: 800px) {
    .popup-container .popup-wrapper {
        min-width: auto;
        max-width: 600px;
        width: 90%;
    }
}
@media (max-width: 768px) {
    .popup-container.member-popup .popup-wrapper .popup-content .left-side {
        display: none;
    }
}
@media (max-width: 480px) {
    .popup-container .popup-wrapper {
        padding: 30px;
    }
    .popup-container .popup-wrapper a.popup-close {
        top: 15px;
        right: 15px;
    }
    .popup-container .popup-wrapper a.popup-close svg {
        max-width: 15px;
    }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .popup-container .popup-wrapper .form-description-block {
        max-height: 200px;
        overflow: auto;
        padding-right: 10px;
    }
    .popup-container .popup-wrapper .form-description-block::-webkit-scrollbar {
        width: 4px;
    }
    .popup-container
        .popup-wrapper
        .form-description-block::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    }
    .popup-container
        .popup-wrapper
        .form-description-block::-webkit-scrollbar-thumb {
        background-color: #ffd350;
        border-radius: 10px;
    }
    .popup-container .popup-wrapper .form-description-block .left-side {
        display: none;
    }
}
@media (max-width: 1000px) {
    .popup-container.member-popup .popup-wrapper {
        min-width: 100px;
        max-height: 90vh;
        overflow-y: auto;
    }
}
@media (max-width: 768px) {
    .popup-container.member-popup .popup-wrapper .popup-content .left-side {
        display: block;
    }
}
@media (max-width: 767px) {
    .popup-container.member-popup .popup-wrapper .popup-content {
        flex-direction: column;
    }
}
section.main-banner .main-slider {
    position: relative;
}
section.main-banner .main-slider .swiper-slide {
    padding: 130px 0;
    background-size: cover;
    background-position: center;
}
section.main-banner .main-slider .swiper-slide .content {
    max-width: 570px;
}
section.main-banner .main-slider .swiper-slide .content p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
}
section.main-banner .main-slider .prev-banner,
section.main-banner .main-slider .next-banner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    outline: 0;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
}
section.main-banner .main-slider .prev-banner img,
section.main-banner .main-slider .next-banner img {
    max-width: 40px;
}
section.main-banner .main-slider .prev-banner {
    left: 15px;
}
section.main-banner .main-slider .next-banner {
    right: 15px;
}
@media (max-width: 992px) {
    section.main-banner .main-slider .swiper-slide {
        position: relative;
    }
    section.main-banner .main-slider .swiper-slide .container {
        position: relative;
        z-index: 2;
    }
    section.main-banner .main-slider .swiper-slide .container .content {
        color: #fff;
    }
    section.main-banner .main-slider .swiper-slide .container .content a {
        color: #fff;
    }
    section.main-banner .main-slider .swiper-slide::after {
        content: "";
        display: inline-block;
        background: linear-gradient(to top, #000, rgba(255, 255, 255, 0.1));
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -3;
    }
    section.main-banner .main-slider .prev-banner,
    section.main-banner .main-slider .next-banner {
        display: none;
    }
}
section.home-banner {
    height: calc(100vh - 125px);
    position: relative;
}
@media (max-width: 992px) {
    section.home-banner {
        height: 600px;
    }
}
@media (max-width: 680px) {
    section.home-banner {
        display: none;
        height: 300px;
    }
}
section.home-banner .mySwiper {
    height: calc(100% - 125px);
}
@media (max-width: 768px) {
    section.home-banner .mySwiper {
        height: 100%;
    }
}
section.home-banner .mySwiper .swiper-pagination {
    bottom: 32px;
}
section.home-banner .mySwiper .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 2px;
    background: red;
}
section.home-banner .mySwiper .swiper-slide {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
section.home-banner .mySwiper .swiper-slide .circle {
    width: 40vw;
    position: absolute;
    bottom: -20%;
    right: -10%;
}
@media (max-width: 1200px) {
    section.home-banner .mySwiper .swiper-slide .circle {
        width: 100%;
        max-width: 620px;
    }
}
@media (max-width: 992px) {
    section.home-banner .mySwiper .swiper-slide .circle {
        max-width: 520px;
    }
}
@media (max-width: 480px) {
    section.home-banner .mySwiper .swiper-slide .circle {
        max-width: 300px;
    }
}
section.home-banner .mySwiper .swiper-slide .lb-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 99;
}
@media (max-width: 767px) {
    section.home-banner .mySwiper .swiper-slide .lb-container {
        grid-template-columns: 100%;
    }
}
@media (max-width: 767px) {
    section.home-banner
        .mySwiper
        .swiper-slide
        .lb-container
        .home-banner-text {
        display: none;
    }
}
section.home-banner .mySwiper .swiper-slide .lb-container .home-banner-text h1 {
    text-transform: capitalize;
    width: 100%;
    max-width: 628px;
}
section.home-banner .mySwiper .swiper-slide .lb-container .home-banner-text p {
    width: 100%;
    max-width: 620px;
}
section.home-banner .mySwiper .swiper-slide .lb-container .home-banner-text ul {
    list-style: none;
    margin-left: 2rem;
}
section.home-banner
    .mySwiper
    .swiper-slide
    .lb-container
    .home-banner-text
    ul
    li {
    margin-bottom: 17px;
    position: relative;
}
section.home-banner
    .mySwiper
    .swiper-slide
    .lb-container
    .home-banner-text
    ul
    li::before {
    content: "•";
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: absolute;
    top: 3px;
}
section.home-banner
    .mySwiper
    .swiper-slide
    .lb-container
    .home-banner-text
    ul
    li
    p {
    margin-bottom: 0;
}
section.home-banner
    .mySwiper
    .swiper-slide
    .lb-container
    .home-banner-images
    img {
    width: 100%;
}
section.home-banner .home-banner-fixed-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    background-color: #fff;
}
@media (max-width: 767px) {
    section.home-banner .home-banner-fixed-menu {
        display: none;
    }
}
section.home-banner .home-banner-fixed-menu .lb-container {
    height: 100%;
}
section.home-banner .home-banner-fixed-menu .lb-container .wrap-fixed-menu {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.home-banner .home-banner-fixed-menu .lb-container .wrap-fixed-menu li {
    position: relative;
    flex: 1;
}
section.home-banner
    .home-banner-fixed-menu
    .lb-container
    .wrap-fixed-menu
    li
    .dropdown-a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 25px;
    font-family: "gilroysemibold", sans-serif;
    text-transform: uppercase;
}
section.home-banner
    .home-banner-fixed-menu
    .lb-container
    .wrap-fixed-menu
    li
    .dropdown-a:hover
    svg {
    transform: translateY(-8px);
}
section.home-banner
    .home-banner-fixed-menu
    .lb-container
    .wrap-fixed-menu
    li
    .dropdown-a
    svg {
    margin-bottom: 7px;
    transition: 0.3s ease-in-out;
}
section.home-banner
    .home-banner-fixed-menu
    .lb-container
    .wrap-fixed-menu
    li
    .dropdown-a
    span {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 992px) {
    section.home-banner
        .home-banner-fixed-menu
        .lb-container
        .wrap-fixed-menu
        li
        .dropdown-a
        span {
        font-size: 13px !important;
    }
}
section.home-banner
    .home-banner-fixed-menu
    .lb-container
    .wrap-fixed-menu
    li
    .dropdown-a
    span
    i {
    margin-top: 3px;
    margin-left: 8px;
}
section.home-banner
    .home-banner-fixed-menu
    .lb-container
    .wrap-fixed-menu
    li
    .dropdown-wrapper {
    position: absolute;
    bottom: 130px;
    left: 50%;
    z-index: 20;
    background: #fff;
    filter: drop-shadow(0 5px 7px rgba(235, 190, 148, 0.38));
    opacity: 0;
    visibility: hidden;
    display: flex;
    transform: translateX(-50%);
    min-height: 100px;
    padding-top: 24px;
    border-radius: 4px;
}
section.home-banner
    .home-banner-fixed-menu
    .lb-container
    .wrap-fixed-menu
    li
    .dropdown-wrapper
    .column {
    padding: 10px 20px;
    flex: 1;
    width: 25vmin;
}
section.home-banner
    .home-banner-fixed-menu
    .lb-container
    .wrap-fixed-menu
    li
    .dropdown-wrapper
    .column
    ul
    li {
    margin-bottom: 17px;
}
section.home-banner
    .home-banner-fixed-menu
    .lb-container
    .wrap-fixed-menu
    li
    .dropdown-wrapper
    .column
    ul
    li
    a {
    font-family: "gilroysemibold", sans-serif;
    display: flex;
    align-items: flex-start;
}
section.home-banner
    .home-banner-fixed-menu
    .lb-container
    .wrap-fixed-menu
    li
    .dropdown-wrapper
    .column
    ul
    li
    a
    img {
    margin-top: 7px;
    margin-right: 10px;
}
section.home-banner
    .home-banner-fixed-menu
    .lb-container
    .wrap-fixed-menu
    li:nth-child(1)
    .dropdown-wrapper {
    left: 0;
    transform: translateX(0);
}
section.home-banner-mobile-content {
    background-color: #f5f4f4;
    padding: 30px 0;
}
@media (min-width: 767px) {
    section.home-banner-mobile-content {
        display: none;
    }
}
@media (max-width: 680px) {
    section.home-banner-mobile-content {
        display: none;
    }
}
section.home-banner-quick-link-lists {
    margin-top: 12px;
    position: relative;
}
@media (min-width: 767px) {
    section.home-banner-quick-link-lists {
        display: none;
    }
}
section.home-banner-quick-link-lists .model-dialog {
    height: 100%;
}
section.home-banner-quick-link-lists ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
section.home-banner-quick-link-lists ul li {
    flex: 1;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.home-banner-quick-link-lists ul li .model-section {
    display: none;
}
section.home-banner-quick-link-lists ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "gilroybold", sans-serif;
    text-transform: uppercase;
}
section.home-banner-quick-link-lists ul li a svg {
    margin-bottom: 8px;
}
section.home-banner-quick-link-lists ul li:last-child {
    grid-column: 2/3;
}
.modal-section {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.231372549);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.modal-section .append-card {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99999;
    transform: translate(-50%, -50%);
    width: 227px;
    height: auto;
    background: #fff;
    padding: 14px 15px 24px 28px;
    border-radius: 8px;
}
.modal-section .append-card .close-icon {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.modal-section .append-card .wrap-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}
.modal-section .append-card .wrap-icon span {
    font-family: "gilroybold", sans-serif !important;
}
.modal-section .append-card ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.modal-section .append-card ul li {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
}
.modal-section .append-card ul li a {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.modal-section .append-card ul li a img {
    margin-right: 10px;
    margin-top: 8px;
}
section.locate-branch {
    margin-bottom: 70px;
    margin-top: 17px;
}
section.locate-branch .lb-container {
    background-color: #f9f9f9;
    padding: 45px;
    padding-left: 78px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    background-image: url("/assets/images/home/map.png");
    background-repeat: no-repeat;
    background-position: right;
}
@media (max-width: 1024px) {
    section.locate-branch .lb-container {
        grid-template-columns: 100%;
        padding-left: 45px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
}
@media (max-width: 480px) {
    section.locate-branch .lb-container {
        padding-left: 15px;
    }
}
section.locate-branch .lb-container .locate-branch-text .locate-branch-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 1024px) {
    section.locate-branch
        .lb-container
        .locate-branch-text
        .locate-branch-desc {
        gap: 15px;
    }
}
@media (max-width: 767px) {
    section.locate-branch
        .lb-container
        .locate-branch-text
        .locate-branch-desc {
        flex-direction: column;
    }
}
section.locate-branch .lb-container .locate-branch-text .locate-branch-desc p {
    flex: 1;
    font-family: "gilroyregular", sans-serif;
}
section.locate-branch
    .lb-container
    .locate-branch-text
    .locate-branch-desc
    .locate-branch-desc-controllers {
    flex: 1;
}
section.locate-branch
    .lb-container
    .locate-branch-text
    .locate-branch-desc
    .locate-branch-desc-controllers
    .forms {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-direction: column;
}
section.locate-branch
    .lb-container
    .locate-branch-text
    .locate-branch-desc
    .locate-branch-desc-controllers
    .forms
    select {
    width: 100%;
    height: 48px;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #d3d2d3;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
    background-image: url("/assets/images/home/select-arrow.svg");
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 50%;
    font-family: "gilroymedium", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    color: #878992;
}
section.locate-branch
    .lb-container
    .locate-branch-text
    .locate-branch-desc
    .locate-branch-desc-controllers
    .forms
    select:focus,
section.locate-branch
    .lb-container
    .locate-branch-text
    .locate-branch-desc
    .locate-branch-desc-controllers
    .forms
    select:focus-visible {
    outline: 0;
}
section.locate-branch
    .lb-container
    .locate-branch-text
    .locate-branch-desc
    .locate-branch-desc-controllers
    .forms
    input {
    width: 100%;
    height: 48px;
    background: transparent;
    border-bottom: 1px solid #d3d2d3;
    outline: 0;
    box-shadow: none;
    font-family: "gilroymedium", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    color: #878992;
}
section.locate-branch
    .lb-container
    .locate-branch-text
    .locate-branch-desc
    .locate-branch-desc-controllers
    .forms
    input:focus {
    outline: 0;
    box-shadow: none;
}
section.locate-branch
    .lb-container
    .locate-branch-text
    .locate-branch-desc
    .locate-branch-desc-controllers
    .forms
    button {
    padding: 16px;
    border-radius: 100%;
    background-color: #e33834;
    border: 0;
    outline: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
}
section.locate-branch
    .lb-container
    .locate-branch-text
    .locate-branch-desc
    .locate-branch-desc-controllers
    .forms
    button:hover {
    transform: scale(1.05);
}
section.lb-about-blurb {
    margin-bottom: 70px;
}
section.lb-about-blurb .lb-container {
    display: flex;
}
section.lb-about-blurb .left-side {
    min-width: 450px;
}
section.lb-about-blurb .right-side {
    background: #fff;
    padding: 120px 100px;
    flex: 1;
}
section.lb-about-blurb .right-side .content {
    max-width: 550px;
}
section.lb-about-blurb .right-side p {
    font-size: 16px;
    font-size: 1.6rem;
}
@media (max-width: 992px) {
    section.lb-about-blurb .lb-container {
        display: block;
    }
    section.lb-about-blurb .left-side {
        min-width: 100%;
        height: 320px;
    }
}
@media (max-width: 768px) {
    section.lb-about-blurb .right-side {
        padding: 100px;
    }
}
@media (max-width: 580px) {
    section.lb-about-blurb .right-side {
        padding: 20px;
    }
}
section.lb-mobile {
    padding-top: 138px;
    padding-bottom: 93px;
    background-image: url("../images/misc/lb-finance-mobile.jpg");
    background-size: cover;
}
section.lb-mobile .app-store {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
section.lb-mobile .app-store a img {
    width: 100%;
}
section.lb-mobile .sub-title {
    line-height: 1.2;
}
section.lb-mobile .text-content {
    max-width: 400px;
}
section.lb-mobile .text-content p {
    font-size: 16px;
    font-size: 1.6rem;
}
section.stats-section .stats-text-content {
    max-width: 430px;
}
section.stats-section .stats-text-content p {
    font-size: 20px;
    font-size: 2rem;
}
section.stats-section .stats-grid {
    width: 100%;
    margin-top: 60px;
}
section.stats-section .stats-grid .swiper {
    width: 100%;
}
section.stats-section .stats-grid .stat {
    width: 200px;
}
section.stats-section .stats-grid .stat h4 {
    font-family: "gilroymedium", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: center;
    margin: 20px 0 0 0;
}
section.stats-section .stats-grid .stat .circle {
    border-radius: 50%;
}
section.stats-section .stats-grid .stat .circle .inner-circle {
    height: 180px;
    width: 180px;
    margin: auto;
    background: transparent;
    position: relative;
    border-radius: 50%;
    z-index: 2;
    flex-direction: column;
}
section.stats-section .stats-grid .stat .circle .inner-circle p {
    font-family: "gilroybold", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0;
}
section.stats-section .stats-grid .stat .circle .inner-circle h3 {
    font-size: 42px;
    font-size: 4.2rem;
    color: #c09266;
    margin: 0;
    line-height: 1;
}
section.stats-section .stats-grid .stat .circle .inner-circle::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
}
section.stats-section .stats-grid .stat .circle .inner-circle::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #f6cfa9, #fffaf5);
    border-radius: 50%;
    z-index: -2;
}
@media (max-width: 992px) {
    section.stats-section .stats-text-content {
        max-width: 100%;
    }
}
@media (max-width: 480px) {
    section.stats-section .stats-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    section.stats-section .stats-grid .stat {
        height: auto;
        margin-bottom: 30px;
    }
}
.home-sustainability .sustainabilty-wrapper {
    background-size: cover;
    padding: 150px 0;
}
.home-sustainability .sustainabilty-wrapper .content {
    max-width: 490px;
}
.home-sustainability .sustainabilty-wrapper .content p {
    font-size: 18px;
    font-size: 1.8rem;
}
@media (max-width: 768px) {
    .home-sustainability .sustainabilty-wrapper {
        padding: 80px 20px;
    }
    .home-sustainability .sustainabilty-wrapper .content p {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.testimonial-section {
    padding: 80px 0;
}
.testimonial-section .testimonial-slider-wrapper {
    overflow: hidden;
}
.testimonial-section
    .testimonial-slider-wrapper
    .testimonial-slider
    .swiper-slide
    .left-side {
    max-width: 450px;
    margin-right: 100px;
}
.testimonial-section
    .testimonial-slider-wrapper
    .testimonial-slider
    .swiper-slide
    .left-side
    figure {
    margin-bottom: 15px;
}
.testimonial-section
    .testimonial-slider-wrapper
    .testimonial-slider
    .swiper-slide
    .left-side
    h4 {
    font-family: "chapazaregular", sans-serif;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.4;
    margin: 0 0 30px 0;
}
.testimonial-section
    .testimonial-slider-wrapper
    .testimonial-slider
    .swiper-slide
    .left-side
    h6 {
    font-family: "gilroysemibold", sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    color: #878992;
    margin: 0 0 10px 0;
}
.testimonial-section
    .testimonial-slider-wrapper
    .testimonial-slider
    .swiper-slide
    .left-side
    p {
    font-size: 14px;
    font-size: 1.4rem;
    color: #878992;
    margin: 0;
}
.testimonial-section
    .testimonial-slider-wrapper
    .testimonial-slider
    .swiper-slide
    .left-side
    .testimonial-arrows {
    margin-top: 50px;
}
.testimonial-section
    .testimonial-slider-wrapper
    .testimonial-slider
    .swiper-slide
    .left-side
    .testimonial-arrows
    a {
    outline: 0;
    margin-right: 10px;
}
.testimonial-section
    .testimonial-slider-wrapper
    .testimonial-slider
    .swiper-slide
    .left-side
    .testimonial-arrows
    a.swiper-button-disabled {
    filter: grayscale(1);
}
.testimonial-section
    .testimonial-slider-wrapper
    .testimonial-slider
    .swiper-slide
    .left-side
    .testimonial-arrows
    a:last-child {
    margin-right: 0;
}
.testimonial-section
    .testimonial-slider-wrapper
    .testimonial-slider
    .swiper-slide
    .right-side
    svg {
    width: 100%;
}
@media (max-width: 992px) {
    .testimonial-section
        .testimonial-slider-wrapper
        .testimonial-slider
        .swiper-slide {
        flex-direction: column;
    }
    .testimonial-section
        .testimonial-slider-wrapper
        .testimonial-slider
        .swiper-slide
        .left-side {
        margin-right: auto;
    }
    .testimonial-section
        .testimonial-slider-wrapper
        .testimonial-slider
        .swiper-slide
        .right-side {
        text-align: right;
    }
    .testimonial-section
        .testimonial-slider-wrapper
        .testimonial-slider
        .swiper-slide
        .right-side
        svg {
        width: 70%;
        height: auto;
    }
}
@media (max-width: 768px) {
    .testimonial-section
        .testimonial-slider-wrapper
        .testimonial-slider
        .swiper-slide {
        flex-direction: column-reverse;
    }
    .testimonial-section
        .testimonial-slider-wrapper
        .testimonial-slider
        .swiper-slide
        .right-side {
        text-align: center;
    }
    .testimonial-section
        .testimonial-slider-wrapper
        .testimonial-slider
        .swiper-slide
        .left-side {
        margin: 30px auto auto;
    }
    .testimonial-section
        .testimonial-slider-wrapper
        .testimonial-slider
        .swiper-slide
        .left-side
        h4 {
        font-size: 24px;
        font-size: 2.4rem;
    }
}
.home-news {
    padding: 50px 0;
}
.home-news .title-container {
    margin-bottom: 30px;
}
@media (max-width: 480px) {
    .home-news .title-container {
        flex-direction: column;
        align-items: flex-start;
    }
    .home-news .title-container h3 {
        margin-bottom: 2rem;
    }
}
.home-news .news-container {
    display: flex;
}
.home-news .news-container a figure img {
    border-radius: 5px;
}
.home-news .news-container .left-side {
    margin-right: 60px;
}
.home-news .news-container .left-side a figure img {
    max-width: 600px;
}
.home-news .news-container .left-side p {
    font-family: "gilroysemibold", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3;
    margin: 20px 0;
}
.home-news .news-container .left-side span {
    color: #878992;
    font-size: 14px;
    font-size: 1.4rem;
}
.home-news .news-container .right-side a {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-top: 1px solid #d8d8d8;
}
.home-news .news-container .right-side a:last-child {
    border-bottom: 1px solid #d8d8d8;
}
.home-news .news-container .right-side a figure img {
    max-width: 150px;
    margin-right: 20px;
}
.home-news .news-container .right-side a p {
    font-family: "gilroymedium", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0;
}
.home-news .news-container .right-side a span {
    color: #878992;
    font-size: 14px;
    font-size: 1.4rem;
}
@media (max-width: 1200px) {
    .home-news .news-container {
        flex-direction: column;
    }
}
@media (max-width: 768px) {
    .home-news .news-container .left-side {
        margin-right: 0;
    }
    .home-news .news-container .left-side a figure img {
        max-width: 100%;
    }
    .home-news .news-container .right-side a p {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
.log-model {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.568627451);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.log-model .wrap-model {
    width: 100%;
    max-width: 600px;
    padding: 25px;
    position: relative;
}
@media (max-width: 1024px) {
    .log-model .wrap-model {
        max-width: 500;
    }
}
@media (min-width: 1280px) and (min-width: 1024px) and (max-height: 720px) {
    .log-model .wrap-model {
        max-width: 480px;
    }
}
.log-model .wrap-model svg {
    cursor: pointer;
    position: absolute;
    top: -32px;
    right: -18px;
}
@media (max-width: 680px) {
    .log-model .wrap-model svg {
        right: 0;
    }
}
.log-model .wrap-model .prmo-img {
    width: 100%;
}
section.blog-post {
    padding: 30px 0 50px;
}
section.blog-post .filter-header {
    justify-content: center;
    margin: 20px 0 40px;
}
section.blog-post .blog-container {
    display: flex;
}
section.blog-post .blog-container .tag {
    display: inline-block;
    background: #efe3c9;
    font-family: "gilroymedium", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #a0844b;
    padding: 3px 12px;
    border-radius: 20px;
}
section.blog-post .blog-container .author,
section.blog-post .blog-container .article-info {
    display: flex;
    align-items: center;
}
section.blog-post .blog-container .author.with-marker p,
section.blog-post .blog-container .article-info.with-marker p {
    padding-left: 2rem;
}
section.blog-post .blog-container .author.with-marker p::after,
section.blog-post .blog-container .article-info.with-marker p::after {
    content: "";
    display: inline-block !important;
    background-image: url("../images/misc/marker.svg");
    background-size: 12px;
    background-repeat: no-repeat;
    width: 12px;
    height: 19px;
    left: 0;
}
section.blog-post .blog-container .author img,
section.blog-post .blog-container .article-info img {
    max-width: 36px;
    border-radius: 50%;
    margin-right: 10px;
}
section.blog-post .blog-container .author p,
section.blog-post .blog-container .article-info p {
    color: #878992;
    font-family: "gilroymedium", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 10px 0 0;
    position: relative;
    padding-right: 10px;
}
section.blog-post .blog-container .author p::after,
section.blog-post .blog-container .article-info p::after {
    content: "\f111";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 3px;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
}
section.blog-post .blog-container .author p.name,
section.blog-post .blog-container .article-info p.name {
    color: #202330;
}
section.blog-post .blog-container .author p.name::after,
section.blog-post .blog-container .article-info p.name::after {
    display: none;
}
section.blog-post .blog-container .left-side {
    max-width: 450px;
    min-width: 350px;
    margin-right: 50px;
    padding-right: 50px;
    border-right: 1px solid #d8d8d8;
}
section.blog-post .blog-container .left-side .blog-tags-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
section.blog-post .blog-container .left-side .blog-tags-wrapper ul li {
    margin: 5px 8px 5px 0;
}
section.blog-post .blog-container .left-side .blog-tags-wrapper ul a {
    font-size: 15px;
    font-size: 1.5rem;
    color: #878992;
    border: 1px solid #e6e6e6;
    padding: 5px 10px;
    border-radius: 3px;
}
section.blog-post .blog-container .left-side .blog-slider-wrapper .arrow-wrap {
    text-align: center;
    margin: 30px 0;
    position: relative;
}
section.blog-post
    .blog-container
    .left-side
    .blog-slider-wrapper
    .arrow-wrap::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: radial-gradient(#d8d8d8, transparent);
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
}
section.blog-post .blog-container .left-side .blog-slider-wrapper .prev-blog,
section.blog-post .blog-container .left-side .blog-slider-wrapper .next-blog {
    position: relative;
    z-index: 3;
    outline: 0;
}
section.blog-post
    .blog-container
    .left-side
    .blog-slider-wrapper
    .prev-blog.swiper-button-disabled,
section.blog-post
    .blog-container
    .left-side
    .blog-slider-wrapper
    .next-blog.swiper-button-disabled {
    filter: grayscale(1);
}
section.blog-post .blog-container .left-side .blog-slider-wrapper .prev-blog {
    transform: rotate(90deg);
}
section.blog-post .blog-container .left-side .blog-slider-wrapper .next-blog {
    transform: rotate(90deg);
}
section.blog-post
    .blog-container
    .left-side
    .blog-slider-wrapper
    .blog-pagination {
    margin: 40px auto 20px;
    display: none;
}
section.blog-post .blog-container .left-side .blog-slider-wrapper .blog-slider {
    height: 1400px;
    overflow: hidden;
}
section.blog-post
    .blog-container
    .left-side
    .blog-slider-wrapper
    .blog-slider
    .swiper-slide {
    height: auto;
    padding-left: 10px;
}
section.blog-post
    .blog-container
    .left-side
    .blog-slider-wrapper
    .blog-slider
    .swiper-slide.swiper-slide-active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 80%;
    width: 3px;
    background: #e33834;
    margin: auto;
}
section.blog-post
    .blog-container
    .left-side
    .blog-slider-wrapper
    .blog-slider
    .swiper-slide
    p {
    font-size: 13px;
    font-size: 1.3rem;
}
section.blog-post
    .blog-container
    .left-side
    .blog-slider-wrapper
    .blog-slider
    .swiper-slide
    .tag {
    font-size: 13px;
    font-size: 1.3rem;
}
section.blog-post
    .blog-container
    .left-side
    .blog-slider-wrapper
    .blog-slider
    .swiper-slide
    .author
    img {
    max-width: 30px;
}
section.blog-post
    .blog-container
    .left-side
    .blog-slider-wrapper
    .blog-slider
    .swiper-slide
    .article-info
    p:first-child::after {
    display: none;
}
section.blog-post .blog-container .right-side {
    padding: 50px 0;
    max-width: 740px;
    width: 100%;
}
section.blog-post .blog-container .right-side .author-row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
section.blog-post .blog-container .right-side .editor-content {
    border-bottom: 1px solid #d8d8d8;
}
section.blog-post .blog-container .right-side .title-container .cta-link {
    white-space: nowrap;
}
@media (max-width: 992px) {
    section.blog-post .blog-container {
        flex-direction: column;
    }
    section.blog-post .blog-container .left-side {
        max-width: 100%;
        min-width: auto;
        padding: 0;
        margin: 0 0 30px 0;
        border-right: 0;
    }
    section.blog-post
        .blog-container
        .left-side
        .blog-slider-wrapper
        .arrow-wrap {
        display: none;
    }
    section.blog-post
        .blog-container
        .left-side
        .blog-slider-wrapper
        .wrap-pagi {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    section.blog-post
        .blog-container
        .left-side
        .blog-slider-wrapper
        .wrap-pagi
        .blog-pagination {
        display: block;
        transform: none;
    }
    section.blog-post
        .blog-container
        .left-side
        .blog-slider-wrapper
        .blog-pagination {
        display: block;
    }
    section.blog-post
        .blog-container
        .left-side
        .blog-slider-wrapper
        .blog-slider {
        height: auto !important;
    }
    section.blog-post
        .blog-container
        .left-side
        .blog-slider-wrapper
        .blog-slider
        .swiper-slide {
        width: auto;
    }
    section.blog-post
        .blog-container
        .left-side
        .blog-slider-wrapper
        .blog-slider
        .swiper-slide.swiper-slide-active {
        padding: 0 0 20px 0;
    }
    section.blog-post
        .blog-container
        .left-side
        .blog-slider-wrapper
        .blog-slider
        .swiper-slide.swiper-slide-active::after {
        top: auto;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 3px;
        background: #e33834;
    }
    section.blog-post .blog-container .right-side {
        padding-top: 0;
    }
}
@media (max-width: 768px) {
    section.blog-post
        .blog-container
        .left-side
        .blog-slider-wrapper
        .blog-slider
        .swiper-slide {
        width: 100%;
    }
}
@media (max-width: 480px) {
    section.blog-post .blog-container .right-side .author-row {
        flex-direction: column;
        align-items: flex-start;
    }
    section.blog-post .blog-container .right-side .author-row .author {
        margin-bottom: 10px;
    }
    section.blog-post
        .blog-container
        .right-side
        .author-row
        .article-info
        p:first-child::after {
        display: none;
    }
}
.newsroom {
    padding: 30px 0 50px;
}
.newsroom .newsroom-area {
    margin: 30px 0 50px;
}
.newsroom-detailed {
    padding: 50px 0;
}
.newsroom-detailed .top {
    padding-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px;
}
.newsroom-detailed .top a {
    display: flex;
    align-items: center;
    font-family: "gilroysemibold", sans-serif;
    color: #000;
}
.newsroom-detailed .top a img {
    margin-right: 5px;
}
.related-news-section {
    background: #f9f9f9;
    padding-top: 50px;
}
.m-model {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.9);
    display: none;
}
.m-model .close-icon {
    position: fixed;
    top: 36px;
    right: 36px;
    border: 0;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    z-index: 999;
}
.m-model {
    padding-top: 4rem;
}
.life-stats .stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 20px;
}
.life-stats .stats-grid .stat {
    text-align: center;
    background: linear-gradient(
        to bottom,
        rgba(249, 232, 209, 0.3),
        transparent
    );
    border-radius: 30px;
    padding: 25px;
}
.life-stats .stats-grid .stat figure img {
    max-height: 90px;
}
.life-stats .stats-grid .stat h4 {
    font-family: "gilroybold", sans-serif;
    font-size: 30px;
    font-size: 3rem;
    margin: 20px 0 10px;
    line-height: 1;
}
.life-stats .stats-grid .stat p {
    font-family: "gilroymedium", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
}
.our-culture {
    padding: 200px 0;
    color: #fff;
}
.our-culture .inner-content {
    display: flex;
}
.our-culture .inner-content figure img {
    max-width: 150px;
    margin-right: 40px;
}
.our-culture p {
    font-size: 18px;
    font-size: 1.8rem;
    max-width: 500px;
}
.our-culture a {
    font-family: "gilroysemibold", sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    display: flex;
    align-items: center;
    color: #fff;
}
.our-culture a img {
    margin-right: 10px;
}
@media (max-width: 992px) {
    .our-culture p {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
.great-place {
    background: #202330;
    padding: 50px 0;
}
.great-place > .container {
    display: flex;
    align-items: center;
}
.great-place > .container .left-side {
    margin-right: 40px;
}
.great-place > .container .left-side figure img {
    max-width: 100%;
    min-width: 600px;
}
.great-place > .container .right-side {
    display: flex;
    align-items: center;
}
.great-place > .container .right-side figure {
    margin-right: 40px;
}
.great-place > .container .right-side figure img {
    max-width: 140px;
}
.great-place > .container .right-side .sub-title,
.great-place > .container .right-side p {
    color: #fff;
}
.great-place > .container .right-side p {
    font-size: 16px;
    font-size: 1.6rem;
}
@media (max-width: 1200px) {
    .great-place > .container {
        flex-direction: column;
    }
    .great-place > .container .left-side {
        display: none;
    }
}
@media (max-width: 480px) {
    .great-place > .container .right-side {
        flex-direction: column;
        align-items: flex-start;
    }
    .great-place > .container .right-side figure {
        margin: 0 0 20px 0;
    }
}
.best-practices {
    background: #e9e9e9;
    padding-bottom: 0;
    overflow: hidden;
}
.best-practices .best-practices-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 40px;
    margin-top: 35px;
}
.best-practices .best-practices-grid .practice {
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    color: #202330;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
}
.best-practices .talents {
    background: #091526;
    padding: 60px 0;
    margin-top: 50px;
    color: #fff;
}
.best-practices .talents .talent-slider-wrap {
    padding: 0 45px;
    margin: 0 auto;
    position: relative;
}
.best-practices .talents .swiper-button-next,
.best-practices .talents .swiper-button-prev {
    width: 40px;
    right: 0;
    position: absolute;
    top: 40%;
}
.best-practices .talents .swiper-button-next::after,
.best-practices .talents .swiper-button-prev::after {
    content: none;
}
.best-practices .talents .swiper-button-prev {
    left: -10px;
}
.best-practices .talents .swiper-button-next {
    right: -10px;
}
.best-practices .talents .talentSlider .swiper-slide .wrap-img {
    margin-bottom: 26px;
    width: 100%;
    height: 500px;
    overflow: hidden;
}
@media (max-width: 768px) {
    .best-practices .talents .talentSlider .swiper-slide .wrap-img {
        height: auto;
    }
}
.best-practices .talents .talentSlider .swiper-slide .wrap-img img {
    width: 100%;
    height: 100%;
    border-radius: 7px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 768px) {
    .best-practices .talents .talentSlider .swiper-slide .wrap-img img {
        height: auto;
    }
}
.best-practices .talents .talentSlider .swiper-slide .text-content h3 {
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 19px;
}
.best-practices .talents .talentSlider .swiper-slide .text-content p {
    font-size: 16px;
    font-size: 1.6rem;
}
.best-practices .talents .talents-wrapper {
    display: flex;
}
.best-practices .talents .talents-wrapper .talent-column {
    margin-right: 50px;
}
.best-practices .talents .talents-wrapper .talent-column:last-child {
    margin-right: 0;
}
.best-practices .talents .talents-wrapper .talent-column figure img {
    max-width: 100%;
    border-radius: 6px;
}
.best-practices .talents .talents-wrapper .talent-column .text-content {
    margin: 80px 0;
}
.best-practices .talents .talents-wrapper .talent-column .text-content p {
    font-size: 16px;
    font-size: 1.6rem;
}
@media (max-width: 680px) {
    .best-practices .talents .talents-wrapper {
        flex-direction: column-reverse;
    }
    .best-practices .talents .talents-wrapper .talent-column {
        margin: 0 0 50px 0;
    }
    .best-practices .talents .talents-wrapper .talent-column:first-child {
        display: flex;
        flex-direction: column-reverse;
    }
    .best-practices .talents .talents-wrapper .talent-column .text-content {
        margin: 20px 0;
    }
}
.team-slider-section {
    position: relative;
    background: #e9e9e9;
    padding: 50px 0;
}
.team-slider-section .section-title {
    background: -webkit-linear-gradient(#ff7437, #f00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.team-slider-section .team-slider-wrapper {
    position: relative;
}
.team-slider-section .team-prev,
.team-slider-section .team-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    outline: 0;
}
.team-slider-section .team-prev.swiper-button-disabled,
.team-slider-section .team-next.swiper-button-disabled {
    filter: grayscale(1);
}
.team-slider-section .team-prev {
    left: -70px;
}
.team-slider-section .team-next {
    right: -70px;
}
.team-slider-section .team-slider {
    overflow: hidden;
}
.team-slider-section .team-slider .swiper-slide img {
    max-width: 100%;
    border-radius: 10px;
}
.team-slider-section .team-slider .swiper-slide p {
    font-family: "gilroysemibold", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    margin: 20px 0 0 0;
}
@media (max-width: 768px) {
    .team-slider-section .section-title {
        position: static;
        margin-bottom: 40px;
        transform: translateX(0);
    }
    .team-slider-section .team-prev {
        left: 10px;
    }
    .team-slider-section .team-next {
        right: 10px;
    }
}
section.career-section .blog-container .article-info p:first-child::after {
    display: none;
}
section.career-section .blog-container .left-side {
    padding-right: 0;
    border-right: 0;
}
section.career-section .blog-container .left-side .vacancy {
    margin-bottom: 20px;
}
section.career-section .blog-container .left-side .vacancy .vacancy-info {
    display: flex;
    align-items: center;
    margin: 10px 0;
    font-size: 14px;
    font-size: 1.4rem;
}
section.career-section
    .blog-container
    .left-side
    .vacancy
    .vacancy-info
    .location {
    display: flex;
    align-items: center;
    margin-left: 10px;
}
section.career-section
    .blog-container
    .left-side
    .vacancy
    .vacancy-info
    .location
    img {
    margin-right: 10px;
}
section.career-section .blog-container .left-side .vacancy .article-info p {
    font-size: 14px;
    font-size: 1.4rem;
}
section.career-section .blog-container .right-side {
    width: 100%;
}
section.career-section .blog-container .right-side .author-row {
    flex-direction: column;
    align-items: flex-start;
}
section.career-section .blog-container .right-side .author-row .vacancy-id,
section.career-section
    .blog-container
    .right-side
    .author-row
    .vacancy-location {
    font-family: "gilroymedium", sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
}
section.career-section .blog-container .right-side .author-row .vacancy-id {
    color: #000;
}
section.career-section
    .blog-container
    .right-side
    .author-row
    .vacancy-location {
    display: flex;
    align-items: center;
    color: #878992;
    margin: 10px 0;
}
section.career-section
    .blog-container
    .right-side
    .author-row
    .vacancy-location
    img {
    margin-right: 10px;
}
section.career-section .blog-container .right-side .author-row .article-info {
    flex-direction: column;
    align-items: flex-start;
}
section.career-section
    .blog-container
    .right-side
    .author-row
    .article-info
    p::after {
    display: none;
}
section.career-section .blog-container .right-side .job-seeker {
    display: flex;
}
section.career-section
    .blog-container
    .right-side
    .job-seeker
    .right-side
    figure
    img {
    max-width: 100%;
    min-width: 300px;
}
section.career-section .blog-container .right-side .apply-contaner {
    background: #202330;
    padding: 40px 30px;
    color: #fff;
    position: relative;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    .vacancy-close {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    .vacancy-close
    img {
    max-width: 40px;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    .section-title {
    margin: 0 60px 5px 0;
}
section.career-section .blog-container .right-side .apply-contaner .vacacy-id {
    font-family: "gilroymedium", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
}
section.career-section .blog-container .right-side .apply-contaner form {
    margin-top: 20px;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    input,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    select,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    textarea {
    background: transparent;
    border-radius: 3px;
    color: #fff;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    input::-moz-placeholder,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    select::-moz-placeholder,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    textarea::-moz-placeholder {
    color: #fff;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    input::placeholder,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    select::placeholder,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    textarea::placeholder {
    color: #fff;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group
    .cta {
    padding: 8px 25px;
    border-radius: 3px;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.single {
    width: 49%;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.fieldset-group
    input
    ~ .input-label {
    color: #fff;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.fieldset-group
    input:focus,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.fieldset-group
    input.has-value {
    background: transparent;
    padding-top: 11px;
    padding-bottom: 11px;
    border-color: #fff;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.fieldset-group
    input:focus
    ~ .input-label,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.fieldset-group
    input.has-value
    ~ .input-label {
    top: 0;
    background: #92201f;
    padding: 0 5px;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group {
    flex-wrap: wrap;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group
    .radio-button,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group
    .check-button,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group
    .radio-button,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group
    .check-button {
    margin-right: 10px;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group
    .radio-button:last-child,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group
    .check-button:last-child,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group
    .radio-button:last-child,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group
    .check-button:last-child {
    margin-right: 0;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group
    .radio-button
    input
    + label,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group
    .check-button
    input
    + label,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group
    .radio-button
    input
    + label,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group
    .check-button
    input
    + label {
    color: #fff;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group
    .radio-button
    input
    + label::before,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group
    .radio-button
    input
    + label::after,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group
    .check-button
    input
    + label::before,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group
    .check-button
    input
    + label::after,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group
    .radio-button
    input
    + label::before,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group
    .radio-button
    input
    + label::after,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group
    .check-button
    input
    + label::before,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group
    .check-button
    input
    + label::after {
    border-radius: 50%;
    background: transparent;
    top: 2px;
    height: 18px;
    width: 18px;
}
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group
    .radio-button
    input
    + label::after,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.radio-group
    .check-button
    input
    + label::after,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group
    .radio-button
    input
    + label::after,
section.career-section
    .blog-container
    .right-side
    .apply-contaner
    form
    .group.check-group
    .check-button
    input
    + label::after {
    background: #fff;
    border: 0;
    margin: 2px;
    height: 14px;
    width: 14px;
}
@media (max-width: 992px) {
    section.career-section .blog-container .right-side .job-seeker .left-side {
        max-width: 100%;
    }
    section.career-section .blog-container .right-side .job-seeker .right-side {
        display: none;
    }
}
@media (max-width: 768px) {
    section.career-section .blog-container .title-container .cta-link {
        display: none;
    }
}
.rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.support-employ {
    background-color: #f1f6f9;
    padding: 70px 0;
}
@media (max-width: 680px) {
    .support-employ {
        padding: 50px 0;
    }
}
.support-employ .lb-container {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}
@media (max-width: 992px) {
    .support-employ .lb-container {
        flex-direction: column;
    }
}
.support-employ .lb-container .support-employ__titiel-sec {
    flex: 1;
}
@media (max-width: 767px) {
    .support-employ .lb-container .support-employ__titiel-sec {
        width: 100%;
    }
}
.support-employ .lb-container .support-employ__titiel-sec h3 {
    line-height: 60px;
    margin: 0;
}
.support-employ .lb-container .support-employ__titiel-sec p {
    font-size: 16px;
    font-size: 1.6rem;
    width: min(100%, 555px);
}
.support-employ .lb-container .support-employ__accordion {
    flex: 1;
}
@media (max-width: 767px) {
    .support-employ .lb-container .support-employ__accordion {
        width: 100%;
    }
}
.support-employ .lb-container .support-employ__accordion .panel-group {
    border-top: solid #e6ebee 1px;
}
.support-employ .lb-container .support-employ__accordion .panel-group .panel {
    border: 0;
}
.support-employ
    .lb-container
    .support-employ__accordion
    .panel-group
    .panel-heading {
    background-color: #f1f6f9;
}
.support-employ
    .lb-container
    .support-employ__accordion
    .panel-group
    .panel-heading
    h4 {
    margin: 0;
}
.support-employ
    .lb-container
    .support-employ__accordion
    .panel-group
    .panel-heading
    a {
    font-size: 20px;
    font-size: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.support-employ
    .lb-container
    .support-employ__accordion
    .panel-group
    .panel-body {
    border: 0;
    background-color: #f1f6f9;
    padding: 0 10px;
}
.support-employ
    .lb-container
    .support-employ__accordion
    .panel-group
    .panel-body
    p {
    font-size: 16px;
    font-size: 1.6rem;
}
section.about .about-container {
    display: flex;
}
section.about .about-container .left-side,
section.about .about-container .right-side {
    width: 50%;
}
section.about .about-container .left-side .content,
section.about .about-container .right-side .content {
    padding: 50px;
}
section.about .about-container figure img {
    max-width: 100%;
}
section.about .about-container .left-side .content {
    padding-left: 0;
}
section.about .about-content {
    background: #f2f2f2;
    padding: 100px 0 30px;
    margin-top: -50px;
}
@media (max-width: 992px) {
    section.about .about-container {
        flex-direction: column;
    }
    section.about .about-container .left-side,
    section.about .about-container .right-side {
        width: 100%;
    }
    section.about .about-container .left-side .content,
    section.about .about-container .right-side .content {
        padding: 50px 30px 30px 0;
    }
    section.about .about-container .right-side {
        display: flex;
        flex-direction: column-reverse;
    }
    section.about .about-content {
        padding: 50px 0 30px;
        margin-top: 0;
    }
}
.vision-mission {
    overflow: hidden;
}
.vision-mission .vm-container {
    display: flex;
}
.vision-mission .vm-container .left-side,
.vision-mission .vm-container .right-side {
    width: 50%;
    padding: 50px 30px;
    position: relative;
}
.vision-mission .vm-container .left-side::before,
.vision-mission .vm-container .left-side::after,
.vision-mission .vm-container .right-side::before,
.vision-mission .vm-container .right-side::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}
.vision-mission .vm-container .left-side::after,
.vision-mission .vm-container .right-side::after {
    display: none;
}
.vision-mission .vm-container .left-side {
    background: #f6f6f6;
}
.vision-mission .vm-container .left-side::before {
    right: 100%;
    background: #f6f6f6;
}
.vision-mission .vm-container .right-side {
    background: #f9f9f9;
}
.vision-mission .vm-container .right-side::before {
    left: 100%;
    background: #f9f9f9;
}
@media (max-width: 992px) {
    .vision-mission .vm-container {
        flex-direction: column;
    }
    .vision-mission .vm-container .left-side,
    .vision-mission .vm-container .right-side {
        width: 100%;
    }
    .vision-mission .vm-container .left-side::after {
        display: inline-block;
        left: 100%;
        background: #b5995e;
    }
    .vision-mission .vm-container .right-side::after {
        display: inline-block;
        right: 100%;
        background: #a6894b;
    }
}
section.values {
    padding: 50px 0;
}
section.values .icons-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    grid-gap: 30px;
    margin: 60px 0 30px;
}
section.values .icons-group .icon {
    flex-direction: column;
}
section.values .icons-group .icon figure img {
    max-height: 80px;
}
section.values .icons-group .icon p {
    font-family: "gilroymedium", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    margin: 30px 0 0 0;
}
section.award-section {
    overflow: hidden;
}
section.award-section .award-group {
    margin: 30px 0;
}
section.award-section .award-group .sub-title {
    margin-bottom: 50px;
}
section.award-section .awards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
    align-items: baseline;
}
section.award-section .awards-grid .award {
    text-align: center;
    max-width: 250px;
}
section.award-section .awards-grid .award figure {
    position: relative;
    min-height: 300px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}
section.award-section .awards-grid .award figure::after {
    content: "";
    display: inline-block;
    height: 60px;
    width: 1000%;
    background: #f6f6f6;
    position: absolute;
    bottom: -15px;
    left: -200%;
    right: -100%;
    z-index: -1;
}
section.award-section .awards-grid .award figure img {
    max-height: 300px;
}
section.award-section .awards-grid .award h6 {
    font-size: 20px;
    font-size: 2rem;
    margin: 30px 0 10px;
}
section.award-section .awards-grid .award p {
    margin: 0;
    font-family: "gilroymedium", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
}
@media (max-width: 550px) {
    section.award-section .awards-grid .award {
        max-width: 100%;
    }
}
section.history {
    background: #f3f3f5;
    padding: 50px 0;
}
section.history .section-title {
    margin-bottom: 50px;
}
section.history .years-slider-wrapper {
    position: sticky;
    top: 0;
    max-width: 980px;
    margin: 0 auto;
    padding: 12px 0;
    background: #f3f3f5;
    z-index: 2;
}
section.history .years-slider-wrapper .swiper-container {
    max-width: 800px;
    margin: auto;
    overflow: hidden;
}
section.history .years-slider-wrapper .year-next,
section.history .years-slider-wrapper .year-prev {
    position: absolute;
    top: 50%;
    outline: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    z-index: 12;
}
section.history .years-slider-wrapper .year-next img,
section.history .years-slider-wrapper .year-prev img {
    max-width: 45px;
}
section.history .years-slider-wrapper .year-next.swiper-button-disabled,
section.history .years-slider-wrapper .year-prev.swiper-button-disabled {
    filter: grayscale(1);
}
section.history .years-slider-wrapper .year-prev {
    left: 0;
}
section.history .years-slider-wrapper .year-next {
    right: 0;
}
section.history .years-slider-wrapper .years-slider .swiper-slide {
    font-family: "gilroysemibold", sans-serif;
    letter-spacing: 0.8px;
    width: auto;
}
section.history
    .years-slider-wrapper
    .years-slider
    .swiper-slide.swiper-slide-active {
    color: #e33834;
}
section.history .history-milestones-wrapper {
    margin-top: 160px;
}
section.history .history-milestones-wrapper .milestone {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}
section.history
    .history-milestones-wrapper
    .milestone:nth-child(odd)
    .column:first-child {
    margin-right: 35px;
}
section.history
    .history-milestones-wrapper
    .milestone:nth-child(odd)
    .column:last-child {
    margin-left: 35px;
}
section.history .history-milestones-wrapper .milestone:nth-child(even) {
    flex-direction: row-reverse;
}
section.history
    .history-milestones-wrapper
    .milestone:nth-child(even)
    .column:first-child {
    margin-left: 35px;
}
section.history
    .history-milestones-wrapper
    .milestone:nth-child(even)
    .column:first-child::after {
    right: auto;
    left: -44px;
}
section.history
    .history-milestones-wrapper
    .milestone:nth-child(even)
    .column:first-child::before {
    right: auto;
    left: -35.5px;
}
section.history
    .history-milestones-wrapper
    .milestone:nth-child(even)
    .column:last-child {
    margin-right: 35px;
    text-align: right;
}
section.history .history-milestones-wrapper .milestone .column {
    width: 400px;
    min-width: 400px;
    position: relative;
}
section.history
    .history-milestones-wrapper
    .milestone
    .column:first-child::after {
    content: "";
    display: inline-block;
    background-image: url("../images/misc/milestone.svg");
    background-size: 18px;
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    position: absolute;
    right: -44px;
    top: 9px;
}
section.history
    .history-milestones-wrapper
    .milestone
    .column:first-child::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 157%;
    border-right: 1px dashed #202330;
    position: absolute;
    top: -40px;
    bottom: -40px;
    right: -35.5px;
}
section.history .history-milestones-wrapper .milestone figure img {
    max-width: 100%;
}
section.history .history-milestones-wrapper .milestone h4 {
    font-size: 34px;
    font-size: 3.4rem;
    margin: 0 0 10px 0;
    line-height: 1;
}
section.history .history-milestones-wrapper .milestone p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    margin: 0;
}
@media (max-width: 992px) {
    section.history .history-milestones-wrapper .milestone .column {
        width: 300px;
        min-width: 300px;
    }
}
@media (max-width: 750px) {
    section.history .history-milestones-wrapper .milestone {
        flex-direction: column;
        margin-bottom: 0;
    }
    section.history .history-milestones-wrapper .milestone:nth-child(even) {
        flex-direction: column-reverse;
    }
    section.history
        .history-milestones-wrapper
        .milestone:nth-child(even)
        .column:last-child {
        text-align: left;
    }
    section.history .history-milestones-wrapper .milestone .column {
        width: 100%;
        min-width: auto;
        padding-left: 50px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    section.history .history-milestones-wrapper .milestone .column p,
    section.history .history-milestones-wrapper .milestone .column img {
        margin-bottom: 20px;
    }
    section.history
        .history-milestones-wrapper
        .milestone
        .column:first-child::after {
        display: none;
    }
    section.history
        .history-milestones-wrapper
        .milestone
        .column:first-child::before {
        content: "";
        display: inline-block;
        width: 1px;
        height: 157%;
        border-right: 1px dashed #fff;
        position: absolute;
        top: -40px;
        bottom: -40px;
        right: auto !important;
        left: 20px !important;
    }
    section.history
        .history-milestones-wrapper
        .milestone
        .column:last-child::after {
        content: "";
        display: inline-block;
        background-image: url("../images/misc/milestone.svg");
        background-size: 18px;
        background-repeat: no-repeat;
        height: 18px;
        width: 18px;
        position: absolute;
        left: 11px;
        top: 9px;
    }
    section.history
        .history-milestones-wrapper
        .milestone
        .column:last-child::before {
        content: "";
        display: inline-block;
        width: 1px;
        height: 157%;
        border-right: 1px dashed #fff;
        position: absolute;
        top: -40px;
        bottom: -40px;
        left: 20px;
    }
}
section.investors {
    background: #f6f6f6;
}
section.investors .filter-header {
    background: #fff;
    padding-top: 20px;
}
section.investors .filter-header .newsroom-category-area .swiper-container {
    overflow: hidden;
}
section.investors .filter-header .newsroom-category-area .swiper-slide {
    width: auto;
}
section.investors .investor-reports .report-row:nth-child(odd) {
    background: #fff;
}
section.investors
    .investor-reports
    .report-row:nth-child(odd)
    .expand-block
    > a {
    color: #202330;
}
section.investors
    .investor-reports
    .report-row:nth-child(odd)
    .expand-block
    .reports-slider-wrapper
    .reports-slider
    .swiper-slide
    p {
    color: #202330;
}
section.investors
    .investor-reports
    .report-row:nth-child(even)
    .reports-slider-wrapper
    .reports-slider
    .swiper-slide
    p {
    color: #202330;
}
section.investors .investor-reports .expand-block {
    border: 0;
}
section.investors .investor-reports .expand-block span {
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
}
section.investors .investor-reports .expand-block span .fas {
    color: #e33834;
    margin-left: 5px;
}
section.investors .investor-reports .hidden-block {
    padding: 0 0 50px 0;
}
section.investors .investor-reports .reports-slider-wrapper {
    position: relative;
}
section.investors
    .investor-reports
    .reports-slider-wrapper
    .reports-pagination {
    margin-top: 30px;
    display: none;
}
section.investors .investor-reports .reports-slider-wrapper .report-next,
section.investors .investor-reports .reports-slider-wrapper .report-prev {
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    z-index: 10;
    outline: 0;
}
section.investors .investor-reports .reports-slider-wrapper .report-next img,
section.investors .investor-reports .reports-slider-wrapper .report-prev img {
    max-width: 48px;
}
section.investors
    .investor-reports
    .reports-slider-wrapper
    .report-next.swiper-button-disabled,
section.investors
    .investor-reports
    .reports-slider-wrapper
    .report-prev.swiper-button-disabled {
    filter: grayscale(1);
}
section.investors .investor-reports .reports-slider-wrapper .report-next {
    right: -20px;
}
section.investors .investor-reports .reports-slider-wrapper .report-prev {
    left: -20px;
}
section.investors .investor-reports .reports-slider-wrapper .reports-slider {
    overflow: hidden;
    padding: 10px;
}
section.investors
    .investor-reports
    .reports-slider-wrapper
    .reports-slider
    .swiper-slide {
    transform: scale(1);
    transition: transform 0.3s ease;
}
section.investors
    .investor-reports
    .reports-slider-wrapper
    .reports-slider
    .swiper-slide:hover {
    transform: scale(0.9);
}
section.investors
    .investor-reports
    .reports-slider-wrapper
    .reports-slider
    .swiper-slide
    figure {
    border: 10px solid #fff;
    border-radius: 5px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}
section.investors
    .investor-reports
    .reports-slider-wrapper
    .reports-slider
    .swiper-slide
    figure
    img {
    max-width: 100%;
}
section.investors
    .investor-reports
    .reports-slider-wrapper
    .reports-slider
    .swiper-slide
    p {
    font-family: "gilroymedium", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    color: #000;
    text-align: center;
    margin: 20px 0 0 0;
}
@media (max-width: 680px) {
    section.investors .investor-reports .report-row {
        border-radius: 0 !important;
    }
    section.investors .investor-reports .expand-block > a span.text {
        display: none;
    }
    section.investors .investor-reports .reports-slider-wrapper .report-next,
    section.investors .investor-reports .reports-slider-wrapper .report-prev {
        display: none;
    }
    section.investors
        .investor-reports
        .reports-slider-wrapper
        .reports-pagination {
        display: flex;
    }
}
.anual-result__posts__video img,
.anual-result__posts__report__wrap-img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.top-navigation {
    background-color: #202330;
    margin-bottom: 75px;
}
.top-navigation ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.top-navigation ul li a {
    font-size: 16px;
    font-size: 1.6rem;
    color: #e8e8e8;
    letter-spacing: 1px;
    text-transform: capitalize;
    line-height: 12px;
    padding: 23px 0;
}
.top-navigation ul li a.active {
    color: #a6a6a6;
}
.top-navigation ul li a:hover {
    color: #a6a6a6;
}
.anual-result {
    margin-bottom: 70px;
}
.anual-result__wrap {
    width: 100%;
    max-width: 660px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 84px;
}
.anual-result__wrap .content p {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: justify;
}
.anual-result__wrap.small .content p {
    text-align: center;
    white-space: nowrap;
}
.anual-result__posts {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 52px;
}
@media (max-width: 992px) {
    .anual-result__posts {
        grid-template-columns: 100%;
    }
}
.anual-result__posts__report {
    background-color: #efefef;
}
.anual-result__posts__report__wrap-img img {
    width: 100%;
    height: 100%;
    max-height: 360px;
}
@media (max-width: 992px) {
    .anual-result__posts__report__wrap-img img {
        max-height: none;
    }
}
.anual-result__posts__report__bottom {
    padding: 20px;
}
.anual-result__posts__report__bottom h5 {
    color: #202330;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    margin-bottom: 17px;
    text-align: center;
}
@media (max-width: 767px) {
    .anual-result__posts__report__bottom h5 {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
.anual-result__posts__report__bottom ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 17px;
}
.anual-result__posts__report__bottom ul li {
    flex: 1;
    background-color: #d92028;
    min-height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.anual-result__posts__report__bottom ul li:nth-child(3) a {
    padding: 12px 6px;
}
.anual-result__posts__report__bottom ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    line-height: 16px;
    text-align: center;
    padding: 12px 18px;
}
.anual-result__posts__report__bottom ul li a span {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
}
.anual-result__posts__video {
    position: relative;
}
.anual-result__posts__video img {
    width: 100%;
    height: 100%;
    max-height: 541px;
}
.anual-result__posts__video .controller-sec {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.anual-result__posts__video .controller-sec a {
    width: 150px;
    height: 150px;
    border-radius: 116.163px;
    background: rgba(219, 23, 18, 0.6);
    -webkit-backdrop-filter: blur(2.5678048134px);
    backdrop-filter: blur(2.5678048134px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 0;
}
.anual-result__posts__video .controller-sec a svg {
    width: 70px;
    height: 70px;
}
.anual-result__posts__video .controller-sec p {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
    width: 100%;
    max-width: 485px;
    text-align: center;
    line-height: 30px;
}
.key-financial {
    width: 100%;
    background: url("../images/investors/stats.jpg") center/cover no-repeat;
    padding-bottom: 84px;
}
@media (max-width: 767px) {
    .key-financial {
        padding-bottom: 40px;
    }
}
.key-financial .stats-section {
    margin-bottom: 23px;
}
.key-financial .stok-price {
    width: 100%;
    max-width: 724px;
    margin: 0 auto;
}
.key-financial .stok-price__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    display: grid;
    grid-template-columns: 1.3fr 2fr;
}
@media (max-width: 767px) {
    .key-financial .stok-price__wrap {
        grid-template-columns: 100%;
        gap: 30px;
    }
}
.key-financial .stok-price__wrap h2 {
    line-height: 60px;
    margin: 0;
}
.key-financial .stok-price__wrap .rate {
    background-color: #f1d2d2;
    padding: 20px 30px;
}
.key-financial .stok-price__wrap .rate__span {
    font-size: 18px;
    font-size: 1.8rem;
    color: #686a6c;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.key-financial .stok-price__wrap .rate__header {
    color: #d92028;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 44.8px;
    margin-bottom: 30px;
}
.key-financial .stok-price__wrap .rate__stats {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 26px;
}
.key-financial .stok-price__wrap .rate__stats h3 {
    font-family: "gilroyregular", sans-serif;
    font-weight: 400;
}
.key-financial .stok-price__wrap .rate__stats h4 {
    text-transform: uppercase;
    font-family: "gilroybold", sans-serif;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 5px;
}
.key-financial .stok-price__wrap .rate__stats h4 svg {
    width: 24px;
}
.key-financial .stok-price__wrap .rate__stats__fnt {
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    line-height: 21px;
    margin: 0;
}
.micro-site {
    padding: 110px 0 130px 0;
}
@media (max-width: 767px) {
    .micro-site {
        padding: 50px 0;
    }
}
.micro-site__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
}
@media (max-width: 767px) {
    .micro-site__wrap {
        gap: 50px;
    }
}
@media (max-width: 680px) {
    .micro-site__wrap {
        flex-direction: column;
    }
}
.micro-site__item {
    width: 50%;
}
@media (max-width: 680px) {
    .micro-site__item {
        width: 100%;
    }
}
.micro-site__item h2 {
    margin: 0;
}
.micro-site__item p {
    font-family: "gilroyregular", sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
}
.divident-info {
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .divident-info {
        margin-bottom: 30px;
    }
}
.divident-info .divident-info__table-wrap {
    width: 100%;
    overflow: auto;
    position: relative;
}
@media (max-width: 992px) {
    .divident-info .divident-info__table-wrap {
        max-width: 800px;
    }
}
.divident-info__table {
    width: 100%;
    overflow: hidden;
}
.divident-info__table tbody {
    width: 100%;
}
.divident-info__table tbody tr {
    background-color: #f7f7fc;
    border-bottom: 1px solid #cecedf;
}
.divident-info__table tbody tr:last-child {
    border-bottom: 0;
}
.divident-info__table tr .table-pl {
    padding-left: 44px;
}
.divident-info__table tr .table-pr {
    padding-right: 44px;
}
.divident-info__table tr th {
    background-color: #cb101a;
    padding: 0.325rem;
}
.divident-info__table tr th h5 {
    font-family: "gilroymedium", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.divident-info__table tr td {
    padding: 0.325rem;
}
.divident-info__table tr td p {
    padding: 0.9375rem 0;
    margin: 0;
}
.divident-info__table tr td:nth-child(1) p {
    color: #3f4a5b;
    width: 350px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
}
.invest-downloads {
    background: #fff !important;
    padding-top: 0 !important;
}
.invest-downloads .features-slider {
    overflow: hidden;
}
.invest-downloads .download-anual-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}
.invest-downloads h2 {
    margin-bottom: 24px;
}
.contact-us {
    background: url("../images/investors/contact-sec.png") no-repeat right/cover;
    padding: 87px 0;
}
@media (max-width: 992px) {
    .contact-us {
        padding: 50px 0;
    }
}
.contact-us__wrap {
    width: 70%;
}
@media (max-width: 992px) {
    .contact-us__wrap {
        width: 100%;
    }
}
.contact-us__wrap__header {
    margin-bottom: 76px;
}
@media (max-width: 992px) {
    .contact-us__wrap__header {
        margin-bottom: 40px;
    }
}
.contact-us__wrap__header h2 {
    margin-top: 0;
    line-height: 60px;
}
.contact-us__wrap__header p {
    color: #676d88;
    font-family: "gilroyregular", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 26px;
}
@media (max-width: 767px) {
    .contact-us__wrap__header p {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.contact-us__wrap__body {
    display: flex;
    justify-content: space-between;
    gap: 5%;
}
@media (max-width: 767px) {
    .contact-us__wrap__body {
        flex-direction: column;
        row-gap: 20px;
    }
}
.contact-us__wrap__body__item h5 {
    color: #202330;
    font-family: "gilroysemibold", sans-serif;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    margin-bottom: 8px;
    font-size: 20px;
    font-size: 2rem;
}
.contact-us__wrap__body__item p,
.contact-us__wrap__body__item a {
    color: #5a5d6a;
    font-family: "gilroyregular", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 26px;
}
@media (max-width: 767px) {
    .contact-us__wrap__body__item p,
    .contact-us__wrap__body__item a {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.contact-us__wrap__body__item p {
    margin-bottom: 6px;
}
.faq-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}
.faq-section h2 {
    font-size: 48px;
    margin-bottom: 20px;
    line-height: 60px;
    width: 700px;
    font-family: "gilroyregular", sans-serif;
}
.faq-section .faq-item {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.faq-section .faq-item:not(:last-child) {
    margin-bottom: 10px;
}
.faq-section .faq-question {
    font-weight: bold;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
    font-family: "gilroyregular", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-section .faq-question .faq-icon {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    fill: none;
    stroke: black;
    stroke-width: 1.5;
    stroke-linecap: round;
}
.faq-section .faq-question .faq-icon-down {
    display: none;
}
.faq-section .faq-answer {
    display: none;
    padding-top: 10px;
    color: #666;
}
.faq-section .active .faq-answer {
    display: block;
}
.faq-section .active .faq-question .faq-icon-up {
    display: none;
}
.faq-section .active .faq-question .faq-icon-down {
    display: inline;
}
.page-banner-slider-section {
    position: relative;
}
.page-banner-slider-section .page-banner-slider .swiper-slide {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    border-radius: 0 0 0 100px;
}
@media (max-width: 480px) {
    .page-banner-slider-section .page-banner-slider .swiper-slide {
        height: 380px;
    }
}
.page-banner-slider-section .page-banner-slider .swiper-slide .content {
    font-family: "gilroybold", sans-serif;
    font-size: 38px;
    font-size: 3.8rem;
    max-width: 450px;
    line-height: 1.2;
    margin-left: auto;
    margin-right: 30px;
}
.page-banner-slider-section
    .page-banner-slider
    .swiper-slide
    .content
    .cta-link {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
}
.page-banner-slider-section
    .page-banner-slider
    .swiper-slide
    .content
    .cta-link
    img {
    max-width: 35px;
}
.page-banner-slider-section .page-banner-slider-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.page-banner-slider-section
    .page-banner-slider-pagination
    .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: transparent;
    border: 3px solid #e33834;
}
.page-banner-slider-section
    .page-banner-slider-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #e33834;
}
@media (max-width: 992px) {
    .page-banner-slider-section .page-banner-slider .swiper-slide .content {
        background: rgba(255, 255, 255, 0.3);
        padding: 20px;
        border-radius: 3px;
    }
}
@media (max-width: 450px) {
    .page-banner-slider-section .page-banner-slider .swiper-slide .content {
        margin: 0 20px;
    }
}
section.lb-savings > .container {
    display: flex;
}
section.lb-savings > .container .column figure img {
    max-width: 400px;
    margin-right: 50px;
}
@media (max-width: 992px) {
    section.lb-savings > .container {
        flex-direction: column;
    }
    section.lb-savings > .container .column figure {
        text-align: center;
    }
    section.lb-savings > .container .column figure img {
        width: 100%;
        margin: 0 0 50px 0;
    }
}
section.rates {
    padding-bottom: 50px;
}
section.rates > .container {
    display: flex;
    flex-direction: column;
}
section.rates .column {
    flex: 1;
    margin-bottom: 30px;
}
section.rates .column:last-child {
    margin: 0;
}
section.rates .column:first-child {
    flex: 2;
}
section.rates .column .image-block {
    background-color: #e9e6e6;
    padding: 40px 30px;
}
section.rates .column .image-block h2 {
    font-size: 26px;
    font-size: 2.6rem;
    margin: 0 0 20px 0;
    line-height: 1.2;
}
section.rates .column .image-block .cta-link {
    font-size: 16px;
    font-size: 1.6rem;
}
section.rates .column .image-block .cta-link img {
    max-width: 35px;
}
section.islamic-contact .sldis {
    background-color: #e9e6e6;
    padding: 40px 30px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.islamic-contact .sldis .sldis-links a {
    margin-bottom: 20px;
}
section.islamic-contact .sldis .sldis-links .link-content span {
    font-size: 18px;

}
section.islamic-contact .sldis .sldis-links a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
    transition: color 0.3s ease;
}
section.islamic-contact .sldis .sldis-links a:hover {
    color: #d32f2f;
}
section.islamic-contact .sldis .sldis-logo img {
    max-width: 200px;
}
@media (max-width: 768px) {
    section.islamic-contact .sldis {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }
    section.islamic-contact .sldis .sldis-links {
        margin-bottom: 30px;
    }
    section.islamic-contact .sldis .sldis-links a {
        font-size: 14px;
        font-size: 1.4rem;
    }
    section.islamic-contact .sldis .sldis-logo img {
        max-width: 150px;
    }
}
@media (max-width: 480px) {
    section.islamic-contact .sldis {
        padding: 20px 15px;
        margin-bottom: 30px;
    }
    section.islamic-contact .sldis .sldis-links .link-content {
        margin-bottom: 15px;
    }
    section.islamic-contact .sldis .sldis-links .link-content span {
        font-size: 14px;
        display: block;
        margin-bottom: 5px;
    }
    section.islamic-contact .sldis .sldis-links a {
        font-size: 13px;
        font-size: 1.3rem;
    }
    section.islamic-contact .sldis .sldis-logo img {
        max-width: 120px;
    }
}
    section.rates > .container {
        flex-direction: column;
    }
    section.rates > .container .column {
        margin: 0 0 50px 0;
    }
}
section.features,
section.invest-downloads {
    background: #f2f2f2;
    padding: 30px 0;
}
section.features .nav-tabs,
section.invest-downloads .nav-tabs {
    padding-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
}
section.features .nav-tabs > li,
section.invest-downloads .nav-tabs > li {
    margin-right: 30px;
    width: auto;
}
section.features .nav-tabs > li > a,
section.invest-downloads .nav-tabs > li > a {
    font-family: "gilroysemibold", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
section.features .nav-tabs > li.active > a,
section.invest-downloads .nav-tabs > li.active > a,
section.features .nav-tabs > li.active > a:focus,
section.features .nav-tabs > li.active > a:hover {
    color: #e33834;
}
section.features .tab-content,
section.invest-downloads .tab-content {
    padding-top: 20px;
}
section.promotions .filter-header {
    padding-top: 20px;
}
section.promotions .filter-header .newsroom-category-area .swiper-container {
    overflow: hidden;
}
section.promotions .filter-header .newsroom-category-area .swiper-slide {
    width: auto;
    text-transform: uppercase;
}
section.promotions .promotions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 30px;
    margin: 40px 0;
}
section.promotions .promotions-grid .promo figure {
    box-shadow: 0 2px 10px #f3f3f3;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
}
section.promotions .promotions-grid .promo figure img {
    width: 100%;
    border: 15px solid #fff;
}
section.promotions .promotions-grid .promo p {
    font-family: "gilroymedium", sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.3;
    margin: 20px 0 0 0;
}
section.promotions .promotions-grid .popup-content {
    display: none;
}
.contact-section {
    overflow: hidden;
}
.contact-section > .container {
    position: relative;
}
.contact-section > .container .left-side {
    padding-top: 50px;
    width: 50%;
}
.contact-section > .container .right-side {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    width: 50vw;
}
.contact-section .columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 30px;
}
.contact-section .columns .column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contact-section .columns .column p {
    margin: 0;
    color: #878992;
}
.contact-section .columns .column a {
    font-family: "gilroymedium", sans-serif;
}
.contact-section .form-wrapper {
    background: #f9f9f9;
    padding: 30px 0;
    margin-top: 30px;
    position: relative;
}
.contact-section .form-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    left: -100%;
    background: #f9f9f9;
}
.contact-section .form-wrapper h4 {
    margin-bottom: 30px;
}
.contact-section .form-wrapper form .group {
    position: relative;
    margin-bottom: 20px;
}
.contact-section .form-wrapper form .group input,
.contact-section .form-wrapper form .group textarea,
.contact-section .form-wrapper form .group select {
    max-width: 400px;
    width: 100%;
    border: 1px solid #d8d8d8;
    outline: 0;
    padding: 5px 10px;
    font-family: "gilroymedium", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    resize: none;
}
.contact-section .form-wrapper form .group input::-moz-placeholder,
.contact-section .form-wrapper form .group textarea::-moz-placeholder,
.contact-section .form-wrapper form .group select::-moz-placeholder {
    color: #878992;
    opacity: 1 !important;
}
.contact-section .form-wrapper form .group input::placeholder,
.contact-section .form-wrapper form .group textarea::placeholder,
.contact-section .form-wrapper form .group select::placeholder {
    color: #878992;
    opacity: 1 !important;
}
.contact-section .form-wrapper form .group label {
    font-family: "gilroymedium", sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    color: #878992;
}
.contact-section .form-wrapper form .group.radio-group {
    display: flex;
    align-items: center;
}
.contact-section .form-wrapper form .group.radio-group .buttons {
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.contact-section .form-wrapper form .group.radio-group .radio-button {
    margin-right: 15px;
}
.contact-section
    .form-wrapper
    form
    .group.radio-group
    .radio-button:last-child {
    margin-right: 0;
}
.contact-section .form-wrapper form .group.radio-group .radio-button input {
    height: 0.1px;
    width: 0.1px;
    visibility: hidden;
}
.contact-section
    .form-wrapper
    form
    .group.radio-group
    .radio-button
    input
    + label {
    position: relative;
    padding-left: 2.5rem;
    cursor: pointer;
}
.contact-section
    .form-wrapper
    form
    .group.radio-group
    .radio-button
    input
    + label::before,
.contact-section
    .form-wrapper
    form
    .group.radio-group
    .radio-button
    input
    + label::after {
    content: "";
    display: inline-block;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
    background: #fff;
    position: absolute;
    top: 4px;
    left: 0;
}
.contact-section
    .form-wrapper
    form
    .group.radio-group
    .radio-button
    input
    + label::after {
    height: 14px;
    width: 14px;
    top: 6px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #e33834;
    opacity: 0;
}
.contact-section
    .form-wrapper
    form
    .group.radio-group
    .radio-button
    input:checked
    + label::after {
    opacity: 1;
}
.contact-section .form-wrapper form .group button {
    border: 0;
    outline: 0;
    color: #fff;
    padding: 6px 20px;
    border-radius: 3px;
}
@media (max-width: 1200px) {
    .contact-section > .container .right-side {
        display: none;
    }
    .contact-section > .container .left-side {
        width: 100%;
    }
    .contact-section .form-wrapper::before {
        right: -100%;
        z-index: -1;
    }
}
.map iframe {
    width: 100%;
}
section.branch-network .district-slider-wrapper {
    position: relative;
    padding: 30px 0;
    overflow: hidden;
}
section.branch-network .district-slider-wrapper .district-prev,
section.branch-network .district-slider-wrapper .district-next {
    outline: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: #fff;
    border-radius: 50%;
}
section.branch-network .district-slider-wrapper .district-prev::before,
section.branch-network .district-slider-wrapper .district-next::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    background-image: radial-gradient(transparent, #fff, transparent);
    z-index: -1;
    border-radius: 50%;
}
section.branch-network .district-slider-wrapper .district-prev img,
section.branch-network .district-slider-wrapper .district-next img {
    max-width: 40px;
}
section.branch-network
    .district-slider-wrapper
    .district-prev.swiper-button-disabled,
section.branch-network
    .district-slider-wrapper
    .district-next.swiper-button-disabled {
    filter: grayscale(1);
}
section.branch-network .district-slider-wrapper .district-prev {
    left: 0;
}
section.branch-network .district-slider-wrapper .district-next {
    right: 0;
}
section.branch-network
    .district-slider-wrapper
    .district-slider
    .swiper-wrapper {
    margin-left: 65px;
}
section.branch-network .district-slider-wrapper .district-slider .swiper-slide {
    width: auto;
    font-family: "gilroysemibold", sans-serif;
    color: #000;
    letter-spacing: 0.8px;
}
section.branch-network
    .district-slider-wrapper
    .district-slider
    .swiper-slide.swiper-slide-active {
    color: #e33834;
}
section.branch-network
    .blog-container
    .left-side
    .blog-slider-wrapper
    .blog-slider {
    height: 700px;
}
section.branch-network .blog-container .left-side .branch-title span {
    color: #e33834;
}
section.branch-network .blog-container .icons-group .icon-row {
    display: flex;
    align-items: center;
    font-family: "gilroymedium", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #878992;
    margin-bottom: 5px;
}
section.branch-network .blog-container .icons-group .icon-row img {
    max-width: 15px;
    margin-right: 10px;
}
section.branch-network .blog-container .map {
    margin-top: 30px;
}
section.branch-network .blog-container .map iframe {
    height: 500px;
}
.thank_you {
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.thank_you .thank_you__wrap {
    width: 100%;
    max-width: 628px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.thank_you .thank_you__wrap .logo-icon {
    width: 96px;
}
.thank_you .thank_you__wrap h3 {
    font-size: 56px;
    font-size: 5.6rem;
}
.thank_you .thank_you__wrap p {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
}
.accessability-panel {
    width: 100%;
    max-width: 330px;
    height: 100dvh;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999999;
    background-color: #fff;
    display: none
}

@media(max-width:767px) {
    .accessability-panel {
        max-width: 100%
    }
}

.accessability-panel .reset-button-wrap {
    width: 100%;
    height: 60px;
    padding: 20px 10px;
    background-color: #fff;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center
}

.accessability-panel .reset-button-wrap button {
    width: 100%;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    background-color: #f8d800;
    border: 0
}

.accessability-panel .reset-button-wrap button span {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #101112
}

.accessability-panel__header {
    background-color: #e33734;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px
}

.accessability-panel__header h3 {
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    padding: 0;
    margin: 0
}

.accessability-panel__header .close-acc-p {
    background-color: transparent;
    outline: 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.accessability-panel__body {
    height: 100%;
    overflow: hidden scroll;
    padding: 20px 15px;
    background: #fff;
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    padding-bottom: 10rem;
    box-shadow: 1px -1px 2px 0 #8a8a8a
}

.accessability-panel__body .group-section {
    padding: 0 30px 30px 30px
}

.accessability-panel__body .group-section__title {
    font-weight: 800;
    color: #101112
}

.accessability-panel__body ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
}

.accessability-panel__body ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.accessability-panel__body ul li button {
    width: 72px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 100%;
    border: 0;
    border: 1.5px solid #e33734;
    outline: 0;
    position: relative
}

.accessability-panel__body ul li button .progress-bar {
    position: absolute;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: radial-gradient(closest-side, #e33734 90%, transparent 80% 100%), conic-gradient(#e33734 75%, #fff 0);
    opacity: 0;
    animation: 3ms ease-in-out;
    visibility: hidden
}

.accessability-panel__body ul li button svg {
    position: relative;
    z-index: 99999999
}

.accessability-panel__body ul li button svg path {
    fill: #e33734
}

.accessability-panel__body ul li button.active {
    background-color: #e33734;
    color: #fff
}

.accessability-panel__body ul li button.active .progress-bar {
    opacity: 1;
    visibility: visible
}

.accessability-panel__body ul li button.active svg path {
    fill: #fff
}

.accessability-panel__body ul li h5 {
    color: #202226;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center
}

.tooltip-show {
    position: absolute;
    width: -moz-max-content;
    width: max-content;
    height: auto;
    border-radius: 4px;
    background: #3f4a5b;
    padding: 5px 10px;
    color: #fff;
    border: solid 2px #fff
}

.tooltip-show p {
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    font-family: "Nunito";
    font-weight: 700
}

.tooltip-show:hover {
    display: none
}

.acc-btn-wrap {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999
}

@media(max-width:767px) {
    .acc-btn-wrap {
        bottom: 10px;
    }
}

@media(max-width:576px) {
    .acc-btn-wrap {
        bottom: 5px;
    }
}

.accButton {
    border: 0;
    outline: 0;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e33734;
    border-radius: 50%;
    width: 50px;
    height: 50px
}

.accButton svg {
    width: 30px;
    height: 30px
}

.accButton img {
    width: 30px;
    height: 30px
}

.accButton span {
    font-size: 14px;
    font-weight: 700;
    color: #000
}

@media(max-width:992px) {
    .accButton span {
        display: none
    }
}
.investment-wakala {
    background: #eaedef;
    padding: 80px 0;
}
.investment-wakala .investment-top {
    display: flex;
    gap: 52px;
}
@media (max-width: 580px) {
    .investment-wakala .investment-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
.investment-wakala .investment-top:last-child {
    margin-top: 43.13px;
}
.investment-wakala .investment-top .for-investment {
    background: #fff;
    padding: 24px;
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
    overflow: scroll;
}
@media (max-width: 580px) {
    .investment-wakala .investment-top .for-investment {
        max-width: unset;
    }
}
.investment-wakala .investment-top .for-investment-wrap {
    display: flex;
    gap: 64px;
}
@media (max-width: 768px) {
    .investment-wakala .investment-top .for-investment-wrap {
        flex-wrap: wrap;
        gap: 24px;
        justify-content: center;
    }
}
.investment-wakala .single-wakala {
    max-width: 251px;
}
@media (max-width: 580px) {
    .investment-wakala .single-wakala {
        text-align: start;
    }
}
.investment-wakala img {
    padding-bottom: 16.41px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 16.41px;
    width: 100%;
}
.investment-wakala h2 {
    margin: 0;
    color: #bf1b2c;
    font-family: "gilroysemibold", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 24px;
}
.investment-wakala h3 {
    color: #202330;
    font-family: "gilroybold", sans-serif;
    font-size: 20.513px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.769px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
}
.investment-wakala p {
    color: #494c5b;
    font-family: "gilroymedium", sans-serif;
    font-size: 20.513px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    line-height: 30.769px;
}
.islamic-finance-about ul li {
    position: relative;
    padding-left: 1.3rem !important;
}
.islamic-finance-about ul li::before {
    content: "\f111" !important;
    display: inline-block;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-size: 6px !important;
    color: #e43834 !important;
    position: absolute;
    top: 6px !important;
    left: 0 !important;
}
.sldis {
    background: #f8f9fa;
    padding: 40px;
    margin-bottom: 60px;
    border: 2px solid #e0e0e0;
}
@media (max-width: 580px) {
    .sldis {
        padding: 20px;
        margin-bottom: 40px;
    }
}

.sldis-links a {
    color: #0066cc;
    font-family: "gilroysemibold", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-decoration: underline;
    transition: all 0.3s ease;
    margin-right: 8px;
}
.sldis-links a:hover {
    color: #004080;
}
.sldis-logo {
    margin-bottom: 0;
}
.sldis-logo img {
    max-width: 200px;
    height: auto;
    display: block;
}
@media (max-width: 580px) {
    .sldis-logo img {
        max-width: 160px;
    }
}

.islamic-contact {
    padding: 66px 0 85px 0;
}
.islamic-contact-main-wrapper {
    background: #c9ecff;
    padding: 32px 80px;
}
@media (max-width: 580px) {
    .islamic-contact-main-wrapper {
        padding: 25px 30px;
    }
}
.islamic-contact-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media (max-width: 580px) {
    .islamic-contact-wrapper .contact-single {
        width: 100%;
        margin-bottom: 24px;
    }
}
.islamic-contact-wrapper .contact-single p {
    color: #202330;
    font-family: "gilroybold", sans-serif;
    font-size: 20.513px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.769px;
    margin: 0;
}
.islamic-contact-wrapper .contact-single a {
    color: #494c5b;
    font-family: "gilroymedium", sans-serif;
    font-size: 20.513px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.769px;
}
