/* input(4952,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':' */
:root {
    --iti-hover-color: rgba(0, 0, 0, 0.05);
    --iti-border-color: #ccc;
    --iti-dialcode-color: #999;
    --iti-dropdown-bg: white;
    --iti-spacer-horizontal: 8px;
    --iti-flag-height: 12px;
    --iti-flag-width: 16px;
    --iti-border-width: 1px;
    --iti-arrow-height: 4px;
    --iti-arrow-width: 6px;
    --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
    --iti-arrow-padding: 6px;
    --iti-arrow-color: #555;
    --iti-path-flags-1x: url("/libimages/img/flags.png?v=zzzGI47EpYMfXzI8eVnhPvjoW_s");
    --iti-path-flags-2x: url("/libimages/img/flags@2x.png?v=ISsDeQauAe9TW6uUQM-Qjj56oXs");
    --iti-path-globe-1x: url("/libimages/img/globe.png?v=I6uKsnPOMyR9GmbvPDJxlEGNYpc");
    --iti-path-globe-2x: url("/libimages/img/globe@2x.png?v=OxgiW0RafgYveK3hqOWDFE7KocU");
    --iti-flag-sprite-width: 3904px;
    --iti-flag-sprite-height: 12px;
    --iti-mobile-popup-margin: 30px
}.iti{position:relative;display:inline-block}.iti *{box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti__a11y-text{width:1px;height:1px;clip:rect(1px,1px,1px,1px);overflow:hidden;position:absolute}.iti input.iti__tel-input,.iti input.iti__tel-input[type=tel],.iti input.iti__tel-input[type=text]{position:relative;z-index:0;margin:0!important}.iti__country-container{position:absolute;top:0;bottom:0;padding:var(--iti-border-width)}.iti__selected-country{z-index:1;position:relative;display:flex;align-items:center;height:100%;background:0 0;border:0;margin:0;padding:0;font-family:inherit;font-size:inherit;color:inherit;border-radius:0;font-weight:inherit;line-height:inherit;text-decoration:none}.iti__selected-country-primary{display:flex;align-items:center;height:100%;padding:0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal)}.iti__arrow{margin-left:var(--iti-arrow-padding);width:0;height:0;border-left:var(--iti-triangle-border) solid transparent;border-right:var(--iti-triangle-border) solid transparent;border-top:var(--iti-arrow-height) solid var(--iti-arrow-color)}[dir=rtl] .iti__arrow{margin-right:var(--iti-arrow-padding);margin-left:0}.iti__arrow--up{border-top:none;border-bottom:var(--iti-arrow-height) solid var(--iti-arrow-color)}.iti__dropdown-content{border-radius:3px;background-color:var(--iti-dropdown-bg)}.iti--inline-dropdown .iti__dropdown-content{position:absolute;z-index:2;margin-top:3px;margin-left:calc(var(--iti-border-width) * -1);border:var(--iti-border-width) solid var(--iti-border-color);box-shadow:1px 1px 4px rgba(0,0,0,.2)}.iti__search-input{width:100%;border-width:0;border-radius:3px}.iti__search-input+.iti__country-list{border-top:1px solid var(--iti-border-color)}.iti__country-list{list-style:none;padding:0;margin:0;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti--inline-dropdown .iti__country-list{max-height:185px}.iti--flexible-dropdown-width .iti__country-list{white-space:nowrap}@media (max-width:500px){.iti--flexible-dropdown-width .iti__country-list{white-space:normal}}.iti__country{display:flex;align-items:center;padding:8px var(--iti-spacer-horizontal);outline:0}.iti__dial-code{color:var(--iti-dialcode-color)}.iti__country.iti__highlight{background-color:var(--iti-hover-color)}.iti__country-list .iti__flag,.iti__country-name{margin-right:var(--iti-spacer-horizontal)}[dir=rtl] .iti__country-list .iti__flag,[dir=rtl] .iti__country-name{margin-right:0;margin-left:var(--iti-spacer-horizontal)}.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover,.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button{cursor:pointer}.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary{background-color:var(--iti-hover-color)}.iti .iti__selected-dial-code{margin-left:4px}[dir=rtl] .iti .iti__selected-dial-code{margin-left:0;margin-right:4px}.iti--container{position:fixed;top:-1000px;left:-1000px;z-index:1060;padding:var(--iti-border-width)}.iti--container:hover{cursor:pointer}.iti--fullscreen-popup.iti--container{background-color:rgba(0,0,0,.5);top:0;bottom:0;left:0;right:0;position:fixed;padding:var(--iti-mobile-popup-margin);display:flex;flex-direction:column;justify-content:flex-start}.iti--fullscreen-popup .iti__dropdown-content{display:flex;flex-direction:column;max-height:100%;position:relative}.iti--fullscreen-popup .iti__country{padding:10px 10px;line-height:1.5em}.iti__flag{--iti-flag-offset:100px;height:var(--iti-flag-height);width:var(--iti-flag-width);border-radius:1px;box-shadow:0 0 1px 0 #888;background-image:var(--iti-path-flags-1x);background-repeat:no-repeat;background-position:var(--iti-flag-offset) 0;background-size:var(--iti-flag-sprite-width) var(--iti-flag-sprite-height)}.iti__ac{--iti-flag-offset:0px}.iti__ad{--iti-flag-offset:-16px}.iti__ae{--iti-flag-offset:-32px}.iti__af{--iti-flag-offset:-48px}.iti__ag{--iti-flag-offset:-64px}.iti__ai{--iti-flag-offset:-80px}.iti__al{--iti-flag-offset:-96px}.iti__am{--iti-flag-offset:-112px}.iti__ao{--iti-flag-offset:-128px}.iti__ar{--iti-flag-offset:-144px}.iti__as{--iti-flag-offset:-160px}.iti__at{--iti-flag-offset:-176px}.iti__au{--iti-flag-offset:-192px}.iti__aw{--iti-flag-offset:-208px}.iti__ax{--iti-flag-offset:-224px}.iti__az{--iti-flag-offset:-240px}.iti__ba{--iti-flag-offset:-256px}.iti__bb{--iti-flag-offset:-272px}.iti__bd{--iti-flag-offset:-288px}.iti__be{--iti-flag-offset:-304px}.iti__bf{--iti-flag-offset:-320px}.iti__bg{--iti-flag-offset:-336px}.iti__bh{--iti-flag-offset:-352px}.iti__bi{--iti-flag-offset:-368px}.iti__bj{--iti-flag-offset:-384px}.iti__bl{--iti-flag-offset:-400px}.iti__bm{--iti-flag-offset:-416px}.iti__bn{--iti-flag-offset:-432px}.iti__bo{--iti-flag-offset:-448px}.iti__bq{--iti-flag-offset:-464px}.iti__br{--iti-flag-offset:-480px}.iti__bs{--iti-flag-offset:-496px}.iti__bt{--iti-flag-offset:-512px}.iti__bw{--iti-flag-offset:-528px}.iti__by{--iti-flag-offset:-544px}.iti__bz{--iti-flag-offset:-560px}.iti__ca{--iti-flag-offset:-576px}.iti__cc{--iti-flag-offset:-592px}.iti__cd{--iti-flag-offset:-608px}.iti__cf{--iti-flag-offset:-624px}.iti__cg{--iti-flag-offset:-640px}.iti__ch{--iti-flag-offset:-656px}.iti__ci{--iti-flag-offset:-672px}.iti__ck{--iti-flag-offset:-688px}.iti__cl{--iti-flag-offset:-704px}.iti__cm{--iti-flag-offset:-720px}.iti__cn{--iti-flag-offset:-736px}.iti__co{--iti-flag-offset:-752px}.iti__cr{--iti-flag-offset:-768px}.iti__cu{--iti-flag-offset:-784px}.iti__cv{--iti-flag-offset:-800px}.iti__cw{--iti-flag-offset:-816px}.iti__cx{--iti-flag-offset:-832px}.iti__cy{--iti-flag-offset:-848px}.iti__cz{--iti-flag-offset:-864px}.iti__de{--iti-flag-offset:-880px}.iti__dj{--iti-flag-offset:-896px}.iti__dk{--iti-flag-offset:-912px}.iti__dm{--iti-flag-offset:-928px}.iti__do{--iti-flag-offset:-944px}.iti__dz{--iti-flag-offset:-960px}.iti__ec{--iti-flag-offset:-976px}.iti__ee{--iti-flag-offset:-992px}.iti__eg{--iti-flag-offset:-1008px}.iti__eh{--iti-flag-offset:-1024px}.iti__er{--iti-flag-offset:-1040px}.iti__es{--iti-flag-offset:-1056px}.iti__et{--iti-flag-offset:-1072px}.iti__fi{--iti-flag-offset:-1088px}.iti__fj{--iti-flag-offset:-1104px}.iti__fk{--iti-flag-offset:-1120px}.iti__fm{--iti-flag-offset:-1136px}.iti__fo{--iti-flag-offset:-1152px}.iti__fr{--iti-flag-offset:-1168px}.iti__ga{--iti-flag-offset:-1184px}.iti__gb{--iti-flag-offset:-1200px}.iti__gd{--iti-flag-offset:-1216px}.iti__ge{--iti-flag-offset:-1232px}.iti__gf{--iti-flag-offset:-1248px}.iti__gg{--iti-flag-offset:-1264px}.iti__gh{--iti-flag-offset:-1280px}.iti__gi{--iti-flag-offset:-1296px}.iti__gl{--iti-flag-offset:-1312px}.iti__gm{--iti-flag-offset:-1328px}.iti__gn{--iti-flag-offset:-1344px}.iti__gp{--iti-flag-offset:-1360px}.iti__gq{--iti-flag-offset:-1376px}.iti__gr{--iti-flag-offset:-1392px}.iti__gt{--iti-flag-offset:-1408px}.iti__gu{--iti-flag-offset:-1424px}.iti__gw{--iti-flag-offset:-1440px}.iti__gy{--iti-flag-offset:-1456px}.iti__hk{--iti-flag-offset:-1472px}.iti__hn{--iti-flag-offset:-1488px}.iti__hr{--iti-flag-offset:-1504px}.iti__ht{--iti-flag-offset:-1520px}.iti__hu{--iti-flag-offset:-1536px}.iti__id{--iti-flag-offset:-1552px}.iti__ie{--iti-flag-offset:-1568px}.iti__il{--iti-flag-offset:-1584px}.iti__im{--iti-flag-offset:-1600px}.iti__in{--iti-flag-offset:-1616px}.iti__io{--iti-flag-offset:-1632px}.iti__iq{--iti-flag-offset:-1648px}.iti__ir{--iti-flag-offset:-1664px}.iti__is{--iti-flag-offset:-1680px}.iti__it{--iti-flag-offset:-1696px}.iti__je{--iti-flag-offset:-1712px}.iti__jm{--iti-flag-offset:-1728px}.iti__jo{--iti-flag-offset:-1744px}.iti__jp{--iti-flag-offset:-1760px}.iti__ke{--iti-flag-offset:-1776px}.iti__kg{--iti-flag-offset:-1792px}.iti__kh{--iti-flag-offset:-1808px}.iti__ki{--iti-flag-offset:-1824px}.iti__km{--iti-flag-offset:-1840px}.iti__kn{--iti-flag-offset:-1856px}.iti__kp{--iti-flag-offset:-1872px}.iti__kr{--iti-flag-offset:-1888px}.iti__kw{--iti-flag-offset:-1904px}.iti__ky{--iti-flag-offset:-1920px}.iti__kz{--iti-flag-offset:-1936px}.iti__la{--iti-flag-offset:-1952px}.iti__lb{--iti-flag-offset:-1968px}.iti__lc{--iti-flag-offset:-1984px}.iti__li{--iti-flag-offset:-2000px}.iti__lk{--iti-flag-offset:-2016px}.iti__lr{--iti-flag-offset:-2032px}.iti__ls{--iti-flag-offset:-2048px}.iti__lt{--iti-flag-offset:-2064px}.iti__lu{--iti-flag-offset:-2080px}.iti__lv{--iti-flag-offset:-2096px}.iti__ly{--iti-flag-offset:-2112px}.iti__ma{--iti-flag-offset:-2128px}.iti__mc{--iti-flag-offset:-2144px}.iti__md{--iti-flag-offset:-2160px}.iti__me{--iti-flag-offset:-2176px}.iti__mf{--iti-flag-offset:-2192px}.iti__mg{--iti-flag-offset:-2208px}.iti__mh{--iti-flag-offset:-2224px}.iti__mk{--iti-flag-offset:-2240px}.iti__ml{--iti-flag-offset:-2256px}.iti__mm{--iti-flag-offset:-2272px}.iti__mn{--iti-flag-offset:-2288px}.iti__mo{--iti-flag-offset:-2304px}.iti__mp{--iti-flag-offset:-2320px}.iti__mq{--iti-flag-offset:-2336px}.iti__mr{--iti-flag-offset:-2352px}.iti__ms{--iti-flag-offset:-2368px}.iti__mt{--iti-flag-offset:-2384px}.iti__mu{--iti-flag-offset:-2400px}.iti__mv{--iti-flag-offset:-2416px}.iti__mw{--iti-flag-offset:-2432px}.iti__mx{--iti-flag-offset:-2448px}.iti__my{--iti-flag-offset:-2464px}.iti__mz{--iti-flag-offset:-2480px}.iti__na{--iti-flag-offset:-2496px}.iti__nc{--iti-flag-offset:-2512px}.iti__ne{--iti-flag-offset:-2528px}.iti__nf{--iti-flag-offset:-2544px}.iti__ng{--iti-flag-offset:-2560px}.iti__ni{--iti-flag-offset:-2576px}.iti__nl{--iti-flag-offset:-2592px}.iti__no{--iti-flag-offset:-2608px}.iti__np{--iti-flag-offset:-2624px}.iti__nr{--iti-flag-offset:-2640px}.iti__nu{--iti-flag-offset:-2656px}.iti__nz{--iti-flag-offset:-2672px}.iti__om{--iti-flag-offset:-2688px}.iti__pa{--iti-flag-offset:-2704px}.iti__pe{--iti-flag-offset:-2720px}.iti__pf{--iti-flag-offset:-2736px}.iti__pg{--iti-flag-offset:-2752px}.iti__ph{--iti-flag-offset:-2768px}.iti__pk{--iti-flag-offset:-2784px}.iti__pl{--iti-flag-offset:-2800px}.iti__pm{--iti-flag-offset:-2816px}.iti__pr{--iti-flag-offset:-2832px}.iti__ps{--iti-flag-offset:-2848px}.iti__pt{--iti-flag-offset:-2864px}.iti__pw{--iti-flag-offset:-2880px}.iti__py{--iti-flag-offset:-2896px}.iti__qa{--iti-flag-offset:-2912px}.iti__re{--iti-flag-offset:-2928px}.iti__ro{--iti-flag-offset:-2944px}.iti__rs{--iti-flag-offset:-2960px}.iti__ru{--iti-flag-offset:-2976px}.iti__rw{--iti-flag-offset:-2992px}.iti__sa{--iti-flag-offset:-3008px}.iti__sb{--iti-flag-offset:-3024px}.iti__sc{--iti-flag-offset:-3040px}.iti__sd{--iti-flag-offset:-3056px}.iti__se{--iti-flag-offset:-3072px}.iti__sg{--iti-flag-offset:-3088px}.iti__sh{--iti-flag-offset:-3104px}.iti__si{--iti-flag-offset:-3120px}.iti__sj{--iti-flag-offset:-3136px}.iti__sk{--iti-flag-offset:-3152px}.iti__sl{--iti-flag-offset:-3168px}.iti__sm{--iti-flag-offset:-3184px}.iti__sn{--iti-flag-offset:-3200px}.iti__so{--iti-flag-offset:-3216px}.iti__sr{--iti-flag-offset:-3232px}.iti__ss{--iti-flag-offset:-3248px}.iti__st{--iti-flag-offset:-3264px}.iti__sv{--iti-flag-offset:-3280px}.iti__sx{--iti-flag-offset:-3296px}.iti__sy{--iti-flag-offset:-3312px}.iti__sz{--iti-flag-offset:-3328px}.iti__tc{--iti-flag-offset:-3344px}.iti__td{--iti-flag-offset:-3360px}.iti__tg{--iti-flag-offset:-3376px}.iti__th{--iti-flag-offset:-3392px}.iti__tj{--iti-flag-offset:-3408px}.iti__tk{--iti-flag-offset:-3424px}.iti__tl{--iti-flag-offset:-3440px}.iti__tm{--iti-flag-offset:-3456px}.iti__tn{--iti-flag-offset:-3472px}.iti__to{--iti-flag-offset:-3488px}.iti__tr{--iti-flag-offset:-3504px}.iti__tt{--iti-flag-offset:-3520px}.iti__tv{--iti-flag-offset:-3536px}.iti__tw{--iti-flag-offset:-3552px}.iti__tz{--iti-flag-offset:-3568px}.iti__ua{--iti-flag-offset:-3584px}.iti__ug{--iti-flag-offset:-3600px}.iti__us{--iti-flag-offset:-3616px}.iti__uy{--iti-flag-offset:-3632px}.iti__uz{--iti-flag-offset:-3648px}.iti__va{--iti-flag-offset:-3664px}.iti__vc{--iti-flag-offset:-3680px}.iti__ve{--iti-flag-offset:-3696px}.iti__vg{--iti-flag-offset:-3712px}.iti__vi{--iti-flag-offset:-3728px}.iti__vn{--iti-flag-offset:-3744px}.iti__vu{--iti-flag-offset:-3760px}.iti__wf{--iti-flag-offset:-3776px}.iti__ws{--iti-flag-offset:-3792px}.iti__xk{--iti-flag-offset:-3808px}.iti__ye{--iti-flag-offset:-3824px}.iti__yt{--iti-flag-offset:-3840px}.iti__za{--iti-flag-offset:-3856px}.iti__zm{--iti-flag-offset:-3872px}.iti__zw{--iti-flag-offset:-3888px}.iti__globe{background-image:var(--iti-path-globe-1x);background-size:contain;background-position:right;box-shadow:none;height:19px}@media (min-resolution:2x){.iti__flag{background-image:var(--iti-path-flags-2x)}.iti__globe{background-image:var(--iti-path-globe-2x)}}
.iti {position: absolute;display: inline-block;top: 24px;left: 14px;}
    .iti input.iti__tel-input {
        border: none !important;
    }
@font-face{font-family:Icons;src:url(/fonts/open-iconic.eot?v=23pIjiTQM8MD0LmbuE3YSS8ZU5s);src:url(/fonts/open-iconic.eot?v=23pIjiTQM8MD0LmbuE3YSS8ZU5s&#iconic-sm) format('embedded-opentype'),url(/fonts/open-iconic.woff?v=9tcfhGbbIXDgiTN7VzVDk3J-Qwg) format('woff'),url(/fonts/open-iconic.ttf?v=sAnBgRGe5JBNPFiLn8zYz5qVogU) format('truetype'),url(/fonts/open-iconic.otf?v=31R3ajg4hkCp8h3H1i73qkwiwWU) format('opentype'),url(/fonts/open-iconic.svg#iconic-sm) format('svg');font-weight:400;font-style:normal}.oi{position:relative;top:1px;display:inline-block;speak:none;font-family:Icons;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.oi:empty:before{width:1em;text-align:center;box-sizing:content-box}.oi.oi-align-center:before{text-align:center}.oi.oi-align-left:before{text-align:left}.oi.oi-align-right:before{text-align:right}.oi.oi-flip-horizontal:before{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.oi.oi-flip-vertical:before{-webkit-transform:scale(1,-1);-ms-transform:scale(-1,1);transform:scale(1,-1)}.oi.oi-flip-horizontal-vertical:before{-webkit-transform:scale(-1,-1);-ms-transform:scale(-1,1);transform:scale(-1,-1)}.oi-account-login:before{content:'\e000'}.oi-account-logout:before{content:'\e001'}.oi-action-redo:before{content:'\e002'}.oi-action-undo:before{content:'\e003'}.oi-align-center:before{content:'\e004'}.oi-align-left:before{content:'\e005'}.oi-align-right:before{content:'\e006'}.oi-aperture:before{content:'\e007'}.oi-arrow-bottom:before{content:'\e008'}.oi-arrow-circle-bottom:before{content:'\e009'}.oi-arrow-circle-left:before{content:'\e00a'}.oi-arrow-circle-right:before{content:'\e00b'}.oi-arrow-circle-top:before{content:'\e00c'}.oi-arrow-left:before{content:'\e00d'}.oi-arrow-right:before{content:'\e00e'}.oi-arrow-thick-bottom:before{content:'\e00f'}.oi-arrow-thick-left:before{content:'\e010'}.oi-arrow-thick-right:before{content:'\e011'}.oi-arrow-thick-top:before{content:'\e012'}.oi-arrow-top:before{content:'\e013'}.oi-audio-spectrum:before{content:'\e014'}.oi-audio:before{content:'\e015'}.oi-badge:before{content:'\e016'}.oi-ban:before{content:'\e017'}.oi-bar-chart:before{content:'\e018'}.oi-basket:before{content:'\e019'}.oi-battery-empty:before{content:'\e01a'}.oi-battery-full:before{content:'\e01b'}.oi-beaker:before{content:'\e01c'}.oi-bell:before{content:'\e01d'}.oi-bluetooth:before{content:'\e01e'}.oi-bold:before{content:'\e01f'}.oi-bolt:before{content:'\e020'}.oi-book:before{content:'\e021'}.oi-bookmark:before{content:'\e022'}.oi-box:before{content:'\e023'}.oi-briefcase:before{content:'\e024'}.oi-british-pound:before{content:'\e025'}.oi-browser:before{content:'\e026'}.oi-brush:before{content:'\e027'}.oi-bug:before{content:'\e028'}.oi-bullhorn:before{content:'\e029'}.oi-calculator:before{content:'\e02a'}.oi-calendar:before{content:'\e02b'}.oi-camera-slr:before{content:'\e02c'}.oi-caret-bottom:before{content:'\e02d'}.oi-caret-left:before{content:'\e02e'}.oi-caret-right:before{content:'\e02f'}.oi-caret-top:before{content:'\e030'}.oi-cart:before{content:'\e031'}.oi-chat:before{content:'\e032'}.oi-check:before{content:'\e033'}.oi-chevron-bottom:before{content:'\e034'}.oi-chevron-left:before{content:'\e035'}.oi-chevron-right:before{content:'\e036'}.oi-chevron-top:before{content:'\e037'}.oi-circle-check:before{content:'\e038'}.oi-circle-x:before{content:'\e039'}.oi-clipboard:before{content:'\e03a'}.oi-clock:before{content:'\e03b'}.oi-cloud-download:before{content:'\e03c'}.oi-cloud-upload:before{content:'\e03d'}.oi-cloud:before{content:'\e03e'}.oi-cloudy:before{content:'\e03f'}.oi-code:before{content:'\e040'}.oi-cog:before{content:'\e041'}.oi-collapse-down:before{content:'\e042'}.oi-collapse-left:before{content:'\e043'}.oi-collapse-right:before{content:'\e044'}.oi-collapse-up:before{content:'\e045'}.oi-command:before{content:'\e046'}.oi-comment-square:before{content:'\e047'}.oi-compass:before{content:'\e048'}.oi-contrast:before{content:'\e049'}.oi-copywriting:before{content:'\e04a'}.oi-credit-card:before{content:'\e04b'}.oi-crop:before{content:'\e04c'}.oi-dashboard:before{content:'\e04d'}.oi-data-transfer-download:before{content:'\e04e'}.oi-data-transfer-upload:before{content:'\e04f'}.oi-delete:before{content:'\e050'}.oi-dial:before{content:'\e051'}.oi-document:before{content:'\e052'}.oi-dollar:before{content:'\e053'}.oi-double-quote-sans-left:before{content:'\e054'}.oi-double-quote-sans-right:before{content:'\e055'}.oi-double-quote-serif-left:before{content:'\e056'}.oi-double-quote-serif-right:before{content:'\e057'}.oi-droplet:before{content:'\e058'}.oi-eject:before{content:'\e059'}.oi-elevator:before{content:'\e05a'}.oi-ellipses:before{content:'\e05b'}.oi-envelope-closed:before{content:'\e05c'}.oi-envelope-open:before{content:'\e05d'}.oi-euro:before{content:'\e05e'}.oi-excerpt:before{content:'\e05f'}.oi-expand-down:before{content:'\e060'}.oi-expand-left:before{content:'\e061'}.oi-expand-right:before{content:'\e062'}.oi-expand-up:before{content:'\e063'}.oi-external-link:before{content:'\e064'}.oi-eye:before{content:'\e065'}.oi-eyedropper:before{content:'\e066'}.oi-file:before{content:'\e067'}.oi-fire:before{content:'\e068'}.oi-flag:before{content:'\e069'}.oi-flash:before{content:'\e06a'}.oi-folder:before{content:'\e06b'}.oi-fork:before{content:'\e06c'}.oi-fullscreen-enter:before{content:'\e06d'}.oi-fullscreen-exit:before{content:'\e06e'}.oi-globe:before{content:'\e06f'}.oi-graph:before{content:'\e070'}.oi-grid-four-up:before{content:'\e071'}.oi-grid-three-up:before{content:'\e072'}.oi-grid-two-up:before{content:'\e073'}.oi-hard-drive:before{content:'\e074'}.oi-header:before{content:'\e075'}.oi-headphones:before{content:'\e076'}.oi-heart:before{content:'\e077'}.oi-home:before{content:'\e078'}.oi-image:before{content:'\e079'}.oi-inbox:before{content:'\e07a'}.oi-infinity:before{content:'\e07b'}.oi-info:before{content:'\e07c'}.oi-italic:before{content:'\e07d'}.oi-justify-center:before{content:'\e07e'}.oi-justify-left:before{content:'\e07f'}.oi-justify-right:before{content:'\e080'}.oi-key:before{content:'\e081'}.oi-laptop:before{content:'\e082'}.oi-layers:before{content:'\e083'}.oi-lightbulb:before{content:'\e084'}.oi-link-broken:before{content:'\e085'}.oi-link-intact:before{content:'\e086'}.oi-list-rich:before{content:'\e087'}.oi-list:before{content:'\e088'}.oi-location:before{content:'\e089'}.oi-lock-locked:before{content:'\e08a'}.oi-lock-unlocked:before{content:'\e08b'}.oi-loop-circular:before{content:'\e08c'}.oi-loop-square:before{content:'\e08d'}.oi-loop:before{content:'\e08e'}.oi-magnifying-glass:before{content:'\e08f'}.oi-map-marker:before{content:'\e090'}.oi-map:before{content:'\e091'}.oi-media-pause:before{content:'\e092'}.oi-media-play:before{content:'\e093'}.oi-media-record:before{content:'\e094'}.oi-media-skip-backward:before{content:'\e095'}.oi-media-skip-forward:before{content:'\e096'}.oi-media-step-backward:before{content:'\e097'}.oi-media-step-forward:before{content:'\e098'}.oi-media-stop:before{content:'\e099'}.oi-medical-cross:before{content:'\e09a'}.oi-menu:before{content:'\e09b'}.oi-microphone:before{content:'\e09c'}.oi-minus:before{content:'\e09d'}.oi-monitor:before{content:'\e09e'}.oi-moon:before{content:'\e09f'}.oi-move:before{content:'\e0a0'}.oi-musical-note:before{content:'\e0a1'}.oi-paperclip:before{content:'\e0a2'}.oi-pencil:before{content:'\e0a3'}.oi-people:before{content:'\e0a4'}.oi-person:before{content:'\e0a5'}.oi-phone:before{content:'\e0a6'}.oi-pie-chart:before{content:'\e0a7'}.oi-pin:before{content:'\e0a8'}.oi-play-circle:before{content:'\e0a9'}.oi-plus:before{content:'\e0aa'}.oi-power-standby:before{content:'\e0ab'}.oi-print:before{content:'\e0ac'}.oi-project:before{content:'\e0ad'}.oi-pulse:before{content:'\e0ae'}.oi-puzzle-piece:before{content:'\e0af'}.oi-question-mark:before{content:'\e0b0'}.oi-rain:before{content:'\e0b1'}.oi-random:before{content:'\e0b2'}.oi-reload:before{content:'\e0b3'}.oi-resize-both:before{content:'\e0b4'}.oi-resize-height:before{content:'\e0b5'}.oi-resize-width:before{content:'\e0b6'}.oi-rss-alt:before{content:'\e0b7'}.oi-rss:before{content:'\e0b8'}.oi-script:before{content:'\e0b9'}.oi-share-boxed:before{content:'\e0ba'}.oi-share:before{content:'\e0bb'}.oi-shield:before{content:'\e0bc'}.oi-signal:before{content:'\e0bd'}.oi-signpost:before{content:'\e0be'}.oi-sort-ascending:before{content:'\e0bf'}.oi-sort-descending:before{content:'\e0c0'}.oi-spreadsheet:before{content:'\e0c1'}.oi-star:before{content:'\e0c2'}.oi-sun:before{content:'\e0c3'}.oi-tablet:before{content:'\e0c4'}.oi-tag:before{content:'\e0c5'}.oi-tags:before{content:'\e0c6'}.oi-target:before{content:'\e0c7'}.oi-task:before{content:'\e0c8'}.oi-terminal:before{content:'\e0c9'}.oi-text:before{content:'\e0ca'}.oi-thumb-down:before{content:'\e0cb'}.oi-thumb-up:before{content:'\e0cc'}.oi-timer:before{content:'\e0cd'}.oi-transfer:before{content:'\e0ce'}.oi-trash:before{content:'\e0cf'}.oi-underline:before{content:'\e0d0'}.oi-vertical-align-bottom:before{content:'\e0d1'}.oi-vertical-align-center:before{content:'\e0d2'}.oi-vertical-align-top:before{content:'\e0d3'}.oi-video:before{content:'\e0d4'}.oi-volume-high:before{content:'\e0d5'}.oi-volume-low:before{content:'\e0d6'}.oi-volume-off:before{content:'\e0d7'}.oi-warning:before{content:'\e0d8'}.oi-wifi:before{content:'\e0d9'}.oi-wrench:before{content:'\e0da'}.oi-x:before{content:'\e0db'}.oi-yen:before{content:'\e0dc'}.oi-zoom-in:before{content:'\e0dd'}.oi-zoom-out:before{content:'\e0de'}
.tether-element,.tether-element *,.tether-element :after,.tether-element :before,.tether-element:after,.tether-element:before{box-sizing:border-box}.tether-element{position:absolute;display:none}.tether-element.tether-open{display:block}
.tether-element.tether-theme-arrows.tether-element-attached-bottom.tether-element-attached-center .tether-content,.tether-element.tether-theme-arrows.tether-element-attached-bottom.tether-element-attached-left.tether-target-attached-middle .tether-content,.tether-element.tether-theme-arrows.tether-element-attached-bottom.tether-element-attached-left.tether-target-attached-top .tether-content,.tether-element.tether-theme-arrows.tether-element-attached-bottom.tether-element-attached-right.tether-target-attached-middle .tether-content,.tether-element.tether-theme-arrows.tether-element-attached-bottom.tether-element-attached-right.tether-target-attached-top .tether-content{margin-bottom:16px}.tether-element.tether-theme-arrows.tether-element-attached-bottom.tether-element-attached-right.tether-target-attached-left .tether-content,.tether-element.tether-theme-arrows.tether-element-attached-right.tether-element-attached-middle .tether-content,.tether-element.tether-theme-arrows.tether-element-attached-top.tether-element-attached-right.tether-target-attached-left .tether-content{margin-right:16px}.tether-element,.tether-element *,.tether-element :after,.tether-element :before,.tether-element:after,.tether-element:before{box-sizing:border-box}.tether-element{position:absolute;display:none}.tether-element.tether-open{display:block}.tether-element.tether-theme-arrows{max-width:100%;max-height:100%}.tether-element.tether-theme-arrows .tether-content{border-radius:5px;position:relative;font-family:inherit;background:#fff;color:inherit;padding:1em;font-size:1.1em;line-height:1.5em;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-filter:drop-shadow(0 1px 4px rgba(0, 0, 0, .2));filter:drop-shadow(0 1px 4px rgba(0, 0, 0, .2))}.tether-element.tether-theme-arrows .tether-content:before{content:"";display:block;position:absolute;width:0;height:0;border-color:transparent;border-width:16px;border-style:solid}.tether-element.tether-theme-arrows.tether-element-attached-bottom.tether-element-attached-center .tether-content:before{top:100%;left:50%;margin-left:-16px;border-top-color:#fff}.tether-element.tether-theme-arrows.tether-element-attached-top.tether-element-attached-center .tether-content{margin-top:16px}.tether-element.tether-theme-arrows.tether-element-attached-top.tether-element-attached-center .tether-content:before{bottom:100%;left:50%;margin-left:-16px;border-bottom-color:#fff}.tether-element.tether-theme-arrows.tether-element-attached-bottom.tether-element-attached-left.tether-target-attached-right .tether-content,.tether-element.tether-theme-arrows.tether-element-attached-left.tether-element-attached-middle .tether-content,.tether-element.tether-theme-arrows.tether-element-attached-top.tether-element-attached-left.tether-target-attached-right .tether-content{margin-left:16px}.tether-element.tether-theme-arrows.tether-element-attached-right.tether-element-attached-middle .tether-content:before{left:100%;top:50%;margin-top:-16px;border-left-color:#fff}.tether-element.tether-theme-arrows.tether-element-attached-left.tether-element-attached-middle .tether-content:before{right:100%;top:50%;margin-top:-16px;border-right-color:#fff}.tether-element.tether-theme-arrows.tether-element-attached-top.tether-element-attached-left.tether-target-attached-bottom .tether-content,.tether-element.tether-theme-arrows.tether-element-attached-top.tether-element-attached-left.tether-target-attached-middle .tether-content,.tether-element.tether-theme-arrows.tether-element-attached-top.tether-element-attached-right.tether-target-attached-bottom .tether-content,.tether-element.tether-theme-arrows.tether-element-attached-top.tether-element-attached-right.tether-target-attached-middle .tether-content{margin-top:16px}.tether-element.tether-theme-arrows.tether-element-attached-left.tether-target-attached-center .tether-content{left:-32px}.tether-element.tether-theme-arrows.tether-element-attached-right.tether-target-attached-center .tether-content{left:32px}.tether-element.tether-theme-arrows.tether-element-attached-top.tether-element-attached-left.tether-target-attached-middle .tether-content:before{bottom:100%;left:16px;border-bottom-color:#fff}.tether-element.tether-theme-arrows.tether-element-attached-top.tether-element-attached-right.tether-target-attached-middle .tether-content:before{bottom:100%;right:16px;border-bottom-color:#fff}.tether-element.tether-theme-arrows.tether-element-attached-bottom.tether-element-attached-left.tether-target-attached-middle .tether-content:before{top:100%;left:16px;border-top-color:#fff}.tether-element.tether-theme-arrows.tether-element-attached-bottom.tether-element-attached-right.tether-target-attached-middle .tether-content:before{top:100%;right:16px;border-top-color:#fff}.tether-element.tether-theme-arrows.tether-element-attached-top.tether-element-attached-left.tether-target-attached-bottom .tether-content:before{bottom:100%;left:16px;border-bottom-color:#fff}.tether-element.tether-theme-arrows.tether-element-attached-top.tether-element-attached-right.tether-target-attached-bottom .tether-content:before{bottom:100%;right:16px;border-bottom-color:#fff}.tether-element.tether-theme-arrows.tether-element-attached-bottom.tether-element-attached-left.tether-target-attached-top .tether-content:before{top:100%;left:16px;border-top-color:#fff}.tether-element.tether-theme-arrows.tether-element-attached-bottom.tether-element-attached-right.tether-target-attached-top .tether-content:before{top:100%;right:16px;border-top-color:#fff}.tether-element.tether-theme-arrows.tether-element-attached-top.tether-element-attached-right.tether-target-attached-left .tether-content:before{top:16px;left:100%;border-left-color:#fff}.tether-element.tether-theme-arrows.tether-element-attached-top.tether-element-attached-left.tether-target-attached-right .tether-content:before{top:16px;right:100%;border-right-color:#fff}.tether-element.tether-theme-arrows.tether-element-attached-bottom.tether-element-attached-right.tether-target-attached-left .tether-content:before{bottom:16px;left:100%;border-left-color:#fff}.tether-element.tether-theme-arrows.tether-element-attached-bottom.tether-element-attached-left.tether-target-attached-right .tether-content:before{bottom:16px;right:100%;border-right-color:#fff}
@charset "UTF-8";/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-primary-text-emphasis:#052c65;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33,37,41;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(33, 37, 41, 0.75);--bs-secondary-color-rgb:33,37,41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:rgba(33, 37, 41, 0.5);--bs-tertiary-color-rgb:33,37,41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:inherit;--bs-link-color:#0d6efd;--bs-link-color-rgb:13,110,253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10,88,202;--bs-code-color:#d63384;--bs-highlight-color:#212529;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0, 0, 0, 0.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:rgba(13, 110, 253, 0.25);--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color:#dee2e6;--bs-body-color-rgb:222,226,230;--bs-body-bg:#212529;--bs-body-bg-rgb:33,37,41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255,255,255;--bs-secondary-color:rgba(222, 226, 230, 0.75);--bs-secondary-color-rgb:222,226,230;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52,58,64;--bs-tertiary-color:rgba(222, 226, 230, 0.5);--bs-tertiary-color-rgb:222,226,230;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43,48,53;--bs-primary-text-emphasis:#6ea8fe;--bs-secondary-text-emphasis:#a7acb1;--bs-success-text-emphasis:#75b798;--bs-info-text-emphasis:#6edff6;--bs-warning-text-emphasis:#ffda6a;--bs-danger-text-emphasis:#ea868f;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#031633;--bs-secondary-bg-subtle:#161719;--bs-success-bg-subtle:#051b11;--bs-info-bg-subtle:#032830;--bs-warning-bg-subtle:#332701;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#084298;--bs-secondary-border-subtle:#41464b;--bs-success-border-subtle:#0f5132;--bs-info-border-subtle:#087990;--bs-warning-border-subtle:#997404;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#6ea8fe;--bs-link-hover-color:#8bb9fe;--bs-link-color-rgb:110,168,254;--bs-link-hover-color-rgb:139,185,254;--bs-code-color:#e685b5;--bs-highlight-color:#dee2e6;--bs-highlight-bg:#664d03;--bs-border-color:#495057;--bs-border-color-translucent:rgba(255, 255, 255, 0.15);--bs-form-valid-color:#75b798;--bs-form-valid-border-color:#75b798;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:var(--bs-secondary-color)}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-color-type:initial;--bs-table-bg-type:initial;--bs-table-color-state:initial;--bs-table-bg-state:initial;--bs-table-color:var(--bs-emphasis-color);--bs-table-bg:var(--bs-body-bg);--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-emphasis-color);--bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb), 0.05);--bs-table-active-color:var(--bs-emphasis-color);--bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb), 0.1);--bs-table-hover-color:var(--bs-emphasis-color);--bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb), 0.075);width:100%;margin-bottom:1rem;vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem .5rem;color:var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width) * 2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.table-striped-columns>:not(caption)>tr>:nth-child(2n){--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.table-active{--bs-table-color-state:var(--bs-table-active-color);--bs-table-bg-state:var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state:var(--bs-table-hover-color);--bs-table-bg-state:var(--bs-table-hover-bg)}.table-primary{--bs-table-color:#000;--bs-table-bg:#cfe2ff;--bs-table-border-color:#a6b5cc;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color:#000;--bs-table-bg:#e2e3e5;--bs-table-border-color:#b5b6b7;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color:#000;--bs-table-bg:#d1e7dd;--bs-table-border-color:#a7b9b1;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color:#000;--bs-table-bg:#cff4fc;--bs-table-border-color:#a6c3ca;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color:#000;--bs-table-bg:#fff3cd;--bs-table-border-color:#ccc2a4;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color:#000;--bs-table-bg:#f8d7da;--bs-table-border-color:#c6acae;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color:#000;--bs-table-bg:#f8f9fa;--bs-table-border-color:#c6c7c8;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color:#fff;--bs-table-bg:#212529;--bs-table-border-color:#4d5154;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + var(--bs-border-width));padding-bottom:calc(.375rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + var(--bs-border-width));padding-bottom:calc(.5rem + var(--bs-border-width));font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + var(--bs-border-width));padding-bottom:calc(.25rem + var(--bs-border-width));font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:var(--bs-secondary-color)}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-body-bg);background-clip:padding-box;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::-moz-placeholder{color:var(--bs-secondary-color);opacity:1}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:var(--bs-secondary-bg)}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:var(--bs-body-color);background-color:transparent;border:solid transparent;border-width:var(--bs-border-width) 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));padding:.25rem .5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-control-color{width:3rem;height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color::-webkit-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color.form-control-sm{height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{--bs-form-check-bg:var(--bs-body-bg);flex-shrink:0;width:1em;height:1em;margin-top:.25em;vertical-align:top;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);-webkit-print-color-adjust:exact;color-adjust:exact;print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")}.form-range{width:100%;height:1.5rem;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;-webkit-appearance:none;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;-moz-appearance:none;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc(var(--bs-border-width) * 2));min-height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;height:100%;padding:1rem .75rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control-plaintext::-moz-placeholder,.form-floating>.form-control::-moz-placeholder{color:transparent}.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:not(:-moz-placeholder-shown)~label::after{position:absolute;inset:1rem 0.375rem;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius)}.form-floating>.form-control-plaintext~label::after,.form-floating>.form-control:focus~label::after,.form-floating>.form-control:not(:placeholder-shown)~label::after,.form-floating>.form-select~label::after{position:absolute;inset:1rem 0.375rem;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius)}.form-floating>.form-control:-webkit-autofill~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>.form-control:disabled~label,.form-floating>:disabled~label{color:#6c757d}.form-floating>.form-control:disabled~label::after,.form-floating>:disabled~label::after{background-color:var(--bs-secondary-bg)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);text-align:center;white-space:nowrap;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius)}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(var(--bs-border-width) * -1);border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-valid-color)}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius)}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:var(--bs-form-valid-border-color)}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-control-color.is-valid,.was-validated .form-control-color:valid{width:calc(3rem + calc(1.5em + .75rem))}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:var(--bs-form-valid-border-color)}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:var(--bs-form-valid-color)}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-invalid-color)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius)}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:var(--bs-form-invalid-border-color)}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-control-color.is-invalid,.was-validated .form-control-color:invalid{width:calc(3rem + calc(1.5em + .75rem))}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:var(--bs-form-invalid-border-color)}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:var(--bs-form-invalid-color)}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid{z-index:4}.btn{--bs-btn-padding-x:0.75rem;--bs-btn-padding-y:0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.5;--bs-btn-color:var(--bs-body-color);--bs-btn-bg:transparent;--bs-btn-border-width:var(--bs-border-width);--bs-btn-border-color:transparent;--bs-btn-border-radius:var(--bs-border-radius);--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0b5ed7;--bs-btn-hover-border-color:#0a58ca;--bs-btn-focus-shadow-rgb:49,132,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0a58ca;--bs-btn-active-border-color:#0a53be;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#0d6efd;--bs-btn-disabled-border-color:#0d6efd}.btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#5c636a;--bs-btn-hover-border-color:#565e64;--bs-btn-focus-shadow-rgb:130,138,145;--bs-btn-active-color:#fff;--bs-btn-active-bg:#565e64;--bs-btn-active-border-color:#51585e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#6c757d;--bs-btn-disabled-border-color:#6c757d}.btn-success{--bs-btn-color:#fff;--bs-btn-bg:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#157347;--bs-btn-hover-border-color:#146c43;--bs-btn-focus-shadow-rgb:60,153,110;--bs-btn-active-color:#fff;--bs-btn-active-bg:#146c43;--bs-btn-active-border-color:#13653f;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#198754;--bs-btn-disabled-border-color:#198754}.btn-info{--bs-btn-color:#000;--bs-btn-bg:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#31d2f2;--bs-btn-hover-border-color:#25cff2;--bs-btn-focus-shadow-rgb:11,172,204;--bs-btn-active-color:#000;--bs-btn-active-bg:#3dd5f3;--bs-btn-active-border-color:#25cff2;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#0dcaf0;--bs-btn-disabled-border-color:#0dcaf0}.btn-warning{--bs-btn-color:#000;--bs-btn-bg:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffca2c;--bs-btn-hover-border-color:#ffc720;--bs-btn-focus-shadow-rgb:217,164,6;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffcd39;--bs-btn-active-border-color:#ffc720;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ffc107;--bs-btn-disabled-border-color:#ffc107}.btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#bb2d3b;--bs-btn-hover-border-color:#b02a37;--bs-btn-focus-shadow-rgb:225,83,97;--bs-btn-active-color:#fff;--bs-btn-active-bg:#b02a37;--bs-btn-active-border-color:#a52834;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#dc3545;--bs-btn-disabled-border-color:#dc3545}.btn-light{--bs-btn-color:#000;--bs-btn-bg:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d3d4d5;--bs-btn-hover-border-color:#c6c7c8;--bs-btn-focus-shadow-rgb:211,212,213;--bs-btn-active-color:#000;--bs-btn-active-bg:#c6c7c8;--bs-btn-active-border-color:#babbbc;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f8f9fa;--bs-btn-disabled-border-color:#f8f9fa}.btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#424649;--bs-btn-hover-border-color:#373b3e;--bs-btn-focus-shadow-rgb:66,70,73;--bs-btn-active-color:#fff;--bs-btn-active-bg:#4d5154;--bs-btn-active-border-color:#373b3e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#212529;--bs-btn-disabled-border-color:#212529}.btn-outline-primary{--bs-btn-color:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0d6efd;--bs-btn-hover-border-color:#0d6efd;--bs-btn-focus-shadow-rgb:13,110,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0d6efd;--bs-btn-active-border-color:#0d6efd;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#0d6efd;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0d6efd;--bs-gradient:none}.btn-outline-secondary{--bs-btn-color:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#6c757d;--bs-btn-hover-border-color:#6c757d;--bs-btn-focus-shadow-rgb:108,117,125;--bs-btn-active-color:#fff;--bs-btn-active-bg:#6c757d;--bs-btn-active-border-color:#6c757d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#6c757d;--bs-gradient:none}.btn-outline-success{--bs-btn-color:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#198754;--bs-btn-hover-border-color:#198754;--bs-btn-focus-shadow-rgb:25,135,84;--bs-btn-active-color:#fff;--bs-btn-active-bg:#198754;--bs-btn-active-border-color:#198754;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#198754;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#198754;--bs-gradient:none}.btn-outline-info{--bs-btn-color:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#0dcaf0;--bs-btn-hover-border-color:#0dcaf0;--bs-btn-focus-shadow-rgb:13,202,240;--bs-btn-active-color:#000;--bs-btn-active-bg:#0dcaf0;--bs-btn-active-border-color:#0dcaf0;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#0dcaf0;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0dcaf0;--bs-gradient:none}.btn-outline-warning{--bs-btn-color:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffc107;--bs-btn-hover-border-color:#ffc107;--bs-btn-focus-shadow-rgb:255,193,7;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffc107;--bs-btn-active-border-color:#ffc107;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#ffc107;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#ffc107;--bs-gradient:none}.btn-outline-danger{--bs-btn-color:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#dc3545;--bs-btn-hover-border-color:#dc3545;--bs-btn-focus-shadow-rgb:220,53,69;--bs-btn-active-color:#fff;--bs-btn-active-bg:#dc3545;--bs-btn-active-border-color:#dc3545;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#dc3545;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#dc3545;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f8f9fa;--bs-btn-hover-border-color:#f8f9fa;--bs-btn-focus-shadow-rgb:248,249,250;--bs-btn-active-color:#000;--bs-btn-active-bg:#f8f9fa;--bs-btn-active-border-color:#f8f9fa;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#f8f9fa;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f8f9fa;--bs-gradient:none}.btn-outline-dark{--bs-btn-color:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#212529;--bs-btn-hover-border-color:#212529;--bs-btn-focus-shadow-rgb:33,37,41;--bs-btn-active-color:#fff;--bs-btn-active-bg:#212529;--bs-btn-active-border-color:#212529;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#212529;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#212529;--bs-gradient:none}.btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:0 0 0 #000;--bs-btn-focus-shadow-rgb:49,132,253;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-group-lg>.btn,.btn-lg{--bs-btn-padding-y:0.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:var(--bs-border-radius-lg)}.btn-group-sm>.btn,.btn-sm{--bs-btn-padding-y:0.25rem;--bs-btn-padding-x:0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius:var(--bs-border-radius-sm)}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:0.5rem;--bs-dropdown-spacer:0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:var(--bs-body-color);--bs-dropdown-bg:var(--bs-body-bg);--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:var(--bs-border-radius);--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:0.5rem;--bs-dropdown-box-shadow:var(--bs-box-shadow);--bs-dropdown-link-color:var(--bs-body-color);--bs-dropdown-link-hover-color:var(--bs-body-color);--bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:var(--bs-tertiary-color);--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:0.25rem;--bs-dropdown-header-color:#6c757d;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:0.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0;border-radius:var(--bs-dropdown-item-border-radius,0)}.dropdown-item:focus,.dropdown-item:hover{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color:#dee2e6;--bs-dropdown-bg:#343a40;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color:#dee2e6;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:rgba(255, 255, 255, 0.15);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:var(--bs-border-radius)}.btn-group>.btn-group:not(:first-child),.btn-group>:not(.btn-check:first-child)+.btn{margin-left:calc(var(--bs-border-width) * -1)}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:calc(var(--bs-border-width) * -1)}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;background:0 0;border:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width:var(--bs-border-width);--bs-nav-tabs-border-color:var(--bs-border-color);--bs-nav-tabs-border-radius:var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color:var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg:var(--bs-body-bg);--bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius:var(--bs-border-radius);--bs-nav-pills-link-active-color:#fff;--bs-nav-pills-link-active-bg:#0d6efd}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-underline{--bs-nav-underline-gap:1rem;--bs-nav-underline-border-width:0.125rem;--bs-nav-underline-link-active-color:var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{padding-right:0;padding-left:0;border-bottom:var(--bs-nav-underline-border-width) solid transparent}.nav-underline .nav-link:focus,.nav-underline .nav-link:hover{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{font-weight:700;color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentcolor}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:0.5rem;--bs-navbar-color:rgba(var(--bs-emphasis-color-rgb), 0.65);--bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb), 0.8);--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb), 0.3);--bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-padding-y:0.3125rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-nav-link-padding-x:0.5rem;--bs-navbar-toggler-padding-y:0.25rem;--bs-navbar-toggler-padding-x:0.75rem;--bs-navbar-toggler-font-size:1.25rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb), 0.15);--bs-navbar-toggler-border-radius:var(--bs-border-radius);--bs-navbar-toggler-focus-width:0.25rem;--bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:focus,.navbar-text a:hover{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color:rgba(255, 255, 255, 0.55);--bs-navbar-hover-color:rgba(255, 255, 255, 0.75);--bs-navbar-disabled-color:rgba(255, 255, 255, 0.25);--bs-navbar-active-color:#fff;--bs-navbar-brand-color:#fff;--bs-navbar-brand-hover-color:#fff;--bs-navbar-toggler-border-color:rgba(255, 255, 255, 0.1);--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card{--bs-card-spacer-y:1rem;--bs-card-spacer-x:1rem;--bs-card-title-spacer-y:0.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width:var(--bs-border-width);--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-border-radius:var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y:0.5rem;--bs-card-cap-padding-x:1rem;--bs-card-cap-bg:rgba(var(--bs-body-color-rgb), 0.03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg:var(--bs-body-bg);--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:0.75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion{--bs-accordion-color:var(--bs-body-color);--bs-accordion-bg:var(--bs-body-bg);--bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:var(--bs-border-width);--bs-accordion-border-radius:var(--bs-border-radius);--bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:var(--bs-body-color);--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-focus-border-color:#86b7fe;--bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:var(--bs-primary-text-emphasis);--bs-accordion-active-bg:var(--bs-primary-bg-subtle)}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed)::after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button::after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:var(--bs-accordion-btn-focus-border-color);outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button,.accordion-flush .accordion-item .accordion-button.collapsed{border-radius:0}[data-bs-theme=dark] .accordion-button::after{--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color:var(--bs-secondary-color);--bs-breadcrumb-item-padding-x:0.5rem;--bs-breadcrumb-item-active-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x:0.75rem;--bs-pagination-padding-y:0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:var(--bs-body-bg);--bs-pagination-border-width:var(--bs-border-width);--bs-pagination-border-color:var(--bs-border-color);--bs-pagination-border-radius:var(--bs-border-radius);--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:var(--bs-tertiary-bg);--bs-pagination-hover-border-color:var(--bs-border-color);--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:var(--bs-secondary-bg);--bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-pagination-active-color:#fff;--bs-pagination-active-bg:#0d6efd;--bs-pagination-active-border-color:#0d6efd;--bs-pagination-disabled-color:var(--bs-secondary-color);--bs-pagination-disabled-bg:var(--bs-secondary-bg);--bs-pagination-disabled-border-color:var(--bs-border-color);display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.active>.page-link,.page-link.active{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.disabled>.page-link,.page-link.disabled{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc(var(--bs-border-width) * -1)}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius:var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x:0.5rem;--bs-pagination-padding-y:0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius:var(--bs-border-radius-sm)}.badge{--bs-badge-padding-x:0.65em;--bs-badge-padding-y:0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight:700;--bs-badge-color:#fff;--bs-badge-border-radius:var(--bs-border-radius);display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius:var(--bs-border-radius);--bs-alert-link-color:inherit;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700;color:var(--bs-alert-link-color)}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color:var(--bs-primary-text-emphasis);--bs-alert-bg:var(--bs-primary-bg-subtle);--bs-alert-border-color:var(--bs-primary-border-subtle);--bs-alert-link-color:var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color:var(--bs-secondary-text-emphasis);--bs-alert-bg:var(--bs-secondary-bg-subtle);--bs-alert-border-color:var(--bs-secondary-border-subtle);--bs-alert-link-color:var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color:var(--bs-success-text-emphasis);--bs-alert-bg:var(--bs-success-bg-subtle);--bs-alert-border-color:var(--bs-success-border-subtle);--bs-alert-link-color:var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color:var(--bs-info-text-emphasis);--bs-alert-bg:var(--bs-info-bg-subtle);--bs-alert-border-color:var(--bs-info-border-subtle);--bs-alert-link-color:var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color:var(--bs-warning-text-emphasis);--bs-alert-bg:var(--bs-warning-bg-subtle);--bs-alert-border-color:var(--bs-warning-border-subtle);--bs-alert-link-color:var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color:var(--bs-danger-text-emphasis);--bs-alert-bg:var(--bs-danger-bg-subtle);--bs-alert-border-color:var(--bs-danger-border-subtle);--bs-alert-link-color:var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color:var(--bs-light-text-emphasis);--bs-alert-bg:var(--bs-light-bg-subtle);--bs-alert-border-color:var(--bs-light-border-subtle);--bs-alert-link-color:var(--bs-light-text-emphasis)}.alert-dark{--bs-alert-color:var(--bs-dark-text-emphasis);--bs-alert-bg:var(--bs-dark-bg-subtle);--bs-alert-border-color:var(--bs-dark-border-subtle);--bs-alert-link-color:var(--bs-dark-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress,.progress-stacked{--bs-progress-height:1rem;--bs-progress-font-size:0.75rem;--bs-progress-bg:var(--bs-secondary-bg);--bs-progress-border-radius:var(--bs-border-radius);--bs-progress-box-shadow:var(--bs-box-shadow-inset);--bs-progress-bar-color:#fff;--bs-progress-bar-bg:#0d6efd;--bs-progress-bar-transition:width 0.6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color:var(--bs-body-color);--bs-list-group-bg:var(--bs-body-bg);--bs-list-group-border-color:var(--bs-border-color);--bs-list-group-border-width:var(--bs-border-width);--bs-list-group-border-radius:var(--bs-border-radius);--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:0.5rem;--bs-list-group-action-color:var(--bs-secondary-color);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-tertiary-bg);--bs-list-group-action-active-color:var(--bs-body-color);--bs-list-group-action-active-bg:var(--bs-secondary-bg);--bs-list-group-disabled-color:var(--bs-secondary-color);--bs-list-group-disabled-bg:var(--bs-body-bg);--bs-list-group-active-color:#fff;--bs-list-group-active-bg:#0d6efd;--bs-list-group-active-border-color:#0d6efd;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color:var(--bs-primary-text-emphasis);--bs-list-group-bg:var(--bs-primary-bg-subtle);--bs-list-group-border-color:var(--bs-primary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-primary-border-subtle);--bs-list-group-active-color:var(--bs-primary-bg-subtle);--bs-list-group-active-bg:var(--bs-primary-text-emphasis);--bs-list-group-active-border-color:var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color:var(--bs-secondary-text-emphasis);--bs-list-group-bg:var(--bs-secondary-bg-subtle);--bs-list-group-border-color:var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);--bs-list-group-active-color:var(--bs-secondary-bg-subtle);--bs-list-group-active-bg:var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color:var(--bs-secondary-text-emphasis)}.list-group-item-success{--bs-list-group-color:var(--bs-success-text-emphasis);--bs-list-group-bg:var(--bs-success-bg-subtle);--bs-list-group-border-color:var(--bs-success-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-success-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-success-border-subtle);--bs-list-group-active-color:var(--bs-success-bg-subtle);--bs-list-group-active-bg:var(--bs-success-text-emphasis);--bs-list-group-active-border-color:var(--bs-success-text-emphasis)}.list-group-item-info{--bs-list-group-color:var(--bs-info-text-emphasis);--bs-list-group-bg:var(--bs-info-bg-subtle);--bs-list-group-border-color:var(--bs-info-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-info-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-info-border-subtle);--bs-list-group-active-color:var(--bs-info-bg-subtle);--bs-list-group-active-bg:var(--bs-info-text-emphasis);--bs-list-group-active-border-color:var(--bs-info-text-emphasis)}.list-group-item-warning{--bs-list-group-color:var(--bs-warning-text-emphasis);--bs-list-group-bg:var(--bs-warning-bg-subtle);--bs-list-group-border-color:var(--bs-warning-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-warning-border-subtle);--bs-list-group-active-color:var(--bs-warning-bg-subtle);--bs-list-group-active-bg:var(--bs-warning-text-emphasis);--bs-list-group-active-border-color:var(--bs-warning-text-emphasis)}.list-group-item-danger{--bs-list-group-color:var(--bs-danger-text-emphasis);--bs-list-group-bg:var(--bs-danger-bg-subtle);--bs-list-group-border-color:var(--bs-danger-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-danger-border-subtle);--bs-list-group-active-color:var(--bs-danger-bg-subtle);--bs-list-group-active-bg:var(--bs-danger-text-emphasis);--bs-list-group-active-border-color:var(--bs-danger-text-emphasis)}.list-group-item-light{--bs-list-group-color:var(--bs-light-text-emphasis);--bs-list-group-bg:var(--bs-light-bg-subtle);--bs-list-group-border-color:var(--bs-light-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-light-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-light-border-subtle);--bs-list-group-active-color:var(--bs-light-bg-subtle);--bs-list-group-active-bg:var(--bs-light-text-emphasis);--bs-list-group-active-border-color:var(--bs-light-text-emphasis)}.list-group-item-dark{--bs-list-group-color:var(--bs-dark-text-emphasis);--bs-list-group-bg:var(--bs-dark-bg-subtle);--bs-list-group-border-color:var(--bs-dark-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-dark-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-dark-border-subtle);--bs-list-group-active-color:var(--bs-dark-bg-subtle);--bs-list-group-active-bg:var(--bs-dark-text-emphasis);--bs-list-group-active-border-color:var(--bs-dark-text-emphasis)}.btn-close{--bs-btn-close-color:#000;--bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");--bs-btn-close-opacity:0.5;--bs-btn-close-hover-opacity:0.75;--bs-btn-close-focus-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-btn-close-focus-opacity:1;--bs-btn-close-disabled-opacity:0.25;--bs-btn-close-white-filter:invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.375rem;opacity:var(--bs-btn-close-opacity)}.btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}.btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white{filter:var(--bs-btn-close-white-filter)}[data-bs-theme=dark] .btn-close{filter:var(--bs-btn-close-white-filter)}.toast{--bs-toast-zindex:1090;--bs-toast-padding-x:0.75rem;--bs-toast-padding-y:0.5rem;--bs-toast-spacing:1.5rem;--bs-toast-max-width:350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg:rgba(var(--bs-body-bg-rgb), 0.85);--bs-toast-border-width:var(--bs-border-width);--bs-toast-border-color:var(--bs-border-color-translucent);--bs-toast-border-radius:var(--bs-border-radius);--bs-toast-box-shadow:var(--bs-box-shadow);--bs-toast-header-color:var(--bs-secondary-color);--bs-toast-header-bg:rgba(var(--bs-body-bg-rgb), 0.85);--bs-toast-header-border-color:var(--bs-border-color-translucent);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex:1090;position:absolute;z-index:var(--bs-toast-zindex);width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-.5 * var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color: ;--bs-modal-bg:var(--bs-body-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:var(--bs-border-radius-lg);--bs-modal-box-shadow:var(--bs-box-shadow-sm);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin:calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media (min-width:576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:var(--bs-box-shadow)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{--bs-modal-width:800px}}@media (min-width:1200px){.modal-xl{--bs-modal-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-footer,.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-footer,.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-footer,.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-footer,.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-footer,.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:0.5rem;--bs-tooltip-padding-y:0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color:var(--bs-body-bg);--bs-tooltip-bg:var(--bs-emphasis-color);--bs-tooltip-border-radius:var(--bs-border-radius);--bs-tooltip-opacity:0.9;--bs-tooltip-arrow-width:0.8rem;--bs-tooltip-arrow-height:0.4rem;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex:1070;--bs-popover-max-width:276px;--bs-popover-font-size:0.875rem;--bs-popover-bg:var(--bs-body-bg);--bs-popover-border-width:var(--bs-border-width);--bs-popover-border-color:var(--bs-border-color-translucent);--bs-popover-border-radius:var(--bs-border-radius-lg);--bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow:var(--bs-box-shadow);--bs-popover-header-padding-x:1rem;--bs-popover-header-padding-y:0.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color:inherit;--bs-popover-header-bg:var(--bs-secondary-bg);--bs-popover-body-padding-x:1rem;--bs-popover-body-padding-y:1rem;--bs-popover-body-color:var(--bs-body-color);--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:0.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid;border-width:0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::after,.bs-popover-top>.popover-arrow::before{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::after,.bs-popover-end>.popover-arrow::before{border-width:calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::before{border-width:0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-.5 * var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::after,.bs-popover-start>.popover-arrow::before{border-width:calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}[data-bs-theme=dark] .carousel .carousel-control-next-icon,[data-bs-theme=dark] .carousel .carousel-control-prev-icon,[data-bs-theme=dark].carousel .carousel-control-next-icon,[data-bs-theme=dark].carousel .carousel-control-prev-icon{filter:invert(1) grayscale(100)}[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target]{background-color:#000}[data-bs-theme=dark] .carousel .carousel-caption,[data-bs-theme=dark].carousel .carousel-caption{color:#000}.spinner-border,.spinner-grow{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-border-width:0.25em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:transparent}.spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed:1.5s}}.offcanvas,.offcanvas-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-xl,.offcanvas-xxl{--bs-offcanvas-zindex:1045;--bs-offcanvas-width:400px;--bs-offcanvas-height:30vh;--bs-offcanvas-padding-x:1rem;--bs-offcanvas-padding-y:1rem;--bs-offcanvas-color:var(--bs-body-color);--bs-offcanvas-bg:var(--bs-body-bg);--bs-offcanvas-border-width:var(--bs-border-width);--bs-offcanvas-border-color:var(--bs-border-color-translucent);--bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);--bs-offcanvas-transition:transform 0.3s ease-in-out;--bs-offcanvas-title-line-height:1.5}@media (max-width:575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:575.98px) and (prefers-reduced-motion:reduce){.offcanvas-sm{transition:none}}@media (max-width:575.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-sm.show:not(.hiding),.offcanvas-sm.showing{transform:none}.offcanvas-sm.hiding,.offcanvas-sm.show,.offcanvas-sm.showing{visibility:visible}}@media (min-width:576px){.offcanvas-sm{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:767.98px) and (prefers-reduced-motion:reduce){.offcanvas-md{transition:none}}@media (max-width:767.98px){.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-md.show:not(.hiding),.offcanvas-md.showing{transform:none}.offcanvas-md.hiding,.offcanvas-md.show,.offcanvas-md.showing{visibility:visible}}@media (min-width:768px){.offcanvas-md{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:991.98px) and (prefers-reduced-motion:reduce){.offcanvas-lg{transition:none}}@media (max-width:991.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-lg.show:not(.hiding),.offcanvas-lg.showing{transform:none}.offcanvas-lg.hiding,.offcanvas-lg.show,.offcanvas-lg.showing{visibility:visible}}@media (min-width:992px){.offcanvas-lg{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:1199.98px) and (prefers-reduced-motion:reduce){.offcanvas-xl{transition:none}}@media (max-width:1199.98px){.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xl.show:not(.hiding),.offcanvas-xl.showing{transform:none}.offcanvas-xl.hiding,.offcanvas-xl.show,.offcanvas-xl.showing{visibility:visible}}@media (min-width:1200px){.offcanvas-xl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:1399.98px) and (prefers-reduced-motion:reduce){.offcanvas-xxl{transition:none}}@media (max-width:1399.98px){.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxl.show:not(.hiding),.offcanvas-xxl.showing{transform:none}.offcanvas-xxl.hiding,.offcanvas-xxl.show,.offcanvas-xxl.showing{visibility:visible}}@media (min-width:1400px){.offcanvas-xxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.show:not(.hiding),.offcanvas.showing{transform:none}.offcanvas.hiding,.offcanvas.show,.offcanvas.showing{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);margin-top:calc(-.5 * var(--bs-offcanvas-padding-y));margin-right:calc(-.5 * var(--bs-offcanvas-padding-x));margin-bottom:calc(-.5 * var(--bs-offcanvas-padding-y))}.offcanvas-title{margin-bottom:0;line-height:var(--bs-offcanvas-title-line-height)}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff!important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1))!important}.text-bg-secondary{color:#fff!important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1))!important}.text-bg-success{color:#fff!important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1))!important}.text-bg-info{color:#000!important;background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1))!important}.text-bg-warning{color:#000!important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1))!important}.text-bg-danger{color:#fff!important;background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1))!important}.text-bg-light{color:#000!important;background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1))!important}.text-bg-dark{color:#fff!important;background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1))!important}.link-primary{color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important}.link-primary:focus,.link-primary:hover{color:RGBA(10,88,202,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important}.link-secondary{color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important}.link-secondary:focus,.link-secondary:hover{color:RGBA(86,94,100,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important}.link-success{color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important}.link-success:focus,.link-success:hover{color:RGBA(20,108,67,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important}.link-info{color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important}.link-info:focus,.link-info:hover{color:RGBA(61,213,243,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important}.link-warning{color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important}.link-warning:focus,.link-warning:hover{color:RGBA(255,205,57,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important}.link-danger{color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important}.link-danger:focus,.link-danger:hover{color:RGBA(176,42,55,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important}.link-light{color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important}.link-light:focus,.link-light:hover{color:RGBA(249,250,251,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important}.link-dark{color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important}.link-dark:focus,.link-dark:hover{color:RGBA(26,30,33,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-body-emphasis:focus,.link-body-emphasis:hover{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75))!important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));text-underline-offset:0.25em;-webkit-backface-visibility:hidden;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media (prefers-reduced-motion:reduce){.icon-link>.bi{transition:none}}.icon-link-hover:focus-visible>.bi,.icon-link-hover:hover>.bi{transform:var(--bs-icon-link-transform,translate3d(.25em,0,0))}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),.visually-hidden:not(caption){position:absolute!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.object-fit-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-none{-o-object-fit:none!important;object-fit:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:var(--bs-box-shadow)!important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm)!important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg)!important}.shadow-none{box-shadow:none!important}.focus-ring-primary{--bs-focus-ring-color:rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color:rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color:rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color:rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color:rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color:rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color:rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color:rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-black{--bs-border-opacity:1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.border-opacity-10{--bs-border-opacity:0.1}.border-opacity-25{--bs-border-opacity:0.25}.border-opacity-50{--bs-border-opacity:0.5}.border-opacity-75{--bs-border-opacity:0.75}.border-opacity-100{--bs-border-opacity:1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}.column-gap-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5)!important}.text-body-secondary{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-body-tertiary{--bs-text-opacity:1;color:var(--bs-tertiary-color)!important}.text-body-emphasis{--bs-text-opacity:1;color:var(--bs-emphasis-color)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.link-opacity-10{--bs-link-opacity:0.1}.link-opacity-10-hover:hover{--bs-link-opacity:0.1}.link-opacity-25{--bs-link-opacity:0.25}.link-opacity-25-hover:hover{--bs-link-opacity:0.25}.link-opacity-50{--bs-link-opacity:0.5}.link-opacity-50-hover:hover{--bs-link-opacity:0.5}.link-opacity-75{--bs-link-opacity:0.75}.link-opacity-75-hover:hover{--bs-link-opacity:0.75}.link-opacity-100{--bs-link-opacity:1}.link-opacity-100-hover:hover{--bs-link-opacity:1}.link-offset-1{text-underline-offset:0.125em!important}.link-offset-1-hover:hover{text-underline-offset:0.125em!important}.link-offset-2{text-underline-offset:0.25em!important}.link-offset-2-hover:hover{text-underline-offset:0.25em!important}.link-offset-3{text-underline-offset:0.375em!important}.link-offset-3-hover:hover{text-underline-offset:0.375em!important}.link-underline-primary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-secondary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-success{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.link-underline-info{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.link-underline-warning{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.link-underline-danger{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.link-underline-light{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.link-underline-dark{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.link-underline{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-underline-opacity-0{--bs-link-underline-opacity:0}.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0}.link-underline-opacity-10{--bs-link-underline-opacity:0.1}.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:0.1}.link-underline-opacity-25{--bs-link-underline-opacity:0.25}.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:0.25}.link-underline-opacity-50{--bs-link-underline-opacity:0.5}.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:0.5}.link-underline-opacity-75{--bs-link-underline-opacity:0.75}.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:0.75}.link-underline-opacity-100{--bs-link-underline-opacity:1}.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.rounded-end-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-0{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important}.rounded-bottom-circle{border-bottom-right-radius:50%!important;border-bottom-left-radius:50%!important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.z-n1{z-index:-1!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-sm-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-sm-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-sm-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-sm-none{-o-object-fit:none!important;object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.column-gap-sm-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-sm-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-sm-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-sm-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-sm-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-sm-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-md-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-md-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-md-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-md-none{-o-object-fit:none!important;object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.column-gap-md-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-md-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-md-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-md-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-md-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-md-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-lg-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-lg-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-lg-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-lg-none{-o-object-fit:none!important;object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.column-gap-lg-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-lg-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-lg-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-lg-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-lg-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-lg-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-xl-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-xl-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-xl-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-xl-none{-o-object-fit:none!important;object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.column-gap-xl-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-xl-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-xl-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-xl-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-xl-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-xl-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.object-fit-xxl-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-xxl-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-xxl-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-xxl-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-xxl-none{-o-object-fit:none!important;object-fit:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:3rem!important}.column-gap-xxl-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-xxl-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-xxl-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-xxl-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-xxl-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-xxl-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */
/*!
 * Bootstrap Icons v1.10.5 (https://icons.getbootstrap.com/)
 * Copyright 2019-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */

@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("/fonts/bootstrap-icons.woff2?v=JRxQVL08ROTFACSmfFZqpIse2cY&1bb88866b4085542c8ed5fb61b9393dd") format("woff2"),
url("/fonts/bootstrap-icons.woff?v=6ehXTbhJRrsk2OwhUYL5__hTx8c&1bb88866b4085542c8ed5fb61b9393dd") format("woff");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-123::before { content: "\f67f"; }
.bi-alarm-fill::before { content: "\f101"; }
.bi-alarm::before { content: "\f102"; }
.bi-align-bottom::before { content: "\f103"; }
.bi-align-center::before { content: "\f104"; }
.bi-align-end::before { content: "\f105"; }
.bi-align-middle::before { content: "\f106"; }
.bi-align-start::before { content: "\f107"; }
.bi-align-top::before { content: "\f108"; }
.bi-alt::before { content: "\f109"; }
.bi-app-indicator::before { content: "\f10a"; }
.bi-app::before { content: "\f10b"; }
.bi-archive-fill::before { content: "\f10c"; }
.bi-archive::before { content: "\f10d"; }
.bi-arrow-90deg-down::before { content: "\f10e"; }
.bi-arrow-90deg-left::before { content: "\f10f"; }
.bi-arrow-90deg-right::before { content: "\f110"; }
.bi-arrow-90deg-up::before { content: "\f111"; }
.bi-arrow-bar-down::before { content: "\f112"; }
.bi-arrow-bar-left::before { content: "\f113"; }
.bi-arrow-bar-right::before { content: "\f114"; }
.bi-arrow-bar-up::before { content: "\f115"; }
.bi-arrow-clockwise::before { content: "\f116"; }
.bi-arrow-counterclockwise::before { content: "\f117"; }
.bi-arrow-down-circle-fill::before { content: "\f118"; }
.bi-arrow-down-circle::before { content: "\f119"; }
.bi-arrow-down-left-circle-fill::before { content: "\f11a"; }
.bi-arrow-down-left-circle::before { content: "\f11b"; }
.bi-arrow-down-left-square-fill::before { content: "\f11c"; }
.bi-arrow-down-left-square::before { content: "\f11d"; }
.bi-arrow-down-left::before { content: "\f11e"; }
.bi-arrow-down-right-circle-fill::before { content: "\f11f"; }
.bi-arrow-down-right-circle::before { content: "\f120"; }
.bi-arrow-down-right-square-fill::before { content: "\f121"; }
.bi-arrow-down-right-square::before { content: "\f122"; }
.bi-arrow-down-right::before { content: "\f123"; }
.bi-arrow-down-short::before { content: "\f124"; }
.bi-arrow-down-square-fill::before { content: "\f125"; }
.bi-arrow-down-square::before { content: "\f126"; }
.bi-arrow-down-up::before { content: "\f127"; }
.bi-arrow-down::before { content: "\f128"; }
.bi-arrow-left-circle-fill::before { content: "\f129"; }
.bi-arrow-left-circle::before { content: "\f12a"; }
.bi-arrow-left-right::before { content: "\f12b"; }
.bi-arrow-left-short::before { content: "\f12c"; }
.bi-arrow-left-square-fill::before { content: "\f12d"; }
.bi-arrow-left-square::before { content: "\f12e"; }
.bi-arrow-left::before { content: "\f12f"; }
.bi-arrow-repeat::before { content: "\f130"; }
.bi-arrow-return-left::before { content: "\f131"; }
.bi-arrow-return-right::before { content: "\f132"; }
.bi-arrow-right-circle-fill::before { content: "\f133"; }
.bi-arrow-right-circle::before { content: "\f134"; }
.bi-arrow-right-short::before { content: "\f135"; }
.bi-arrow-right-square-fill::before { content: "\f136"; }
.bi-arrow-right-square::before { content: "\f137"; }
.bi-arrow-right::before { content: "\f138"; }
.bi-arrow-up-circle-fill::before { content: "\f139"; }
.bi-arrow-up-circle::before { content: "\f13a"; }
.bi-arrow-up-left-circle-fill::before { content: "\f13b"; }
.bi-arrow-up-left-circle::before { content: "\f13c"; }
.bi-arrow-up-left-square-fill::before { content: "\f13d"; }
.bi-arrow-up-left-square::before { content: "\f13e"; }
.bi-arrow-up-left::before { content: "\f13f"; }
.bi-arrow-up-right-circle-fill::before { content: "\f140"; }
.bi-arrow-up-right-circle::before { content: "\f141"; }
.bi-arrow-up-right-square-fill::before { content: "\f142"; }
.bi-arrow-up-right-square::before { content: "\f143"; }
.bi-arrow-up-right::before { content: "\f144"; }
.bi-arrow-up-short::before { content: "\f145"; }
.bi-arrow-up-square-fill::before { content: "\f146"; }
.bi-arrow-up-square::before { content: "\f147"; }
.bi-arrow-up::before { content: "\f148"; }
.bi-arrows-angle-contract::before { content: "\f149"; }
.bi-arrows-angle-expand::before { content: "\f14a"; }
.bi-arrows-collapse::before { content: "\f14b"; }
.bi-arrows-expand::before { content: "\f14c"; }
.bi-arrows-fullscreen::before { content: "\f14d"; }
.bi-arrows-move::before { content: "\f14e"; }
.bi-aspect-ratio-fill::before { content: "\f14f"; }
.bi-aspect-ratio::before { content: "\f150"; }
.bi-asterisk::before { content: "\f151"; }
.bi-at::before { content: "\f152"; }
.bi-award-fill::before { content: "\f153"; }
.bi-award::before { content: "\f154"; }
.bi-back::before { content: "\f155"; }
.bi-backspace-fill::before { content: "\f156"; }
.bi-backspace-reverse-fill::before { content: "\f157"; }
.bi-backspace-reverse::before { content: "\f158"; }
.bi-backspace::before { content: "\f159"; }
.bi-badge-3d-fill::before { content: "\f15a"; }
.bi-badge-3d::before { content: "\f15b"; }
.bi-badge-4k-fill::before { content: "\f15c"; }
.bi-badge-4k::before { content: "\f15d"; }
.bi-badge-8k-fill::before { content: "\f15e"; }
.bi-badge-8k::before { content: "\f15f"; }
.bi-badge-ad-fill::before { content: "\f160"; }
.bi-badge-ad::before { content: "\f161"; }
.bi-badge-ar-fill::before { content: "\f162"; }
.bi-badge-ar::before { content: "\f163"; }
.bi-badge-cc-fill::before { content: "\f164"; }
.bi-badge-cc::before { content: "\f165"; }
.bi-badge-hd-fill::before { content: "\f166"; }
.bi-badge-hd::before { content: "\f167"; }
.bi-badge-tm-fill::before { content: "\f168"; }
.bi-badge-tm::before { content: "\f169"; }
.bi-badge-vo-fill::before { content: "\f16a"; }
.bi-badge-vo::before { content: "\f16b"; }
.bi-badge-vr-fill::before { content: "\f16c"; }
.bi-badge-vr::before { content: "\f16d"; }
.bi-badge-wc-fill::before { content: "\f16e"; }
.bi-badge-wc::before { content: "\f16f"; }
.bi-bag-check-fill::before { content: "\f170"; }
.bi-bag-check::before { content: "\f171"; }
.bi-bag-dash-fill::before { content: "\f172"; }
.bi-bag-dash::before { content: "\f173"; }
.bi-bag-fill::before { content: "\f174"; }
.bi-bag-plus-fill::before { content: "\f175"; }
.bi-bag-plus::before { content: "\f176"; }
.bi-bag-x-fill::before { content: "\f177"; }
.bi-bag-x::before { content: "\f178"; }
.bi-bag::before { content: "\f179"; }
.bi-bar-chart-fill::before { content: "\f17a"; }
.bi-bar-chart-line-fill::before { content: "\f17b"; }
.bi-bar-chart-line::before { content: "\f17c"; }
.bi-bar-chart-steps::before { content: "\f17d"; }
.bi-bar-chart::before { content: "\f17e"; }
.bi-basket-fill::before { content: "\f17f"; }
.bi-basket::before { content: "\f180"; }
.bi-basket2-fill::before { content: "\f181"; }
.bi-basket2::before { content: "\f182"; }
.bi-basket3-fill::before { content: "\f183"; }
.bi-basket3::before { content: "\f184"; }
.bi-battery-charging::before { content: "\f185"; }
.bi-battery-full::before { content: "\f186"; }
.bi-battery-half::before { content: "\f187"; }
.bi-battery::before { content: "\f188"; }
.bi-bell-fill::before { content: "\f189"; }
.bi-bell::before { content: "\f18a"; }
.bi-bezier::before { content: "\f18b"; }
.bi-bezier2::before { content: "\f18c"; }
.bi-bicycle::before { content: "\f18d"; }
.bi-binoculars-fill::before { content: "\f18e"; }
.bi-binoculars::before { content: "\f18f"; }
.bi-blockquote-left::before { content: "\f190"; }
.bi-blockquote-right::before { content: "\f191"; }
.bi-book-fill::before { content: "\f192"; }
.bi-book-half::before { content: "\f193"; }
.bi-book::before { content: "\f194"; }
.bi-bookmark-check-fill::before { content: "\f195"; }
.bi-bookmark-check::before { content: "\f196"; }
.bi-bookmark-dash-fill::before { content: "\f197"; }
.bi-bookmark-dash::before { content: "\f198"; }
.bi-bookmark-fill::before { content: "\f199"; }
.bi-bookmark-heart-fill::before { content: "\f19a"; }
.bi-bookmark-heart::before { content: "\f19b"; }
.bi-bookmark-plus-fill::before { content: "\f19c"; }
.bi-bookmark-plus::before { content: "\f19d"; }
.bi-bookmark-star-fill::before { content: "\f19e"; }
.bi-bookmark-star::before { content: "\f19f"; }
.bi-bookmark-x-fill::before { content: "\f1a0"; }
.bi-bookmark-x::before { content: "\f1a1"; }
.bi-bookmark::before { content: "\f1a2"; }
.bi-bookmarks-fill::before { content: "\f1a3"; }
.bi-bookmarks::before { content: "\f1a4"; }
.bi-bookshelf::before { content: "\f1a5"; }
.bi-bootstrap-fill::before { content: "\f1a6"; }
.bi-bootstrap-reboot::before { content: "\f1a7"; }
.bi-bootstrap::before { content: "\f1a8"; }
.bi-border-all::before { content: "\f1a9"; }
.bi-border-bottom::before { content: "\f1aa"; }
.bi-border-center::before { content: "\f1ab"; }
.bi-border-inner::before { content: "\f1ac"; }
.bi-border-left::before { content: "\f1ad"; }
.bi-border-middle::before { content: "\f1ae"; }
.bi-border-outer::before { content: "\f1af"; }
.bi-border-right::before { content: "\f1b0"; }
.bi-border-style::before { content: "\f1b1"; }
.bi-border-top::before { content: "\f1b2"; }
.bi-border-width::before { content: "\f1b3"; }
.bi-border::before { content: "\f1b4"; }
.bi-bounding-box-circles::before { content: "\f1b5"; }
.bi-bounding-box::before { content: "\f1b6"; }
.bi-box-arrow-down-left::before { content: "\f1b7"; }
.bi-box-arrow-down-right::before { content: "\f1b8"; }
.bi-box-arrow-down::before { content: "\f1b9"; }
.bi-box-arrow-in-down-left::before { content: "\f1ba"; }
.bi-box-arrow-in-down-right::before { content: "\f1bb"; }
.bi-box-arrow-in-down::before { content: "\f1bc"; }
.bi-box-arrow-in-left::before { content: "\f1bd"; }
.bi-box-arrow-in-right::before { content: "\f1be"; }
.bi-box-arrow-in-up-left::before { content: "\f1bf"; }
.bi-box-arrow-in-up-right::before { content: "\f1c0"; }
.bi-box-arrow-in-up::before { content: "\f1c1"; }
.bi-box-arrow-left::before { content: "\f1c2"; }
.bi-box-arrow-right::before { content: "\f1c3"; }
.bi-box-arrow-up-left::before { content: "\f1c4"; }
.bi-box-arrow-up-right::before { content: "\f1c5"; }
.bi-box-arrow-up::before { content: "\f1c6"; }
.bi-box-seam::before { content: "\f1c7"; }
.bi-box::before { content: "\f1c8"; }
.bi-braces::before { content: "\f1c9"; }
.bi-bricks::before { content: "\f1ca"; }
.bi-briefcase-fill::before { content: "\f1cb"; }
.bi-briefcase::before { content: "\f1cc"; }
.bi-brightness-alt-high-fill::before { content: "\f1cd"; }
.bi-brightness-alt-high::before { content: "\f1ce"; }
.bi-brightness-alt-low-fill::before { content: "\f1cf"; }
.bi-brightness-alt-low::before { content: "\f1d0"; }
.bi-brightness-high-fill::before { content: "\f1d1"; }
.bi-brightness-high::before { content: "\f1d2"; }
.bi-brightness-low-fill::before { content: "\f1d3"; }
.bi-brightness-low::before { content: "\f1d4"; }
.bi-broadcast-pin::before { content: "\f1d5"; }
.bi-broadcast::before { content: "\f1d6"; }
.bi-brush-fill::before { content: "\f1d7"; }
.bi-brush::before { content: "\f1d8"; }
.bi-bucket-fill::before { content: "\f1d9"; }
.bi-bucket::before { content: "\f1da"; }
.bi-bug-fill::before { content: "\f1db"; }
.bi-bug::before { content: "\f1dc"; }
.bi-building::before { content: "\f1dd"; }
.bi-bullseye::before { content: "\f1de"; }
.bi-calculator-fill::before { content: "\f1df"; }
.bi-calculator::before { content: "\f1e0"; }
.bi-calendar-check-fill::before { content: "\f1e1"; }
.bi-calendar-check::before { content: "\f1e2"; }
.bi-calendar-date-fill::before { content: "\f1e3"; }
.bi-calendar-date::before { content: "\f1e4"; }
.bi-calendar-day-fill::before { content: "\f1e5"; }
.bi-calendar-day::before { content: "\f1e6"; }
.bi-calendar-event-fill::before { content: "\f1e7"; }
.bi-calendar-event::before { content: "\f1e8"; }
.bi-calendar-fill::before { content: "\f1e9"; }
.bi-calendar-minus-fill::before { content: "\f1ea"; }
.bi-calendar-minus::before { content: "\f1eb"; }
.bi-calendar-month-fill::before { content: "\f1ec"; }
.bi-calendar-month::before { content: "\f1ed"; }
.bi-calendar-plus-fill::before { content: "\f1ee"; }
.bi-calendar-plus::before { content: "\f1ef"; }
.bi-calendar-range-fill::before { content: "\f1f0"; }
.bi-calendar-range::before { content: "\f1f1"; }
.bi-calendar-week-fill::before { content: "\f1f2"; }
.bi-calendar-week::before { content: "\f1f3"; }
.bi-calendar-x-fill::before { content: "\f1f4"; }
.bi-calendar-x::before { content: "\f1f5"; }
.bi-calendar::before { content: "\f1f6"; }
.bi-calendar2-check-fill::before { content: "\f1f7"; }
.bi-calendar2-check::before { content: "\f1f8"; }
.bi-calendar2-date-fill::before { content: "\f1f9"; }
.bi-calendar2-date::before { content: "\f1fa"; }
.bi-calendar2-day-fill::before { content: "\f1fb"; }
.bi-calendar2-day::before { content: "\f1fc"; }
.bi-calendar2-event-fill::before { content: "\f1fd"; }
.bi-calendar2-event::before { content: "\f1fe"; }
.bi-calendar2-fill::before { content: "\f1ff"; }
.bi-calendar2-minus-fill::before { content: "\f200"; }
.bi-calendar2-minus::before { content: "\f201"; }
.bi-calendar2-month-fill::before { content: "\f202"; }
.bi-calendar2-month::before { content: "\f203"; }
.bi-calendar2-plus-fill::before { content: "\f204"; }
.bi-calendar2-plus::before { content: "\f205"; }
.bi-calendar2-range-fill::before { content: "\f206"; }
.bi-calendar2-range::before { content: "\f207"; }
.bi-calendar2-week-fill::before { content: "\f208"; }
.bi-calendar2-week::before { content: "\f209"; }
.bi-calendar2-x-fill::before { content: "\f20a"; }
.bi-calendar2-x::before { content: "\f20b"; }
.bi-calendar2::before { content: "\f20c"; }
.bi-calendar3-event-fill::before { content: "\f20d"; }
.bi-calendar3-event::before { content: "\f20e"; }
.bi-calendar3-fill::before { content: "\f20f"; }
.bi-calendar3-range-fill::before { content: "\f210"; }
.bi-calendar3-range::before { content: "\f211"; }
.bi-calendar3-week-fill::before { content: "\f212"; }
.bi-calendar3-week::before { content: "\f213"; }
.bi-calendar3::before { content: "\f214"; }
.bi-calendar4-event::before { content: "\f215"; }
.bi-calendar4-range::before { content: "\f216"; }
.bi-calendar4-week::before { content: "\f217"; }
.bi-calendar4::before { content: "\f218"; }
.bi-camera-fill::before { content: "\f219"; }
.bi-camera-reels-fill::before { content: "\f21a"; }
.bi-camera-reels::before { content: "\f21b"; }
.bi-camera-video-fill::before { content: "\f21c"; }
.bi-camera-video-off-fill::before { content: "\f21d"; }
.bi-camera-video-off::before { content: "\f21e"; }
.bi-camera-video::before { content: "\f21f"; }
.bi-camera::before { content: "\f220"; }
.bi-camera2::before { content: "\f221"; }
.bi-capslock-fill::before { content: "\f222"; }
.bi-capslock::before { content: "\f223"; }
.bi-card-checklist::before { content: "\f224"; }
.bi-card-heading::before { content: "\f225"; }
.bi-card-image::before { content: "\f226"; }
.bi-card-list::before { content: "\f227"; }
.bi-card-text::before { content: "\f228"; }
.bi-caret-down-fill::before { content: "\f229"; }
.bi-caret-down-square-fill::before { content: "\f22a"; }
.bi-caret-down-square::before { content: "\f22b"; }
.bi-caret-down::before { content: "\f22c"; }
.bi-caret-left-fill::before { content: "\f22d"; }
.bi-caret-left-square-fill::before { content: "\f22e"; }
.bi-caret-left-square::before { content: "\f22f"; }
.bi-caret-left::before { content: "\f230"; }
.bi-caret-right-fill::before { content: "\f231"; }
.bi-caret-right-square-fill::before { content: "\f232"; }
.bi-caret-right-square::before { content: "\f233"; }
.bi-caret-right::before { content: "\f234"; }
.bi-caret-up-fill::before { content: "\f235"; }
.bi-caret-up-square-fill::before { content: "\f236"; }
.bi-caret-up-square::before { content: "\f237"; }
.bi-caret-up::before { content: "\f238"; }
.bi-cart-check-fill::before { content: "\f239"; }
.bi-cart-check::before { content: "\f23a"; }
.bi-cart-dash-fill::before { content: "\f23b"; }
.bi-cart-dash::before { content: "\f23c"; }
.bi-cart-fill::before { content: "\f23d"; }
.bi-cart-plus-fill::before { content: "\f23e"; }
.bi-cart-plus::before { content: "\f23f"; }
.bi-cart-x-fill::before { content: "\f240"; }
.bi-cart-x::before { content: "\f241"; }
.bi-cart::before { content: "\f242"; }
.bi-cart2::before { content: "\f243"; }
.bi-cart3::before { content: "\f244"; }
.bi-cart4::before { content: "\f245"; }
.bi-cash-stack::before { content: "\f246"; }
.bi-cash::before { content: "\f247"; }
.bi-cast::before { content: "\f248"; }
.bi-chat-dots-fill::before { content: "\f249"; }
.bi-chat-dots::before { content: "\f24a"; }
.bi-chat-fill::before { content: "\f24b"; }
.bi-chat-left-dots-fill::before { content: "\f24c"; }
.bi-chat-left-dots::before { content: "\f24d"; }
.bi-chat-left-fill::before { content: "\f24e"; }
.bi-chat-left-quote-fill::before { content: "\f24f"; }
.bi-chat-left-quote::before { content: "\f250"; }
.bi-chat-left-text-fill::before { content: "\f251"; }
.bi-chat-left-text::before { content: "\f252"; }
.bi-chat-left::before { content: "\f253"; }
.bi-chat-quote-fill::before { content: "\f254"; }
.bi-chat-quote::before { content: "\f255"; }
.bi-chat-right-dots-fill::before { content: "\f256"; }
.bi-chat-right-dots::before { content: "\f257"; }
.bi-chat-right-fill::before { content: "\f258"; }
.bi-chat-right-quote-fill::before { content: "\f259"; }
.bi-chat-right-quote::before { content: "\f25a"; }
.bi-chat-right-text-fill::before { content: "\f25b"; }
.bi-chat-right-text::before { content: "\f25c"; }
.bi-chat-right::before { content: "\f25d"; }
.bi-chat-square-dots-fill::before { content: "\f25e"; }
.bi-chat-square-dots::before { content: "\f25f"; }
.bi-chat-square-fill::before { content: "\f260"; }
.bi-chat-square-quote-fill::before { content: "\f261"; }
.bi-chat-square-quote::before { content: "\f262"; }
.bi-chat-square-text-fill::before { content: "\f263"; }
.bi-chat-square-text::before { content: "\f264"; }
.bi-chat-square::before { content: "\f265"; }
.bi-chat-text-fill::before { content: "\f266"; }
.bi-chat-text::before { content: "\f267"; }
.bi-chat::before { content: "\f268"; }
.bi-check-all::before { content: "\f269"; }
.bi-check-circle-fill::before { content: "\f26a"; }
.bi-check-circle::before { content: "\f26b"; }
.bi-check-square-fill::before { content: "\f26c"; }
.bi-check-square::before { content: "\f26d"; }
.bi-check::before { content: "\f26e"; }
.bi-check2-all::before { content: "\f26f"; }
.bi-check2-circle::before { content: "\f270"; }
.bi-check2-square::before { content: "\f271"; }
.bi-check2::before { content: "\f272"; }
.bi-chevron-bar-contract::before { content: "\f273"; }
.bi-chevron-bar-down::before { content: "\f274"; }
.bi-chevron-bar-expand::before { content: "\f275"; }
.bi-chevron-bar-left::before { content: "\f276"; }
.bi-chevron-bar-right::before { content: "\f277"; }
.bi-chevron-bar-up::before { content: "\f278"; }
.bi-chevron-compact-down::before { content: "\f279"; }
.bi-chevron-compact-left::before { content: "\f27a"; }
.bi-chevron-compact-right::before { content: "\f27b"; }
.bi-chevron-compact-up::before { content: "\f27c"; }
.bi-chevron-contract::before { content: "\f27d"; }
.bi-chevron-double-down::before { content: "\f27e"; }
.bi-chevron-double-left::before { content: "\f27f"; }
.bi-chevron-double-right::before { content: "\f280"; }
.bi-chevron-double-up::before { content: "\f281"; }
.bi-chevron-down::before { content: "\f282"; }
.bi-chevron-expand::before { content: "\f283"; }
.bi-chevron-left::before { content: "\f284"; }
.bi-chevron-right::before { content: "\f285"; }
.bi-chevron-up::before { content: "\f286"; }
.bi-circle-fill::before { content: "\f287"; }
.bi-circle-half::before { content: "\f288"; }
.bi-circle-square::before { content: "\f289"; }
.bi-circle::before { content: "\f28a"; }
.bi-clipboard-check::before { content: "\f28b"; }
.bi-clipboard-data::before { content: "\f28c"; }
.bi-clipboard-minus::before { content: "\f28d"; }
.bi-clipboard-plus::before { content: "\f28e"; }
.bi-clipboard-x::before { content: "\f28f"; }
.bi-clipboard::before { content: "\f290"; }
.bi-clock-fill::before { content: "\f291"; }
.bi-clock-history::before { content: "\f292"; }
.bi-clock::before { content: "\f293"; }
.bi-cloud-arrow-down-fill::before { content: "\f294"; }
.bi-cloud-arrow-down::before { content: "\f295"; }
.bi-cloud-arrow-up-fill::before { content: "\f296"; }
.bi-cloud-arrow-up::before { content: "\f297"; }
.bi-cloud-check-fill::before { content: "\f298"; }
.bi-cloud-check::before { content: "\f299"; }
.bi-cloud-download-fill::before { content: "\f29a"; }
.bi-cloud-download::before { content: "\f29b"; }
.bi-cloud-drizzle-fill::before { content: "\f29c"; }
.bi-cloud-drizzle::before { content: "\f29d"; }
.bi-cloud-fill::before { content: "\f29e"; }
.bi-cloud-fog-fill::before { content: "\f29f"; }
.bi-cloud-fog::before { content: "\f2a0"; }
.bi-cloud-fog2-fill::before { content: "\f2a1"; }
.bi-cloud-fog2::before { content: "\f2a2"; }
.bi-cloud-hail-fill::before { content: "\f2a3"; }
.bi-cloud-hail::before { content: "\f2a4"; }
.bi-cloud-haze-fill::before { content: "\f2a6"; }
.bi-cloud-haze::before { content: "\f2a7"; }
.bi-cloud-haze2-fill::before { content: "\f2a8"; }
.bi-cloud-lightning-fill::before { content: "\f2a9"; }
.bi-cloud-lightning-rain-fill::before { content: "\f2aa"; }
.bi-cloud-lightning-rain::before { content: "\f2ab"; }
.bi-cloud-lightning::before { content: "\f2ac"; }
.bi-cloud-minus-fill::before { content: "\f2ad"; }
.bi-cloud-minus::before { content: "\f2ae"; }
.bi-cloud-moon-fill::before { content: "\f2af"; }
.bi-cloud-moon::before { content: "\f2b0"; }
.bi-cloud-plus-fill::before { content: "\f2b1"; }
.bi-cloud-plus::before { content: "\f2b2"; }
.bi-cloud-rain-fill::before { content: "\f2b3"; }
.bi-cloud-rain-heavy-fill::before { content: "\f2b4"; }
.bi-cloud-rain-heavy::before { content: "\f2b5"; }
.bi-cloud-rain::before { content: "\f2b6"; }
.bi-cloud-slash-fill::before { content: "\f2b7"; }
.bi-cloud-slash::before { content: "\f2b8"; }
.bi-cloud-sleet-fill::before { content: "\f2b9"; }
.bi-cloud-sleet::before { content: "\f2ba"; }
.bi-cloud-snow-fill::before { content: "\f2bb"; }
.bi-cloud-snow::before { content: "\f2bc"; }
.bi-cloud-sun-fill::before { content: "\f2bd"; }
.bi-cloud-sun::before { content: "\f2be"; }
.bi-cloud-upload-fill::before { content: "\f2bf"; }
.bi-cloud-upload::before { content: "\f2c0"; }
.bi-cloud::before { content: "\f2c1"; }
.bi-clouds-fill::before { content: "\f2c2"; }
.bi-clouds::before { content: "\f2c3"; }
.bi-cloudy-fill::before { content: "\f2c4"; }
.bi-cloudy::before { content: "\f2c5"; }
.bi-code-slash::before { content: "\f2c6"; }
.bi-code-square::before { content: "\f2c7"; }
.bi-code::before { content: "\f2c8"; }
.bi-collection-fill::before { content: "\f2c9"; }
.bi-collection-play-fill::before { content: "\f2ca"; }
.bi-collection-play::before { content: "\f2cb"; }
.bi-collection::before { content: "\f2cc"; }
.bi-columns-gap::before { content: "\f2cd"; }
.bi-columns::before { content: "\f2ce"; }
.bi-command::before { content: "\f2cf"; }
.bi-compass-fill::before { content: "\f2d0"; }
.bi-compass::before { content: "\f2d1"; }
.bi-cone-striped::before { content: "\f2d2"; }
.bi-cone::before { content: "\f2d3"; }
.bi-controller::before { content: "\f2d4"; }
.bi-cpu-fill::before { content: "\f2d5"; }
.bi-cpu::before { content: "\f2d6"; }
.bi-credit-card-2-back-fill::before { content: "\f2d7"; }
.bi-credit-card-2-back::before { content: "\f2d8"; }
.bi-credit-card-2-front-fill::before { content: "\f2d9"; }
.bi-credit-card-2-front::before { content: "\f2da"; }
.bi-credit-card-fill::before { content: "\f2db"; }
.bi-credit-card::before { content: "\f2dc"; }
.bi-crop::before { content: "\f2dd"; }
.bi-cup-fill::before { content: "\f2de"; }
.bi-cup-straw::before { content: "\f2df"; }
.bi-cup::before { content: "\f2e0"; }
.bi-cursor-fill::before { content: "\f2e1"; }
.bi-cursor-text::before { content: "\f2e2"; }
.bi-cursor::before { content: "\f2e3"; }
.bi-dash-circle-dotted::before { content: "\f2e4"; }
.bi-dash-circle-fill::before { content: "\f2e5"; }
.bi-dash-circle::before { content: "\f2e6"; }
.bi-dash-square-dotted::before { content: "\f2e7"; }
.bi-dash-square-fill::before { content: "\f2e8"; }
.bi-dash-square::before { content: "\f2e9"; }
.bi-dash::before { content: "\f2ea"; }
.bi-diagram-2-fill::before { content: "\f2eb"; }
.bi-diagram-2::before { content: "\f2ec"; }
.bi-diagram-3-fill::before { content: "\f2ed"; }
.bi-diagram-3::before { content: "\f2ee"; }
.bi-diamond-fill::before { content: "\f2ef"; }
.bi-diamond-half::before { content: "\f2f0"; }
.bi-diamond::before { content: "\f2f1"; }
.bi-dice-1-fill::before { content: "\f2f2"; }
.bi-dice-1::before { content: "\f2f3"; }
.bi-dice-2-fill::before { content: "\f2f4"; }
.bi-dice-2::before { content: "\f2f5"; }
.bi-dice-3-fill::before { content: "\f2f6"; }
.bi-dice-3::before { content: "\f2f7"; }
.bi-dice-4-fill::before { content: "\f2f8"; }
.bi-dice-4::before { content: "\f2f9"; }
.bi-dice-5-fill::before { content: "\f2fa"; }
.bi-dice-5::before { content: "\f2fb"; }
.bi-dice-6-fill::before { content: "\f2fc"; }
.bi-dice-6::before { content: "\f2fd"; }
.bi-disc-fill::before { content: "\f2fe"; }
.bi-disc::before { content: "\f2ff"; }
.bi-discord::before { content: "\f300"; }
.bi-display-fill::before { content: "\f301"; }
.bi-display::before { content: "\f302"; }
.bi-distribute-horizontal::before { content: "\f303"; }
.bi-distribute-vertical::before { content: "\f304"; }
.bi-door-closed-fill::before { content: "\f305"; }
.bi-door-closed::before { content: "\f306"; }
.bi-door-open-fill::before { content: "\f307"; }
.bi-door-open::before { content: "\f308"; }
.bi-dot::before { content: "\f309"; }
.bi-download::before { content: "\f30a"; }
.bi-droplet-fill::before { content: "\f30b"; }
.bi-droplet-half::before { content: "\f30c"; }
.bi-droplet::before { content: "\f30d"; }
.bi-earbuds::before { content: "\f30e"; }
.bi-easel-fill::before { content: "\f30f"; }
.bi-easel::before { content: "\f310"; }
.bi-egg-fill::before { content: "\f311"; }
.bi-egg-fried::before { content: "\f312"; }
.bi-egg::before { content: "\f313"; }
.bi-eject-fill::before { content: "\f314"; }
.bi-eject::before { content: "\f315"; }
.bi-emoji-angry-fill::before { content: "\f316"; }
.bi-emoji-angry::before { content: "\f317"; }
.bi-emoji-dizzy-fill::before { content: "\f318"; }
.bi-emoji-dizzy::before { content: "\f319"; }
.bi-emoji-expressionless-fill::before { content: "\f31a"; }
.bi-emoji-expressionless::before { content: "\f31b"; }
.bi-emoji-frown-fill::before { content: "\f31c"; }
.bi-emoji-frown::before { content: "\f31d"; }
.bi-emoji-heart-eyes-fill::before { content: "\f31e"; }
.bi-emoji-heart-eyes::before { content: "\f31f"; }
.bi-emoji-laughing-fill::before { content: "\f320"; }
.bi-emoji-laughing::before { content: "\f321"; }
.bi-emoji-neutral-fill::before { content: "\f322"; }
.bi-emoji-neutral::before { content: "\f323"; }
.bi-emoji-smile-fill::before { content: "\f324"; }
.bi-emoji-smile-upside-down-fill::before { content: "\f325"; }
.bi-emoji-smile-upside-down::before { content: "\f326"; }
.bi-emoji-smile::before { content: "\f327"; }
.bi-emoji-sunglasses-fill::before { content: "\f328"; }
.bi-emoji-sunglasses::before { content: "\f329"; }
.bi-emoji-wink-fill::before { content: "\f32a"; }
.bi-emoji-wink::before { content: "\f32b"; }
.bi-envelope-fill::before { content: "\f32c"; }
.bi-envelope-open-fill::before { content: "\f32d"; }
.bi-envelope-open::before { content: "\f32e"; }
.bi-envelope::before { content: "\f32f"; }
.bi-eraser-fill::before { content: "\f330"; }
.bi-eraser::before { content: "\f331"; }
.bi-exclamation-circle-fill::before { content: "\f332"; }
.bi-exclamation-circle::before { content: "\f333"; }
.bi-exclamation-diamond-fill::before { content: "\f334"; }
.bi-exclamation-diamond::before { content: "\f335"; }
.bi-exclamation-octagon-fill::before { content: "\f336"; }
.bi-exclamation-octagon::before { content: "\f337"; }
.bi-exclamation-square-fill::before { content: "\f338"; }
.bi-exclamation-square::before { content: "\f339"; }
.bi-exclamation-triangle-fill::before { content: "\f33a"; }
.bi-exclamation-triangle::before { content: "\f33b"; }
.bi-exclamation::before { content: "\f33c"; }
.bi-exclude::before { content: "\f33d"; }
.bi-eye-fill::before { content: "\f33e"; }
.bi-eye-slash-fill::before { content: "\f33f"; }
.bi-eye-slash::before { content: "\f340"; }
.bi-eye::before { content: "\f341"; }
.bi-eyedropper::before { content: "\f342"; }
.bi-eyeglasses::before { content: "\f343"; }
.bi-facebook::before { content: "\f344"; }
.bi-file-arrow-down-fill::before { content: "\f345"; }
.bi-file-arrow-down::before { content: "\f346"; }
.bi-file-arrow-up-fill::before { content: "\f347"; }
.bi-file-arrow-up::before { content: "\f348"; }
.bi-file-bar-graph-fill::before { content: "\f349"; }
.bi-file-bar-graph::before { content: "\f34a"; }
.bi-file-binary-fill::before { content: "\f34b"; }
.bi-file-binary::before { content: "\f34c"; }
.bi-file-break-fill::before { content: "\f34d"; }
.bi-file-break::before { content: "\f34e"; }
.bi-file-check-fill::before { content: "\f34f"; }
.bi-file-check::before { content: "\f350"; }
.bi-file-code-fill::before { content: "\f351"; }
.bi-file-code::before { content: "\f352"; }
.bi-file-diff-fill::before { content: "\f353"; }
.bi-file-diff::before { content: "\f354"; }
.bi-file-earmark-arrow-down-fill::before { content: "\f355"; }
.bi-file-earmark-arrow-down::before { content: "\f356"; }
.bi-file-earmark-arrow-up-fill::before { content: "\f357"; }
.bi-file-earmark-arrow-up::before { content: "\f358"; }
.bi-file-earmark-bar-graph-fill::before { content: "\f359"; }
.bi-file-earmark-bar-graph::before { content: "\f35a"; }
.bi-file-earmark-binary-fill::before { content: "\f35b"; }
.bi-file-earmark-binary::before { content: "\f35c"; }
.bi-file-earmark-break-fill::before { content: "\f35d"; }
.bi-file-earmark-break::before { content: "\f35e"; }
.bi-file-earmark-check-fill::before { content: "\f35f"; }
.bi-file-earmark-check::before { content: "\f360"; }
.bi-file-earmark-code-fill::before { content: "\f361"; }
.bi-file-earmark-code::before { content: "\f362"; }
.bi-file-earmark-diff-fill::before { content: "\f363"; }
.bi-file-earmark-diff::before { content: "\f364"; }
.bi-file-earmark-easel-fill::before { content: "\f365"; }
.bi-file-earmark-easel::before { content: "\f366"; }
.bi-file-earmark-excel-fill::before { content: "\f367"; }
.bi-file-earmark-excel::before { content: "\f368"; }
.bi-file-earmark-fill::before { content: "\f369"; }
.bi-file-earmark-font-fill::before { content: "\f36a"; }
.bi-file-earmark-font::before { content: "\f36b"; }
.bi-file-earmark-image-fill::before { content: "\f36c"; }
.bi-file-earmark-image::before { content: "\f36d"; }
.bi-file-earmark-lock-fill::before { content: "\f36e"; }
.bi-file-earmark-lock::before { content: "\f36f"; }
.bi-file-earmark-lock2-fill::before { content: "\f370"; }
.bi-file-earmark-lock2::before { content: "\f371"; }
.bi-file-earmark-medical-fill::before { content: "\f372"; }
.bi-file-earmark-medical::before { content: "\f373"; }
.bi-file-earmark-minus-fill::before { content: "\f374"; }
.bi-file-earmark-minus::before { content: "\f375"; }
.bi-file-earmark-music-fill::before { content: "\f376"; }
.bi-file-earmark-music::before { content: "\f377"; }
.bi-file-earmark-person-fill::before { content: "\f378"; }
.bi-file-earmark-person::before { content: "\f379"; }
.bi-file-earmark-play-fill::before { content: "\f37a"; }
.bi-file-earmark-play::before { content: "\f37b"; }
.bi-file-earmark-plus-fill::before { content: "\f37c"; }
.bi-file-earmark-plus::before { content: "\f37d"; }
.bi-file-earmark-post-fill::before { content: "\f37e"; }
.bi-file-earmark-post::before { content: "\f37f"; }
.bi-file-earmark-ppt-fill::before { content: "\f380"; }
.bi-file-earmark-ppt::before { content: "\f381"; }
.bi-file-earmark-richtext-fill::before { content: "\f382"; }
.bi-file-earmark-richtext::before { content: "\f383"; }
.bi-file-earmark-ruled-fill::before { content: "\f384"; }
.bi-file-earmark-ruled::before { content: "\f385"; }
.bi-file-earmark-slides-fill::before { content: "\f386"; }
.bi-file-earmark-slides::before { content: "\f387"; }
.bi-file-earmark-spreadsheet-fill::before { content: "\f388"; }
.bi-file-earmark-spreadsheet::before { content: "\f389"; }
.bi-file-earmark-text-fill::before { content: "\f38a"; }
.bi-file-earmark-text::before { content: "\f38b"; }
.bi-file-earmark-word-fill::before { content: "\f38c"; }
.bi-file-earmark-word::before { content: "\f38d"; }
.bi-file-earmark-x-fill::before { content: "\f38e"; }
.bi-file-earmark-x::before { content: "\f38f"; }
.bi-file-earmark-zip-fill::before { content: "\f390"; }
.bi-file-earmark-zip::before { content: "\f391"; }
.bi-file-earmark::before { content: "\f392"; }
.bi-file-easel-fill::before { content: "\f393"; }
.bi-file-easel::before { content: "\f394"; }
.bi-file-excel-fill::before { content: "\f395"; }
.bi-file-excel::before { content: "\f396"; }
.bi-file-fill::before { content: "\f397"; }
.bi-file-font-fill::before { content: "\f398"; }
.bi-file-font::before { content: "\f399"; }
.bi-file-image-fill::before { content: "\f39a"; }
.bi-file-image::before { content: "\f39b"; }
.bi-file-lock-fill::before { content: "\f39c"; }
.bi-file-lock::before { content: "\f39d"; }
.bi-file-lock2-fill::before { content: "\f39e"; }
.bi-file-lock2::before { content: "\f39f"; }
.bi-file-medical-fill::before { content: "\f3a0"; }
.bi-file-medical::before { content: "\f3a1"; }
.bi-file-minus-fill::before { content: "\f3a2"; }
.bi-file-minus::before { content: "\f3a3"; }
.bi-file-music-fill::before { content: "\f3a4"; }
.bi-file-music::before { content: "\f3a5"; }
.bi-file-person-fill::before { content: "\f3a6"; }
.bi-file-person::before { content: "\f3a7"; }
.bi-file-play-fill::before { content: "\f3a8"; }
.bi-file-play::before { content: "\f3a9"; }
.bi-file-plus-fill::before { content: "\f3aa"; }
.bi-file-plus::before { content: "\f3ab"; }
.bi-file-post-fill::before { content: "\f3ac"; }
.bi-file-post::before { content: "\f3ad"; }
.bi-file-ppt-fill::before { content: "\f3ae"; }
.bi-file-ppt::before { content: "\f3af"; }
.bi-file-richtext-fill::before { content: "\f3b0"; }
.bi-file-richtext::before { content: "\f3b1"; }
.bi-file-ruled-fill::before { content: "\f3b2"; }
.bi-file-ruled::before { content: "\f3b3"; }
.bi-file-slides-fill::before { content: "\f3b4"; }
.bi-file-slides::before { content: "\f3b5"; }
.bi-file-spreadsheet-fill::before { content: "\f3b6"; }
.bi-file-spreadsheet::before { content: "\f3b7"; }
.bi-file-text-fill::before { content: "\f3b8"; }
.bi-file-text::before { content: "\f3b9"; }
.bi-file-word-fill::before { content: "\f3ba"; }
.bi-file-word::before { content: "\f3bb"; }
.bi-file-x-fill::before { content: "\f3bc"; }
.bi-file-x::before { content: "\f3bd"; }
.bi-file-zip-fill::before { content: "\f3be"; }
.bi-file-zip::before { content: "\f3bf"; }
.bi-file::before { content: "\f3c0"; }
.bi-files-alt::before { content: "\f3c1"; }
.bi-files::before { content: "\f3c2"; }
.bi-film::before { content: "\f3c3"; }
.bi-filter-circle-fill::before { content: "\f3c4"; }
.bi-filter-circle::before { content: "\f3c5"; }
.bi-filter-left::before { content: "\f3c6"; }
.bi-filter-right::before { content: "\f3c7"; }
.bi-filter-square-fill::before { content: "\f3c8"; }
.bi-filter-square::before { content: "\f3c9"; }
.bi-filter::before { content: "\f3ca"; }
.bi-flag-fill::before { content: "\f3cb"; }
.bi-flag::before { content: "\f3cc"; }
.bi-flower1::before { content: "\f3cd"; }
.bi-flower2::before { content: "\f3ce"; }
.bi-flower3::before { content: "\f3cf"; }
.bi-folder-check::before { content: "\f3d0"; }
.bi-folder-fill::before { content: "\f3d1"; }
.bi-folder-minus::before { content: "\f3d2"; }
.bi-folder-plus::before { content: "\f3d3"; }
.bi-folder-symlink-fill::before { content: "\f3d4"; }
.bi-folder-symlink::before { content: "\f3d5"; }
.bi-folder-x::before { content: "\f3d6"; }
.bi-folder::before { content: "\f3d7"; }
.bi-folder2-open::before { content: "\f3d8"; }
.bi-folder2::before { content: "\f3d9"; }
.bi-fonts::before { content: "\f3da"; }
.bi-forward-fill::before { content: "\f3db"; }
.bi-forward::before { content: "\f3dc"; }
.bi-front::before { content: "\f3dd"; }
.bi-fullscreen-exit::before { content: "\f3de"; }
.bi-fullscreen::before { content: "\f3df"; }
.bi-funnel-fill::before { content: "\f3e0"; }
.bi-funnel::before { content: "\f3e1"; }
.bi-gear-fill::before { content: "\f3e2"; }
.bi-gear-wide-connected::before { content: "\f3e3"; }
.bi-gear-wide::before { content: "\f3e4"; }
.bi-gear::before { content: "\f3e5"; }
.bi-gem::before { content: "\f3e6"; }
.bi-geo-alt-fill::before { content: "\f3e7"; }
.bi-geo-alt::before { content: "\f3e8"; }
.bi-geo-fill::before { content: "\f3e9"; }
.bi-geo::before { content: "\f3ea"; }
.bi-gift-fill::before { content: "\f3eb"; }
.bi-gift::before { content: "\f3ec"; }
.bi-github::before { content: "\f3ed"; }
.bi-globe::before { content: "\f3ee"; }
.bi-globe2::before { content: "\f3ef"; }
.bi-google::before { content: "\f3f0"; }
.bi-graph-down::before { content: "\f3f1"; }
.bi-graph-up::before { content: "\f3f2"; }
.bi-grid-1x2-fill::before { content: "\f3f3"; }
.bi-grid-1x2::before { content: "\f3f4"; }
.bi-grid-3x2-gap-fill::before { content: "\f3f5"; }
.bi-grid-3x2-gap::before { content: "\f3f6"; }
.bi-grid-3x2::before { content: "\f3f7"; }
.bi-grid-3x3-gap-fill::before { content: "\f3f8"; }
.bi-grid-3x3-gap::before { content: "\f3f9"; }
.bi-grid-3x3::before { content: "\f3fa"; }
.bi-grid-fill::before { content: "\f3fb"; }
.bi-grid::before { content: "\f3fc"; }
.bi-grip-horizontal::before { content: "\f3fd"; }
.bi-grip-vertical::before { content: "\f3fe"; }
.bi-hammer::before { content: "\f3ff"; }
.bi-hand-index-fill::before { content: "\f400"; }
.bi-hand-index-thumb-fill::before { content: "\f401"; }
.bi-hand-index-thumb::before { content: "\f402"; }
.bi-hand-index::before { content: "\f403"; }
.bi-hand-thumbs-down-fill::before { content: "\f404"; }
.bi-hand-thumbs-down::before { content: "\f405"; }
.bi-hand-thumbs-up-fill::before { content: "\f406"; }
.bi-hand-thumbs-up::before { content: "\f407"; }
.bi-handbag-fill::before { content: "\f408"; }
.bi-handbag::before { content: "\f409"; }
.bi-hash::before { content: "\f40a"; }
.bi-hdd-fill::before { content: "\f40b"; }
.bi-hdd-network-fill::before { content: "\f40c"; }
.bi-hdd-network::before { content: "\f40d"; }
.bi-hdd-rack-fill::before { content: "\f40e"; }
.bi-hdd-rack::before { content: "\f40f"; }
.bi-hdd-stack-fill::before { content: "\f410"; }
.bi-hdd-stack::before { content: "\f411"; }
.bi-hdd::before { content: "\f412"; }
.bi-headphones::before { content: "\f413"; }
.bi-headset::before { content: "\f414"; }
.bi-heart-fill::before { content: "\f415"; }
.bi-heart-half::before { content: "\f416"; }
.bi-heart::before { content: "\f417"; }
.bi-heptagon-fill::before { content: "\f418"; }
.bi-heptagon-half::before { content: "\f419"; }
.bi-heptagon::before { content: "\f41a"; }
.bi-hexagon-fill::before { content: "\f41b"; }
.bi-hexagon-half::before { content: "\f41c"; }
.bi-hexagon::before { content: "\f41d"; }
.bi-hourglass-bottom::before { content: "\f41e"; }
.bi-hourglass-split::before { content: "\f41f"; }
.bi-hourglass-top::before { content: "\f420"; }
.bi-hourglass::before { content: "\f421"; }
.bi-house-door-fill::before { content: "\f422"; }
.bi-house-door::before { content: "\f423"; }
.bi-house-fill::before { content: "\f424"; }
.bi-house::before { content: "\f425"; }
.bi-hr::before { content: "\f426"; }
.bi-hurricane::before { content: "\f427"; }
.bi-image-alt::before { content: "\f428"; }
.bi-image-fill::before { content: "\f429"; }
.bi-image::before { content: "\f42a"; }
.bi-images::before { content: "\f42b"; }
.bi-inbox-fill::before { content: "\f42c"; }
.bi-inbox::before { content: "\f42d"; }
.bi-inboxes-fill::before { content: "\f42e"; }
.bi-inboxes::before { content: "\f42f"; }
.bi-info-circle-fill::before { content: "\f430"; }
.bi-info-circle::before { content: "\f431"; }
.bi-info-square-fill::before { content: "\f432"; }
.bi-info-square::before { content: "\f433"; }
.bi-info::before { content: "\f434"; }
.bi-input-cursor-text::before { content: "\f435"; }
.bi-input-cursor::before { content: "\f436"; }
.bi-instagram::before { content: "\f437"; }
.bi-intersect::before { content: "\f438"; }
.bi-journal-album::before { content: "\f439"; }
.bi-journal-arrow-down::before { content: "\f43a"; }
.bi-journal-arrow-up::before { content: "\f43b"; }
.bi-journal-bookmark-fill::before { content: "\f43c"; }
.bi-journal-bookmark::before { content: "\f43d"; }
.bi-journal-check::before { content: "\f43e"; }
.bi-journal-code::before { content: "\f43f"; }
.bi-journal-medical::before { content: "\f440"; }
.bi-journal-minus::before { content: "\f441"; }
.bi-journal-plus::before { content: "\f442"; }
.bi-journal-richtext::before { content: "\f443"; }
.bi-journal-text::before { content: "\f444"; }
.bi-journal-x::before { content: "\f445"; }
.bi-journal::before { content: "\f446"; }
.bi-journals::before { content: "\f447"; }
.bi-joystick::before { content: "\f448"; }
.bi-justify-left::before { content: "\f449"; }
.bi-justify-right::before { content: "\f44a"; }
.bi-justify::before { content: "\f44b"; }
.bi-kanban-fill::before { content: "\f44c"; }
.bi-kanban::before { content: "\f44d"; }
.bi-key-fill::before { content: "\f44e"; }
.bi-key::before { content: "\f44f"; }
.bi-keyboard-fill::before { content: "\f450"; }
.bi-keyboard::before { content: "\f451"; }
.bi-ladder::before { content: "\f452"; }
.bi-lamp-fill::before { content: "\f453"; }
.bi-lamp::before { content: "\f454"; }
.bi-laptop-fill::before { content: "\f455"; }
.bi-laptop::before { content: "\f456"; }
.bi-layer-backward::before { content: "\f457"; }
.bi-layer-forward::before { content: "\f458"; }
.bi-layers-fill::before { content: "\f459"; }
.bi-layers-half::before { content: "\f45a"; }
.bi-layers::before { content: "\f45b"; }
.bi-layout-sidebar-inset-reverse::before { content: "\f45c"; }
.bi-layout-sidebar-inset::before { content: "\f45d"; }
.bi-layout-sidebar-reverse::before { content: "\f45e"; }
.bi-layout-sidebar::before { content: "\f45f"; }
.bi-layout-split::before { content: "\f460"; }
.bi-layout-text-sidebar-reverse::before { content: "\f461"; }
.bi-layout-text-sidebar::before { content: "\f462"; }
.bi-layout-text-window-reverse::before { content: "\f463"; }
.bi-layout-text-window::before { content: "\f464"; }
.bi-layout-three-columns::before { content: "\f465"; }
.bi-layout-wtf::before { content: "\f466"; }
.bi-life-preserver::before { content: "\f467"; }
.bi-lightbulb-fill::before { content: "\f468"; }
.bi-lightbulb-off-fill::before { content: "\f469"; }
.bi-lightbulb-off::before { content: "\f46a"; }
.bi-lightbulb::before { content: "\f46b"; }
.bi-lightning-charge-fill::before { content: "\f46c"; }
.bi-lightning-charge::before { content: "\f46d"; }
.bi-lightning-fill::before { content: "\f46e"; }
.bi-lightning::before { content: "\f46f"; }
.bi-link-45deg::before { content: "\f470"; }
.bi-link::before { content: "\f471"; }
.bi-linkedin::before { content: "\f472"; }
.bi-list-check::before { content: "\f473"; }
.bi-list-nested::before { content: "\f474"; }
.bi-list-ol::before { content: "\f475"; }
.bi-list-stars::before { content: "\f476"; }
.bi-list-task::before { content: "\f477"; }
.bi-list-ul::before { content: "\f478"; }
.bi-list::before { content: "\f479"; }
.bi-lock-fill::before { content: "\f47a"; }
.bi-lock::before { content: "\f47b"; }
.bi-mailbox::before { content: "\f47c"; }
.bi-mailbox2::before { content: "\f47d"; }
.bi-map-fill::before { content: "\f47e"; }
.bi-map::before { content: "\f47f"; }
.bi-markdown-fill::before { content: "\f480"; }
.bi-markdown::before { content: "\f481"; }
.bi-mask::before { content: "\f482"; }
.bi-megaphone-fill::before { content: "\f483"; }
.bi-megaphone::before { content: "\f484"; }
.bi-menu-app-fill::before { content: "\f485"; }
.bi-menu-app::before { content: "\f486"; }
.bi-menu-button-fill::before { content: "\f487"; }
.bi-menu-button-wide-fill::before { content: "\f488"; }
.bi-menu-button-wide::before { content: "\f489"; }
.bi-menu-button::before { content: "\f48a"; }
.bi-menu-down::before { content: "\f48b"; }
.bi-menu-up::before { content: "\f48c"; }
.bi-mic-fill::before { content: "\f48d"; }
.bi-mic-mute-fill::before { content: "\f48e"; }
.bi-mic-mute::before { content: "\f48f"; }
.bi-mic::before { content: "\f490"; }
.bi-minecart-loaded::before { content: "\f491"; }
.bi-minecart::before { content: "\f492"; }
.bi-moisture::before { content: "\f493"; }
.bi-moon-fill::before { content: "\f494"; }
.bi-moon-stars-fill::before { content: "\f495"; }
.bi-moon-stars::before { content: "\f496"; }
.bi-moon::before { content: "\f497"; }
.bi-mouse-fill::before { content: "\f498"; }
.bi-mouse::before { content: "\f499"; }
.bi-mouse2-fill::before { content: "\f49a"; }
.bi-mouse2::before { content: "\f49b"; }
.bi-mouse3-fill::before { content: "\f49c"; }
.bi-mouse3::before { content: "\f49d"; }
.bi-music-note-beamed::before { content: "\f49e"; }
.bi-music-note-list::before { content: "\f49f"; }
.bi-music-note::before { content: "\f4a0"; }
.bi-music-player-fill::before { content: "\f4a1"; }
.bi-music-player::before { content: "\f4a2"; }
.bi-newspaper::before { content: "\f4a3"; }
.bi-node-minus-fill::before { content: "\f4a4"; }
.bi-node-minus::before { content: "\f4a5"; }
.bi-node-plus-fill::before { content: "\f4a6"; }
.bi-node-plus::before { content: "\f4a7"; }
.bi-nut-fill::before { content: "\f4a8"; }
.bi-nut::before { content: "\f4a9"; }
.bi-octagon-fill::before { content: "\f4aa"; }
.bi-octagon-half::before { content: "\f4ab"; }
.bi-octagon::before { content: "\f4ac"; }
.bi-option::before { content: "\f4ad"; }
.bi-outlet::before { content: "\f4ae"; }
.bi-paint-bucket::before { content: "\f4af"; }
.bi-palette-fill::before { content: "\f4b0"; }
.bi-palette::before { content: "\f4b1"; }
.bi-palette2::before { content: "\f4b2"; }
.bi-paperclip::before { content: "\f4b3"; }
.bi-paragraph::before { content: "\f4b4"; }
.bi-patch-check-fill::before { content: "\f4b5"; }
.bi-patch-check::before { content: "\f4b6"; }
.bi-patch-exclamation-fill::before { content: "\f4b7"; }
.bi-patch-exclamation::before { content: "\f4b8"; }
.bi-patch-minus-fill::before { content: "\f4b9"; }
.bi-patch-minus::before { content: "\f4ba"; }
.bi-patch-plus-fill::before { content: "\f4bb"; }
.bi-patch-plus::before { content: "\f4bc"; }
.bi-patch-question-fill::before { content: "\f4bd"; }
.bi-patch-question::before { content: "\f4be"; }
.bi-pause-btn-fill::before { content: "\f4bf"; }
.bi-pause-btn::before { content: "\f4c0"; }
.bi-pause-circle-fill::before { content: "\f4c1"; }
.bi-pause-circle::before { content: "\f4c2"; }
.bi-pause-fill::before { content: "\f4c3"; }
.bi-pause::before { content: "\f4c4"; }
.bi-peace-fill::before { content: "\f4c5"; }
.bi-peace::before { content: "\f4c6"; }
.bi-pen-fill::before { content: "\f4c7"; }
.bi-pen::before { content: "\f4c8"; }
.bi-pencil-fill::before { content: "\f4c9"; }
.bi-pencil-square::before { content: "\f4ca"; }
.bi-pencil::before { content: "\f4cb"; }
.bi-pentagon-fill::before { content: "\f4cc"; }
.bi-pentagon-half::before { content: "\f4cd"; }
.bi-pentagon::before { content: "\f4ce"; }
.bi-people-fill::before { content: "\f4cf"; }
.bi-people::before { content: "\f4d0"; }
.bi-percent::before { content: "\f4d1"; }
.bi-person-badge-fill::before { content: "\f4d2"; }
.bi-person-badge::before { content: "\f4d3"; }
.bi-person-bounding-box::before { content: "\f4d4"; }
.bi-person-check-fill::before { content: "\f4d5"; }
.bi-person-check::before { content: "\f4d6"; }
.bi-person-circle::before { content: "\f4d7"; }
.bi-person-dash-fill::before { content: "\f4d8"; }
.bi-person-dash::before { content: "\f4d9"; }
.bi-person-fill::before { content: "\f4da"; }
.bi-person-lines-fill::before { content: "\f4db"; }
.bi-person-plus-fill::before { content: "\f4dc"; }
.bi-person-plus::before { content: "\f4dd"; }
.bi-person-square::before { content: "\f4de"; }
.bi-person-x-fill::before { content: "\f4df"; }
.bi-person-x::before { content: "\f4e0"; }
.bi-person::before { content: "\f4e1"; }
.bi-phone-fill::before { content: "\f4e2"; }
.bi-phone-landscape-fill::before { content: "\f4e3"; }
.bi-phone-landscape::before { content: "\f4e4"; }
.bi-phone-vibrate-fill::before { content: "\f4e5"; }
.bi-phone-vibrate::before { content: "\f4e6"; }
.bi-phone::before { content: "\f4e7"; }
.bi-pie-chart-fill::before { content: "\f4e8"; }
.bi-pie-chart::before { content: "\f4e9"; }
.bi-pin-angle-fill::before { content: "\f4ea"; }
.bi-pin-angle::before { content: "\f4eb"; }
.bi-pin-fill::before { content: "\f4ec"; }
.bi-pin::before { content: "\f4ed"; }
.bi-pip-fill::before { content: "\f4ee"; }
.bi-pip::before { content: "\f4ef"; }
.bi-play-btn-fill::before { content: "\f4f0"; }
.bi-play-btn::before { content: "\f4f1"; }
.bi-play-circle-fill::before { content: "\f4f2"; }
.bi-play-circle::before { content: "\f4f3"; }
.bi-play-fill::before { content: "\f4f4"; }
.bi-play::before { content: "\f4f5"; }
.bi-plug-fill::before { content: "\f4f6"; }
.bi-plug::before { content: "\f4f7"; }
.bi-plus-circle-dotted::before { content: "\f4f8"; }
.bi-plus-circle-fill::before { content: "\f4f9"; }
.bi-plus-circle::before { content: "\f4fa"; }
.bi-plus-square-dotted::before { content: "\f4fb"; }
.bi-plus-square-fill::before { content: "\f4fc"; }
.bi-plus-square::before { content: "\f4fd"; }
.bi-plus::before { content: "\f4fe"; }
.bi-power::before { content: "\f4ff"; }
.bi-printer-fill::before { content: "\f500"; }
.bi-printer::before { content: "\f501"; }
.bi-puzzle-fill::before { content: "\f502"; }
.bi-puzzle::before { content: "\f503"; }
.bi-question-circle-fill::before { content: "\f504"; }
.bi-question-circle::before { content: "\f505"; }
.bi-question-diamond-fill::before { content: "\f506"; }
.bi-question-diamond::before { content: "\f507"; }
.bi-question-octagon-fill::before { content: "\f508"; }
.bi-question-octagon::before { content: "\f509"; }
.bi-question-square-fill::before { content: "\f50a"; }
.bi-question-square::before { content: "\f50b"; }
.bi-question::before { content: "\f50c"; }
.bi-rainbow::before { content: "\f50d"; }
.bi-receipt-cutoff::before { content: "\f50e"; }
.bi-receipt::before { content: "\f50f"; }
.bi-reception-0::before { content: "\f510"; }
.bi-reception-1::before { content: "\f511"; }
.bi-reception-2::before { content: "\f512"; }
.bi-reception-3::before { content: "\f513"; }
.bi-reception-4::before { content: "\f514"; }
.bi-record-btn-fill::before { content: "\f515"; }
.bi-record-btn::before { content: "\f516"; }
.bi-record-circle-fill::before { content: "\f517"; }
.bi-record-circle::before { content: "\f518"; }
.bi-record-fill::before { content: "\f519"; }
.bi-record::before { content: "\f51a"; }
.bi-record2-fill::before { content: "\f51b"; }
.bi-record2::before { content: "\f51c"; }
.bi-reply-all-fill::before { content: "\f51d"; }
.bi-reply-all::before { content: "\f51e"; }
.bi-reply-fill::before { content: "\f51f"; }
.bi-reply::before { content: "\f520"; }
.bi-rss-fill::before { content: "\f521"; }
.bi-rss::before { content: "\f522"; }
.bi-rulers::before { content: "\f523"; }
.bi-save-fill::before { content: "\f524"; }
.bi-save::before { content: "\f525"; }
.bi-save2-fill::before { content: "\f526"; }
.bi-save2::before { content: "\f527"; }
.bi-scissors::before { content: "\f528"; }
.bi-screwdriver::before { content: "\f529"; }
.bi-search::before { content: "\f52a"; }
.bi-segmented-nav::before { content: "\f52b"; }
.bi-server::before { content: "\f52c"; }
.bi-share-fill::before { content: "\f52d"; }
.bi-share::before { content: "\f52e"; }
.bi-shield-check::before { content: "\f52f"; }
.bi-shield-exclamation::before { content: "\f530"; }
.bi-shield-fill-check::before { content: "\f531"; }
.bi-shield-fill-exclamation::before { content: "\f532"; }
.bi-shield-fill-minus::before { content: "\f533"; }
.bi-shield-fill-plus::before { content: "\f534"; }
.bi-shield-fill-x::before { content: "\f535"; }
.bi-shield-fill::before { content: "\f536"; }
.bi-shield-lock-fill::before { content: "\f537"; }
.bi-shield-lock::before { content: "\f538"; }
.bi-shield-minus::before { content: "\f539"; }
.bi-shield-plus::before { content: "\f53a"; }
.bi-shield-shaded::before { content: "\f53b"; }
.bi-shield-slash-fill::before { content: "\f53c"; }
.bi-shield-slash::before { content: "\f53d"; }
.bi-shield-x::before { content: "\f53e"; }
.bi-shield::before { content: "\f53f"; }
.bi-shift-fill::before { content: "\f540"; }
.bi-shift::before { content: "\f541"; }
.bi-shop-window::before { content: "\f542"; }
.bi-shop::before { content: "\f543"; }
.bi-shuffle::before { content: "\f544"; }
.bi-signpost-2-fill::before { content: "\f545"; }
.bi-signpost-2::before { content: "\f546"; }
.bi-signpost-fill::before { content: "\f547"; }
.bi-signpost-split-fill::before { content: "\f548"; }
.bi-signpost-split::before { content: "\f549"; }
.bi-signpost::before { content: "\f54a"; }
.bi-sim-fill::before { content: "\f54b"; }
.bi-sim::before { content: "\f54c"; }
.bi-skip-backward-btn-fill::before { content: "\f54d"; }
.bi-skip-backward-btn::before { content: "\f54e"; }
.bi-skip-backward-circle-fill::before { content: "\f54f"; }
.bi-skip-backward-circle::before { content: "\f550"; }
.bi-skip-backward-fill::before { content: "\f551"; }
.bi-skip-backward::before { content: "\f552"; }
.bi-skip-end-btn-fill::before { content: "\f553"; }
.bi-skip-end-btn::before { content: "\f554"; }
.bi-skip-end-circle-fill::before { content: "\f555"; }
.bi-skip-end-circle::before { content: "\f556"; }
.bi-skip-end-fill::before { content: "\f557"; }
.bi-skip-end::before { content: "\f558"; }
.bi-skip-forward-btn-fill::before { content: "\f559"; }
.bi-skip-forward-btn::before { content: "\f55a"; }
.bi-skip-forward-circle-fill::before { content: "\f55b"; }
.bi-skip-forward-circle::before { content: "\f55c"; }
.bi-skip-forward-fill::before { content: "\f55d"; }
.bi-skip-forward::before { content: "\f55e"; }
.bi-skip-start-btn-fill::before { content: "\f55f"; }
.bi-skip-start-btn::before { content: "\f560"; }
.bi-skip-start-circle-fill::before { content: "\f561"; }
.bi-skip-start-circle::before { content: "\f562"; }
.bi-skip-start-fill::before { content: "\f563"; }
.bi-skip-start::before { content: "\f564"; }
.bi-slack::before { content: "\f565"; }
.bi-slash-circle-fill::before { content: "\f566"; }
.bi-slash-circle::before { content: "\f567"; }
.bi-slash-square-fill::before { content: "\f568"; }
.bi-slash-square::before { content: "\f569"; }
.bi-slash::before { content: "\f56a"; }
.bi-sliders::before { content: "\f56b"; }
.bi-smartwatch::before { content: "\f56c"; }
.bi-snow::before { content: "\f56d"; }
.bi-snow2::before { content: "\f56e"; }
.bi-snow3::before { content: "\f56f"; }
.bi-sort-alpha-down-alt::before { content: "\f570"; }
.bi-sort-alpha-down::before { content: "\f571"; }
.bi-sort-alpha-up-alt::before { content: "\f572"; }
.bi-sort-alpha-up::before { content: "\f573"; }
.bi-sort-down-alt::before { content: "\f574"; }
.bi-sort-down::before { content: "\f575"; }
.bi-sort-numeric-down-alt::before { content: "\f576"; }
.bi-sort-numeric-down::before { content: "\f577"; }
.bi-sort-numeric-up-alt::before { content: "\f578"; }
.bi-sort-numeric-up::before { content: "\f579"; }
.bi-sort-up-alt::before { content: "\f57a"; }
.bi-sort-up::before { content: "\f57b"; }
.bi-soundwave::before { content: "\f57c"; }
.bi-speaker-fill::before { content: "\f57d"; }
.bi-speaker::before { content: "\f57e"; }
.bi-speedometer::before { content: "\f57f"; }
.bi-speedometer2::before { content: "\f580"; }
.bi-spellcheck::before { content: "\f581"; }
.bi-square-fill::before { content: "\f582"; }
.bi-square-half::before { content: "\f583"; }
.bi-square::before { content: "\f584"; }
.bi-stack::before { content: "\f585"; }
.bi-star-fill::before { content: "\f586"; }
.bi-star-half::before { content: "\f587"; }
.bi-star::before { content: "\f588"; }
.bi-stars::before { content: "\f589"; }
.bi-stickies-fill::before { content: "\f58a"; }
.bi-stickies::before { content: "\f58b"; }
.bi-sticky-fill::before { content: "\f58c"; }
.bi-sticky::before { content: "\f58d"; }
.bi-stop-btn-fill::before { content: "\f58e"; }
.bi-stop-btn::before { content: "\f58f"; }
.bi-stop-circle-fill::before { content: "\f590"; }
.bi-stop-circle::before { content: "\f591"; }
.bi-stop-fill::before { content: "\f592"; }
.bi-stop::before { content: "\f593"; }
.bi-stoplights-fill::before { content: "\f594"; }
.bi-stoplights::before { content: "\f595"; }
.bi-stopwatch-fill::before { content: "\f596"; }
.bi-stopwatch::before { content: "\f597"; }
.bi-subtract::before { content: "\f598"; }
.bi-suit-club-fill::before { content: "\f599"; }
.bi-suit-club::before { content: "\f59a"; }
.bi-suit-diamond-fill::before { content: "\f59b"; }
.bi-suit-diamond::before { content: "\f59c"; }
.bi-suit-heart-fill::before { content: "\f59d"; }
.bi-suit-heart::before { content: "\f59e"; }
.bi-suit-spade-fill::before { content: "\f59f"; }
.bi-suit-spade::before { content: "\f5a0"; }
.bi-sun-fill::before { content: "\f5a1"; }
.bi-sun::before { content: "\f5a2"; }
.bi-sunglasses::before { content: "\f5a3"; }
.bi-sunrise-fill::before { content: "\f5a4"; }
.bi-sunrise::before { content: "\f5a5"; }
.bi-sunset-fill::before { content: "\f5a6"; }
.bi-sunset::before { content: "\f5a7"; }
.bi-symmetry-horizontal::before { content: "\f5a8"; }
.bi-symmetry-vertical::before { content: "\f5a9"; }
.bi-table::before { content: "\f5aa"; }
.bi-tablet-fill::before { content: "\f5ab"; }
.bi-tablet-landscape-fill::before { content: "\f5ac"; }
.bi-tablet-landscape::before { content: "\f5ad"; }
.bi-tablet::before { content: "\f5ae"; }
.bi-tag-fill::before { content: "\f5af"; }
.bi-tag::before { content: "\f5b0"; }
.bi-tags-fill::before { content: "\f5b1"; }
.bi-tags::before { content: "\f5b2"; }
.bi-telegram::before { content: "\f5b3"; }
.bi-telephone-fill::before { content: "\f5b4"; }
.bi-telephone-forward-fill::before { content: "\f5b5"; }
.bi-telephone-forward::before { content: "\f5b6"; }
.bi-telephone-inbound-fill::before { content: "\f5b7"; }
.bi-telephone-inbound::before { content: "\f5b8"; }
.bi-telephone-minus-fill::before { content: "\f5b9"; }
.bi-telephone-minus::before { content: "\f5ba"; }
.bi-telephone-outbound-fill::before { content: "\f5bb"; }
.bi-telephone-outbound::before { content: "\f5bc"; }
.bi-telephone-plus-fill::before { content: "\f5bd"; }
.bi-telephone-plus::before { content: "\f5be"; }
.bi-telephone-x-fill::before { content: "\f5bf"; }
.bi-telephone-x::before { content: "\f5c0"; }
.bi-telephone::before { content: "\f5c1"; }
.bi-terminal-fill::before { content: "\f5c2"; }
.bi-terminal::before { content: "\f5c3"; }
.bi-text-center::before { content: "\f5c4"; }
.bi-text-indent-left::before { content: "\f5c5"; }
.bi-text-indent-right::before { content: "\f5c6"; }
.bi-text-left::before { content: "\f5c7"; }
.bi-text-paragraph::before { content: "\f5c8"; }
.bi-text-right::before { content: "\f5c9"; }
.bi-textarea-resize::before { content: "\f5ca"; }
.bi-textarea-t::before { content: "\f5cb"; }
.bi-textarea::before { content: "\f5cc"; }
.bi-thermometer-half::before { content: "\f5cd"; }
.bi-thermometer-high::before { content: "\f5ce"; }
.bi-thermometer-low::before { content: "\f5cf"; }
.bi-thermometer-snow::before { content: "\f5d0"; }
.bi-thermometer-sun::before { content: "\f5d1"; }
.bi-thermometer::before { content: "\f5d2"; }
.bi-three-dots-vertical::before { content: "\f5d3"; }
.bi-three-dots::before { content: "\f5d4"; }
.bi-toggle-off::before { content: "\f5d5"; }
.bi-toggle-on::before { content: "\f5d6"; }
.bi-toggle2-off::before { content: "\f5d7"; }
.bi-toggle2-on::before { content: "\f5d8"; }
.bi-toggles::before { content: "\f5d9"; }
.bi-toggles2::before { content: "\f5da"; }
.bi-tools::before { content: "\f5db"; }
.bi-tornado::before { content: "\f5dc"; }
.bi-trash-fill::before { content: "\f5dd"; }
.bi-trash::before { content: "\f5de"; }
.bi-trash2-fill::before { content: "\f5df"; }
.bi-trash2::before { content: "\f5e0"; }
.bi-tree-fill::before { content: "\f5e1"; }
.bi-tree::before { content: "\f5e2"; }
.bi-triangle-fill::before { content: "\f5e3"; }
.bi-triangle-half::before { content: "\f5e4"; }
.bi-triangle::before { content: "\f5e5"; }
.bi-trophy-fill::before { content: "\f5e6"; }
.bi-trophy::before { content: "\f5e7"; }
.bi-tropical-storm::before { content: "\f5e8"; }
.bi-truck-flatbed::before { content: "\f5e9"; }
.bi-truck::before { content: "\f5ea"; }
.bi-tsunami::before { content: "\f5eb"; }
.bi-tv-fill::before { content: "\f5ec"; }
.bi-tv::before { content: "\f5ed"; }
.bi-twitch::before { content: "\f5ee"; }
.bi-twitter::before { content: "\f5ef"; }
.bi-type-bold::before { content: "\f5f0"; }
.bi-type-h1::before { content: "\f5f1"; }
.bi-type-h2::before { content: "\f5f2"; }
.bi-type-h3::before { content: "\f5f3"; }
.bi-type-italic::before { content: "\f5f4"; }
.bi-type-strikethrough::before { content: "\f5f5"; }
.bi-type-underline::before { content: "\f5f6"; }
.bi-type::before { content: "\f5f7"; }
.bi-ui-checks-grid::before { content: "\f5f8"; }
.bi-ui-checks::before { content: "\f5f9"; }
.bi-ui-radios-grid::before { content: "\f5fa"; }
.bi-ui-radios::before { content: "\f5fb"; }
.bi-umbrella-fill::before { content: "\f5fc"; }
.bi-umbrella::before { content: "\f5fd"; }
.bi-union::before { content: "\f5fe"; }
.bi-unlock-fill::before { content: "\f5ff"; }
.bi-unlock::before { content: "\f600"; }
.bi-upc-scan::before { content: "\f601"; }
.bi-upc::before { content: "\f602"; }
.bi-upload::before { content: "\f603"; }
.bi-vector-pen::before { content: "\f604"; }
.bi-view-list::before { content: "\f605"; }
.bi-view-stacked::before { content: "\f606"; }
.bi-vinyl-fill::before { content: "\f607"; }
.bi-vinyl::before { content: "\f608"; }
.bi-voicemail::before { content: "\f609"; }
.bi-volume-down-fill::before { content: "\f60a"; }
.bi-volume-down::before { content: "\f60b"; }
.bi-volume-mute-fill::before { content: "\f60c"; }
.bi-volume-mute::before { content: "\f60d"; }
.bi-volume-off-fill::before { content: "\f60e"; }
.bi-volume-off::before { content: "\f60f"; }
.bi-volume-up-fill::before { content: "\f610"; }
.bi-volume-up::before { content: "\f611"; }
.bi-vr::before { content: "\f612"; }
.bi-wallet-fill::before { content: "\f613"; }
.bi-wallet::before { content: "\f614"; }
.bi-wallet2::before { content: "\f615"; }
.bi-watch::before { content: "\f616"; }
.bi-water::before { content: "\f617"; }
.bi-whatsapp::before { content: "\f618"; }
.bi-wifi-1::before { content: "\f619"; }
.bi-wifi-2::before { content: "\f61a"; }
.bi-wifi-off::before { content: "\f61b"; }
.bi-wifi::before { content: "\f61c"; }
.bi-wind::before { content: "\f61d"; }
.bi-window-dock::before { content: "\f61e"; }
.bi-window-sidebar::before { content: "\f61f"; }
.bi-window::before { content: "\f620"; }
.bi-wrench::before { content: "\f621"; }
.bi-x-circle-fill::before { content: "\f622"; }
.bi-x-circle::before { content: "\f623"; }
.bi-x-diamond-fill::before { content: "\f624"; }
.bi-x-diamond::before { content: "\f625"; }
.bi-x-octagon-fill::before { content: "\f626"; }
.bi-x-octagon::before { content: "\f627"; }
.bi-x-square-fill::before { content: "\f628"; }
.bi-x-square::before { content: "\f629"; }
.bi-x::before { content: "\f62a"; }
.bi-youtube::before { content: "\f62b"; }
.bi-zoom-in::before { content: "\f62c"; }
.bi-zoom-out::before { content: "\f62d"; }
.bi-bank::before { content: "\f62e"; }
.bi-bank2::before { content: "\f62f"; }
.bi-bell-slash-fill::before { content: "\f630"; }
.bi-bell-slash::before { content: "\f631"; }
.bi-cash-coin::before { content: "\f632"; }
.bi-check-lg::before { content: "\f633"; }
.bi-coin::before { content: "\f634"; }
.bi-currency-bitcoin::before { content: "\f635"; }
.bi-currency-dollar::before { content: "\f636"; }
.bi-currency-euro::before { content: "\f637"; }
.bi-currency-exchange::before { content: "\f638"; }
.bi-currency-pound::before { content: "\f639"; }
.bi-currency-yen::before { content: "\f63a"; }
.bi-dash-lg::before { content: "\f63b"; }
.bi-exclamation-lg::before { content: "\f63c"; }
.bi-file-earmark-pdf-fill::before { content: "\f63d"; }
.bi-file-earmark-pdf::before { content: "\f63e"; }
.bi-file-pdf-fill::before { content: "\f63f"; }
.bi-file-pdf::before { content: "\f640"; }
.bi-gender-ambiguous::before { content: "\f641"; }
.bi-gender-female::before { content: "\f642"; }
.bi-gender-male::before { content: "\f643"; }
.bi-gender-trans::before { content: "\f644"; }
.bi-headset-vr::before { content: "\f645"; }
.bi-info-lg::before { content: "\f646"; }
.bi-mastodon::before { content: "\f647"; }
.bi-messenger::before { content: "\f648"; }
.bi-piggy-bank-fill::before { content: "\f649"; }
.bi-piggy-bank::before { content: "\f64a"; }
.bi-pin-map-fill::before { content: "\f64b"; }
.bi-pin-map::before { content: "\f64c"; }
.bi-plus-lg::before { content: "\f64d"; }
.bi-question-lg::before { content: "\f64e"; }
.bi-recycle::before { content: "\f64f"; }
.bi-reddit::before { content: "\f650"; }
.bi-safe-fill::before { content: "\f651"; }
.bi-safe2-fill::before { content: "\f652"; }
.bi-safe2::before { content: "\f653"; }
.bi-sd-card-fill::before { content: "\f654"; }
.bi-sd-card::before { content: "\f655"; }
.bi-skype::before { content: "\f656"; }
.bi-slash-lg::before { content: "\f657"; }
.bi-translate::before { content: "\f658"; }
.bi-x-lg::before { content: "\f659"; }
.bi-safe::before { content: "\f65a"; }
.bi-apple::before { content: "\f65b"; }
.bi-microsoft::before { content: "\f65d"; }
.bi-windows::before { content: "\f65e"; }
.bi-behance::before { content: "\f65c"; }
.bi-dribbble::before { content: "\f65f"; }
.bi-line::before { content: "\f660"; }
.bi-medium::before { content: "\f661"; }
.bi-paypal::before { content: "\f662"; }
.bi-pinterest::before { content: "\f663"; }
.bi-signal::before { content: "\f664"; }
.bi-snapchat::before { content: "\f665"; }
.bi-spotify::before { content: "\f666"; }
.bi-stack-overflow::before { content: "\f667"; }
.bi-strava::before { content: "\f668"; }
.bi-wordpress::before { content: "\f669"; }
.bi-vimeo::before { content: "\f66a"; }
.bi-activity::before { content: "\f66b"; }
.bi-easel2-fill::before { content: "\f66c"; }
.bi-easel2::before { content: "\f66d"; }
.bi-easel3-fill::before { content: "\f66e"; }
.bi-easel3::before { content: "\f66f"; }
.bi-fan::before { content: "\f670"; }
.bi-fingerprint::before { content: "\f671"; }
.bi-graph-down-arrow::before { content: "\f672"; }
.bi-graph-up-arrow::before { content: "\f673"; }
.bi-hypnotize::before { content: "\f674"; }
.bi-magic::before { content: "\f675"; }
.bi-person-rolodex::before { content: "\f676"; }
.bi-person-video::before { content: "\f677"; }
.bi-person-video2::before { content: "\f678"; }
.bi-person-video3::before { content: "\f679"; }
.bi-person-workspace::before { content: "\f67a"; }
.bi-radioactive::before { content: "\f67b"; }
.bi-webcam-fill::before { content: "\f67c"; }
.bi-webcam::before { content: "\f67d"; }
.bi-yin-yang::before { content: "\f67e"; }
.bi-bandaid-fill::before { content: "\f680"; }
.bi-bandaid::before { content: "\f681"; }
.bi-bluetooth::before { content: "\f682"; }
.bi-body-text::before { content: "\f683"; }
.bi-boombox::before { content: "\f684"; }
.bi-boxes::before { content: "\f685"; }
.bi-dpad-fill::before { content: "\f686"; }
.bi-dpad::before { content: "\f687"; }
.bi-ear-fill::before { content: "\f688"; }
.bi-ear::before { content: "\f689"; }
.bi-envelope-check-fill::before { content: "\f68b"; }
.bi-envelope-check::before { content: "\f68c"; }
.bi-envelope-dash-fill::before { content: "\f68e"; }
.bi-envelope-dash::before { content: "\f68f"; }
.bi-envelope-exclamation-fill::before { content: "\f691"; }
.bi-envelope-exclamation::before { content: "\f692"; }
.bi-envelope-plus-fill::before { content: "\f693"; }
.bi-envelope-plus::before { content: "\f694"; }
.bi-envelope-slash-fill::before { content: "\f696"; }
.bi-envelope-slash::before { content: "\f697"; }
.bi-envelope-x-fill::before { content: "\f699"; }
.bi-envelope-x::before { content: "\f69a"; }
.bi-explicit-fill::before { content: "\f69b"; }
.bi-explicit::before { content: "\f69c"; }
.bi-git::before { content: "\f69d"; }
.bi-infinity::before { content: "\f69e"; }
.bi-list-columns-reverse::before { content: "\f69f"; }
.bi-list-columns::before { content: "\f6a0"; }
.bi-meta::before { content: "\f6a1"; }
.bi-nintendo-switch::before { content: "\f6a4"; }
.bi-pc-display-horizontal::before { content: "\f6a5"; }
.bi-pc-display::before { content: "\f6a6"; }
.bi-pc-horizontal::before { content: "\f6a7"; }
.bi-pc::before { content: "\f6a8"; }
.bi-playstation::before { content: "\f6a9"; }
.bi-plus-slash-minus::before { content: "\f6aa"; }
.bi-projector-fill::before { content: "\f6ab"; }
.bi-projector::before { content: "\f6ac"; }
.bi-qr-code-scan::before { content: "\f6ad"; }
.bi-qr-code::before { content: "\f6ae"; }
.bi-quora::before { content: "\f6af"; }
.bi-quote::before { content: "\f6b0"; }
.bi-robot::before { content: "\f6b1"; }
.bi-send-check-fill::before { content: "\f6b2"; }
.bi-send-check::before { content: "\f6b3"; }
.bi-send-dash-fill::before { content: "\f6b4"; }
.bi-send-dash::before { content: "\f6b5"; }
.bi-send-exclamation-fill::before { content: "\f6b7"; }
.bi-send-exclamation::before { content: "\f6b8"; }
.bi-send-fill::before { content: "\f6b9"; }
.bi-send-plus-fill::before { content: "\f6ba"; }
.bi-send-plus::before { content: "\f6bb"; }
.bi-send-slash-fill::before { content: "\f6bc"; }
.bi-send-slash::before { content: "\f6bd"; }
.bi-send-x-fill::before { content: "\f6be"; }
.bi-send-x::before { content: "\f6bf"; }
.bi-send::before { content: "\f6c0"; }
.bi-steam::before { content: "\f6c1"; }
.bi-terminal-dash::before { content: "\f6c3"; }
.bi-terminal-plus::before { content: "\f6c4"; }
.bi-terminal-split::before { content: "\f6c5"; }
.bi-ticket-detailed-fill::before { content: "\f6c6"; }
.bi-ticket-detailed::before { content: "\f6c7"; }
.bi-ticket-fill::before { content: "\f6c8"; }
.bi-ticket-perforated-fill::before { content: "\f6c9"; }
.bi-ticket-perforated::before { content: "\f6ca"; }
.bi-ticket::before { content: "\f6cb"; }
.bi-tiktok::before { content: "\f6cc"; }
.bi-window-dash::before { content: "\f6cd"; }
.bi-window-desktop::before { content: "\f6ce"; }
.bi-window-fullscreen::before { content: "\f6cf"; }
.bi-window-plus::before { content: "\f6d0"; }
.bi-window-split::before { content: "\f6d1"; }
.bi-window-stack::before { content: "\f6d2"; }
.bi-window-x::before { content: "\f6d3"; }
.bi-xbox::before { content: "\f6d4"; }
.bi-ethernet::before { content: "\f6d5"; }
.bi-hdmi-fill::before { content: "\f6d6"; }
.bi-hdmi::before { content: "\f6d7"; }
.bi-usb-c-fill::before { content: "\f6d8"; }
.bi-usb-c::before { content: "\f6d9"; }
.bi-usb-fill::before { content: "\f6da"; }
.bi-usb-plug-fill::before { content: "\f6db"; }
.bi-usb-plug::before { content: "\f6dc"; }
.bi-usb-symbol::before { content: "\f6dd"; }
.bi-usb::before { content: "\f6de"; }
.bi-boombox-fill::before { content: "\f6df"; }
.bi-displayport::before { content: "\f6e1"; }
.bi-gpu-card::before { content: "\f6e2"; }
.bi-memory::before { content: "\f6e3"; }
.bi-modem-fill::before { content: "\f6e4"; }
.bi-modem::before { content: "\f6e5"; }
.bi-motherboard-fill::before { content: "\f6e6"; }
.bi-motherboard::before { content: "\f6e7"; }
.bi-optical-audio-fill::before { content: "\f6e8"; }
.bi-optical-audio::before { content: "\f6e9"; }
.bi-pci-card::before { content: "\f6ea"; }
.bi-router-fill::before { content: "\f6eb"; }
.bi-router::before { content: "\f6ec"; }
.bi-thunderbolt-fill::before { content: "\f6ef"; }
.bi-thunderbolt::before { content: "\f6f0"; }
.bi-usb-drive-fill::before { content: "\f6f1"; }
.bi-usb-drive::before { content: "\f6f2"; }
.bi-usb-micro-fill::before { content: "\f6f3"; }
.bi-usb-micro::before { content: "\f6f4"; }
.bi-usb-mini-fill::before { content: "\f6f5"; }
.bi-usb-mini::before { content: "\f6f6"; }
.bi-cloud-haze2::before { content: "\f6f7"; }
.bi-device-hdd-fill::before { content: "\f6f8"; }
.bi-device-hdd::before { content: "\f6f9"; }
.bi-device-ssd-fill::before { content: "\f6fa"; }
.bi-device-ssd::before { content: "\f6fb"; }
.bi-displayport-fill::before { content: "\f6fc"; }
.bi-mortarboard-fill::before { content: "\f6fd"; }
.bi-mortarboard::before { content: "\f6fe"; }
.bi-terminal-x::before { content: "\f6ff"; }
.bi-arrow-through-heart-fill::before { content: "\f700"; }
.bi-arrow-through-heart::before { content: "\f701"; }
.bi-badge-sd-fill::before { content: "\f702"; }
.bi-badge-sd::before { content: "\f703"; }
.bi-bag-heart-fill::before { content: "\f704"; }
.bi-bag-heart::before { content: "\f705"; }
.bi-balloon-fill::before { content: "\f706"; }
.bi-balloon-heart-fill::before { content: "\f707"; }
.bi-balloon-heart::before { content: "\f708"; }
.bi-balloon::before { content: "\f709"; }
.bi-box2-fill::before { content: "\f70a"; }
.bi-box2-heart-fill::before { content: "\f70b"; }
.bi-box2-heart::before { content: "\f70c"; }
.bi-box2::before { content: "\f70d"; }
.bi-braces-asterisk::before { content: "\f70e"; }
.bi-calendar-heart-fill::before { content: "\f70f"; }
.bi-calendar-heart::before { content: "\f710"; }
.bi-calendar2-heart-fill::before { content: "\f711"; }
.bi-calendar2-heart::before { content: "\f712"; }
.bi-chat-heart-fill::before { content: "\f713"; }
.bi-chat-heart::before { content: "\f714"; }
.bi-chat-left-heart-fill::before { content: "\f715"; }
.bi-chat-left-heart::before { content: "\f716"; }
.bi-chat-right-heart-fill::before { content: "\f717"; }
.bi-chat-right-heart::before { content: "\f718"; }
.bi-chat-square-heart-fill::before { content: "\f719"; }
.bi-chat-square-heart::before { content: "\f71a"; }
.bi-clipboard-check-fill::before { content: "\f71b"; }
.bi-clipboard-data-fill::before { content: "\f71c"; }
.bi-clipboard-fill::before { content: "\f71d"; }
.bi-clipboard-heart-fill::before { content: "\f71e"; }
.bi-clipboard-heart::before { content: "\f71f"; }
.bi-clipboard-minus-fill::before { content: "\f720"; }
.bi-clipboard-plus-fill::before { content: "\f721"; }
.bi-clipboard-pulse::before { content: "\f722"; }
.bi-clipboard-x-fill::before { content: "\f723"; }
.bi-clipboard2-check-fill::before { content: "\f724"; }
.bi-clipboard2-check::before { content: "\f725"; }
.bi-clipboard2-data-fill::before { content: "\f726"; }
.bi-clipboard2-data::before { content: "\f727"; }
.bi-clipboard2-fill::before { content: "\f728"; }
.bi-clipboard2-heart-fill::before { content: "\f729"; }
.bi-clipboard2-heart::before { content: "\f72a"; }
.bi-clipboard2-minus-fill::before { content: "\f72b"; }
.bi-clipboard2-minus::before { content: "\f72c"; }
.bi-clipboard2-plus-fill::before { content: "\f72d"; }
.bi-clipboard2-plus::before { content: "\f72e"; }
.bi-clipboard2-pulse-fill::before { content: "\f72f"; }
.bi-clipboard2-pulse::before { content: "\f730"; }
.bi-clipboard2-x-fill::before { content: "\f731"; }
.bi-clipboard2-x::before { content: "\f732"; }
.bi-clipboard2::before { content: "\f733"; }
.bi-emoji-kiss-fill::before { content: "\f734"; }
.bi-emoji-kiss::before { content: "\f735"; }
.bi-envelope-heart-fill::before { content: "\f736"; }
.bi-envelope-heart::before { content: "\f737"; }
.bi-envelope-open-heart-fill::before { content: "\f738"; }
.bi-envelope-open-heart::before { content: "\f739"; }
.bi-envelope-paper-fill::before { content: "\f73a"; }
.bi-envelope-paper-heart-fill::before { content: "\f73b"; }
.bi-envelope-paper-heart::before { content: "\f73c"; }
.bi-envelope-paper::before { content: "\f73d"; }
.bi-filetype-aac::before { content: "\f73e"; }
.bi-filetype-ai::before { content: "\f73f"; }
.bi-filetype-bmp::before { content: "\f740"; }
.bi-filetype-cs::before { content: "\f741"; }
.bi-filetype-css::before { content: "\f742"; }
.bi-filetype-csv::before { content: "\f743"; }
.bi-filetype-doc::before { content: "\f744"; }
.bi-filetype-docx::before { content: "\f745"; }
.bi-filetype-exe::before { content: "\f746"; }
.bi-filetype-gif::before { content: "\f747"; }
.bi-filetype-heic::before { content: "\f748"; }
.bi-filetype-html::before { content: "\f749"; }
.bi-filetype-java::before { content: "\f74a"; }
.bi-filetype-jpg::before { content: "\f74b"; }
.bi-filetype-js::before { content: "\f74c"; }
.bi-filetype-jsx::before { content: "\f74d"; }
.bi-filetype-key::before { content: "\f74e"; }
.bi-filetype-m4p::before { content: "\f74f"; }
.bi-filetype-md::before { content: "\f750"; }
.bi-filetype-mdx::before { content: "\f751"; }
.bi-filetype-mov::before { content: "\f752"; }
.bi-filetype-mp3::before { content: "\f753"; }
.bi-filetype-mp4::before { content: "\f754"; }
.bi-filetype-otf::before { content: "\f755"; }
.bi-filetype-pdf::before { content: "\f756"; }
.bi-filetype-php::before { content: "\f757"; }
.bi-filetype-png::before { content: "\f758"; }
.bi-filetype-ppt::before { content: "\f75a"; }
.bi-filetype-psd::before { content: "\f75b"; }
.bi-filetype-py::before { content: "\f75c"; }
.bi-filetype-raw::before { content: "\f75d"; }
.bi-filetype-rb::before { content: "\f75e"; }
.bi-filetype-sass::before { content: "\f75f"; }
.bi-filetype-scss::before { content: "\f760"; }
.bi-filetype-sh::before { content: "\f761"; }
.bi-filetype-svg::before { content: "\f762"; }
.bi-filetype-tiff::before { content: "\f763"; }
.bi-filetype-tsx::before { content: "\f764"; }
.bi-filetype-ttf::before { content: "\f765"; }
.bi-filetype-txt::before { content: "\f766"; }
.bi-filetype-wav::before { content: "\f767"; }
.bi-filetype-woff::before { content: "\f768"; }
.bi-filetype-xls::before { content: "\f76a"; }
.bi-filetype-xml::before { content: "\f76b"; }
.bi-filetype-yml::before { content: "\f76c"; }
.bi-heart-arrow::before { content: "\f76d"; }
.bi-heart-pulse-fill::before { content: "\f76e"; }
.bi-heart-pulse::before { content: "\f76f"; }
.bi-heartbreak-fill::before { content: "\f770"; }
.bi-heartbreak::before { content: "\f771"; }
.bi-hearts::before { content: "\f772"; }
.bi-hospital-fill::before { content: "\f773"; }
.bi-hospital::before { content: "\f774"; }
.bi-house-heart-fill::before { content: "\f775"; }
.bi-house-heart::before { content: "\f776"; }
.bi-incognito::before { content: "\f777"; }
.bi-magnet-fill::before { content: "\f778"; }
.bi-magnet::before { content: "\f779"; }
.bi-person-heart::before { content: "\f77a"; }
.bi-person-hearts::before { content: "\f77b"; }
.bi-phone-flip::before { content: "\f77c"; }
.bi-plugin::before { content: "\f77d"; }
.bi-postage-fill::before { content: "\f77e"; }
.bi-postage-heart-fill::before { content: "\f77f"; }
.bi-postage-heart::before { content: "\f780"; }
.bi-postage::before { content: "\f781"; }
.bi-postcard-fill::before { content: "\f782"; }
.bi-postcard-heart-fill::before { content: "\f783"; }
.bi-postcard-heart::before { content: "\f784"; }
.bi-postcard::before { content: "\f785"; }
.bi-search-heart-fill::before { content: "\f786"; }
.bi-search-heart::before { content: "\f787"; }
.bi-sliders2-vertical::before { content: "\f788"; }
.bi-sliders2::before { content: "\f789"; }
.bi-trash3-fill::before { content: "\f78a"; }
.bi-trash3::before { content: "\f78b"; }
.bi-valentine::before { content: "\f78c"; }
.bi-valentine2::before { content: "\f78d"; }
.bi-wrench-adjustable-circle-fill::before { content: "\f78e"; }
.bi-wrench-adjustable-circle::before { content: "\f78f"; }
.bi-wrench-adjustable::before { content: "\f790"; }
.bi-filetype-json::before { content: "\f791"; }
.bi-filetype-pptx::before { content: "\f792"; }
.bi-filetype-xlsx::before { content: "\f793"; }
.bi-1-circle-fill::before { content: "\f796"; }
.bi-1-circle::before { content: "\f797"; }
.bi-1-square-fill::before { content: "\f798"; }
.bi-1-square::before { content: "\f799"; }
.bi-2-circle-fill::before { content: "\f79c"; }
.bi-2-circle::before { content: "\f79d"; }
.bi-2-square-fill::before { content: "\f79e"; }
.bi-2-square::before { content: "\f79f"; }
.bi-3-circle-fill::before { content: "\f7a2"; }
.bi-3-circle::before { content: "\f7a3"; }
.bi-3-square-fill::before { content: "\f7a4"; }
.bi-3-square::before { content: "\f7a5"; }
.bi-4-circle-fill::before { content: "\f7a8"; }
.bi-4-circle::before { content: "\f7a9"; }
.bi-4-square-fill::before { content: "\f7aa"; }
.bi-4-square::before { content: "\f7ab"; }
.bi-5-circle-fill::before { content: "\f7ae"; }
.bi-5-circle::before { content: "\f7af"; }
.bi-5-square-fill::before { content: "\f7b0"; }
.bi-5-square::before { content: "\f7b1"; }
.bi-6-circle-fill::before { content: "\f7b4"; }
.bi-6-circle::before { content: "\f7b5"; }
.bi-6-square-fill::before { content: "\f7b6"; }
.bi-6-square::before { content: "\f7b7"; }
.bi-7-circle-fill::before { content: "\f7ba"; }
.bi-7-circle::before { content: "\f7bb"; }
.bi-7-square-fill::before { content: "\f7bc"; }
.bi-7-square::before { content: "\f7bd"; }
.bi-8-circle-fill::before { content: "\f7c0"; }
.bi-8-circle::before { content: "\f7c1"; }
.bi-8-square-fill::before { content: "\f7c2"; }
.bi-8-square::before { content: "\f7c3"; }
.bi-9-circle-fill::before { content: "\f7c6"; }
.bi-9-circle::before { content: "\f7c7"; }
.bi-9-square-fill::before { content: "\f7c8"; }
.bi-9-square::before { content: "\f7c9"; }
.bi-airplane-engines-fill::before { content: "\f7ca"; }
.bi-airplane-engines::before { content: "\f7cb"; }
.bi-airplane-fill::before { content: "\f7cc"; }
.bi-airplane::before { content: "\f7cd"; }
.bi-alexa::before { content: "\f7ce"; }
.bi-alipay::before { content: "\f7cf"; }
.bi-android::before { content: "\f7d0"; }
.bi-android2::before { content: "\f7d1"; }
.bi-box-fill::before { content: "\f7d2"; }
.bi-box-seam-fill::before { content: "\f7d3"; }
.bi-browser-chrome::before { content: "\f7d4"; }
.bi-browser-edge::before { content: "\f7d5"; }
.bi-browser-firefox::before { content: "\f7d6"; }
.bi-browser-safari::before { content: "\f7d7"; }
.bi-c-circle-fill::before { content: "\f7da"; }
.bi-c-circle::before { content: "\f7db"; }
.bi-c-square-fill::before { content: "\f7dc"; }
.bi-c-square::before { content: "\f7dd"; }
.bi-capsule-pill::before { content: "\f7de"; }
.bi-capsule::before { content: "\f7df"; }
.bi-car-front-fill::before { content: "\f7e0"; }
.bi-car-front::before { content: "\f7e1"; }
.bi-cassette-fill::before { content: "\f7e2"; }
.bi-cassette::before { content: "\f7e3"; }
.bi-cc-circle-fill::before { content: "\f7e6"; }
.bi-cc-circle::before { content: "\f7e7"; }
.bi-cc-square-fill::before { content: "\f7e8"; }
.bi-cc-square::before { content: "\f7e9"; }
.bi-cup-hot-fill::before { content: "\f7ea"; }
.bi-cup-hot::before { content: "\f7eb"; }
.bi-currency-rupee::before { content: "\f7ec"; }
.bi-dropbox::before { content: "\f7ed"; }
.bi-escape::before { content: "\f7ee"; }
.bi-fast-forward-btn-fill::before { content: "\f7ef"; }
.bi-fast-forward-btn::before { content: "\f7f0"; }
.bi-fast-forward-circle-fill::before { content: "\f7f1"; }
.bi-fast-forward-circle::before { content: "\f7f2"; }
.bi-fast-forward-fill::before { content: "\f7f3"; }
.bi-fast-forward::before { content: "\f7f4"; }
.bi-filetype-sql::before { content: "\f7f5"; }
.bi-fire::before { content: "\f7f6"; }
.bi-google-play::before { content: "\f7f7"; }
.bi-h-circle-fill::before { content: "\f7fa"; }
.bi-h-circle::before { content: "\f7fb"; }
.bi-h-square-fill::before { content: "\f7fc"; }
.bi-h-square::before { content: "\f7fd"; }
.bi-indent::before { content: "\f7fe"; }
.bi-lungs-fill::before { content: "\f7ff"; }
.bi-lungs::before { content: "\f800"; }
.bi-microsoft-teams::before { content: "\f801"; }
.bi-p-circle-fill::before { content: "\f804"; }
.bi-p-circle::before { content: "\f805"; }
.bi-p-square-fill::before { content: "\f806"; }
.bi-p-square::before { content: "\f807"; }
.bi-pass-fill::before { content: "\f808"; }
.bi-pass::before { content: "\f809"; }
.bi-prescription::before { content: "\f80a"; }
.bi-prescription2::before { content: "\f80b"; }
.bi-r-circle-fill::before { content: "\f80e"; }
.bi-r-circle::before { content: "\f80f"; }
.bi-r-square-fill::before { content: "\f810"; }
.bi-r-square::before { content: "\f811"; }
.bi-repeat-1::before { content: "\f812"; }
.bi-repeat::before { content: "\f813"; }
.bi-rewind-btn-fill::before { content: "\f814"; }
.bi-rewind-btn::before { content: "\f815"; }
.bi-rewind-circle-fill::before { content: "\f816"; }
.bi-rewind-circle::before { content: "\f817"; }
.bi-rewind-fill::before { content: "\f818"; }
.bi-rewind::before { content: "\f819"; }
.bi-train-freight-front-fill::before { content: "\f81a"; }
.bi-train-freight-front::before { content: "\f81b"; }
.bi-train-front-fill::before { content: "\f81c"; }
.bi-train-front::before { content: "\f81d"; }
.bi-train-lightrail-front-fill::before { content: "\f81e"; }
.bi-train-lightrail-front::before { content: "\f81f"; }
.bi-truck-front-fill::before { content: "\f820"; }
.bi-truck-front::before { content: "\f821"; }
.bi-ubuntu::before { content: "\f822"; }
.bi-unindent::before { content: "\f823"; }
.bi-unity::before { content: "\f824"; }
.bi-universal-access-circle::before { content: "\f825"; }
.bi-universal-access::before { content: "\f826"; }
.bi-virus::before { content: "\f827"; }
.bi-virus2::before { content: "\f828"; }
.bi-wechat::before { content: "\f829"; }
.bi-yelp::before { content: "\f82a"; }
.bi-sign-stop-fill::before { content: "\f82b"; }
.bi-sign-stop-lights-fill::before { content: "\f82c"; }
.bi-sign-stop-lights::before { content: "\f82d"; }
.bi-sign-stop::before { content: "\f82e"; }
.bi-sign-turn-left-fill::before { content: "\f82f"; }
.bi-sign-turn-left::before { content: "\f830"; }
.bi-sign-turn-right-fill::before { content: "\f831"; }
.bi-sign-turn-right::before { content: "\f832"; }
.bi-sign-turn-slight-left-fill::before { content: "\f833"; }
.bi-sign-turn-slight-left::before { content: "\f834"; }
.bi-sign-turn-slight-right-fill::before { content: "\f835"; }
.bi-sign-turn-slight-right::before { content: "\f836"; }
.bi-sign-yield-fill::before { content: "\f837"; }
.bi-sign-yield::before { content: "\f838"; }
.bi-ev-station-fill::before { content: "\f839"; }
.bi-ev-station::before { content: "\f83a"; }
.bi-fuel-pump-diesel-fill::before { content: "\f83b"; }
.bi-fuel-pump-diesel::before { content: "\f83c"; }
.bi-fuel-pump-fill::before { content: "\f83d"; }
.bi-fuel-pump::before { content: "\f83e"; }
.bi-0-circle-fill::before { content: "\f83f"; }
.bi-0-circle::before { content: "\f840"; }
.bi-0-square-fill::before { content: "\f841"; }
.bi-0-square::before { content: "\f842"; }
.bi-rocket-fill::before { content: "\f843"; }
.bi-rocket-takeoff-fill::before { content: "\f844"; }
.bi-rocket-takeoff::before { content: "\f845"; }
.bi-rocket::before { content: "\f846"; }
.bi-stripe::before { content: "\f847"; }
.bi-subscript::before { content: "\f848"; }
.bi-superscript::before { content: "\f849"; }
.bi-trello::before { content: "\f84a"; }
.bi-envelope-at-fill::before { content: "\f84b"; }
.bi-envelope-at::before { content: "\f84c"; }
.bi-regex::before { content: "\f84d"; }
.bi-text-wrap::before { content: "\f84e"; }
.bi-sign-dead-end-fill::before { content: "\f84f"; }
.bi-sign-dead-end::before { content: "\f850"; }
.bi-sign-do-not-enter-fill::before { content: "\f851"; }
.bi-sign-do-not-enter::before { content: "\f852"; }
.bi-sign-intersection-fill::before { content: "\f853"; }
.bi-sign-intersection-side-fill::before { content: "\f854"; }
.bi-sign-intersection-side::before { content: "\f855"; }
.bi-sign-intersection-t-fill::before { content: "\f856"; }
.bi-sign-intersection-t::before { content: "\f857"; }
.bi-sign-intersection-y-fill::before { content: "\f858"; }
.bi-sign-intersection-y::before { content: "\f859"; }
.bi-sign-intersection::before { content: "\f85a"; }
.bi-sign-merge-left-fill::before { content: "\f85b"; }
.bi-sign-merge-left::before { content: "\f85c"; }
.bi-sign-merge-right-fill::before { content: "\f85d"; }
.bi-sign-merge-right::before { content: "\f85e"; }
.bi-sign-no-left-turn-fill::before { content: "\f85f"; }
.bi-sign-no-left-turn::before { content: "\f860"; }
.bi-sign-no-parking-fill::before { content: "\f861"; }
.bi-sign-no-parking::before { content: "\f862"; }
.bi-sign-no-right-turn-fill::before { content: "\f863"; }
.bi-sign-no-right-turn::before { content: "\f864"; }
.bi-sign-railroad-fill::before { content: "\f865"; }
.bi-sign-railroad::before { content: "\f866"; }
.bi-building-add::before { content: "\f867"; }
.bi-building-check::before { content: "\f868"; }
.bi-building-dash::before { content: "\f869"; }
.bi-building-down::before { content: "\f86a"; }
.bi-building-exclamation::before { content: "\f86b"; }
.bi-building-fill-add::before { content: "\f86c"; }
.bi-building-fill-check::before { content: "\f86d"; }
.bi-building-fill-dash::before { content: "\f86e"; }
.bi-building-fill-down::before { content: "\f86f"; }
.bi-building-fill-exclamation::before { content: "\f870"; }
.bi-building-fill-gear::before { content: "\f871"; }
.bi-building-fill-lock::before { content: "\f872"; }
.bi-building-fill-slash::before { content: "\f873"; }
.bi-building-fill-up::before { content: "\f874"; }
.bi-building-fill-x::before { content: "\f875"; }
.bi-building-fill::before { content: "\f876"; }
.bi-building-gear::before { content: "\f877"; }
.bi-building-lock::before { content: "\f878"; }
.bi-building-slash::before { content: "\f879"; }
.bi-building-up::before { content: "\f87a"; }
.bi-building-x::before { content: "\f87b"; }
.bi-buildings-fill::before { content: "\f87c"; }
.bi-buildings::before { content: "\f87d"; }
.bi-bus-front-fill::before { content: "\f87e"; }
.bi-bus-front::before { content: "\f87f"; }
.bi-ev-front-fill::before { content: "\f880"; }
.bi-ev-front::before { content: "\f881"; }
.bi-globe-americas::before { content: "\f882"; }
.bi-globe-asia-australia::before { content: "\f883"; }
.bi-globe-central-south-asia::before { content: "\f884"; }
.bi-globe-europe-africa::before { content: "\f885"; }
.bi-house-add-fill::before { content: "\f886"; }
.bi-house-add::before { content: "\f887"; }
.bi-house-check-fill::before { content: "\f888"; }
.bi-house-check::before { content: "\f889"; }
.bi-house-dash-fill::before { content: "\f88a"; }
.bi-house-dash::before { content: "\f88b"; }
.bi-house-down-fill::before { content: "\f88c"; }
.bi-house-down::before { content: "\f88d"; }
.bi-house-exclamation-fill::before { content: "\f88e"; }
.bi-house-exclamation::before { content: "\f88f"; }
.bi-house-gear-fill::before { content: "\f890"; }
.bi-house-gear::before { content: "\f891"; }
.bi-house-lock-fill::before { content: "\f892"; }
.bi-house-lock::before { content: "\f893"; }
.bi-house-slash-fill::before { content: "\f894"; }
.bi-house-slash::before { content: "\f895"; }
.bi-house-up-fill::before { content: "\f896"; }
.bi-house-up::before { content: "\f897"; }
.bi-house-x-fill::before { content: "\f898"; }
.bi-house-x::before { content: "\f899"; }
.bi-person-add::before { content: "\f89a"; }
.bi-person-down::before { content: "\f89b"; }
.bi-person-exclamation::before { content: "\f89c"; }
.bi-person-fill-add::before { content: "\f89d"; }
.bi-person-fill-check::before { content: "\f89e"; }
.bi-person-fill-dash::before { content: "\f89f"; }
.bi-person-fill-down::before { content: "\f8a0"; }
.bi-person-fill-exclamation::before { content: "\f8a1"; }
.bi-person-fill-gear::before { content: "\f8a2"; }
.bi-person-fill-lock::before { content: "\f8a3"; }
.bi-person-fill-slash::before { content: "\f8a4"; }
.bi-person-fill-up::before { content: "\f8a5"; }
.bi-person-fill-x::before { content: "\f8a6"; }
.bi-person-gear::before { content: "\f8a7"; }
.bi-person-lock::before { content: "\f8a8"; }
.bi-person-slash::before { content: "\f8a9"; }
.bi-person-up::before { content: "\f8aa"; }
.bi-scooter::before { content: "\f8ab"; }
.bi-taxi-front-fill::before { content: "\f8ac"; }
.bi-taxi-front::before { content: "\f8ad"; }
.bi-amd::before { content: "\f8ae"; }
.bi-database-add::before { content: "\f8af"; }
.bi-database-check::before { content: "\f8b0"; }
.bi-database-dash::before { content: "\f8b1"; }
.bi-database-down::before { content: "\f8b2"; }
.bi-database-exclamation::before { content: "\f8b3"; }
.bi-database-fill-add::before { content: "\f8b4"; }
.bi-database-fill-check::before { content: "\f8b5"; }
.bi-database-fill-dash::before { content: "\f8b6"; }
.bi-database-fill-down::before { content: "\f8b7"; }
.bi-database-fill-exclamation::before { content: "\f8b8"; }
.bi-database-fill-gear::before { content: "\f8b9"; }
.bi-database-fill-lock::before { content: "\f8ba"; }
.bi-database-fill-slash::before { content: "\f8bb"; }
.bi-database-fill-up::before { content: "\f8bc"; }
.bi-database-fill-x::before { content: "\f8bd"; }
.bi-database-fill::before { content: "\f8be"; }
.bi-database-gear::before { content: "\f8bf"; }
.bi-database-lock::before { content: "\f8c0"; }
.bi-database-slash::before { content: "\f8c1"; }
.bi-database-up::before { content: "\f8c2"; }
.bi-database-x::before { content: "\f8c3"; }
.bi-database::before { content: "\f8c4"; }
.bi-houses-fill::before { content: "\f8c5"; }
.bi-houses::before { content: "\f8c6"; }
.bi-nvidia::before { content: "\f8c7"; }
.bi-person-vcard-fill::before { content: "\f8c8"; }
.bi-person-vcard::before { content: "\f8c9"; }
.bi-sina-weibo::before { content: "\f8ca"; }
.bi-tencent-qq::before { content: "\f8cb"; }
.bi-wikipedia::before { content: "\f8cc"; }
.bi-alphabet-uppercase::before { content: "\f2a5"; }
.bi-alphabet::before { content: "\f68a"; }
.bi-amazon::before { content: "\f68d"; }
.bi-arrows-collapse-vertical::before { content: "\f690"; }
.bi-arrows-expand-vertical::before { content: "\f695"; }
.bi-arrows-vertical::before { content: "\f698"; }
.bi-arrows::before { content: "\f6a2"; }
.bi-ban-fill::before { content: "\f6a3"; }
.bi-ban::before { content: "\f6b6"; }
.bi-bing::before { content: "\f6c2"; }
.bi-cake::before { content: "\f6e0"; }
.bi-cake2::before { content: "\f6ed"; }
.bi-cookie::before { content: "\f6ee"; }
.bi-copy::before { content: "\f759"; }
.bi-crosshair::before { content: "\f769"; }
.bi-crosshair2::before { content: "\f794"; }
.bi-emoji-astonished-fill::before { content: "\f795"; }
.bi-emoji-astonished::before { content: "\f79a"; }
.bi-emoji-grimace-fill::before { content: "\f79b"; }
.bi-emoji-grimace::before { content: "\f7a0"; }
.bi-emoji-grin-fill::before { content: "\f7a1"; }
.bi-emoji-grin::before { content: "\f7a6"; }
.bi-emoji-surprise-fill::before { content: "\f7a7"; }
.bi-emoji-surprise::before { content: "\f7ac"; }
.bi-emoji-tear-fill::before { content: "\f7ad"; }
.bi-emoji-tear::before { content: "\f7b2"; }
.bi-envelope-arrow-down-fill::before { content: "\f7b3"; }
.bi-envelope-arrow-down::before { content: "\f7b8"; }
.bi-envelope-arrow-up-fill::before { content: "\f7b9"; }
.bi-envelope-arrow-up::before { content: "\f7be"; }
.bi-feather::before { content: "\f7bf"; }
.bi-feather2::before { content: "\f7c4"; }
.bi-floppy-fill::before { content: "\f7c5"; }
.bi-floppy::before { content: "\f7d8"; }
.bi-floppy2-fill::before { content: "\f7d9"; }
.bi-floppy2::before { content: "\f7e4"; }
.bi-gitlab::before { content: "\f7e5"; }
.bi-highlighter::before { content: "\f7f8"; }
.bi-marker-tip::before { content: "\f802"; }
.bi-nvme-fill::before { content: "\f803"; }
.bi-nvme::before { content: "\f80c"; }
.bi-opencollective::before { content: "\f80d"; }
.bi-pci-card-network::before { content: "\f8cd"; }
.bi-pci-card-sound::before { content: "\f8ce"; }
.bi-radar::before { content: "\f8cf"; }
.bi-send-arrow-down-fill::before { content: "\f8d0"; }
.bi-send-arrow-down::before { content: "\f8d1"; }
.bi-send-arrow-up-fill::before { content: "\f8d2"; }
.bi-send-arrow-up::before { content: "\f8d3"; }
.bi-sim-slash-fill::before { content: "\f8d4"; }
.bi-sim-slash::before { content: "\f8d5"; }
.bi-sourceforge::before { content: "\f8d6"; }
.bi-substack::before { content: "\f8d7"; }
.bi-threads-fill::before { content: "\f8d8"; }
.bi-threads::before { content: "\f8d9"; }
.bi-transparency::before { content: "\f8da"; }
.bi-twitter-x::before { content: "\f8db"; }
.bi-type-h4::before { content: "\f8dc"; }
.bi-type-h5::before { content: "\f8dd"; }
.bi-type-h6::before { content: "\f8de"; }
.bi-backpack-fill::before { content: "\f8df"; }
.bi-backpack::before { content: "\f8e0"; }
.bi-backpack2-fill::before { content: "\f8e1"; }
.bi-backpack2::before { content: "\f8e2"; }
.bi-backpack3-fill::before { content: "\f8e3"; }
.bi-backpack3::before { content: "\f8e4"; }
.bi-backpack4-fill::before { content: "\f8e5"; }
.bi-backpack4::before { content: "\f8e6"; }
.bi-brilliance::before { content: "\f8e7"; }
.bi-cake-fill::before { content: "\f8e8"; }
.bi-cake2-fill::before { content: "\f8e9"; }
.bi-duffle-fill::before { content: "\f8ea"; }
.bi-duffle::before { content: "\f8eb"; }
.bi-exposure::before { content: "\f8ec"; }
.bi-gender-neuter::before { content: "\f8ed"; }
.bi-highlights::before { content: "\f8ee"; }
.bi-luggage-fill::before { content: "\f8ef"; }
.bi-luggage::before { content: "\f8f0"; }
.bi-mailbox-flag::before { content: "\f8f1"; }
.bi-mailbox2-flag::before { content: "\f8f2"; }
.bi-noise-reduction::before { content: "\f8f3"; }
.bi-passport-fill::before { content: "\f8f4"; }
.bi-passport::before { content: "\f8f5"; }
.bi-person-arms-up::before { content: "\f8f6"; }
.bi-person-raised-hand::before { content: "\f8f7"; }
.bi-person-standing-dress::before { content: "\f8f8"; }
.bi-person-standing::before { content: "\f8f9"; }
.bi-person-walking::before { content: "\f8fa"; }
.bi-person-wheelchair::before { content: "\f8fb"; }
.bi-shadows::before { content: "\f8fc"; }
.bi-suitcase-fill::before { content: "\f8fd"; }
.bi-suitcase-lg-fill::before { content: "\f8fe"; }
.bi-suitcase-lg::before { content: "\f8ff"; }
.bi-suitcase::before { content: "\f900"; }
.bi-suitcase2-fill::before { content: "\f901"; }
.bi-suitcase2::before { content: "\f902"; }
.bi-vignette::before { content: "\f903"; }

/**
 * ui-select.bootstrap4.shim.css
 *
 * Adapt `bootstrap` (v3) theme from AngularJS `ui-select`
 * component to Bootstrap v4.x look and feel.
 * Bootstrap v4.x look and feel
 *
 * Feel free to test and open issues and pull requests.
 *
 * @see       https://angular-ui.github.io/ui-select/
 *
 * @project   ui-select.bootstrap4.shim.css
 * @version   1-20180706
 * @author    Francis Vagner dos Anjos Fontoura
 * @copyright 2018 by the author
 * @cssdoc    version 1.0-pre
 * @license   MIT
 */

.pull-left {
    float: left !important;
}

.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    display: inline-block;
    margin-left: 0;
    vertical-align: middle;
    width: 0;
}

.pull-right {
    float: right !important;
}

.ui-select-toggle.btn {
    border: 1px solid #ced4da;
}

.ui-select-choices.dropdown-menu {
    display: block;
}

.ui-select-match-text {
    max-height: 24px;
}

.ui-select-match.btn-default-focus {
    border-radius: .25rem;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    outline: 0;
}

.ui-select-match.btn-default-focus > .ui-select-toggle {
    border-color: #80bdff;
}

.ui-select-bootstrap .ui-select-match-text {
    overflow: hidden;
}

.fade.in {
    opacity: 1;
}

.modal {
    z-index: 99999;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}


/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.7 - 2017-04-15T14:28:36.790Z
 * License: MIT
 */.ui-select-highlight{font-weight:700}.ui-select-offscreen{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;outline:0!important;left:0!important;top:0!important}.selectize-control.single>.selectize-input>input,.selectize-control>.selectize-dropdown{width:100%}.ui-select-choices-row:hover{background-color:#f5f5f5}.ng-dirty.ng-invalid>a.select2-choice{border-color:#D44950}.select2-result-single{padding-left:0}.select-locked>.ui-select-match-close,.select2-locked>.select2-search-choice-close{display:none}body>.select2-container.open{z-index:9999}.ui-select-container.select2.direction-up .ui-select-match,.ui-select-container[theme=select2].direction-up .ui-select-match{border-radius:0 0 4px 4px}.ui-select-container.select2.direction-up .ui-select-dropdown,.ui-select-container[theme=select2].direction-up .ui-select-dropdown{border-radius:4px 4px 0 0;border-top-width:1px;border-top-style:solid;box-shadow:0 -4px 8px rgba(0,0,0,.25);margin-top:-4px}.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search,.ui-select-container[theme=select2].direction-up .ui-select-dropdown .select2-search{margin-top:4px}.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match,.ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match{border-bottom-color:#5897fb}.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden,.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden input{opacity:0;height:0;min-height:0;padding:0;margin:0;border:0}.selectize-input.selectize-focus{border-color:#007FBB!important}.selectize-control.multi>.selectize-input>input{margin:0!important}.ng-dirty.ng-invalid>div.selectize-input{border-color:#D44950}.ui-select-container[theme=selectize].direction-up .ui-select-dropdown{box-shadow:0 -4px 8px rgba(0,0,0,.25);margin-top:-2px}.ui-select-container[theme=selectize] input.ui-select-search-hidden{opacity:0;height:0;min-height:0;padding:0;margin:0;border:0;width:0}.btn-default-focus{color:#333;background-color:#EBEBEB;border-color:#ADADAD;text-decoration:none;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.ui-select-bootstrap .ui-select-toggle{position:relative}.ui-select-bootstrap .ui-select-toggle>.caret{position:absolute;height:10px;top:50%;right:10px;margin-top:-2px}.input-group>.ui-select-bootstrap.dropdown{position:static}.input-group>.ui-select-bootstrap>input.ui-select-search.form-control{border-radius:4px 0 0 4px}.input-group>.ui-select-bootstrap>input.ui-select-search.form-control.direction-up{border-radius:4px 0 0 4px!important}.ui-select-bootstrap .ui-select-search-hidden{opacity:0;height:0;min-height:0;padding:0;margin:0;border:0}.ui-select-bootstrap>.ui-select-match>.btn{text-align:left!important}.ui-select-bootstrap>.ui-select-match>.caret{position:absolute;top:45%;right:15px}.ui-select-bootstrap>.ui-select-choices,.ui-select-bootstrap>.ui-select-no-choice{width:100%;height:auto;max-height:200px;overflow-x:hidden;margin-top:-1px}body>.ui-select-bootstrap.open{z-index:1000}.ui-select-multiple.ui-select-bootstrap{height:auto;padding:3px 3px 0}.ui-select-multiple.ui-select-bootstrap input.ui-select-search{background-color:transparent!important;border:none;outline:0;height:1.666666em;margin-bottom:3px}.ui-select-multiple.ui-select-bootstrap .ui-select-match .close{font-size:1.6em;line-height:.75}.ui-select-multiple.ui-select-bootstrap .ui-select-match-item{outline:0;margin:0 3px 3px 0}.ui-select-multiple .ui-select-match-item{position:relative}.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close{pointer-events:none}.ui-select-multiple:hover .ui-select-match-item.dropping-before:before{content:"";position:absolute;top:0;right:100%;height:100%;margin-right:2px;border-left:1px solid #428bca}.ui-select-multiple:hover .ui-select-match-item.dropping-after:after{content:"";position:absolute;top:0;left:100%;height:100%;margin-left:2px;border-right:1px solid #428bca}.ui-select-bootstrap .ui-select-choices-row>span{cursor:pointer;display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.ui-select-bootstrap .ui-select-choices-row>span:focus,.ui-select-bootstrap .ui-select-choices-row>span:hover{text-decoration:none;color:#262626;background-color:#f5f5f5}.ui-select-bootstrap .ui-select-choices-row.active>span{color:#fff;text-decoration:none;outline:0;background-color:#428bca}.ui-select-bootstrap .ui-select-choices-row.active.disabled>span,.ui-select-bootstrap .ui-select-choices-row.disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.ui-select-match.ng-hide-add,.ui-select-search.ng-hide-add{display:none!important}.ui-select-bootstrap.ng-dirty.ng-invalid>button.btn.ui-select-match{border-color:#D44950}.ui-select-container[theme=bootstrap].direction-up .ui-select-dropdown{box-shadow:0 -4px 8px rgba(0,0,0,.25)}.ui-select-bootstrap .ui-select-match-text{width:100%;padding-right:1em}.ui-select-bootstrap .ui-select-match-text span{display:inline-block;width:100%;overflow:hidden}.ui-select-bootstrap .ui-select-toggle>a.btn{position:absolute;height:10px;right:10px;margin-top:-2px}.ui-select-refreshing.glyphicon{position:absolute;right:0;padding:8px 27px}@-webkit-keyframes ui-select-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes ui-select-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.ui-select-spin{-webkit-animation:ui-select-spin 2s infinite linear;animation:ui-select-spin 2s infinite linear}.ui-select-refreshing.ng-animate{-webkit-animation:none 0s}
/*# sourceMappingURL=select.min.css.map */

/*
Version: 3.4.5 Timestamp: Mon Nov  4 08:22:42 PST 2013
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(top, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('../Website/Javascript/ui-select/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(top, #ccc 0%, #eee 60%);
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../Website/Javascript/ui-select/select2.png') no-repeat 0 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url('../Website/Javascript/ui-select/select2.png') no-repeat 100% -22px;
    background: url('../Website/Javascript/ui-select/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('../Website/Javascript/ui-select/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../Website/Javascript/ui-select/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../Website/Javascript/ui-select/select2.png') no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('../Website/Javascript/ui-select/select2-spinner.gif') no-repeat 100%;
    background: url('../Website/Javascript/ui-select/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('../Website/Javascript/ui-select/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../Website/Javascript/ui-select/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../Website/Javascript/ui-select/select2-spinner.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('../Website/Javascript/ui-select/select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(top, #eee 1%, #fff 15%);
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('../Website/Javascript/ui-select/select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('../Website/Javascript/ui-select/select2.png') right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}
/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi)  {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
      background-image: url('../Website/Javascript/ui-select/select2x2.png') !important;
      background-repeat: no-repeat !important;
      background-size: 60px 40px !important;
  }
  .select2-search input {
      background-position: 100% -21px !important;
  }
}

.angular-ui-tree-dropzone,.angular-ui-tree-empty{border:1px dashed #bbb;min-height:100px;background-color:#e5e5e5;background-image:-webkit-linear-gradient(45deg,#fff 25%,transparent 0,transparent 75%,#fff 0,#fff),-webkit-linear-gradient(45deg,#fff 25%,transparent 0,transparent 75%,#fff 0,#fff);background-image:linear-gradient(45deg,#fff 25%,transparent 0,transparent 75%,#fff 0,#fff),linear-gradient(45deg,#fff 25%,transparent 0,transparent 75%,#fff 0,#fff);background-size:60px 60px;background-position:0 0,30px 30px}.angular-ui-tree-empty{pointer-events:none}.angular-ui-tree-nodes{position:relative;margin:0;padding:0;list-style:none}.angular-ui-tree-nodes .angular-ui-tree-nodes{padding-left:20px}.angular-ui-tree-node,.angular-ui-tree-placeholder{position:relative;margin:0;padding:0;min-height:20px;line-height:20px}.angular-ui-tree-hidden{display:none}.angular-ui-tree-placeholder{margin:10px;padding:0;min-height:30px}.angular-ui-tree-handle{cursor:move;text-decoration:none;font-weight:700;box-sizing:border-box;min-height:20px;line-height:20px}.angular-ui-tree-drag{position:absolute;pointer-events:none;z-index:999;opacity:.8}.angular-ui-tree-drag .tree-node-content{margin-top:0}
wysiwyg-edit .tinyeditor{border:1px solid #bbb;padding:0 1px 1px;font:12px Verdana,Arial}wysiwyg-edit .tinyeditor iframe{border:none;background:#fff;overflow-x:hidden}wysiwyg-edit .tinyeditor .sizer{min-height:200px;height:400px;position:relative}wysiwyg-edit .tinyeditor .resizer{background:url(/libimages/images/resize.gif?v=bvJooq66ZKMsoT7nRu7epkDbL8o) 15px 15px no-repeat;float:right;height:32px;width:32px;cursor:ns-resize}wysiwyg-edit .tinyeditor .tinyeditor-header{height:auto;border-bottom:1px solid #bbb;background:url(/libimages/images/header-bg.gif?v=KOoc82jyi5Xsg37-xC5b0XruAKg);padding-top:1px}wysiwyg-edit .tinyeditor .tinyeditor-header select{float:left;width:220px;border:1px solid #ccc;background-color:#fff;height:30px;line-height:30px}wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group{float:left;height:31px}wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-size{margin:0 3px}wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-style{margin-right:12px}wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-divider{float:left;width:1px;height:30px;background:#ccc}wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control{float:left;width:34px;height:30px;cursor:pointer;background-image:url(/libimages/images/icons.png?v=Leq75aiyYD5xGOXvKRNCZkZzxJY);background-position-x:0}wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control:hover{background-color:#fff;background-position-x:34px}wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control.pressed{background-color:#D0CFCF}wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control-fa{background-image:none;position:relative}wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control-fa i{font-size:16px;margin:8px 5px 0 10px;color:#555}wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control-fa div.hr{border:1px solid #555;margin:15px 10px}wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group:after{clear:left}wysiwyg-edit .tinyeditor .tinyeditor-footer{height:32px;border-top:1px solid #bbb;background:#f5f5f5;margin-top:10px}wysiwyg-edit .tinyeditor .tinyeditor-footer .toggle{float:left;background:url(/libimages/images/icons.png?v=Leq75aiyYD5xGOXvKRNCZkZzxJY) -34px 2px no-repeat;padding:9px 13px 0 31px;height:23px;border-right:1px solid #ccc;cursor:pointer;color:#666}wysiwyg-edit .tinyeditor .tinyeditor-footer .toggle:hover{background-color:#fff}wysiwyg-edit .tinyeditor .resize{float:right;height:32px;width:32px;background:url(/libimages/images/resize.gif?v=bvJooq66ZKMsoT7nRu7epkDbL8o) 15px 15px no-repeat;cursor:s-resize}wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control .ngp-colors-grid{position:absolute;left:0;top:30px;background-color:#fff;width:192px;border:2px solid #000;padding:0;margin:0;z-index:100}wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control .ngp-colors-grid>li{list-style:none;border:2px solid #fff;float:left;width:20px;height:20px}wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control .ngp-colors-grid>li:hover{opacity:.7}wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control .ngp-symbols-grid{position:absolute;left:0;top:30px;background-color:#fff;width:384px;border:2px solid #000;padding:0;margin:0;z-index:100}wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control .ngp-symbols-grid>li{list-style:none;border:1px solid #e7e7e7;float:left;width:30px;height:30px;text-align:center;font-size:1.3em}wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control .ngp-symbols-grid>li:hover{opacity:.7;font-size:1.7em}@media only screen and (max-width:500px){wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-font,wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-size,wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-style{width:80px}}@media only screen and (max-width:768px){wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-font,wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-size,wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-style{width:80px}}
/*!
   angular-block-ui v0.2.1
   (c) 2015 (null) McNull https://github.com/McNull/angular-block-ui
   License: MIT
*/.block-ui{position:relative}body.block-ui{position:static}.block-ui-main>.block-ui-container,body.block-ui>.block-ui-container{position:fixed}.block-ui-container{position:absolute;z-index:10000;top:0;right:0;bottom:0;left:0;height:0;overflow:hidden;opacity:0;filter:alpha(opacity=00)}.block-ui-active>.block-ui-container{height:100%;cursor:wait}.block-ui-active .block-ui-active>.block-ui-container{height:0}.block-ui-visible>.block-ui-container{opacity:1;filter:alpha(opacity=100)}.block-ui-overlay{width:100%;height:100%;opacity:.5;filter:alpha(opacity=50);background-color:#fff}.block-ui-message-container{position:absolute;top:35%;left:0;right:0;height:0;text-align:center;z-index:10001}.block-ui-message{display:inline-block;text-align:left;background-color:#333;color:#f5f5f5;padding:20px;border-radius:4px;font-size:20px;font-weight:700;filter:alpha(opacity=100)}.block-ui-anim-fade>.block-ui-container{transition:height 0s linear 200ms,opacity 200ms ease 0s}.block-ui-anim-fade.block-ui-active>.block-ui-container{transition-delay:0s}
.sweet-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1000;
}

.sweet-alert {
    background-color: white;
    font-family: 'Open Sans', sans-serif;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 2000;
}

@media all and (max-width: 540px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px;
    }
}

.sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
}

.sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    margin: 0;
    line-height: normal;
}

.sweet-alert button {
    background-color: #AEDEF4;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer;
}

    .sweet-alert button:focus {
        outline: none;
        box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    }

    .sweet-alert button:hover {
        background-color: #a1d9f2;
    }

    .sweet-alert button:active {
        background-color: #81ccee;
    }

    .sweet-alert button.cancel {
        background-color: #D0D0D0;
    }

        .sweet-alert button.cancel:hover {
            background-color: #c8c8c8;
        }

        .sweet-alert button.cancel:active {
            background-color: #b6b6b6;
        }

        .sweet-alert button.cancel:focus {
            box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
        }

.sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important;
}

.sweet-alert .icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 50%;
    margin: 20px auto;
    position: relative;
    box-sizing: content-box;
}

    .sweet-alert .icon.error {
        border-color: #F27474;
    }

        .sweet-alert .icon.error .x-mark {
            position: relative;
            display: block;
        }

        .sweet-alert .icon.error .line {
            position: absolute;
            height: 5px;
            width: 47px;
            background-color: #F27474;
            display: block;
            top: 37px;
            border-radius: 2px;
        }

            .sweet-alert .icon.error .line.left {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                left: 17px;
            }

            .sweet-alert .icon.error .line.right {
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                right: 16px;
            }

    .sweet-alert .icon.warning {
        border-color: #F8BB86;
    }

        .sweet-alert .icon.warning .body {
            position: absolute;
            width: 5px;
            height: 47px;
            left: 50%;
            top: 10px;
            border-radius: 2px;
            margin-left: -2px;
            background-color: #F8BB86;
        }

        .sweet-alert .icon.warning .dot {
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            margin-left: -3px;
            left: 50%;
            bottom: 10px;
            background-color: #F8BB86;
        }

    .sweet-alert .icon.info {
        border-color: #C9DAE1;
    }

        .sweet-alert .icon.info::before {
            content: "";
            position: absolute;
            width: 5px;
            height: 29px;
            left: 50%;
            bottom: 17px;
            border-radius: 2px;
            margin-left: -2px;
            background-color: #C9DAE1;
        }

        .sweet-alert .icon.info::after {
            content: "";
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            margin-left: -3px;
            top: 19px;
            background-color: #C9DAE1;
        }

    .sweet-alert .icon.success {
        border-color: #A5DC86;
    }

        .sweet-alert .icon.success::before, .sweet-alert .icon.success::after {
            content: '';
            border-radius: 50%;
            position: absolute;
            width: 60px;
            height: 120px;
            background: white;
            transform: rotate(45deg);
        }

        .sweet-alert .icon.success::before {
            border-radius: 120px 0 0 120px;
            top: -7px;
            left: -33px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 60px 60px;
            transform-origin: 60px 60px;
        }

        .sweet-alert .icon.success::after {
            border-radius: 0 120px 120px 0;
            top: -11px;
            left: 30px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 0px 60px;
            transform-origin: 0px 60px;
        }

        .sweet-alert .icon.success .placeholder {
            width: 80px;
            height: 80px;
            border: 4px solid rgba(165, 220, 134, 0.2);
            border-radius: 50%;
            box-sizing: content-box;
            position: absolute;
            left: -4px;
            top: -4px;
            z-index: 2;
        }

        .sweet-alert .icon.success .fix {
            width: 5px;
            height: 90px;
            background-color: white;
            position: absolute;
            left: 28px;
            top: 8px;
            z-index: 1;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .sweet-alert .icon.success .line {
            height: 5px;
            background-color: #A5DC86;
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 2;
        }

            .sweet-alert .icon.success .line.tip {
                width: 25px;
                left: 14px;
                top: 46px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .sweet-alert .icon.success .line.long {
                width: 47px;
                right: 8px;
                top: 38px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

    .sweet-alert .icon.custom {
        background-size: contain;
        border-radius: 0;
        border: none;
        background-position: center center;
        background-repeat: no-repeat;
    }

/* Prevent body scroll jump when SweetAlert is shown */
body.stop-scrolling {
    overflow: visible !important;
    padding-right: 0 !important;
    height: auto !important;
}

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }

    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    80% {
        transform: scale(0.95);
        -webkit-tranform: scale(0.95);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }

    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    80% {
        transform: scale(0.95);
        -webkit-tranform: scale(0.95);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }

    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    80% {
        transform: scale(0.95);
        -webkit-tranform: scale(0.95);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

@-moz-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

.showSweetAlert {
    -webkit-animation: showSweetAlert 0.3s;
    -moz-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s;
}

.hideSweetAlert {
    -webkit-animation: hideSweetAlert 0.2s;
    -moz-animation: hideSweetAlert 0.2s;
    animation: hideSweetAlert 0.2s;
}

@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@-moz-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@-moz-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

@-moz-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

.animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.75s;
    -moz-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.75s;
    -moz-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s;
}

.icon.success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    -moz-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

@-moz-keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

.animateErrorIcon {
    -webkit-animation: animateErrorIcon 0.5s;
    -moz-animation: animateErrorIcon 0.5s;
    animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

@-moz-keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

.animateXMark {
    -webkit-animation: animateXMark 0.5s;
    -moz-animation: animateXMark 0.5s;
    animation: animateXMark 0.5s;
}

/*@include keyframes(simpleRotate) {
	0%		{ transform: rotateY(0deg);    }
  100% 	{ transform: rotateY(-360deg); }
}
.simpleRotate {
	@include animation('simpleRotate 0.75s');
}*/
@-webkit-keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }

    100% {
        border-color: #F8BB86;
    }
}

@-moz-keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }

    100% {
        border-color: #F8BB86;
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }

    100% {
        border-color: #F8BB86;
    }
}

.pulseWarning {
    -webkit-animation: pulseWarning 0.75s infinite alternate;
    -moz-animation: pulseWarning 0.75s infinite alternate;
    animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }

    100% {
        background-color: #F8BB86;
    }
}

@-moz-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }

    100% {
        background-color: #F8BB86;
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }

    100% {
        background-color: #F8BB86;
    }
}

.pulseWarningIns {
    -webkit-animation: pulseWarningIns 0.75s infinite alternate;
    -moz-animation: pulseWarningIns 0.75s infinite alternate;
    animation: pulseWarningIns 0.75s infinite alternate;
}

tags-input{display:block}tags-input *,tags-input :after,tags-input :before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}tags-input .host{position:relative;margin-top:5px;margin-bottom:5px;height:100%}tags-input .host:active{outline:0}tags-input .tags{-moz-appearance:textfield;-webkit-appearance:textfield;padding:1px;overflow:hidden;word-wrap:break-word;cursor:text;background-color:#fff;border:1px solid #a9a9a9;box-shadow:1px 1px 1px 0 #d3d3d3 inset;height:100%}tags-input .tags.focused{outline:0;-webkit-box-shadow:0 0 3px 1px rgba(5,139,242,.6);-moz-box-shadow:0 0 3px 1px rgba(5,139,242,.6);box-shadow:0 0 3px 1px rgba(5,139,242,.6)}tags-input .tags .tag-list{margin:0;padding:0;list-style-type:none}tags-input .tags .tag-item{margin:2px;padding:0 5px;display:inline-block;float:left;font:14px "Helvetica Neue",Helvetica,Arial,sans-serif;height:26px;line-height:25px;border:1px solid #acacac;border-radius:3px;background:-webkit-linear-gradient(top,#f0f9ff 0,#cbebff 47%,#a1dbff 100%);background:linear-gradient(to bottom,#f0f9ff 0,#cbebff 47%,#a1dbff 100%)}tags-input .tags .tag-item.selected{background:-webkit-linear-gradient(top,#febbbb 0,#fe9090 45%,#ff5c5c 100%);background:linear-gradient(to bottom,#febbbb 0,#fe9090 45%,#ff5c5c 100%)}tags-input .tags .tag-item .remove-button{margin:0 0 0 5px;padding:0;border:none;background:0 0;cursor:pointer;vertical-align:middle;font:700 16px Arial,sans-serif;color:#585858}tags-input .tags .input.invalid-tag,tags-input .tags .tag-item .remove-button:active{color:red}tags-input .tags .input{border:0;outline:0;margin:2px;padding:0 0 0 5px;float:left;height:26px;font:14px "Helvetica Neue",Helvetica,Arial,sans-serif}tags-input .tags .input::-ms-clear{display:none}tags-input.ng-invalid .tags{-webkit-box-shadow:0 0 3px 1px rgba(255,0,0,.6);-moz-box-shadow:0 0 3px 1px rgba(255,0,0,.6);box-shadow:0 0 3px 1px rgba(255,0,0,.6)}tags-input[disabled] .host:focus{outline:0}tags-input[disabled] .tags{background-color:#eee;cursor:default}tags-input[disabled] .tags .tag-item{opacity:.65;background:-webkit-linear-gradient(top,#f0f9ff 0,rgba(203,235,255,.75) 47%,rgba(161,219,255,.62) 100%);background:linear-gradient(to bottom,#f0f9ff 0,rgba(203,235,255,.75) 47%,rgba(161,219,255,.62) 100%)}tags-input[disabled] .tags .tag-item .remove-button{cursor:default}tags-input[disabled] .tags .tag-item .remove-button:active{color:#585858}tags-input[disabled] .tags .input{background-color:#eee;cursor:default}tags-input .autocomplete{margin-top:5px;position:absolute;padding:5px 0;z-index:999;width:100%;background-color:#fff;border:1px solid rgba(0,0,0,.2);-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}tags-input .autocomplete .suggestion-list{margin:0;padding:0;list-style-type:none;max-height:280px;overflow-y:auto;position:relative}tags-input .autocomplete .suggestion-item{padding:5px 10px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font:16px "Helvetica Neue",Helvetica,Arial,sans-serif;color:#000;background-color:#fff}tags-input .autocomplete .suggestion-item.selected,tags-input .autocomplete .suggestion-item.selected em{color:#fff;background-color:#0097cf}tags-input .autocomplete .suggestion-item em{font:normal 700 16px "Helvetica Neue",Helvetica,Arial,sans-serif;color:#000;background-color:#fff}
tags-input{box-shadow:none;border:none;padding:0;min-height:34px}tags-input .host{margin:0}tags-input .tags{-moz-appearance:none;-webkit-appearance:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-moz-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}tags-input .tags .tag-item{color:#fff;background:#428bca;border:1px solid #357ebd;border-radius:4px}tags-input .tags .tag-item.selected{color:#fff;background:#d9534f;border:1px solid #d43f3a}tags-input .tags .tag-item .remove-button:hover{text-decoration:none}tags-input .tags.focused{border:1px solid #66afe9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}tags-input .autocomplete{border-radius:4px}tags-input .autocomplete .suggestion-item.selected,tags-input .autocomplete .suggestion-item.selected em{color:#262626;background-color:#f5f5f5}tags-input .autocomplete .suggestion-item em{color:#000;background-color:#fff}tags-input.ng-invalid .tags{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}tags-input[disabled] .tags{background-color:#eee}tags-input[disabled] .tags .tag-item{background:#337ab7;opacity:.65}tags-input[disabled] .tags .input{background-color:#eee}.input-group tags-input{padding:0;display:table-cell}.input-group tags-input:not(:first-child) .tags{border-top-left-radius:0;border-bottom-left-radius:0}.input-group tags-input:not(:last-child) .tags{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-lg tags-input:first-child .tags{border-top-left-radius:6px;border-bottom-left-radius:6px}.input-group-lg tags-input:last-child .tags{border-top-right-radius:6px;border-bottom-right-radius:6px}.input-group-sm tags-input:first-child .tags{border-top-left-radius:3px;border-bottom-left-radius:3px}.input-group-sm tags-input:last-child .tags{border-top-right-radius:3px;border-bottom-right-radius:3px}.input-group-lg tags-input,tags-input.ti-input-lg{min-height:46px}.input-group-lg tags-input .tags,tags-input.ti-input-lg .tags{border-radius:6px}.input-group-lg tags-input .tags .tag-item,tags-input.ti-input-lg .tags .tag-item{height:38px;line-height:37px;font-size:18px;border-radius:6px}.input-group-lg tags-input .tags .tag-item .remove-button,tags-input.ti-input-lg .tags .tag-item .remove-button{font-size:20px}.input-group-lg tags-input .tags .input,tags-input.ti-input-lg .tags .input{height:38px;font-size:18px}.input-group-sm tags-input,tags-input.ti-input-sm{min-height:30px}.input-group-sm tags-input .tags,tags-input.ti-input-sm .tags{border-radius:3px}.input-group-sm tags-input .tags .tag-item,tags-input.ti-input-sm .tags .tag-item{height:22px;line-height:21px;font-size:12px;border-radius:3px}.input-group-sm tags-input .tags .tag-item .remove-button,tags-input.ti-input-sm .tags .tag-item .remove-button{font-size:16px}.input-group-sm tags-input .tags .input,tags-input.ti-input-sm .tags .input{height:22px;font-size:12px}.has-feedback tags-input .tags{padding-right:30px}.has-success tags-input .tags{border-color:#3c763d}.has-success tags-input .tags.focused{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-error tags-input .tags{border-color:#a94442}.has-error tags-input .tags.focused{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-warning tags-input .tags{border-color:#8a6d3b}.has-warning tags-input .tags.focused{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}
.ng-table th{text-align:center;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ng-table th.sortable{cursor:pointer}.ng-table th.sortable .sort-indicator{padding-right:18px;position:relative}.ng-table th.sortable .sort-indicator:after,.ng-table th.sortable .sort-indicator:before{content:"";border-width:0 4px 4px;border-style:solid;border-color:#000 transparent;visibility:visible;right:5px;top:50%;position:absolute;opacity:.3;margin-top:-4px}.ng-table th.sortable .sort-indicator:before{margin-top:2px;border-bottom:none;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #000}.ng-table th.sortable .sort-indicator:hover:after,.ng-table th.sortable .sort-indicator:hover:before{opacity:1;visibility:visible}.ng-table th.sortable.sort-asc,.ng-table th.sortable.sort-desc{background-color:rgba(141,192,219,.25);text-shadow:0 1px 1px hsla(0,0%,100%,.75)}.ng-table th.sortable.sort-asc .sort-indicator:after,.ng-table th.sortable.sort-desc .sort-indicator:after{margin-top:-2px}.ng-table th.sortable.sort-asc .sort-indicator:before,.ng-table th.sortable.sort-desc .sort-indicator:before{visibility:hidden}.ng-table th.sortable.sort-asc .sort-indicator:after,.ng-table th.sortable.sort-asc .sort-indicator:hover:after,.ng-table th.sortable.sort-desc .sort-indicator:after{visibility:visible;filter:alpha(opacity=60);-khtml-opacity:.6;-moz-opacity:.6;opacity:.6}.ng-table th.sortable.sort-desc .sort-indicator:after{border-bottom:none;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #000;box-shadow:none}.ng-table th.filter .input-filter{margin:0;display:block;width:100%;min-height:30px;box-sizing:border-box}.ng-table .ng-table-group-header th{text-align:left}.ng-table .ng-table-group-selector{display:block}.ng-table .ng-table-group-close,.ng-table .ng-table-group-toggle{float:right}.ng-table .ng-table-group-toggle{margin-right:5px}@media only screen and (max-width:800px){.ng-table-responsive{border-bottom:1px solid #999}.ng-table-responsive tr{border-top:1px solid #999;border-left:1px solid #999;border-right:1px solid #999}.ng-table-responsive td:before{position:absolute;padding:8px;left:0;top:0;width:50%;white-space:nowrap;text-align:left;font-weight:700}.ng-table-responsive thead tr th{text-align:left}.ng-table-responsive thead tr.ng-table-filters th{padding:0}.ng-table-responsive thead tr.ng-table-filters th form>div{padding:8px}.ng-table-responsive td{border:none;border-bottom:1px solid #eee;position:relative;padding-left:50%;white-space:normal;text-align:left}.ng-table-responsive td:before{content:attr(data-title-text)}.ng-table-responsive,.ng-table-responsive tbody,.ng-table-responsive td,.ng-table-responsive th,.ng-table-responsive thead,.ng-table-responsive tr{display:block}}.ng-table-pagination{margin-top:0}.filter:after,.filter:before,.ng-table-group-selector:after,.ng-table-group-selector:before{display:table;content:" "}.filter:after,.ng-table-group-selector:after{clear:both}.filter>.filter-cell{float:left;box-sizing:border-box}.filter-horizontal>.filter-cell{padding:0 2px}.filter-horizontal>.filter-cell:first-child{padding-left:0}.filter-horizontal>.filter-cell.last,.filter-horizontal>.filter-cell:last-child{padding-right:0}.s12{width:100%}.s11{width:91.66666666666666%}.s10{width:83.33333333333334%}.s9{width:75%}.s8{width:66.66666666666666%}.s7{width:58.333333333333336%}.s6{width:50%}.s5{width:41.66666666666667%}.s4{width:33.33333333333333%}.s3{width:25%}.s2{width:16.666666666666664%}.s1{width:8.333333333333332%}@media all and (max-width:468px){.s1,.s2,.s3,.s4,.s5,.s6,.s7,.s8,.s9,.s10,.s11,.s12{width:100%}.filter>.filter-cell{padding:0}}
/*# sourceMappingURL=ng-table.min.css.map*/
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

/*********************************************/
@keyframes revolve-in-forward {
  0% {
    opacity: 0;
    transform: scale(0, 0) translateX(0px); }
  50% {
    opacity: 0.5;
    transform: scale(0.5, 0.5) translateX(100%); }
  100% {
    opacity: 1;
    transform: scale(1, 1) translateX(0px); } }

@keyframes revolve-out-forward {
  50% {
    opacity: 0.5;
    transform: scale(0.5, 0.5) translateX(-100%); }
  100% {
    opacity: 0;
    transform: scale(0, 0) translateX(0px); } }

@keyframes revolve-in-backward {
  0% {
    opacity: 0;
    transform: scale(0, 0) translateX(0px); }
  50% {
    opacity: 0.5;
    transform: scale(0.5, 0.5) translateX(-100%); }
  100% {
    opacity: 1;
    transform: scale(1, 1) translateX(0px); } }

@keyframes revolve-out-backward {
  50% {
    opacity: 0.5;
    transform: scale(0.5, 0.5) translateX(100%); }
  100% {
    opacity: 0;
    transform: scale(0, 0) translateX(0px); } }

.body-overflow-hidden {
  overflow: hidden !important; }

.ng-image-gallery {
  outline: none;
  /*****************************************************************
								INLINE GALLERY
	/*****************************************************************/ }
  .ng-image-gallery * {
    outline: none; }
  .ng-image-gallery .ng-image-gallery-thumbnails:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    visibility: hidden;
    clear: both; }
  .ng-image-gallery .ng-image-gallery-thumbnails .thumb {
    float: left;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    background-color: #eee;
    position: relative; }
    .ng-image-gallery .ng-image-gallery-thumbnails .thumb:not(:last-child) {
      margin-right: 5px;
      margin-bottom: 5px; }
    .ng-image-gallery .ng-image-gallery-thumbnails .thumb > .loader {
      position: absolute;
      left: 10%;
      top: 10%;
      right: 10%;
      bottom: 10%;
      animation: thumb-load 1.4s infinite linear;
      transform: translateZ(0); }

@keyframes thumb-load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
      .ng-image-gallery .ng-image-gallery-thumbnails .thumb > .loader:before {
        width: 50%;
        height: 50%;
        background: #ccc;
        border-radius: 100% 0 0 0;
        position: absolute;
        top: 0;
        left: 0;
        content: ''; }
      .ng-image-gallery .ng-image-gallery-thumbnails .thumb > .loader:after {
        background: #eee;
        width: 75%;
        height: 75%;
        border-radius: 50%;
        content: '';
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
  .ng-image-gallery .ng-image-gallery-modal {
    position: fixed;
    z-index: 5000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    transition: opacity 0.3s ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }
    .ng-image-gallery .ng-image-gallery-modal.ng-hide-add {
      opacity: 1; }
    .ng-image-gallery .ng-image-gallery-modal.ng-hide-add-active {
      opacity: 0; }
    .ng-image-gallery .ng-image-gallery-modal.ng-hide-remove {
      opacity: 0; }
    .ng-image-gallery .ng-image-gallery-modal.ng-hide-remove-active {
      opacity: 1; }
    .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-backdrop {
      background-color: rgba(0, 0, 0, 0.85);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1; }
    .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2; }
      .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .actions-icons-container {
        position: absolute;
        left: 10px;
        top: 20px; }
        .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .actions-icons-container .delete-img {
          transition: background-color 0.3s ease-in-out;
          position: relative;
          display: inline-block;
          width: 30px;
          height: 30px;
          overflow: hidden;
          cursor: pointer;
          text-decoration: none;
          color: #fff;
          vertical-align: bottom; }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .actions-icons-container .delete-img.ng-leave-active {
            display: none; }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .actions-icons-container .delete-img:hover {
            background-color: rgba(255, 255, 255, 0.1); }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .actions-icons-container .delete-img:before {
            content: "";
            display: block;
            position: absolute;
            top: 5px;
            right: 5px;
            bottom: 5px;
            left: 5px;
            background-size: 100% 100%;
            background-repeat: no-repeat; }
        .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .actions-icons-container .delete-img:before {
          background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTkgNTkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU5IDU5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4NCjxwYXRoIGQ9Ik01Mi41LDZIMzguNDU2Yy0wLjExLTEuMjUtMC40OTUtMy4zNTgtMS44MTMtNC43MTFDMzUuODA5LDAuNDM0LDM0Ljc1MSwwLDMzLjQ5OSwwSDIzLjVjLTEuMjUyLDAtMi4zMSwwLjQzNC0zLjE0NCwxLjI4OSAgQzE5LjAzOCwyLjY0MiwxOC42NTMsNC43NSwxOC41NDMsNkg2LjVjLTAuNTUyLDAtMSwwLjQ0Ny0xLDFzMC40NDgsMSwxLDFoMi4wNDFsMS45MTUsNDYuMDIxQzEwLjQ5Myw1NS43NDMsMTEuNTY1LDU5LDE1LjM2NCw1OSAgaDI4LjI3MmMzLjc5OSwwLDQuODcxLTMuMjU3LDQuOTA3LTQuOTU4TDUwLjQ1OSw4SDUyLjVjMC41NTIsMCwxLTAuNDQ3LDEtMVM1My4wNTIsNiw1Mi41LDZ6IE0yMC41LDUwYzAsMC41NTMtMC40NDgsMS0xLDEgIHMtMS0wLjQ0Ny0xLTFWMTdjMC0wLjU1MywwLjQ0OC0xLDEtMXMxLDAuNDQ3LDEsMVY1MHogTTMwLjUsNTBjMCwwLjU1My0wLjQ0OCwxLTEsMXMtMS0wLjQ0Ny0xLTFWMTdjMC0wLjU1MywwLjQ0OC0xLDEtMSAgczEsMC40NDcsMSwxVjUweiBNNDAuNSw1MGMwLDAuNTUzLTAuNDQ4LDEtMSwxcy0xLTAuNDQ3LTEtMVYxN2MwLTAuNTUzLDAuNDQ4LTEsMS0xczEsMC40NDcsMSwxVjUweiBNMjEuNzkyLDIuNjgxICBDMjIuMjQsMi4yMjMsMjIuNzk5LDIsMjMuNSwyaDkuOTk5YzAuNzAxLDAsMS4yNiwwLjIyMywxLjcwOCwwLjY4MWMwLjgwNSwwLjgyMywxLjEyOCwyLjI3MSwxLjI0LDMuMzE5SDIwLjU1MyAgQzIwLjY2NSw0Ljk1MiwyMC45ODgsMy41MDQsMjEuNzkyLDIuNjgxeiIgZmlsbD0iI0ZGRkZGRiIvPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=); }
      .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container {
        position: absolute;
        right: 10px;
        top: 20px; }
        .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .ext-url,
        .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .close {
          transition: background-color 0.3s ease-in-out;
          position: relative;
          display: inline-block;
          width: 30px;
          height: 30px;
          overflow: hidden;
          cursor: pointer;
          text-decoration: none;
          color: #fff;
          vertical-align: bottom; }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .ext-url.ng-leave-active,
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .close.ng-leave-active {
            display: none; }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .ext-url:hover,
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .close:hover {
            background-color: rgba(255, 255, 255, 0.1); }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .ext-url:before,
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .close:before {
            content: "";
            display: block;
            position: absolute;
            top: 5px;
            right: 5px;
            bottom: 5px;
            left: 5px;
            background-size: 100% 100%;
            background-repeat: no-repeat; }
        .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .ext-url:before {
          background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTkxLjYgNTkxLjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU5MS42IDU5MS42OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNNTgxLjQsMjA0Yy01LjcxMiwwLTEwLjIsNC40ODgtMTAuMiwxMC4ydjMyNi40YzAsMTYuOTMyLTEzLjY2OCwzMC42LTMwLjYsMzAuNkg1MWMtMTYuOTMyLDAtMzAuNi0xMy42NjgtMzAuNi0zMC42VjUxICAgIGMwLTE2LjkzMiwxMy42NjgtMzAuNiwzMC42LTMwLjZoMzI2LjRjNS43MTIsMCwxMC4yLTQuNDg4LDEwLjItMTAuMlMzODMuMTEyLDAsMzc3LjQsMEg1MUMyMi44NDgsMCwwLDIyLjg0OCwwLDUxdjQ4OS42ICAgIGMwLDI4LjE1MiwyMi44NDgsNTEsNTEsNTFoNDg5LjZjMjguMTUyLDAsNTEtMjIuODQ4LDUxLTUxVjIxNC4yQzU5MS42LDIwOC42OTIsNTg2LjkwOCwyMDQsNTgxLjQsMjA0eiIgZmlsbD0iI0ZGRkZGRiIvPg0KCQk8cGF0aCBkPSJNNTkxLjM5Niw4LjE2YzAtMC4yMDQtMC4yMDQtMC42MTItMC4yMDQtMC44MTZjMC0wLjQwOC0wLjIwNC0wLjYxMi0wLjQwOC0xLjAyYy0wLjIwNC0wLjQwOC0wLjQwOC0wLjYxMi0wLjYxMi0xLjAyICAgIGMtMC4yMDQtMC4yMDQtMC4yMDQtMC42MTItMC40MDgtMC44MTZjLTAuODE2LTEuMDItMS42MzItMi4wNC0yLjg1Ni0yLjg1NmMtMC4yMDQtMC4yMDQtMC42MTItMC4yMDQtMC44MTYtMC40MDggICAgYy0wLjQwOC0wLjIwNC0wLjYxMi0wLjQwOC0xLjAyLTAuNjEyYy0wLjQwOC0wLjIwNC0wLjYxMi0wLjIwNC0xLjAyLTAuNDA4Yy0wLjIwNCwwLTAuNjEyLTAuMjA0LTAuODE2LTAuMjA0ICAgIGMtMC42MTIsMC4yMDQtMS4yMjQsMC0xLjgzNiwwbDAsMEg0MzguNmMtNS43MTIsMC0xMC4yLDQuNDg4LTEwLjIsMTAuMnM0LjQ4OCwxMC4yLDEwLjIsMTAuMmgxMTguMTE2bC0zNzAuMjYsMzcwLjI2ICAgIGMtNC4wOCw0LjA4LTQuMDgsMTAuNDA0LDAsMTQuNDg0YzIuMDQsMi4wNCw0LjY5MiwzLjA2LDcuMTQsMy4wNmMyLjQ0OCwwLDUuMzA0LTEuMDIsNy4xNC0zLjA2TDU3MS4yLDM0Ljg4NFYxNTMgICAgYzAsNS43MTIsNC40ODgsMTAuMiwxMC4yLDEwLjJzMTAuMi00LjQ4OCwxMC4yLTEwLjJWMTAuMkM1OTEuNiw5LjU4OCw1OTEuMzk2LDguOTc2LDU5MS4zOTYsOC4xNnoiIGZpbGw9IiNGRkZGRkYiLz4NCgkJPHBhdGggZD0iTTUxLDQ1LjljLTIuODU2LDAtNS4xLDIuMjQ0LTUuMSw1LjF2MTQyLjhjMCwyLjg1NiwyLjI0NCw1LjEsNS4xLDUuMXM1LjEtMi4yNDQsNS4xLTUuMVY1Ni4xaDEzNy43ICAgIGMyLjg1NiwwLDUuMS0yLjI0NCw1LjEtNS4xcy0yLjI0NC01LjEtNS4xLTUuMUg1MXoiIGZpbGw9IiNGRkZGRkYiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==); }
        .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .close:before {
          background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTJweCIgdmVyc2lvbj0iMS4xIiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0Ij4NCiAgPGc+DQogICAgPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTI4Ljk0MSwzMS43ODZMMC42MTMsNjAuMTE0Yy0wLjc4NywwLjc4Ny0wLjc4NywyLjA2MiwwLDIuODQ5YzAuMzkzLDAuMzk0LDAuOTA5LDAuNTksMS40MjQsMC41OSAgIGMwLjUxNiwwLDEuMDMxLTAuMTk2LDEuNDI0LTAuNTlsMjguNTQxLTI4LjU0MWwyOC41NDEsMjguNTQxYzAuMzk0LDAuMzk0LDAuOTA5LDAuNTksMS40MjQsMC41OWMwLjUxNSwwLDEuMDMxLTAuMTk2LDEuNDI0LTAuNTkgICBjMC43ODctMC43ODcsMC43ODctMi4wNjIsMC0yLjg0OUwzNS4wNjQsMzEuNzg2TDYzLjQxLDMuNDM4YzAuNzg3LTAuNzg3LDAuNzg3LTIuMDYyLDAtMi44NDljLTAuNzg3LTAuNzg2LTIuMDYyLTAuNzg2LTIuODQ4LDAgICBMMzIuMDAzLDI5LjE1TDMuNDQxLDAuNTljLTAuNzg3LTAuNzg2LTIuMDYxLTAuNzg2LTIuODQ4LDBjLTAuNzg3LDAuNzg3LTAuNzg3LDIuMDYyLDAsMi44NDlMMjguOTQxLDMxLjc4NnoiLz4NCiAgPC9nPg0KPC9zdmc+DQo=); }
      .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .prev,
      .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .next {
        position: absolute;
        top: 50%;
        margin-top: -25px;
        width: 50px;
        height: 50px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        overflow: hidden;
        cursor: pointer; }
        .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .prev.bubbles-on,
        .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .next.bubbles-on {
          top: calc((100% - 50px) / 2); }
        @media screen and (max-width: 600px) {
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .prev,
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .next {
            margin-top: -15px;
            width: 30px;
            height: 30px; } }
      .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .prev {
        left: 0px;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDc3LjE3NSA0NzcuMTc1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NzcuMTc1IDQ3Ny4xNzU7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPg0KPGc+DQoJPHBhdGggZD0iTTE0NS4xODgsMjM4LjU3NWwyMTUuNS0yMTUuNWM1LjMtNS4zLDUuMy0xMy44LDAtMTkuMXMtMTMuOC01LjMtMTkuMSwwbC0yMjUuMSwyMjUuMWMtNS4zLDUuMy01LjMsMTMuOCwwLDE5LjFsMjI1LjEsMjI1ICAgYzIuNiwyLjYsNi4xLDQsOS41LDRzNi45LTEuMyw5LjUtNGM1LjMtNS4zLDUuMy0xMy44LDAtMTkuMUwxNDUuMTg4LDIzOC41NzV6IiBmaWxsPSIjRkZGRkZGIi8+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==); }
      .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .next {
        right: 0px;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDc3LjE3NSA0NzcuMTc1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NzcuMTc1IDQ3Ny4xNzU7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPg0KPGc+DQoJPHBhdGggZD0iTTM2MC43MzEsMjI5LjA3NWwtMjI1LjEtMjI1LjFjLTUuMy01LjMtMTMuOC01LjMtMTkuMSwwcy01LjMsMTMuOCwwLDE5LjFsMjE1LjUsMjE1LjVsLTIxNS41LDIxNS41ICAgYy01LjMsNS4zLTUuMywxMy44LDAsMTkuMWMyLjYsMi42LDYuMSw0LDkuNSw0YzMuNCwwLDYuOS0xLjMsOS41LTRsMjI1LjEtMjI1LjFDMzY1LjkzMSwyNDIuODc1LDM2NS45MzEsMjM0LjI3NSwzNjAuNzMxLDIyOS4wNzV6ICAgIiBmaWxsPSIjRkZGRkZGIi8+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==); }
      .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 80px;
        right: 80px;
        overflow: hidden;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center; }
        .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images {
          position: relative;
          -ms-flex: 1;
              flex: 1;
          width: 100%;
          /*****************************************************/ }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images .galleria-image {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            max-width: 100%;
            max-height: 100%;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none; }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-fade .galleria-image.ng-enter {
            transition: opacity 0.3s ease-in-out;
            opacity: 0; }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-fade .galleria-image.ng-enter-active {
            opacity: 1; }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-fade .galleria-image.ng-leave-active {
            opacity: 0; }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-fadeup .galleria-image.ng-enter {
            transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
            opacity: 0;
            transform: scale(0.98); }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-fadeup .galleria-image.ng-enter-active {
            opacity: 1;
            transform: scale(1); }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-fadeup .galleria-image.ng-leave-active {
            opacity: 0; }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-zoom .galleria-image.ng-enter {
            transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
            opacity: 0;
            transform: scale(0); }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-zoom .galleria-image.ng-enter-active {
            opacity: 1;
            transform: scale(1); }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-zoom .galleria-image.ng-leave {
            transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-zoom .galleria-image.ng-leave-active {
            opacity: 0;
            transform: scale(0); }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-slide.img-move-dir-backward .galleria-image.ng-enter {
            transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
            transform: translateX(-100%);
            opacity: 0; }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-slide.img-move-dir-backward .galleria-image.ng-enter-active {
            transform: translateX(0px);
            opacity: 1; }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-slide.img-move-dir-backward .galleria-image.ng-leave {
            transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-slide.img-move-dir-backward .galleria-image.ng-leave-active {
            opacity: 0;
            transform: translateX(100%); }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-slide.img-move-dir-forward .galleria-image.ng-enter {
            transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
            transform: translateX(100%);
            opacity: 0; }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-slide.img-move-dir-forward .galleria-image.ng-enter-active {
            transform: translateX(0px);
            opacity: 1; }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-slide.img-move-dir-forward .galleria-image.ng-leave {
            transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-slide.img-move-dir-forward .galleria-image.ng-leave-active {
            opacity: 0;
            transform: translateX(-100%); }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-pop.img-move-dir-backward .galleria-image.ng-enter {
            transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
            transform: translateX(-100%) scale(0, 0);
            opacity: 0; }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-pop.img-move-dir-backward .galleria-image.ng-enter-active {
            transform: translateX(0px) scale(1, 1);
            opacity: 1; }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-pop.img-move-dir-backward .galleria-image.ng-leave {
            transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-pop.img-move-dir-backward .galleria-image.ng-leave-active {
            opacity: 0;
            transform: translateX(100%) scale(0, 0); }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-pop.img-move-dir-forward .galleria-image.ng-enter {
            transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
            transform: translateX(100%) scale(0, 0);
            opacity: 0; }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-pop.img-move-dir-forward .galleria-image.ng-enter-active {
            transform: translateX(0px) scale(1, 1);
            opacity: 1; }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-pop.img-move-dir-forward .galleria-image.ng-leave {
            transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-pop.img-move-dir-forward .galleria-image.ng-leave-active {
            opacity: 0;
            transform: translateX(-100%) scale(0, 0); }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-revolve.img-move-dir-forward .galleria-image.ng-enter {
            animation: revolve-in-forward;
            animation-duration: 0.3s; }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-revolve.img-move-dir-forward .galleria-image.ng-leave {
            animation: revolve-out-forward;
            animation-duration: 0.3s; }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-revolve.img-move-dir-backward .galleria-image.ng-enter {
            animation: revolve-in-backward;
            animation-duration: 0.3s; }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-revolve.img-move-dir-backward .galleria-image.ng-leave {
            animation: revolve-out-backward;
            animation-duration: 0.3s; }
        .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-title-description-wrapper {
          -ms-flex: none;
              flex: none; }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-title-description-wrapper > div {
            padding: 20px 0;
            text-align: center;
            color: #fff; }
            .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-title-description-wrapper > div .title {
              font-size: 18px;
              margin-bottom: 10px; }
            .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-title-description-wrapper > div .desc {
              font-size: 12px;
              line-height: 1.3; }
        .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-bubbles-wrapper {
          -ms-flex: none;
              flex: none;
          margin: 20px 0;
          overflow: hidden;
          width: 100%;
          font-size: 0; }
          .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-bubbles-wrapper > .galleria-bubbles {
            display: block;
            text-align: center;
            white-space: nowrap;
            transition: margin-left 0.3s; }
            .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-bubbles-wrapper > .galleria-bubbles span {
              -ms-flex: none;
                  flex: none;
              position: relative;
              display: inline-block;
              margin: 0 5px;
              cursor: pointer;
              overflow: hidden;
              border-radius: 100%;
              background-size: cover;
              background-position: center center;
              vertical-align: middle;
              background-color: #999; }
              .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-bubbles-wrapper > .galleria-bubbles span.ng-leave-active {
                display: none; }
              .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-bubbles-wrapper > .galleria-bubbles span:not(.img-bubble) {
                background-color: rgba(255, 255, 255, 0.5);
                border-radius: 100%;
                overflow: hidden;
                transition: all 0.3s ease-in-out; }
                .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-bubbles-wrapper > .galleria-bubbles span:not(.img-bubble).active {
                  background-color: #fff; }
              .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-bubbles-wrapper > .galleria-bubbles span.img-bubble {
                box-sizing: border-box;
                border: 1px solid transparent;
                transition: border 0.3s ease-in-out, margin 0.3s ease-in-out; }
                .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-bubbles-wrapper > .galleria-bubbles span.img-bubble.active {
                  border: 1px solid #fff; }
    .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-errorplaceholder {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 80px;
      right: 80px;
      z-index: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
    .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-loader {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 3;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-loader .spinner {
        -ms-flex: none;
            flex: none;
        width: 50px;
        height: 50px;
        text-align: center;
        font-size: 10px; }
        .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-loader .spinner > div {
          background-color: #fff;
          height: 100%;
          width: 7px;
          margin: 0 3px 0 0;
          display: inline-block;
          animation: sk-stretchdelay 1.2s infinite ease-in-out; }
        .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-loader .spinner .rect2 {
          animation-delay: -1.1s; }
        .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-loader .spinner .rect3 {
          animation-delay: -1.0s; }
        .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-loader .spinner .rect4 {
          animation-delay: -0.9s; }
        .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-loader .spinner .rect5 {
          animation-delay: -0.8s; }
  .ng-image-gallery.inline .ng-image-gallery-modal {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 300px; }
    .ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .actions-icons-container {
      top: 0; }
      .ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .actions-icons-container .delete-img {
        margin: 0; }
        .ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .actions-icons-container .delete-img:before {
          background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTkgNTkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU5IDU5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBkPSJNNTIuNSw2SDM4LjQ1NmMtMC4xMS0xLjI1LTAuNDk1LTMuMzU4LTEuODEzLTQuNzExQzM1LjgwOSwwLjQzNCwzNC43NTEsMCwzMy40OTksMEgyMy41Yy0xLjI1MiwwLTIuMzEsMC40MzQtMy4xNDQsMS4yODkNCglDMTkuMDM4LDIuNjQyLDE4LjY1Myw0Ljc1LDE4LjU0Myw2SDYuNWMtMC41NTIsMC0xLDAuNDQ3LTEsMXMwLjQ0OCwxLDEsMWgyLjA0MWwxLjkxNSw0Ni4wMjFDMTAuNDkzLDU1Ljc0MywxMS41NjUsNTksMTUuMzY0LDU5DQoJaDI4LjI3MmMzLjc5OSwwLDQuODcxLTMuMjU3LDQuOTA3LTQuOTU4TDUwLjQ1OSw4SDUyLjVjMC41NTIsMCwxLTAuNDQ3LDEtMVM1My4wNTIsNiw1Mi41LDZ6IE0yMC41LDUwYzAsMC41NTMtMC40NDgsMS0xLDENCglzLTEtMC40NDctMS0xVjE3YzAtMC41NTMsMC40NDgtMSwxLTFzMSwwLjQ0NywxLDFWNTB6IE0zMC41LDUwYzAsMC41NTMtMC40NDgsMS0xLDFzLTEtMC40NDctMS0xVjE3YzAtMC41NTMsMC40NDgtMSwxLTENCglzMSwwLjQ0NywxLDFWNTB6IE00MC41LDUwYzAsMC41NTMtMC40NDgsMS0xLDFzLTEtMC40NDctMS0xVjE3YzAtMC41NTMsMC40NDgtMSwxLTFzMSwwLjQ0NywxLDFWNTB6IE0yMS43OTIsMi42ODENCglDMjIuMjQsMi4yMjMsMjIuNzk5LDIsMjMuNSwyaDkuOTk5YzAuNzAxLDAsMS4yNiwwLjIyMywxLjcwOCwwLjY4MWMwLjgwNSwwLjgyMywxLjEyOCwyLjI3MSwxLjI0LDMuMzE5SDIwLjU1Mw0KCUMyMC42NjUsNC45NTIsMjAuOTg4LDMuNTA0LDIxLjc5MiwyLjY4MXoiLz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K); }
    .ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container {
      top: 0; }
      .ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .ext-url {
        margin: 0; }
        .ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .ext-url:before {
          background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGZpbGw9IiM5OTk5OTkiIGQ9Ik01MDMuMTczLDE3Ni41NTJjLTQuOTQ0LDAtOC44MjgsMy44ODQtOC44MjgsOC44Mjh2MjgyLjQ4M2MwLDE0LjY1My0xMS44MjksMjYuNDgyLTI2LjQ4MiwyNi40ODJINDQuMTM4DQoJCQljLTE0LjY1MywwLTI2LjQ4Mi0xMS44MjktMjYuNDgyLTI2LjQ4MlY0NC4xMzhjMC0xNC42NTMsMTEuODI5LTI2LjQ4MiwyNi40ODItMjYuNDgyaDI4Mi40ODNjNC45NDMsMCw4LjgyNy0zLjg4NCw4LjgyNy04LjgyOA0KCQkJUzMzMS41NjQsMCwzMjYuNjIxLDBINDQuMTM4QzE5Ljc3NCwwLDAsMTkuNzc0LDAsNDQuMTM4djQyMy43MjVDMCw0OTIuMjI3LDE5Ljc3NCw1MTIsNDQuMTM4LDUxMmg0MjMuNzI1DQoJCQlDNDkyLjIyNyw1MTIsNTEyLDQ5Mi4yMjcsNTEyLDQ2Ny44NjJWMTg1LjM3OUM1MTIsMTgwLjYxMiw1MDcuOTM5LDE3Ni41NTIsNTAzLjE3MywxNzYuNTUyeiIvPg0KCQk8cGF0aCBmaWxsPSIjOTk5OTk5IiBkPSJNNTExLjgyMyw3LjA2MmMwLTAuMTc2LTAuMTc3LTAuNTMtMC4xNzctMC43MDZjMC0wLjM1My0wLjE3Ni0wLjUzLTAuMzUzLTAuODgzcy0wLjM1NC0wLjUzLTAuNTMtMC44ODMNCgkJCWMtMC4xNzYtMC4xNzYtMC4xNzYtMC41My0wLjM1My0wLjcwNmMtMC43MDYtMC44ODMtMS40MTItMS43NjYtMi40NzItMi40NzJjLTAuMTc3LTAuMTc3LTAuNTI5LTAuMTc3LTAuNzA2LTAuMzUzDQoJCQljLTAuMzU0LTAuMTc3LTAuNTMtMC4zNTQtMC44ODMtMC41M2MtMC4zNTQtMC4xNzctMC41My0wLjE3Ny0wLjg4My0wLjM1M2MtMC4xNzcsMC0wLjUzLTAuMTc3LTAuNzA2LTAuMTc3DQoJCQljLTAuNTMsMC4xNzctMS4wNiwwLTEuNTksMGwwLDBIMzc5LjU4NmMtNC45NDMsMC04LjgyNywzLjg4NC04LjgyNyw4LjgyOHMzLjg4NCw4LjgyOCw4LjgyNyw4LjgyOEg0ODEuODFMMTYxLjM2OCwzMzguMDk3DQoJCQljLTMuNTMxLDMuNTMxLTMuNTMxLDkuMDA0LDAsMTIuNTM1YzEuNzY2LDEuNzY2LDQuMDYxLDIuNjQ4LDYuMTc5LDIuNjQ4YzIuMTE5LDAsNC41OS0wLjg4Myw2LjE4LTIuNjQ4TDQ5NC4zNDUsMzAuMTl2MTAyLjIyNA0KCQkJYzAsNC45NDMsMy44ODQsOC44MjcsOC44MjgsOC44MjdjNC45NDMsMCw4LjgyNy0zLjg4NCw4LjgyNy04LjgyN1Y4LjgyOEM1MTIsOC4yOTgsNTExLjgyMyw3Ljc2OCw1MTEuODIzLDcuMDYyeiIvPg0KCQk8cGF0aCBmaWxsPSIjOTk5OTk5IiBkPSJNNDQuMTM4LDM5LjcyNGMtMi40NzIsMC00LjQxNCwxLjk0Mi00LjQxNCw0LjQxNHYxMjMuNTg2YzAsMi40NzIsMS45NDIsNC40MTQsNC40MTQsNC40MTQNCgkJCWMyLjQ3MiwwLDQuNDE0LTEuOTQyLDQuNDE0LTQuNDE0VjQ4LjU1MmgxMTkuMTcyYzIuNDcyLDAsNC40MTQtMS45NDIsNC40MTQtNC40MTRjMC0yLjQ3Mi0xLjk0Mi00LjQxNC00LjQxNC00LjQxNEg0NC4xMzh6Ii8+DQoJPC9nPg0KPC9nPg0KPC9zdmc+DQo=); }
    .ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .prev {
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iIzk5OTk5OSIgZD0iTTE1NS43ODQsMjU1Ljk4NkwzODcuMDEyLDI0Ljc1OWM1LjY4Ny01LjY4Nyw1LjY4Ny0xNC44MDcsMC0yMC40OTRjLTUuNjg4LTUuNjg3LTE0LjgwNy01LjY4Ny0yMC40OTQsMA0KCQlMMTI0Ljk4OSwyNDUuNzkzYy01LjY4Nyw1LjY4Ny01LjY4NywxNC44MDcsMCwyMC40OTRsMjQxLjUyOCwyNDEuNDIxYzIuNzksMi43OSw2LjU0NSw0LjI5MiwxMC4xOTMsNC4yOTINCgkJczcuNDAzLTEuMzk1LDEwLjE5My00LjI5MmM1LjY4Ny01LjY4Nyw1LjY4Ny0xNC44MDcsMC0yMC40OTRMMTU1Ljc4NCwyNTUuOTg2eiIvPg0KPC9nPg0KPC9zdmc+DQo=); }
    .ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .next {
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iIzk5OTk5OSIgZD0iTTM4Ny4wNTgsMjQ1Ljc5M0wxNDUuNTMsNC4yNjVjLTUuNjg3LTUuNjg3LTE0LjgwNy01LjY4Ny0yMC40OTQsMHMtNS42ODcsMTQuODA3LDAsMjAuNDk0bDIzMS4yMjgsMjMxLjIyOA0KCQlMMTI1LjAzNiw0ODcuMjE0Yy01LjY4Nyw1LjY4OC01LjY4NywxNC44MDgsMCwyMC40OTRjMi43OSwyLjc5LDYuNTQ1LDQuMjkyLDEwLjE5Myw0LjI5MmMzLjY0OCwwLDcuNDAzLTEuMzk1LDEwLjE5My00LjI5Mg0KCQlMMzg2Ljk1LDI2Ni4xOEMzOTIuNjM3LDI2MC42MDEsMzkyLjYzNywyNTEuMzczLDM4Ny4wNTgsMjQ1Ljc5M3oiLz4NCjwvZz4NCjwvc3ZnPg0K); }
    .ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .prev, .ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .next {
      margin-top: -15px;
      width: 30px;
      height: 30px; }
    .ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-bubbles span:not(.img-bubble) {
      background-color: rgba(0, 0, 0, 0.5); }
      .ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-bubbles span:not(.img-bubble).active {
        background-color: #333; }
    .ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-bubbles span.img-bubble.active {
      border: 1px solid #000; }
    .ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-loader .spinner > div {
      background-color: #999; }



.full-size.ng-image-gallery.inline .ng-image-gallery-modal {
    position: initial !important;
    height: initial !important;
}

.full-size.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images .galleria-image {
    width: 100%;
}



.full-size.ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .prev, .full-size.ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .next {
    display: none !important;
}


.full-size img.galleria-image.ng-scope {
    position: initial !important;
}

.full-size .galleria-images.img-anim-fadeup.img-move-dir-forward {
    position: initial !important;
}

.full-size .galleria {
    position: initial !important;
    top: unset !important;
    bottom: unset !important;
    left: unset !important;
    right: unset !important;
}

.full-size .ng-image-gallery-content {
    position: initial !important;
    top: unset !important;
    right: unset !important;
    bottom: unset !important;
    left: unset !important;
}
 
.unselectable, .unselectable * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.swipableBox {
    /*position: relative;*/
    width: 100%;
    height: 100%;
}

.swipableBoxItem {
    /*position: absolute;
    bottom: 0;
    right: 0;
    left: 0;*/
    width: 100%;
    height: 100%;
    animation-duration: 0.30s;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 0.30s;
    -webkit-animation-timing-function: ease-in-out;
}

    .swipableBoxItem.ng-enter {
        animation-name: swipeSlideFromRight;
        -webkit-animation-name: swipeSlideFromRight;
    }

    .swipableBoxItem.moveToLeft.ng-enter {
        animation-name: swipeSlideFromLeft;
        -webkit-animation-name: swipeSlideFromLeft;
    }

    .swipableBoxItem.ng-leave {
        animation-name: swipeSlideFromLeft;
        animation-direction: reverse;
        -webkit-animation-name: swipeSlideFromLeft;
        -webkit-animation-direction: reverse;
    }

    .swipableBoxItem.moveToLeft.ng-leave {
        animation-name: swipeSlideFromRight;
        animation-direction: reverse;
        -webkit-animation-name: swipeSlideFromRight;
        -webkit-animation-direction: reverse;
    }

@keyframes swipeSlideFromRight {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes swipeSlideFromLeft {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@-webkit-keyframes swipeSlideFromRight {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-webkit-keyframes swipeSlideFromLeft {
    0% {
        -webkit-transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

.slidable-sections {
    width: 100%;
    height: 100%;
}

.slidable-sections-items {
    width: 100%;
    height: 100%;
    animation-duration: 0.30s;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 0.30s;
    -webkit-animation-timing-function: ease-in-out;
}

    .slidable-sections-items.ng-enter {
        animation-name: slidable-right-frames;
        -webkit-animation-name: slidable-right-frames;
    }

    .slidable-sections-items.moveToLeft.ng-enter {
        animation-name: slidable-left-frames;
        -webkit-animation-name: slidable-left-frames;
    }

    .slidable-sections-items.moveToUp.ng-enter {
        animation-name: slidable-up-frames;
        -webkit-animation-name: slidable-up-frames;
    }

    .slidable-sections-items.ng-leave {
        animation-name: unset !important;
        -webkit-animation-name: unset !important;
        animation-duration: 0 !important;
        animation-timing-function: unset !important;
        -webkit-animation-duration: 0 !important;
        -webkit-animation-timing-function: unset !important;
        display: none !important;
        transition: unset !important;
    }

    .slidable-sections-items.moveToLeft.ng-leave {
        animation-name: unset !important;
        -webkit-animation-name: unset !important;
        animation-duration: 0 !important;
        animation-timing-function: unset !important;
        -webkit-animation-duration: 0 !important;
        -webkit-animation-timing-function: unset !important;
        display: none !important;
        transition: unset !important;
    }

@keyframes slidable-right-frames {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slidable-left-frames {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slidable-up-frames {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes slidable-right-frames {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-webkit-keyframes slidable-left-frames {
    0% {
        -webkit-transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-webkit-keyframes slidable-up-frames {
    0% {
        -webkit-transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}
/* Unselectable styles - https://github.com/necolas/normalize.css */
.unselectable, .unselectable * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Swipable Box - Consider renaming to "dnd-container" for consistency */
.swipableBox {
    /*position: relative;*/ /* Consider uncommenting if needed for positioning */
    width: 100%;
    height: 100%;
}

/* Swipable Box Item - Consider renaming to "dnd-item" */
.swipableBoxItem {
    /*position: absolute;
    bottom: 0;
    right: 0;
    left: 0;*/ /* Consider uncommenting if absolute positioning needed */
    width: 100%;
    height: 100%;
    animation-duration: 0.30s;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 0.30s;
    -webkit-animation-timing-function: ease-in-out;
}

    /* Animation classes - https://github.com/angular/angular.js */
    .swipableBoxItem.ng-enter {
        animation-name: swipeSlideFromRight;
        -webkit-animation-name: swipeSlideFromRight;
    }

    .swipableBoxItem.moveToLeft.ng-enter {
        animation-name: swipeSlideFromLeft;
        -webkit-animation-name: swipeSlideFromLeft;
    }

    .swipableBoxItem.ng-leave {
        animation-name: swipeSlideFromLeft;
        animation-direction: reverse;
        -webkit-animation-name: swipeSlideFromLeft;
        -webkit-animation-direction: reverse;
    }

    .swipableBoxItem.moveToLeft.ng-leave {
        animation-name: swipeSlideFromRight;
        animation-direction: reverse;
        -webkit-animation-name: swipeSlideFromRight;
        -webkit-animation-direction: reverse;
    }

/* Keyframes - https://developer.mozilla.org/en-US/docs/Web/CSS/@keyframes */
@keyframes swipeSlideFromRight {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes swipeSlideFromLeft {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@-webkit-keyframes swipeSlideFromRight {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-webkit-keyframes swipeSlideFromLeft {
    0% {
        -webkit-transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

/* Slidable Sections - Consider merging with swipableBox styles */
.slidable-sections {
    width: 100%;
    height: 100%;
}

.slidable-sections-items {
    width: 100%;
    height: 100%;
    animation-duration: 0.30s;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 0.30s;
    -webkit-animation-timing-function: ease-in-out;
}

    /* Slidable animations - Could be consolidated with swipable animations */
    .slidable-sections-items.ng-enter {
        animation-name: slidable-right-frames;
        -webkit-animation-name: slidable-right-frames;
    }

    .slidable-sections-items.moveToLeft.ng-enter {
        animation-name: slidable-left-frames;
        -webkit-animation-name: slidable-left-frames;
    }

    .slidable-sections-items.moveToUp.ng-enter {
        animation-name: slidable-up-frames;
        -webkit-animation-name: slidable-up-frames;
    }

    .slidable-sections-items.ng-leave,
    .slidable-sections-items.moveToLeft.ng-leave {
        animation-name: unset !important;
        -webkit-animation-name: unset !important;
        animation-duration: 0 !important;
        -webkit-animation-duration: 0 !important;
        display: none !important;
    }

/* Additional keyframes */
@keyframes slidable-right-frames {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slidable-left-frames {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slidable-up-frames {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes slidable-right-frames {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-webkit-keyframes slidable-left-frames {
    0% {
        -webkit-transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-webkit-keyframes slidable-up-frames {
    0% {
        -webkit-transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}


.custom-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;
}

.carousel-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel-slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    z-index: 1;
}

    .carousel-slide.active {
        opacity: 1;
        z-index: 2;
    }

.carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 60px 20px 30px;
    text-align: center;
    z-index: 3;
}

.carousel-caption-content {
    max-width: 800px;
    margin: 0 auto;
}

.carousel-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    animation: slideInUp 1s ease-out;
}

.carousel-description {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    opacity: 0.9;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    animation: slideInUp 1s ease-out 0.2s both;
}

.carousel-action {
    animation: slideInUp 1s ease-out 0.4s both;
}

.carousel-btn {
    padding: 12px 24px;
    font-size: 1.1rem;
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .carousel-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

.carousel-navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 4;
    pointer-events: none;
}

.carousel-nav {
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .carousel-nav:hover {
        background: rgba(255, 255, 255, 0.3);
        border-color: rgba(255, 255, 255, 0.5);
        transform: scale(1.1);
    }

.carousel-prev {
    left: 20px;
}

.carousel-next {
    right: 20px;
}

.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 4;
}

.carousel-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .carousel-indicator.active {
        background: white;
        border-color: white;
    }

    .carousel-indicator:hover {
        background: rgba(255, 255, 255, 0.7);
        transform: scale(1.2);
    }

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .carousel-title {
        font-size: 1.8rem;
    }

    .carousel-description {
        font-size: 1rem;
    }

    .carousel-caption {
        padding: 40px 15px 20px;
    }

    .carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .carousel-prev {
        left: 10px;
    }

    .carousel-next {
        right: 10px;
    }

    .carousel-indicators {
        bottom: 15px;
    }

    .carousel-indicator {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 480px) {
    .carousel-title {
        font-size: 1.5rem;
    }

    .carousel-description {
        font-size: 0.9rem;
    }

    .carousel-caption {
        padding: 30px 10px 15px;
    }
}

@media screen {
  .printOnly {
    display: none;
  }
}
@media print {
  body {
    margin: 0mm !important;
    -webkit-print-color-adjust: exact;
  }
  body * {
    visibility: hidden;
  }
  .printOnly {
    visibility: visible;
    display: initial;
  }
  .printOnly.printRemove {
    display: none;
  }
  .printSection {
    visibility: visible;
  }
  .printSection * {
    visibility: visible;
  }
  .printRemove {
    display: none;
  }
  .printRemove * {
    display: none;
  }
  .printRemove .printSection * {
    visibility: visible;
  }
  .printHide {
    visibility: hidden;
  }
  .printHide * {
    visibility: hidden;
  }
  .printHide .printSection * {
    visibility: visible;
  }
  .avoidPageBreak {
    page-break-inside: avoid;
  }
  td div {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .noPrintMargin {
    margin: 0px !important;
    padding: 0px !important;
  }
  @page {
    margin: 0cm;
    :first {
      margin-top: 0cm;
    }
    :left {
      margin-left: 0cm;
      margin-right: 0cm;
    }
    :right {
      margin-left: 0cm;
      margin-right: 0cm;
    }
  }
}
.checkbox label .toggle,.checkbox-inline .toggle{margin-left:-20px;margin-right:5px}.toggle{position:relative;overflow:hidden}.toggle-group,.toggle-off,.toggle-on{position:absolute;top:0;bottom:0}.toggle-group{width:200%;left:0;transition:left .35s;-webkit-transition:left .35s;-moz-user-select:none;-webkit-user-select:none}.toggle.off .toggle-group{left:-100%}.toggle-on{left:0;right:50%;margin:0;border:0;border-radius:0}.toggle-off{left:50%;right:0;margin:0;border:0;border-radius:0}.toggle-handle{position:relative;margin:0 auto;padding-top:0;padding-bottom:0;height:100%;width:0;border-width:0 1px}.toggle-on-pad.btn.btn-lg{padding-right:32px}.toggle-off-pad.btn.btn-lg{padding-left:32px}.toggle-on-pad.btn{padding-right:24px}.toggle-off-pad.btn{padding-left:24px}.toggle-on-pad.btn.btn-sm{padding-right:20px}.toggle-off-pad.btn.btn-sm{padding-left:20px}.toggle-on-pad.btn.btn-xs{padding-right:9px}.toggle-off-pad.btn.btn-xs{padding-left:9px}
.swal2-popup.swal2-toast{box-sizing:border-box;grid-column:1/4!important;grid-row:1/4!important;grid-template-columns:1fr 99fr 1fr;padding:1em;overflow-y:hidden;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.075),0 1px 2px rgba(0,0,0,.075),1px 2px 4px rgba(0,0,0,.075),1px 3px 8px rgba(0,0,0,.075),2px 4px 16px rgba(0,0,0,.075);pointer-events:all}.swal2-popup.swal2-toast>*{grid-column:2}.swal2-popup.swal2-toast .swal2-title{margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-loading{justify-content:center}.swal2-popup.swal2-toast .swal2-input{height:2em;margin:.5em;font-size:1em}.swal2-popup.swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{grid-column:3/3;grid-row:1/99;align-self:center;width:.8em;height:.8em;margin:0;font-size:2em}.swal2-popup.swal2-toast .swal2-html-container{margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-html-container:empty{padding:0}.swal2-popup.swal2-toast .swal2-loader{grid-column:1;grid-row:1/99;align-self:center;width:2em;height:2em;margin:.25em}.swal2-popup.swal2-toast .swal2-icon{grid-column:1;grid-row:1/99;align-self:center;width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:700}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{justify-content:flex-start;height:auto;margin:0;margin-top:.5em;padding:0 .5em}.swal2-popup.swal2-toast .swal2-styled{margin:.25em .5em;padding:.4em .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{-webkit-animation:swal2-toast-animate-success-line-tip .75s;animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{-webkit-animation:swal2-toast-animate-success-line-long .75s;animation:swal2-toast-animate-success-line-long .75s}.swal2-popup.swal2-toast.swal2-show{-webkit-animation:swal2-toast-show .5s;animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{-webkit-animation:swal2-toast-hide .1s forwards;animation:swal2-toast-hide .1s forwards}.swal2-container{display:grid;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;box-sizing:border-box;grid-template-areas:"top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";grid-template-rows:minmax(-webkit-min-content,auto) minmax(-webkit-min-content,auto) minmax(-webkit-min-content,auto);grid-template-rows:minmax(min-content,auto) minmax(min-content,auto) minmax(min-content,auto);height:100%;padding:.625em;overflow-x:hidden;transition:background-color .1s;-webkit-overflow-scrolling:touch}.swal2-container.swal2-backdrop-show,.swal2-container.swal2-noanimation{background:rgba(0,0,0,.4)}.swal2-container.swal2-backdrop-hide{background:0 0!important}.swal2-container.swal2-bottom-start,.swal2-container.swal2-center-start,.swal2-container.swal2-top-start{grid-template-columns:minmax(0,1fr) auto auto}.swal2-container.swal2-bottom,.swal2-container.swal2-center,.swal2-container.swal2-top{grid-template-columns:auto minmax(0,1fr) auto}.swal2-container.swal2-bottom-end,.swal2-container.swal2-center-end,.swal2-container.swal2-top-end{grid-template-columns:auto auto minmax(0,1fr)}.swal2-container.swal2-top-start>.swal2-popup{align-self:start}.swal2-container.swal2-top>.swal2-popup{grid-column:2;align-self:start;justify-self:center}.swal2-container.swal2-top-end>.swal2-popup,.swal2-container.swal2-top-right>.swal2-popup{grid-column:3;align-self:start;justify-self:end}.swal2-container.swal2-center-left>.swal2-popup,.swal2-container.swal2-center-start>.swal2-popup{grid-row:2;align-self:center}.swal2-container.swal2-center>.swal2-popup{grid-column:2;grid-row:2;align-self:center;justify-self:center}.swal2-container.swal2-center-end>.swal2-popup,.swal2-container.swal2-center-right>.swal2-popup{grid-column:3;grid-row:2;align-self:center;justify-self:end}.swal2-container.swal2-bottom-left>.swal2-popup,.swal2-container.swal2-bottom-start>.swal2-popup{grid-column:1;grid-row:3;align-self:end}.swal2-container.swal2-bottom>.swal2-popup{grid-column:2;grid-row:3;justify-self:center;align-self:end}.swal2-container.swal2-bottom-end>.swal2-popup,.swal2-container.swal2-bottom-right>.swal2-popup{grid-column:3;grid-row:3;align-self:end;justify-self:end}.swal2-container.swal2-grow-fullscreen>.swal2-popup,.swal2-container.swal2-grow-row>.swal2-popup{grid-column:1/4;width:100%}.swal2-container.swal2-grow-column>.swal2-popup,.swal2-container.swal2-grow-fullscreen>.swal2-popup{grid-row:1/4;align-self:stretch}.swal2-container.swal2-no-transition{transition:none!important}.swal2-popup{display:none;position:relative;box-sizing:border-box;grid-template-columns:minmax(0,100%);width:32em;max-width:100%;padding:0 0 1.25em;border:none;border-radius:5px;background:#fff;color:#545454;font-family:inherit;font-size:1rem}.swal2-popup:focus{outline:0}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-title{position:relative;max-width:100%;margin:0;padding:.8em 1em 0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.swal2-actions{display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:center;width:auto;margin:1.25em auto 0;padding:0}.swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.swal2-loader{display:none;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 transparent #2778c4 transparent}.swal2-styled{margin:.3125em;padding:.625em 1.1em;transition:box-shadow .1s;box-shadow:0 0 0 3px transparent;font-weight:500}.swal2-styled:not([disabled]){cursor:pointer}.swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#7367f0;color:#fff;font-size:1em}.swal2-styled.swal2-confirm:focus{box-shadow:0 0 0 3px rgba(115,103,240,.5)}.swal2-styled.swal2-deny{border:0;border-radius:.25em;background:initial;background-color:#ea5455;color:#fff;font-size:1em}.swal2-styled.swal2-deny:focus{box-shadow:0 0 0 3px rgba(234,84,85,.5)}.swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#6e7d88;color:#fff;font-size:1em}.swal2-styled.swal2-cancel:focus{box-shadow:0 0 0 3px rgba(110,125,136,.5)}.swal2-styled.swal2-default-outline:focus{box-shadow:0 0 0 3px rgba(100,150,200,.5)}.swal2-styled:focus{outline:0}.swal2-styled::-moz-focus-inner{border:0}.swal2-footer{justify-content:center;margin:1em 0 0;padding:1em 1em 0;border-top:1px solid #eee;color:#545454;font-size:1em}.swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;grid-column:auto!important;height:.25em;overflow:hidden;border-bottom-right-radius:5px;border-bottom-left-radius:5px}.swal2-timer-progress-bar{width:100%;height:.25em;background:rgba(0,0,0,.2)}.swal2-image{max-width:100%;margin:2em auto 1em}.swal2-close{z-index:2;align-items:center;justify-content:center;width:1.2em;height:1.2em;margin-top:0;margin-right:0;margin-bottom:-1.2em;padding:0;overflow:hidden;transition:color .1s,box-shadow .1s;border:none;border-radius:5px;background:0 0;color:#ccc;font-family:serif;font-family:monospace;font-size:2.5em;cursor:pointer;justify-self:end}.swal2-close:hover{transform:none;background:0 0;color:#f27474}.swal2-close:focus{outline:0;box-shadow:inset 0 0 0 3px rgba(100,150,200,.5)}.swal2-close::-moz-focus-inner{border:0}.swal2-html-container{z-index:1;justify-content:center;margin:1em 1.6em .3em;padding:0;overflow:auto;color:#545454;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;word-wrap:break-word;word-break:break-word}.swal2-checkbox,.swal2-file,.swal2-input,.swal2-radio,.swal2-select,.swal2-textarea{margin:1em 2em 0}.swal2-file,.swal2-input,.swal2-textarea{box-sizing:border-box;width:auto;transition:border-color .1s,box-shadow .1s;border:1px solid #d9d9d9;border-radius:.1875em;background:inherit;box-shadow:inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px transparent;color:inherit;font-size:1.125em}.swal2-file.swal2-inputerror,.swal2-input.swal2-inputerror,.swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-file:focus,.swal2-input:focus,.swal2-textarea:focus{border:1px solid #b4dbed;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px rgba(100,150,200,.5)}.swal2-file::-moz-placeholder,.swal2-input::-moz-placeholder,.swal2-textarea::-moz-placeholder{color:#ccc}.swal2-file:-ms-input-placeholder,.swal2-input:-ms-input-placeholder,.swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-file::placeholder,.swal2-input::placeholder,.swal2-textarea::placeholder{color:#ccc}.swal2-range{margin:1em 2em 0;background:#fff}.swal2-range input{width:80%}.swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}.swal2-range input,.swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}.swal2-input{height:2.625em;padding:0 .75em}.swal2-file{width:75%;margin-right:auto;margin-left:auto;background:inherit;font-size:1.125em}.swal2-textarea{height:6.75em;padding:.75em}.swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:inherit;color:inherit;font-size:1.125em}.swal2-checkbox,.swal2-radio{align-items:center;justify-content:center;background:#fff;color:inherit}.swal2-checkbox label,.swal2-radio label{margin:0 .6em;font-size:1.125em}.swal2-checkbox input,.swal2-radio input{flex-shrink:0;margin:0 .4em}.swal2-input-label{display:flex;justify-content:center;margin:1em auto 0}.swal2-validation-message{align-items:center;justify-content:center;margin:1em 0 0;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}.swal2-validation-message::before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}.swal2-icon{position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:2.5em auto .6em;border:.25em solid transparent;border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474;color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;flex-grow:1}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}.swal2-icon.swal2-error.swal2-icon-show{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-success{border-color:#a5dc86;color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;transform:rotate(45deg);border-radius:50%}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.swal2-icon.swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-progress-steps{flex-wrap:wrap;align-items:center;max-width:100%;margin:1.25em auto;padding:0;background:inherit;font-weight:600}.swal2-progress-steps li{display:inline-block;position:relative}.swal2-progress-steps .swal2-progress-step{z-index:20;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}.swal2-progress-steps .swal2-progress-step-line{z-index:10;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{margin-right:initial;margin-left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}@-webkit-keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0)}}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0)}}@-webkit-keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@-webkit-keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@-webkit-keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}@-webkit-keyframes swal2-rotate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes swal2-rotate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:visible!important;padding-right:0!important}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-container{background-color:transparent!important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:all}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px rgba(0,0,0,.4)}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}body.swal2-toast-shown .swal2-container{box-sizing:border-box;width:360px;max-width:100%;background-color:transparent;pointer-events:none}body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}
.animated-checklist {
  /*
    --bs-gray-600: unchecked;
    --bs-black: checked;

*/
  background: var(--bs-white);
  width: 100%;
  position: relative;
  box-shadow: 0 10px 30px rgba(65, 72, 86, 0.05);
  padding: 30px 45px;
  display: grid;
  grid-template-columns: 30px auto;
  align-items: center;
}
.animated-checklist label {
  color: var(--bs-gray-600);
  position: relative;
  cursor: pointer;
  display: grid;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: color 0.3s ease;
}
.animated-checklist label::before,
.animated-checklist label::after {
  content: "";
  position: absolute;
}
.animated-checklist label::before {
  height: 2px;
  width: 8px;
  left: -27px;
  background: var(--bs-gray-600);
  border-radius: 2px;
  transition: background 0.3s ease;
}
.animated-checklist label::after {
  height: 4px;
  width: 4px;
  top: 8px;
  left: -25px;
  border-radius: 50%;
}
.animated-checklist input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  height: 15px;
  width: 15px;
  outline: none;
  border: 0;
  margin: 0 15px 0 0;
  cursor: pointer;
  background: var(--bs-white);
  display: grid;
  align-items: center;
}
.animated-checklist input[type=checkbox]::before,
.animated-checklist input[type=checkbox]::after {
  content: "";
  position: absolute;
  height: 2px;
  top: auto;
  background: var(--bs-gray-600);
  border-radius: 2px;
}
.animated-checklist input[type=checkbox]::before {
  width: 0px;
  right: 60%;
  transform-origin: right bottom;
}
.animated-checklist input[type=checkbox]::after {
  width: 0px;
  left: 40%;
  transform-origin: left bottom;
}
.animated-checklist input[type=checkbox]:checked::before {
  -webkit-animation: check-01 0.4s ease forwards;
  animation: check-01 0.4s ease forwards;
}
.animated-checklist input[type=checkbox]:checked::after {
  -webkit-animation: check-02 0.4s ease forwards;
  animation: check-02 0.4s ease forwards;
}
.animated-checklist input[type=checkbox]:checked + label {
  color: var(--bs-black);
  -webkit-animation: move 0.3s ease 0.1s forwards;
  animation: move 0.3s ease 0.1s forwards;
}
.animated-checklist input[type=checkbox]:checked + label::before {
  background: transparent;
  -webkit-animation: slice 0.4s ease forwards;
  animation: slice 0.4s ease forwards;
}
.animated-checklist input[type=checkbox]:checked + label::after {
  -webkit-animation: firework 0.5s ease forwards 0.1s;
  animation: firework 0.5s ease forwards 0.1s;
}
@-webkit-keyframes move {
  50% {
    padding-left: 8px;
    padding-right: 0px;
  }
  100% {
    padding-right: 4px;
  }
}
@keyframes move {
  50% {
    padding-left: 8px;
    padding-right: 0px;
  }
  100% {
    padding-right: 4px;
  }
}
@-webkit-keyframes slice {
  60% {
    width: 100%;
    left: 4px;
  }
  100% {
    width: 100%;
    left: -2px;
    padding-left: 0;
  }
}
@keyframes slice {
  60% {
    width: 100%;
    left: 4px;
  }
  100% {
    width: 100%;
    left: -2px;
    padding-left: 0;
  }
}
@-webkit-keyframes check-01 {
  0% {
    width: 4px;
    top: auto;
    transform: rotate(0);
  }
  50% {
    width: 0px;
    top: auto;
    transform: rotate(0);
  }
  51% {
    width: 0px;
    top: 8px;
    transform: rotate(45deg);
  }
  100% {
    width: 5px;
    top: 8px;
    transform: rotate(45deg);
  }
}
@keyframes check-01 {
  0% {
    width: 4px;
    top: auto;
    transform: rotate(0);
  }
  50% {
    width: 0px;
    top: auto;
    transform: rotate(0);
  }
  51% {
    width: 0px;
    top: 8px;
    transform: rotate(45deg);
  }
  100% {
    width: 5px;
    top: 8px;
    transform: rotate(45deg);
  }
}
@-webkit-keyframes check-02 {
  0% {
    width: 4px;
    top: auto;
    transform: rotate(0);
  }
  50% {
    width: 0px;
    top: auto;
    transform: rotate(0);
  }
  51% {
    width: 0px;
    top: 8px;
    transform: rotate(-45deg);
  }
  100% {
    width: 10px;
    top: 8px;
    transform: rotate(-45deg);
  }
}
@keyframes check-02 {
  0% {
    width: 4px;
    top: auto;
    transform: rotate(0);
  }
  50% {
    width: 0px;
    top: auto;
    transform: rotate(0);
  }
  51% {
    width: 0px;
    top: 8px;
    transform: rotate(-45deg);
  }
  100% {
    width: 10px;
    top: 8px;
    transform: rotate(-45deg);
  }
}
@-webkit-keyframes firework {
  0% {
    opacity: 1;
    box-shadow: 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    box-shadow: 0 -15px 0 0px #4F29F0, 14px -8px 0 0px #4F29F0, 14px 8px 0 0px #4F29F0, 0 15px 0 0px #4F29F0, -14px 8px 0 0px #4F29F0, -14px -8px 0 0px #4F29F0;
  }
}
@keyframes firework {
  0% {
    opacity: 1;
    box-shadow: 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    box-shadow: 0 -15px 0 0px #4F29F0, 14px -8px 0 0px #4F29F0, 14px 8px 0 0px #4F29F0, 0 15px 0 0px #4F29F0, -14px 8px 0 0px #4F29F0, -14px -8px 0 0px #4F29F0;
  }
}
/*!
 * FullCalendar v3.10.2
 * Docs & License: https://fullcalendar.io/
 * (c) 2019 Adam Shaw
 */.fc button,.fc table,body .fc{font-size:1em}.fc .fc-axis,.fc button,.fc-day-grid-event .fc-content,.fc-list-item-marker,.fc-list-item-time,.fc-time-grid-event .fc-time,.fc-time-grid-event.fc-short .fc-content{white-space:nowrap}.fc-event,.fc-event:hover,.fc-state-hover,.fc.fc-bootstrap3 a,.ui-widget .fc-event,a.fc-more{text-decoration:none}.fc{direction:ltr;text-align:left}.fc-rtl{text-align:right}.fc th,.fc-basic-view .fc-day-top .fc-week-number,.fc-basic-view td.fc-week-number,.fc-icon,.fc-toolbar{text-align:center}.fc-highlight{background:#bce8f1;opacity:.3}.fc-bgevent{background:#8fdf82;opacity:.3}.fc-nonbusiness{background:#d7d7d7}.fc button{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;height:2.1em;padding:0 .6em;cursor:pointer}.fc button::-moz-focus-inner{margin:0;padding:0}.fc-state-default{border:1px solid;background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);color:#333;text-shadow:0 1px 1px rgba(255,255,255,.75);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}.fc-state-default.fc-corner-left{border-top-left-radius:4px;border-bottom-left-radius:4px}.fc-state-default.fc-corner-right{border-top-right-radius:4px;border-bottom-right-radius:4px}.fc button .fc-icon{position:relative;top:-.05em;margin:0 .2em;vertical-align:middle}.fc-state-active,.fc-state-disabled,.fc-state-down,.fc-state-hover{color:#333;background-color:#e6e6e6}.fc-state-hover{color:#333;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.fc-state-active,.fc-state-down{background-color:#ccc;background-image:none;box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}.fc-state-disabled{cursor:default;background-image:none;opacity:.65;box-shadow:none}.fc-event.fc-draggable,.fc-event[href],.fc-popover .fc-header .fc-close,a[data-goto]{cursor:pointer}.fc-button-group{display:inline-block}.fc .fc-button-group>*{float:left;margin:0 0 0 -1px}.fc .fc-button-group>:first-child{margin-left:0}.fc-popover{position:absolute;box-shadow:0 2px 6px rgba(0,0,0,.15)}.fc-popover .fc-header{padding:2px 4px}.fc-popover .fc-header .fc-title{margin:0 2px}.fc-ltr .fc-popover .fc-header .fc-title,.fc-rtl .fc-popover .fc-header .fc-close{float:left}.fc-ltr .fc-popover .fc-header .fc-close,.fc-rtl .fc-popover .fc-header .fc-title{float:right}.fc-divider{border-style:solid;border-width:1px}hr.fc-divider{height:0;margin:0;padding:0 0 2px;border-width:1px 0}.fc-bg table,.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table{height:100%}.fc-clear{clear:both}.fc-bg,.fc-bgevent-skeleton,.fc-helper-skeleton,.fc-highlight-skeleton{position:absolute;top:0;left:0;right:0}.fc-bg{bottom:0}.fc table{width:100%;box-sizing:border-box;table-layout:fixed;border-collapse:collapse;border-spacing:0}.fc td,.fc th{border-style:solid;border-width:1px;padding:0;vertical-align:top}.fc td.fc-today{border-style:double}a[data-goto]:hover{text-decoration:underline}.fc .fc-row{border-style:solid;border-width:0}.fc-row table{border-left:0 hidden transparent;border-right:0 hidden transparent;border-bottom:0 hidden transparent}.fc-row:first-child table{border-top:0 hidden transparent}.fc-row{position:relative}.fc-row .fc-bg{z-index:1}.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{bottom:0}.fc-row .fc-bgevent-skeleton td,.fc-row .fc-highlight-skeleton td{border-color:transparent}.fc-row .fc-bgevent-skeleton{z-index:2}.fc-row .fc-highlight-skeleton{z-index:3}.fc-row .fc-content-skeleton{position:relative;z-index:4;padding-bottom:2px}.fc-row .fc-helper-skeleton{z-index:5}.fc .fc-row .fc-content-skeleton table,.fc .fc-row .fc-content-skeleton td,.fc .fc-row .fc-helper-skeleton td{background:0 0;border-color:transparent}.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td{border-bottom:0}.fc-row .fc-content-skeleton tbody td,.fc-row .fc-helper-skeleton tbody td{border-top:0}.fc-scroller{-webkit-overflow-scrolling:touch}.fc-day-grid-event .fc-content,.fc-icon,.fc-row.fc-rigid,.fc-time-grid-event{overflow:hidden}.fc-scroller>.fc-day-grid,.fc-scroller>.fc-time-grid{position:relative;width:100%}.fc-event{position:relative;display:block;font-size:.85em;line-height:1.3;border-radius:3px;border:1px solid #3a87ad}.fc-event,.fc-event-dot{background-color:#3a87ad}.fc-event,.fc-event:hover{color:#fff}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-event .fc-bg{z-index:1;background:#fff;opacity:.25}.fc-event .fc-content{position:relative;z-index:2}.fc-event .fc-resizer{position:absolute;z-index:4;display:none}.fc-event.fc-allow-mouse-resize .fc-resizer,.fc-event.fc-selected .fc-resizer{display:block}.fc-event.fc-selected .fc-resizer:before{content:"";position:absolute;z-index:9999;top:50%;left:50%;width:40px;height:40px;margin-left:-20px;margin-top:-20px}.fc-event.fc-selected{z-index:9999!important;box-shadow:0 2px 5px rgba(0,0,0,.2)}.fc-event.fc-selected.fc-dragging{box-shadow:0 2px 7px rgba(0,0,0,.3)}.fc-h-event.fc-selected:before{content:"";position:absolute;z-index:3;top:-10px;bottom:-10px;left:0;right:0}.fc-ltr .fc-h-event.fc-not-start,.fc-rtl .fc-h-event.fc-not-end{margin-left:0;border-left-width:0;padding-left:1px;border-top-left-radius:0;border-bottom-left-radius:0}.fc-ltr .fc-h-event.fc-not-end,.fc-rtl .fc-h-event.fc-not-start{margin-right:0;border-right-width:0;padding-right:1px;border-top-right-radius:0;border-bottom-right-radius:0}.fc-ltr .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-end-resizer{cursor:w-resize;left:-1px}.fc-ltr .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-start-resizer{cursor:e-resize;right:-1px}.fc-h-event.fc-allow-mouse-resize .fc-resizer{width:7px;top:-1px;bottom:-1px}.fc-h-event.fc-selected .fc-resizer{border-radius:4px;border-width:1px;width:6px;height:6px;border-style:solid;border-color:inherit;background:#fff;top:50%;margin-top:-4px}.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,.fc-rtl .fc-h-event.fc-selected .fc-end-resizer{margin-left:-4px}.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,.fc-rtl .fc-h-event.fc-selected .fc-start-resizer{margin-right:-4px}.fc-day-grid-event{margin:1px 2px 0;padding:0 1px}tr:first-child>td>.fc-day-grid-event{margin-top:2px}.fc-day-grid-event.fc-selected:after{content:"";position:absolute;z-index:1;top:-1px;right:-1px;bottom:-1px;left:-1px;background:#000;opacity:.25}.fc-day-grid-event .fc-time{font-weight:700}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer{margin-left:-2px}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer{margin-right:-2px}a.fc-more{margin:1px 3px;font-size:.85em;cursor:pointer}a.fc-more:hover{text-decoration:underline}.fc-limited{display:none}.fc-day-grid .fc-row{z-index:1}.fc-more-popover{z-index:2;width:220px}.fc-more-popover .fc-event-container{padding:10px}.fc-bootstrap3 .fc-popover .panel-body,.fc-bootstrap4 .fc-popover .card-body{padding:0}.fc-now-indicator{position:absolute;border:0 solid red}.fc-bootstrap3 .fc-today.alert,.fc-bootstrap4 .fc-today.alert{border-radius:0}.fc-unselectable{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.fc-unthemed .fc-content,.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-list-view,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#ddd}.fc-unthemed .fc-popover{background-color:#fff;border-width:1px;border-style:solid}.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-popover .fc-header{background:#eee}.fc-unthemed td.fc-today{background:#fcf8e3}.fc-unthemed .fc-disabled-day{background:#d7d7d7;opacity:.3}.fc-icon{display:inline-block;height:1em;line-height:1em;font-size:1em;font-family:"Courier New",Courier,monospace;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fc-icon:after{position:relative}.fc-icon-left-single-arrow:after{content:"\2039";font-weight:700;font-size:200%;top:-7%}.fc-icon-right-single-arrow:after{content:"\203A";font-weight:700;font-size:200%;top:-7%}.fc-icon-left-double-arrow:after{content:"\AB";font-size:160%;top:-7%}.fc-icon-right-double-arrow:after{content:"\BB";font-size:160%;top:-7%}.fc-icon-left-triangle:after{content:"\25C4";font-size:125%;top:3%}.fc-icon-right-triangle:after{content:"\25BA";font-size:125%;top:3%}.fc-icon-down-triangle:after{content:"\25BC";font-size:125%;top:2%}.fc-icon-x:after{content:"\D7";font-size:200%;top:6%}.fc-unthemed .fc-popover .fc-header .fc-close{color:#666;font-size:.9em;margin-top:2px}.fc-unthemed .fc-list-item:hover td{background-color:#f5f5f5}.ui-widget .fc-disabled-day{background-image:none}.fc-bootstrap3 .fc-time-grid .fc-slats table,.fc-bootstrap4 .fc-time-grid .fc-slats table,.fc-time-grid .fc-slats .ui-widget-content{background:0 0}.fc-popover>.ui-widget-header+.ui-widget-content{border-top:0}.fc-bootstrap3 hr.fc-divider,.fc-bootstrap4 hr.fc-divider{border-color:inherit}.ui-widget .fc-event{color:#fff;font-weight:400}.ui-widget td.fc-axis{font-weight:400}.fc.fc-bootstrap3 a[data-goto]:hover{text-decoration:underline}.fc.fc-bootstrap4 a{text-decoration:none}.fc.fc-bootstrap4 a[data-goto]:hover{text-decoration:underline}.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]){color:#fff}.fc-bootstrap4 .fc-popover.card{position:absolute}.fc-toolbar.fc-header-toolbar{margin-bottom:1em}.fc-toolbar.fc-footer-toolbar{margin-top:1em}.fc-toolbar .fc-left{float:left}.fc-toolbar .fc-right{float:right}.fc-toolbar .fc-center{display:inline-block}.fc .fc-toolbar>*>*{float:left;margin-left:.75em}.fc .fc-toolbar>*>:first-child{margin-left:0}.fc-toolbar h2{margin:0}.fc-toolbar button{position:relative}.fc-toolbar .fc-state-hover,.fc-toolbar .ui-state-hover{z-index:2}.fc-toolbar .fc-state-down{z-index:3}.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active{z-index:4}.fc-toolbar button:focus{z-index:5}.fc-view-container *,.fc-view-container :after,.fc-view-container :before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fc-view,.fc-view>table{position:relative;z-index:1}.fc-basicDay-view .fc-content-skeleton,.fc-basicWeek-view .fc-content-skeleton{padding-bottom:1em}.fc-basic-view .fc-body .fc-row{min-height:4em}.fc-row.fc-rigid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}.fc-day-top.fc-other-month{opacity:.3}.fc-basic-view .fc-day-number,.fc-basic-view .fc-week-number{padding:2px}.fc-basic-view th.fc-day-number,.fc-basic-view th.fc-week-number{padding:0 2px}.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{float:right}.fc-rtl .fc-basic-view .fc-day-top .fc-day-number{float:left}.fc-ltr .fc-basic-view .fc-day-top .fc-week-number{float:left;border-radius:0 0 3px}.fc-rtl .fc-basic-view .fc-day-top .fc-week-number{float:right;border-radius:0 0 0 3px}.fc-basic-view .fc-day-top .fc-week-number{min-width:1.5em;background-color:#f2f2f2;color:grey}.fc-basic-view td.fc-week-number>*{display:inline-block;min-width:1.25em}.fc-agenda-view .fc-day-grid{position:relative;z-index:2}.fc-agenda-view .fc-day-grid .fc-row{min-height:3em}.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton{padding-bottom:1em}.fc .fc-axis{vertical-align:middle;padding:0 4px}.fc-ltr .fc-axis{text-align:right}.fc-rtl .fc-axis{text-align:left}.fc-time-grid,.fc-time-grid-container{position:relative;z-index:1}.fc-time-grid{min-height:100%}.fc-time-grid table{border:0 hidden transparent}.fc-time-grid>.fc-bg{z-index:1}.fc-time-grid .fc-slats,.fc-time-grid>hr{position:relative;z-index:2}.fc-time-grid .fc-content-col{position:relative}.fc-time-grid .fc-content-skeleton{position:absolute;z-index:3;top:0;left:0;right:0}.fc-time-grid .fc-business-container{position:relative;z-index:1}.fc-time-grid .fc-bgevent-container{position:relative;z-index:2}.fc-time-grid .fc-highlight-container{z-index:3;position:relative}.fc-time-grid .fc-event-container{position:relative;z-index:4}.fc-time-grid .fc-now-indicator-line{z-index:5}.fc-time-grid .fc-helper-container{position:relative;z-index:6}.fc-time-grid .fc-slats td{height:1.5em;border-bottom:0}.fc-time-grid .fc-slats .fc-minor td{border-top-style:dotted}.fc-time-grid .fc-highlight{position:absolute;left:0;right:0}.fc-ltr .fc-time-grid .fc-event-container{margin:0 2.5% 0 2px}.fc-rtl .fc-time-grid .fc-event-container{margin:0 2px 0 2.5%}.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event{position:absolute;z-index:1}.fc-time-grid .fc-bgevent{left:0;right:0}.fc-v-event.fc-not-start{border-top-width:0;padding-top:1px;border-top-left-radius:0;border-top-right-radius:0}.fc-v-event.fc-not-end{border-bottom-width:0;padding-bottom:1px;border-bottom-left-radius:0;border-bottom-right-radius:0}.fc-time-grid-event.fc-selected{overflow:visible}.fc-time-grid-event.fc-selected .fc-bg{display:none}.fc-time-grid-event .fc-content{overflow:hidden}.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title{padding:0 1px}.fc-time-grid-event .fc-time{font-size:.85em}.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{display:inline-block;vertical-align:top}.fc-time-grid-event.fc-short .fc-time span{display:none}.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start)}.fc-time-grid-event.fc-short .fc-time:after{content:"\A0-\A0"}.fc-time-grid-event.fc-short .fc-title{font-size:.85em;padding:0}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer{left:0;right:0;bottom:0;height:8px;overflow:hidden;line-height:8px;font-size:11px;font-family:monospace;text-align:center;cursor:s-resize}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after{content:"="}.fc-time-grid-event.fc-selected .fc-resizer{border-radius:5px;border-width:1px;width:8px;height:8px;border-style:solid;border-color:inherit;background:#fff;left:50%;margin-left:-5px;bottom:-5px}.fc-time-grid .fc-now-indicator-line{border-top-width:1px;left:0;right:0}.fc-time-grid .fc-now-indicator-arrow{margin-top:-5px}.fc-ltr .fc-time-grid .fc-now-indicator-arrow{left:0;border-width:5px 0 5px 6px;border-top-color:transparent;border-bottom-color:transparent}.fc-rtl .fc-time-grid .fc-now-indicator-arrow{right:0;border-width:5px 6px 5px 0;border-top-color:transparent;border-bottom-color:transparent}.fc-event-dot{display:inline-block;width:10px;height:10px;border-radius:5px}.fc-rtl .fc-list-view{direction:rtl}.fc-list-view{border-width:1px;border-style:solid}.fc .fc-list-table{table-layout:auto}.fc-list-table td{border-width:1px 0 0;padding:8px 14px}.fc-list-table tr:first-child td{border-top-width:0}.fc-list-heading{border-bottom-width:1px}.fc-list-heading td{font-weight:700}.fc-ltr .fc-list-heading-main{float:left}.fc-ltr .fc-list-heading-alt,.fc-rtl .fc-list-heading-main{float:right}.fc-rtl .fc-list-heading-alt{float:left}.fc-list-item.fc-has-url{cursor:pointer}.fc-list-item-marker,.fc-list-item-time{width:1px}.fc-ltr .fc-list-item-marker{padding-right:0}.fc-rtl .fc-list-item-marker{padding-left:0}.fc-list-item-title a{text-decoration:none;color:inherit}.fc-list-item-title a[href]:hover{text-decoration:underline}.fc-list-empty-wrap2{position:absolute;top:0;left:0;right:0;bottom:0}.fc-list-empty-wrap1{width:100%;height:100%;display:table}.fc-list-empty{display:table-cell;vertical-align:middle;text-align:center}.fc-unthemed .fc-list-empty{background-color:#eee}
.section-calendar-extended{max-width:1400px;margin:2rem auto;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 .15rem 1.75rem 0 rgba(58,59,69,.15);}.calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e3e6f0;}.calendar-header h2{color:#4e73df;font-weight:600;margin:0;}.btn-toolbar{margin-bottom:1.5rem;gap:.5rem;}.btn-group-custom{box-shadow:0 .15rem .5rem rgba(0,0,0,.1);border-radius:.35rem;overflow:hidden;}.btn-calendar{background:#fff;border:1px solid #e3e6f0;padding:.5rem 1rem;transition:all .2s;}.btn-calendar:hover{background:#f8f9fc;transform:translateY(-1px);}.btn-primary-custom{background:#4e73df;color:#fff;border:0;padding:.5rem 1.2rem;border-radius:.35rem;transition:all .2s;}.btn-primary-custom:hover{background:#2653d4;transform:translateY(-1px);color:#fff;}.btn-danger-custom{background:#e74a3b;color:#fff;border:0;padding:.5rem 1.2rem;border-radius:.35rem;transition:all .2s;}.btn-danger-custom:hover{background:#d52a1a;transform:translateY(-1px);color:#fff;}.calendar-container{min-height:600px;border-radius:.35rem;overflow:hidden;box-shadow:0 .15rem .5rem rgba(0,0,0,.1);background:#fff;padding:1rem;}.fc-event-success{background-color:#1cc88a;border-color:#1cc88a;}.fc-event-danger{background-color:#e74a3b;border-color:#e74a3b;}.fc-event-info{background-color:#36b9cc;border-color:#36b9cc;}.disabled-day{background-color:rgba(0,0,0,.05)!important;pointer-events:none!important;}.disabled-event{opacity:.7;cursor:not-allowed!important;}.view-indicator{background:#f8f9fc;padding:.5rem 1rem;border-radius:.35rem;font-weight:600;color:#4e73df;}.active-view{background:#4e73df!important;color:#fff!important;}.active-text{color:#4e73df!important;}@media(max-width:992px){.btn-toolbar{flex-direction:column;align-items:stretch;}.btn-group-custom{margin-bottom:.5rem;}}@media(max-width:768px){.section-calendar-extended{padding:1rem;margin:1rem;}.calendar-header{flex-direction:column;text-align:center;}.calendar-header h2{margin-bottom:1rem;}}.badge.bg-primary{background-color:#4e73df!important;}.view-transition{transition:all .3s ease;}.custom-event{padding:3px;font-size:11px;line-height:1.3;border-left:3px solid #3788d8;}.custom-event .event-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2px;}.custom-event .event-header .event-title{font-weight:600;color:#2c3e50;flex:1;margin-right:5px;}.custom-event .event-header .status{font-size:8px;padding:1px 4px;border-radius:2px;font-weight:bold;white-space:nowrap;}.custom-event .event-header .status.published{background-color:#28a745;color:#fff;}.custom-event .event-header .status.draft{background-color:#ffc107;color:#000;}.custom-event .event-details{font-size:9px;color:#666;}.custom-event .event-details div{margin-bottom:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.fc-event .fc-content{white-space:normal!important;overflow:hidden;}.fc-event .fc-time{font-weight:bold;margin-bottom:2px;display:block;}.fc-event .fc-title{display:block;}.fc-event-success .custom-event{border-left-color:#28a745;}.fc-event-warning .custom-event{border-left-color:#ffc107;}.fc-event-danger .custom-event{border-left-color:#dc3545;}.fc-event-info .custom-event{border-left-color:#17a2b8;}.disabled-event .custom-event{opacity:.6;border-left-color:#6c757d;}.fc-month-view .custom-event{font-size:10px;padding:1px 2px;}.fc-month-view .custom-event .event-details{display:none;}.fc-month-view .custom-event .event-header .status{display:none;}.fc-agenda-view .custom-event{min-height:40px;}.fc-list-view .custom-event{padding:8px;font-size:13px;}.fc-list-view .custom-event .event-details{font-size:11px;}.fc-list-view .custom-event .event-details div{display:inline-block;margin-right:10px;}.fc-list-view .custom-event .event-details div:last-child{margin-right:0;}
.image-upload-container{position:relative;}.image-upload-container .file-upload-wrapper{padding:0;overflow:hidden;box-shadow:none;}.image-upload-container .file-upload-wrapper .file-upload-content{padding:0;}.image-upload-container .file-upload-wrapper .file-upload-content .visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}.image-upload-container .file-upload-wrapper .file-upload-content .upload-interface{padding:1rem;display:flex;flex-direction:column;gap:1rem;}.image-upload-container .file-upload-wrapper .file-upload-content .upload-interface .upload-btn{display:flex;align-items:center;gap:.5rem;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;}.image-upload-container .file-upload-wrapper .file-upload-content .upload-interface .upload-btn:hover{-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.25);-moz-box-shadow:0 0 0 .2rem rgba(0,123,255,.25);box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}.image-upload-container .file-upload-wrapper .file-upload-content .upload-interface .upload-btn .file-name{margin-left:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px;}.image-upload-container .file-upload-wrapper .file-upload-content .upload-interface .image-preview-container{position:relative;margin-top:1rem;background-color:#f8f9fa;border-radius:.25rem;padding:.5rem;}.image-upload-container .file-upload-wrapper .file-upload-content .upload-interface .image-preview-container .preview-image{max-height:200px;width:auto;display:block;margin:0 auto;border-radius:.25rem;}.image-upload-container .file-upload-wrapper .file-upload-content .upload-interface .image-preview-container .clear-preview{position:absolute;top:.5rem;right:.5rem;padding:.25rem .5rem;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;}.image-upload-container .file-upload-wrapper .file-upload-content .upload-interface .image-preview-container .clear-preview:hover{-webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.25);-moz-box-shadow:0 0 0 .2rem rgba(220,53,69,.25);box-shadow:0 0 0 .2rem rgba(220,53,69,.25);}.image-upload-container .file-info{margin-top:.5rem;font-size:.875rem;}.image-upload-container .required-label{position:absolute;top:0;right:0;font-size:.75rem;color:#dc3545;}@media(max-width:575.98px){.image-upload-container .upload-interface{padding:.75rem!important;}.image-upload-container .upload-interface .upload-btn{padding:.375rem .75rem;font-size:.875rem;}.image-upload-container .upload-interface .upload-btn .file-name{max-width:150px!important;}.image-upload-container .upload-interface .image-preview-container .preview-image{max-height:150px!important;}}.multiselect-input{display:flex;align-items:flex-start;border-radius:8px 8px 0 0;}.multiselect-input>.form-control.ui-select-container{flex:1 1 auto;min-width:0;height:auto!important;min-height:44px;border:0!important;border-bottom:2px solid var(--inp-border,#ced4da)!important;border-radius:8px 8px 0 0!important;background:transparent!important;box-shadow:none!important;position:relative;}.multiselect-input>.clear-button,.multiselect-input>.input-action-btn{position:static!important;flex:0 0 2.75rem;min-height:44px;align-self:flex-start;z-index:5;}.multiselect-input>.input-action-btn:last-child{border-top-right-radius:8px!important;}.multiselect-input .ui-select-multiple.ui-select-bootstrap{border:0!important;border-radius:8px 8px 0 0!important;background:transparent!important;box-shadow:none!important;padding:8px 10px!important;min-height:44px;height:auto!important;}.multiselect-input .ui-select-multiple{border:0!important;background:transparent!important;box-shadow:none!important;height:auto!important;}.multiselect-input .ui-select-multiple .ui-select-match-item{margin:.125rem;}.multiselect-input .ui-select-choices{max-height:300px;overflow-y:auto;top:100%!important;}.multiselect-input .ui-select-search.input-xs{border:0!important;border-bottom:0!important;background:transparent!important;box-shadow:none!important;outline:0!important;padding:2px 4px!important;height:auto!important;min-width:60px;width:auto!important;}.multiselect-input .ui-select-search.input-xs:focus{border:0!important;box-shadow:none!important;outline:0!important;}form-input-multiselect label{z-index:2060!important;}.select-input{position:relative;display:flex;align-items:stretch;border-radius:8px 8px 0 0;}.select-input>.form-control.ui-select-container{flex:1 1 auto;min-width:0;border:0!important;border-bottom:2px solid var(--inp-border,#ced4da)!important;border-radius:8px 8px 0 0!important;background:transparent!important;box-shadow:none!important;padding:0!important;height:44px;position:relative;}.select-input>.form-control.ui-select-container:not(:last-child){border-top-right-radius:0!important;}.select-input>.input-action-btn{position:static!important;flex:0 0 2.75rem;min-height:0;align-self:stretch;}.select-input>.input-action-btn:last-child{border-top-right-radius:8px!important;}.select-input .ui-select-toggle{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:10px 13px!important;height:44px;text-align:left!important;width:100%!important;color:inherit!important;display:flex!important;align-items:center!important;}.select-input input[disabled]{background-color:#f8f9fa;cursor:not-allowed;}.select-input .ui-select-container .ui-select-match .clear-button{position:absolute;right:10px;top:50%;transform:translateY(-50%);padding:0;background:none;border:0;}.select-input .ui-select-container .ui-select-choices{max-height:300px;overflow-y:auto;top:100%!important;}.select-input .ui-select-container .ui-select-choices .ui-select-choices-row{padding:8px 10px;}.select-input .ui-select-container .ui-select-choices .ui-select-choices-row small{display:block;margin-top:2px;}.number-input-container{position:relative;}.number-input-container input[type="number"]::-webkit-inner-spin-button,.number-input-container input[type="number"]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;}.number-input-container input[type="number"][aria-invalid="true"]{border-color:#dc3545;}.number-input-container .clear-input-button{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);cursor:pointer;z-index:5;padding:4px 6px;background:transparent;border:0;}.number-input-container .form-text{margin-top:.25rem;}.phone-number-input>.intl-tel-input{position:relative;top:-54px;padding:0 1px;}.phone-number-input>.intl-tel-input>.flag-container{padding-top:20px;}.phone-number-input>.intl-tel-input>input.form-control{border:0;padding-top:22px;}.phone-number-input .input-group .form-control{padding-left:52px;}.phone-number-input .input-group .country-code-display{position:absolute;left:12px;top:50%;transform:translateY(-50%);z-index:3;background:none;border:0;font-weight:bold;}.phone-number-input .clear-input-button{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);z-index:3;color:#dc3545;background:none;border:0;padding:0;}.phone-number-input label{z-index:3;}.input-switch.form-check{padding-left:2.5em;}.input-switch.form-check .form-check-input{width:2.5em;margin-left:-2.5em;}.input-switch.form-check .form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd;}.form-tri-state-switch .btn-group{width:100%;display:flex;}.form-tri-state-switch .btn-group label{flex:1;text-align:center;white-space:nowrap;padding:.375rem .75rem;}.form-tri-state-switch .btn-group .btn-check:checked+.btn{background-color:#0d6efd;color:#fff;border-color:#0d6efd;}.form-tri-state-switch .btn-group .btn-check:focus+.btn{box-shadow:0 0 0 .25rem rgba(13,110,253,.25);}.form-tri-state-switch .btn-group .btn-check:disabled+.btn,.form-tri-state-switch .btn-group .btn-check:disabled:checked+.btn{opacity:.65;pointer-events:none;}.form-multi-switch .btn-group{width:100%;flex-wrap:nowrap;}.form-multi-switch .btn-group .btn{flex:1 1 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:1;height:30px;padding:2px 0 0 0;margin:2px;border-radius:0!important;}.form-multi-switch .btn-group .btn:first-child{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important;}.form-multi-switch .btn-group .btn:last-child{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important;}.form-multi-switch .btn-group .btn.active{z-index:2;background-color:#0d6efd;color:#fff;border-color:#0d6efd;}.form-multi-switch .btn-group .btn:disabled{opacity:.65;pointer-events:none;}.form-input .tags-input.bootstrap .tags{box-shadow:none;border:1px solid #ced4da;border-radius:.25rem;padding:.375rem .75rem;}.form-input .tags-input.bootstrap .tags .tag-item{background:#0d6efd;color:#fff;border-radius:.2rem;}.form-input .tags-input.bootstrap .tags .tag-item .remove-button{color:#fff;opacity:.7;}.form-input .tags-input.bootstrap .tags .tag-item .remove-button:hover{opacity:1;}.form-input .tags-input.bootstrap .tags .autocomplete{border-radius:0 0 .25rem .25rem;margin-top:-1px;}.form-input .tags-input.bootstrap .tags .autocomplete .suggestion-item{padding:.375rem .75rem;}.form-input .tags-input.bootstrap .tags .autocomplete .suggestion-item.selected{background:#f8f9fa;}.form-input .tags-input.bootstrap .input{padding:0;min-height:auto;}.form-input .toggle.slow{transition:all .4s ease;}.form-input .toggle.btn-primary.on{background-color:#0d6efd;border-color:#0b5ed7;}.form-input .toggle.btn-primary.off{background-color:#6c757d;border-color:#5c636a;}.form-input .toggle[disabled]{opacity:.65;cursor:not-allowed;}form-input-multiselect.input-small{display:inline-block;}form-input-multiselect.input-small .multiselect-input .form-control>div{padding:0!important;padding-top:5px!important;position:relative;}form-input-multiselect.input-small label{font-size:.8em;}form-input-checkbox .form-check-spacer{width:100%;height:30px;}.ui-select-choices-row-inner{display:block;}.ui-select-choices-row-inner:has(.bg-primary),.ui-select-choices-row-inner:has(.bg-parent-primary){background-color:var(--bs-primary)!important;color:#fff;}.ui-select-choices-row-inner:has(.bg-secondary),.ui-select-choices-row-inner:has(.bg-parent-secondary){background-color:var(--bs-secondary)!important;color:#fff;}.ui-select-choices-row-inner:has(.bg-success),.ui-select-choices-row-inner:has(.bg-parent-success){background-color:var(--bs-success)!important;color:#fff;}.ui-select-choices-row-inner:has(.bg-info),.ui-select-choices-row-inner:has(.bg-parent-info){background-color:var(--bs-info)!important;}.ui-select-choices-row-inner:has(.bg-warning),.ui-select-choices-row-inner:has(.bg-parent-warning){background-color:var(--bs-warning)!important;}.ui-select-choices-row-inner:has(.bg-danger),.ui-select-choices-row-inner:has(.bg-parent-danger){background-color:var(--bs-danger)!important;color:#fff;}.ui-select-choices-row-inner:has(.bg-light),.ui-select-choices-row-inner:has(.bg-parent-light){background-color:var(--bs-light)!important;}.ui-select-choices-row-inner:has(.bg-dark),.ui-select-choices-row-inner:has(.bg-parent-dark){background-color:var(--bs-dark)!important;color:#fff;}.ui-select-choices-row-inner:has(.text-primary),.ui-select-choices-row-inner:has(.text-parent-primary){color:var(--bs-primary)!important;}.ui-select-choices-row-inner:has(.text-secondary),.ui-select-choices-row-inner:has(.text-parent-secondary){color:var(--bs-secondary)!important;}.ui-select-choices-row-inner:has(.text-success),.ui-select-choices-row-inner:has(.text-parent-success){color:var(--bs-success)!important;}.ui-select-choices-row-inner:has(.text-info),.ui-select-choices-row-inner:has(.text-parent-info){color:var(--bs-info)!important;}.ui-select-choices-row-inner:has(.text-warning),.ui-select-choices-row-inner:has(.text-parent-warning){color:var(--bs-warning)!important;}.ui-select-choices-row-inner:has(.text-danger),.ui-select-choices-row-inner:has(.text-parent-danger){color:var(--bs-danger)!important;}.ui-select-choices-row-inner:has(.text-light),.ui-select-choices-row-inner:has(.text-parent-light){color:var(--bs-light)!important;}.ui-select-choices-row-inner:has(.text-dark),.ui-select-choices-row-inner:has(.text-parent-dark){color:var(--bs-dark)!important;}.ui-select-choices-row-inner:has(.bg-color-orange),.ui-select-choices-row-inner:has(.bg-parent-orange),.ui-select-choices-row-inner:has(.bg-orange){background-color:#fd7e14!important;color:#000;}.ui-select-choices-row-inner:has(.bg-color-orange-light),.ui-select-choices-row-inner:has(.bg-parent-orange-light),.ui-select-choices-row-inner:has(.bg-orange-light){background-color:#ff9800!important;color:#000;}.ui-select-choices-row-inner:has(.bg-color-orange-dark),.ui-select-choices-row-inner:has(.bg-parent-orange-dark),.ui-select-choices-row-inner:has(.bg-orange-dark){background-color:#e65100!important;color:#fff;}.ui-select-choices-row-inner:has(.text-color-orange),.ui-select-choices-row-inner:has(.text-parent-orange),.ui-select-choices-row-inner:has(.text-orange){color:#fd7e14!important;}.ui-select-choices-row-inner:has(.text-color-orange-light),.ui-select-choices-row-inner:has(.text-parent-orange-light),.ui-select-choices-row-inner:has(.text-orange-light){color:#ff9800!important;}.ui-select-choices-row-inner:has(.text-color-orange-dark),.ui-select-choices-row-inner:has(.text-parent-orange-dark),.ui-select-choices-row-inner:has(.text-orange-dark){color:#e65100!important;}.clear-input-btn{background:transparent;border:0;z-index:10;}.error-message-container{min-height:0;}.phone-number-container{position:relative;min-height:58px;display:block;}.phone-number-container .iti{width:100%!important;display:contents!important;}.phone-number-container input[type="tel"].iti__tel-input,.phone-number-container .iti__tel-input.form-control,.phone-number-container input.iti__tel-input{width:100%!important;padding-left:52px!important;padding-right:.75rem!important;line-height:1.25!important;border-radius:.375rem!important;border:0!important;}.phone-number-container input[type="tel"].iti__tel-input:focus,.phone-number-container .iti__tel-input.form-control:focus,.phone-number-container input.iti__tel-input:focus{border-color:transparent!important;}.phone-number-container .iti__country-container{position:absolute!important;top:0!important;bottom:0!important;left:0!important;z-index:3!important;display:flex!important;align-items:center!important;}.phone-number-container .iti__selected-country{background-color:transparent!important;border:0!important;padding:20px 0 0 8px!important;outline:0!important;display:flex!important;align-items:center!important;height:30px;}.phone-number-container .phone-label{z-index:2;pointer-events:none;position:absolute;top:8px;left:0;right:0;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out;opacity:.7!important;transform:scale(.85) translateY(-.5rem) translateX(.75rem)!important;padding-top:.25rem!important;padding-left:0!important;padding-right:.75rem!important;}.phone-number-container .iti__dropdown-content{z-index:1050!important;background-color:#fff;box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;border:1px solid #dee2e6!important;border-radius:.375rem!important;max-height:200px;overflow-y:auto;}.phone-number-container .iti__country{padding:8px 12px!important;}.phone-number-container .iti__country:hover,.phone-number-container .iti__country.iti__highlight{background-color:#f8f9fa!important;}.phone-number-container .iti__arrow{border-left:4px solid transparent!important;border-right:4px solid transparent!important;border-top:4px solid #6c757d!important;}.phone-number-container .iti__search-input{width:100%;padding:8px 12px;border:1px solid #dee2e6;border-radius:.25rem;margin-bottom:8px;}.phone-number-container .iti__search-input:focus{outline:0;border-color:#0d6efd;box-shadow:0 0 0 .25rem rgba(13,110,253,.15);}.date-input-container{position:relative;min-height:58px;display:block;}.date-input-container input.date-input,.date-input-container input.form-control.date-input,.date-input-container .date-input.custom-input{transition:background .18s,border-color .18s;cursor:pointer;}.date-input-container input.date-input:focus,.date-input-container input.form-control.date-input:focus,.date-input-container .date-input.custom-input:focus{box-shadow:none!important;border-color:inherit!important;}.date-input-container input.date-input:disabled,.date-input-container input.form-control.date-input:disabled,.date-input-container .date-input.custom-input:disabled{background-color:#e9ecef!important;opacity:.6;cursor:not-allowed;}.date-input-container .calendar-toggle:disabled{opacity:.5;cursor:not-allowed;}.date-input-container>label{padding-left:1rem;}.date-input-container>.form-control:focus~label,.date-input-container>.form-control:not(:placeholder-shown)~label{opacity:.7;transform:scale(.85) translateY(-.5rem) translateX(.15rem);}.date-input-container.hide-clear-date-button .clear-input-btn{display:none!important;}.uib-datepicker-popup.dropdown-menu{z-index:1050!important;background-color:#fff;box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;border:1px solid #dee2e6!important;border-radius:.375rem!important;padding:.5rem;}.uib-datepicker table{margin:0;}.uib-datepicker .btn-default{border:0;background:transparent;}.uib-datepicker .btn-default:hover{background-color:#f8f9fa;}.uib-datepicker .btn-default.active{background-color:#0d6efd!important;color:#fff!important;}.file-requirements-info{position:absolute;bottom:4px;z-index:99;left:8px;font-size:.7em;}form-input-image .custom-input-group button.custom-input{flex:1 1 auto;border:0!important;border-radius:0!important;box-shadow:none!important;cursor:pointer;}form-input-image .custom-input-group button.custom-input:focus{box-shadow:none!important;outline:0!important;}form-input-image .custom-input-group button.custom-input:disabled{cursor:not-allowed;opacity:.65;}form-input-image .custom-input-group button.custom-input .image-input-thumb{width:32px;height:32px;object-fit:cover;border-radius:4px;flex-shrink:0;opacity:.85;}form-input-image .input-image-preview img.preview-image{display:block;border-radius:.5rem;box-shadow:0 2px 8px rgba(0,0,0,.1);}
.maximise-image-modal{width:100%;height:100vh;background:rgba(0,0,0,.95);display:flex;flex-direction:column;overflow:hidden;}.maximise-image-modal .modal-header{position:absolute;top:0;left:0;right:0;z-index:10;padding:15px 20px;}.maximise-image-modal .modal-header .d-flex{display:flex;}.maximise-image-modal .modal-header .gap-2{gap:8px;}.maximise-image-modal .btn-action{background:rgba(255,255,255,.1);border:2px solid rgba(255,255,255,.3);color:#fff;width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:18px;backdrop-filter:blur(10px);}.maximise-image-modal .btn-action:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.5);transform:scale(1.1);}.maximise-image-modal .btn-action:active{transform:scale(.95);}.maximise-image-modal .btn-action i{pointer-events:none;}.maximise-image-modal .btn-close-white{filter:brightness(0) invert(1);opacity:.8;transition:opacity .3s ease;}.maximise-image-modal .btn-close-white:hover{opacity:1;transform:scale(1.1);}.maximise-image-modal .modal-body{flex:1;overflow:hidden;gap:12px;padding:50px 15px 15px 15px;}.image-container-wrapper{position:relative;display:flex;align-items:center;justify-content:center;gap:15px;flex:1;width:100%;min-height:0;}.nav-btn{background:rgba(255,255,255,.1);border:2px solid rgba(255,255,255,.3);color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:24px;backdrop-filter:blur(10px);flex-shrink:0;}.nav-btn:hover:not(.disabled){background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.5);transform:scale(1.1);}.nav-btn:active:not(.disabled){transform:scale(.95);}.nav-btn.disabled{opacity:.3;cursor:not-allowed;background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.15);}.image-container{flex:1;display:flex;align-items:center;justify-content:center;position:relative;min-height:0;max-width:100%;}.image-container figure{max-width:100%;max-height:100%;display:flex;align-items:center;justify-content:center;}.image-counter{position:absolute;top:10px;right:10px;background:rgba(0,0,0,.7);color:#fff;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:600;backdrop-filter:blur(10px);z-index:5;}.maximised-image{max-width:100%;max-height:calc(100vh - 150px);width:auto;height:auto;object-fit:contain;box-shadow:0 10px 40px rgba(0,0,0,.5);border-radius:8px;transition:opacity .3s ease;}.maximise-image-modal .modal-body:not(:has(.thumbnail-carousel)) .maximised-image{max-height:calc(100vh - 120px);}.bottom-controls{display:flex;align-items:center;justify-content:center;gap:15px;width:100%;flex-shrink:0;padding:8px 0;}.thumbnail-carousel{flex:1;max-width:calc(100% - 180px);background:rgba(0,0,0,.3);border-radius:10px;backdrop-filter:blur(10px);padding:6px 0;}.thumbnail-wrapper{display:flex;gap:8px;padding:4px 12px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;justify-content:flex-start;}.thumbnail-wrapper::-webkit-scrollbar{height:4px;}.thumbnail-wrapper::-webkit-scrollbar-track{background:rgba(255,255,255,.1);border-radius:2px;}.thumbnail-wrapper::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3);border-radius:2px;}.thumbnail-wrapper::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.5);}.thumbnail-item{position:relative;min-width:65px;max-width:65px;height:50px;cursor:pointer;border-radius:6px;overflow:hidden;transition:all .3s ease;border:2px solid transparent;}.thumbnail-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;}.thumbnail-item:hover img{transform:scale(1.1);}.thumbnail-item.active{border-color:#667eea;box-shadow:0 0 15px rgba(102,126,234,.6);}.thumbnail-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);opacity:0;transition:opacity .3s ease;}.thumbnail-item:hover .thumbnail-overlay{opacity:.3;}.thumbnail-item.active .thumbnail-overlay{opacity:0;}.btn-close-footer{background:rgba(255,255,255,.95);border:0;color:#333;padding:10px 25px;border-radius:25px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;flex-shrink:0;box-shadow:0 4px 12px rgba(0,0,0,.2);}.btn-close-footer:hover{background:#fff;transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.3);}.btn-close-footer i{vertical-align:middle;}@keyframes zoomIn{from{opacity:0;transform:scale(.9);}to{opacity:1;transform:scale(1);}}@media(max-width:768px){.image-container{max-width:100%;}.maximised-image{max-height:calc(100vh - 200px);}.maximise-image-modal .modal-body:not(:has(.thumbnail-carousel)) .maximised-image{max-height:calc(100vh - 140px);}.nav-btn{width:40px;height:40px;font-size:20px;}.maximise-image-modal .btn-action{width:38px;height:38px;font-size:16px;}.bottom-controls{flex-direction:column;gap:8px;}.thumbnail-carousel{max-width:100%;}.thumbnail-item{min-width:55px;max-width:55px;height:42px;}.btn-close-footer{padding:8px 20px;font-size:13px;}}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(../Website/javascript/leaflet/#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(../Website/javascript/leaflet/images/layers.png?v=jV0jtFclUbzpjoSCqgK2TiuCbOA);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(../Website/javascript/leaflet/images/layers-2x.png?v=34vqfwzjmk0Q_Q7-x5JLM8nwLl8);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(../Website/javascript/leaflet/images/marker-icon.png?v=bv6LCwLPCUUoVA66__023AuunZI);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}

.leaflet-map-wrapper{display:block;width:100%;overflow:hidden;border-radius:12px;position:relative;}.leaflet-map-canvas{width:100%;height:100%;min-height:250px;}.leaflet-container{width:100%;height:100%;font-family:inherit;}
.text-color-blue{color:#007bff;}.text-color-indigo{color:#6610f2;}.text-color-purple{color:#6f42c1;}.text-color-pink{color:#e83e8c;}.text-color-red{color:#dc3545;}.text-color-orange{color:#fd7e14;}.text-color-yellow{color:#fcca04;}.text-color-yellow-dark{color:#d5aa03;}.text-color-yellow-light{color:#fcd32c;}.text-color-yellow-text{color:#494949;}.text-color-green{color:#28a745;}.text-color-teal{color:#20c997;}.text-color-cyan{color:#17a2b8;}.text-color-white{color:#fff;}.text-color-gray-100{color:#f8f9fa;}.text-color-gray-200{color:#e9ecef;}.text-color-gray-300{color:#dee2e6;}.text-color-gray-400{color:#ced4da;}.text-color-gray-500{color:#adb5bd;}.text-color-gray-600{color:#6c757d;}.text-color-gray-700{color:#495057;}.text-color-gray-800{color:#343a40;}.text-color-gray-900{color:#212529;}.text-color-gray{color:#6c757d;}.text-color-gray-dark{color:#343a40;}.text-color-primary{color:#007bff;}.text-color-secondary{color:#6c757d;}.text-color-success{color:#28a745;}.text-color-info{color:#17a2b8;}.text-color-warning{color:#fcca04;}.text-color-danger{color:#dc3545;}.text-color-light{color:#f8f9fa;}.text-color-dark{color:#343a40;}.text-color-app-primary{color:#30ccfd;}.text-color-app-primary-dark{color:#02b5ee;}.text-color-app-primary-light{color:#58d6fd;}.text-color-orange-light{color:#fe9f51;}.text-color-orange-dark{color:#d26102;}.bg-color-blue{background-color:#007bff;}.bg-color-indigo{background-color:#6610f2;}.bg-color-purple{background-color:#6f42c1;}.bg-color-pink{background-color:#e83e8c;}.bg-color-red{background-color:#dc3545;}.bg-color-orange{background-color:#fd7e14;}.bg-color-yellow{background-color:#fcca04;}.bg-color-yellow-dark{background-color:#d5aa03;}.bg-color-yellow-light{background-color:#fcd32c;}.bg-color-yellow-soft{background-color:rgba(252,202,4,.15);}.bg-color-green{background-color:#28a745;}.bg-color-teal{background-color:#20c997;}.bg-color-cyan{background-color:#17a2b8;}.bg-color-white{background-color:#fff;}.bg-color-gray-100{background-color:#f8f9fa;}.bg-color-gray-200{background-color:#e9ecef;}.bg-color-gray-300{background-color:#dee2e6;}.bg-color-gray-400{background-color:#ced4da;}.bg-color-gray-500{background-color:#adb5bd;}.bg-color-gray-600{background-color:#6c757d;}.bg-color-gray-700{background-color:#495057;}.bg-color-gray-800{background-color:#343a40;}.bg-color-gray-900{background-color:#212529;}.bg-color-gray{background-color:#6c757d;}.bg-color-gray-dark{background-color:#343a40;}.bg-color-primary{background-color:#007bff;}.bg-color-secondary{background-color:#6c757d;}.bg-color-success{background-color:#28a745;}.bg-color-info{background-color:#17a2b8;}.bg-color-warning{background-color:#fcca04;}.bg-color-danger{background-color:#dc3545;}.bg-color-light{background-color:#f8f9fa;}.bg-color-dark{background-color:#343a40;}.bg-color-app-primary{background-color:#30ccfd;}.bg-color-app-primary-dark{background-color:#02b5ee;}.bg-color-app-primary-light{background-color:#58d6fd;}.bg-color-orange-light{background-color:#fe9f51;}.bg-color-orange-dark{background-color:#d26102;}.border-color-blue{border-color:#007bff;}.border-color-indigo{border-color:#6610f2;}.border-color-purple{border-color:#6f42c1;}.border-color-pink{border-color:#e83e8c;}.border-color-red{border-color:#dc3545;}.border-color-orange{border-color:#fd7e14;}.border-color-yellow{border-color:#fcca04;}.border-color-yellow-dark{border-color:#d5aa03;}.border-color-yellow-light{border-color:#fcd32c;}.border-color-green{border-color:#28a745;}.border-color-teal{border-color:#20c997;}.border-color-cyan{border-color:#17a2b8;}.border-color-white{border-color:#fff;}.border-color-gray-100{border-color:#f8f9fa;}.border-color-gray-200{border-color:#e9ecef;}.border-color-gray-300{border-color:#dee2e6;}.border-color-gray-400{border-color:#ced4da;}.border-color-gray-500{border-color:#adb5bd;}.border-color-gray-600{border-color:#6c757d;}.border-color-gray-700{border-color:#495057;}.border-color-gray-800{border-color:#343a40;}.border-color-gray-900{border-color:#212529;}.border-color-gray{border-color:#6c757d;}.border-color-gray-dark{border-color:#343a40;}.border-color-primary{border-color:#007bff;}.border-color-secondary{border-color:#6c757d;}.border-color-success{border-color:#28a745;}.border-color-info{border-color:#17a2b8;}.border-color-warning{border-color:#fcca04;}.border-color-danger{border-color:#dc3545;}.border-color-light{border-color:#f8f9fa;}.border-color-dark{border-color:#343a40;}.border-color-app-primary{border-color:#30ccfd;}.border-color-app-primary-dark{border-color:#02b5ee;}.border-color-app-primary-light{border-color:#58d6fd;}.border-color-orange-light{border-color:#fe9f51;}.border-color-orange-dark{border-color:#d26102;}.btn{display:inline-block;font-weight:400;text-align:center;vertical-align:middle;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;cursor:pointer;text-decoration:none;}.btn:hover{text-decoration:none;}.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}.btn:disabled{opacity:.65;cursor:not-allowed;}.btn-blue{color:#fff;background-color:#007bff;border-color:#007bff;}.btn-blue:hover{color:#fff;background-color:#0069d9;border-color:#0062cc;}.btn-blue:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}.btn-blue:disabled{color:#fff;background-color:#007bff;border-color:#007bff;}.btn-indigo{color:#fff;background-color:#6610f2;border-color:#6610f2;}.btn-indigo:hover{color:#fff;background-color:#560bd0;border-color:#510bc4;}.btn-indigo:focus{color:#fff;background-color:#560bd0;border-color:#510bc4;box-shadow:0 0 0 .2rem rgba(102,16,242,.25);}.btn-indigo:disabled{color:#fff;background-color:#6610f2;border-color:#6610f2;}.btn-purple{color:#fff;background-color:#6f42c1;border-color:#6f42c1;}.btn-purple:hover{color:#fff;background-color:#5e37a6;border-color:#59339d;}.btn-purple:focus{color:#fff;background-color:#5e37a6;border-color:#59339d;box-shadow:0 0 0 .2rem rgba(111,66,193,.25);}.btn-purple:disabled{color:#fff;background-color:#6f42c1;border-color:#6f42c1;}.btn-pink{color:#fff;background-color:#e83e8c;border-color:#e83e8c;}.btn-pink:hover{color:#fff;background-color:#e41c78;border-color:#d91a72;}.btn-pink:focus{color:#fff;background-color:#e41c78;border-color:#d91a72;box-shadow:0 0 0 .2rem rgba(232,62,140,.25);}.btn-pink:disabled{color:#fff;background-color:#e83e8c;border-color:#e83e8c;}.btn-red{color:#fff;background-color:#dc3545;border-color:#dc3545;}.btn-red:hover{color:#fff;background-color:#c82333;border-color:#bd2130;}.btn-red:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(220,53,69,.25);}.btn-red:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545;}.btn-orange{color:#fff;background-color:#fd7e14;border-color:#fd7e14;}.btn-orange:hover{color:#fff;background-color:#e96b02;border-color:#dc6502;}.btn-orange:focus{color:#fff;background-color:#e96b02;border-color:#dc6502;box-shadow:0 0 0 .2rem rgba(253,126,20,.25);}.btn-orange:disabled{color:#fff;background-color:#fd7e14;border-color:#fd7e14;}.btn-yellow{color:#494949;background-color:#fcca04;border-color:#fcca04;}.btn-yellow:hover{color:#494949;background-color:#d7ac03;border-color:#cba202;}.btn-yellow:focus{color:#494949;background-color:#d7ac03;border-color:#cba202;box-shadow:0 0 0 .2rem rgba(252,202,4,.25);}.btn-yellow:disabled{color:#494949;background-color:#fcca04;border-color:#fcca04;}.btn-green{color:#fff;background-color:#28a745;border-color:#28a745;}.btn-green:hover{color:#fff;background-color:#218838;border-color:#1e7e34;}.btn-green:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(40,167,69,.25);}.btn-green:disabled{color:#fff;background-color:#28a745;border-color:#28a745;}.btn-teal{color:#fff;background-color:#20c997;border-color:#20c997;}.btn-teal:hover{color:#fff;background-color:#1ba87e;border-color:#199d76;}.btn-teal:focus{color:#fff;background-color:#1ba87e;border-color:#199d76;box-shadow:0 0 0 .2rem rgba(32,201,151,.25);}.btn-teal:disabled{color:#fff;background-color:#20c997;border-color:#20c997;}.btn-cyan{color:#fff;background-color:#17a2b8;border-color:#17a2b8;}.btn-cyan:hover{color:#fff;background-color:#138496;border-color:#117a8b;}.btn-cyan:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(23,162,184,.25);}.btn-cyan:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8;}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff;}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc;}.btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff;}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d;}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62;}.btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(108,117,125,.25);}.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d;}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745;}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34;}.btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(40,167,69,.25);}.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745;}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8;}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b;}.btn-info:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(23,162,184,.25);}.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8;}.btn-warning{color:#494949;background-color:#fcca04;border-color:#fcca04;}.btn-warning:hover{color:#494949;background-color:#d7ac03;border-color:#cba202;}.btn-warning:focus{color:#494949;background-color:#d7ac03;border-color:#cba202;box-shadow:0 0 0 .2rem rgba(252,202,4,.25);}.btn-warning:disabled{color:#494949;background-color:#fcca04;border-color:#fcca04;}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545;}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130;}.btn-danger:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(220,53,69,.25);}.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545;}.btn-light{color:#343a40;background-color:#f8f9fa;border-color:#f8f9fa;}.btn-light:hover{color:#343a40;background-color:#e2e6ea;border-color:#dae0e5;}.btn-light:focus{color:#343a40;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(248,249,250,.25);}.btn-light:disabled{color:#343a40;background-color:#f8f9fa;border-color:#f8f9fa;}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40;}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124;}.btn-dark:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(52,58,64,.25);}.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40;}.btn-app-primary{color:#fff;background-color:#30ccfd;border-color:#30ccfd;}.btn-app-primary:hover{color:#fff;background-color:#0ac3fd;border-color:#02bdf8;}.btn-app-primary:focus{color:#fff;background-color:#0ac3fd;border-color:#02bdf8;box-shadow:0 0 0 .2rem rgba(48,204,253,.25);}.btn-app-primary:disabled{color:#fff;background-color:#30ccfd;border-color:#30ccfd;}.btn-app-primary-dark{color:#fff;background-color:#02b5ee;border-color:#02b5ee;}.btn-app-primary-dark:hover{color:#fff;background-color:#0298c8;border-color:#028fbb;}.btn-app-primary-dark:focus{color:#fff;background-color:#0298c8;border-color:#028fbb;box-shadow:0 0 0 .2rem rgba(2,181,238,.25);}.btn-app-primary-dark:disabled{color:#fff;background-color:#02b5ee;border-color:#02b5ee;}.btn-app-primary-light{color:#343a40;background-color:#58d6fd;border-color:#58d6fd;}.btn-app-primary-light:hover{color:#343a40;background-color:#33cdfd;border-color:#26cafd;}.btn-app-primary-light:focus{color:#343a40;background-color:#33cdfd;border-color:#26cafd;box-shadow:0 0 0 .2rem rgba(88,214,253,.25);}.btn-app-primary-light:disabled{color:#343a40;background-color:#58d6fd;border-color:#58d6fd;}.btn-outline-blue{color:#007bff;background-color:transparent;border-color:#007bff;}.btn-outline-blue:hover{color:#fff;background-color:#007bff;border-color:#007bff;}.btn-outline-blue:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}.btn-outline-blue:disabled{color:#007bff;background-color:transparent;}.btn-outline-primary{color:#007bff;background-color:transparent;border-color:#007bff;}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff;}.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}.btn-outline-primary:disabled{color:#007bff;background-color:transparent;}.btn-outline-secondary{color:#6c757d;background-color:transparent;border-color:#6c757d;}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d;}.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.25);}.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent;}.btn-outline-success{color:#28a745;background-color:transparent;border-color:#28a745;}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745;}.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.25);}.btn-outline-success:disabled{color:#28a745;background-color:transparent;}.btn-outline-info{color:#17a2b8;background-color:transparent;border-color:#17a2b8;}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8;}.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.25);}.btn-outline-info:disabled{color:#17a2b8;background-color:transparent;}.btn-outline-warning{color:#fcca04;background-color:transparent;border-color:#fcca04;}.btn-outline-warning:hover{color:#fff;background-color:#fcca04;border-color:#fcca04;}.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(252,202,4,.25);}.btn-outline-warning:disabled{color:#fcca04;background-color:transparent;}.btn-outline-danger{color:#dc3545;background-color:transparent;border-color:#dc3545;}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545;}.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.25);}.btn-outline-danger:disabled{color:#dc3545;background-color:transparent;}.btn-outline-light{color:#f8f9fa;background-color:transparent;border-color:#f8f9fa;}.btn-outline-light:hover{color:#fff;background-color:#f8f9fa;border-color:#f8f9fa;}.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.25);}.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent;}.btn-outline-dark{color:#343a40;background-color:transparent;border-color:#343a40;}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40;}.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.25);}.btn-outline-dark:disabled{color:#343a40;background-color:transparent;}.btn-outline-app-primary{color:#30ccfd;background-color:transparent;border-color:#30ccfd;}.btn-outline-app-primary:hover{color:#fff;background-color:#30ccfd;border-color:#30ccfd;}.btn-outline-app-primary:focus{box-shadow:0 0 0 .2rem rgba(48,204,253,.25);}.btn-outline-app-primary:disabled{color:#30ccfd;background-color:transparent;}.btn-outline-yellow{color:#fcca04;background-color:transparent;border-color:#fcca04;}.btn-outline-yellow:hover{color:#494949;background-color:#fcca04;border-color:#fcca04;}.btn-outline-yellow:focus{box-shadow:0 0 0 .2rem rgba(252,202,4,.25);}.btn-outline-yellow:disabled{color:#fcca04;background-color:transparent;}.fill-blue{fill:#007bff;}.fill-indigo{fill:#6610f2;}.fill-purple{fill:#6f42c1;}.fill-pink{fill:#e83e8c;}.fill-red{fill:#dc3545;}.fill-orange{fill:#fd7e14;}.fill-yellow{fill:#fcca04;}.fill-green{fill:#28a745;}.fill-teal{fill:#20c997;}.fill-cyan{fill:#17a2b8;}.fill-white{fill:#fff;}.fill-gray{fill:#6c757d;}.fill-gray-dark{fill:#343a40;}.fill-primary{fill:#007bff;}.fill-secondary{fill:#6c757d;}.fill-success{fill:#28a745;}.fill-info{fill:#17a2b8;}.fill-warning{fill:#fcca04;}.fill-danger{fill:#dc3545;}.fill-light{fill:#f8f9fa;}.fill-dark{fill:#343a40;}.fill-app-primary{fill:#30ccfd;}.stroke-blue{stroke:#007bff;}.stroke-indigo{stroke:#6610f2;}.stroke-purple{stroke:#6f42c1;}.stroke-pink{stroke:#e83e8c;}.stroke-red{stroke:#dc3545;}.stroke-orange{stroke:#fd7e14;}.stroke-yellow{stroke:#fcca04;}.stroke-green{stroke:#28a745;}.stroke-teal{stroke:#20c997;}.stroke-cyan{stroke:#17a2b8;}.stroke-white{stroke:#fff;}.stroke-gray{stroke:#6c757d;}.stroke-gray-dark{stroke:#343a40;}.stroke-primary{stroke:#007bff;}.stroke-secondary{stroke:#6c757d;}.stroke-success{stroke:#28a745;}.stroke-info{stroke:#17a2b8;}.stroke-warning{stroke:#fcca04;}.stroke-danger{stroke:#dc3545;}.stroke-light{stroke:#f8f9fa;}.stroke-dark{stroke:#343a40;}.stroke-app-primary{stroke:#30ccfd;}.shadow-blue{box-shadow:0 .125rem .25rem rgba(0,123,255,.15);}.shadow-primary{box-shadow:0 .125rem .25rem rgba(0,123,255,.15);}.shadow-success{box-shadow:0 .125rem .25rem rgba(40,167,69,.15);}.shadow-warning{box-shadow:0 .125rem .25rem rgba(252,202,4,.15);}.shadow-danger{box-shadow:0 .125rem .25rem rgba(220,53,69,.15);}.shadow-app-primary{box-shadow:0 .125rem .25rem rgba(48,204,253,.15);}.hover-text-primary:hover{color:#007bff!important;}.hover-text-app-primary:hover{color:#30ccfd!important;}.hover-text-yellow:hover{color:#fcca04!important;}.hover-bg-primary:hover{background-color:#007bff!important;}.hover-bg-app-primary:hover{background-color:#30ccfd!important;}.hover-bg-yellow:hover{background-color:#fcca04!important;color:#494949!important;}.focus-ring-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}.focus-ring-app-primary:focus{box-shadow:0 0 0 .2rem rgba(48,204,253,.25);}.focus-ring-yellow:focus{box-shadow:0 0 0 .2rem rgba(252,202,4,.25);}.active-bg-primary:active{background-color:#007bff!important;}.active-bg-app-primary:active{background-color:#30ccfd!important;}.active-bg-yellow:active{background-color:#d5aa03!important;color:#494949!important;}.selection-bg-primary ::selection{background-color:rgba(0,123,255,.15);}.selection-bg-app-primary ::selection{background-color:rgba(48,204,253,.15);}.selection-bg-yellow ::selection{background-color:rgba(252,202,4,.15);}.hide-overflow{overflow:hidden;}.hide-overflow-x{overflow-x:hidden!important;}.width0px{width:0;}.width5px{width:5px;}.width10px{width:10px;}.width15px{width:15px;}.width20px{width:20px;}.width25px{width:25px;}.width30px{width:30px;}.width35px{width:35px;}.width40px{width:40px;}.width45px{width:45px;}.width50px{width:50px;}.width55px{width:55px;}.width60px{width:60px;}.width65px{width:65px;}.width70px{width:70px;}.width75px{width:75px;}.width80px{width:80px;}.width85px{width:85px;}.width90px{width:90px;}.width95px{width:95px;}.width100px{width:100px;}.width105px{width:105px;}.width110px{width:110px;}.width115px{width:115px;}.width120px{width:120px;}.width125px{width:125px;}.width130px{width:130px;}.width135px{width:135px;}.width140px{width:140px;}.width145px{width:145px;}.width150px{width:150px;}.width155px{width:155px;}.width160px{width:160px;}.width165px{width:165px;}.width170px{width:170px;}.width175px{width:175px;}.width180px{width:180px;}.width185px{width:185px;}.width190px{width:190px;}.width195px{width:195px;}.width200px{width:200px;}.width205px{width:205px;}.width210px{width:210px;}.width215px{width:215px;}.width220px{width:220px;}.width225px{width:225px;}.width230px{width:230px;}.width235px{width:235px;}.width240px{width:240px;}.width245px{width:245px;}.width250px{width:250px;}.width255px{width:255px;}.width260px{width:260px;}.width265px{width:265px;}.width270px{width:270px;}.width275px{width:275px;}.width280px{width:280px;}.width285px{width:285px;}.width290px{width:290px;}.width295px{width:295px;}.width300px{width:300px;}.width305px{width:305px;}.width310px{width:310px;}.width315px{width:315px;}.width320px{width:320px;}.width325px{width:325px;}.width330px{width:330px;}.width335px{width:335px;}.width340px{width:340px;}.width345px{width:345px;}.width350px{width:350px;}.width355px{width:355px;}.width360px{width:360px;}.width365px{width:365px;}.width370px{width:370px;}.width375px{width:375px;}.width380px{width:380px;}.width385px{width:385px;}.width390px{width:390px;}.width395px{width:395px;}.width400px{width:400px;}.width405px{width:405px;}.width410px{width:410px;}.width415px{width:415px;}.width420px{width:420px;}.width425px{width:425px;}.width430px{width:430px;}.width435px{width:435px;}.width440px{width:440px;}.width445px{width:445px;}.width450px{width:450px;}.width455px{width:455px;}.width460px{width:460px;}.width465px{width:465px;}.width470px{width:470px;}.width475px{width:475px;}.width480px{width:480px;}.width485px{width:485px;}.width490px{width:490px;}.width495px{width:495px;}.width500px{width:500px;}.width505px{width:505px;}.width510px{width:510px;}.width515px{width:515px;}.width520px{width:520px;}.width525px{width:525px;}.width530px{width:530px;}.width535px{width:535px;}.width540px{width:540px;}.width545px{width:545px;}.width550px{width:550px;}.width555px{width:555px;}.width560px{width:560px;}.width565px{width:565px;}.width570px{width:570px;}.width575px{width:575px;}.width580px{width:580px;}.width585px{width:585px;}.width590px{width:590px;}.width595px{width:595px;}.width600px{width:600px;}.width605px{width:605px;}.width610px{width:610px;}.width615px{width:615px;}.width620px{width:620px;}.width625px{width:625px;}.width630px{width:630px;}.width635px{width:635px;}.width640px{width:640px;}.width645px{width:645px;}.width650px{width:650px;}.width655px{width:655px;}.width660px{width:660px;}.width665px{width:665px;}.width670px{width:670px;}.width675px{width:675px;}.width680px{width:680px;}.width685px{width:685px;}.width690px{width:690px;}.width695px{width:695px;}.width700px{width:700px;}.width705px{width:705px;}.width710px{width:710px;}.width715px{width:715px;}.width720px{width:720px;}.width725px{width:725px;}.width730px{width:730px;}.width735px{width:735px;}.width740px{width:740px;}.width745px{width:745px;}.width750px{width:750px;}.width755px{width:755px;}.width760px{width:760px;}.width765px{width:765px;}.width770px{width:770px;}.width775px{width:775px;}.width780px{width:780px;}.width785px{width:785px;}.width790px{width:790px;}.width795px{width:795px;}.width800px{width:800px;}.width805px{width:805px;}.width810px{width:810px;}.width815px{width:815px;}.width820px{width:820px;}.width825px{width:825px;}.width830px{width:830px;}.width835px{width:835px;}.width840px{width:840px;}.width845px{width:845px;}.width850px{width:850px;}.width855px{width:855px;}.width860px{width:860px;}.width865px{width:865px;}.width870px{width:870px;}.width875px{width:875px;}.width880px{width:880px;}.width885px{width:885px;}.width890px{width:890px;}.width895px{width:895px;}.width900px{width:900px;}.width905px{width:905px;}.width910px{width:910px;}.width915px{width:915px;}.width920px{width:920px;}.width925px{width:925px;}.width930px{width:930px;}.width935px{width:935px;}.width940px{width:940px;}.width945px{width:945px;}.width950px{width:950px;}.width955px{width:955px;}.width960px{width:960px;}.width965px{width:965px;}.width970px{width:970px;}.width975px{width:975px;}.width980px{width:980px;}.width985px{width:985px;}.width990px{width:990px;}.width995px{width:995px;}.width1000px{width:1000px;}.width0px-important{width:0!important;}.width5px-important{width:5px!important;}.width10px-important{width:10px!important;}.width15px-important{width:15px!important;}.width20px-important{width:20px!important;}.width25px-important{width:25px!important;}.width30px-important{width:30px!important;}.width35px-important{width:35px!important;}.width40px-important{width:40px!important;}.width45px-important{width:45px!important;}.width50px-important{width:50px!important;}.width55px-important{width:55px!important;}.width60px-important{width:60px!important;}.width65px-important{width:65px!important;}.width70px-important{width:70px!important;}.width75px-important{width:75px!important;}.width80px-important{width:80px!important;}.width85px-important{width:85px!important;}.width90px-important{width:90px!important;}.width95px-important{width:95px!important;}.width100px-important{width:100px!important;}.width105px-important{width:105px!important;}.width110px-important{width:110px!important;}.width115px-important{width:115px!important;}.width120px-important{width:120px!important;}.width125px-important{width:125px!important;}.width130px-important{width:130px!important;}.width135px-important{width:135px!important;}.width140px-important{width:140px!important;}.width145px-important{width:145px!important;}.width150px-important{width:150px!important;}.width155px-important{width:155px!important;}.width160px-important{width:160px!important;}.width165px-important{width:165px!important;}.width170px-important{width:170px!important;}.width175px-important{width:175px!important;}.width180px-important{width:180px!important;}.width185px-important{width:185px!important;}.width190px-important{width:190px!important;}.width195px-important{width:195px!important;}.width200px-important{width:200px!important;}.width205px-important{width:205px!important;}.width210px-important{width:210px!important;}.width215px-important{width:215px!important;}.width220px-important{width:220px!important;}.width225px-important{width:225px!important;}.width230px-important{width:230px!important;}.width235px-important{width:235px!important;}.width240px-important{width:240px!important;}.width245px-important{width:245px!important;}.width250px-important{width:250px!important;}.width255px-important{width:255px!important;}.width260px-important{width:260px!important;}.width265px-important{width:265px!important;}.width270px-important{width:270px!important;}.width275px-important{width:275px!important;}.width280px-important{width:280px!important;}.width285px-important{width:285px!important;}.width290px-important{width:290px!important;}.width295px-important{width:295px!important;}.width300px-important{width:300px!important;}.width305px-important{width:305px!important;}.width310px-important{width:310px!important;}.width315px-important{width:315px!important;}.width320px-important{width:320px!important;}.width325px-important{width:325px!important;}.width330px-important{width:330px!important;}.width335px-important{width:335px!important;}.width340px-important{width:340px!important;}.width345px-important{width:345px!important;}.width350px-important{width:350px!important;}.width355px-important{width:355px!important;}.width360px-important{width:360px!important;}.width365px-important{width:365px!important;}.width370px-important{width:370px!important;}.width375px-important{width:375px!important;}.width380px-important{width:380px!important;}.width385px-important{width:385px!important;}.width390px-important{width:390px!important;}.width395px-important{width:395px!important;}.width400px-important{width:400px!important;}.width405px-important{width:405px!important;}.width410px-important{width:410px!important;}.width415px-important{width:415px!important;}.width420px-important{width:420px!important;}.width425px-important{width:425px!important;}.width430px-important{width:430px!important;}.width435px-important{width:435px!important;}.width440px-important{width:440px!important;}.width445px-important{width:445px!important;}.width450px-important{width:450px!important;}.width455px-important{width:455px!important;}.width460px-important{width:460px!important;}.width465px-important{width:465px!important;}.width470px-important{width:470px!important;}.width475px-important{width:475px!important;}.width480px-important{width:480px!important;}.width485px-important{width:485px!important;}.width490px-important{width:490px!important;}.width495px-important{width:495px!important;}.width500px-important{width:500px!important;}.width505px-important{width:505px!important;}.width510px-important{width:510px!important;}.width515px-important{width:515px!important;}.width520px-important{width:520px!important;}.width525px-important{width:525px!important;}.width530px-important{width:530px!important;}.width535px-important{width:535px!important;}.width540px-important{width:540px!important;}.width545px-important{width:545px!important;}.width550px-important{width:550px!important;}.width555px-important{width:555px!important;}.width560px-important{width:560px!important;}.width565px-important{width:565px!important;}.width570px-important{width:570px!important;}.width575px-important{width:575px!important;}.width580px-important{width:580px!important;}.width585px-important{width:585px!important;}.width590px-important{width:590px!important;}.width595px-important{width:595px!important;}.width600px-important{width:600px!important;}.width605px-important{width:605px!important;}.width610px-important{width:610px!important;}.width615px-important{width:615px!important;}.width620px-important{width:620px!important;}.width625px-important{width:625px!important;}.width630px-important{width:630px!important;}.width635px-important{width:635px!important;}.width640px-important{width:640px!important;}.width645px-important{width:645px!important;}.width650px-important{width:650px!important;}.width655px-important{width:655px!important;}.width660px-important{width:660px!important;}.width665px-important{width:665px!important;}.width670px-important{width:670px!important;}.width675px-important{width:675px!important;}.width680px-important{width:680px!important;}.width685px-important{width:685px!important;}.width690px-important{width:690px!important;}.width695px-important{width:695px!important;}.width700px-important{width:700px!important;}.width705px-important{width:705px!important;}.width710px-important{width:710px!important;}.width715px-important{width:715px!important;}.width720px-important{width:720px!important;}.width725px-important{width:725px!important;}.width730px-important{width:730px!important;}.width735px-important{width:735px!important;}.width740px-important{width:740px!important;}.width745px-important{width:745px!important;}.width750px-important{width:750px!important;}.width755px-important{width:755px!important;}.width760px-important{width:760px!important;}.width765px-important{width:765px!important;}.width770px-important{width:770px!important;}.width775px-important{width:775px!important;}.width780px-important{width:780px!important;}.width785px-important{width:785px!important;}.width790px-important{width:790px!important;}.width795px-important{width:795px!important;}.width800px-important{width:800px!important;}.width805px-important{width:805px!important;}.width810px-important{width:810px!important;}.width815px-important{width:815px!important;}.width820px-important{width:820px!important;}.width825px-important{width:825px!important;}.width830px-important{width:830px!important;}.width835px-important{width:835px!important;}.width840px-important{width:840px!important;}.width845px-important{width:845px!important;}.width850px-important{width:850px!important;}.width855px-important{width:855px!important;}.width860px-important{width:860px!important;}.width865px-important{width:865px!important;}.width870px-important{width:870px!important;}.width875px-important{width:875px!important;}.width880px-important{width:880px!important;}.width885px-important{width:885px!important;}.width890px-important{width:890px!important;}.width895px-important{width:895px!important;}.width900px-important{width:900px!important;}.width905px-important{width:905px!important;}.width910px-important{width:910px!important;}.width915px-important{width:915px!important;}.width920px-important{width:920px!important;}.width925px-important{width:925px!important;}.width930px-important{width:930px!important;}.width935px-important{width:935px!important;}.width940px-important{width:940px!important;}.width945px-important{width:945px!important;}.width950px-important{width:950px!important;}.width955px-important{width:955px!important;}.width960px-important{width:960px!important;}.width965px-important{width:965px!important;}.width970px-important{width:970px!important;}.width975px-important{width:975px!important;}.width980px-important{width:980px!important;}.width985px-important{width:985px!important;}.width990px-important{width:990px!important;}.width995px-important{width:995px!important;}.width1000px-important{width:1000px!important;}.width0pc{width:0%;}.width1pc{width:1%;}.width2pc{width:2%;}.width3pc{width:3%;}.width4pc{width:4%;}.width5pc{width:5%;}.width6pc{width:6%;}.width7pc{width:7%;}.width8pc{width:8%;}.width9pc{width:9%;}.width10pc{width:10%;}.width11pc{width:11%;}.width12pc{width:12%;}.width13pc{width:13%;}.width14pc{width:14%;}.width15pc{width:15%;}.width16pc{width:16%;}.width17pc{width:17%;}.width18pc{width:18%;}.width19pc{width:19%;}.width20pc{width:20%;}.width21pc{width:21%;}.width22pc{width:22%;}.width23pc{width:23%;}.width24pc{width:24%;}.width25pc{width:25%;}.width26pc{width:26%;}.width27pc{width:27%;}.width28pc{width:28%;}.width29pc{width:29%;}.width30pc{width:30%;}.width31pc{width:31%;}.width32pc{width:32%;}.width33pc{width:33%;}.width34pc{width:34%;}.width35pc{width:35%;}.width36pc{width:36%;}.width37pc{width:37%;}.width38pc{width:38%;}.width39pc{width:39%;}.width40pc{width:40%;}.width41pc{width:41%;}.width42pc{width:42%;}.width43pc{width:43%;}.width44pc{width:44%;}.width45pc{width:45%;}.width46pc{width:46%;}.width47pc{width:47%;}.width48pc{width:48%;}.width49pc{width:49%;}.width50pc{width:50%;}.width51pc{width:51%;}.width52pc{width:52%;}.width53pc{width:53%;}.width54pc{width:54%;}.width55pc{width:55%;}.width56pc{width:56%;}.width57pc{width:57%;}.width58pc{width:58%;}.width59pc{width:59%;}.width60pc{width:60%;}.width61pc{width:61%;}.width62pc{width:62%;}.width63pc{width:63%;}.width64pc{width:64%;}.width65pc{width:65%;}.width66pc{width:66%;}.width67pc{width:67%;}.width68pc{width:68%;}.width69pc{width:69%;}.width70pc{width:70%;}.width71pc{width:71%;}.width72pc{width:72%;}.width73pc{width:73%;}.width74pc{width:74%;}.width75pc{width:75%;}.width76pc{width:76%;}.width77pc{width:77%;}.width78pc{width:78%;}.width79pc{width:79%;}.width80pc{width:80%;}.width81pc{width:81%;}.width82pc{width:82%;}.width83pc{width:83%;}.width84pc{width:84%;}.width85pc{width:85%;}.width86pc{width:86%;}.width87pc{width:87%;}.width88pc{width:88%;}.width89pc{width:89%;}.width90pc{width:90%;}.width91pc{width:91%;}.width92pc{width:92%;}.width93pc{width:93%;}.width94pc{width:94%;}.width95pc{width:95%;}.width96pc{width:96%;}.width97pc{width:97%;}.width98pc{width:98%;}.width99pc{width:99%;}.width100pc{width:100%;}.width0pc-important{width:0%!important;}.width1pc-important{width:1%!important;}.width2pc-important{width:2%!important;}.width3pc-important{width:3%!important;}.width4pc-important{width:4%!important;}.width5pc-important{width:5%!important;}.width6pc-important{width:6%!important;}.width7pc-important{width:7%!important;}.width8pc-important{width:8%!important;}.width9pc-important{width:9%!important;}.width10pc-important{width:10%!important;}.width11pc-important{width:11%!important;}.width12pc-important{width:12%!important;}.width13pc-important{width:13%!important;}.width14pc-important{width:14%!important;}.width15pc-important{width:15%!important;}.width16pc-important{width:16%!important;}.width17pc-important{width:17%!important;}.width18pc-important{width:18%!important;}.width19pc-important{width:19%!important;}.width20pc-important{width:20%!important;}.width21pc-important{width:21%!important;}.width22pc-important{width:22%!important;}.width23pc-important{width:23%!important;}.width24pc-important{width:24%!important;}.width25pc-important{width:25%!important;}.width26pc-important{width:26%!important;}.width27pc-important{width:27%!important;}.width28pc-important{width:28%!important;}.width29pc-important{width:29%!important;}.width30pc-important{width:30%!important;}.width31pc-important{width:31%!important;}.width32pc-important{width:32%!important;}.width33pc-important{width:33%!important;}.width34pc-important{width:34%!important;}.width35pc-important{width:35%!important;}.width36pc-important{width:36%!important;}.width37pc-important{width:37%!important;}.width38pc-important{width:38%!important;}.width39pc-important{width:39%!important;}.width40pc-important{width:40%!important;}.width41pc-important{width:41%!important;}.width42pc-important{width:42%!important;}.width43pc-important{width:43%!important;}.width44pc-important{width:44%!important;}.width45pc-important{width:45%!important;}.width46pc-important{width:46%!important;}.width47pc-important{width:47%!important;}.width48pc-important{width:48%!important;}.width49pc-important{width:49%!important;}.width50pc-important{width:50%!important;}.width51pc-important{width:51%!important;}.width52pc-important{width:52%!important;}.width53pc-important{width:53%!important;}.width54pc-important{width:54%!important;}.width55pc-important{width:55%!important;}.width56pc-important{width:56%!important;}.width57pc-important{width:57%!important;}.width58pc-important{width:58%!important;}.width59pc-important{width:59%!important;}.width60pc-important{width:60%!important;}.width61pc-important{width:61%!important;}.width62pc-important{width:62%!important;}.width63pc-important{width:63%!important;}.width64pc-important{width:64%!important;}.width65pc-important{width:65%!important;}.width66pc-important{width:66%!important;}.width67pc-important{width:67%!important;}.width68pc-important{width:68%!important;}.width69pc-important{width:69%!important;}.width70pc-important{width:70%!important;}.width71pc-important{width:71%!important;}.width72pc-important{width:72%!important;}.width73pc-important{width:73%!important;}.width74pc-important{width:74%!important;}.width75pc-important{width:75%!important;}.width76pc-important{width:76%!important;}.width77pc-important{width:77%!important;}.width78pc-important{width:78%!important;}.width79pc-important{width:79%!important;}.width80pc-important{width:80%!important;}.width81pc-important{width:81%!important;}.width82pc-important{width:82%!important;}.width83pc-important{width:83%!important;}.width84pc-important{width:84%!important;}.width85pc-important{width:85%!important;}.width86pc-important{width:86%!important;}.width87pc-important{width:87%!important;}.width88pc-important{width:88%!important;}.width89pc-important{width:89%!important;}.width90pc-important{width:90%!important;}.width91pc-important{width:91%!important;}.width92pc-important{width:92%!important;}.width93pc-important{width:93%!important;}.width94pc-important{width:94%!important;}.width95pc-important{width:95%!important;}.width96pc-important{width:96%!important;}.width97pc-important{width:97%!important;}.width98pc-important{width:98%!important;}.width99pc-important{width:99%!important;}.width100pc-important{width:100%!important;}.max-width0px{max-width:0;}.max-width5px{max-width:5px;}.max-width10px{max-width:10px;}.max-width15px{max-width:15px;}.max-width20px{max-width:20px;}.max-width25px{max-width:25px;}.max-width30px{max-width:30px;}.max-width35px{max-width:35px;}.max-width40px{max-width:40px;}.max-width45px{max-width:45px;}.max-width50px{max-width:50px;}.max-width55px{max-width:55px;}.max-width60px{max-width:60px;}.max-width65px{max-width:65px;}.max-width70px{max-width:70px;}.max-width75px{max-width:75px;}.max-width80px{max-width:80px;}.max-width85px{max-width:85px;}.max-width90px{max-width:90px;}.max-width95px{max-width:95px;}.max-width100px{max-width:100px;}.max-width105px{max-width:105px;}.max-width110px{max-width:110px;}.max-width115px{max-width:115px;}.max-width120px{max-width:120px;}.max-width125px{max-width:125px;}.max-width130px{max-width:130px;}.max-width135px{max-width:135px;}.max-width140px{max-width:140px;}.max-width145px{max-width:145px;}.max-width150px{max-width:150px;}.max-width155px{max-width:155px;}.max-width160px{max-width:160px;}.max-width165px{max-width:165px;}.max-width170px{max-width:170px;}.max-width175px{max-width:175px;}.max-width180px{max-width:180px;}.max-width185px{max-width:185px;}.max-width190px{max-width:190px;}.max-width195px{max-width:195px;}.max-width200px{max-width:200px;}.max-width205px{max-width:205px;}.max-width210px{max-width:210px;}.max-width215px{max-width:215px;}.max-width220px{max-width:220px;}.max-width225px{max-width:225px;}.max-width230px{max-width:230px;}.max-width235px{max-width:235px;}.max-width240px{max-width:240px;}.max-width245px{max-width:245px;}.max-width250px{max-width:250px;}.max-width255px{max-width:255px;}.max-width260px{max-width:260px;}.max-width265px{max-width:265px;}.max-width270px{max-width:270px;}.max-width275px{max-width:275px;}.max-width280px{max-width:280px;}.max-width285px{max-width:285px;}.max-width290px{max-width:290px;}.max-width295px{max-width:295px;}.max-width300px{max-width:300px;}.max-width305px{max-width:305px;}.max-width310px{max-width:310px;}.max-width315px{max-width:315px;}.max-width320px{max-width:320px;}.max-width325px{max-width:325px;}.max-width330px{max-width:330px;}.max-width335px{max-width:335px;}.max-width340px{max-width:340px;}.max-width345px{max-width:345px;}.max-width350px{max-width:350px;}.max-width355px{max-width:355px;}.max-width360px{max-width:360px;}.max-width365px{max-width:365px;}.max-width370px{max-width:370px;}.max-width375px{max-width:375px;}.max-width380px{max-width:380px;}.max-width385px{max-width:385px;}.max-width390px{max-width:390px;}.max-width395px{max-width:395px;}.max-width400px{max-width:400px;}.max-width405px{max-width:405px;}.max-width410px{max-width:410px;}.max-width415px{max-width:415px;}.max-width420px{max-width:420px;}.max-width425px{max-width:425px;}.max-width430px{max-width:430px;}.max-width435px{max-width:435px;}.max-width440px{max-width:440px;}.max-width445px{max-width:445px;}.max-width450px{max-width:450px;}.max-width455px{max-width:455px;}.max-width460px{max-width:460px;}.max-width465px{max-width:465px;}.max-width470px{max-width:470px;}.max-width475px{max-width:475px;}.max-width480px{max-width:480px;}.max-width485px{max-width:485px;}.max-width490px{max-width:490px;}.max-width495px{max-width:495px;}.max-width500px{max-width:500px;}.max-width505px{max-width:505px;}.max-width510px{max-width:510px;}.max-width515px{max-width:515px;}.max-width520px{max-width:520px;}.max-width525px{max-width:525px;}.max-width530px{max-width:530px;}.max-width535px{max-width:535px;}.max-width540px{max-width:540px;}.max-width545px{max-width:545px;}.max-width550px{max-width:550px;}.max-width555px{max-width:555px;}.max-width560px{max-width:560px;}.max-width565px{max-width:565px;}.max-width570px{max-width:570px;}.max-width575px{max-width:575px;}.max-width580px{max-width:580px;}.max-width585px{max-width:585px;}.max-width590px{max-width:590px;}.max-width595px{max-width:595px;}.max-width600px{max-width:600px;}.max-width605px{max-width:605px;}.max-width610px{max-width:610px;}.max-width615px{max-width:615px;}.max-width620px{max-width:620px;}.max-width625px{max-width:625px;}.max-width630px{max-width:630px;}.max-width635px{max-width:635px;}.max-width640px{max-width:640px;}.max-width645px{max-width:645px;}.max-width650px{max-width:650px;}.max-width655px{max-width:655px;}.max-width660px{max-width:660px;}.max-width665px{max-width:665px;}.max-width670px{max-width:670px;}.max-width675px{max-width:675px;}.max-width680px{max-width:680px;}.max-width685px{max-width:685px;}.max-width690px{max-width:690px;}.max-width695px{max-width:695px;}.max-width700px{max-width:700px;}.max-width705px{max-width:705px;}.max-width710px{max-width:710px;}.max-width715px{max-width:715px;}.max-width720px{max-width:720px;}.max-width725px{max-width:725px;}.max-width730px{max-width:730px;}.max-width735px{max-width:735px;}.max-width740px{max-width:740px;}.max-width745px{max-width:745px;}.max-width750px{max-width:750px;}.max-width755px{max-width:755px;}.max-width760px{max-width:760px;}.max-width765px{max-width:765px;}.max-width770px{max-width:770px;}.max-width775px{max-width:775px;}.max-width780px{max-width:780px;}.max-width785px{max-width:785px;}.max-width790px{max-width:790px;}.max-width795px{max-width:795px;}.max-width800px{max-width:800px;}.max-width805px{max-width:805px;}.max-width810px{max-width:810px;}.max-width815px{max-width:815px;}.max-width820px{max-width:820px;}.max-width825px{max-width:825px;}.max-width830px{max-width:830px;}.max-width835px{max-width:835px;}.max-width840px{max-width:840px;}.max-width845px{max-width:845px;}.max-width850px{max-width:850px;}.max-width855px{max-width:855px;}.max-width860px{max-width:860px;}.max-width865px{max-width:865px;}.max-width870px{max-width:870px;}.max-width875px{max-width:875px;}.max-width880px{max-width:880px;}.max-width885px{max-width:885px;}.max-width890px{max-width:890px;}.max-width895px{max-width:895px;}.max-width900px{max-width:900px;}.max-width905px{max-width:905px;}.max-width910px{max-width:910px;}.max-width915px{max-width:915px;}.max-width920px{max-width:920px;}.max-width925px{max-width:925px;}.max-width930px{max-width:930px;}.max-width935px{max-width:935px;}.max-width940px{max-width:940px;}.max-width945px{max-width:945px;}.max-width950px{max-width:950px;}.max-width955px{max-width:955px;}.max-width960px{max-width:960px;}.max-width965px{max-width:965px;}.max-width970px{max-width:970px;}.max-width975px{max-width:975px;}.max-width980px{max-width:980px;}.max-width985px{max-width:985px;}.max-width990px{max-width:990px;}.max-width995px{max-width:995px;}.max-width1000px{max-width:1000px;}.max-width0pc{max-width:0%;}.max-width1pc{max-width:1%;}.max-width2pc{max-width:2%;}.max-width3pc{max-width:3%;}.max-width4pc{max-width:4%;}.max-width5pc{max-width:5%;}.max-width6pc{max-width:6%;}.max-width7pc{max-width:7%;}.max-width8pc{max-width:8%;}.max-width9pc{max-width:9%;}.max-width10pc{max-width:10%;}.max-width11pc{max-width:11%;}.max-width12pc{max-width:12%;}.max-width13pc{max-width:13%;}.max-width14pc{max-width:14%;}.max-width15pc{max-width:15%;}.max-width16pc{max-width:16%;}.max-width17pc{max-width:17%;}.max-width18pc{max-width:18%;}.max-width19pc{max-width:19%;}.max-width20pc{max-width:20%;}.max-width21pc{max-width:21%;}.max-width22pc{max-width:22%;}.max-width23pc{max-width:23%;}.max-width24pc{max-width:24%;}.max-width25pc{max-width:25%;}.max-width26pc{max-width:26%;}.max-width27pc{max-width:27%;}.max-width28pc{max-width:28%;}.max-width29pc{max-width:29%;}.max-width30pc{max-width:30%;}.max-width31pc{max-width:31%;}.max-width32pc{max-width:32%;}.max-width33pc{max-width:33%;}.max-width34pc{max-width:34%;}.max-width35pc{max-width:35%;}.max-width36pc{max-width:36%;}.max-width37pc{max-width:37%;}.max-width38pc{max-width:38%;}.max-width39pc{max-width:39%;}.max-width40pc{max-width:40%;}.max-width41pc{max-width:41%;}.max-width42pc{max-width:42%;}.max-width43pc{max-width:43%;}.max-width44pc{max-width:44%;}.max-width45pc{max-width:45%;}.max-width46pc{max-width:46%;}.max-width47pc{max-width:47%;}.max-width48pc{max-width:48%;}.max-width49pc{max-width:49%;}.max-width50pc{max-width:50%;}.max-width51pc{max-width:51%;}.max-width52pc{max-width:52%;}.max-width53pc{max-width:53%;}.max-width54pc{max-width:54%;}.max-width55pc{max-width:55%;}.max-width56pc{max-width:56%;}.max-width57pc{max-width:57%;}.max-width58pc{max-width:58%;}.max-width59pc{max-width:59%;}.max-width60pc{max-width:60%;}.max-width61pc{max-width:61%;}.max-width62pc{max-width:62%;}.max-width63pc{max-width:63%;}.max-width64pc{max-width:64%;}.max-width65pc{max-width:65%;}.max-width66pc{max-width:66%;}.max-width67pc{max-width:67%;}.max-width68pc{max-width:68%;}.max-width69pc{max-width:69%;}.max-width70pc{max-width:70%;}.max-width71pc{max-width:71%;}.max-width72pc{max-width:72%;}.max-width73pc{max-width:73%;}.max-width74pc{max-width:74%;}.max-width75pc{max-width:75%;}.max-width76pc{max-width:76%;}.max-width77pc{max-width:77%;}.max-width78pc{max-width:78%;}.max-width79pc{max-width:79%;}.max-width80pc{max-width:80%;}.max-width81pc{max-width:81%;}.max-width82pc{max-width:82%;}.max-width83pc{max-width:83%;}.max-width84pc{max-width:84%;}.max-width85pc{max-width:85%;}.max-width86pc{max-width:86%;}.max-width87pc{max-width:87%;}.max-width88pc{max-width:88%;}.max-width89pc{max-width:89%;}.max-width90pc{max-width:90%;}.max-width91pc{max-width:91%;}.max-width92pc{max-width:92%;}.max-width93pc{max-width:93%;}.max-width94pc{max-width:94%;}.max-width95pc{max-width:95%;}.max-width96pc{max-width:96%;}.max-width97pc{max-width:97%;}.max-width98pc{max-width:98%;}.max-width99pc{max-width:99%;}.max-width100pc{max-width:100%;}.max-width0px-important{max-width:0!important;}.max-width5px-important{max-width:5px!important;}.max-width10px-important{max-width:10px!important;}.max-width15px-important{max-width:15px!important;}.max-width20px-important{max-width:20px!important;}.max-width25px-important{max-width:25px!important;}.max-width30px-important{max-width:30px!important;}.max-width35px-important{max-width:35px!important;}.max-width40px-important{max-width:40px!important;}.max-width45px-important{max-width:45px!important;}.max-width50px-important{max-width:50px!important;}.max-width55px-important{max-width:55px!important;}.max-width60px-important{max-width:60px!important;}.max-width65px-important{max-width:65px!important;}.max-width70px-important{max-width:70px!important;}.max-width75px-important{max-width:75px!important;}.max-width80px-important{max-width:80px!important;}.max-width85px-important{max-width:85px!important;}.max-width90px-important{max-width:90px!important;}.max-width95px-important{max-width:95px!important;}.max-width100px-important{max-width:100px!important;}.max-width105px-important{max-width:105px!important;}.max-width110px-important{max-width:110px!important;}.max-width115px-important{max-width:115px!important;}.max-width120px-important{max-width:120px!important;}.max-width125px-important{max-width:125px!important;}.max-width130px-important{max-width:130px!important;}.max-width135px-important{max-width:135px!important;}.max-width140px-important{max-width:140px!important;}.max-width145px-important{max-width:145px!important;}.max-width150px-important{max-width:150px!important;}.max-width155px-important{max-width:155px!important;}.max-width160px-important{max-width:160px!important;}.max-width165px-important{max-width:165px!important;}.max-width170px-important{max-width:170px!important;}.max-width175px-important{max-width:175px!important;}.max-width180px-important{max-width:180px!important;}.max-width185px-important{max-width:185px!important;}.max-width190px-important{max-width:190px!important;}.max-width195px-important{max-width:195px!important;}.max-width200px-important{max-width:200px!important;}.max-width205px-important{max-width:205px!important;}.max-width210px-important{max-width:210px!important;}.max-width215px-important{max-width:215px!important;}.max-width220px-important{max-width:220px!important;}.max-width225px-important{max-width:225px!important;}.max-width230px-important{max-width:230px!important;}.max-width235px-important{max-width:235px!important;}.max-width240px-important{max-width:240px!important;}.max-width245px-important{max-width:245px!important;}.max-width250px-important{max-width:250px!important;}.max-width255px-important{max-width:255px!important;}.max-width260px-important{max-width:260px!important;}.max-width265px-important{max-width:265px!important;}.max-width270px-important{max-width:270px!important;}.max-width275px-important{max-width:275px!important;}.max-width280px-important{max-width:280px!important;}.max-width285px-important{max-width:285px!important;}.max-width290px-important{max-width:290px!important;}.max-width295px-important{max-width:295px!important;}.max-width300px-important{max-width:300px!important;}.max-width305px-important{max-width:305px!important;}.max-width310px-important{max-width:310px!important;}.max-width315px-important{max-width:315px!important;}.max-width320px-important{max-width:320px!important;}.max-width325px-important{max-width:325px!important;}.max-width330px-important{max-width:330px!important;}.max-width335px-important{max-width:335px!important;}.max-width340px-important{max-width:340px!important;}.max-width345px-important{max-width:345px!important;}.max-width350px-important{max-width:350px!important;}.max-width355px-important{max-width:355px!important;}.max-width360px-important{max-width:360px!important;}.max-width365px-important{max-width:365px!important;}.max-width370px-important{max-width:370px!important;}.max-width375px-important{max-width:375px!important;}.max-width380px-important{max-width:380px!important;}.max-width385px-important{max-width:385px!important;}.max-width390px-important{max-width:390px!important;}.max-width395px-important{max-width:395px!important;}.max-width400px-important{max-width:400px!important;}.max-width405px-important{max-width:405px!important;}.max-width410px-important{max-width:410px!important;}.max-width415px-important{max-width:415px!important;}.max-width420px-important{max-width:420px!important;}.max-width425px-important{max-width:425px!important;}.max-width430px-important{max-width:430px!important;}.max-width435px-important{max-width:435px!important;}.max-width440px-important{max-width:440px!important;}.max-width445px-important{max-width:445px!important;}.max-width450px-important{max-width:450px!important;}.max-width455px-important{max-width:455px!important;}.max-width460px-important{max-width:460px!important;}.max-width465px-important{max-width:465px!important;}.max-width470px-important{max-width:470px!important;}.max-width475px-important{max-width:475px!important;}.max-width480px-important{max-width:480px!important;}.max-width485px-important{max-width:485px!important;}.max-width490px-important{max-width:490px!important;}.max-width495px-important{max-width:495px!important;}.max-width500px-important{max-width:500px!important;}.max-width505px-important{max-width:505px!important;}.max-width510px-important{max-width:510px!important;}.max-width515px-important{max-width:515px!important;}.max-width520px-important{max-width:520px!important;}.max-width525px-important{max-width:525px!important;}.max-width530px-important{max-width:530px!important;}.max-width535px-important{max-width:535px!important;}.max-width540px-important{max-width:540px!important;}.max-width545px-important{max-width:545px!important;}.max-width550px-important{max-width:550px!important;}.max-width555px-important{max-width:555px!important;}.max-width560px-important{max-width:560px!important;}.max-width565px-important{max-width:565px!important;}.max-width570px-important{max-width:570px!important;}.max-width575px-important{max-width:575px!important;}.max-width580px-important{max-width:580px!important;}.max-width585px-important{max-width:585px!important;}.max-width590px-important{max-width:590px!important;}.max-width595px-important{max-width:595px!important;}.max-width600px-important{max-width:600px!important;}.max-width605px-important{max-width:605px!important;}.max-width610px-important{max-width:610px!important;}.max-width615px-important{max-width:615px!important;}.max-width620px-important{max-width:620px!important;}.max-width625px-important{max-width:625px!important;}.max-width630px-important{max-width:630px!important;}.max-width635px-important{max-width:635px!important;}.max-width640px-important{max-width:640px!important;}.max-width645px-important{max-width:645px!important;}.max-width650px-important{max-width:650px!important;}.max-width655px-important{max-width:655px!important;}.max-width660px-important{max-width:660px!important;}.max-width665px-important{max-width:665px!important;}.max-width670px-important{max-width:670px!important;}.max-width675px-important{max-width:675px!important;}.max-width680px-important{max-width:680px!important;}.max-width685px-important{max-width:685px!important;}.max-width690px-important{max-width:690px!important;}.max-width695px-important{max-width:695px!important;}.max-width700px-important{max-width:700px!important;}.max-width705px-important{max-width:705px!important;}.max-width710px-important{max-width:710px!important;}.max-width715px-important{max-width:715px!important;}.max-width720px-important{max-width:720px!important;}.max-width725px-important{max-width:725px!important;}.max-width730px-important{max-width:730px!important;}.max-width735px-important{max-width:735px!important;}.max-width740px-important{max-width:740px!important;}.max-width745px-important{max-width:745px!important;}.max-width750px-important{max-width:750px!important;}.max-width755px-important{max-width:755px!important;}.max-width760px-important{max-width:760px!important;}.max-width765px-important{max-width:765px!important;}.max-width770px-important{max-width:770px!important;}.max-width775px-important{max-width:775px!important;}.max-width780px-important{max-width:780px!important;}.max-width785px-important{max-width:785px!important;}.max-width790px-important{max-width:790px!important;}.max-width795px-important{max-width:795px!important;}.max-width800px-important{max-width:800px!important;}.max-width805px-important{max-width:805px!important;}.max-width810px-important{max-width:810px!important;}.max-width815px-important{max-width:815px!important;}.max-width820px-important{max-width:820px!important;}.max-width825px-important{max-width:825px!important;}.max-width830px-important{max-width:830px!important;}.max-width835px-important{max-width:835px!important;}.max-width840px-important{max-width:840px!important;}.max-width845px-important{max-width:845px!important;}.max-width850px-important{max-width:850px!important;}.max-width855px-important{max-width:855px!important;}.max-width860px-important{max-width:860px!important;}.max-width865px-important{max-width:865px!important;}.max-width870px-important{max-width:870px!important;}.max-width875px-important{max-width:875px!important;}.max-width880px-important{max-width:880px!important;}.max-width885px-important{max-width:885px!important;}.max-width890px-important{max-width:890px!important;}.max-width895px-important{max-width:895px!important;}.max-width900px-important{max-width:900px!important;}.max-width905px-important{max-width:905px!important;}.max-width910px-important{max-width:910px!important;}.max-width915px-important{max-width:915px!important;}.max-width920px-important{max-width:920px!important;}.max-width925px-important{max-width:925px!important;}.max-width930px-important{max-width:930px!important;}.max-width935px-important{max-width:935px!important;}.max-width940px-important{max-width:940px!important;}.max-width945px-important{max-width:945px!important;}.max-width950px-important{max-width:950px!important;}.max-width955px-important{max-width:955px!important;}.max-width960px-important{max-width:960px!important;}.max-width965px-important{max-width:965px!important;}.max-width970px-important{max-width:970px!important;}.max-width975px-important{max-width:975px!important;}.max-width980px-important{max-width:980px!important;}.max-width985px-important{max-width:985px!important;}.max-width990px-important{max-width:990px!important;}.max-width995px-important{max-width:995px!important;}.max-width1000px-important{max-width:1000px!important;}.max-width0pc-important{max-width:0%!important;}.max-width1pc-important{max-width:1%!important;}.max-width2pc-important{max-width:2%!important;}.max-width3pc-important{max-width:3%!important;}.max-width4pc-important{max-width:4%!important;}.max-width5pc-important{max-width:5%!important;}.max-width6pc-important{max-width:6%!important;}.max-width7pc-important{max-width:7%!important;}.max-width8pc-important{max-width:8%!important;}.max-width9pc-important{max-width:9%!important;}.max-width10pc-important{max-width:10%!important;}.max-width11pc-important{max-width:11%!important;}.max-width12pc-important{max-width:12%!important;}.max-width13pc-important{max-width:13%!important;}.max-width14pc-important{max-width:14%!important;}.max-width15pc-important{max-width:15%!important;}.max-width16pc-important{max-width:16%!important;}.max-width17pc-important{max-width:17%!important;}.max-width18pc-important{max-width:18%!important;}.max-width19pc-important{max-width:19%!important;}.max-width20pc-important{max-width:20%!important;}.max-width21pc-important{max-width:21%!important;}.max-width22pc-important{max-width:22%!important;}.max-width23pc-important{max-width:23%!important;}.max-width24pc-important{max-width:24%!important;}.max-width25pc-important{max-width:25%!important;}.max-width26pc-important{max-width:26%!important;}.max-width27pc-important{max-width:27%!important;}.max-width28pc-important{max-width:28%!important;}.max-width29pc-important{max-width:29%!important;}.max-width30pc-important{max-width:30%!important;}.max-width31pc-important{max-width:31%!important;}.max-width32pc-important{max-width:32%!important;}.max-width33pc-important{max-width:33%!important;}.max-width34pc-important{max-width:34%!important;}.max-width35pc-important{max-width:35%!important;}.max-width36pc-important{max-width:36%!important;}.max-width37pc-important{max-width:37%!important;}.max-width38pc-important{max-width:38%!important;}.max-width39pc-important{max-width:39%!important;}.max-width40pc-important{max-width:40%!important;}.max-width41pc-important{max-width:41%!important;}.max-width42pc-important{max-width:42%!important;}.max-width43pc-important{max-width:43%!important;}.max-width44pc-important{max-width:44%!important;}.max-width45pc-important{max-width:45%!important;}.max-width46pc-important{max-width:46%!important;}.max-width47pc-important{max-width:47%!important;}.max-width48pc-important{max-width:48%!important;}.max-width49pc-important{max-width:49%!important;}.max-width50pc-important{max-width:50%!important;}.max-width51pc-important{max-width:51%!important;}.max-width52pc-important{max-width:52%!important;}.max-width53pc-important{max-width:53%!important;}.max-width54pc-important{max-width:54%!important;}.max-width55pc-important{max-width:55%!important;}.max-width56pc-important{max-width:56%!important;}.max-width57pc-important{max-width:57%!important;}.max-width58pc-important{max-width:58%!important;}.max-width59pc-important{max-width:59%!important;}.max-width60pc-important{max-width:60%!important;}.max-width61pc-important{max-width:61%!important;}.max-width62pc-important{max-width:62%!important;}.max-width63pc-important{max-width:63%!important;}.max-width64pc-important{max-width:64%!important;}.max-width65pc-important{max-width:65%!important;}.max-width66pc-important{max-width:66%!important;}.max-width67pc-important{max-width:67%!important;}.max-width68pc-important{max-width:68%!important;}.max-width69pc-important{max-width:69%!important;}.max-width70pc-important{max-width:70%!important;}.max-width71pc-important{max-width:71%!important;}.max-width72pc-important{max-width:72%!important;}.max-width73pc-important{max-width:73%!important;}.max-width74pc-important{max-width:74%!important;}.max-width75pc-important{max-width:75%!important;}.max-width76pc-important{max-width:76%!important;}.max-width77pc-important{max-width:77%!important;}.max-width78pc-important{max-width:78%!important;}.max-width79pc-important{max-width:79%!important;}.max-width80pc-important{max-width:80%!important;}.max-width81pc-important{max-width:81%!important;}.max-width82pc-important{max-width:82%!important;}.max-width83pc-important{max-width:83%!important;}.max-width84pc-important{max-width:84%!important;}.max-width85pc-important{max-width:85%!important;}.max-width86pc-important{max-width:86%!important;}.max-width87pc-important{max-width:87%!important;}.max-width88pc-important{max-width:88%!important;}.max-width89pc-important{max-width:89%!important;}.max-width90pc-important{max-width:90%!important;}.max-width91pc-important{max-width:91%!important;}.max-width92pc-important{max-width:92%!important;}.max-width93pc-important{max-width:93%!important;}.max-width94pc-important{max-width:94%!important;}.max-width95pc-important{max-width:95%!important;}.max-width96pc-important{max-width:96%!important;}.max-width97pc-important{max-width:97%!important;}.max-width98pc-important{max-width:98%!important;}.max-width99pc-important{max-width:99%!important;}.max-width100pc-important{max-width:100%!important;}.min-width0px{min-width:0;}.min-width5px{min-width:5px;}.min-width10px{min-width:10px;}.min-width15px{min-width:15px;}.min-width20px{min-width:20px;}.min-width25px{min-width:25px;}.min-width30px{min-width:30px;}.min-width35px{min-width:35px;}.min-width40px{min-width:40px;}.min-width45px{min-width:45px;}.min-width50px{min-width:50px;}.min-width55px{min-width:55px;}.min-width60px{min-width:60px;}.min-width65px{min-width:65px;}.min-width70px{min-width:70px;}.min-width75px{min-width:75px;}.min-width80px{min-width:80px;}.min-width85px{min-width:85px;}.min-width90px{min-width:90px;}.min-width95px{min-width:95px;}.min-width100px{min-width:100px;}.min-width105px{min-width:105px;}.min-width110px{min-width:110px;}.min-width115px{min-width:115px;}.min-width120px{min-width:120px;}.min-width125px{min-width:125px;}.min-width130px{min-width:130px;}.min-width135px{min-width:135px;}.min-width140px{min-width:140px;}.min-width145px{min-width:145px;}.min-width150px{min-width:150px;}.min-width155px{min-width:155px;}.min-width160px{min-width:160px;}.min-width165px{min-width:165px;}.min-width170px{min-width:170px;}.min-width175px{min-width:175px;}.min-width180px{min-width:180px;}.min-width185px{min-width:185px;}.min-width190px{min-width:190px;}.min-width195px{min-width:195px;}.min-width200px{min-width:200px;}.min-width205px{min-width:205px;}.min-width210px{min-width:210px;}.min-width215px{min-width:215px;}.min-width220px{min-width:220px;}.min-width225px{min-width:225px;}.min-width230px{min-width:230px;}.min-width235px{min-width:235px;}.min-width240px{min-width:240px;}.min-width245px{min-width:245px;}.min-width250px{min-width:250px;}.min-width255px{min-width:255px;}.min-width260px{min-width:260px;}.min-width265px{min-width:265px;}.min-width270px{min-width:270px;}.min-width275px{min-width:275px;}.min-width280px{min-width:280px;}.min-width285px{min-width:285px;}.min-width290px{min-width:290px;}.min-width295px{min-width:295px;}.min-width300px{min-width:300px;}.min-width305px{min-width:305px;}.min-width310px{min-width:310px;}.min-width315px{min-width:315px;}.min-width320px{min-width:320px;}.min-width325px{min-width:325px;}.min-width330px{min-width:330px;}.min-width335px{min-width:335px;}.min-width340px{min-width:340px;}.min-width345px{min-width:345px;}.min-width350px{min-width:350px;}.min-width355px{min-width:355px;}.min-width360px{min-width:360px;}.min-width365px{min-width:365px;}.min-width370px{min-width:370px;}.min-width375px{min-width:375px;}.min-width380px{min-width:380px;}.min-width385px{min-width:385px;}.min-width390px{min-width:390px;}.min-width395px{min-width:395px;}.min-width400px{min-width:400px;}.min-width405px{min-width:405px;}.min-width410px{min-width:410px;}.min-width415px{min-width:415px;}.min-width420px{min-width:420px;}.min-width425px{min-width:425px;}.min-width430px{min-width:430px;}.min-width435px{min-width:435px;}.min-width440px{min-width:440px;}.min-width445px{min-width:445px;}.min-width450px{min-width:450px;}.min-width455px{min-width:455px;}.min-width460px{min-width:460px;}.min-width465px{min-width:465px;}.min-width470px{min-width:470px;}.min-width475px{min-width:475px;}.min-width480px{min-width:480px;}.min-width485px{min-width:485px;}.min-width490px{min-width:490px;}.min-width495px{min-width:495px;}.min-width500px{min-width:500px;}.min-width505px{min-width:505px;}.min-width510px{min-width:510px;}.min-width515px{min-width:515px;}.min-width520px{min-width:520px;}.min-width525px{min-width:525px;}.min-width530px{min-width:530px;}.min-width535px{min-width:535px;}.min-width540px{min-width:540px;}.min-width545px{min-width:545px;}.min-width550px{min-width:550px;}.min-width555px{min-width:555px;}.min-width560px{min-width:560px;}.min-width565px{min-width:565px;}.min-width570px{min-width:570px;}.min-width575px{min-width:575px;}.min-width580px{min-width:580px;}.min-width585px{min-width:585px;}.min-width590px{min-width:590px;}.min-width595px{min-width:595px;}.min-width600px{min-width:600px;}.min-width605px{min-width:605px;}.min-width610px{min-width:610px;}.min-width615px{min-width:615px;}.min-width620px{min-width:620px;}.min-width625px{min-width:625px;}.min-width630px{min-width:630px;}.min-width635px{min-width:635px;}.min-width640px{min-width:640px;}.min-width645px{min-width:645px;}.min-width650px{min-width:650px;}.min-width655px{min-width:655px;}.min-width660px{min-width:660px;}.min-width665px{min-width:665px;}.min-width670px{min-width:670px;}.min-width675px{min-width:675px;}.min-width680px{min-width:680px;}.min-width685px{min-width:685px;}.min-width690px{min-width:690px;}.min-width695px{min-width:695px;}.min-width700px{min-width:700px;}.min-width705px{min-width:705px;}.min-width710px{min-width:710px;}.min-width715px{min-width:715px;}.min-width720px{min-width:720px;}.min-width725px{min-width:725px;}.min-width730px{min-width:730px;}.min-width735px{min-width:735px;}.min-width740px{min-width:740px;}.min-width745px{min-width:745px;}.min-width750px{min-width:750px;}.min-width755px{min-width:755px;}.min-width760px{min-width:760px;}.min-width765px{min-width:765px;}.min-width770px{min-width:770px;}.min-width775px{min-width:775px;}.min-width780px{min-width:780px;}.min-width785px{min-width:785px;}.min-width790px{min-width:790px;}.min-width795px{min-width:795px;}.min-width800px{min-width:800px;}.min-width805px{min-width:805px;}.min-width810px{min-width:810px;}.min-width815px{min-width:815px;}.min-width820px{min-width:820px;}.min-width825px{min-width:825px;}.min-width830px{min-width:830px;}.min-width835px{min-width:835px;}.min-width840px{min-width:840px;}.min-width845px{min-width:845px;}.min-width850px{min-width:850px;}.min-width855px{min-width:855px;}.min-width860px{min-width:860px;}.min-width865px{min-width:865px;}.min-width870px{min-width:870px;}.min-width875px{min-width:875px;}.min-width880px{min-width:880px;}.min-width885px{min-width:885px;}.min-width890px{min-width:890px;}.min-width895px{min-width:895px;}.min-width900px{min-width:900px;}.min-width905px{min-width:905px;}.min-width910px{min-width:910px;}.min-width915px{min-width:915px;}.min-width920px{min-width:920px;}.min-width925px{min-width:925px;}.min-width930px{min-width:930px;}.min-width935px{min-width:935px;}.min-width940px{min-width:940px;}.min-width945px{min-width:945px;}.min-width950px{min-width:950px;}.min-width955px{min-width:955px;}.min-width960px{min-width:960px;}.min-width965px{min-width:965px;}.min-width970px{min-width:970px;}.min-width975px{min-width:975px;}.min-width980px{min-width:980px;}.min-width985px{min-width:985px;}.min-width990px{min-width:990px;}.min-width995px{min-width:995px;}.min-width1000px{min-width:1000px;}.min-width0pc{min-width:0%;}.min-width1pc{min-width:1%;}.min-width2pc{min-width:2%;}.min-width3pc{min-width:3%;}.min-width4pc{min-width:4%;}.min-width5pc{min-width:5%;}.min-width6pc{min-width:6%;}.min-width7pc{min-width:7%;}.min-width8pc{min-width:8%;}.min-width9pc{min-width:9%;}.min-width10pc{min-width:10%;}.min-width11pc{min-width:11%;}.min-width12pc{min-width:12%;}.min-width13pc{min-width:13%;}.min-width14pc{min-width:14%;}.min-width15pc{min-width:15%;}.min-width16pc{min-width:16%;}.min-width17pc{min-width:17%;}.min-width18pc{min-width:18%;}.min-width19pc{min-width:19%;}.min-width20pc{min-width:20%;}.min-width21pc{min-width:21%;}.min-width22pc{min-width:22%;}.min-width23pc{min-width:23%;}.min-width24pc{min-width:24%;}.min-width25pc{min-width:25%;}.min-width26pc{min-width:26%;}.min-width27pc{min-width:27%;}.min-width28pc{min-width:28%;}.min-width29pc{min-width:29%;}.min-width30pc{min-width:30%;}.min-width31pc{min-width:31%;}.min-width32pc{min-width:32%;}.min-width33pc{min-width:33%;}.min-width34pc{min-width:34%;}.min-width35pc{min-width:35%;}.min-width36pc{min-width:36%;}.min-width37pc{min-width:37%;}.min-width38pc{min-width:38%;}.min-width39pc{min-width:39%;}.min-width40pc{min-width:40%;}.min-width41pc{min-width:41%;}.min-width42pc{min-width:42%;}.min-width43pc{min-width:43%;}.min-width44pc{min-width:44%;}.min-width45pc{min-width:45%;}.min-width46pc{min-width:46%;}.min-width47pc{min-width:47%;}.min-width48pc{min-width:48%;}.min-width49pc{min-width:49%;}.min-width50pc{min-width:50%;}.min-width51pc{min-width:51%;}.min-width52pc{min-width:52%;}.min-width53pc{min-width:53%;}.min-width54pc{min-width:54%;}.min-width55pc{min-width:55%;}.min-width56pc{min-width:56%;}.min-width57pc{min-width:57%;}.min-width58pc{min-width:58%;}.min-width59pc{min-width:59%;}.min-width60pc{min-width:60%;}.min-width61pc{min-width:61%;}.min-width62pc{min-width:62%;}.min-width63pc{min-width:63%;}.min-width64pc{min-width:64%;}.min-width65pc{min-width:65%;}.min-width66pc{min-width:66%;}.min-width67pc{min-width:67%;}.min-width68pc{min-width:68%;}.min-width69pc{min-width:69%;}.min-width70pc{min-width:70%;}.min-width71pc{min-width:71%;}.min-width72pc{min-width:72%;}.min-width73pc{min-width:73%;}.min-width74pc{min-width:74%;}.min-width75pc{min-width:75%;}.min-width76pc{min-width:76%;}.min-width77pc{min-width:77%;}.min-width78pc{min-width:78%;}.min-width79pc{min-width:79%;}.min-width80pc{min-width:80%;}.min-width81pc{min-width:81%;}.min-width82pc{min-width:82%;}.min-width83pc{min-width:83%;}.min-width84pc{min-width:84%;}.min-width85pc{min-width:85%;}.min-width86pc{min-width:86%;}.min-width87pc{min-width:87%;}.min-width88pc{min-width:88%;}.min-width89pc{min-width:89%;}.min-width90pc{min-width:90%;}.min-width91pc{min-width:91%;}.min-width92pc{min-width:92%;}.min-width93pc{min-width:93%;}.min-width94pc{min-width:94%;}.min-width95pc{min-width:95%;}.min-width96pc{min-width:96%;}.min-width97pc{min-width:97%;}.min-width98pc{min-width:98%;}.min-width99pc{min-width:99%;}.min-width100pc{min-width:100%;}.height0px{height:0;}.height5px{height:5px;}.height10px{height:10px;}.height15px{height:15px;}.height20px{height:20px;}.height25px{height:25px;}.height30px{height:30px;}.height35px{height:35px;}.height40px{height:40px;}.height45px{height:45px;}.height50px{height:50px;}.height55px{height:55px;}.height60px{height:60px;}.height65px{height:65px;}.height70px{height:70px;}.height75px{height:75px;}.height80px{height:80px;}.height85px{height:85px;}.height90px{height:90px;}.height95px{height:95px;}.height100px{height:100px;}.height105px{height:105px;}.height110px{height:110px;}.height115px{height:115px;}.height120px{height:120px;}.height125px{height:125px;}.height130px{height:130px;}.height135px{height:135px;}.height140px{height:140px;}.height145px{height:145px;}.height150px{height:150px;}.height155px{height:155px;}.height160px{height:160px;}.height165px{height:165px;}.height170px{height:170px;}.height175px{height:175px;}.height180px{height:180px;}.height185px{height:185px;}.height190px{height:190px;}.height195px{height:195px;}.height200px{height:200px;}.height205px{height:205px;}.height210px{height:210px;}.height215px{height:215px;}.height220px{height:220px;}.height225px{height:225px;}.height230px{height:230px;}.height235px{height:235px;}.height240px{height:240px;}.height245px{height:245px;}.height250px{height:250px;}.height255px{height:255px;}.height260px{height:260px;}.height265px{height:265px;}.height270px{height:270px;}.height275px{height:275px;}.height280px{height:280px;}.height285px{height:285px;}.height290px{height:290px;}.height295px{height:295px;}.height300px{height:300px;}.height305px{height:305px;}.height310px{height:310px;}.height315px{height:315px;}.height320px{height:320px;}.height325px{height:325px;}.height330px{height:330px;}.height335px{height:335px;}.height340px{height:340px;}.height345px{height:345px;}.height350px{height:350px;}.height355px{height:355px;}.height360px{height:360px;}.height365px{height:365px;}.height370px{height:370px;}.height375px{height:375px;}.height380px{height:380px;}.height385px{height:385px;}.height390px{height:390px;}.height395px{height:395px;}.height400px{height:400px;}.height405px{height:405px;}.height410px{height:410px;}.height415px{height:415px;}.height420px{height:420px;}.height425px{height:425px;}.height430px{height:430px;}.height435px{height:435px;}.height440px{height:440px;}.height445px{height:445px;}.height450px{height:450px;}.height455px{height:455px;}.height460px{height:460px;}.height465px{height:465px;}.height470px{height:470px;}.height475px{height:475px;}.height480px{height:480px;}.height485px{height:485px;}.height490px{height:490px;}.height495px{height:495px;}.height500px{height:500px;}.height505px{height:505px;}.height510px{height:510px;}.height515px{height:515px;}.height520px{height:520px;}.height525px{height:525px;}.height530px{height:530px;}.height535px{height:535px;}.height540px{height:540px;}.height545px{height:545px;}.height550px{height:550px;}.height555px{height:555px;}.height560px{height:560px;}.height565px{height:565px;}.height570px{height:570px;}.height575px{height:575px;}.height580px{height:580px;}.height585px{height:585px;}.height590px{height:590px;}.height595px{height:595px;}.height600px{height:600px;}.height605px{height:605px;}.height610px{height:610px;}.height615px{height:615px;}.height620px{height:620px;}.height625px{height:625px;}.height630px{height:630px;}.height635px{height:635px;}.height640px{height:640px;}.height645px{height:645px;}.height650px{height:650px;}.height655px{height:655px;}.height660px{height:660px;}.height665px{height:665px;}.height670px{height:670px;}.height675px{height:675px;}.height680px{height:680px;}.height685px{height:685px;}.height690px{height:690px;}.height695px{height:695px;}.height700px{height:700px;}.height705px{height:705px;}.height710px{height:710px;}.height715px{height:715px;}.height720px{height:720px;}.height725px{height:725px;}.height730px{height:730px;}.height735px{height:735px;}.height740px{height:740px;}.height745px{height:745px;}.height750px{height:750px;}.height755px{height:755px;}.height760px{height:760px;}.height765px{height:765px;}.height770px{height:770px;}.height775px{height:775px;}.height780px{height:780px;}.height785px{height:785px;}.height790px{height:790px;}.height795px{height:795px;}.height800px{height:800px;}.height805px{height:805px;}.height810px{height:810px;}.height815px{height:815px;}.height820px{height:820px;}.height825px{height:825px;}.height830px{height:830px;}.height835px{height:835px;}.height840px{height:840px;}.height845px{height:845px;}.height850px{height:850px;}.height855px{height:855px;}.height860px{height:860px;}.height865px{height:865px;}.height870px{height:870px;}.height875px{height:875px;}.height880px{height:880px;}.height885px{height:885px;}.height890px{height:890px;}.height895px{height:895px;}.height900px{height:900px;}.height905px{height:905px;}.height910px{height:910px;}.height915px{height:915px;}.height920px{height:920px;}.height925px{height:925px;}.height930px{height:930px;}.height935px{height:935px;}.height940px{height:940px;}.height945px{height:945px;}.height950px{height:950px;}.height955px{height:955px;}.height960px{height:960px;}.height965px{height:965px;}.height970px{height:970px;}.height975px{height:975px;}.height980px{height:980px;}.height985px{height:985px;}.height990px{height:990px;}.height995px{height:995px;}.height1000px{height:1000px;}.height0pc{height:0%;}.height1pc{height:1%;}.height2pc{height:2%;}.height3pc{height:3%;}.height4pc{height:4%;}.height5pc{height:5%;}.height6pc{height:6%;}.height7pc{height:7%;}.height8pc{height:8%;}.height9pc{height:9%;}.height10pc{height:10%;}.height11pc{height:11%;}.height12pc{height:12%;}.height13pc{height:13%;}.height14pc{height:14%;}.height15pc{height:15%;}.height16pc{height:16%;}.height17pc{height:17%;}.height18pc{height:18%;}.height19pc{height:19%;}.height20pc{height:20%;}.height21pc{height:21%;}.height22pc{height:22%;}.height23pc{height:23%;}.height24pc{height:24%;}.height25pc{height:25%;}.height26pc{height:26%;}.height27pc{height:27%;}.height28pc{height:28%;}.height29pc{height:29%;}.height30pc{height:30%;}.height31pc{height:31%;}.height32pc{height:32%;}.height33pc{height:33%;}.height34pc{height:34%;}.height35pc{height:35%;}.height36pc{height:36%;}.height37pc{height:37%;}.height38pc{height:38%;}.height39pc{height:39%;}.height40pc{height:40%;}.height41pc{height:41%;}.height42pc{height:42%;}.height43pc{height:43%;}.height44pc{height:44%;}.height45pc{height:45%;}.height46pc{height:46%;}.height47pc{height:47%;}.height48pc{height:48%;}.height49pc{height:49%;}.height50pc{height:50%;}.height51pc{height:51%;}.height52pc{height:52%;}.height53pc{height:53%;}.height54pc{height:54%;}.height55pc{height:55%;}.height56pc{height:56%;}.height57pc{height:57%;}.height58pc{height:58%;}.height59pc{height:59%;}.height60pc{height:60%;}.height61pc{height:61%;}.height62pc{height:62%;}.height63pc{height:63%;}.height64pc{height:64%;}.height65pc{height:65%;}.height66pc{height:66%;}.height67pc{height:67%;}.height68pc{height:68%;}.height69pc{height:69%;}.height70pc{height:70%;}.height71pc{height:71%;}.height72pc{height:72%;}.height73pc{height:73%;}.height74pc{height:74%;}.height75pc{height:75%;}.height76pc{height:76%;}.height77pc{height:77%;}.height78pc{height:78%;}.height79pc{height:79%;}.height80pc{height:80%;}.height81pc{height:81%;}.height82pc{height:82%;}.height83pc{height:83%;}.height84pc{height:84%;}.height85pc{height:85%;}.height86pc{height:86%;}.height87pc{height:87%;}.height88pc{height:88%;}.height89pc{height:89%;}.height90pc{height:90%;}.height91pc{height:91%;}.height92pc{height:92%;}.height93pc{height:93%;}.height94pc{height:94%;}.height95pc{height:95%;}.height96pc{height:96%;}.height97pc{height:97%;}.height98pc{height:98%;}.height99pc{height:99%;}.height100pc{height:100%;}.max-height0px{max-height:0;}.max-height5px{max-height:5px;}.max-height10px{max-height:10px;}.max-height15px{max-height:15px;}.max-height20px{max-height:20px;}.max-height25px{max-height:25px;}.max-height30px{max-height:30px;}.max-height35px{max-height:35px;}.max-height40px{max-height:40px;}.max-height45px{max-height:45px;}.max-height50px{max-height:50px;}.max-height55px{max-height:55px;}.max-height60px{max-height:60px;}.max-height65px{max-height:65px;}.max-height70px{max-height:70px;}.max-height75px{max-height:75px;}.max-height80px{max-height:80px;}.max-height85px{max-height:85px;}.max-height90px{max-height:90px;}.max-height95px{max-height:95px;}.max-height100px{max-height:100px;}.max-height105px{max-height:105px;}.max-height110px{max-height:110px;}.max-height115px{max-height:115px;}.max-height120px{max-height:120px;}.max-height125px{max-height:125px;}.max-height130px{max-height:130px;}.max-height135px{max-height:135px;}.max-height140px{max-height:140px;}.max-height145px{max-height:145px;}.max-height150px{max-height:150px;}.max-height155px{max-height:155px;}.max-height160px{max-height:160px;}.max-height165px{max-height:165px;}.max-height170px{max-height:170px;}.max-height175px{max-height:175px;}.max-height180px{max-height:180px;}.max-height185px{max-height:185px;}.max-height190px{max-height:190px;}.max-height195px{max-height:195px;}.max-height200px{max-height:200px;}.max-height205px{max-height:205px;}.max-height210px{max-height:210px;}.max-height215px{max-height:215px;}.max-height220px{max-height:220px;}.max-height225px{max-height:225px;}.max-height230px{max-height:230px;}.max-height235px{max-height:235px;}.max-height240px{max-height:240px;}.max-height245px{max-height:245px;}.max-height250px{max-height:250px;}.max-height255px{max-height:255px;}.max-height260px{max-height:260px;}.max-height265px{max-height:265px;}.max-height270px{max-height:270px;}.max-height275px{max-height:275px;}.max-height280px{max-height:280px;}.max-height285px{max-height:285px;}.max-height290px{max-height:290px;}.max-height295px{max-height:295px;}.max-height300px{max-height:300px;}.max-height305px{max-height:305px;}.max-height310px{max-height:310px;}.max-height315px{max-height:315px;}.max-height320px{max-height:320px;}.max-height325px{max-height:325px;}.max-height330px{max-height:330px;}.max-height335px{max-height:335px;}.max-height340px{max-height:340px;}.max-height345px{max-height:345px;}.max-height350px{max-height:350px;}.max-height355px{max-height:355px;}.max-height360px{max-height:360px;}.max-height365px{max-height:365px;}.max-height370px{max-height:370px;}.max-height375px{max-height:375px;}.max-height380px{max-height:380px;}.max-height385px{max-height:385px;}.max-height390px{max-height:390px;}.max-height395px{max-height:395px;}.max-height400px{max-height:400px;}.max-height405px{max-height:405px;}.max-height410px{max-height:410px;}.max-height415px{max-height:415px;}.max-height420px{max-height:420px;}.max-height425px{max-height:425px;}.max-height430px{max-height:430px;}.max-height435px{max-height:435px;}.max-height440px{max-height:440px;}.max-height445px{max-height:445px;}.max-height450px{max-height:450px;}.max-height455px{max-height:455px;}.max-height460px{max-height:460px;}.max-height465px{max-height:465px;}.max-height470px{max-height:470px;}.max-height475px{max-height:475px;}.max-height480px{max-height:480px;}.max-height485px{max-height:485px;}.max-height490px{max-height:490px;}.max-height495px{max-height:495px;}.max-height500px{max-height:500px;}.max-height505px{max-height:505px;}.max-height510px{max-height:510px;}.max-height515px{max-height:515px;}.max-height520px{max-height:520px;}.max-height525px{max-height:525px;}.max-height530px{max-height:530px;}.max-height535px{max-height:535px;}.max-height540px{max-height:540px;}.max-height545px{max-height:545px;}.max-height550px{max-height:550px;}.max-height555px{max-height:555px;}.max-height560px{max-height:560px;}.max-height565px{max-height:565px;}.max-height570px{max-height:570px;}.max-height575px{max-height:575px;}.max-height580px{max-height:580px;}.max-height585px{max-height:585px;}.max-height590px{max-height:590px;}.max-height595px{max-height:595px;}.max-height600px{max-height:600px;}.max-height605px{max-height:605px;}.max-height610px{max-height:610px;}.max-height615px{max-height:615px;}.max-height620px{max-height:620px;}.max-height625px{max-height:625px;}.max-height630px{max-height:630px;}.max-height635px{max-height:635px;}.max-height640px{max-height:640px;}.max-height645px{max-height:645px;}.max-height650px{max-height:650px;}.max-height655px{max-height:655px;}.max-height660px{max-height:660px;}.max-height665px{max-height:665px;}.max-height670px{max-height:670px;}.max-height675px{max-height:675px;}.max-height680px{max-height:680px;}.max-height685px{max-height:685px;}.max-height690px{max-height:690px;}.max-height695px{max-height:695px;}.max-height700px{max-height:700px;}.max-height705px{max-height:705px;}.max-height710px{max-height:710px;}.max-height715px{max-height:715px;}.max-height720px{max-height:720px;}.max-height725px{max-height:725px;}.max-height730px{max-height:730px;}.max-height735px{max-height:735px;}.max-height740px{max-height:740px;}.max-height745px{max-height:745px;}.max-height750px{max-height:750px;}.max-height755px{max-height:755px;}.max-height760px{max-height:760px;}.max-height765px{max-height:765px;}.max-height770px{max-height:770px;}.max-height775px{max-height:775px;}.max-height780px{max-height:780px;}.max-height785px{max-height:785px;}.max-height790px{max-height:790px;}.max-height795px{max-height:795px;}.max-height800px{max-height:800px;}.max-height805px{max-height:805px;}.max-height810px{max-height:810px;}.max-height815px{max-height:815px;}.max-height820px{max-height:820px;}.max-height825px{max-height:825px;}.max-height830px{max-height:830px;}.max-height835px{max-height:835px;}.max-height840px{max-height:840px;}.max-height845px{max-height:845px;}.max-height850px{max-height:850px;}.max-height855px{max-height:855px;}.max-height860px{max-height:860px;}.max-height865px{max-height:865px;}.max-height870px{max-height:870px;}.max-height875px{max-height:875px;}.max-height880px{max-height:880px;}.max-height885px{max-height:885px;}.max-height890px{max-height:890px;}.max-height895px{max-height:895px;}.max-height900px{max-height:900px;}.max-height905px{max-height:905px;}.max-height910px{max-height:910px;}.max-height915px{max-height:915px;}.max-height920px{max-height:920px;}.max-height925px{max-height:925px;}.max-height930px{max-height:930px;}.max-height935px{max-height:935px;}.max-height940px{max-height:940px;}.max-height945px{max-height:945px;}.max-height950px{max-height:950px;}.max-height955px{max-height:955px;}.max-height960px{max-height:960px;}.max-height965px{max-height:965px;}.max-height970px{max-height:970px;}.max-height975px{max-height:975px;}.max-height980px{max-height:980px;}.max-height985px{max-height:985px;}.max-height990px{max-height:990px;}.max-height995px{max-height:995px;}.max-height1000px{max-height:1000px;}.max-height0pc{max-height:0%;}.max-height1pc{max-height:1%;}.max-height2pc{max-height:2%;}.max-height3pc{max-height:3%;}.max-height4pc{max-height:4%;}.max-height5pc{max-height:5%;}.max-height6pc{max-height:6%;}.max-height7pc{max-height:7%;}.max-height8pc{max-height:8%;}.max-height9pc{max-height:9%;}.max-height10pc{max-height:10%;}.max-height11pc{max-height:11%;}.max-height12pc{max-height:12%;}.max-height13pc{max-height:13%;}.max-height14pc{max-height:14%;}.max-height15pc{max-height:15%;}.max-height16pc{max-height:16%;}.max-height17pc{max-height:17%;}.max-height18pc{max-height:18%;}.max-height19pc{max-height:19%;}.max-height20pc{max-height:20%;}.max-height21pc{max-height:21%;}.max-height22pc{max-height:22%;}.max-height23pc{max-height:23%;}.max-height24pc{max-height:24%;}.max-height25pc{max-height:25%;}.max-height26pc{max-height:26%;}.max-height27pc{max-height:27%;}.max-height28pc{max-height:28%;}.max-height29pc{max-height:29%;}.max-height30pc{max-height:30%;}.max-height31pc{max-height:31%;}.max-height32pc{max-height:32%;}.max-height33pc{max-height:33%;}.max-height34pc{max-height:34%;}.max-height35pc{max-height:35%;}.max-height36pc{max-height:36%;}.max-height37pc{max-height:37%;}.max-height38pc{max-height:38%;}.max-height39pc{max-height:39%;}.max-height40pc{max-height:40%;}.max-height41pc{max-height:41%;}.max-height42pc{max-height:42%;}.max-height43pc{max-height:43%;}.max-height44pc{max-height:44%;}.max-height45pc{max-height:45%;}.max-height46pc{max-height:46%;}.max-height47pc{max-height:47%;}.max-height48pc{max-height:48%;}.max-height49pc{max-height:49%;}.max-height50pc{max-height:50%;}.max-height51pc{max-height:51%;}.max-height52pc{max-height:52%;}.max-height53pc{max-height:53%;}.max-height54pc{max-height:54%;}.max-height55pc{max-height:55%;}.max-height56pc{max-height:56%;}.max-height57pc{max-height:57%;}.max-height58pc{max-height:58%;}.max-height59pc{max-height:59%;}.max-height60pc{max-height:60%;}.max-height61pc{max-height:61%;}.max-height62pc{max-height:62%;}.max-height63pc{max-height:63%;}.max-height64pc{max-height:64%;}.max-height65pc{max-height:65%;}.max-height66pc{max-height:66%;}.max-height67pc{max-height:67%;}.max-height68pc{max-height:68%;}.max-height69pc{max-height:69%;}.max-height70pc{max-height:70%;}.max-height71pc{max-height:71%;}.max-height72pc{max-height:72%;}.max-height73pc{max-height:73%;}.max-height74pc{max-height:74%;}.max-height75pc{max-height:75%;}.max-height76pc{max-height:76%;}.max-height77pc{max-height:77%;}.max-height78pc{max-height:78%;}.max-height79pc{max-height:79%;}.max-height80pc{max-height:80%;}.max-height81pc{max-height:81%;}.max-height82pc{max-height:82%;}.max-height83pc{max-height:83%;}.max-height84pc{max-height:84%;}.max-height85pc{max-height:85%;}.max-height86pc{max-height:86%;}.max-height87pc{max-height:87%;}.max-height88pc{max-height:88%;}.max-height89pc{max-height:89%;}.max-height90pc{max-height:90%;}.max-height91pc{max-height:91%;}.max-height92pc{max-height:92%;}.max-height93pc{max-height:93%;}.max-height94pc{max-height:94%;}.max-height95pc{max-height:95%;}.max-height96pc{max-height:96%;}.max-height97pc{max-height:97%;}.max-height98pc{max-height:98%;}.max-height99pc{max-height:99%;}.max-height100pc{max-height:100%;}.min-height0px{min-height:0;}.min-height5px{min-height:5px;}.min-height10px{min-height:10px;}.min-height15px{min-height:15px;}.min-height20px{min-height:20px;}.min-height25px{min-height:25px;}.min-height30px{min-height:30px;}.min-height35px{min-height:35px;}.min-height40px{min-height:40px;}.min-height45px{min-height:45px;}.min-height50px{min-height:50px;}.min-height55px{min-height:55px;}.min-height60px{min-height:60px;}.min-height65px{min-height:65px;}.min-height70px{min-height:70px;}.min-height75px{min-height:75px;}.min-height80px{min-height:80px;}.min-height85px{min-height:85px;}.min-height90px{min-height:90px;}.min-height95px{min-height:95px;}.min-height100px{min-height:100px;}.min-height105px{min-height:105px;}.min-height110px{min-height:110px;}.min-height115px{min-height:115px;}.min-height120px{min-height:120px;}.min-height125px{min-height:125px;}.min-height130px{min-height:130px;}.min-height135px{min-height:135px;}.min-height140px{min-height:140px;}.min-height145px{min-height:145px;}.min-height150px{min-height:150px;}.min-height155px{min-height:155px;}.min-height160px{min-height:160px;}.min-height165px{min-height:165px;}.min-height170px{min-height:170px;}.min-height175px{min-height:175px;}.min-height180px{min-height:180px;}.min-height185px{min-height:185px;}.min-height190px{min-height:190px;}.min-height195px{min-height:195px;}.min-height200px{min-height:200px;}.min-height205px{min-height:205px;}.min-height210px{min-height:210px;}.min-height215px{min-height:215px;}.min-height220px{min-height:220px;}.min-height225px{min-height:225px;}.min-height230px{min-height:230px;}.min-height235px{min-height:235px;}.min-height240px{min-height:240px;}.min-height245px{min-height:245px;}.min-height250px{min-height:250px;}.min-height255px{min-height:255px;}.min-height260px{min-height:260px;}.min-height265px{min-height:265px;}.min-height270px{min-height:270px;}.min-height275px{min-height:275px;}.min-height280px{min-height:280px;}.min-height285px{min-height:285px;}.min-height290px{min-height:290px;}.min-height295px{min-height:295px;}.min-height300px{min-height:300px;}.min-height305px{min-height:305px;}.min-height310px{min-height:310px;}.min-height315px{min-height:315px;}.min-height320px{min-height:320px;}.min-height325px{min-height:325px;}.min-height330px{min-height:330px;}.min-height335px{min-height:335px;}.min-height340px{min-height:340px;}.min-height345px{min-height:345px;}.min-height350px{min-height:350px;}.min-height355px{min-height:355px;}.min-height360px{min-height:360px;}.min-height365px{min-height:365px;}.min-height370px{min-height:370px;}.min-height375px{min-height:375px;}.min-height380px{min-height:380px;}.min-height385px{min-height:385px;}.min-height390px{min-height:390px;}.min-height395px{min-height:395px;}.min-height400px{min-height:400px;}.min-height405px{min-height:405px;}.min-height410px{min-height:410px;}.min-height415px{min-height:415px;}.min-height420px{min-height:420px;}.min-height425px{min-height:425px;}.min-height430px{min-height:430px;}.min-height435px{min-height:435px;}.min-height440px{min-height:440px;}.min-height445px{min-height:445px;}.min-height450px{min-height:450px;}.min-height455px{min-height:455px;}.min-height460px{min-height:460px;}.min-height465px{min-height:465px;}.min-height470px{min-height:470px;}.min-height475px{min-height:475px;}.min-height480px{min-height:480px;}.min-height485px{min-height:485px;}.min-height490px{min-height:490px;}.min-height495px{min-height:495px;}.min-height500px{min-height:500px;}.min-height505px{min-height:505px;}.min-height510px{min-height:510px;}.min-height515px{min-height:515px;}.min-height520px{min-height:520px;}.min-height525px{min-height:525px;}.min-height530px{min-height:530px;}.min-height535px{min-height:535px;}.min-height540px{min-height:540px;}.min-height545px{min-height:545px;}.min-height550px{min-height:550px;}.min-height555px{min-height:555px;}.min-height560px{min-height:560px;}.min-height565px{min-height:565px;}.min-height570px{min-height:570px;}.min-height575px{min-height:575px;}.min-height580px{min-height:580px;}.min-height585px{min-height:585px;}.min-height590px{min-height:590px;}.min-height595px{min-height:595px;}.min-height600px{min-height:600px;}.min-height605px{min-height:605px;}.min-height610px{min-height:610px;}.min-height615px{min-height:615px;}.min-height620px{min-height:620px;}.min-height625px{min-height:625px;}.min-height630px{min-height:630px;}.min-height635px{min-height:635px;}.min-height640px{min-height:640px;}.min-height645px{min-height:645px;}.min-height650px{min-height:650px;}.min-height655px{min-height:655px;}.min-height660px{min-height:660px;}.min-height665px{min-height:665px;}.min-height670px{min-height:670px;}.min-height675px{min-height:675px;}.min-height680px{min-height:680px;}.min-height685px{min-height:685px;}.min-height690px{min-height:690px;}.min-height695px{min-height:695px;}.min-height700px{min-height:700px;}.min-height705px{min-height:705px;}.min-height710px{min-height:710px;}.min-height715px{min-height:715px;}.min-height720px{min-height:720px;}.min-height725px{min-height:725px;}.min-height730px{min-height:730px;}.min-height735px{min-height:735px;}.min-height740px{min-height:740px;}.min-height745px{min-height:745px;}.min-height750px{min-height:750px;}.min-height755px{min-height:755px;}.min-height760px{min-height:760px;}.min-height765px{min-height:765px;}.min-height770px{min-height:770px;}.min-height775px{min-height:775px;}.min-height780px{min-height:780px;}.min-height785px{min-height:785px;}.min-height790px{min-height:790px;}.min-height795px{min-height:795px;}.min-height800px{min-height:800px;}.min-height805px{min-height:805px;}.min-height810px{min-height:810px;}.min-height815px{min-height:815px;}.min-height820px{min-height:820px;}.min-height825px{min-height:825px;}.min-height830px{min-height:830px;}.min-height835px{min-height:835px;}.min-height840px{min-height:840px;}.min-height845px{min-height:845px;}.min-height850px{min-height:850px;}.min-height855px{min-height:855px;}.min-height860px{min-height:860px;}.min-height865px{min-height:865px;}.min-height870px{min-height:870px;}.min-height875px{min-height:875px;}.min-height880px{min-height:880px;}.min-height885px{min-height:885px;}.min-height890px{min-height:890px;}.min-height895px{min-height:895px;}.min-height900px{min-height:900px;}.min-height905px{min-height:905px;}.min-height910px{min-height:910px;}.min-height915px{min-height:915px;}.min-height920px{min-height:920px;}.min-height925px{min-height:925px;}.min-height930px{min-height:930px;}.min-height935px{min-height:935px;}.min-height940px{min-height:940px;}.min-height945px{min-height:945px;}.min-height950px{min-height:950px;}.min-height955px{min-height:955px;}.min-height960px{min-height:960px;}.min-height965px{min-height:965px;}.min-height970px{min-height:970px;}.min-height975px{min-height:975px;}.min-height980px{min-height:980px;}.min-height985px{min-height:985px;}.min-height990px{min-height:990px;}.min-height995px{min-height:995px;}.min-height1000px{min-height:1000px;}.min-height0pc{min-height:0%;}.min-height1pc{min-height:1%;}.min-height2pc{min-height:2%;}.min-height3pc{min-height:3%;}.min-height4pc{min-height:4%;}.min-height5pc{min-height:5%;}.min-height6pc{min-height:6%;}.min-height7pc{min-height:7%;}.min-height8pc{min-height:8%;}.min-height9pc{min-height:9%;}.min-height10pc{min-height:10%;}.min-height11pc{min-height:11%;}.min-height12pc{min-height:12%;}.min-height13pc{min-height:13%;}.min-height14pc{min-height:14%;}.min-height15pc{min-height:15%;}.min-height16pc{min-height:16%;}.min-height17pc{min-height:17%;}.min-height18pc{min-height:18%;}.min-height19pc{min-height:19%;}.min-height20pc{min-height:20%;}.min-height21pc{min-height:21%;}.min-height22pc{min-height:22%;}.min-height23pc{min-height:23%;}.min-height24pc{min-height:24%;}.min-height25pc{min-height:25%;}.min-height26pc{min-height:26%;}.min-height27pc{min-height:27%;}.min-height28pc{min-height:28%;}.min-height29pc{min-height:29%;}.min-height30pc{min-height:30%;}.min-height31pc{min-height:31%;}.min-height32pc{min-height:32%;}.min-height33pc{min-height:33%;}.min-height34pc{min-height:34%;}.min-height35pc{min-height:35%;}.min-height36pc{min-height:36%;}.min-height37pc{min-height:37%;}.min-height38pc{min-height:38%;}.min-height39pc{min-height:39%;}.min-height40pc{min-height:40%;}.min-height41pc{min-height:41%;}.min-height42pc{min-height:42%;}.min-height43pc{min-height:43%;}.min-height44pc{min-height:44%;}.min-height45pc{min-height:45%;}.min-height46pc{min-height:46%;}.min-height47pc{min-height:47%;}.min-height48pc{min-height:48%;}.min-height49pc{min-height:49%;}.min-height50pc{min-height:50%;}.min-height51pc{min-height:51%;}.min-height52pc{min-height:52%;}.min-height53pc{min-height:53%;}.min-height54pc{min-height:54%;}.min-height55pc{min-height:55%;}.min-height56pc{min-height:56%;}.min-height57pc{min-height:57%;}.min-height58pc{min-height:58%;}.min-height59pc{min-height:59%;}.min-height60pc{min-height:60%;}.min-height61pc{min-height:61%;}.min-height62pc{min-height:62%;}.min-height63pc{min-height:63%;}.min-height64pc{min-height:64%;}.min-height65pc{min-height:65%;}.min-height66pc{min-height:66%;}.min-height67pc{min-height:67%;}.min-height68pc{min-height:68%;}.min-height69pc{min-height:69%;}.min-height70pc{min-height:70%;}.min-height71pc{min-height:71%;}.min-height72pc{min-height:72%;}.min-height73pc{min-height:73%;}.min-height74pc{min-height:74%;}.min-height75pc{min-height:75%;}.min-height76pc{min-height:76%;}.min-height77pc{min-height:77%;}.min-height78pc{min-height:78%;}.min-height79pc{min-height:79%;}.min-height80pc{min-height:80%;}.min-height81pc{min-height:81%;}.min-height82pc{min-height:82%;}.min-height83pc{min-height:83%;}.min-height84pc{min-height:84%;}.min-height85pc{min-height:85%;}.min-height86pc{min-height:86%;}.min-height87pc{min-height:87%;}.min-height88pc{min-height:88%;}.min-height89pc{min-height:89%;}.min-height90pc{min-height:90%;}.min-height91pc{min-height:91%;}.min-height92pc{min-height:92%;}.min-height93pc{min-height:93%;}.min-height94pc{min-height:94%;}.min-height95pc{min-height:95%;}.min-height96pc{min-height:96%;}.min-height97pc{min-height:97%;}.min-height98pc{min-height:98%;}.min-height99pc{min-height:99%;}.min-height100pc{min-height:100%;}.margin0px{margin:0;}.margin5px{margin:5px;}.margin10px{margin:10px;}.margin15px{margin:15px;}.margin20px{margin:20px;}.margin25px{margin:25px;}.margin30px{margin:30px;}.margin35px{margin:35px;}.margin40px{margin:40px;}.margin45px{margin:45px;}.margin50px{margin:50px;}.margin55px{margin:55px;}.margin60px{margin:60px;}.margin65px{margin:65px;}.margin70px{margin:70px;}.margin75px{margin:75px;}.margin80px{margin:80px;}.margin85px{margin:85px;}.margin90px{margin:90px;}.margin95px{margin:95px;}.margin100px{margin:100px;}.margin105px{margin:105px;}.margin110px{margin:110px;}.margin115px{margin:115px;}.margin120px{margin:120px;}.margin125px{margin:125px;}.margin130px{margin:130px;}.margin135px{margin:135px;}.margin140px{margin:140px;}.margin145px{margin:145px;}.margin150px{margin:150px;}.margin155px{margin:155px;}.margin160px{margin:160px;}.margin165px{margin:165px;}.margin170px{margin:170px;}.margin175px{margin:175px;}.margin180px{margin:180px;}.margin185px{margin:185px;}.margin190px{margin:190px;}.margin195px{margin:195px;}.margin200px{margin:200px;}.margin205px{margin:205px;}.margin210px{margin:210px;}.margin215px{margin:215px;}.margin220px{margin:220px;}.margin225px{margin:225px;}.margin230px{margin:230px;}.margin235px{margin:235px;}.margin240px{margin:240px;}.margin245px{margin:245px;}.margin250px{margin:250px;}.margin255px{margin:255px;}.margin260px{margin:260px;}.margin265px{margin:265px;}.margin270px{margin:270px;}.margin275px{margin:275px;}.margin280px{margin:280px;}.margin285px{margin:285px;}.margin290px{margin:290px;}.margin295px{margin:295px;}.margin300px{margin:300px;}.margin305px{margin:305px;}.margin310px{margin:310px;}.margin315px{margin:315px;}.margin320px{margin:320px;}.margin325px{margin:325px;}.margin330px{margin:330px;}.margin335px{margin:335px;}.margin340px{margin:340px;}.margin345px{margin:345px;}.margin350px{margin:350px;}.margin355px{margin:355px;}.margin360px{margin:360px;}.margin365px{margin:365px;}.margin370px{margin:370px;}.margin375px{margin:375px;}.margin380px{margin:380px;}.margin385px{margin:385px;}.margin390px{margin:390px;}.margin395px{margin:395px;}.margin400px{margin:400px;}.margin405px{margin:405px;}.margin410px{margin:410px;}.margin415px{margin:415px;}.margin420px{margin:420px;}.margin425px{margin:425px;}.margin430px{margin:430px;}.margin435px{margin:435px;}.margin440px{margin:440px;}.margin445px{margin:445px;}.margin450px{margin:450px;}.margin455px{margin:455px;}.margin460px{margin:460px;}.margin465px{margin:465px;}.margin470px{margin:470px;}.margin475px{margin:475px;}.margin480px{margin:480px;}.margin485px{margin:485px;}.margin490px{margin:490px;}.margin495px{margin:495px;}.margin500px{margin:500px;}.margin0px-important{margin:0!important;}.margin5px-important{margin:5px!important;}.margin10px-important{margin:10px!important;}.margin15px-important{margin:15px!important;}.margin20px-important{margin:20px!important;}.margin25px-important{margin:25px!important;}.margin30px-important{margin:30px!important;}.margin35px-important{margin:35px!important;}.margin40px-important{margin:40px!important;}.margin45px-important{margin:45px!important;}.margin50px-important{margin:50px!important;}.margin55px-important{margin:55px!important;}.margin60px-important{margin:60px!important;}.margin65px-important{margin:65px!important;}.margin70px-important{margin:70px!important;}.margin75px-important{margin:75px!important;}.margin80px-important{margin:80px!important;}.margin85px-important{margin:85px!important;}.margin90px-important{margin:90px!important;}.margin95px-important{margin:95px!important;}.margin100px-important{margin:100px!important;}.margin105px-important{margin:105px!important;}.margin110px-important{margin:110px!important;}.margin115px-important{margin:115px!important;}.margin120px-important{margin:120px!important;}.margin125px-important{margin:125px!important;}.margin130px-important{margin:130px!important;}.margin135px-important{margin:135px!important;}.margin140px-important{margin:140px!important;}.margin145px-important{margin:145px!important;}.margin150px-important{margin:150px!important;}.margin155px-important{margin:155px!important;}.margin160px-important{margin:160px!important;}.margin165px-important{margin:165px!important;}.margin170px-important{margin:170px!important;}.margin175px-important{margin:175px!important;}.margin180px-important{margin:180px!important;}.margin185px-important{margin:185px!important;}.margin190px-important{margin:190px!important;}.margin195px-important{margin:195px!important;}.margin200px-important{margin:200px!important;}.margin205px-important{margin:205px!important;}.margin210px-important{margin:210px!important;}.margin215px-important{margin:215px!important;}.margin220px-important{margin:220px!important;}.margin225px-important{margin:225px!important;}.margin230px-important{margin:230px!important;}.margin235px-important{margin:235px!important;}.margin240px-important{margin:240px!important;}.margin245px-important{margin:245px!important;}.margin250px-important{margin:250px!important;}.margin255px-important{margin:255px!important;}.margin260px-important{margin:260px!important;}.margin265px-important{margin:265px!important;}.margin270px-important{margin:270px!important;}.margin275px-important{margin:275px!important;}.margin280px-important{margin:280px!important;}.margin285px-important{margin:285px!important;}.margin290px-important{margin:290px!important;}.margin295px-important{margin:295px!important;}.margin300px-important{margin:300px!important;}.margin305px-important{margin:305px!important;}.margin310px-important{margin:310px!important;}.margin315px-important{margin:315px!important;}.margin320px-important{margin:320px!important;}.margin325px-important{margin:325px!important;}.margin330px-important{margin:330px!important;}.margin335px-important{margin:335px!important;}.margin340px-important{margin:340px!important;}.margin345px-important{margin:345px!important;}.margin350px-important{margin:350px!important;}.margin355px-important{margin:355px!important;}.margin360px-important{margin:360px!important;}.margin365px-important{margin:365px!important;}.margin370px-important{margin:370px!important;}.margin375px-important{margin:375px!important;}.margin380px-important{margin:380px!important;}.margin385px-important{margin:385px!important;}.margin390px-important{margin:390px!important;}.margin395px-important{margin:395px!important;}.margin400px-important{margin:400px!important;}.margin405px-important{margin:405px!important;}.margin410px-important{margin:410px!important;}.margin415px-important{margin:415px!important;}.margin420px-important{margin:420px!important;}.margin425px-important{margin:425px!important;}.margin430px-important{margin:430px!important;}.margin435px-important{margin:435px!important;}.margin440px-important{margin:440px!important;}.margin445px-important{margin:445px!important;}.margin450px-important{margin:450px!important;}.margin455px-important{margin:455px!important;}.margin460px-important{margin:460px!important;}.margin465px-important{margin:465px!important;}.margin470px-important{margin:470px!important;}.margin475px-important{margin:475px!important;}.margin480px-important{margin:480px!important;}.margin485px-important{margin:485px!important;}.margin490px-important{margin:490px!important;}.margin495px-important{margin:495px!important;}.margin500px-important{margin:500px!important;}.margin-auto{margin:auto;}.margin0pxauto{margin:0 auto;}.margin5pxauto{margin:5px auto;}.margin10pxauto{margin:10px auto;}.margin15pxauto{margin:15px auto;}.margin20pxauto{margin:20px auto;}.margin25pxauto{margin:25px auto;}.margin30pxauto{margin:30px auto;}.margin35pxauto{margin:35px auto;}.margin40pxauto{margin:40px auto;}.margin45pxauto{margin:45px auto;}.margin50pxauto{margin:50px auto;}.margin55pxauto{margin:55px auto;}.margin60pxauto{margin:60px auto;}.margin65pxauto{margin:65px auto;}.margin70pxauto{margin:70px auto;}.margin75pxauto{margin:75px auto;}.margin80pxauto{margin:80px auto;}.margin85pxauto{margin:85px auto;}.margin90pxauto{margin:90px auto;}.margin95pxauto{margin:95px auto;}.margin100pxauto{margin:100px auto;}.margin-auto-important{margin:auto!important;}.margin0pxauto-important{margin:0 auto!important;}.margin5pxauto-important{margin:5px auto!important;}.margin10pxauto-important{margin:10px auto!important;}.margin15pxauto-important{margin:15px auto!important;}.margin20pxauto-important{margin:20px auto!important;}.margin25pxauto-important{margin:25px auto!important;}.margin30pxauto-important{margin:30px auto!important;}.margin35pxauto-important{margin:35px auto!important;}.margin40pxauto-important{margin:40px auto!important;}.margin45pxauto-important{margin:45px auto!important;}.margin50pxauto-important{margin:50px auto!important;}.margin55pxauto-important{margin:55px auto!important;}.margin60pxauto-important{margin:60px auto!important;}.margin65pxauto-important{margin:65px auto!important;}.margin70pxauto-important{margin:70px auto!important;}.margin75pxauto-important{margin:75px auto!important;}.margin80pxauto-important{margin:80px auto!important;}.margin85pxauto-important{margin:85px auto!important;}.margin90pxauto-important{margin:90px auto!important;}.margin95pxauto-important{margin:95px auto!important;}.margin100pxauto-important{margin:100px auto!important;}.margin0px5px{margin:0 5px;}.margin0px10px{margin:0 10px;}.margin0px15px{margin:0 15px;}.margin0px20px{margin:0 20px;}.margin0px25px{margin:0 25px;}.margin0px30px{margin:0 30px;}.margin0px35px{margin:0 35px;}.margin0px40px{margin:0 40px;}.margin0px45px{margin:0 45px;}.margin0px50px{margin:0 50px;}.margin0px55px{margin:0 55px;}.margin0px60px{margin:0 60px;}.margin0px65px{margin:0 65px;}.margin0px70px{margin:0 70px;}.margin0px75px{margin:0 75px;}.margin0px80px{margin:0 80px;}.margin0px85px{margin:0 85px;}.margin0px90px{margin:0 90px;}.margin0px95px{margin:0 95px;}.margin0px100px{margin:0 100px;}.margin5px0px{margin:5px 0;}.margin10px0px{margin:10px 0;}.margin15px0px{margin:15px 0;}.margin20px0px{margin:20px 0;}.margin25px0px{margin:25px 0;}.margin30px0px{margin:30px 0;}.margin35px0px{margin:35px 0;}.margin40px0px{margin:40px 0;}.margin45px0px{margin:45px 0;}.margin50px0px{margin:50px 0;}.margin55px0px{margin:55px 0;}.margin60px0px{margin:60px 0;}.margin65px0px{margin:65px 0;}.margin70px0px{margin:70px 0;}.margin75px0px{margin:75px 0;}.margin80px0px{margin:80px 0;}.margin85px0px{margin:85px 0;}.margin90px0px{margin:90px 0;}.margin95px0px{margin:95px 0;}.margin100px0px{margin:100px 0;}.margin5px5px{margin:5px 5px;}.margin10px10px{margin:10px 10px;}.margin15px15px{margin:15px 15px;}.margin20px20px{margin:20px 20px;}.margin25px25px{margin:25px 25px;}.margin30px30px{margin:30px 30px;}.margin35px35px{margin:35px 35px;}.margin40px40px{margin:40px 40px;}.margin45px45px{margin:45px 45px;}.margin50px50px{margin:50px 50px;}.margin55px55px{margin:55px 55px;}.margin60px60px{margin:60px 60px;}.margin65px65px{margin:65px 65px;}.margin70px70px{margin:70px 70px;}.margin75px75px{margin:75px 75px;}.margin80px80px{margin:80px 80px;}.margin85px85px{margin:85px 85px;}.margin90px90px{margin:90px 90px;}.margin95px95px{margin:95px 95px;}.margin100px100px{margin:100px 100px;}.margin0px5px-important{margin:0 5px!important;}.margin0px10px-important{margin:0 10px!important;}.margin0px15px-important{margin:0 15px!important;}.margin0px20px-important{margin:0 20px!important;}.margin0px25px-important{margin:0 25px!important;}.margin0px30px-important{margin:0 30px!important;}.margin0px35px-important{margin:0 35px!important;}.margin0px40px-important{margin:0 40px!important;}.margin0px45px-important{margin:0 45px!important;}.margin0px50px-important{margin:0 50px!important;}.margin0px55px-important{margin:0 55px!important;}.margin0px60px-important{margin:0 60px!important;}.margin0px65px-important{margin:0 65px!important;}.margin0px70px-important{margin:0 70px!important;}.margin0px75px-important{margin:0 75px!important;}.margin0px80px-important{margin:0 80px!important;}.margin0px85px-important{margin:0 85px!important;}.margin0px90px-important{margin:0 90px!important;}.margin0px95px-important{margin:0 95px!important;}.margin0px100px-important{margin:0 100px!important;}.margin5px0px-important{margin:5px 0!important;}.margin10px0px-important{margin:10px 0!important;}.margin15px0px-important{margin:15px 0!important;}.margin20px0px-important{margin:20px 0!important;}.margin25px0px-important{margin:25px 0!important;}.margin30px0px-important{margin:30px 0!important;}.margin35px0px-important{margin:35px 0!important;}.margin40px0px-important{margin:40px 0!important;}.margin45px0px-important{margin:45px 0!important;}.margin50px0px-important{margin:50px 0!important;}.margin55px0px-important{margin:55px 0!important;}.margin60px0px-important{margin:60px 0!important;}.margin65px0px-important{margin:65px 0!important;}.margin70px0px-important{margin:70px 0!important;}.margin75px0px-important{margin:75px 0!important;}.margin80px0px-important{margin:80px 0!important;}.margin85px0px-important{margin:85px 0!important;}.margin90px0px-important{margin:90px 0!important;}.margin95px0px-important{margin:95px 0!important;}.margin100px0px-important{margin:100px 0!important;}.margin5px5px-important{margin:5px 5px!important;}.margin10px10px-important{margin:10px 10px!important;}.margin15px15px-important{margin:15px 15px!important;}.margin20px20px-important{margin:20px 20px!important;}.margin25px25px-important{margin:25px 25px!important;}.margin30px30px-important{margin:30px 30px!important;}.margin35px35px-important{margin:35px 35px!important;}.margin40px40px-important{margin:40px 40px!important;}.margin45px45px-important{margin:45px 45px!important;}.margin50px50px-important{margin:50px 50px!important;}.margin55px55px-important{margin:55px 55px!important;}.margin60px60px-important{margin:60px 60px!important;}.margin65px65px-important{margin:65px 65px!important;}.margin70px70px-important{margin:70px 70px!important;}.margin75px75px-important{margin:75px 75px!important;}.margin80px80px-important{margin:80px 80px!important;}.margin85px85px-important{margin:85px 85px!important;}.margin90px90px-important{margin:90px 90px!important;}.margin95px95px-important{margin:95px 95px!important;}.margin100px100px-important{margin:100px 100px!important;}.padding0px{padding:0;}.padding5px{padding:5px;}.padding10px{padding:10px;}.padding15px{padding:15px;}.padding20px{padding:20px;}.padding25px{padding:25px;}.padding30px{padding:30px;}.padding35px{padding:35px;}.padding40px{padding:40px;}.padding45px{padding:45px;}.padding50px{padding:50px;}.padding55px{padding:55px;}.padding60px{padding:60px;}.padding65px{padding:65px;}.padding70px{padding:70px;}.padding75px{padding:75px;}.padding80px{padding:80px;}.padding85px{padding:85px;}.padding90px{padding:90px;}.padding95px{padding:95px;}.padding100px{padding:100px;}.padding105px{padding:105px;}.padding110px{padding:110px;}.padding115px{padding:115px;}.padding120px{padding:120px;}.padding125px{padding:125px;}.padding130px{padding:130px;}.padding135px{padding:135px;}.padding140px{padding:140px;}.padding145px{padding:145px;}.padding150px{padding:150px;}.padding155px{padding:155px;}.padding160px{padding:160px;}.padding165px{padding:165px;}.padding170px{padding:170px;}.padding175px{padding:175px;}.padding180px{padding:180px;}.padding185px{padding:185px;}.padding190px{padding:190px;}.padding195px{padding:195px;}.padding200px{padding:200px;}.padding205px{padding:205px;}.padding210px{padding:210px;}.padding215px{padding:215px;}.padding220px{padding:220px;}.padding225px{padding:225px;}.padding230px{padding:230px;}.padding235px{padding:235px;}.padding240px{padding:240px;}.padding245px{padding:245px;}.padding250px{padding:250px;}.padding255px{padding:255px;}.padding260px{padding:260px;}.padding265px{padding:265px;}.padding270px{padding:270px;}.padding275px{padding:275px;}.padding280px{padding:280px;}.padding285px{padding:285px;}.padding290px{padding:290px;}.padding295px{padding:295px;}.padding300px{padding:300px;}.padding305px{padding:305px;}.padding310px{padding:310px;}.padding315px{padding:315px;}.padding320px{padding:320px;}.padding325px{padding:325px;}.padding330px{padding:330px;}.padding335px{padding:335px;}.padding340px{padding:340px;}.padding345px{padding:345px;}.padding350px{padding:350px;}.padding355px{padding:355px;}.padding360px{padding:360px;}.padding365px{padding:365px;}.padding370px{padding:370px;}.padding375px{padding:375px;}.padding380px{padding:380px;}.padding385px{padding:385px;}.padding390px{padding:390px;}.padding395px{padding:395px;}.padding400px{padding:400px;}.padding405px{padding:405px;}.padding410px{padding:410px;}.padding415px{padding:415px;}.padding420px{padding:420px;}.padding425px{padding:425px;}.padding430px{padding:430px;}.padding435px{padding:435px;}.padding440px{padding:440px;}.padding445px{padding:445px;}.padding450px{padding:450px;}.padding455px{padding:455px;}.padding460px{padding:460px;}.padding465px{padding:465px;}.padding470px{padding:470px;}.padding475px{padding:475px;}.padding480px{padding:480px;}.padding485px{padding:485px;}.padding490px{padding:490px;}.padding495px{padding:495px;}.padding500px{padding:500px;}.padding0px-important{padding:0!important;}.padding5px-important{padding:5px!important;}.padding10px-important{padding:10px!important;}.padding15px-important{padding:15px!important;}.padding20px-important{padding:20px!important;}.padding25px-important{padding:25px!important;}.padding30px-important{padding:30px!important;}.padding35px-important{padding:35px!important;}.padding40px-important{padding:40px!important;}.padding45px-important{padding:45px!important;}.padding50px-important{padding:50px!important;}.padding55px-important{padding:55px!important;}.padding60px-important{padding:60px!important;}.padding65px-important{padding:65px!important;}.padding70px-important{padding:70px!important;}.padding75px-important{padding:75px!important;}.padding80px-important{padding:80px!important;}.padding85px-important{padding:85px!important;}.padding90px-important{padding:90px!important;}.padding95px-important{padding:95px!important;}.padding100px-important{padding:100px!important;}.padding105px-important{padding:105px!important;}.padding110px-important{padding:110px!important;}.padding115px-important{padding:115px!important;}.padding120px-important{padding:120px!important;}.padding125px-important{padding:125px!important;}.padding130px-important{padding:130px!important;}.padding135px-important{padding:135px!important;}.padding140px-important{padding:140px!important;}.padding145px-important{padding:145px!important;}.padding150px-important{padding:150px!important;}.padding155px-important{padding:155px!important;}.padding160px-important{padding:160px!important;}.padding165px-important{padding:165px!important;}.padding170px-important{padding:170px!important;}.padding175px-important{padding:175px!important;}.padding180px-important{padding:180px!important;}.padding185px-important{padding:185px!important;}.padding190px-important{padding:190px!important;}.padding195px-important{padding:195px!important;}.padding200px-important{padding:200px!important;}.padding205px-important{padding:205px!important;}.padding210px-important{padding:210px!important;}.padding215px-important{padding:215px!important;}.padding220px-important{padding:220px!important;}.padding225px-important{padding:225px!important;}.padding230px-important{padding:230px!important;}.padding235px-important{padding:235px!important;}.padding240px-important{padding:240px!important;}.padding245px-important{padding:245px!important;}.padding250px-important{padding:250px!important;}.padding255px-important{padding:255px!important;}.padding260px-important{padding:260px!important;}.padding265px-important{padding:265px!important;}.padding270px-important{padding:270px!important;}.padding275px-important{padding:275px!important;}.padding280px-important{padding:280px!important;}.padding285px-important{padding:285px!important;}.padding290px-important{padding:290px!important;}.padding295px-important{padding:295px!important;}.padding300px-important{padding:300px!important;}.padding305px-important{padding:305px!important;}.padding310px-important{padding:310px!important;}.padding315px-important{padding:315px!important;}.padding320px-important{padding:320px!important;}.padding325px-important{padding:325px!important;}.padding330px-important{padding:330px!important;}.padding335px-important{padding:335px!important;}.padding340px-important{padding:340px!important;}.padding345px-important{padding:345px!important;}.padding350px-important{padding:350px!important;}.padding355px-important{padding:355px!important;}.padding360px-important{padding:360px!important;}.padding365px-important{padding:365px!important;}.padding370px-important{padding:370px!important;}.padding375px-important{padding:375px!important;}.padding380px-important{padding:380px!important;}.padding385px-important{padding:385px!important;}.padding390px-important{padding:390px!important;}.padding395px-important{padding:395px!important;}.padding400px-important{padding:400px!important;}.padding405px-important{padding:405px!important;}.padding410px-important{padding:410px!important;}.padding415px-important{padding:415px!important;}.padding420px-important{padding:420px!important;}.padding425px-important{padding:425px!important;}.padding430px-important{padding:430px!important;}.padding435px-important{padding:435px!important;}.padding440px-important{padding:440px!important;}.padding445px-important{padding:445px!important;}.padding450px-important{padding:450px!important;}.padding455px-important{padding:455px!important;}.padding460px-important{padding:460px!important;}.padding465px-important{padding:465px!important;}.padding470px-important{padding:470px!important;}.padding475px-important{padding:475px!important;}.padding480px-important{padding:480px!important;}.padding485px-important{padding:485px!important;}.padding490px-important{padding:490px!important;}.padding495px-important{padding:495px!important;}.padding500px-important{padding:500px!important;}.em01{font-size:.1em;}.em02{font-size:.2em;}.em03{font-size:.3em;}.em04{font-size:.4em;}.em05{font-size:.5em;}.em06{font-size:.6em;}.em07{font-size:.7em;}.em08{font-size:.8em;}.em09{font-size:.9em;}.em10{font-size:1em;}.em11{font-size:1.1em;}.em12{font-size:1.2em;}.em13{font-size:1.3em;}.em14{font-size:1.4em;}.em15{font-size:1.5em;}.em16{font-size:1.6em;}.em17{font-size:1.7em;}.em18{font-size:1.8em;}.em19{font-size:1.9em;}.em20{font-size:2em;}.em21{font-size:2.1em;}.em22{font-size:2.2em;}.em23{font-size:2.3em;}.em24{font-size:2.4em;}.em25{font-size:2.5em;}.em26{font-size:2.6em;}.em27{font-size:2.7em;}.em28{font-size:2.8em;}.em29{font-size:2.9em;}.em30{font-size:3em;}.em31{font-size:3.1em;}.em32{font-size:3.2em;}.em33{font-size:3.3em;}.em34{font-size:3.4em;}.em35{font-size:3.5em;}.em36{font-size:3.6em;}.em37{font-size:3.7em;}.em38{font-size:3.8em;}.em39{font-size:3.9em;}.em40{font-size:4em;}.em41{font-size:4.1em;}.em42{font-size:4.2em;}.em43{font-size:4.3em;}.em44{font-size:4.4em;}.em45{font-size:4.5em;}.em46{font-size:4.6em;}.em47{font-size:4.7em;}.em48{font-size:4.8em;}.em49{font-size:4.9em;}.em50{font-size:5em;}.em51{font-size:5.1em;}.em52{font-size:5.2em;}.em53{font-size:5.3em;}.em54{font-size:5.4em;}.em55{font-size:5.5em;}.em56{font-size:5.6em;}.em57{font-size:5.7em;}.em58{font-size:5.8em;}.em59{font-size:5.9em;}.em60{font-size:6em;}.em61{font-size:6.1em;}.em62{font-size:6.2em;}.em63{font-size:6.3em;}.em64{font-size:6.4em;}.em65{font-size:6.5em;}.em66{font-size:6.6em;}.em67{font-size:6.7em;}.em68{font-size:6.8em;}.em69{font-size:6.9em;}.em70{font-size:7em;}.em71{font-size:7.1em;}.em72{font-size:7.2em;}.em73{font-size:7.3em;}.em74{font-size:7.4em;}.em75{font-size:7.5em;}.em76{font-size:7.6em;}.em77{font-size:7.7em;}.em78{font-size:7.8em;}.em79{font-size:7.9em;}.em80{font-size:8em;}.em81{font-size:8.1em;}.em82{font-size:8.2em;}.em83{font-size:8.3em;}.em84{font-size:8.4em;}.em85{font-size:8.5em;}.em86{font-size:8.6em;}.em87{font-size:8.7em;}.em88{font-size:8.8em;}.em89{font-size:8.9em;}.em90{font-size:9em;}.em91{font-size:9.1em;}.em92{font-size:9.2em;}.em93{font-size:9.3em;}.em94{font-size:9.4em;}.em95{font-size:9.5em;}.em96{font-size:9.6em;}.em97{font-size:9.7em;}.em98{font-size:9.8em;}.em99{font-size:9.9em;}.em100{font-size:10em;}.em01-important{font-size:.1em!important;}.em02-important{font-size:.2em!important;}.em03-important{font-size:.3em!important;}.em04-important{font-size:.4em!important;}.em05-important{font-size:.5em!important;}.em06-important{font-size:.6em!important;}.em07-important{font-size:.7em!important;}.em08-important{font-size:.8em!important;}.em09-important{font-size:.9em!important;}.em10-important{font-size:1em!important;}.em11-important{font-size:1.1em!important;}.em12-important{font-size:1.2em!important;}.em13-important{font-size:1.3em!important;}.em14-important{font-size:1.4em!important;}.em15-important{font-size:1.5em!important;}.em16-important{font-size:1.6em!important;}.em17-important{font-size:1.7em!important;}.em18-important{font-size:1.8em!important;}.em19-important{font-size:1.9em!important;}.em20-important{font-size:2em!important;}.em21-important{font-size:2.1em!important;}.em22-important{font-size:2.2em!important;}.em23-important{font-size:2.3em!important;}.em24-important{font-size:2.4em!important;}.em25-important{font-size:2.5em!important;}.em26-important{font-size:2.6em!important;}.em27-important{font-size:2.7em!important;}.em28-important{font-size:2.8em!important;}.em29-important{font-size:2.9em!important;}.em30-important{font-size:3em!important;}.em31-important{font-size:3.1em!important;}.em32-important{font-size:3.2em!important;}.em33-important{font-size:3.3em!important;}.em34-important{font-size:3.4em!important;}.em35-important{font-size:3.5em!important;}.em36-important{font-size:3.6em!important;}.em37-important{font-size:3.7em!important;}.em38-important{font-size:3.8em!important;}.em39-important{font-size:3.9em!important;}.em40-important{font-size:4em!important;}.em41-important{font-size:4.1em!important;}.em42-important{font-size:4.2em!important;}.em43-important{font-size:4.3em!important;}.em44-important{font-size:4.4em!important;}.em45-important{font-size:4.5em!important;}.em46-important{font-size:4.6em!important;}.em47-important{font-size:4.7em!important;}.em48-important{font-size:4.8em!important;}.em49-important{font-size:4.9em!important;}.em50-important{font-size:5em!important;}.em51-important{font-size:5.1em!important;}.em52-important{font-size:5.2em!important;}.em53-important{font-size:5.3em!important;}.em54-important{font-size:5.4em!important;}.em55-important{font-size:5.5em!important;}.em56-important{font-size:5.6em!important;}.em57-important{font-size:5.7em!important;}.em58-important{font-size:5.8em!important;}.em59-important{font-size:5.9em!important;}.em60-important{font-size:6em!important;}.em61-important{font-size:6.1em!important;}.em62-important{font-size:6.2em!important;}.em63-important{font-size:6.3em!important;}.em64-important{font-size:6.4em!important;}.em65-important{font-size:6.5em!important;}.em66-important{font-size:6.6em!important;}.em67-important{font-size:6.7em!important;}.em68-important{font-size:6.8em!important;}.em69-important{font-size:6.9em!important;}.em70-important{font-size:7em!important;}.em71-important{font-size:7.1em!important;}.em72-important{font-size:7.2em!important;}.em73-important{font-size:7.3em!important;}.em74-important{font-size:7.4em!important;}.em75-important{font-size:7.5em!important;}.em76-important{font-size:7.6em!important;}.em77-important{font-size:7.7em!important;}.em78-important{font-size:7.8em!important;}.em79-important{font-size:7.9em!important;}.em80-important{font-size:8em!important;}.em81-important{font-size:8.1em!important;}.em82-important{font-size:8.2em!important;}.em83-important{font-size:8.3em!important;}.em84-important{font-size:8.4em!important;}.em85-important{font-size:8.5em!important;}.em86-important{font-size:8.6em!important;}.em87-important{font-size:8.7em!important;}.em88-important{font-size:8.8em!important;}.em89-important{font-size:8.9em!important;}.em90-important{font-size:9em!important;}.em91-important{font-size:9.1em!important;}.em92-important{font-size:9.2em!important;}.em93-important{font-size:9.3em!important;}.em94-important{font-size:9.4em!important;}.em95-important{font-size:9.5em!important;}.em96-important{font-size:9.6em!important;}.em97-important{font-size:9.7em!important;}.em98-important{font-size:9.8em!important;}.em99-important{font-size:9.9em!important;}.em100-important{font-size:10em!important;}.display-none{display:none;}.display-block{display:block;}.display-inline{display:inline;}.display-inline-block{display:inline-block;}.display-flex{display:flex;}.display-inline-flex{display:inline-flex;}.display-grid{display:grid;}.display-inline-grid{display:inline-grid;}.display-table{display:table;}.display-inline-table{display:inline-table;}.display-table-row{display:table-row;}.display-table-cell{display:table-cell;}.display-table-column{display:table-column;}.display-table-column-group{display:table-column-group;}.display-table-header-group{display:table-header-group;}.display-table-footer-group{display:table-footer-group;}.display-table-row-group{display:table-row-group;}.display-list-item{display:list-item;}.display-contents{display:contents;}.display-initial{display:initial;}.display-inherit{display:inherit;}.display-unset{display:unset;}.display-revert{display:revert;}.display-revert-layer{display:revert-layer;}.display-flow-root{display:flow-root;}.display-none-important{display:none!important;}.display-block-important{display:block!important;}.display-inline-important{display:inline!important;}.display-inline-block-important{display:inline-block!important;}.display-flex-important{display:flex!important;}.display-inline-flex-important{display:inline-flex!important;}.display-grid-important{display:grid!important;}.display-inline-grid-important{display:inline-grid!important;}.display-table-important{display:table!important;}.display-inline-table-important{display:inline-table!important;}.display-table-row-important{display:table-row!important;}.display-table-cell-important{display:table-cell!important;}.display-table-column-important{display:table-column!important;}.display-table-column-group-important{display:table-column-group!important;}.display-table-header-group-important{display:table-header-group!important;}.display-table-footer-group-important{display:table-footer-group!important;}.display-table-row-group-important{display:table-row-group!important;}.display-list-item-important{display:list-item!important;}.display-contents-important{display:contents!important;}.display-initial-important{display:initial!important;}.display-inherit-important{display:inherit!important;}.display-unset-important{display:unset!important;}.display-revert-important{display:revert!important;}.display-revert-layer-important{display:revert-layer!important;}.display-flow-root-important{display:flow-root!important;}.flex-display{display:flex;}.flex-display-important{display:flex!important;}.inline-flex-display{display:inline-flex;}.inline-flex-display-important{display:inline-flex!important;}.grid-display{display:grid;}.grid-display-important{display:grid!important;}.inline-grid-display{display:inline-grid;}.inline-grid-display-important{display:inline-grid!important;}.table-display{display:table;}.table-display-important{display:table!important;}.table-row-display{display:table-row;}.table-row-display-important{display:table-row!important;}.table-cell-display{display:table-cell;}.table-cell-display-important{display:table-cell!important;}.hidden{display:none;}.hidden-important{display:none!important;}.show-block{display:block;}.show-block-important{display:block!important;}.show-inline{display:inline;}.show-inline-important{display:inline!important;}.show-inline-block{display:inline-block;}.show-inline-block-important{display:inline-block!important;}.cursor-auto{cursor:auto;}.cursor-default{cursor:default;}.cursor-none{cursor:none;}.cursor-context-menu{cursor:context-menu;}.cursor-help{cursor:help;}.cursor-pointer{cursor:pointer;}.cursor-progress{cursor:progress;}.cursor-wait{cursor:wait;}.cursor-cell{cursor:cell;}.cursor-crosshair{cursor:crosshair;}.cursor-text{cursor:text;}.cursor-vertical-text{cursor:vertical-text;}.cursor-alias{cursor:alias;}.cursor-copy{cursor:copy;}.cursor-move{cursor:move;}.cursor-no-drop{cursor:no-drop;}.cursor-not-allowed{cursor:not-allowed;}.cursor-grab{cursor:grab;}.cursor-grabbing{cursor:grabbing;}.cursor-all-scroll{cursor:all-scroll;}.cursor-col-resize{cursor:col-resize;}.cursor-row-resize{cursor:row-resize;}.cursor-n-resize{cursor:n-resize;}.cursor-e-resize{cursor:e-resize;}.cursor-s-resize{cursor:s-resize;}.cursor-w-resize{cursor:w-resize;}.cursor-ne-resize{cursor:ne-resize;}.cursor-nw-resize{cursor:nw-resize;}.cursor-se-resize{cursor:se-resize;}.cursor-sw-resize{cursor:sw-resize;}.cursor-ew-resize{cursor:ew-resize;}.cursor-ns-resize{cursor:ns-resize;}.cursor-nesw-resize{cursor:nesw-resize;}.cursor-nwse-resize{cursor:nwse-resize;}.cursor-zoom-in{cursor:zoom-in;}.cursor-zoom-out{cursor:zoom-out;}.cursor-auto-important{cursor:auto!important;}.cursor-default-important{cursor:default!important;}.cursor-none-important{cursor:none!important;}.cursor-context-menu-important{cursor:context-menu!important;}.cursor-help-important{cursor:help!important;}.cursor-pointer-important{cursor:pointer!important;}.cursor-progress-important{cursor:progress!important;}.cursor-wait-important{cursor:wait!important;}.cursor-cell-important{cursor:cell!important;}.cursor-crosshair-important{cursor:crosshair!important;}.cursor-text-important{cursor:text!important;}.cursor-vertical-text-important{cursor:vertical-text!important;}.cursor-alias-important{cursor:alias!important;}.cursor-copy-important{cursor:copy!important;}.cursor-move-important{cursor:move!important;}.cursor-no-drop-important{cursor:no-drop!important;}.cursor-not-allowed-important{cursor:not-allowed!important;}.cursor-grab-important{cursor:grab!important;}.cursor-grabbing-important{cursor:grabbing!important;}.cursor-all-scroll-important{cursor:all-scroll!important;}.cursor-col-resize-important{cursor:col-resize!important;}.cursor-row-resize-important{cursor:row-resize!important;}.cursor-n-resize-important{cursor:n-resize!important;}.cursor-e-resize-important{cursor:e-resize!important;}.cursor-s-resize-important{cursor:s-resize!important;}.cursor-w-resize-important{cursor:w-resize!important;}.cursor-ne-resize-important{cursor:ne-resize!important;}.cursor-nw-resize-important{cursor:nw-resize!important;}.cursor-se-resize-important{cursor:se-resize!important;}.cursor-sw-resize-important{cursor:sw-resize!important;}.cursor-ew-resize-important{cursor:ew-resize!important;}.cursor-ns-resize-important{cursor:ns-resize!important;}.cursor-nesw-resize-important{cursor:nesw-resize!important;}.cursor-nwse-resize-important{cursor:nwse-resize!important;}.cursor-zoom-in-important{cursor:zoom-in!important;}.cursor-zoom-out-important{cursor:zoom-out!important;}.cursor-clickable{cursor:pointer;}.cursor-clickable-important{cursor:pointer!important;}.cursor-disabled{cursor:not-allowed;}.cursor-disabled-important{cursor:not-allowed!important;}.cursor-draggable{cursor:move;}.cursor-draggable-important{cursor:move!important;}.cursor-grabbable{cursor:grab;}.cursor-grabbable-important{cursor:grab!important;}.cursor-text-select{cursor:text;}.cursor-text-select-important{cursor:text!important;}.cursor-loading{cursor:wait;}.cursor-loading-important{cursor:wait!important;}.cursor-progress-indicator{cursor:progress;}.cursor-progress-indicator-important{cursor:progress!important;}.cursor-resize-horizontal{cursor:ew-resize;}.cursor-resize-horizontal-important{cursor:ew-resize!important;}.cursor-resize-vertical{cursor:ns-resize;}.cursor-resize-vertical-important{cursor:ns-resize!important;}.cursor-resize-diagonal{cursor:nwse-resize;}.cursor-resize-diagonal-important{cursor:nwse-resize!important;}.cursor-zoom{cursor:zoom-in;}.cursor-zoom-important{cursor:zoom-in!important;}.position-static{position:static;}.position-relative{position:relative;}.position-absolute{position:absolute;}.position-fixed{position:fixed;}.position-sticky{position:sticky;}.position-static-important{position:static!important;}.position-relative-important{position:relative!important;}.position-absolute-important{position:absolute!important;}.position-fixed-important{position:fixed!important;}.position-sticky-important{position:sticky!important;}.relative{position:relative;}.absolute{position:absolute;}.fixed{position:fixed;}.sticky{position:sticky;}.static{position:static;}.relative-important{position:relative!important;}.absolute-important{position:absolute!important;}.fixed-important{position:fixed!important;}.sticky-important{position:sticky!important;}.static-important{position:static!important;}.pos-relative{position:relative;}.pos-absolute{position:absolute;}.pos-fixed{position:fixed;}.pos-sticky{position:sticky;}.pos-static{position:static;}.pos-relative-important{position:relative!important;}.pos-absolute-important{position:absolute!important;}.pos-fixed-important{position:fixed!important;}.pos-sticky-important{position:sticky!important;}.pos-static-important{position:static!important;}.overlay{position:absolute;top:0;left:0;right:0;bottom:0;}.overlay-important{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;}.fixed-top{position:fixed;top:0;left:0;right:0;}.fixed-top-important{position:fixed!important;top:0!important;left:0!important;right:0!important;}.fixed-bottom{position:fixed;bottom:0;left:0;right:0;}.fixed-bottom-important{position:fixed!important;bottom:0!important;left:0!important;right:0!important;}.sticky-top{position:sticky;top:0;}.sticky-top-important{position:sticky!important;top:0!important;}.sticky-bottom{position:sticky;bottom:0;}.sticky-bottom-important{position:sticky!important;bottom:0!important;}.absolute-full{position:absolute;top:0;left:0;width:100%;height:100%;}.absolute-full-important{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;}.fixed-full{position:fixed;top:0;left:0;width:100%;height:100%;}.fixed-full-important{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;}.absolute-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}.absolute-center-important{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;}.absolute-center-x{position:absolute;left:50%;transform:translateX(-50%);}.absolute-center-x-important{position:absolute!important;left:50%!important;transform:translateX(-50%)!important;}.absolute-center-y{position:absolute;top:50%;transform:translateY(-50%);}.absolute-center-y-important{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;}.fixed-center{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);}.fixed-center-important{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;}.fixed-center-x{position:fixed;left:50%;transform:translateX(-50%);}.fixed-center-x-important{position:fixed!important;left:50%!important;transform:translateX(-50%)!important;}.fixed-center-y{position:fixed;top:50%;transform:translateY(-50%);}.fixed-center-y-important{position:fixed!important;top:50%!important;transform:translateY(-50%)!important;}.position-inherit{position:inherit;}.position-initial{position:initial;}.position-unset{position:unset;}.position-revert{position:revert;}.position-inherit-important{position:inherit!important;}.position-initial-important{position:initial!important;}.position-unset-important{position:unset!important;}.position-revert-important{position:revert!important;}.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.text-align-start{text-align:start;}.text-align-end{text-align:end;}.text-align-justify-all{text-align:justify-all;}.text-align-match-parent{text-align:match-parent;}.text-align-left-important{text-align:left!important;}.text-align-right-important{text-align:right!important;}.text-align-center-important{text-align:center!important;}.text-align-justify-important{text-align:justify!important;}.text-align-start-important{text-align:start!important;}.text-align-end-important{text-align:end!important;}.text-align-justify-all-important{text-align:justify-all!important;}.text-align-match-parent-important{text-align:match-parent!important;}.text-left{text-align:left;}.text-right{text-align:right;}.text-center{text-align:center;}.text-justify{text-align:justify;}.text-start{text-align:start;}.text-end{text-align:end;}.text-left-important{text-align:left!important;}.text-right-important{text-align:right!important;}.text-center-important{text-align:center!important;}.text-justify-important{text-align:justify!important;}.text-start-important{text-align:start!important;}.text-end-important{text-align:end!important;}.vertical-align-baseline{vertical-align:baseline;}.vertical-align-sub{vertical-align:sub;}.vertical-align-super{vertical-align:super;}.vertical-align-top{vertical-align:top;}.vertical-align-text-top{vertical-align:text-top;}.vertical-align-middle{vertical-align:middle;}.vertical-align-bottom{vertical-align:bottom;}.vertical-align-text-bottom{vertical-align:text-bottom;}.vertical-align-inherit{vertical-align:inherit;}.vertical-align-initial{vertical-align:initial;}.vertical-align-unset{vertical-align:unset;}.vertical-align-baseline-important{vertical-align:baseline!important;}.vertical-align-sub-important{vertical-align:sub!important;}.vertical-align-super-important{vertical-align:super!important;}.vertical-align-top-important{vertical-align:top!important;}.vertical-align-text-top-important{vertical-align:text-top!important;}.vertical-align-middle-important{vertical-align:middle!important;}.vertical-align-bottom-important{vertical-align:bottom!important;}.vertical-align-text-bottom-important{vertical-align:text-bottom!important;}.vertical-align-inherit-important{vertical-align:inherit!important;}.vertical-align-initial-important{vertical-align:initial!important;}.vertical-align-unset-important{vertical-align:unset!important;}.align-baseline{vertical-align:baseline;}.align-sub{vertical-align:sub;}.align-super{vertical-align:super;}.align-top{vertical-align:top;}.align-text-top{vertical-align:text-top;}.align-middle{vertical-align:middle;}.align-bottom{vertical-align:bottom;}.align-text-bottom{vertical-align:text-bottom;}.align-baseline-important{vertical-align:baseline!important;}.align-sub-important{vertical-align:sub!important;}.align-super-important{vertical-align:super!important;}.align-top-important{vertical-align:top!important;}.align-text-top-important{vertical-align:text-top!important;}.align-middle-important{vertical-align:middle!important;}.align-bottom-important{vertical-align:bottom!important;}.align-text-bottom-important{vertical-align:text-bottom!important;}.align-items-start{align-items:flex-start;}.align-items-end{align-items:flex-end;}.align-items-center{align-items:center;}.align-items-baseline{align-items:baseline;}.align-items-stretch{align-items:stretch;}.align-items-start-important{align-items:flex-start!important;}.align-items-end-important{align-items:flex-end!important;}.align-items-center-important{align-items:center!important;}.align-items-baseline-important{align-items:baseline!important;}.align-items-stretch-important{align-items:stretch!important;}.align-self-start{align-self:flex-start;}.align-self-end{align-self:flex-end;}.align-self-center{align-self:center;}.align-self-baseline{align-self:baseline;}.align-self-stretch{align-self:stretch;}.align-self-auto{align-self:auto;}.align-self-start-important{align-self:flex-start!important;}.align-self-end-important{align-self:flex-end!important;}.align-self-center-important{align-self:center!important;}.align-self-baseline-important{align-self:baseline!important;}.align-self-stretch-important{align-self:stretch!important;}.align-self-auto-important{align-self:auto!important;}.justify-content-start{justify-content:flex-start;}.justify-content-end{justify-content:flex-end;}.justify-content-center{justify-content:center;}.justify-content-between{justify-content:space-between;}.justify-content-around{justify-content:space-around;}.justify-content-evenly{justify-content:space-evenly;}.justify-content-start-important{justify-content:flex-start!important;}.justify-content-end-important{justify-content:flex-end!important;}.justify-content-center-important{justify-content:center!important;}.justify-content-between-important{justify-content:space-between!important;}.justify-content-around-important{justify-content:space-around!important;}.justify-content-evenly-important{justify-content:space-evenly!important;}.justify-items-start{justify-items:start;}.justify-items-end{justify-items:end;}.justify-items-center{justify-items:center;}.justify-items-stretch{justify-items:stretch;}.justify-items-start-important{justify-items:start!important;}.justify-items-end-important{justify-items:end!important;}.justify-items-center-important{justify-items:center!important;}.justify-items-stretch-important{justify-items:stretch!important;}.align-items-grid-start{align-items:start;}.align-items-grid-end{align-items:end;}.align-items-grid-center{align-items:center;}.align-items-grid-stretch{align-items:stretch;}.align-items-grid-start-important{align-items:start!important;}.align-items-grid-end-important{align-items:end!important;}.align-items-grid-center-important{align-items:center!important;}.align-items-grid-stretch-important{align-items:stretch!important;}.justify-self-start{justify-self:start;}.justify-self-end{justify-self:end;}.justify-self-center{justify-self:center;}.justify-self-stretch{justify-self:stretch;}.justify-self-start-important{justify-self:start!important;}.justify-self-end-important{justify-self:end!important;}.justify-self-center-important{justify-self:center!important;}.justify-self-stretch-important{justify-self:stretch!important;}.align-self-grid-start{align-self:start;}.align-self-grid-end{align-self:end;}.align-self-grid-center{align-self:center;}.align-self-grid-stretch{align-self:stretch;}.align-self-grid-start-important{align-self:start!important;}.align-self-grid-end-important{align-self:end!important;}.align-self-grid-center-important{align-self:center!important;}.align-self-grid-stretch-important{align-self:stretch!important;}.float-left{float:left;}.float-right{float:right;}.float-none{float:none;}.float-inline-start{float:inline-start;}.float-inline-end{float:inline-end;}.float-left-important{float:left!important;}.float-right-important{float:right!important;}.float-none-important{float:none!important;}.float-inline-start-important{float:inline-start!important;}.float-inline-end-important{float:inline-end!important;}.clear-left{clear:left;}.clear-right{clear:right;}.clear-both{clear:both;}.clear-none{clear:none;}.clear-left-important{clear:left!important;}.clear-right-important{clear:right!important;}.clear-both-important{clear:both!important;}.clear-none-important{clear:none!important;}.object-contain{object-fit:contain;}.object-cover{object-fit:cover;}.object-fill{object-fit:fill;}.object-none{object-fit:none;}.object-scale-down{object-fit:scale-down;}.object-contain-important{object-fit:contain!important;}.object-cover-important{object-fit:cover!important;}.object-fill-important{object-fit:fill!important;}.object-none-important{object-fit:none!important;}.object-scale-down-important{object-fit:scale-down!important;}.object-position-left{object-position:left;}.object-position-right{object-position:right;}.object-position-center{object-position:center;}.object-position-top{object-position:top;}.object-position-bottom{object-position:bottom;}.object-position-top-left{object-position:top left;}.object-position-top-right{object-position:top right;}.object-position-bottom-left{object-position:bottom left;}.object-position-bottom-right{object-position:bottom right;}.object-position-left-important{object-position:left!important;}.object-position-right-important{object-position:right!important;}.object-position-center-important{object-position:center!important;}.object-position-top-important{object-position:top!important;}.object-position-bottom-important{object-position:bottom!important;}.object-position-top-left-important{object-position:top left!important;}.object-position-top-right-important{object-position:top right!important;}.object-position-bottom-left-important{object-position:bottom left!important;}.object-position-bottom-right-important{object-position:bottom right!important;}.line-height-01{line-height:.1;}.line-height-02{line-height:.2;}.line-height-03{line-height:.3;}.line-height-04{line-height:.4;}.line-height-05{line-height:.5;}.line-height-06{line-height:.6;}.line-height-07{line-height:.7;}.line-height-08{line-height:.8;}.line-height-09{line-height:.9;}.line-height-10{line-height:1;}.line-height-11{line-height:1.1;}.line-height-12{line-height:1.2;}.line-height-13{line-height:1.3;}.line-height-14{line-height:1.4;}.line-height-15{line-height:1.5;}.line-height-16{line-height:1.6;}.line-height-17{line-height:1.7;}.line-height-18{line-height:1.8;}.line-height-19{line-height:1.9;}.line-height-20{line-height:2;}.line-height-21{line-height:2.1;}.line-height-22{line-height:2.2;}.line-height-23{line-height:2.3;}.line-height-24{line-height:2.4;}.line-height-25{line-height:2.5;}.line-height-26{line-height:2.6;}.line-height-27{line-height:2.7;}.line-height-28{line-height:2.8;}.line-height-29{line-height:2.9;}.line-height-30{line-height:3;}.line-height-31{line-height:3.1;}.line-height-32{line-height:3.2;}.line-height-33{line-height:3.3;}.line-height-34{line-height:3.4;}.line-height-35{line-height:3.5;}.line-height-36{line-height:3.6;}.line-height-37{line-height:3.7;}.line-height-38{line-height:3.8;}.line-height-39{line-height:3.9;}.line-height-40{line-height:4;}.line-height-41{line-height:4.1;}.line-height-42{line-height:4.2;}.line-height-43{line-height:4.3;}.line-height-44{line-height:4.4;}.line-height-45{line-height:4.5;}.line-height-46{line-height:4.6;}.line-height-47{line-height:4.7;}.line-height-48{line-height:4.8;}.line-height-49{line-height:4.9;}.line-height-50{line-height:5;}.line-height-01-important{line-height:.1!important;}.line-height-02-important{line-height:.2!important;}.line-height-03-important{line-height:.3!important;}.line-height-04-important{line-height:.4!important;}.line-height-05-important{line-height:.5!important;}.line-height-06-important{line-height:.6!important;}.line-height-07-important{line-height:.7!important;}.line-height-08-important{line-height:.8!important;}.line-height-09-important{line-height:.9!important;}.line-height-10-important{line-height:1!important;}.line-height-11-important{line-height:1.1!important;}.line-height-12-important{line-height:1.2!important;}.line-height-13-important{line-height:1.3!important;}.line-height-14-important{line-height:1.4!important;}.line-height-15-important{line-height:1.5!important;}.line-height-16-important{line-height:1.6!important;}.line-height-17-important{line-height:1.7!important;}.line-height-18-important{line-height:1.8!important;}.line-height-19-important{line-height:1.9!important;}.line-height-20-important{line-height:2!important;}.line-height-21-important{line-height:2.1!important;}.line-height-22-important{line-height:2.2!important;}.line-height-23-important{line-height:2.3!important;}.line-height-24-important{line-height:2.4!important;}.line-height-25-important{line-height:2.5!important;}.line-height-26-important{line-height:2.6!important;}.line-height-27-important{line-height:2.7!important;}.line-height-28-important{line-height:2.8!important;}.line-height-29-important{line-height:2.9!important;}.line-height-30-important{line-height:3!important;}.line-height-31-important{line-height:3.1!important;}.line-height-32-important{line-height:3.2!important;}.line-height-33-important{line-height:3.3!important;}.line-height-34-important{line-height:3.4!important;}.line-height-35-important{line-height:3.5!important;}.line-height-36-important{line-height:3.6!important;}.line-height-37-important{line-height:3.7!important;}.line-height-38-important{line-height:3.8!important;}.line-height-39-important{line-height:3.9!important;}.line-height-40-important{line-height:4!important;}.line-height-41-important{line-height:4.1!important;}.line-height-42-important{line-height:4.2!important;}.line-height-43-important{line-height:4.3!important;}.line-height-44-important{line-height:4.4!important;}.line-height-45-important{line-height:4.5!important;}.line-height-46-important{line-height:4.6!important;}.line-height-47-important{line-height:4.7!important;}.line-height-48-important{line-height:4.8!important;}.line-height-49-important{line-height:4.9!important;}.line-height-50-important{line-height:5!important;}.lh-01{line-height:.1;}.lh-02{line-height:.2;}.lh-03{line-height:.3;}.lh-04{line-height:.4;}.lh-05{line-height:.5;}.lh-06{line-height:.6;}.lh-07{line-height:.7;}.lh-08{line-height:.8;}.lh-09{line-height:.9;}.lh-10{line-height:1;}.lh-11{line-height:1.1;}.lh-12{line-height:1.2;}.lh-13{line-height:1.3;}.lh-14{line-height:1.4;}.lh-15{line-height:1.5;}.lh-16{line-height:1.6;}.lh-17{line-height:1.7;}.lh-18{line-height:1.8;}.lh-19{line-height:1.9;}.lh-20{line-height:2;}.lh-21{line-height:2.1;}.lh-22{line-height:2.2;}.lh-23{line-height:2.3;}.lh-24{line-height:2.4;}.lh-25{line-height:2.5;}.lh-26{line-height:2.6;}.lh-27{line-height:2.7;}.lh-28{line-height:2.8;}.lh-29{line-height:2.9;}.lh-30{line-height:3;}.lh-31{line-height:3.1;}.lh-32{line-height:3.2;}.lh-33{line-height:3.3;}.lh-34{line-height:3.4;}.lh-35{line-height:3.5;}.lh-36{line-height:3.6;}.lh-37{line-height:3.7;}.lh-38{line-height:3.8;}.lh-39{line-height:3.9;}.lh-40{line-height:4;}.lh-41{line-height:4.1;}.lh-42{line-height:4.2;}.lh-43{line-height:4.3;}.lh-44{line-height:4.4;}.lh-45{line-height:4.5;}.lh-46{line-height:4.6;}.lh-47{line-height:4.7;}.lh-48{line-height:4.8;}.lh-49{line-height:4.9;}.lh-50{line-height:5;}.lh-01-important{line-height:.1!important;}.lh-02-important{line-height:.2!important;}.lh-03-important{line-height:.3!important;}.lh-04-important{line-height:.4!important;}.lh-05-important{line-height:.5!important;}.lh-06-important{line-height:.6!important;}.lh-07-important{line-height:.7!important;}.lh-08-important{line-height:.8!important;}.lh-09-important{line-height:.9!important;}.lh-10-important{line-height:1!important;}.lh-11-important{line-height:1.1!important;}.lh-12-important{line-height:1.2!important;}.lh-13-important{line-height:1.3!important;}.lh-14-important{line-height:1.4!important;}.lh-15-important{line-height:1.5!important;}.lh-16-important{line-height:1.6!important;}.lh-17-important{line-height:1.7!important;}.lh-18-important{line-height:1.8!important;}.lh-19-important{line-height:1.9!important;}.lh-20-important{line-height:2!important;}.lh-21-important{line-height:2.1!important;}.lh-22-important{line-height:2.2!important;}.lh-23-important{line-height:2.3!important;}.lh-24-important{line-height:2.4!important;}.lh-25-important{line-height:2.5!important;}.lh-26-important{line-height:2.6!important;}.lh-27-important{line-height:2.7!important;}.lh-28-important{line-height:2.8!important;}.lh-29-important{line-height:2.9!important;}.lh-30-important{line-height:3!important;}.lh-31-important{line-height:3.1!important;}.lh-32-important{line-height:3.2!important;}.lh-33-important{line-height:3.3!important;}.lh-34-important{line-height:3.4!important;}.lh-35-important{line-height:3.5!important;}.lh-36-important{line-height:3.6!important;}.lh-37-important{line-height:3.7!important;}.lh-38-important{line-height:3.8!important;}.lh-39-important{line-height:3.9!important;}.lh-40-important{line-height:4!important;}.lh-41-important{line-height:4.1!important;}.lh-42-important{line-height:4.2!important;}.lh-43-important{line-height:4.3!important;}.lh-44-important{line-height:4.4!important;}.lh-45-important{line-height:4.5!important;}.lh-46-important{line-height:4.6!important;}.lh-47-important{line-height:4.7!important;}.lh-48-important{line-height:4.8!important;}.lh-49-important{line-height:4.9!important;}.lh-50-important{line-height:5!important;}.line-height-normal{line-height:normal;}.line-height-inherit{line-height:inherit;}.line-height-initial{line-height:initial;}.line-height-unset{line-height:unset;}.line-height-revert{line-height:revert;}.line-height-normal-important{line-height:normal!important;}.line-height-inherit-important{line-height:inherit!important;}.line-height-initial-important{line-height:initial!important;}.line-height-unset-important{line-height:unset!important;}.line-height-revert-important{line-height:revert!important;}.line-height-tight{line-height:1.25;}.line-height-snug{line-height:1.375;}.line-height-normal{line-height:1.5;}.line-height-relaxed{line-height:1.625;}.line-height-loose{line-height:2;}.line-height-tight-important{line-height:1.25!important;}.line-height-snug-important{line-height:1.375!important;}.line-height-normal-important{line-height:1.5!important;}.line-height-relaxed-important{line-height:1.625!important;}.line-height-loose-important{line-height:2!important;}.line-height-0px{line-height:0;}.line-height-1px{line-height:1px;}.line-height-2px{line-height:2px;}.line-height-3px{line-height:3px;}.line-height-4px{line-height:4px;}.line-height-5px{line-height:5px;}.line-height-6px{line-height:6px;}.line-height-7px{line-height:7px;}.line-height-8px{line-height:8px;}.line-height-9px{line-height:9px;}.line-height-10px{line-height:10px;}.line-height-11px{line-height:11px;}.line-height-12px{line-height:12px;}.line-height-13px{line-height:13px;}.line-height-14px{line-height:14px;}.line-height-15px{line-height:15px;}.line-height-16px{line-height:16px;}.line-height-17px{line-height:17px;}.line-height-18px{line-height:18px;}.line-height-19px{line-height:19px;}.line-height-20px{line-height:20px;}.line-height-21px{line-height:21px;}.line-height-22px{line-height:22px;}.line-height-23px{line-height:23px;}.line-height-24px{line-height:24px;}.line-height-25px{line-height:25px;}.line-height-26px{line-height:26px;}.line-height-27px{line-height:27px;}.line-height-28px{line-height:28px;}.line-height-29px{line-height:29px;}.line-height-30px{line-height:30px;}.line-height-31px{line-height:31px;}.line-height-32px{line-height:32px;}.line-height-33px{line-height:33px;}.line-height-34px{line-height:34px;}.line-height-35px{line-height:35px;}.line-height-36px{line-height:36px;}.line-height-37px{line-height:37px;}.line-height-38px{line-height:38px;}.line-height-39px{line-height:39px;}.line-height-40px{line-height:40px;}.line-height-41px{line-height:41px;}.line-height-42px{line-height:42px;}.line-height-43px{line-height:43px;}.line-height-44px{line-height:44px;}.line-height-45px{line-height:45px;}.line-height-46px{line-height:46px;}.line-height-47px{line-height:47px;}.line-height-48px{line-height:48px;}.line-height-49px{line-height:49px;}.line-height-50px{line-height:50px;}.line-height-51px{line-height:51px;}.line-height-52px{line-height:52px;}.line-height-53px{line-height:53px;}.line-height-54px{line-height:54px;}.line-height-55px{line-height:55px;}.line-height-56px{line-height:56px;}.line-height-57px{line-height:57px;}.line-height-58px{line-height:58px;}.line-height-59px{line-height:59px;}.line-height-60px{line-height:60px;}.line-height-61px{line-height:61px;}.line-height-62px{line-height:62px;}.line-height-63px{line-height:63px;}.line-height-64px{line-height:64px;}.line-height-65px{line-height:65px;}.line-height-66px{line-height:66px;}.line-height-67px{line-height:67px;}.line-height-68px{line-height:68px;}.line-height-69px{line-height:69px;}.line-height-70px{line-height:70px;}.line-height-71px{line-height:71px;}.line-height-72px{line-height:72px;}.line-height-73px{line-height:73px;}.line-height-74px{line-height:74px;}.line-height-75px{line-height:75px;}.line-height-76px{line-height:76px;}.line-height-77px{line-height:77px;}.line-height-78px{line-height:78px;}.line-height-79px{line-height:79px;}.line-height-80px{line-height:80px;}.line-height-81px{line-height:81px;}.line-height-82px{line-height:82px;}.line-height-83px{line-height:83px;}.line-height-84px{line-height:84px;}.line-height-85px{line-height:85px;}.line-height-86px{line-height:86px;}.line-height-87px{line-height:87px;}.line-height-88px{line-height:88px;}.line-height-89px{line-height:89px;}.line-height-90px{line-height:90px;}.line-height-91px{line-height:91px;}.line-height-92px{line-height:92px;}.line-height-93px{line-height:93px;}.line-height-94px{line-height:94px;}.line-height-95px{line-height:95px;}.line-height-96px{line-height:96px;}.line-height-97px{line-height:97px;}.line-height-98px{line-height:98px;}.line-height-99px{line-height:99px;}.line-height-100px{line-height:100px;}.line-height-101px{line-height:101px;}.line-height-102px{line-height:102px;}.line-height-103px{line-height:103px;}.line-height-104px{line-height:104px;}.line-height-105px{line-height:105px;}.line-height-106px{line-height:106px;}.line-height-107px{line-height:107px;}.line-height-108px{line-height:108px;}.line-height-109px{line-height:109px;}.line-height-110px{line-height:110px;}.line-height-111px{line-height:111px;}.line-height-112px{line-height:112px;}.line-height-113px{line-height:113px;}.line-height-114px{line-height:114px;}.line-height-115px{line-height:115px;}.line-height-116px{line-height:116px;}.line-height-117px{line-height:117px;}.line-height-118px{line-height:118px;}.line-height-119px{line-height:119px;}.line-height-120px{line-height:120px;}.line-height-121px{line-height:121px;}.line-height-122px{line-height:122px;}.line-height-123px{line-height:123px;}.line-height-124px{line-height:124px;}.line-height-125px{line-height:125px;}.line-height-126px{line-height:126px;}.line-height-127px{line-height:127px;}.line-height-128px{line-height:128px;}.line-height-129px{line-height:129px;}.line-height-130px{line-height:130px;}.line-height-131px{line-height:131px;}.line-height-132px{line-height:132px;}.line-height-133px{line-height:133px;}.line-height-134px{line-height:134px;}.line-height-135px{line-height:135px;}.line-height-136px{line-height:136px;}.line-height-137px{line-height:137px;}.line-height-138px{line-height:138px;}.line-height-139px{line-height:139px;}.line-height-140px{line-height:140px;}.line-height-141px{line-height:141px;}.line-height-142px{line-height:142px;}.line-height-143px{line-height:143px;}.line-height-144px{line-height:144px;}.line-height-145px{line-height:145px;}.line-height-146px{line-height:146px;}.line-height-147px{line-height:147px;}.line-height-148px{line-height:148px;}.line-height-149px{line-height:149px;}.line-height-150px{line-height:150px;}.line-height-151px{line-height:151px;}.line-height-152px{line-height:152px;}.line-height-153px{line-height:153px;}.line-height-154px{line-height:154px;}.line-height-155px{line-height:155px;}.line-height-156px{line-height:156px;}.line-height-157px{line-height:157px;}.line-height-158px{line-height:158px;}.line-height-159px{line-height:159px;}.line-height-160px{line-height:160px;}.line-height-161px{line-height:161px;}.line-height-162px{line-height:162px;}.line-height-163px{line-height:163px;}.line-height-164px{line-height:164px;}.line-height-165px{line-height:165px;}.line-height-166px{line-height:166px;}.line-height-167px{line-height:167px;}.line-height-168px{line-height:168px;}.line-height-169px{line-height:169px;}.line-height-170px{line-height:170px;}.line-height-171px{line-height:171px;}.line-height-172px{line-height:172px;}.line-height-173px{line-height:173px;}.line-height-174px{line-height:174px;}.line-height-175px{line-height:175px;}.line-height-176px{line-height:176px;}.line-height-177px{line-height:177px;}.line-height-178px{line-height:178px;}.line-height-179px{line-height:179px;}.line-height-180px{line-height:180px;}.line-height-181px{line-height:181px;}.line-height-182px{line-height:182px;}.line-height-183px{line-height:183px;}.line-height-184px{line-height:184px;}.line-height-185px{line-height:185px;}.line-height-186px{line-height:186px;}.line-height-187px{line-height:187px;}.line-height-188px{line-height:188px;}.line-height-189px{line-height:189px;}.line-height-190px{line-height:190px;}.line-height-191px{line-height:191px;}.line-height-192px{line-height:192px;}.line-height-193px{line-height:193px;}.line-height-194px{line-height:194px;}.line-height-195px{line-height:195px;}.line-height-196px{line-height:196px;}.line-height-197px{line-height:197px;}.line-height-198px{line-height:198px;}.line-height-199px{line-height:199px;}.line-height-200px{line-height:200px;}.line-height-0px-important{line-height:0!important;}.line-height-1px-important{line-height:1px!important;}.line-height-2px-important{line-height:2px!important;}.line-height-3px-important{line-height:3px!important;}.line-height-4px-important{line-height:4px!important;}.line-height-5px-important{line-height:5px!important;}.line-height-6px-important{line-height:6px!important;}.line-height-7px-important{line-height:7px!important;}.line-height-8px-important{line-height:8px!important;}.line-height-9px-important{line-height:9px!important;}.line-height-10px-important{line-height:10px!important;}.line-height-11px-important{line-height:11px!important;}.line-height-12px-important{line-height:12px!important;}.line-height-13px-important{line-height:13px!important;}.line-height-14px-important{line-height:14px!important;}.line-height-15px-important{line-height:15px!important;}.line-height-16px-important{line-height:16px!important;}.line-height-17px-important{line-height:17px!important;}.line-height-18px-important{line-height:18px!important;}.line-height-19px-important{line-height:19px!important;}.line-height-20px-important{line-height:20px!important;}.line-height-21px-important{line-height:21px!important;}.line-height-22px-important{line-height:22px!important;}.line-height-23px-important{line-height:23px!important;}.line-height-24px-important{line-height:24px!important;}.line-height-25px-important{line-height:25px!important;}.line-height-26px-important{line-height:26px!important;}.line-height-27px-important{line-height:27px!important;}.line-height-28px-important{line-height:28px!important;}.line-height-29px-important{line-height:29px!important;}.line-height-30px-important{line-height:30px!important;}.line-height-31px-important{line-height:31px!important;}.line-height-32px-important{line-height:32px!important;}.line-height-33px-important{line-height:33px!important;}.line-height-34px-important{line-height:34px!important;}.line-height-35px-important{line-height:35px!important;}.line-height-36px-important{line-height:36px!important;}.line-height-37px-important{line-height:37px!important;}.line-height-38px-important{line-height:38px!important;}.line-height-39px-important{line-height:39px!important;}.line-height-40px-important{line-height:40px!important;}.line-height-41px-important{line-height:41px!important;}.line-height-42px-important{line-height:42px!important;}.line-height-43px-important{line-height:43px!important;}.line-height-44px-important{line-height:44px!important;}.line-height-45px-important{line-height:45px!important;}.line-height-46px-important{line-height:46px!important;}.line-height-47px-important{line-height:47px!important;}.line-height-48px-important{line-height:48px!important;}.line-height-49px-important{line-height:49px!important;}.line-height-50px-important{line-height:50px!important;}.line-height-51px-important{line-height:51px!important;}.line-height-52px-important{line-height:52px!important;}.line-height-53px-important{line-height:53px!important;}.line-height-54px-important{line-height:54px!important;}.line-height-55px-important{line-height:55px!important;}.line-height-56px-important{line-height:56px!important;}.line-height-57px-important{line-height:57px!important;}.line-height-58px-important{line-height:58px!important;}.line-height-59px-important{line-height:59px!important;}.line-height-60px-important{line-height:60px!important;}.line-height-61px-important{line-height:61px!important;}.line-height-62px-important{line-height:62px!important;}.line-height-63px-important{line-height:63px!important;}.line-height-64px-important{line-height:64px!important;}.line-height-65px-important{line-height:65px!important;}.line-height-66px-important{line-height:66px!important;}.line-height-67px-important{line-height:67px!important;}.line-height-68px-important{line-height:68px!important;}.line-height-69px-important{line-height:69px!important;}.line-height-70px-important{line-height:70px!important;}.line-height-71px-important{line-height:71px!important;}.line-height-72px-important{line-height:72px!important;}.line-height-73px-important{line-height:73px!important;}.line-height-74px-important{line-height:74px!important;}.line-height-75px-important{line-height:75px!important;}.line-height-76px-important{line-height:76px!important;}.line-height-77px-important{line-height:77px!important;}.line-height-78px-important{line-height:78px!important;}.line-height-79px-important{line-height:79px!important;}.line-height-80px-important{line-height:80px!important;}.line-height-81px-important{line-height:81px!important;}.line-height-82px-important{line-height:82px!important;}.line-height-83px-important{line-height:83px!important;}.line-height-84px-important{line-height:84px!important;}.line-height-85px-important{line-height:85px!important;}.line-height-86px-important{line-height:86px!important;}.line-height-87px-important{line-height:87px!important;}.line-height-88px-important{line-height:88px!important;}.line-height-89px-important{line-height:89px!important;}.line-height-90px-important{line-height:90px!important;}.line-height-91px-important{line-height:91px!important;}.line-height-92px-important{line-height:92px!important;}.line-height-93px-important{line-height:93px!important;}.line-height-94px-important{line-height:94px!important;}.line-height-95px-important{line-height:95px!important;}.line-height-96px-important{line-height:96px!important;}.line-height-97px-important{line-height:97px!important;}.line-height-98px-important{line-height:98px!important;}.line-height-99px-important{line-height:99px!important;}.line-height-100px-important{line-height:100px!important;}.line-height-101px-important{line-height:101px!important;}.line-height-102px-important{line-height:102px!important;}.line-height-103px-important{line-height:103px!important;}.line-height-104px-important{line-height:104px!important;}.line-height-105px-important{line-height:105px!important;}.line-height-106px-important{line-height:106px!important;}.line-height-107px-important{line-height:107px!important;}.line-height-108px-important{line-height:108px!important;}.line-height-109px-important{line-height:109px!important;}.line-height-110px-important{line-height:110px!important;}.line-height-111px-important{line-height:111px!important;}.line-height-112px-important{line-height:112px!important;}.line-height-113px-important{line-height:113px!important;}.line-height-114px-important{line-height:114px!important;}.line-height-115px-important{line-height:115px!important;}.line-height-116px-important{line-height:116px!important;}.line-height-117px-important{line-height:117px!important;}.line-height-118px-important{line-height:118px!important;}.line-height-119px-important{line-height:119px!important;}.line-height-120px-important{line-height:120px!important;}.line-height-121px-important{line-height:121px!important;}.line-height-122px-important{line-height:122px!important;}.line-height-123px-important{line-height:123px!important;}.line-height-124px-important{line-height:124px!important;}.line-height-125px-important{line-height:125px!important;}.line-height-126px-important{line-height:126px!important;}.line-height-127px-important{line-height:127px!important;}.line-height-128px-important{line-height:128px!important;}.line-height-129px-important{line-height:129px!important;}.line-height-130px-important{line-height:130px!important;}.line-height-131px-important{line-height:131px!important;}.line-height-132px-important{line-height:132px!important;}.line-height-133px-important{line-height:133px!important;}.line-height-134px-important{line-height:134px!important;}.line-height-135px-important{line-height:135px!important;}.line-height-136px-important{line-height:136px!important;}.line-height-137px-important{line-height:137px!important;}.line-height-138px-important{line-height:138px!important;}.line-height-139px-important{line-height:139px!important;}.line-height-140px-important{line-height:140px!important;}.line-height-141px-important{line-height:141px!important;}.line-height-142px-important{line-height:142px!important;}.line-height-143px-important{line-height:143px!important;}.line-height-144px-important{line-height:144px!important;}.line-height-145px-important{line-height:145px!important;}.line-height-146px-important{line-height:146px!important;}.line-height-147px-important{line-height:147px!important;}.line-height-148px-important{line-height:148px!important;}.line-height-149px-important{line-height:149px!important;}.line-height-150px-important{line-height:150px!important;}.line-height-151px-important{line-height:151px!important;}.line-height-152px-important{line-height:152px!important;}.line-height-153px-important{line-height:153px!important;}.line-height-154px-important{line-height:154px!important;}.line-height-155px-important{line-height:155px!important;}.line-height-156px-important{line-height:156px!important;}.line-height-157px-important{line-height:157px!important;}.line-height-158px-important{line-height:158px!important;}.line-height-159px-important{line-height:159px!important;}.line-height-160px-important{line-height:160px!important;}.line-height-161px-important{line-height:161px!important;}.line-height-162px-important{line-height:162px!important;}.line-height-163px-important{line-height:163px!important;}.line-height-164px-important{line-height:164px!important;}.line-height-165px-important{line-height:165px!important;}.line-height-166px-important{line-height:166px!important;}.line-height-167px-important{line-height:167px!important;}.line-height-168px-important{line-height:168px!important;}.line-height-169px-important{line-height:169px!important;}.line-height-170px-important{line-height:170px!important;}.line-height-171px-important{line-height:171px!important;}.line-height-172px-important{line-height:172px!important;}.line-height-173px-important{line-height:173px!important;}.line-height-174px-important{line-height:174px!important;}.line-height-175px-important{line-height:175px!important;}.line-height-176px-important{line-height:176px!important;}.line-height-177px-important{line-height:177px!important;}.line-height-178px-important{line-height:178px!important;}.line-height-179px-important{line-height:179px!important;}.line-height-180px-important{line-height:180px!important;}.line-height-181px-important{line-height:181px!important;}.line-height-182px-important{line-height:182px!important;}.line-height-183px-important{line-height:183px!important;}.line-height-184px-important{line-height:184px!important;}.line-height-185px-important{line-height:185px!important;}.line-height-186px-important{line-height:186px!important;}.line-height-187px-important{line-height:187px!important;}.line-height-188px-important{line-height:188px!important;}.line-height-189px-important{line-height:189px!important;}.line-height-190px-important{line-height:190px!important;}.line-height-191px-important{line-height:191px!important;}.line-height-192px-important{line-height:192px!important;}.line-height-193px-important{line-height:193px!important;}.line-height-194px-important{line-height:194px!important;}.line-height-195px-important{line-height:195px!important;}.line-height-196px-important{line-height:196px!important;}.line-height-197px-important{line-height:197px!important;}.line-height-198px-important{line-height:198px!important;}.line-height-199px-important{line-height:199px!important;}.line-height-200px-important{line-height:200px!important;}.lh-0px{line-height:0;}.lh-1px{line-height:1px;}.lh-2px{line-height:2px;}.lh-3px{line-height:3px;}.lh-4px{line-height:4px;}.lh-5px{line-height:5px;}.lh-6px{line-height:6px;}.lh-7px{line-height:7px;}.lh-8px{line-height:8px;}.lh-9px{line-height:9px;}.lh-10px{line-height:10px;}.lh-15px{line-height:15px;}.lh-20px{line-height:20px;}.lh-25px{line-height:25px;}.lh-30px{line-height:30px;}.lh-35px{line-height:35px;}.lh-40px{line-height:40px;}.lh-45px{line-height:45px;}.lh-50px{line-height:50px;}.lh-55px{line-height:55px;}.lh-60px{line-height:60px;}.lh-65px{line-height:65px;}.lh-70px{line-height:70px;}.lh-75px{line-height:75px;}.lh-80px{line-height:80px;}.lh-85px{line-height:85px;}.lh-90px{line-height:90px;}.lh-95px{line-height:95px;}.lh-100px{line-height:100px;}.lh-110px{line-height:110px;}.lh-120px{line-height:120px;}.lh-130px{line-height:130px;}.lh-140px{line-height:140px;}.lh-150px{line-height:150px;}.lh-160px{line-height:160px;}.lh-170px{line-height:170px;}.lh-180px{line-height:180px;}.lh-190px{line-height:190px;}.lh-200px{line-height:200px;}.lh-0px-important{line-height:0!important;}.lh-1px-important{line-height:1px!important;}.lh-2px-important{line-height:2px!important;}.lh-3px-important{line-height:3px!important;}.lh-4px-important{line-height:4px!important;}.lh-5px-important{line-height:5px!important;}.lh-6px-important{line-height:6px!important;}.lh-7px-important{line-height:7px!important;}.lh-8px-important{line-height:8px!important;}.lh-9px-important{line-height:9px!important;}.lh-10px-important{line-height:10px!important;}.lh-15px-important{line-height:15px!important;}.lh-20px-important{line-height:20px!important;}.lh-25px-important{line-height:25px!important;}.lh-30px-important{line-height:30px!important;}.lh-35px-important{line-height:35px!important;}.lh-40px-important{line-height:40px!important;}.lh-45px-important{line-height:45px!important;}.lh-50px-important{line-height:50px!important;}.lh-55px-important{line-height:55px!important;}.lh-60px-important{line-height:60px!important;}.lh-65px-important{line-height:65px!important;}.lh-70px-important{line-height:70px!important;}.lh-75px-important{line-height:75px!important;}.lh-80px-important{line-height:80px!important;}.lh-85px-important{line-height:85px!important;}.lh-90px-important{line-height:90px!important;}.lh-95px-important{line-height:95px!important;}.lh-100px-important{line-height:100px!important;}.lh-110px-important{line-height:110px!important;}.lh-120px-important{line-height:120px!important;}.lh-130px-important{line-height:130px!important;}.lh-140px-important{line-height:140px!important;}.lh-150px-important{line-height:150px!important;}.lh-160px-important{line-height:160px!important;}.lh-170px-important{line-height:170px!important;}.lh-180px-important{line-height:180px!important;}.lh-190px-important{line-height:190px!important;}.lh-200px-important{line-height:200px!important;}.text-color-orange{color:#fd7e14;}.text-color-orange-dark{color:#d26102;}.text-color-orange-light{color:#fe9f51;}.bg-color-orange{background-color:#fd7e14;}.bg-color-orange-dark{background-color:#d26102;}.bg-color-orange-light{background-color:#fe9f51;}.vertical-align-middle{vertical-align:middle!important;}.vertical-align-bottom{vertical-align:bottom!important;}.no-float{float:none;}.clear-float{float:none;clear:both;}.top-75px{top:-75px;}.scale1_5-1{transform:scale(1.5,1);}.border-radius-25px{border-radius:25px;}.border-solid-info-thin{border:solid thin #17a2b8;}.no-border{border:0!important;}.force-transparant{background:transparent!important;background-color:transparent!important;}.transform-rotate-45{transform:rotate(45deg);}.width-fit-content{width:fit-content;}.empty-background{background:none!important;}.no-border-radius{border-radius:0!important;}.no-transition{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;transition:none!important;}.no-transition-children *{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;transition:none!important;}.deleted-strickthrough{color:#dc3545!important;text-decoration:line-through;}.underline{text-decoration:underline;}.inline-children-1-1-1>div{display:inline-block;width:100%/3;}.inline-children-30-40-30>div{display:inline-block;vertical-align:middle;}.inline-children-30-40-30>div:nth-child(1){width:30%;}.inline-children-30-40-30>div:nth-child(2){width:40%;}.inline-children-30-40-30>div:nth-child(3){width:30%;}.inline-children-70-30>div{display:inline-block;vertical-align:middle;}.inline-children-70-30>div:nth-child(1){width:70%;}.inline-children-70-30>div:nth-child(2){width:30%;}.inline-children-50-50>div{display:inline-block;vertical-align:middle;}.inline-children-50-50>div:nth-child(1){width:50%;}.inline-children-50-50>div:nth-child(2){width:50%;}.clear-child-section-padding section{padding:0;}.no-transition{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;transition:none!important;}.no-transition-children *{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;transition:none!important;}.display-4{font-size:2rem;}.display-5{font-size:1.5rem;}
.text-color-blue{color:#007bff}.text-color-indigo{color:#6610f2}.text-color-purple{color:#6f42c1}.text-color-pink{color:#e83e8c}.text-color-red{color:#dc3545}.text-color-orange{color:#fd7e14}.text-color-yellow{color:#fcca04}.text-color-yellow-dark{color:#d5aa03}.text-color-yellow-light{color:#fcd32c}.text-color-yellow-text{color:#494949}.text-color-green{color:#28a745}.text-color-teal{color:#20c997}.text-color-cyan{color:#17a2b8}.text-color-white{color:#fff}.text-color-gray-100{color:#f8f9fa}.text-color-gray-200{color:#e9ecef}.text-color-gray-300{color:#dee2e6}.text-color-gray-400{color:#ced4da}.text-color-gray-500{color:#adb5bd}.text-color-gray-600{color:#6c757d}.text-color-gray-700{color:#495057}.text-color-gray-800{color:#343a40}.text-color-gray-900{color:#212529}.text-color-gray{color:#6c757d}.text-color-gray-dark{color:#343a40}.text-color-primary{color:#007bff}.text-color-secondary{color:#6c757d}.text-color-success{color:#28a745}.text-color-info{color:#17a2b8}.text-color-warning{color:#fcca04}.text-color-danger{color:#dc3545}.text-color-light{color:#f8f9fa}.text-color-dark{color:#343a40}.text-color-app-primary{color:#30ccfd}.text-color-app-primary-dark{color:#02b5ee}.text-color-app-primary-light{color:#58d6fd}.text-color-orange-light{color:#fe9f51}.text-color-orange-dark{color:#d26102}.bg-color-blue{background-color:#007bff}.bg-color-indigo{background-color:#6610f2}.bg-color-purple{background-color:#6f42c1}.bg-color-pink{background-color:#e83e8c}.bg-color-red{background-color:#dc3545}.bg-color-orange{background-color:#fd7e14}.bg-color-yellow{background-color:#fcca04}.bg-color-yellow-dark{background-color:#d5aa03}.bg-color-yellow-light{background-color:#fcd32c}.bg-color-yellow-soft{background-color:rgba(252,202,4,.15)}.bg-color-green{background-color:#28a745}.bg-color-teal{background-color:#20c997}.bg-color-cyan{background-color:#17a2b8}.bg-color-white{background-color:#fff}.bg-color-gray-100{background-color:#f8f9fa}.bg-color-gray-200{background-color:#e9ecef}.bg-color-gray-300{background-color:#dee2e6}.bg-color-gray-400{background-color:#ced4da}.bg-color-gray-500{background-color:#adb5bd}.bg-color-gray-600{background-color:#6c757d}.bg-color-gray-700{background-color:#495057}.bg-color-gray-800{background-color:#343a40}.bg-color-gray-900{background-color:#212529}.bg-color-gray{background-color:#6c757d}.bg-color-gray-dark{background-color:#343a40}.bg-color-primary{background-color:#007bff}.bg-color-secondary{background-color:#6c757d}.bg-color-success{background-color:#28a745}.bg-color-info{background-color:#17a2b8}.bg-color-warning{background-color:#fcca04}.bg-color-danger{background-color:#dc3545}.bg-color-light{background-color:#f8f9fa}.bg-color-dark{background-color:#343a40}.bg-color-app-primary{background-color:#30ccfd}.bg-color-app-primary-dark{background-color:#02b5ee}.bg-color-app-primary-light{background-color:#58d6fd}.bg-color-orange-light{background-color:#fe9f51}.bg-color-orange-dark{background-color:#d26102}.border-color-blue{border-color:#007bff}.border-color-indigo{border-color:#6610f2}.border-color-purple{border-color:#6f42c1}.border-color-pink{border-color:#e83e8c}.border-color-red{border-color:#dc3545}.border-color-orange{border-color:#fd7e14}.border-color-yellow{border-color:#fcca04}.border-color-yellow-dark{border-color:#d5aa03}.border-color-yellow-light{border-color:#fcd32c}.border-color-green{border-color:#28a745}.border-color-teal{border-color:#20c997}.border-color-cyan{border-color:#17a2b8}.border-color-white{border-color:#fff}.border-color-gray-100{border-color:#f8f9fa}.border-color-gray-200{border-color:#e9ecef}.border-color-gray-300{border-color:#dee2e6}.border-color-gray-400{border-color:#ced4da}.border-color-gray-500{border-color:#adb5bd}.border-color-gray-600{border-color:#6c757d}.border-color-gray-700{border-color:#495057}.border-color-gray-800{border-color:#343a40}.border-color-gray-900{border-color:#212529}.border-color-gray{border-color:#6c757d}.border-color-gray-dark{border-color:#343a40}.border-color-primary{border-color:#007bff}.border-color-secondary{border-color:#6c757d}.border-color-success{border-color:#28a745}.border-color-info{border-color:#17a2b8}.border-color-warning{border-color:#fcca04}.border-color-danger{border-color:#dc3545}.border-color-light{border-color:#f8f9fa}.border-color-dark{border-color:#343a40}.border-color-app-primary{border-color:#30ccfd}.border-color-app-primary-dark{border-color:#02b5ee}.border-color-app-primary-light{border-color:#58d6fd}.border-color-orange-light{border-color:#fe9f51}.border-color-orange-dark{border-color:#d26102}.btn{display:inline-block;font-weight:400;text-align:center;vertical-align:middle;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;cursor:pointer;text-decoration:none}.btn:hover{text-decoration:none}.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn:disabled{opacity:.65;cursor:not-allowed}.btn-blue{color:#fff;background-color:#007bff;border-color:#007bff}.btn-blue:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-blue:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn-blue:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-indigo{color:#fff;background-color:#6610f2;border-color:#6610f2}.btn-indigo:hover{color:#fff;background-color:#560bd0;border-color:#510bc4}.btn-indigo:focus{color:#fff;background-color:#560bd0;border-color:#510bc4;box-shadow:0 0 0 .2rem rgba(102,16,242,.25)}.btn-indigo:disabled{color:#fff;background-color:#6610f2;border-color:#6610f2}.btn-purple{color:#fff;background-color:#6f42c1;border-color:#6f42c1}.btn-purple:hover{color:#fff;background-color:#5e37a6;border-color:#59339d}.btn-purple:focus{color:#fff;background-color:#5e37a6;border-color:#59339d;box-shadow:0 0 0 .2rem rgba(111,66,193,.25)}.btn-purple:disabled{color:#fff;background-color:#6f42c1;border-color:#6f42c1}.btn-pink{color:#fff;background-color:#e83e8c;border-color:#e83e8c}.btn-pink:hover{color:#fff;background-color:#e41c78;border-color:#d91a72}.btn-pink:focus{color:#fff;background-color:#e41c78;border-color:#d91a72;box-shadow:0 0 0 .2rem rgba(232,62,140,.25)}.btn-pink:disabled{color:#fff;background-color:#e83e8c;border-color:#e83e8c}.btn-red{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-red:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-red:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.btn-red:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-orange{color:#fff;background-color:#fd7e14;border-color:#fd7e14}.btn-orange:hover{color:#fff;background-color:#e96b02;border-color:#dc6502}.btn-orange:focus{color:#fff;background-color:#e96b02;border-color:#dc6502;box-shadow:0 0 0 .2rem rgba(253,126,20,.25)}.btn-orange:disabled{color:#fff;background-color:#fd7e14;border-color:#fd7e14}.btn-yellow{color:#494949;background-color:#fcca04;border-color:#fcca04}.btn-yellow:hover{color:#494949;background-color:#d7ac03;border-color:#cba202}.btn-yellow:focus{color:#494949;background-color:#d7ac03;border-color:#cba202;box-shadow:0 0 0 .2rem rgba(252,202,4,.25)}.btn-yellow:disabled{color:#494949;background-color:#fcca04;border-color:#fcca04}.btn-green{color:#fff;background-color:#28a745;border-color:#28a745}.btn-green:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-green:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.btn-green:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-teal{color:#fff;background-color:#20c997;border-color:#20c997}.btn-teal:hover{color:#fff;background-color:#1ba87e;border-color:#199d76}.btn-teal:focus{color:#fff;background-color:#1ba87e;border-color:#199d76;box-shadow:0 0 0 .2rem rgba(32,201,151,.25)}.btn-teal:disabled{color:#fff;background-color:#20c997;border-color:#20c997}.btn-cyan{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-cyan:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-cyan:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(23,162,184,.25)}.btn-cyan:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(108,117,125,.25)}.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(23,162,184,.25)}.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-warning{color:#494949;background-color:#fcca04;border-color:#fcca04}.btn-warning:hover{color:#494949;background-color:#d7ac03;border-color:#cba202}.btn-warning:focus{color:#494949;background-color:#d7ac03;border-color:#cba202;box-shadow:0 0 0 .2rem rgba(252,202,4,.25)}.btn-warning:disabled{color:#494949;background-color:#fcca04;border-color:#fcca04}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-light{color:#343a40;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#343a40;background-color:#e2e6ea;border-color:#dae0e5}.btn-light:focus{color:#343a40;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(248,249,250,.25)}.btn-light:disabled{color:#343a40;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(52,58,64,.25)}.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-app-primary{color:#fff;background-color:#30ccfd;border-color:#30ccfd}.btn-app-primary:hover{color:#fff;background-color:#0ac3fd;border-color:#02bdf8}.btn-app-primary:focus{color:#fff;background-color:#0ac3fd;border-color:#02bdf8;box-shadow:0 0 0 .2rem rgba(48,204,253,.25)}.btn-app-primary:disabled{color:#fff;background-color:#30ccfd;border-color:#30ccfd}.btn-app-primary-dark{color:#fff;background-color:#02b5ee;border-color:#02b5ee}.btn-app-primary-dark:hover{color:#fff;background-color:#0298c8;border-color:#028fbb}.btn-app-primary-dark:focus{color:#fff;background-color:#0298c8;border-color:#028fbb;box-shadow:0 0 0 .2rem rgba(2,181,238,.25)}.btn-app-primary-dark:disabled{color:#fff;background-color:#02b5ee;border-color:#02b5ee}.btn-app-primary-light{color:#343a40;background-color:#58d6fd;border-color:#58d6fd}.btn-app-primary-light:hover{color:#343a40;background-color:#33cdfd;border-color:#26cafd}.btn-app-primary-light:focus{color:#343a40;background-color:#33cdfd;border-color:#26cafd;box-shadow:0 0 0 .2rem rgba(88,214,253,.25)}.btn-app-primary-light:disabled{color:#343a40;background-color:#58d6fd;border-color:#58d6fd}.btn-outline-blue{color:#007bff;background-color:transparent;border-color:#007bff}.btn-outline-blue:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-blue:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn-outline-blue:disabled{color:#007bff;background-color:transparent}.btn-outline-primary{color:#007bff;background-color:transparent;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-secondary{color:#6c757d;background-color:transparent;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.25)}.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-success{color:#28a745;background-color:transparent;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-info{color:#17a2b8;background-color:transparent;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.25)}.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-warning{color:#fcca04;background-color:transparent;border-color:#fcca04}.btn-outline-warning:hover{color:#fff;background-color:#fcca04;border-color:#fcca04}.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(252,202,4,.25)}.btn-outline-warning:disabled{color:#fcca04;background-color:transparent}.btn-outline-danger{color:#dc3545;background-color:transparent;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-light{color:#f8f9fa;background-color:transparent;border-color:#f8f9fa}.btn-outline-light:hover{color:#fff;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.25)}.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-dark{color:#343a40;background-color:transparent;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.25)}.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-app-primary{color:#30ccfd;background-color:transparent;border-color:#30ccfd}.btn-outline-app-primary:hover{color:#fff;background-color:#30ccfd;border-color:#30ccfd}.btn-outline-app-primary:focus{box-shadow:0 0 0 .2rem rgba(48,204,253,.25)}.btn-outline-app-primary:disabled{color:#30ccfd;background-color:transparent}.btn-outline-yellow{color:#fcca04;background-color:transparent;border-color:#fcca04}.btn-outline-yellow:hover{color:#494949;background-color:#fcca04;border-color:#fcca04}.btn-outline-yellow:focus{box-shadow:0 0 0 .2rem rgba(252,202,4,.25)}.btn-outline-yellow:disabled{color:#fcca04;background-color:transparent}.fill-blue{fill:#007bff}.fill-indigo{fill:#6610f2}.fill-purple{fill:#6f42c1}.fill-pink{fill:#e83e8c}.fill-red{fill:#dc3545}.fill-orange{fill:#fd7e14}.fill-yellow{fill:#FCCA04}.fill-green{fill:#28a745}.fill-teal{fill:#20c997}.fill-cyan{fill:#17a2b8}.fill-white{fill:#ffffff}.fill-gray{fill:#6c757d}.fill-gray-dark{fill:#343a40}.fill-primary{fill:#007bff}.fill-secondary{fill:#6c757d}.fill-success{fill:#28a745}.fill-info{fill:#17a2b8}.fill-warning{fill:#FCCA04}.fill-danger{fill:#dc3545}.fill-light{fill:#f8f9fa}.fill-dark{fill:#343a40}.fill-app-primary{fill:#30CCFD}.stroke-blue{stroke:#007bff}.stroke-indigo{stroke:#6610f2}.stroke-purple{stroke:#6f42c1}.stroke-pink{stroke:#e83e8c}.stroke-red{stroke:#dc3545}.stroke-orange{stroke:#fd7e14}.stroke-yellow{stroke:#FCCA04}.stroke-green{stroke:#28a745}.stroke-teal{stroke:#20c997}.stroke-cyan{stroke:#17a2b8}.stroke-white{stroke:#ffffff}.stroke-gray{stroke:#6c757d}.stroke-gray-dark{stroke:#343a40}.stroke-primary{stroke:#007bff}.stroke-secondary{stroke:#6c757d}.stroke-success{stroke:#28a745}.stroke-info{stroke:#17a2b8}.stroke-warning{stroke:#FCCA04}.stroke-danger{stroke:#dc3545}.stroke-light{stroke:#f8f9fa}.stroke-dark{stroke:#343a40}.stroke-app-primary{stroke:#30CCFD}.shadow-blue{box-shadow:0 .125rem .25rem rgba(0,123,255,.15)}.shadow-primary{box-shadow:0 .125rem .25rem rgba(0,123,255,.15)}.shadow-success{box-shadow:0 .125rem .25rem rgba(40,167,69,.15)}.shadow-warning{box-shadow:0 .125rem .25rem rgba(252,202,4,.15)}.shadow-danger{box-shadow:0 .125rem .25rem rgba(220,53,69,.15)}.shadow-app-primary{box-shadow:0 .125rem .25rem rgba(48,204,253,.15)}.hover-text-primary:hover{color:#007bff!important}.hover-text-app-primary:hover{color:#30ccfd!important}.hover-text-yellow:hover{color:#fcca04!important}.hover-bg-primary:hover{background-color:#007bff!important}.hover-bg-app-primary:hover{background-color:#30ccfd!important}.hover-bg-yellow:hover{background-color:#fcca04!important;color:#494949!important}.focus-ring-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.focus-ring-app-primary:focus{box-shadow:0 0 0 .2rem rgba(48,204,253,.25)}.focus-ring-yellow:focus{box-shadow:0 0 0 .2rem rgba(252,202,4,.25)}.active-bg-primary:active{background-color:#007bff!important}.active-bg-app-primary:active{background-color:#30ccfd!important}.active-bg-yellow:active{background-color:#d5aa03!important;color:#494949!important}.selection-bg-primary ::selection{background-color:rgba(0,123,255,.15)}.selection-bg-app-primary ::selection{background-color:rgba(48,204,253,.15)}.selection-bg-yellow ::selection{background-color:rgba(252,202,4,.15)}.fixed-bg{background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;width:100%;height:100%}html{display:block;width:100%;height:100%}body{background:0 0;padding:0;display:block;width:100%;height:100%}.no-margin{margin:0!important}.no-padding{padding:0!important}.form-modal{opacity:1!important}.form-modal .modal-dialog{opacity:1!important;margin:auto;padding:0;max-width:1080px!important}.form-modal .modal-dialog .modal-content{width:100%;height:100%;display:block;margin:0 auto;padding:0;opacity:1!important}.form-modal .modal-dialog .modal-content>.card{width:100%;min-height:100%}.form-modal.full-modal .modal-dialog{max-width:100%!important}form-input-tags .tags-input-wrapper{height:auto!important;min-height:44px;padding:0!important;flex:1;display:flex;align-items:stretch;width:100%}form-input-tags tags-input{border:0!important;box-shadow:none!important;padding:0!important;min-height:unset!important}form-input-tags tags-input .host{margin:0!important;height:auto!important}form-input-tags tags-input .host div.tags{border:0!important;box-shadow:none!important;background:0 0!important;padding:4px 8px!important;min-height:44px;height:auto!important;display:flex!important;align-items:center;flex-wrap:wrap}form-input-tags input.input{border:0!important;box-shadow:none!important;background:0 0!important;width:auto!important;min-width:80px;height:auto!important;padding:2px 4px!important;color:inherit}footer-box{position:fixed;bottom:0;left:0;right:0;margin:0!important;background:#343a40;z-index:1031;height:60px;max-height:60px;overflow:hidden}footer-box .footer-brand-logo{height:28px;width:auto;max-width:120px;object-fit:contain}footer-box .footer-dev-icon{font-size:1rem;color:rgba(255,255,255,.7)}footer-box .footer-copyright{color:rgba(255,255,255,.7)}footer-box .footer-copyright-link{color:rgba(255,255,255,.7);text-decoration:none}footer-box .footer-copyright-link:hover{color:#fff}@media (max-width:575.98px){footer-box .footer-brand-logo{height:20px}footer-box .footer-dev-icon{font-size:.85rem}footer-box .footer-copyright,footer-box .footer-copyright-link{font-size:.7rem}}.form-page-footer{min-height:60px;z-index:1032}.list-tree-form{list-style:none;text-align:left;display:block;padding:.75rem 0 .75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-tree-form .list-tree-title{background:rgba(0,0,0,.03);padding:.75rem 0 .75rem 1.25rem;margin:0}.list-tree-form .list-tree-body{display:block;padding:.75rem 0 .75rem 1.25rem;background-color:#fff}.list-tree-form ul{list-style:none}form-input.remove-label label{display:none!important}.form-input .input-group{background:0 0}bootstrap-carousel,box-info,cms-nav-menu,contact-address,contact-us,country-city,custom-nav,drag-n-drop,footer-box,form-input,form-input-button,form-input-date,form-input-datesbetween,form-input-datetime,form-input-googlemapembed,form-input-hour,form-input-hoursbetween,form-input-image,form-input-multiselect,form-input-numbers,form-input-openinghours,form-input-phonenumber,form-input-select,form-input-tags,form-input-textarea,form-input-toggle,gallery-slider,nav-menu,ng-table-extended,order-item,product-item,purchasing-assignment-item,section-s1,section-s10,section-s11,section-s12,section-s13,section-s14,section-s15,section-s16,section-s17,section-s18,section-s19,section-s2,section-s20,section-s3,section-s4,section-s5,section-s6,section-s7,section-s8,section-s9,swipable-box,tags-input,ui-calendar-extended,up-down-counter{display:block;width:100%}multiple-file-upload{display:block;width:100%}multiple-file-upload.remove-label label{display:none!important}.hide-clear-date-button .uib-clear{display:none!important}.intl-tel-input{width:100%}form-input-phonenumber div.iti{width:97%!important;top:20px!important}form-input-phonenumber .iti__dropdown-content{z-index:4!important}button.x-remove-button{position:absolute;right:0;top:0;padding:1px 7px}.autoheight-select .ui-select-bootstrap>.ui-select-match>.btn{height:auto}.autoheight-select .ui-select-bootstrap.ui-select-container{height:auto}.ui-select-match-item{border:2px solid rgba(0,0,0,.2)}.ui-select-choices{display:block}.ui-select-bootstrap.open{z-index:2051}.ui-select-choices{min-height:30px}input.ui-select-search{border:2px solid rgba(0,0,0,.1)!important;max-width:100%}file-upload .file-upload-container .dragover,form-input-image .file-upload-container .dragover,multiple-file-upload .file-upload-container .dragover{border:5px dashed #343a40!important}file-upload .file-upload-container .file-upload-container-input,form-input-image .file-upload-container .file-upload-container-input,multiple-file-upload .file-upload-container .file-upload-container-input{display:inline-block;position:absolute;left:0;top:0;bottom:0;z-index:23;width:70%}file-upload .file-upload-container .file-upload-container-input.full-width,form-input-image .file-upload-container .file-upload-container-input.full-width,multiple-file-upload .file-upload-container .file-upload-container-input.full-width{width:100%!important}file-upload .file-upload-container .file-upload-container-input input,form-input-image .file-upload-container .file-upload-container-input input,multiple-file-upload .file-upload-container .file-upload-container-input input{height:100%!important;background:#fb00006b!important;border:none!important;width:100%!important;margin:auto!important;color:#000!important;position:absolute;top:0;left:0;right:0;bottom:0;opacity:0!important}file-upload .file-upload-container .file-upload-container-input button,form-input-image .file-upload-container .file-upload-container-input button,multiple-file-upload .file-upload-container .file-upload-container-input button{height:100%!important;background:#fff!important;border:1px solid rgba(0,0,0,.2);width:100%!important;margin:auto!important;padding:6px 10px!important;color:#000!important;border-bottom-right-radius:0;border-top-right-radius:0}file-upload .file-upload-container .file-upload-container-button,form-input-image .file-upload-container .file-upload-container-button,multiple-file-upload .file-upload-container .file-upload-container-button{display:inline-block;position:absolute;bottom:0;top:0;right:0;width:30%;height:100%}file-upload .file-upload-container .file-upload-container-button button,form-input-image .file-upload-container .file-upload-container-button button,multiple-file-upload .file-upload-container .file-upload-container-button button{width:100%;height:100%;text-align:center;border-bottom-left-radius:0!important;border-top-left-radius:0!important}toggle>div.toggle.btn{width:100%!important}.btn.disabled{opacity:.3}ng-table-extended table thead tr th div span{white-space:nowrap!important}span.btn.toggle-handle.btn-default{background-color:#fff}ng-table-extended .table{margin:0}ng-table-extended [ng-table-pagination=params]{padding:10px 0}ng-table-extended .ng-table-pager{height:37px}ng-table-extended .ng-table-pager .pagination{margin:0;padding:0;display:block}@media (min-width:576px){.product-display-modal .modal-dialog.modal-lg{margin:0!important;padding:1em}}@media (min-width:768px){.product-display-modal .modal-dialog.modal-lg{margin:0!important;padding:2em}}@media (min-width:992px){.product-display-modal .modal-dialog.modal-lg{margin:0!important;padding:4em}}@media (min-width:1200px){.product-display-modal .modal-dialog.modal-lg{margin:0!important;padding:4em}}@media (max-width:575.98px){.product-display-modal .modal-dialog.modal-lg{margin:0!important;padding:1em}}@media (max-width:767.98px){.product-display-modal .modal-dialog.modal-lg{margin:0!important;padding:1em}}@media (max-width:991.98px){.product-display-modal .modal-dialog.modal-lg{margin:0!important;padding:2em}}@media (max-width:1199.98px){.product-display-modal .modal-dialog.modal-lg{margin:0!important;padding:4em}}@media (max-width:575.98px){.product-display-modal .modal-dialog.modal-lg{margin:0!important;padding:1em}}@media (min-width:576px) and (max-width:767.98px){.product-display-modal .modal-dialog.modal-lg{margin:0!important;padding:1em}}@media (min-width:768px) and (max-width:991.98px){.product-display-modal .modal-dialog.modal-lg{margin:0!important;padding:2em}}@media (min-width:992px) and (max-width:1199.98px){.product-display-modal .modal-dialog.modal-lg{margin:0!important;padding:4em}}@media (min-width:1200px){.product-display-modal .modal-dialog.modal-lg{margin:0!important;padding:4em}}html{max-width:1400px;margin:auto!important}.modal-dialog.modal-lg .modal-content>.tax-form-container{max-width:100%!important;margin:auto;background:#fff}.modal-dialog.modal-lg .modal-content>.tax-form-container>div{max-width:1400px!important;margin:auto}section>div.row{width:100%;margin:auto}section>div.row>div[class*=' col-']{padding:0!important}toggle>div.toggle.btn{width:100%!important}form-input-select>div.form-input>div.input-group>div.ui-select-container>div.ui-select-match>span.ui-select-toggle{overflow:hidden;padding:3px 8px}form-input-select>div.form-input>div.input-group>div.ui-select-container>ul.ui-select-choices{width:initial!important}form-input-select>div.form-input>div.input-group>div.ui-select-container>ul.ui-select-no-choice{width:initial!important}.three-devider-group .three-devider-block{width:calc((100% / 3) - .1px);display:inline-block}.form-floating>.required-label{position:absolute;right:-10px;left:initial!important;width:auto!important;color:#cd5c5c;z-index:10}.input-switch{border-radius:.4rem;border:1px solid var(--inp-border,#dee2e6);padding:10px 13px;display:flex;align-items:center}.input-switch .form-check-input{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280%2c 0%2c 0%2c 0.25%29'/%3e%3c/svg%3e");width:2em;background-image:var(--bs-form-switch-bg);background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}.input-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.input-switch .form-check-input:checked{background-position:right center;--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.select-input>div.form-control{padding:0!important}.select-input>div.form-control>div.ui-select-match{padding-top:0!important}.ui-select-clear-button{z-index:200;float:none;clear:both;position:absolute;right:0;top:7px}form-input-select a.clear-button.ui-select-clear-button{position:absolute;right:6px;top:9px}.select-input .ui-select-container{height:44px;min-height:44px}.select-input .ui-select-match .clear-button{position:absolute;right:10px;top:30%;transform:translateY(-50%);padding:0;margin:0;background:0 0;border:none;font-size:1.25rem;line-height:1}.select-input .ui-select-match .ui-select-displayed-value{display:inline-block;max-width:calc(100% - 30px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.select-input .ui-select-choices{max-height:450px;overflow-y:auto}.select-input .form-floating>.form-control{padding:0}.multiselect-input>div.form-control{background:0 0;padding:0!important}.multiselect-input>div.form-control>div:first-child{padding-top:0!important}.multiselect-input>div.form-control>div:first-child .ui-select-match-item{margin:auto!important;padding:5px 5px!important}.multiselect-input>div.form-control>div:first-child .ui-select-match-item>.ui-select-match-close{font-size:1.2em!important}.multiselect-input>div.form-control>div:first-child>input.ui-select-search{width:100%!important}.input-checkbox{border-radius:.4rem;border:1px solid var(--inp-border,#dee2e6);padding:10px 13px;display:flex;align-items:center}.page-filter-container{width:100%!important;height:100%!important}.page-filter-container .page-filter{position:relative;width:100%!important;height:100%!important;transition:width .5s,height .5s,top .5s;top:0}.page-filter-container .hide-filter{position:relative;height:0!important;top:-1200px}.input-group-mappreview{border-radius:25px;overflow:hidden;border:5px solid var(--bs-border-color);background:var(--bs-border-color)}.dropdown-icon-fix::after{font-size:1.5em;top:5px;position:relative;--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.zindex1000{z-index:1000}.zindex1100{z-index:1100}.zindex1200{z-index:1200}.zindex1300{z-index:1300}.zindex1400{z-index:1400}.zindex1500{z-index:1500}.zindex1600{z-index:1600}.zindex1700{z-index:1700}.zindex1800{z-index:1800}.zindex1900{z-index:1900}.zindex2000{z-index:2000}.plus-minus-counter .equal-size{width:50px;height:50px;padding:5px;object-fit:cover}form-input-switch.input-only{display:inline-block}form-input-switch.input-only .form-check{border:none;height:initial!important;margin:0!important}form-input-switch.input-only .form-check label{display:none!important}form-input-switch.input-only .form-check input.form-check-input{position:initial!important}form-input-switch.input-small{display:inline-block}form-input-switch.input-small .form-check{height:33px!important;margin:0!important}form-input-switch.input-small .form-check label{font-size:1em;top:-10px;padding:.5rem .75rem;background:#fff!important}form-input-switch.input-small .form-check input.form-check-input{top:7px!important;left:13px!important;z-index:2!important}form-input.input-only{display:inline-block}form-input.input-only div.form-floating input.form-control{padding:5px!important;height:initial!important;line-height:initial!important;min-height:initial!important}form-input.input-only div.form-floating label{position:initial!important}form-input.input-small{display:inline-block}form-input.input-small div.form-floating input.form-control{padding:5px!important;height:initial!important;line-height:initial!important;min-height:initial!important}form-input.input-small div.form-floating label{font-size:.8em;top:-10px;padding:.5rem .75em;background:#fff!important}.uib-tab>a{background:#fff;border-radius:8px 8px 0 0;color:#007bff!important;border:1px solid #007bff!important}.uib-tab.active>a{background:#007bff;border-radius:8px 8px 0 0;color:#fff!important}.text-orange{color:#d26102}.text-orange-light{color:#fe9f51}.bg-orange{background-color:#fe9f51}.bg-orange-dark{background-color:#d26102}.border-orange{border-color:#fe9f51}.border-orange-dark{border-color:#d26102}.pending-order-item{background:linear-gradient(135deg,#fff3e0 0,#ffe0b3 100%)!important;border-color:#fe9f51!important}.pending-order-item:hover{background:linear-gradient(135deg,#ffecb3 0,#ffd54f 100%)!important;border-color:#d26102!important}.home-page .hero-slider-section{height:600px}.home-page .about-us-section{background:linear-gradient(135deg,#f8f9fa 0,#e9ecef 100%)}.home-page .about-image-container::before{content:'';position:absolute;top:-20px;left:-20px;right:20px;bottom:20px;background:var(--bs-primary);border-radius:10px;z-index:-1;opacity:.1}.home-page .stat-card{transition:transform .3s ease,box-shadow .3s ease;border:1px solid transparent}.home-page .stat-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1);border-color:var(--bs-primary)}.home-page .mission-card,.home-page .vision-card{transition:transform .3s ease,box-shadow .3s ease}.home-page .mission-card:hover,.home-page .vision-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.1)}.home-page .cta-section{background:linear-gradient(135deg,var(--bs-primary) 0,#0056b3 100%)}.home-page .logo-spacing{padding-right:10px}.home-page .app-btn{transition:all .3s ease}.home-page .app-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.2)}.home-page .contact-link{color:#6c757d;text-decoration:none;transition:color .3s ease}.home-page .contact-link:hover{color:var(--bs-primary)}.home-page .feature-card{transition:transform .3s ease,box-shadow .3s ease;border:none}.home-page .feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(0,0,0,.1)}@media (max-width:768px){.home-page .hero-slider-section{height:400px}}.login-page .logo-spacing{padding-right:10px}.login-page .login-card{backdrop-filter:blur(10px);background:rgba(255,255,255,.95)}.login-page .microsoft-login-btn{border:2px solid #f8f9fa;background:#fff;transition:all .3s ease;width:90%;border-radius:50rem 0 0 50rem!important}.login-page .microsoft-login-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.1);border-color:#0078d4;background:#fff!important;background-color:#fff!important}.login-page .microsoft-login-btn:active,.login-page .microsoft-login-btn:focus{background:#fff!important;background-color:#fff!important;border-color:#0078d4}.login-page .dropdown-btn{border:2px solid #f8f9fa;background:#fff;transition:all .3s ease;width:10%;border-left:none;border-radius:0 50rem 50rem 0!important;display:flex;align-items:center;justify-content:center}.login-page .dropdown-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.1);border-color:#0078d4;background:#fff!important;background-color:#fff!important}.login-page .dropdown-btn:active,.login-page .dropdown-btn:focus{background:#fff!important;background-color:#fff!important;border-color:#0078d4}.login-page .dropdown-icon{font-size:1.2rem}.login-page .custom-dropdown{min-width:250px;background:rgba(255,255,255,.98);backdrop-filter:blur(10px)}.login-page .dropdown-item-hover{transition:all .2s ease}.login-page .divider-text{color:#6c757d;font-size:.875rem;min-width:180px}.login-page .error-alert{border:none;background:rgba(220,53,69,.1);color:#dc3545}.login-page .custom-input{background:#f8f9fa;border:2px solid transparent!important}.login-page .custom-input:focus{border:2px solid #667eea!important}.login-page .password-toggle{border:none;background:0 0;z-index:10}.login-page .eye-icon{font-size:1.1rem}.login-page .sign-in-btn{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border:none;transition:all .3s ease}.login-page .sign-in-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.4)}.login-page .sign-in-btn:not(:hover){transform:translateY(0);box-shadow:0 2px 10px rgba(0,0,0,.1)}.login-page .forgot-password-link{color:#667eea}.login-page .forgot-password-link:hover{color:#764ba2}.login-page .btn-group{display:flex!important}.login-page .btn-group .btn:focus{box-shadow:0 0 0 .25rem rgba(102,126,234,.25)!important}.login-page .btn-group .btn:first-child:hover,.login-page .btn-group .btn:last-child:hover{border-color:#0078d4!important}.login-page .btn-group>.btn:not(:first-child){margin-left:0}.login-page .btn-group>.btn:first-child{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.login-page .btn-group>.btn:last-child{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.login-page .dropdown-menu .dropdown-item:hover{background-color:rgba(102,126,234,.1)!important;color:#495057!important;transform:translateX(5px)}.login-page .dropdown-menu .dropdown-item i{width:20px;text-align:center}
.text-color-blue{color:#007bff;}.text-color-indigo{color:#6610f2;}.text-color-purple{color:#6f42c1;}.text-color-pink{color:#e83e8c;}.text-color-red{color:#dc3545;}.text-color-orange{color:#fd7e14;}.text-color-yellow{color:#fcca04;}.text-color-yellow-dark{color:#d5aa03;}.text-color-yellow-light{color:#fcd32c;}.text-color-yellow-text{color:#494949;}.text-color-green{color:#28a745;}.text-color-teal{color:#20c997;}.text-color-cyan{color:#17a2b8;}.text-color-white{color:#fff;}.text-color-gray-100{color:#f8f9fa;}.text-color-gray-200{color:#e9ecef;}.text-color-gray-300{color:#dee2e6;}.text-color-gray-400{color:#ced4da;}.text-color-gray-500{color:#adb5bd;}.text-color-gray-600{color:#6c757d;}.text-color-gray-700{color:#495057;}.text-color-gray-800{color:#343a40;}.text-color-gray-900{color:#212529;}.text-color-gray{color:#6c757d;}.text-color-gray-dark{color:#343a40;}.text-color-primary{color:#007bff;}.text-color-secondary{color:#6c757d;}.text-color-success{color:#28a745;}.text-color-info{color:#17a2b8;}.text-color-warning{color:#fcca04;}.text-color-danger{color:#dc3545;}.text-color-light{color:#f8f9fa;}.text-color-dark{color:#343a40;}.text-color-app-primary{color:#30ccfd;}.text-color-app-primary-dark{color:#02b5ee;}.text-color-app-primary-light{color:#58d6fd;}.text-color-orange-light{color:#fe9f51;}.text-color-orange-dark{color:#d26102;}.bg-color-blue{background-color:#007bff;}.bg-color-indigo{background-color:#6610f2;}.bg-color-purple{background-color:#6f42c1;}.bg-color-pink{background-color:#e83e8c;}.bg-color-red{background-color:#dc3545;}.bg-color-orange{background-color:#fd7e14;}.bg-color-yellow{background-color:#fcca04;}.bg-color-yellow-dark{background-color:#d5aa03;}.bg-color-yellow-light{background-color:#fcd32c;}.bg-color-yellow-soft{background-color:rgba(252,202,4,.15);}.bg-color-green{background-color:#28a745;}.bg-color-teal{background-color:#20c997;}.bg-color-cyan{background-color:#17a2b8;}.bg-color-white{background-color:#fff;}.bg-color-gray-100{background-color:#f8f9fa;}.bg-color-gray-200{background-color:#e9ecef;}.bg-color-gray-300{background-color:#dee2e6;}.bg-color-gray-400{background-color:#ced4da;}.bg-color-gray-500{background-color:#adb5bd;}.bg-color-gray-600{background-color:#6c757d;}.bg-color-gray-700{background-color:#495057;}.bg-color-gray-800{background-color:#343a40;}.bg-color-gray-900{background-color:#212529;}.bg-color-gray{background-color:#6c757d;}.bg-color-gray-dark{background-color:#343a40;}.bg-color-primary{background-color:#007bff;}.bg-color-secondary{background-color:#6c757d;}.bg-color-success{background-color:#28a745;}.bg-color-info{background-color:#17a2b8;}.bg-color-warning{background-color:#fcca04;}.bg-color-danger{background-color:#dc3545;}.bg-color-light{background-color:#f8f9fa;}.bg-color-dark{background-color:#343a40;}.bg-color-app-primary{background-color:#30ccfd;}.bg-color-app-primary-dark{background-color:#02b5ee;}.bg-color-app-primary-light{background-color:#58d6fd;}.bg-color-orange-light{background-color:#fe9f51;}.bg-color-orange-dark{background-color:#d26102;}.border-color-blue{border-color:#007bff;}.border-color-indigo{border-color:#6610f2;}.border-color-purple{border-color:#6f42c1;}.border-color-pink{border-color:#e83e8c;}.border-color-red{border-color:#dc3545;}.border-color-orange{border-color:#fd7e14;}.border-color-yellow{border-color:#fcca04;}.border-color-yellow-dark{border-color:#d5aa03;}.border-color-yellow-light{border-color:#fcd32c;}.border-color-green{border-color:#28a745;}.border-color-teal{border-color:#20c997;}.border-color-cyan{border-color:#17a2b8;}.border-color-white{border-color:#fff;}.border-color-gray-100{border-color:#f8f9fa;}.border-color-gray-200{border-color:#e9ecef;}.border-color-gray-300{border-color:#dee2e6;}.border-color-gray-400{border-color:#ced4da;}.border-color-gray-500{border-color:#adb5bd;}.border-color-gray-600{border-color:#6c757d;}.border-color-gray-700{border-color:#495057;}.border-color-gray-800{border-color:#343a40;}.border-color-gray-900{border-color:#212529;}.border-color-gray{border-color:#6c757d;}.border-color-gray-dark{border-color:#343a40;}.border-color-primary{border-color:#007bff;}.border-color-secondary{border-color:#6c757d;}.border-color-success{border-color:#28a745;}.border-color-info{border-color:#17a2b8;}.border-color-warning{border-color:#fcca04;}.border-color-danger{border-color:#dc3545;}.border-color-light{border-color:#f8f9fa;}.border-color-dark{border-color:#343a40;}.border-color-app-primary{border-color:#30ccfd;}.border-color-app-primary-dark{border-color:#02b5ee;}.border-color-app-primary-light{border-color:#58d6fd;}.border-color-orange-light{border-color:#fe9f51;}.border-color-orange-dark{border-color:#d26102;}.btn{display:inline-block;font-weight:400;text-align:center;vertical-align:middle;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;cursor:pointer;text-decoration:none;}.btn:hover{text-decoration:none;}.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}.btn:disabled{opacity:.65;cursor:not-allowed;}.btn-blue{color:#fff;background-color:#007bff;border-color:#007bff;}.btn-blue:hover{color:#fff;background-color:#0069d9;border-color:#0062cc;}.btn-blue:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}.btn-blue:disabled{color:#fff;background-color:#007bff;border-color:#007bff;}.btn-indigo{color:#fff;background-color:#6610f2;border-color:#6610f2;}.btn-indigo:hover{color:#fff;background-color:#560bd0;border-color:#510bc4;}.btn-indigo:focus{color:#fff;background-color:#560bd0;border-color:#510bc4;box-shadow:0 0 0 .2rem rgba(102,16,242,.25);}.btn-indigo:disabled{color:#fff;background-color:#6610f2;border-color:#6610f2;}.btn-purple{color:#fff;background-color:#6f42c1;border-color:#6f42c1;}.btn-purple:hover{color:#fff;background-color:#5e37a6;border-color:#59339d;}.btn-purple:focus{color:#fff;background-color:#5e37a6;border-color:#59339d;box-shadow:0 0 0 .2rem rgba(111,66,193,.25);}.btn-purple:disabled{color:#fff;background-color:#6f42c1;border-color:#6f42c1;}.btn-pink{color:#fff;background-color:#e83e8c;border-color:#e83e8c;}.btn-pink:hover{color:#fff;background-color:#e41c78;border-color:#d91a72;}.btn-pink:focus{color:#fff;background-color:#e41c78;border-color:#d91a72;box-shadow:0 0 0 .2rem rgba(232,62,140,.25);}.btn-pink:disabled{color:#fff;background-color:#e83e8c;border-color:#e83e8c;}.btn-red{color:#fff;background-color:#dc3545;border-color:#dc3545;}.btn-red:hover{color:#fff;background-color:#c82333;border-color:#bd2130;}.btn-red:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(220,53,69,.25);}.btn-red:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545;}.btn-orange{color:#fff;background-color:#fd7e14;border-color:#fd7e14;}.btn-orange:hover{color:#fff;background-color:#e96b02;border-color:#dc6502;}.btn-orange:focus{color:#fff;background-color:#e96b02;border-color:#dc6502;box-shadow:0 0 0 .2rem rgba(253,126,20,.25);}.btn-orange:disabled{color:#fff;background-color:#fd7e14;border-color:#fd7e14;}.btn-yellow{color:#494949;background-color:#fcca04;border-color:#fcca04;}.btn-yellow:hover{color:#494949;background-color:#d7ac03;border-color:#cba202;}.btn-yellow:focus{color:#494949;background-color:#d7ac03;border-color:#cba202;box-shadow:0 0 0 .2rem rgba(252,202,4,.25);}.btn-yellow:disabled{color:#494949;background-color:#fcca04;border-color:#fcca04;}.btn-green{color:#fff;background-color:#28a745;border-color:#28a745;}.btn-green:hover{color:#fff;background-color:#218838;border-color:#1e7e34;}.btn-green:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(40,167,69,.25);}.btn-green:disabled{color:#fff;background-color:#28a745;border-color:#28a745;}.btn-teal{color:#fff;background-color:#20c997;border-color:#20c997;}.btn-teal:hover{color:#fff;background-color:#1ba87e;border-color:#199d76;}.btn-teal:focus{color:#fff;background-color:#1ba87e;border-color:#199d76;box-shadow:0 0 0 .2rem rgba(32,201,151,.25);}.btn-teal:disabled{color:#fff;background-color:#20c997;border-color:#20c997;}.btn-cyan{color:#fff;background-color:#17a2b8;border-color:#17a2b8;}.btn-cyan:hover{color:#fff;background-color:#138496;border-color:#117a8b;}.btn-cyan:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(23,162,184,.25);}.btn-cyan:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8;}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff;}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc;}.btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff;}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d;}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62;}.btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(108,117,125,.25);}.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d;}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745;}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34;}.btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(40,167,69,.25);}.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745;}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8;}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b;}.btn-info:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(23,162,184,.25);}.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8;}.btn-warning{color:#494949;background-color:#fcca04;border-color:#fcca04;}.btn-warning:hover{color:#494949;background-color:#d7ac03;border-color:#cba202;}.btn-warning:focus{color:#494949;background-color:#d7ac03;border-color:#cba202;box-shadow:0 0 0 .2rem rgba(252,202,4,.25);}.btn-warning:disabled{color:#494949;background-color:#fcca04;border-color:#fcca04;}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545;}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130;}.btn-danger:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(220,53,69,.25);}.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545;}.btn-light{color:#343a40;background-color:#f8f9fa;border-color:#f8f9fa;}.btn-light:hover{color:#343a40;background-color:#e2e6ea;border-color:#dae0e5;}.btn-light:focus{color:#343a40;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(248,249,250,.25);}.btn-light:disabled{color:#343a40;background-color:#f8f9fa;border-color:#f8f9fa;}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40;}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124;}.btn-dark:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(52,58,64,.25);}.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40;}.btn-app-primary{color:#fff;background-color:#30ccfd;border-color:#30ccfd;}.btn-app-primary:hover{color:#fff;background-color:#0ac3fd;border-color:#02bdf8;}.btn-app-primary:focus{color:#fff;background-color:#0ac3fd;border-color:#02bdf8;box-shadow:0 0 0 .2rem rgba(48,204,253,.25);}.btn-app-primary:disabled{color:#fff;background-color:#30ccfd;border-color:#30ccfd;}.btn-app-primary-dark{color:#fff;background-color:#02b5ee;border-color:#02b5ee;}.btn-app-primary-dark:hover{color:#fff;background-color:#0298c8;border-color:#028fbb;}.btn-app-primary-dark:focus{color:#fff;background-color:#0298c8;border-color:#028fbb;box-shadow:0 0 0 .2rem rgba(2,181,238,.25);}.btn-app-primary-dark:disabled{color:#fff;background-color:#02b5ee;border-color:#02b5ee;}.btn-app-primary-light{color:#343a40;background-color:#58d6fd;border-color:#58d6fd;}.btn-app-primary-light:hover{color:#343a40;background-color:#33cdfd;border-color:#26cafd;}.btn-app-primary-light:focus{color:#343a40;background-color:#33cdfd;border-color:#26cafd;box-shadow:0 0 0 .2rem rgba(88,214,253,.25);}.btn-app-primary-light:disabled{color:#343a40;background-color:#58d6fd;border-color:#58d6fd;}.btn-outline-blue{color:#007bff;background-color:transparent;border-color:#007bff;}.btn-outline-blue:hover{color:#fff;background-color:#007bff;border-color:#007bff;}.btn-outline-blue:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}.btn-outline-blue:disabled{color:#007bff;background-color:transparent;}.btn-outline-primary{color:#007bff;background-color:transparent;border-color:#007bff;}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff;}.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}.btn-outline-primary:disabled{color:#007bff;background-color:transparent;}.btn-outline-secondary{color:#6c757d;background-color:transparent;border-color:#6c757d;}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d;}.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.25);}.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent;}.btn-outline-success{color:#28a745;background-color:transparent;border-color:#28a745;}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745;}.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.25);}.btn-outline-success:disabled{color:#28a745;background-color:transparent;}.btn-outline-info{color:#17a2b8;background-color:transparent;border-color:#17a2b8;}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8;}.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.25);}.btn-outline-info:disabled{color:#17a2b8;background-color:transparent;}.btn-outline-warning{color:#fcca04;background-color:transparent;border-color:#fcca04;}.btn-outline-warning:hover{color:#fff;background-color:#fcca04;border-color:#fcca04;}.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(252,202,4,.25);}.btn-outline-warning:disabled{color:#fcca04;background-color:transparent;}.btn-outline-danger{color:#dc3545;background-color:transparent;border-color:#dc3545;}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545;}.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.25);}.btn-outline-danger:disabled{color:#dc3545;background-color:transparent;}.btn-outline-light{color:#f8f9fa;background-color:transparent;border-color:#f8f9fa;}.btn-outline-light:hover{color:#fff;background-color:#f8f9fa;border-color:#f8f9fa;}.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.25);}.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent;}.btn-outline-dark{color:#343a40;background-color:transparent;border-color:#343a40;}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40;}.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.25);}.btn-outline-dark:disabled{color:#343a40;background-color:transparent;}.btn-outline-app-primary{color:#30ccfd;background-color:transparent;border-color:#30ccfd;}.btn-outline-app-primary:hover{color:#fff;background-color:#30ccfd;border-color:#30ccfd;}.btn-outline-app-primary:focus{box-shadow:0 0 0 .2rem rgba(48,204,253,.25);}.btn-outline-app-primary:disabled{color:#30ccfd;background-color:transparent;}.btn-outline-yellow{color:#fcca04;background-color:transparent;border-color:#fcca04;}.btn-outline-yellow:hover{color:#494949;background-color:#fcca04;border-color:#fcca04;}.btn-outline-yellow:focus{box-shadow:0 0 0 .2rem rgba(252,202,4,.25);}.btn-outline-yellow:disabled{color:#fcca04;background-color:transparent;}.fill-blue{fill:#007bff;}.fill-indigo{fill:#6610f2;}.fill-purple{fill:#6f42c1;}.fill-pink{fill:#e83e8c;}.fill-red{fill:#dc3545;}.fill-orange{fill:#fd7e14;}.fill-yellow{fill:#fcca04;}.fill-green{fill:#28a745;}.fill-teal{fill:#20c997;}.fill-cyan{fill:#17a2b8;}.fill-white{fill:#fff;}.fill-gray{fill:#6c757d;}.fill-gray-dark{fill:#343a40;}.fill-primary{fill:#007bff;}.fill-secondary{fill:#6c757d;}.fill-success{fill:#28a745;}.fill-info{fill:#17a2b8;}.fill-warning{fill:#fcca04;}.fill-danger{fill:#dc3545;}.fill-light{fill:#f8f9fa;}.fill-dark{fill:#343a40;}.fill-app-primary{fill:#30ccfd;}.stroke-blue{stroke:#007bff;}.stroke-indigo{stroke:#6610f2;}.stroke-purple{stroke:#6f42c1;}.stroke-pink{stroke:#e83e8c;}.stroke-red{stroke:#dc3545;}.stroke-orange{stroke:#fd7e14;}.stroke-yellow{stroke:#fcca04;}.stroke-green{stroke:#28a745;}.stroke-teal{stroke:#20c997;}.stroke-cyan{stroke:#17a2b8;}.stroke-white{stroke:#fff;}.stroke-gray{stroke:#6c757d;}.stroke-gray-dark{stroke:#343a40;}.stroke-primary{stroke:#007bff;}.stroke-secondary{stroke:#6c757d;}.stroke-success{stroke:#28a745;}.stroke-info{stroke:#17a2b8;}.stroke-warning{stroke:#fcca04;}.stroke-danger{stroke:#dc3545;}.stroke-light{stroke:#f8f9fa;}.stroke-dark{stroke:#343a40;}.stroke-app-primary{stroke:#30ccfd;}.shadow-blue{box-shadow:0 .125rem .25rem rgba(0,123,255,.15);}.shadow-primary{box-shadow:0 .125rem .25rem rgba(0,123,255,.15);}.shadow-success{box-shadow:0 .125rem .25rem rgba(40,167,69,.15);}.shadow-warning{box-shadow:0 .125rem .25rem rgba(252,202,4,.15);}.shadow-danger{box-shadow:0 .125rem .25rem rgba(220,53,69,.15);}.shadow-app-primary{box-shadow:0 .125rem .25rem rgba(48,204,253,.15);}.hover-text-primary:hover{color:#007bff!important;}.hover-text-app-primary:hover{color:#30ccfd!important;}.hover-text-yellow:hover{color:#fcca04!important;}.hover-bg-primary:hover{background-color:#007bff!important;}.hover-bg-app-primary:hover{background-color:#30ccfd!important;}.hover-bg-yellow:hover{background-color:#fcca04!important;color:#494949!important;}.focus-ring-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}.focus-ring-app-primary:focus{box-shadow:0 0 0 .2rem rgba(48,204,253,.25);}.focus-ring-yellow:focus{box-shadow:0 0 0 .2rem rgba(252,202,4,.25);}.active-bg-primary:active{background-color:#007bff!important;}.active-bg-app-primary:active{background-color:#30ccfd!important;}.active-bg-yellow:active{background-color:#d5aa03!important;color:#494949!important;}.selection-bg-primary ::selection{background-color:rgba(0,123,255,.15);}.selection-bg-app-primary ::selection{background-color:rgba(48,204,253,.15);}.selection-bg-yellow ::selection{background-color:rgba(252,202,4,.15);}.pagination li>a{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6;}.pagination li>a:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6;}.pagination li>a:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}.pagination li:first-child>a{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;}.pagination li:last-child>a{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;}.pagination li.active>a{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff;}.pagination li.disabled>a{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6;}span.clear-input-button{position:absolute;right:-4px;top:-8px;cursor:pointer;font-weight:bold;z-index:25;padding:1px 4px!important;font-size:1.2em;}.navbar-brand img{width:100px;}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px;}.pagination>li{display:inline;}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd;}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd;}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px;}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px;}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7;}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd;}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333;}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px;}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px;}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5;}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px;}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px;}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,0)!important;}.modal.form-modal{background:#ffffffe0;}.panel-collapse.collapse.in{display:block;}.panel-collapse.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease;}.panel-collapse.collapse{display:none;}.panel-collapse.collapse.show,.panel-collapse.collapse.in{display:block;}.panel{border:1px solid #dee2e6;border-radius:.375rem;background-color:#fff;margin-bottom:.5rem;}.panel-heading{padding:.75rem 1rem;background-color:#f8f9fa;border-bottom:1px solid #dee2e6;cursor:pointer;}.panel-body{padding:1rem;}.panel-title,.panel-title a{font-size:1em;color:#000!important;text-decoration:none!important;}ng-table-extended .ng-table-expandable .panel-default{margin:0!important;border:0!important;border-radius:0!important;}.hide-overflow{overflow:hidden;}.hide-overflow-x{overflow-x:hidden!important;}.width0px{width:0;}.width5px{width:5px;}.width10px{width:10px;}.width15px{width:15px;}.width20px{width:20px;}.width25px{width:25px;}.width30px{width:30px;}.width35px{width:35px;}.width40px{width:40px;}.width45px{width:45px;}.width50px{width:50px;}.width55px{width:55px;}.width60px{width:60px;}.width65px{width:65px;}.width70px{width:70px;}.width75px{width:75px;}.width80px{width:80px;}.width85px{width:85px;}.width90px{width:90px;}.width95px{width:95px;}.width100px{width:100px;}.width105px{width:105px;}.width110px{width:110px;}.width115px{width:115px;}.width120px{width:120px;}.width125px{width:125px;}.width130px{width:130px;}.width135px{width:135px;}.width140px{width:140px;}.width145px{width:145px;}.width150px{width:150px;}.width155px{width:155px;}.width160px{width:160px;}.width165px{width:165px;}.width170px{width:170px;}.width175px{width:175px;}.width180px{width:180px;}.width185px{width:185px;}.width190px{width:190px;}.width195px{width:195px;}.width200px{width:200px;}.width205px{width:205px;}.width210px{width:210px;}.width215px{width:215px;}.width220px{width:220px;}.width225px{width:225px;}.width230px{width:230px;}.width235px{width:235px;}.width240px{width:240px;}.width245px{width:245px;}.width250px{width:250px;}.width255px{width:255px;}.width260px{width:260px;}.width265px{width:265px;}.width270px{width:270px;}.width275px{width:275px;}.width280px{width:280px;}.width285px{width:285px;}.width290px{width:290px;}.width295px{width:295px;}.width300px{width:300px;}.width305px{width:305px;}.width310px{width:310px;}.width315px{width:315px;}.width320px{width:320px;}.width325px{width:325px;}.width330px{width:330px;}.width335px{width:335px;}.width340px{width:340px;}.width345px{width:345px;}.width350px{width:350px;}.width355px{width:355px;}.width360px{width:360px;}.width365px{width:365px;}.width370px{width:370px;}.width375px{width:375px;}.width380px{width:380px;}.width385px{width:385px;}.width390px{width:390px;}.width395px{width:395px;}.width400px{width:400px;}.width405px{width:405px;}.width410px{width:410px;}.width415px{width:415px;}.width420px{width:420px;}.width425px{width:425px;}.width430px{width:430px;}.width435px{width:435px;}.width440px{width:440px;}.width445px{width:445px;}.width450px{width:450px;}.width455px{width:455px;}.width460px{width:460px;}.width465px{width:465px;}.width470px{width:470px;}.width475px{width:475px;}.width480px{width:480px;}.width485px{width:485px;}.width490px{width:490px;}.width495px{width:495px;}.width500px{width:500px;}.width505px{width:505px;}.width510px{width:510px;}.width515px{width:515px;}.width520px{width:520px;}.width525px{width:525px;}.width530px{width:530px;}.width535px{width:535px;}.width540px{width:540px;}.width545px{width:545px;}.width550px{width:550px;}.width555px{width:555px;}.width560px{width:560px;}.width565px{width:565px;}.width570px{width:570px;}.width575px{width:575px;}.width580px{width:580px;}.width585px{width:585px;}.width590px{width:590px;}.width595px{width:595px;}.width600px{width:600px;}.width605px{width:605px;}.width610px{width:610px;}.width615px{width:615px;}.width620px{width:620px;}.width625px{width:625px;}.width630px{width:630px;}.width635px{width:635px;}.width640px{width:640px;}.width645px{width:645px;}.width650px{width:650px;}.width655px{width:655px;}.width660px{width:660px;}.width665px{width:665px;}.width670px{width:670px;}.width675px{width:675px;}.width680px{width:680px;}.width685px{width:685px;}.width690px{width:690px;}.width695px{width:695px;}.width700px{width:700px;}.width705px{width:705px;}.width710px{width:710px;}.width715px{width:715px;}.width720px{width:720px;}.width725px{width:725px;}.width730px{width:730px;}.width735px{width:735px;}.width740px{width:740px;}.width745px{width:745px;}.width750px{width:750px;}.width755px{width:755px;}.width760px{width:760px;}.width765px{width:765px;}.width770px{width:770px;}.width775px{width:775px;}.width780px{width:780px;}.width785px{width:785px;}.width790px{width:790px;}.width795px{width:795px;}.width800px{width:800px;}.width805px{width:805px;}.width810px{width:810px;}.width815px{width:815px;}.width820px{width:820px;}.width825px{width:825px;}.width830px{width:830px;}.width835px{width:835px;}.width840px{width:840px;}.width845px{width:845px;}.width850px{width:850px;}.width855px{width:855px;}.width860px{width:860px;}.width865px{width:865px;}.width870px{width:870px;}.width875px{width:875px;}.width880px{width:880px;}.width885px{width:885px;}.width890px{width:890px;}.width895px{width:895px;}.width900px{width:900px;}.width905px{width:905px;}.width910px{width:910px;}.width915px{width:915px;}.width920px{width:920px;}.width925px{width:925px;}.width930px{width:930px;}.width935px{width:935px;}.width940px{width:940px;}.width945px{width:945px;}.width950px{width:950px;}.width955px{width:955px;}.width960px{width:960px;}.width965px{width:965px;}.width970px{width:970px;}.width975px{width:975px;}.width980px{width:980px;}.width985px{width:985px;}.width990px{width:990px;}.width995px{width:995px;}.width1000px{width:1000px;}.width0px-important{width:0!important;}.width5px-important{width:5px!important;}.width10px-important{width:10px!important;}.width15px-important{width:15px!important;}.width20px-important{width:20px!important;}.width25px-important{width:25px!important;}.width30px-important{width:30px!important;}.width35px-important{width:35px!important;}.width40px-important{width:40px!important;}.width45px-important{width:45px!important;}.width50px-important{width:50px!important;}.width55px-important{width:55px!important;}.width60px-important{width:60px!important;}.width65px-important{width:65px!important;}.width70px-important{width:70px!important;}.width75px-important{width:75px!important;}.width80px-important{width:80px!important;}.width85px-important{width:85px!important;}.width90px-important{width:90px!important;}.width95px-important{width:95px!important;}.width100px-important{width:100px!important;}.width105px-important{width:105px!important;}.width110px-important{width:110px!important;}.width115px-important{width:115px!important;}.width120px-important{width:120px!important;}.width125px-important{width:125px!important;}.width130px-important{width:130px!important;}.width135px-important{width:135px!important;}.width140px-important{width:140px!important;}.width145px-important{width:145px!important;}.width150px-important{width:150px!important;}.width155px-important{width:155px!important;}.width160px-important{width:160px!important;}.width165px-important{width:165px!important;}.width170px-important{width:170px!important;}.width175px-important{width:175px!important;}.width180px-important{width:180px!important;}.width185px-important{width:185px!important;}.width190px-important{width:190px!important;}.width195px-important{width:195px!important;}.width200px-important{width:200px!important;}.width205px-important{width:205px!important;}.width210px-important{width:210px!important;}.width215px-important{width:215px!important;}.width220px-important{width:220px!important;}.width225px-important{width:225px!important;}.width230px-important{width:230px!important;}.width235px-important{width:235px!important;}.width240px-important{width:240px!important;}.width245px-important{width:245px!important;}.width250px-important{width:250px!important;}.width255px-important{width:255px!important;}.width260px-important{width:260px!important;}.width265px-important{width:265px!important;}.width270px-important{width:270px!important;}.width275px-important{width:275px!important;}.width280px-important{width:280px!important;}.width285px-important{width:285px!important;}.width290px-important{width:290px!important;}.width295px-important{width:295px!important;}.width300px-important{width:300px!important;}.width305px-important{width:305px!important;}.width310px-important{width:310px!important;}.width315px-important{width:315px!important;}.width320px-important{width:320px!important;}.width325px-important{width:325px!important;}.width330px-important{width:330px!important;}.width335px-important{width:335px!important;}.width340px-important{width:340px!important;}.width345px-important{width:345px!important;}.width350px-important{width:350px!important;}.width355px-important{width:355px!important;}.width360px-important{width:360px!important;}.width365px-important{width:365px!important;}.width370px-important{width:370px!important;}.width375px-important{width:375px!important;}.width380px-important{width:380px!important;}.width385px-important{width:385px!important;}.width390px-important{width:390px!important;}.width395px-important{width:395px!important;}.width400px-important{width:400px!important;}.width405px-important{width:405px!important;}.width410px-important{width:410px!important;}.width415px-important{width:415px!important;}.width420px-important{width:420px!important;}.width425px-important{width:425px!important;}.width430px-important{width:430px!important;}.width435px-important{width:435px!important;}.width440px-important{width:440px!important;}.width445px-important{width:445px!important;}.width450px-important{width:450px!important;}.width455px-important{width:455px!important;}.width460px-important{width:460px!important;}.width465px-important{width:465px!important;}.width470px-important{width:470px!important;}.width475px-important{width:475px!important;}.width480px-important{width:480px!important;}.width485px-important{width:485px!important;}.width490px-important{width:490px!important;}.width495px-important{width:495px!important;}.width500px-important{width:500px!important;}.width505px-important{width:505px!important;}.width510px-important{width:510px!important;}.width515px-important{width:515px!important;}.width520px-important{width:520px!important;}.width525px-important{width:525px!important;}.width530px-important{width:530px!important;}.width535px-important{width:535px!important;}.width540px-important{width:540px!important;}.width545px-important{width:545px!important;}.width550px-important{width:550px!important;}.width555px-important{width:555px!important;}.width560px-important{width:560px!important;}.width565px-important{width:565px!important;}.width570px-important{width:570px!important;}.width575px-important{width:575px!important;}.width580px-important{width:580px!important;}.width585px-important{width:585px!important;}.width590px-important{width:590px!important;}.width595px-important{width:595px!important;}.width600px-important{width:600px!important;}.width605px-important{width:605px!important;}.width610px-important{width:610px!important;}.width615px-important{width:615px!important;}.width620px-important{width:620px!important;}.width625px-important{width:625px!important;}.width630px-important{width:630px!important;}.width635px-important{width:635px!important;}.width640px-important{width:640px!important;}.width645px-important{width:645px!important;}.width650px-important{width:650px!important;}.width655px-important{width:655px!important;}.width660px-important{width:660px!important;}.width665px-important{width:665px!important;}.width670px-important{width:670px!important;}.width675px-important{width:675px!important;}.width680px-important{width:680px!important;}.width685px-important{width:685px!important;}.width690px-important{width:690px!important;}.width695px-important{width:695px!important;}.width700px-important{width:700px!important;}.width705px-important{width:705px!important;}.width710px-important{width:710px!important;}.width715px-important{width:715px!important;}.width720px-important{width:720px!important;}.width725px-important{width:725px!important;}.width730px-important{width:730px!important;}.width735px-important{width:735px!important;}.width740px-important{width:740px!important;}.width745px-important{width:745px!important;}.width750px-important{width:750px!important;}.width755px-important{width:755px!important;}.width760px-important{width:760px!important;}.width765px-important{width:765px!important;}.width770px-important{width:770px!important;}.width775px-important{width:775px!important;}.width780px-important{width:780px!important;}.width785px-important{width:785px!important;}.width790px-important{width:790px!important;}.width795px-important{width:795px!important;}.width800px-important{width:800px!important;}.width805px-important{width:805px!important;}.width810px-important{width:810px!important;}.width815px-important{width:815px!important;}.width820px-important{width:820px!important;}.width825px-important{width:825px!important;}.width830px-important{width:830px!important;}.width835px-important{width:835px!important;}.width840px-important{width:840px!important;}.width845px-important{width:845px!important;}.width850px-important{width:850px!important;}.width855px-important{width:855px!important;}.width860px-important{width:860px!important;}.width865px-important{width:865px!important;}.width870px-important{width:870px!important;}.width875px-important{width:875px!important;}.width880px-important{width:880px!important;}.width885px-important{width:885px!important;}.width890px-important{width:890px!important;}.width895px-important{width:895px!important;}.width900px-important{width:900px!important;}.width905px-important{width:905px!important;}.width910px-important{width:910px!important;}.width915px-important{width:915px!important;}.width920px-important{width:920px!important;}.width925px-important{width:925px!important;}.width930px-important{width:930px!important;}.width935px-important{width:935px!important;}.width940px-important{width:940px!important;}.width945px-important{width:945px!important;}.width950px-important{width:950px!important;}.width955px-important{width:955px!important;}.width960px-important{width:960px!important;}.width965px-important{width:965px!important;}.width970px-important{width:970px!important;}.width975px-important{width:975px!important;}.width980px-important{width:980px!important;}.width985px-important{width:985px!important;}.width990px-important{width:990px!important;}.width995px-important{width:995px!important;}.width1000px-important{width:1000px!important;}.width0pc{width:0%;}.width1pc{width:1%;}.width2pc{width:2%;}.width3pc{width:3%;}.width4pc{width:4%;}.width5pc{width:5%;}.width6pc{width:6%;}.width7pc{width:7%;}.width8pc{width:8%;}.width9pc{width:9%;}.width10pc{width:10%;}.width11pc{width:11%;}.width12pc{width:12%;}.width13pc{width:13%;}.width14pc{width:14%;}.width15pc{width:15%;}.width16pc{width:16%;}.width17pc{width:17%;}.width18pc{width:18%;}.width19pc{width:19%;}.width20pc{width:20%;}.width21pc{width:21%;}.width22pc{width:22%;}.width23pc{width:23%;}.width24pc{width:24%;}.width25pc{width:25%;}.width26pc{width:26%;}.width27pc{width:27%;}.width28pc{width:28%;}.width29pc{width:29%;}.width30pc{width:30%;}.width31pc{width:31%;}.width32pc{width:32%;}.width33pc{width:33%;}.width34pc{width:34%;}.width35pc{width:35%;}.width36pc{width:36%;}.width37pc{width:37%;}.width38pc{width:38%;}.width39pc{width:39%;}.width40pc{width:40%;}.width41pc{width:41%;}.width42pc{width:42%;}.width43pc{width:43%;}.width44pc{width:44%;}.width45pc{width:45%;}.width46pc{width:46%;}.width47pc{width:47%;}.width48pc{width:48%;}.width49pc{width:49%;}.width50pc{width:50%;}.width51pc{width:51%;}.width52pc{width:52%;}.width53pc{width:53%;}.width54pc{width:54%;}.width55pc{width:55%;}.width56pc{width:56%;}.width57pc{width:57%;}.width58pc{width:58%;}.width59pc{width:59%;}.width60pc{width:60%;}.width61pc{width:61%;}.width62pc{width:62%;}.width63pc{width:63%;}.width64pc{width:64%;}.width65pc{width:65%;}.width66pc{width:66%;}.width67pc{width:67%;}.width68pc{width:68%;}.width69pc{width:69%;}.width70pc{width:70%;}.width71pc{width:71%;}.width72pc{width:72%;}.width73pc{width:73%;}.width74pc{width:74%;}.width75pc{width:75%;}.width76pc{width:76%;}.width77pc{width:77%;}.width78pc{width:78%;}.width79pc{width:79%;}.width80pc{width:80%;}.width81pc{width:81%;}.width82pc{width:82%;}.width83pc{width:83%;}.width84pc{width:84%;}.width85pc{width:85%;}.width86pc{width:86%;}.width87pc{width:87%;}.width88pc{width:88%;}.width89pc{width:89%;}.width90pc{width:90%;}.width91pc{width:91%;}.width92pc{width:92%;}.width93pc{width:93%;}.width94pc{width:94%;}.width95pc{width:95%;}.width96pc{width:96%;}.width97pc{width:97%;}.width98pc{width:98%;}.width99pc{width:99%;}.width100pc{width:100%;}.width0pc-important{width:0%!important;}.width1pc-important{width:1%!important;}.width2pc-important{width:2%!important;}.width3pc-important{width:3%!important;}.width4pc-important{width:4%!important;}.width5pc-important{width:5%!important;}.width6pc-important{width:6%!important;}.width7pc-important{width:7%!important;}.width8pc-important{width:8%!important;}.width9pc-important{width:9%!important;}.width10pc-important{width:10%!important;}.width11pc-important{width:11%!important;}.width12pc-important{width:12%!important;}.width13pc-important{width:13%!important;}.width14pc-important{width:14%!important;}.width15pc-important{width:15%!important;}.width16pc-important{width:16%!important;}.width17pc-important{width:17%!important;}.width18pc-important{width:18%!important;}.width19pc-important{width:19%!important;}.width20pc-important{width:20%!important;}.width21pc-important{width:21%!important;}.width22pc-important{width:22%!important;}.width23pc-important{width:23%!important;}.width24pc-important{width:24%!important;}.width25pc-important{width:25%!important;}.width26pc-important{width:26%!important;}.width27pc-important{width:27%!important;}.width28pc-important{width:28%!important;}.width29pc-important{width:29%!important;}.width30pc-important{width:30%!important;}.width31pc-important{width:31%!important;}.width32pc-important{width:32%!important;}.width33pc-important{width:33%!important;}.width34pc-important{width:34%!important;}.width35pc-important{width:35%!important;}.width36pc-important{width:36%!important;}.width37pc-important{width:37%!important;}.width38pc-important{width:38%!important;}.width39pc-important{width:39%!important;}.width40pc-important{width:40%!important;}.width41pc-important{width:41%!important;}.width42pc-important{width:42%!important;}.width43pc-important{width:43%!important;}.width44pc-important{width:44%!important;}.width45pc-important{width:45%!important;}.width46pc-important{width:46%!important;}.width47pc-important{width:47%!important;}.width48pc-important{width:48%!important;}.width49pc-important{width:49%!important;}.width50pc-important{width:50%!important;}.width51pc-important{width:51%!important;}.width52pc-important{width:52%!important;}.width53pc-important{width:53%!important;}.width54pc-important{width:54%!important;}.width55pc-important{width:55%!important;}.width56pc-important{width:56%!important;}.width57pc-important{width:57%!important;}.width58pc-important{width:58%!important;}.width59pc-important{width:59%!important;}.width60pc-important{width:60%!important;}.width61pc-important{width:61%!important;}.width62pc-important{width:62%!important;}.width63pc-important{width:63%!important;}.width64pc-important{width:64%!important;}.width65pc-important{width:65%!important;}.width66pc-important{width:66%!important;}.width67pc-important{width:67%!important;}.width68pc-important{width:68%!important;}.width69pc-important{width:69%!important;}.width70pc-important{width:70%!important;}.width71pc-important{width:71%!important;}.width72pc-important{width:72%!important;}.width73pc-important{width:73%!important;}.width74pc-important{width:74%!important;}.width75pc-important{width:75%!important;}.width76pc-important{width:76%!important;}.width77pc-important{width:77%!important;}.width78pc-important{width:78%!important;}.width79pc-important{width:79%!important;}.width80pc-important{width:80%!important;}.width81pc-important{width:81%!important;}.width82pc-important{width:82%!important;}.width83pc-important{width:83%!important;}.width84pc-important{width:84%!important;}.width85pc-important{width:85%!important;}.width86pc-important{width:86%!important;}.width87pc-important{width:87%!important;}.width88pc-important{width:88%!important;}.width89pc-important{width:89%!important;}.width90pc-important{width:90%!important;}.width91pc-important{width:91%!important;}.width92pc-important{width:92%!important;}.width93pc-important{width:93%!important;}.width94pc-important{width:94%!important;}.width95pc-important{width:95%!important;}.width96pc-important{width:96%!important;}.width97pc-important{width:97%!important;}.width98pc-important{width:98%!important;}.width99pc-important{width:99%!important;}.width100pc-important{width:100%!important;}.max-width0px{max-width:0;}.max-width5px{max-width:5px;}.max-width10px{max-width:10px;}.max-width15px{max-width:15px;}.max-width20px{max-width:20px;}.max-width25px{max-width:25px;}.max-width30px{max-width:30px;}.max-width35px{max-width:35px;}.max-width40px{max-width:40px;}.max-width45px{max-width:45px;}.max-width50px{max-width:50px;}.max-width55px{max-width:55px;}.max-width60px{max-width:60px;}.max-width65px{max-width:65px;}.max-width70px{max-width:70px;}.max-width75px{max-width:75px;}.max-width80px{max-width:80px;}.max-width85px{max-width:85px;}.max-width90px{max-width:90px;}.max-width95px{max-width:95px;}.max-width100px{max-width:100px;}.max-width105px{max-width:105px;}.max-width110px{max-width:110px;}.max-width115px{max-width:115px;}.max-width120px{max-width:120px;}.max-width125px{max-width:125px;}.max-width130px{max-width:130px;}.max-width135px{max-width:135px;}.max-width140px{max-width:140px;}.max-width145px{max-width:145px;}.max-width150px{max-width:150px;}.max-width155px{max-width:155px;}.max-width160px{max-width:160px;}.max-width165px{max-width:165px;}.max-width170px{max-width:170px;}.max-width175px{max-width:175px;}.max-width180px{max-width:180px;}.max-width185px{max-width:185px;}.max-width190px{max-width:190px;}.max-width195px{max-width:195px;}.max-width200px{max-width:200px;}.max-width205px{max-width:205px;}.max-width210px{max-width:210px;}.max-width215px{max-width:215px;}.max-width220px{max-width:220px;}.max-width225px{max-width:225px;}.max-width230px{max-width:230px;}.max-width235px{max-width:235px;}.max-width240px{max-width:240px;}.max-width245px{max-width:245px;}.max-width250px{max-width:250px;}.max-width255px{max-width:255px;}.max-width260px{max-width:260px;}.max-width265px{max-width:265px;}.max-width270px{max-width:270px;}.max-width275px{max-width:275px;}.max-width280px{max-width:280px;}.max-width285px{max-width:285px;}.max-width290px{max-width:290px;}.max-width295px{max-width:295px;}.max-width300px{max-width:300px;}.max-width305px{max-width:305px;}.max-width310px{max-width:310px;}.max-width315px{max-width:315px;}.max-width320px{max-width:320px;}.max-width325px{max-width:325px;}.max-width330px{max-width:330px;}.max-width335px{max-width:335px;}.max-width340px{max-width:340px;}.max-width345px{max-width:345px;}.max-width350px{max-width:350px;}.max-width355px{max-width:355px;}.max-width360px{max-width:360px;}.max-width365px{max-width:365px;}.max-width370px{max-width:370px;}.max-width375px{max-width:375px;}.max-width380px{max-width:380px;}.max-width385px{max-width:385px;}.max-width390px{max-width:390px;}.max-width395px{max-width:395px;}.max-width400px{max-width:400px;}.max-width405px{max-width:405px;}.max-width410px{max-width:410px;}.max-width415px{max-width:415px;}.max-width420px{max-width:420px;}.max-width425px{max-width:425px;}.max-width430px{max-width:430px;}.max-width435px{max-width:435px;}.max-width440px{max-width:440px;}.max-width445px{max-width:445px;}.max-width450px{max-width:450px;}.max-width455px{max-width:455px;}.max-width460px{max-width:460px;}.max-width465px{max-width:465px;}.max-width470px{max-width:470px;}.max-width475px{max-width:475px;}.max-width480px{max-width:480px;}.max-width485px{max-width:485px;}.max-width490px{max-width:490px;}.max-width495px{max-width:495px;}.max-width500px{max-width:500px;}.max-width505px{max-width:505px;}.max-width510px{max-width:510px;}.max-width515px{max-width:515px;}.max-width520px{max-width:520px;}.max-width525px{max-width:525px;}.max-width530px{max-width:530px;}.max-width535px{max-width:535px;}.max-width540px{max-width:540px;}.max-width545px{max-width:545px;}.max-width550px{max-width:550px;}.max-width555px{max-width:555px;}.max-width560px{max-width:560px;}.max-width565px{max-width:565px;}.max-width570px{max-width:570px;}.max-width575px{max-width:575px;}.max-width580px{max-width:580px;}.max-width585px{max-width:585px;}.max-width590px{max-width:590px;}.max-width595px{max-width:595px;}.max-width600px{max-width:600px;}.max-width605px{max-width:605px;}.max-width610px{max-width:610px;}.max-width615px{max-width:615px;}.max-width620px{max-width:620px;}.max-width625px{max-width:625px;}.max-width630px{max-width:630px;}.max-width635px{max-width:635px;}.max-width640px{max-width:640px;}.max-width645px{max-width:645px;}.max-width650px{max-width:650px;}.max-width655px{max-width:655px;}.max-width660px{max-width:660px;}.max-width665px{max-width:665px;}.max-width670px{max-width:670px;}.max-width675px{max-width:675px;}.max-width680px{max-width:680px;}.max-width685px{max-width:685px;}.max-width690px{max-width:690px;}.max-width695px{max-width:695px;}.max-width700px{max-width:700px;}.max-width705px{max-width:705px;}.max-width710px{max-width:710px;}.max-width715px{max-width:715px;}.max-width720px{max-width:720px;}.max-width725px{max-width:725px;}.max-width730px{max-width:730px;}.max-width735px{max-width:735px;}.max-width740px{max-width:740px;}.max-width745px{max-width:745px;}.max-width750px{max-width:750px;}.max-width755px{max-width:755px;}.max-width760px{max-width:760px;}.max-width765px{max-width:765px;}.max-width770px{max-width:770px;}.max-width775px{max-width:775px;}.max-width780px{max-width:780px;}.max-width785px{max-width:785px;}.max-width790px{max-width:790px;}.max-width795px{max-width:795px;}.max-width800px{max-width:800px;}.max-width805px{max-width:805px;}.max-width810px{max-width:810px;}.max-width815px{max-width:815px;}.max-width820px{max-width:820px;}.max-width825px{max-width:825px;}.max-width830px{max-width:830px;}.max-width835px{max-width:835px;}.max-width840px{max-width:840px;}.max-width845px{max-width:845px;}.max-width850px{max-width:850px;}.max-width855px{max-width:855px;}.max-width860px{max-width:860px;}.max-width865px{max-width:865px;}.max-width870px{max-width:870px;}.max-width875px{max-width:875px;}.max-width880px{max-width:880px;}.max-width885px{max-width:885px;}.max-width890px{max-width:890px;}.max-width895px{max-width:895px;}.max-width900px{max-width:900px;}.max-width905px{max-width:905px;}.max-width910px{max-width:910px;}.max-width915px{max-width:915px;}.max-width920px{max-width:920px;}.max-width925px{max-width:925px;}.max-width930px{max-width:930px;}.max-width935px{max-width:935px;}.max-width940px{max-width:940px;}.max-width945px{max-width:945px;}.max-width950px{max-width:950px;}.max-width955px{max-width:955px;}.max-width960px{max-width:960px;}.max-width965px{max-width:965px;}.max-width970px{max-width:970px;}.max-width975px{max-width:975px;}.max-width980px{max-width:980px;}.max-width985px{max-width:985px;}.max-width990px{max-width:990px;}.max-width995px{max-width:995px;}.max-width1000px{max-width:1000px;}.max-width0pc{max-width:0%;}.max-width1pc{max-width:1%;}.max-width2pc{max-width:2%;}.max-width3pc{max-width:3%;}.max-width4pc{max-width:4%;}.max-width5pc{max-width:5%;}.max-width6pc{max-width:6%;}.max-width7pc{max-width:7%;}.max-width8pc{max-width:8%;}.max-width9pc{max-width:9%;}.max-width10pc{max-width:10%;}.max-width11pc{max-width:11%;}.max-width12pc{max-width:12%;}.max-width13pc{max-width:13%;}.max-width14pc{max-width:14%;}.max-width15pc{max-width:15%;}.max-width16pc{max-width:16%;}.max-width17pc{max-width:17%;}.max-width18pc{max-width:18%;}.max-width19pc{max-width:19%;}.max-width20pc{max-width:20%;}.max-width21pc{max-width:21%;}.max-width22pc{max-width:22%;}.max-width23pc{max-width:23%;}.max-width24pc{max-width:24%;}.max-width25pc{max-width:25%;}.max-width26pc{max-width:26%;}.max-width27pc{max-width:27%;}.max-width28pc{max-width:28%;}.max-width29pc{max-width:29%;}.max-width30pc{max-width:30%;}.max-width31pc{max-width:31%;}.max-width32pc{max-width:32%;}.max-width33pc{max-width:33%;}.max-width34pc{max-width:34%;}.max-width35pc{max-width:35%;}.max-width36pc{max-width:36%;}.max-width37pc{max-width:37%;}.max-width38pc{max-width:38%;}.max-width39pc{max-width:39%;}.max-width40pc{max-width:40%;}.max-width41pc{max-width:41%;}.max-width42pc{max-width:42%;}.max-width43pc{max-width:43%;}.max-width44pc{max-width:44%;}.max-width45pc{max-width:45%;}.max-width46pc{max-width:46%;}.max-width47pc{max-width:47%;}.max-width48pc{max-width:48%;}.max-width49pc{max-width:49%;}.max-width50pc{max-width:50%;}.max-width51pc{max-width:51%;}.max-width52pc{max-width:52%;}.max-width53pc{max-width:53%;}.max-width54pc{max-width:54%;}.max-width55pc{max-width:55%;}.max-width56pc{max-width:56%;}.max-width57pc{max-width:57%;}.max-width58pc{max-width:58%;}.max-width59pc{max-width:59%;}.max-width60pc{max-width:60%;}.max-width61pc{max-width:61%;}.max-width62pc{max-width:62%;}.max-width63pc{max-width:63%;}.max-width64pc{max-width:64%;}.max-width65pc{max-width:65%;}.max-width66pc{max-width:66%;}.max-width67pc{max-width:67%;}.max-width68pc{max-width:68%;}.max-width69pc{max-width:69%;}.max-width70pc{max-width:70%;}.max-width71pc{max-width:71%;}.max-width72pc{max-width:72%;}.max-width73pc{max-width:73%;}.max-width74pc{max-width:74%;}.max-width75pc{max-width:75%;}.max-width76pc{max-width:76%;}.max-width77pc{max-width:77%;}.max-width78pc{max-width:78%;}.max-width79pc{max-width:79%;}.max-width80pc{max-width:80%;}.max-width81pc{max-width:81%;}.max-width82pc{max-width:82%;}.max-width83pc{max-width:83%;}.max-width84pc{max-width:84%;}.max-width85pc{max-width:85%;}.max-width86pc{max-width:86%;}.max-width87pc{max-width:87%;}.max-width88pc{max-width:88%;}.max-width89pc{max-width:89%;}.max-width90pc{max-width:90%;}.max-width91pc{max-width:91%;}.max-width92pc{max-width:92%;}.max-width93pc{max-width:93%;}.max-width94pc{max-width:94%;}.max-width95pc{max-width:95%;}.max-width96pc{max-width:96%;}.max-width97pc{max-width:97%;}.max-width98pc{max-width:98%;}.max-width99pc{max-width:99%;}.max-width100pc{max-width:100%;}.max-width0px-important{max-width:0!important;}.max-width5px-important{max-width:5px!important;}.max-width10px-important{max-width:10px!important;}.max-width15px-important{max-width:15px!important;}.max-width20px-important{max-width:20px!important;}.max-width25px-important{max-width:25px!important;}.max-width30px-important{max-width:30px!important;}.max-width35px-important{max-width:35px!important;}.max-width40px-important{max-width:40px!important;}.max-width45px-important{max-width:45px!important;}.max-width50px-important{max-width:50px!important;}.max-width55px-important{max-width:55px!important;}.max-width60px-important{max-width:60px!important;}.max-width65px-important{max-width:65px!important;}.max-width70px-important{max-width:70px!important;}.max-width75px-important{max-width:75px!important;}.max-width80px-important{max-width:80px!important;}.max-width85px-important{max-width:85px!important;}.max-width90px-important{max-width:90px!important;}.max-width95px-important{max-width:95px!important;}.max-width100px-important{max-width:100px!important;}.max-width105px-important{max-width:105px!important;}.max-width110px-important{max-width:110px!important;}.max-width115px-important{max-width:115px!important;}.max-width120px-important{max-width:120px!important;}.max-width125px-important{max-width:125px!important;}.max-width130px-important{max-width:130px!important;}.max-width135px-important{max-width:135px!important;}.max-width140px-important{max-width:140px!important;}.max-width145px-important{max-width:145px!important;}.max-width150px-important{max-width:150px!important;}.max-width155px-important{max-width:155px!important;}.max-width160px-important{max-width:160px!important;}.max-width165px-important{max-width:165px!important;}.max-width170px-important{max-width:170px!important;}.max-width175px-important{max-width:175px!important;}.max-width180px-important{max-width:180px!important;}.max-width185px-important{max-width:185px!important;}.max-width190px-important{max-width:190px!important;}.max-width195px-important{max-width:195px!important;}.max-width200px-important{max-width:200px!important;}.max-width205px-important{max-width:205px!important;}.max-width210px-important{max-width:210px!important;}.max-width215px-important{max-width:215px!important;}.max-width220px-important{max-width:220px!important;}.max-width225px-important{max-width:225px!important;}.max-width230px-important{max-width:230px!important;}.max-width235px-important{max-width:235px!important;}.max-width240px-important{max-width:240px!important;}.max-width245px-important{max-width:245px!important;}.max-width250px-important{max-width:250px!important;}.max-width255px-important{max-width:255px!important;}.max-width260px-important{max-width:260px!important;}.max-width265px-important{max-width:265px!important;}.max-width270px-important{max-width:270px!important;}.max-width275px-important{max-width:275px!important;}.max-width280px-important{max-width:280px!important;}.max-width285px-important{max-width:285px!important;}.max-width290px-important{max-width:290px!important;}.max-width295px-important{max-width:295px!important;}.max-width300px-important{max-width:300px!important;}.max-width305px-important{max-width:305px!important;}.max-width310px-important{max-width:310px!important;}.max-width315px-important{max-width:315px!important;}.max-width320px-important{max-width:320px!important;}.max-width325px-important{max-width:325px!important;}.max-width330px-important{max-width:330px!important;}.max-width335px-important{max-width:335px!important;}.max-width340px-important{max-width:340px!important;}.max-width345px-important{max-width:345px!important;}.max-width350px-important{max-width:350px!important;}.max-width355px-important{max-width:355px!important;}.max-width360px-important{max-width:360px!important;}.max-width365px-important{max-width:365px!important;}.max-width370px-important{max-width:370px!important;}.max-width375px-important{max-width:375px!important;}.max-width380px-important{max-width:380px!important;}.max-width385px-important{max-width:385px!important;}.max-width390px-important{max-width:390px!important;}.max-width395px-important{max-width:395px!important;}.max-width400px-important{max-width:400px!important;}.max-width405px-important{max-width:405px!important;}.max-width410px-important{max-width:410px!important;}.max-width415px-important{max-width:415px!important;}.max-width420px-important{max-width:420px!important;}.max-width425px-important{max-width:425px!important;}.max-width430px-important{max-width:430px!important;}.max-width435px-important{max-width:435px!important;}.max-width440px-important{max-width:440px!important;}.max-width445px-important{max-width:445px!important;}.max-width450px-important{max-width:450px!important;}.max-width455px-important{max-width:455px!important;}.max-width460px-important{max-width:460px!important;}.max-width465px-important{max-width:465px!important;}.max-width470px-important{max-width:470px!important;}.max-width475px-important{max-width:475px!important;}.max-width480px-important{max-width:480px!important;}.max-width485px-important{max-width:485px!important;}.max-width490px-important{max-width:490px!important;}.max-width495px-important{max-width:495px!important;}.max-width500px-important{max-width:500px!important;}.max-width505px-important{max-width:505px!important;}.max-width510px-important{max-width:510px!important;}.max-width515px-important{max-width:515px!important;}.max-width520px-important{max-width:520px!important;}.max-width525px-important{max-width:525px!important;}.max-width530px-important{max-width:530px!important;}.max-width535px-important{max-width:535px!important;}.max-width540px-important{max-width:540px!important;}.max-width545px-important{max-width:545px!important;}.max-width550px-important{max-width:550px!important;}.max-width555px-important{max-width:555px!important;}.max-width560px-important{max-width:560px!important;}.max-width565px-important{max-width:565px!important;}.max-width570px-important{max-width:570px!important;}.max-width575px-important{max-width:575px!important;}.max-width580px-important{max-width:580px!important;}.max-width585px-important{max-width:585px!important;}.max-width590px-important{max-width:590px!important;}.max-width595px-important{max-width:595px!important;}.max-width600px-important{max-width:600px!important;}.max-width605px-important{max-width:605px!important;}.max-width610px-important{max-width:610px!important;}.max-width615px-important{max-width:615px!important;}.max-width620px-important{max-width:620px!important;}.max-width625px-important{max-width:625px!important;}.max-width630px-important{max-width:630px!important;}.max-width635px-important{max-width:635px!important;}.max-width640px-important{max-width:640px!important;}.max-width645px-important{max-width:645px!important;}.max-width650px-important{max-width:650px!important;}.max-width655px-important{max-width:655px!important;}.max-width660px-important{max-width:660px!important;}.max-width665px-important{max-width:665px!important;}.max-width670px-important{max-width:670px!important;}.max-width675px-important{max-width:675px!important;}.max-width680px-important{max-width:680px!important;}.max-width685px-important{max-width:685px!important;}.max-width690px-important{max-width:690px!important;}.max-width695px-important{max-width:695px!important;}.max-width700px-important{max-width:700px!important;}.max-width705px-important{max-width:705px!important;}.max-width710px-important{max-width:710px!important;}.max-width715px-important{max-width:715px!important;}.max-width720px-important{max-width:720px!important;}.max-width725px-important{max-width:725px!important;}.max-width730px-important{max-width:730px!important;}.max-width735px-important{max-width:735px!important;}.max-width740px-important{max-width:740px!important;}.max-width745px-important{max-width:745px!important;}.max-width750px-important{max-width:750px!important;}.max-width755px-important{max-width:755px!important;}.max-width760px-important{max-width:760px!important;}.max-width765px-important{max-width:765px!important;}.max-width770px-important{max-width:770px!important;}.max-width775px-important{max-width:775px!important;}.max-width780px-important{max-width:780px!important;}.max-width785px-important{max-width:785px!important;}.max-width790px-important{max-width:790px!important;}.max-width795px-important{max-width:795px!important;}.max-width800px-important{max-width:800px!important;}.max-width805px-important{max-width:805px!important;}.max-width810px-important{max-width:810px!important;}.max-width815px-important{max-width:815px!important;}.max-width820px-important{max-width:820px!important;}.max-width825px-important{max-width:825px!important;}.max-width830px-important{max-width:830px!important;}.max-width835px-important{max-width:835px!important;}.max-width840px-important{max-width:840px!important;}.max-width845px-important{max-width:845px!important;}.max-width850px-important{max-width:850px!important;}.max-width855px-important{max-width:855px!important;}.max-width860px-important{max-width:860px!important;}.max-width865px-important{max-width:865px!important;}.max-width870px-important{max-width:870px!important;}.max-width875px-important{max-width:875px!important;}.max-width880px-important{max-width:880px!important;}.max-width885px-important{max-width:885px!important;}.max-width890px-important{max-width:890px!important;}.max-width895px-important{max-width:895px!important;}.max-width900px-important{max-width:900px!important;}.max-width905px-important{max-width:905px!important;}.max-width910px-important{max-width:910px!important;}.max-width915px-important{max-width:915px!important;}.max-width920px-important{max-width:920px!important;}.max-width925px-important{max-width:925px!important;}.max-width930px-important{max-width:930px!important;}.max-width935px-important{max-width:935px!important;}.max-width940px-important{max-width:940px!important;}.max-width945px-important{max-width:945px!important;}.max-width950px-important{max-width:950px!important;}.max-width955px-important{max-width:955px!important;}.max-width960px-important{max-width:960px!important;}.max-width965px-important{max-width:965px!important;}.max-width970px-important{max-width:970px!important;}.max-width975px-important{max-width:975px!important;}.max-width980px-important{max-width:980px!important;}.max-width985px-important{max-width:985px!important;}.max-width990px-important{max-width:990px!important;}.max-width995px-important{max-width:995px!important;}.max-width1000px-important{max-width:1000px!important;}.max-width0pc-important{max-width:0%!important;}.max-width1pc-important{max-width:1%!important;}.max-width2pc-important{max-width:2%!important;}.max-width3pc-important{max-width:3%!important;}.max-width4pc-important{max-width:4%!important;}.max-width5pc-important{max-width:5%!important;}.max-width6pc-important{max-width:6%!important;}.max-width7pc-important{max-width:7%!important;}.max-width8pc-important{max-width:8%!important;}.max-width9pc-important{max-width:9%!important;}.max-width10pc-important{max-width:10%!important;}.max-width11pc-important{max-width:11%!important;}.max-width12pc-important{max-width:12%!important;}.max-width13pc-important{max-width:13%!important;}.max-width14pc-important{max-width:14%!important;}.max-width15pc-important{max-width:15%!important;}.max-width16pc-important{max-width:16%!important;}.max-width17pc-important{max-width:17%!important;}.max-width18pc-important{max-width:18%!important;}.max-width19pc-important{max-width:19%!important;}.max-width20pc-important{max-width:20%!important;}.max-width21pc-important{max-width:21%!important;}.max-width22pc-important{max-width:22%!important;}.max-width23pc-important{max-width:23%!important;}.max-width24pc-important{max-width:24%!important;}.max-width25pc-important{max-width:25%!important;}.max-width26pc-important{max-width:26%!important;}.max-width27pc-important{max-width:27%!important;}.max-width28pc-important{max-width:28%!important;}.max-width29pc-important{max-width:29%!important;}.max-width30pc-important{max-width:30%!important;}.max-width31pc-important{max-width:31%!important;}.max-width32pc-important{max-width:32%!important;}.max-width33pc-important{max-width:33%!important;}.max-width34pc-important{max-width:34%!important;}.max-width35pc-important{max-width:35%!important;}.max-width36pc-important{max-width:36%!important;}.max-width37pc-important{max-width:37%!important;}.max-width38pc-important{max-width:38%!important;}.max-width39pc-important{max-width:39%!important;}.max-width40pc-important{max-width:40%!important;}.max-width41pc-important{max-width:41%!important;}.max-width42pc-important{max-width:42%!important;}.max-width43pc-important{max-width:43%!important;}.max-width44pc-important{max-width:44%!important;}.max-width45pc-important{max-width:45%!important;}.max-width46pc-important{max-width:46%!important;}.max-width47pc-important{max-width:47%!important;}.max-width48pc-important{max-width:48%!important;}.max-width49pc-important{max-width:49%!important;}.max-width50pc-important{max-width:50%!important;}.max-width51pc-important{max-width:51%!important;}.max-width52pc-important{max-width:52%!important;}.max-width53pc-important{max-width:53%!important;}.max-width54pc-important{max-width:54%!important;}.max-width55pc-important{max-width:55%!important;}.max-width56pc-important{max-width:56%!important;}.max-width57pc-important{max-width:57%!important;}.max-width58pc-important{max-width:58%!important;}.max-width59pc-important{max-width:59%!important;}.max-width60pc-important{max-width:60%!important;}.max-width61pc-important{max-width:61%!important;}.max-width62pc-important{max-width:62%!important;}.max-width63pc-important{max-width:63%!important;}.max-width64pc-important{max-width:64%!important;}.max-width65pc-important{max-width:65%!important;}.max-width66pc-important{max-width:66%!important;}.max-width67pc-important{max-width:67%!important;}.max-width68pc-important{max-width:68%!important;}.max-width69pc-important{max-width:69%!important;}.max-width70pc-important{max-width:70%!important;}.max-width71pc-important{max-width:71%!important;}.max-width72pc-important{max-width:72%!important;}.max-width73pc-important{max-width:73%!important;}.max-width74pc-important{max-width:74%!important;}.max-width75pc-important{max-width:75%!important;}.max-width76pc-important{max-width:76%!important;}.max-width77pc-important{max-width:77%!important;}.max-width78pc-important{max-width:78%!important;}.max-width79pc-important{max-width:79%!important;}.max-width80pc-important{max-width:80%!important;}.max-width81pc-important{max-width:81%!important;}.max-width82pc-important{max-width:82%!important;}.max-width83pc-important{max-width:83%!important;}.max-width84pc-important{max-width:84%!important;}.max-width85pc-important{max-width:85%!important;}.max-width86pc-important{max-width:86%!important;}.max-width87pc-important{max-width:87%!important;}.max-width88pc-important{max-width:88%!important;}.max-width89pc-important{max-width:89%!important;}.max-width90pc-important{max-width:90%!important;}.max-width91pc-important{max-width:91%!important;}.max-width92pc-important{max-width:92%!important;}.max-width93pc-important{max-width:93%!important;}.max-width94pc-important{max-width:94%!important;}.max-width95pc-important{max-width:95%!important;}.max-width96pc-important{max-width:96%!important;}.max-width97pc-important{max-width:97%!important;}.max-width98pc-important{max-width:98%!important;}.max-width99pc-important{max-width:99%!important;}.max-width100pc-important{max-width:100%!important;}.min-width0px{min-width:0;}.min-width5px{min-width:5px;}.min-width10px{min-width:10px;}.min-width15px{min-width:15px;}.min-width20px{min-width:20px;}.min-width25px{min-width:25px;}.min-width30px{min-width:30px;}.min-width35px{min-width:35px;}.min-width40px{min-width:40px;}.min-width45px{min-width:45px;}.min-width50px{min-width:50px;}.min-width55px{min-width:55px;}.min-width60px{min-width:60px;}.min-width65px{min-width:65px;}.min-width70px{min-width:70px;}.min-width75px{min-width:75px;}.min-width80px{min-width:80px;}.min-width85px{min-width:85px;}.min-width90px{min-width:90px;}.min-width95px{min-width:95px;}.min-width100px{min-width:100px;}.min-width105px{min-width:105px;}.min-width110px{min-width:110px;}.min-width115px{min-width:115px;}.min-width120px{min-width:120px;}.min-width125px{min-width:125px;}.min-width130px{min-width:130px;}.min-width135px{min-width:135px;}.min-width140px{min-width:140px;}.min-width145px{min-width:145px;}.min-width150px{min-width:150px;}.min-width155px{min-width:155px;}.min-width160px{min-width:160px;}.min-width165px{min-width:165px;}.min-width170px{min-width:170px;}.min-width175px{min-width:175px;}.min-width180px{min-width:180px;}.min-width185px{min-width:185px;}.min-width190px{min-width:190px;}.min-width195px{min-width:195px;}.min-width200px{min-width:200px;}.min-width205px{min-width:205px;}.min-width210px{min-width:210px;}.min-width215px{min-width:215px;}.min-width220px{min-width:220px;}.min-width225px{min-width:225px;}.min-width230px{min-width:230px;}.min-width235px{min-width:235px;}.min-width240px{min-width:240px;}.min-width245px{min-width:245px;}.min-width250px{min-width:250px;}.min-width255px{min-width:255px;}.min-width260px{min-width:260px;}.min-width265px{min-width:265px;}.min-width270px{min-width:270px;}.min-width275px{min-width:275px;}.min-width280px{min-width:280px;}.min-width285px{min-width:285px;}.min-width290px{min-width:290px;}.min-width295px{min-width:295px;}.min-width300px{min-width:300px;}.min-width305px{min-width:305px;}.min-width310px{min-width:310px;}.min-width315px{min-width:315px;}.min-width320px{min-width:320px;}.min-width325px{min-width:325px;}.min-width330px{min-width:330px;}.min-width335px{min-width:335px;}.min-width340px{min-width:340px;}.min-width345px{min-width:345px;}.min-width350px{min-width:350px;}.min-width355px{min-width:355px;}.min-width360px{min-width:360px;}.min-width365px{min-width:365px;}.min-width370px{min-width:370px;}.min-width375px{min-width:375px;}.min-width380px{min-width:380px;}.min-width385px{min-width:385px;}.min-width390px{min-width:390px;}.min-width395px{min-width:395px;}.min-width400px{min-width:400px;}.min-width405px{min-width:405px;}.min-width410px{min-width:410px;}.min-width415px{min-width:415px;}.min-width420px{min-width:420px;}.min-width425px{min-width:425px;}.min-width430px{min-width:430px;}.min-width435px{min-width:435px;}.min-width440px{min-width:440px;}.min-width445px{min-width:445px;}.min-width450px{min-width:450px;}.min-width455px{min-width:455px;}.min-width460px{min-width:460px;}.min-width465px{min-width:465px;}.min-width470px{min-width:470px;}.min-width475px{min-width:475px;}.min-width480px{min-width:480px;}.min-width485px{min-width:485px;}.min-width490px{min-width:490px;}.min-width495px{min-width:495px;}.min-width500px{min-width:500px;}.min-width505px{min-width:505px;}.min-width510px{min-width:510px;}.min-width515px{min-width:515px;}.min-width520px{min-width:520px;}.min-width525px{min-width:525px;}.min-width530px{min-width:530px;}.min-width535px{min-width:535px;}.min-width540px{min-width:540px;}.min-width545px{min-width:545px;}.min-width550px{min-width:550px;}.min-width555px{min-width:555px;}.min-width560px{min-width:560px;}.min-width565px{min-width:565px;}.min-width570px{min-width:570px;}.min-width575px{min-width:575px;}.min-width580px{min-width:580px;}.min-width585px{min-width:585px;}.min-width590px{min-width:590px;}.min-width595px{min-width:595px;}.min-width600px{min-width:600px;}.min-width605px{min-width:605px;}.min-width610px{min-width:610px;}.min-width615px{min-width:615px;}.min-width620px{min-width:620px;}.min-width625px{min-width:625px;}.min-width630px{min-width:630px;}.min-width635px{min-width:635px;}.min-width640px{min-width:640px;}.min-width645px{min-width:645px;}.min-width650px{min-width:650px;}.min-width655px{min-width:655px;}.min-width660px{min-width:660px;}.min-width665px{min-width:665px;}.min-width670px{min-width:670px;}.min-width675px{min-width:675px;}.min-width680px{min-width:680px;}.min-width685px{min-width:685px;}.min-width690px{min-width:690px;}.min-width695px{min-width:695px;}.min-width700px{min-width:700px;}.min-width705px{min-width:705px;}.min-width710px{min-width:710px;}.min-width715px{min-width:715px;}.min-width720px{min-width:720px;}.min-width725px{min-width:725px;}.min-width730px{min-width:730px;}.min-width735px{min-width:735px;}.min-width740px{min-width:740px;}.min-width745px{min-width:745px;}.min-width750px{min-width:750px;}.min-width755px{min-width:755px;}.min-width760px{min-width:760px;}.min-width765px{min-width:765px;}.min-width770px{min-width:770px;}.min-width775px{min-width:775px;}.min-width780px{min-width:780px;}.min-width785px{min-width:785px;}.min-width790px{min-width:790px;}.min-width795px{min-width:795px;}.min-width800px{min-width:800px;}.min-width805px{min-width:805px;}.min-width810px{min-width:810px;}.min-width815px{min-width:815px;}.min-width820px{min-width:820px;}.min-width825px{min-width:825px;}.min-width830px{min-width:830px;}.min-width835px{min-width:835px;}.min-width840px{min-width:840px;}.min-width845px{min-width:845px;}.min-width850px{min-width:850px;}.min-width855px{min-width:855px;}.min-width860px{min-width:860px;}.min-width865px{min-width:865px;}.min-width870px{min-width:870px;}.min-width875px{min-width:875px;}.min-width880px{min-width:880px;}.min-width885px{min-width:885px;}.min-width890px{min-width:890px;}.min-width895px{min-width:895px;}.min-width900px{min-width:900px;}.min-width905px{min-width:905px;}.min-width910px{min-width:910px;}.min-width915px{min-width:915px;}.min-width920px{min-width:920px;}.min-width925px{min-width:925px;}.min-width930px{min-width:930px;}.min-width935px{min-width:935px;}.min-width940px{min-width:940px;}.min-width945px{min-width:945px;}.min-width950px{min-width:950px;}.min-width955px{min-width:955px;}.min-width960px{min-width:960px;}.min-width965px{min-width:965px;}.min-width970px{min-width:970px;}.min-width975px{min-width:975px;}.min-width980px{min-width:980px;}.min-width985px{min-width:985px;}.min-width990px{min-width:990px;}.min-width995px{min-width:995px;}.min-width1000px{min-width:1000px;}.min-width0pc{min-width:0%;}.min-width1pc{min-width:1%;}.min-width2pc{min-width:2%;}.min-width3pc{min-width:3%;}.min-width4pc{min-width:4%;}.min-width5pc{min-width:5%;}.min-width6pc{min-width:6%;}.min-width7pc{min-width:7%;}.min-width8pc{min-width:8%;}.min-width9pc{min-width:9%;}.min-width10pc{min-width:10%;}.min-width11pc{min-width:11%;}.min-width12pc{min-width:12%;}.min-width13pc{min-width:13%;}.min-width14pc{min-width:14%;}.min-width15pc{min-width:15%;}.min-width16pc{min-width:16%;}.min-width17pc{min-width:17%;}.min-width18pc{min-width:18%;}.min-width19pc{min-width:19%;}.min-width20pc{min-width:20%;}.min-width21pc{min-width:21%;}.min-width22pc{min-width:22%;}.min-width23pc{min-width:23%;}.min-width24pc{min-width:24%;}.min-width25pc{min-width:25%;}.min-width26pc{min-width:26%;}.min-width27pc{min-width:27%;}.min-width28pc{min-width:28%;}.min-width29pc{min-width:29%;}.min-width30pc{min-width:30%;}.min-width31pc{min-width:31%;}.min-width32pc{min-width:32%;}.min-width33pc{min-width:33%;}.min-width34pc{min-width:34%;}.min-width35pc{min-width:35%;}.min-width36pc{min-width:36%;}.min-width37pc{min-width:37%;}.min-width38pc{min-width:38%;}.min-width39pc{min-width:39%;}.min-width40pc{min-width:40%;}.min-width41pc{min-width:41%;}.min-width42pc{min-width:42%;}.min-width43pc{min-width:43%;}.min-width44pc{min-width:44%;}.min-width45pc{min-width:45%;}.min-width46pc{min-width:46%;}.min-width47pc{min-width:47%;}.min-width48pc{min-width:48%;}.min-width49pc{min-width:49%;}.min-width50pc{min-width:50%;}.min-width51pc{min-width:51%;}.min-width52pc{min-width:52%;}.min-width53pc{min-width:53%;}.min-width54pc{min-width:54%;}.min-width55pc{min-width:55%;}.min-width56pc{min-width:56%;}.min-width57pc{min-width:57%;}.min-width58pc{min-width:58%;}.min-width59pc{min-width:59%;}.min-width60pc{min-width:60%;}.min-width61pc{min-width:61%;}.min-width62pc{min-width:62%;}.min-width63pc{min-width:63%;}.min-width64pc{min-width:64%;}.min-width65pc{min-width:65%;}.min-width66pc{min-width:66%;}.min-width67pc{min-width:67%;}.min-width68pc{min-width:68%;}.min-width69pc{min-width:69%;}.min-width70pc{min-width:70%;}.min-width71pc{min-width:71%;}.min-width72pc{min-width:72%;}.min-width73pc{min-width:73%;}.min-width74pc{min-width:74%;}.min-width75pc{min-width:75%;}.min-width76pc{min-width:76%;}.min-width77pc{min-width:77%;}.min-width78pc{min-width:78%;}.min-width79pc{min-width:79%;}.min-width80pc{min-width:80%;}.min-width81pc{min-width:81%;}.min-width82pc{min-width:82%;}.min-width83pc{min-width:83%;}.min-width84pc{min-width:84%;}.min-width85pc{min-width:85%;}.min-width86pc{min-width:86%;}.min-width87pc{min-width:87%;}.min-width88pc{min-width:88%;}.min-width89pc{min-width:89%;}.min-width90pc{min-width:90%;}.min-width91pc{min-width:91%;}.min-width92pc{min-width:92%;}.min-width93pc{min-width:93%;}.min-width94pc{min-width:94%;}.min-width95pc{min-width:95%;}.min-width96pc{min-width:96%;}.min-width97pc{min-width:97%;}.min-width98pc{min-width:98%;}.min-width99pc{min-width:99%;}.min-width100pc{min-width:100%;}.height0px{height:0;}.height5px{height:5px;}.height10px{height:10px;}.height15px{height:15px;}.height20px{height:20px;}.height25px{height:25px;}.height30px{height:30px;}.height35px{height:35px;}.height40px{height:40px;}.height45px{height:45px;}.height50px{height:50px;}.height55px{height:55px;}.height60px{height:60px;}.height65px{height:65px;}.height70px{height:70px;}.height75px{height:75px;}.height80px{height:80px;}.height85px{height:85px;}.height90px{height:90px;}.height95px{height:95px;}.height100px{height:100px;}.height105px{height:105px;}.height110px{height:110px;}.height115px{height:115px;}.height120px{height:120px;}.height125px{height:125px;}.height130px{height:130px;}.height135px{height:135px;}.height140px{height:140px;}.height145px{height:145px;}.height150px{height:150px;}.height155px{height:155px;}.height160px{height:160px;}.height165px{height:165px;}.height170px{height:170px;}.height175px{height:175px;}.height180px{height:180px;}.height185px{height:185px;}.height190px{height:190px;}.height195px{height:195px;}.height200px{height:200px;}.height205px{height:205px;}.height210px{height:210px;}.height215px{height:215px;}.height220px{height:220px;}.height225px{height:225px;}.height230px{height:230px;}.height235px{height:235px;}.height240px{height:240px;}.height245px{height:245px;}.height250px{height:250px;}.height255px{height:255px;}.height260px{height:260px;}.height265px{height:265px;}.height270px{height:270px;}.height275px{height:275px;}.height280px{height:280px;}.height285px{height:285px;}.height290px{height:290px;}.height295px{height:295px;}.height300px{height:300px;}.height305px{height:305px;}.height310px{height:310px;}.height315px{height:315px;}.height320px{height:320px;}.height325px{height:325px;}.height330px{height:330px;}.height335px{height:335px;}.height340px{height:340px;}.height345px{height:345px;}.height350px{height:350px;}.height355px{height:355px;}.height360px{height:360px;}.height365px{height:365px;}.height370px{height:370px;}.height375px{height:375px;}.height380px{height:380px;}.height385px{height:385px;}.height390px{height:390px;}.height395px{height:395px;}.height400px{height:400px;}.height405px{height:405px;}.height410px{height:410px;}.height415px{height:415px;}.height420px{height:420px;}.height425px{height:425px;}.height430px{height:430px;}.height435px{height:435px;}.height440px{height:440px;}.height445px{height:445px;}.height450px{height:450px;}.height455px{height:455px;}.height460px{height:460px;}.height465px{height:465px;}.height470px{height:470px;}.height475px{height:475px;}.height480px{height:480px;}.height485px{height:485px;}.height490px{height:490px;}.height495px{height:495px;}.height500px{height:500px;}.height505px{height:505px;}.height510px{height:510px;}.height515px{height:515px;}.height520px{height:520px;}.height525px{height:525px;}.height530px{height:530px;}.height535px{height:535px;}.height540px{height:540px;}.height545px{height:545px;}.height550px{height:550px;}.height555px{height:555px;}.height560px{height:560px;}.height565px{height:565px;}.height570px{height:570px;}.height575px{height:575px;}.height580px{height:580px;}.height585px{height:585px;}.height590px{height:590px;}.height595px{height:595px;}.height600px{height:600px;}.height605px{height:605px;}.height610px{height:610px;}.height615px{height:615px;}.height620px{height:620px;}.height625px{height:625px;}.height630px{height:630px;}.height635px{height:635px;}.height640px{height:640px;}.height645px{height:645px;}.height650px{height:650px;}.height655px{height:655px;}.height660px{height:660px;}.height665px{height:665px;}.height670px{height:670px;}.height675px{height:675px;}.height680px{height:680px;}.height685px{height:685px;}.height690px{height:690px;}.height695px{height:695px;}.height700px{height:700px;}.height705px{height:705px;}.height710px{height:710px;}.height715px{height:715px;}.height720px{height:720px;}.height725px{height:725px;}.height730px{height:730px;}.height735px{height:735px;}.height740px{height:740px;}.height745px{height:745px;}.height750px{height:750px;}.height755px{height:755px;}.height760px{height:760px;}.height765px{height:765px;}.height770px{height:770px;}.height775px{height:775px;}.height780px{height:780px;}.height785px{height:785px;}.height790px{height:790px;}.height795px{height:795px;}.height800px{height:800px;}.height805px{height:805px;}.height810px{height:810px;}.height815px{height:815px;}.height820px{height:820px;}.height825px{height:825px;}.height830px{height:830px;}.height835px{height:835px;}.height840px{height:840px;}.height845px{height:845px;}.height850px{height:850px;}.height855px{height:855px;}.height860px{height:860px;}.height865px{height:865px;}.height870px{height:870px;}.height875px{height:875px;}.height880px{height:880px;}.height885px{height:885px;}.height890px{height:890px;}.height895px{height:895px;}.height900px{height:900px;}.height905px{height:905px;}.height910px{height:910px;}.height915px{height:915px;}.height920px{height:920px;}.height925px{height:925px;}.height930px{height:930px;}.height935px{height:935px;}.height940px{height:940px;}.height945px{height:945px;}.height950px{height:950px;}.height955px{height:955px;}.height960px{height:960px;}.height965px{height:965px;}.height970px{height:970px;}.height975px{height:975px;}.height980px{height:980px;}.height985px{height:985px;}.height990px{height:990px;}.height995px{height:995px;}.height1000px{height:1000px;}.height0pc{height:0%;}.height1pc{height:1%;}.height2pc{height:2%;}.height3pc{height:3%;}.height4pc{height:4%;}.height5pc{height:5%;}.height6pc{height:6%;}.height7pc{height:7%;}.height8pc{height:8%;}.height9pc{height:9%;}.height10pc{height:10%;}.height11pc{height:11%;}.height12pc{height:12%;}.height13pc{height:13%;}.height14pc{height:14%;}.height15pc{height:15%;}.height16pc{height:16%;}.height17pc{height:17%;}.height18pc{height:18%;}.height19pc{height:19%;}.height20pc{height:20%;}.height21pc{height:21%;}.height22pc{height:22%;}.height23pc{height:23%;}.height24pc{height:24%;}.height25pc{height:25%;}.height26pc{height:26%;}.height27pc{height:27%;}.height28pc{height:28%;}.height29pc{height:29%;}.height30pc{height:30%;}.height31pc{height:31%;}.height32pc{height:32%;}.height33pc{height:33%;}.height34pc{height:34%;}.height35pc{height:35%;}.height36pc{height:36%;}.height37pc{height:37%;}.height38pc{height:38%;}.height39pc{height:39%;}.height40pc{height:40%;}.height41pc{height:41%;}.height42pc{height:42%;}.height43pc{height:43%;}.height44pc{height:44%;}.height45pc{height:45%;}.height46pc{height:46%;}.height47pc{height:47%;}.height48pc{height:48%;}.height49pc{height:49%;}.height50pc{height:50%;}.height51pc{height:51%;}.height52pc{height:52%;}.height53pc{height:53%;}.height54pc{height:54%;}.height55pc{height:55%;}.height56pc{height:56%;}.height57pc{height:57%;}.height58pc{height:58%;}.height59pc{height:59%;}.height60pc{height:60%;}.height61pc{height:61%;}.height62pc{height:62%;}.height63pc{height:63%;}.height64pc{height:64%;}.height65pc{height:65%;}.height66pc{height:66%;}.height67pc{height:67%;}.height68pc{height:68%;}.height69pc{height:69%;}.height70pc{height:70%;}.height71pc{height:71%;}.height72pc{height:72%;}.height73pc{height:73%;}.height74pc{height:74%;}.height75pc{height:75%;}.height76pc{height:76%;}.height77pc{height:77%;}.height78pc{height:78%;}.height79pc{height:79%;}.height80pc{height:80%;}.height81pc{height:81%;}.height82pc{height:82%;}.height83pc{height:83%;}.height84pc{height:84%;}.height85pc{height:85%;}.height86pc{height:86%;}.height87pc{height:87%;}.height88pc{height:88%;}.height89pc{height:89%;}.height90pc{height:90%;}.height91pc{height:91%;}.height92pc{height:92%;}.height93pc{height:93%;}.height94pc{height:94%;}.height95pc{height:95%;}.height96pc{height:96%;}.height97pc{height:97%;}.height98pc{height:98%;}.height99pc{height:99%;}.height100pc{height:100%;}.max-height0px{max-height:0;}.max-height5px{max-height:5px;}.max-height10px{max-height:10px;}.max-height15px{max-height:15px;}.max-height20px{max-height:20px;}.max-height25px{max-height:25px;}.max-height30px{max-height:30px;}.max-height35px{max-height:35px;}.max-height40px{max-height:40px;}.max-height45px{max-height:45px;}.max-height50px{max-height:50px;}.max-height55px{max-height:55px;}.max-height60px{max-height:60px;}.max-height65px{max-height:65px;}.max-height70px{max-height:70px;}.max-height75px{max-height:75px;}.max-height80px{max-height:80px;}.max-height85px{max-height:85px;}.max-height90px{max-height:90px;}.max-height95px{max-height:95px;}.max-height100px{max-height:100px;}.max-height105px{max-height:105px;}.max-height110px{max-height:110px;}.max-height115px{max-height:115px;}.max-height120px{max-height:120px;}.max-height125px{max-height:125px;}.max-height130px{max-height:130px;}.max-height135px{max-height:135px;}.max-height140px{max-height:140px;}.max-height145px{max-height:145px;}.max-height150px{max-height:150px;}.max-height155px{max-height:155px;}.max-height160px{max-height:160px;}.max-height165px{max-height:165px;}.max-height170px{max-height:170px;}.max-height175px{max-height:175px;}.max-height180px{max-height:180px;}.max-height185px{max-height:185px;}.max-height190px{max-height:190px;}.max-height195px{max-height:195px;}.max-height200px{max-height:200px;}.max-height205px{max-height:205px;}.max-height210px{max-height:210px;}.max-height215px{max-height:215px;}.max-height220px{max-height:220px;}.max-height225px{max-height:225px;}.max-height230px{max-height:230px;}.max-height235px{max-height:235px;}.max-height240px{max-height:240px;}.max-height245px{max-height:245px;}.max-height250px{max-height:250px;}.max-height255px{max-height:255px;}.max-height260px{max-height:260px;}.max-height265px{max-height:265px;}.max-height270px{max-height:270px;}.max-height275px{max-height:275px;}.max-height280px{max-height:280px;}.max-height285px{max-height:285px;}.max-height290px{max-height:290px;}.max-height295px{max-height:295px;}.max-height300px{max-height:300px;}.max-height305px{max-height:305px;}.max-height310px{max-height:310px;}.max-height315px{max-height:315px;}.max-height320px{max-height:320px;}.max-height325px{max-height:325px;}.max-height330px{max-height:330px;}.max-height335px{max-height:335px;}.max-height340px{max-height:340px;}.max-height345px{max-height:345px;}.max-height350px{max-height:350px;}.max-height355px{max-height:355px;}.max-height360px{max-height:360px;}.max-height365px{max-height:365px;}.max-height370px{max-height:370px;}.max-height375px{max-height:375px;}.max-height380px{max-height:380px;}.max-height385px{max-height:385px;}.max-height390px{max-height:390px;}.max-height395px{max-height:395px;}.max-height400px{max-height:400px;}.max-height405px{max-height:405px;}.max-height410px{max-height:410px;}.max-height415px{max-height:415px;}.max-height420px{max-height:420px;}.max-height425px{max-height:425px;}.max-height430px{max-height:430px;}.max-height435px{max-height:435px;}.max-height440px{max-height:440px;}.max-height445px{max-height:445px;}.max-height450px{max-height:450px;}.max-height455px{max-height:455px;}.max-height460px{max-height:460px;}.max-height465px{max-height:465px;}.max-height470px{max-height:470px;}.max-height475px{max-height:475px;}.max-height480px{max-height:480px;}.max-height485px{max-height:485px;}.max-height490px{max-height:490px;}.max-height495px{max-height:495px;}.max-height500px{max-height:500px;}.max-height505px{max-height:505px;}.max-height510px{max-height:510px;}.max-height515px{max-height:515px;}.max-height520px{max-height:520px;}.max-height525px{max-height:525px;}.max-height530px{max-height:530px;}.max-height535px{max-height:535px;}.max-height540px{max-height:540px;}.max-height545px{max-height:545px;}.max-height550px{max-height:550px;}.max-height555px{max-height:555px;}.max-height560px{max-height:560px;}.max-height565px{max-height:565px;}.max-height570px{max-height:570px;}.max-height575px{max-height:575px;}.max-height580px{max-height:580px;}.max-height585px{max-height:585px;}.max-height590px{max-height:590px;}.max-height595px{max-height:595px;}.max-height600px{max-height:600px;}.max-height605px{max-height:605px;}.max-height610px{max-height:610px;}.max-height615px{max-height:615px;}.max-height620px{max-height:620px;}.max-height625px{max-height:625px;}.max-height630px{max-height:630px;}.max-height635px{max-height:635px;}.max-height640px{max-height:640px;}.max-height645px{max-height:645px;}.max-height650px{max-height:650px;}.max-height655px{max-height:655px;}.max-height660px{max-height:660px;}.max-height665px{max-height:665px;}.max-height670px{max-height:670px;}.max-height675px{max-height:675px;}.max-height680px{max-height:680px;}.max-height685px{max-height:685px;}.max-height690px{max-height:690px;}.max-height695px{max-height:695px;}.max-height700px{max-height:700px;}.max-height705px{max-height:705px;}.max-height710px{max-height:710px;}.max-height715px{max-height:715px;}.max-height720px{max-height:720px;}.max-height725px{max-height:725px;}.max-height730px{max-height:730px;}.max-height735px{max-height:735px;}.max-height740px{max-height:740px;}.max-height745px{max-height:745px;}.max-height750px{max-height:750px;}.max-height755px{max-height:755px;}.max-height760px{max-height:760px;}.max-height765px{max-height:765px;}.max-height770px{max-height:770px;}.max-height775px{max-height:775px;}.max-height780px{max-height:780px;}.max-height785px{max-height:785px;}.max-height790px{max-height:790px;}.max-height795px{max-height:795px;}.max-height800px{max-height:800px;}.max-height805px{max-height:805px;}.max-height810px{max-height:810px;}.max-height815px{max-height:815px;}.max-height820px{max-height:820px;}.max-height825px{max-height:825px;}.max-height830px{max-height:830px;}.max-height835px{max-height:835px;}.max-height840px{max-height:840px;}.max-height845px{max-height:845px;}.max-height850px{max-height:850px;}.max-height855px{max-height:855px;}.max-height860px{max-height:860px;}.max-height865px{max-height:865px;}.max-height870px{max-height:870px;}.max-height875px{max-height:875px;}.max-height880px{max-height:880px;}.max-height885px{max-height:885px;}.max-height890px{max-height:890px;}.max-height895px{max-height:895px;}.max-height900px{max-height:900px;}.max-height905px{max-height:905px;}.max-height910px{max-height:910px;}.max-height915px{max-height:915px;}.max-height920px{max-height:920px;}.max-height925px{max-height:925px;}.max-height930px{max-height:930px;}.max-height935px{max-height:935px;}.max-height940px{max-height:940px;}.max-height945px{max-height:945px;}.max-height950px{max-height:950px;}.max-height955px{max-height:955px;}.max-height960px{max-height:960px;}.max-height965px{max-height:965px;}.max-height970px{max-height:970px;}.max-height975px{max-height:975px;}.max-height980px{max-height:980px;}.max-height985px{max-height:985px;}.max-height990px{max-height:990px;}.max-height995px{max-height:995px;}.max-height1000px{max-height:1000px;}.max-height0pc{max-height:0%;}.max-height1pc{max-height:1%;}.max-height2pc{max-height:2%;}.max-height3pc{max-height:3%;}.max-height4pc{max-height:4%;}.max-height5pc{max-height:5%;}.max-height6pc{max-height:6%;}.max-height7pc{max-height:7%;}.max-height8pc{max-height:8%;}.max-height9pc{max-height:9%;}.max-height10pc{max-height:10%;}.max-height11pc{max-height:11%;}.max-height12pc{max-height:12%;}.max-height13pc{max-height:13%;}.max-height14pc{max-height:14%;}.max-height15pc{max-height:15%;}.max-height16pc{max-height:16%;}.max-height17pc{max-height:17%;}.max-height18pc{max-height:18%;}.max-height19pc{max-height:19%;}.max-height20pc{max-height:20%;}.max-height21pc{max-height:21%;}.max-height22pc{max-height:22%;}.max-height23pc{max-height:23%;}.max-height24pc{max-height:24%;}.max-height25pc{max-height:25%;}.max-height26pc{max-height:26%;}.max-height27pc{max-height:27%;}.max-height28pc{max-height:28%;}.max-height29pc{max-height:29%;}.max-height30pc{max-height:30%;}.max-height31pc{max-height:31%;}.max-height32pc{max-height:32%;}.max-height33pc{max-height:33%;}.max-height34pc{max-height:34%;}.max-height35pc{max-height:35%;}.max-height36pc{max-height:36%;}.max-height37pc{max-height:37%;}.max-height38pc{max-height:38%;}.max-height39pc{max-height:39%;}.max-height40pc{max-height:40%;}.max-height41pc{max-height:41%;}.max-height42pc{max-height:42%;}.max-height43pc{max-height:43%;}.max-height44pc{max-height:44%;}.max-height45pc{max-height:45%;}.max-height46pc{max-height:46%;}.max-height47pc{max-height:47%;}.max-height48pc{max-height:48%;}.max-height49pc{max-height:49%;}.max-height50pc{max-height:50%;}.max-height51pc{max-height:51%;}.max-height52pc{max-height:52%;}.max-height53pc{max-height:53%;}.max-height54pc{max-height:54%;}.max-height55pc{max-height:55%;}.max-height56pc{max-height:56%;}.max-height57pc{max-height:57%;}.max-height58pc{max-height:58%;}.max-height59pc{max-height:59%;}.max-height60pc{max-height:60%;}.max-height61pc{max-height:61%;}.max-height62pc{max-height:62%;}.max-height63pc{max-height:63%;}.max-height64pc{max-height:64%;}.max-height65pc{max-height:65%;}.max-height66pc{max-height:66%;}.max-height67pc{max-height:67%;}.max-height68pc{max-height:68%;}.max-height69pc{max-height:69%;}.max-height70pc{max-height:70%;}.max-height71pc{max-height:71%;}.max-height72pc{max-height:72%;}.max-height73pc{max-height:73%;}.max-height74pc{max-height:74%;}.max-height75pc{max-height:75%;}.max-height76pc{max-height:76%;}.max-height77pc{max-height:77%;}.max-height78pc{max-height:78%;}.max-height79pc{max-height:79%;}.max-height80pc{max-height:80%;}.max-height81pc{max-height:81%;}.max-height82pc{max-height:82%;}.max-height83pc{max-height:83%;}.max-height84pc{max-height:84%;}.max-height85pc{max-height:85%;}.max-height86pc{max-height:86%;}.max-height87pc{max-height:87%;}.max-height88pc{max-height:88%;}.max-height89pc{max-height:89%;}.max-height90pc{max-height:90%;}.max-height91pc{max-height:91%;}.max-height92pc{max-height:92%;}.max-height93pc{max-height:93%;}.max-height94pc{max-height:94%;}.max-height95pc{max-height:95%;}.max-height96pc{max-height:96%;}.max-height97pc{max-height:97%;}.max-height98pc{max-height:98%;}.max-height99pc{max-height:99%;}.max-height100pc{max-height:100%;}.min-height0px{min-height:0;}.min-height5px{min-height:5px;}.min-height10px{min-height:10px;}.min-height15px{min-height:15px;}.min-height20px{min-height:20px;}.min-height25px{min-height:25px;}.min-height30px{min-height:30px;}.min-height35px{min-height:35px;}.min-height40px{min-height:40px;}.min-height45px{min-height:45px;}.min-height50px{min-height:50px;}.min-height55px{min-height:55px;}.min-height60px{min-height:60px;}.min-height65px{min-height:65px;}.min-height70px{min-height:70px;}.min-height75px{min-height:75px;}.min-height80px{min-height:80px;}.min-height85px{min-height:85px;}.min-height90px{min-height:90px;}.min-height95px{min-height:95px;}.min-height100px{min-height:100px;}.min-height105px{min-height:105px;}.min-height110px{min-height:110px;}.min-height115px{min-height:115px;}.min-height120px{min-height:120px;}.min-height125px{min-height:125px;}.min-height130px{min-height:130px;}.min-height135px{min-height:135px;}.min-height140px{min-height:140px;}.min-height145px{min-height:145px;}.min-height150px{min-height:150px;}.min-height155px{min-height:155px;}.min-height160px{min-height:160px;}.min-height165px{min-height:165px;}.min-height170px{min-height:170px;}.min-height175px{min-height:175px;}.min-height180px{min-height:180px;}.min-height185px{min-height:185px;}.min-height190px{min-height:190px;}.min-height195px{min-height:195px;}.min-height200px{min-height:200px;}.min-height205px{min-height:205px;}.min-height210px{min-height:210px;}.min-height215px{min-height:215px;}.min-height220px{min-height:220px;}.min-height225px{min-height:225px;}.min-height230px{min-height:230px;}.min-height235px{min-height:235px;}.min-height240px{min-height:240px;}.min-height245px{min-height:245px;}.min-height250px{min-height:250px;}.min-height255px{min-height:255px;}.min-height260px{min-height:260px;}.min-height265px{min-height:265px;}.min-height270px{min-height:270px;}.min-height275px{min-height:275px;}.min-height280px{min-height:280px;}.min-height285px{min-height:285px;}.min-height290px{min-height:290px;}.min-height295px{min-height:295px;}.min-height300px{min-height:300px;}.min-height305px{min-height:305px;}.min-height310px{min-height:310px;}.min-height315px{min-height:315px;}.min-height320px{min-height:320px;}.min-height325px{min-height:325px;}.min-height330px{min-height:330px;}.min-height335px{min-height:335px;}.min-height340px{min-height:340px;}.min-height345px{min-height:345px;}.min-height350px{min-height:350px;}.min-height355px{min-height:355px;}.min-height360px{min-height:360px;}.min-height365px{min-height:365px;}.min-height370px{min-height:370px;}.min-height375px{min-height:375px;}.min-height380px{min-height:380px;}.min-height385px{min-height:385px;}.min-height390px{min-height:390px;}.min-height395px{min-height:395px;}.min-height400px{min-height:400px;}.min-height405px{min-height:405px;}.min-height410px{min-height:410px;}.min-height415px{min-height:415px;}.min-height420px{min-height:420px;}.min-height425px{min-height:425px;}.min-height430px{min-height:430px;}.min-height435px{min-height:435px;}.min-height440px{min-height:440px;}.min-height445px{min-height:445px;}.min-height450px{min-height:450px;}.min-height455px{min-height:455px;}.min-height460px{min-height:460px;}.min-height465px{min-height:465px;}.min-height470px{min-height:470px;}.min-height475px{min-height:475px;}.min-height480px{min-height:480px;}.min-height485px{min-height:485px;}.min-height490px{min-height:490px;}.min-height495px{min-height:495px;}.min-height500px{min-height:500px;}.min-height505px{min-height:505px;}.min-height510px{min-height:510px;}.min-height515px{min-height:515px;}.min-height520px{min-height:520px;}.min-height525px{min-height:525px;}.min-height530px{min-height:530px;}.min-height535px{min-height:535px;}.min-height540px{min-height:540px;}.min-height545px{min-height:545px;}.min-height550px{min-height:550px;}.min-height555px{min-height:555px;}.min-height560px{min-height:560px;}.min-height565px{min-height:565px;}.min-height570px{min-height:570px;}.min-height575px{min-height:575px;}.min-height580px{min-height:580px;}.min-height585px{min-height:585px;}.min-height590px{min-height:590px;}.min-height595px{min-height:595px;}.min-height600px{min-height:600px;}.min-height605px{min-height:605px;}.min-height610px{min-height:610px;}.min-height615px{min-height:615px;}.min-height620px{min-height:620px;}.min-height625px{min-height:625px;}.min-height630px{min-height:630px;}.min-height635px{min-height:635px;}.min-height640px{min-height:640px;}.min-height645px{min-height:645px;}.min-height650px{min-height:650px;}.min-height655px{min-height:655px;}.min-height660px{min-height:660px;}.min-height665px{min-height:665px;}.min-height670px{min-height:670px;}.min-height675px{min-height:675px;}.min-height680px{min-height:680px;}.min-height685px{min-height:685px;}.min-height690px{min-height:690px;}.min-height695px{min-height:695px;}.min-height700px{min-height:700px;}.min-height705px{min-height:705px;}.min-height710px{min-height:710px;}.min-height715px{min-height:715px;}.min-height720px{min-height:720px;}.min-height725px{min-height:725px;}.min-height730px{min-height:730px;}.min-height735px{min-height:735px;}.min-height740px{min-height:740px;}.min-height745px{min-height:745px;}.min-height750px{min-height:750px;}.min-height755px{min-height:755px;}.min-height760px{min-height:760px;}.min-height765px{min-height:765px;}.min-height770px{min-height:770px;}.min-height775px{min-height:775px;}.min-height780px{min-height:780px;}.min-height785px{min-height:785px;}.min-height790px{min-height:790px;}.min-height795px{min-height:795px;}.min-height800px{min-height:800px;}.min-height805px{min-height:805px;}.min-height810px{min-height:810px;}.min-height815px{min-height:815px;}.min-height820px{min-height:820px;}.min-height825px{min-height:825px;}.min-height830px{min-height:830px;}.min-height835px{min-height:835px;}.min-height840px{min-height:840px;}.min-height845px{min-height:845px;}.min-height850px{min-height:850px;}.min-height855px{min-height:855px;}.min-height860px{min-height:860px;}.min-height865px{min-height:865px;}.min-height870px{min-height:870px;}.min-height875px{min-height:875px;}.min-height880px{min-height:880px;}.min-height885px{min-height:885px;}.min-height890px{min-height:890px;}.min-height895px{min-height:895px;}.min-height900px{min-height:900px;}.min-height905px{min-height:905px;}.min-height910px{min-height:910px;}.min-height915px{min-height:915px;}.min-height920px{min-height:920px;}.min-height925px{min-height:925px;}.min-height930px{min-height:930px;}.min-height935px{min-height:935px;}.min-height940px{min-height:940px;}.min-height945px{min-height:945px;}.min-height950px{min-height:950px;}.min-height955px{min-height:955px;}.min-height960px{min-height:960px;}.min-height965px{min-height:965px;}.min-height970px{min-height:970px;}.min-height975px{min-height:975px;}.min-height980px{min-height:980px;}.min-height985px{min-height:985px;}.min-height990px{min-height:990px;}.min-height995px{min-height:995px;}.min-height1000px{min-height:1000px;}.min-height0pc{min-height:0%;}.min-height1pc{min-height:1%;}.min-height2pc{min-height:2%;}.min-height3pc{min-height:3%;}.min-height4pc{min-height:4%;}.min-height5pc{min-height:5%;}.min-height6pc{min-height:6%;}.min-height7pc{min-height:7%;}.min-height8pc{min-height:8%;}.min-height9pc{min-height:9%;}.min-height10pc{min-height:10%;}.min-height11pc{min-height:11%;}.min-height12pc{min-height:12%;}.min-height13pc{min-height:13%;}.min-height14pc{min-height:14%;}.min-height15pc{min-height:15%;}.min-height16pc{min-height:16%;}.min-height17pc{min-height:17%;}.min-height18pc{min-height:18%;}.min-height19pc{min-height:19%;}.min-height20pc{min-height:20%;}.min-height21pc{min-height:21%;}.min-height22pc{min-height:22%;}.min-height23pc{min-height:23%;}.min-height24pc{min-height:24%;}.min-height25pc{min-height:25%;}.min-height26pc{min-height:26%;}.min-height27pc{min-height:27%;}.min-height28pc{min-height:28%;}.min-height29pc{min-height:29%;}.min-height30pc{min-height:30%;}.min-height31pc{min-height:31%;}.min-height32pc{min-height:32%;}.min-height33pc{min-height:33%;}.min-height34pc{min-height:34%;}.min-height35pc{min-height:35%;}.min-height36pc{min-height:36%;}.min-height37pc{min-height:37%;}.min-height38pc{min-height:38%;}.min-height39pc{min-height:39%;}.min-height40pc{min-height:40%;}.min-height41pc{min-height:41%;}.min-height42pc{min-height:42%;}.min-height43pc{min-height:43%;}.min-height44pc{min-height:44%;}.min-height45pc{min-height:45%;}.min-height46pc{min-height:46%;}.min-height47pc{min-height:47%;}.min-height48pc{min-height:48%;}.min-height49pc{min-height:49%;}.min-height50pc{min-height:50%;}.min-height51pc{min-height:51%;}.min-height52pc{min-height:52%;}.min-height53pc{min-height:53%;}.min-height54pc{min-height:54%;}.min-height55pc{min-height:55%;}.min-height56pc{min-height:56%;}.min-height57pc{min-height:57%;}.min-height58pc{min-height:58%;}.min-height59pc{min-height:59%;}.min-height60pc{min-height:60%;}.min-height61pc{min-height:61%;}.min-height62pc{min-height:62%;}.min-height63pc{min-height:63%;}.min-height64pc{min-height:64%;}.min-height65pc{min-height:65%;}.min-height66pc{min-height:66%;}.min-height67pc{min-height:67%;}.min-height68pc{min-height:68%;}.min-height69pc{min-height:69%;}.min-height70pc{min-height:70%;}.min-height71pc{min-height:71%;}.min-height72pc{min-height:72%;}.min-height73pc{min-height:73%;}.min-height74pc{min-height:74%;}.min-height75pc{min-height:75%;}.min-height76pc{min-height:76%;}.min-height77pc{min-height:77%;}.min-height78pc{min-height:78%;}.min-height79pc{min-height:79%;}.min-height80pc{min-height:80%;}.min-height81pc{min-height:81%;}.min-height82pc{min-height:82%;}.min-height83pc{min-height:83%;}.min-height84pc{min-height:84%;}.min-height85pc{min-height:85%;}.min-height86pc{min-height:86%;}.min-height87pc{min-height:87%;}.min-height88pc{min-height:88%;}.min-height89pc{min-height:89%;}.min-height90pc{min-height:90%;}.min-height91pc{min-height:91%;}.min-height92pc{min-height:92%;}.min-height93pc{min-height:93%;}.min-height94pc{min-height:94%;}.min-height95pc{min-height:95%;}.min-height96pc{min-height:96%;}.min-height97pc{min-height:97%;}.min-height98pc{min-height:98%;}.min-height99pc{min-height:99%;}.min-height100pc{min-height:100%;}.margin0px{margin:0;}.margin5px{margin:5px;}.margin10px{margin:10px;}.margin15px{margin:15px;}.margin20px{margin:20px;}.margin25px{margin:25px;}.margin30px{margin:30px;}.margin35px{margin:35px;}.margin40px{margin:40px;}.margin45px{margin:45px;}.margin50px{margin:50px;}.margin55px{margin:55px;}.margin60px{margin:60px;}.margin65px{margin:65px;}.margin70px{margin:70px;}.margin75px{margin:75px;}.margin80px{margin:80px;}.margin85px{margin:85px;}.margin90px{margin:90px;}.margin95px{margin:95px;}.margin100px{margin:100px;}.margin105px{margin:105px;}.margin110px{margin:110px;}.margin115px{margin:115px;}.margin120px{margin:120px;}.margin125px{margin:125px;}.margin130px{margin:130px;}.margin135px{margin:135px;}.margin140px{margin:140px;}.margin145px{margin:145px;}.margin150px{margin:150px;}.margin155px{margin:155px;}.margin160px{margin:160px;}.margin165px{margin:165px;}.margin170px{margin:170px;}.margin175px{margin:175px;}.margin180px{margin:180px;}.margin185px{margin:185px;}.margin190px{margin:190px;}.margin195px{margin:195px;}.margin200px{margin:200px;}.margin205px{margin:205px;}.margin210px{margin:210px;}.margin215px{margin:215px;}.margin220px{margin:220px;}.margin225px{margin:225px;}.margin230px{margin:230px;}.margin235px{margin:235px;}.margin240px{margin:240px;}.margin245px{margin:245px;}.margin250px{margin:250px;}.margin255px{margin:255px;}.margin260px{margin:260px;}.margin265px{margin:265px;}.margin270px{margin:270px;}.margin275px{margin:275px;}.margin280px{margin:280px;}.margin285px{margin:285px;}.margin290px{margin:290px;}.margin295px{margin:295px;}.margin300px{margin:300px;}.margin305px{margin:305px;}.margin310px{margin:310px;}.margin315px{margin:315px;}.margin320px{margin:320px;}.margin325px{margin:325px;}.margin330px{margin:330px;}.margin335px{margin:335px;}.margin340px{margin:340px;}.margin345px{margin:345px;}.margin350px{margin:350px;}.margin355px{margin:355px;}.margin360px{margin:360px;}.margin365px{margin:365px;}.margin370px{margin:370px;}.margin375px{margin:375px;}.margin380px{margin:380px;}.margin385px{margin:385px;}.margin390px{margin:390px;}.margin395px{margin:395px;}.margin400px{margin:400px;}.margin405px{margin:405px;}.margin410px{margin:410px;}.margin415px{margin:415px;}.margin420px{margin:420px;}.margin425px{margin:425px;}.margin430px{margin:430px;}.margin435px{margin:435px;}.margin440px{margin:440px;}.margin445px{margin:445px;}.margin450px{margin:450px;}.margin455px{margin:455px;}.margin460px{margin:460px;}.margin465px{margin:465px;}.margin470px{margin:470px;}.margin475px{margin:475px;}.margin480px{margin:480px;}.margin485px{margin:485px;}.margin490px{margin:490px;}.margin495px{margin:495px;}.margin500px{margin:500px;}.margin0px-important{margin:0!important;}.margin5px-important{margin:5px!important;}.margin10px-important{margin:10px!important;}.margin15px-important{margin:15px!important;}.margin20px-important{margin:20px!important;}.margin25px-important{margin:25px!important;}.margin30px-important{margin:30px!important;}.margin35px-important{margin:35px!important;}.margin40px-important{margin:40px!important;}.margin45px-important{margin:45px!important;}.margin50px-important{margin:50px!important;}.margin55px-important{margin:55px!important;}.margin60px-important{margin:60px!important;}.margin65px-important{margin:65px!important;}.margin70px-important{margin:70px!important;}.margin75px-important{margin:75px!important;}.margin80px-important{margin:80px!important;}.margin85px-important{margin:85px!important;}.margin90px-important{margin:90px!important;}.margin95px-important{margin:95px!important;}.margin100px-important{margin:100px!important;}.margin105px-important{margin:105px!important;}.margin110px-important{margin:110px!important;}.margin115px-important{margin:115px!important;}.margin120px-important{margin:120px!important;}.margin125px-important{margin:125px!important;}.margin130px-important{margin:130px!important;}.margin135px-important{margin:135px!important;}.margin140px-important{margin:140px!important;}.margin145px-important{margin:145px!important;}.margin150px-important{margin:150px!important;}.margin155px-important{margin:155px!important;}.margin160px-important{margin:160px!important;}.margin165px-important{margin:165px!important;}.margin170px-important{margin:170px!important;}.margin175px-important{margin:175px!important;}.margin180px-important{margin:180px!important;}.margin185px-important{margin:185px!important;}.margin190px-important{margin:190px!important;}.margin195px-important{margin:195px!important;}.margin200px-important{margin:200px!important;}.margin205px-important{margin:205px!important;}.margin210px-important{margin:210px!important;}.margin215px-important{margin:215px!important;}.margin220px-important{margin:220px!important;}.margin225px-important{margin:225px!important;}.margin230px-important{margin:230px!important;}.margin235px-important{margin:235px!important;}.margin240px-important{margin:240px!important;}.margin245px-important{margin:245px!important;}.margin250px-important{margin:250px!important;}.margin255px-important{margin:255px!important;}.margin260px-important{margin:260px!important;}.margin265px-important{margin:265px!important;}.margin270px-important{margin:270px!important;}.margin275px-important{margin:275px!important;}.margin280px-important{margin:280px!important;}.margin285px-important{margin:285px!important;}.margin290px-important{margin:290px!important;}.margin295px-important{margin:295px!important;}.margin300px-important{margin:300px!important;}.margin305px-important{margin:305px!important;}.margin310px-important{margin:310px!important;}.margin315px-important{margin:315px!important;}.margin320px-important{margin:320px!important;}.margin325px-important{margin:325px!important;}.margin330px-important{margin:330px!important;}.margin335px-important{margin:335px!important;}.margin340px-important{margin:340px!important;}.margin345px-important{margin:345px!important;}.margin350px-important{margin:350px!important;}.margin355px-important{margin:355px!important;}.margin360px-important{margin:360px!important;}.margin365px-important{margin:365px!important;}.margin370px-important{margin:370px!important;}.margin375px-important{margin:375px!important;}.margin380px-important{margin:380px!important;}.margin385px-important{margin:385px!important;}.margin390px-important{margin:390px!important;}.margin395px-important{margin:395px!important;}.margin400px-important{margin:400px!important;}.margin405px-important{margin:405px!important;}.margin410px-important{margin:410px!important;}.margin415px-important{margin:415px!important;}.margin420px-important{margin:420px!important;}.margin425px-important{margin:425px!important;}.margin430px-important{margin:430px!important;}.margin435px-important{margin:435px!important;}.margin440px-important{margin:440px!important;}.margin445px-important{margin:445px!important;}.margin450px-important{margin:450px!important;}.margin455px-important{margin:455px!important;}.margin460px-important{margin:460px!important;}.margin465px-important{margin:465px!important;}.margin470px-important{margin:470px!important;}.margin475px-important{margin:475px!important;}.margin480px-important{margin:480px!important;}.margin485px-important{margin:485px!important;}.margin490px-important{margin:490px!important;}.margin495px-important{margin:495px!important;}.margin500px-important{margin:500px!important;}.margin-auto{margin:auto;}.margin0pxauto{margin:0 auto;}.margin5pxauto{margin:5px auto;}.margin10pxauto{margin:10px auto;}.margin15pxauto{margin:15px auto;}.margin20pxauto{margin:20px auto;}.margin25pxauto{margin:25px auto;}.margin30pxauto{margin:30px auto;}.margin35pxauto{margin:35px auto;}.margin40pxauto{margin:40px auto;}.margin45pxauto{margin:45px auto;}.margin50pxauto{margin:50px auto;}.margin55pxauto{margin:55px auto;}.margin60pxauto{margin:60px auto;}.margin65pxauto{margin:65px auto;}.margin70pxauto{margin:70px auto;}.margin75pxauto{margin:75px auto;}.margin80pxauto{margin:80px auto;}.margin85pxauto{margin:85px auto;}.margin90pxauto{margin:90px auto;}.margin95pxauto{margin:95px auto;}.margin100pxauto{margin:100px auto;}.margin-auto-important{margin:auto!important;}.margin0pxauto-important{margin:0 auto!important;}.margin5pxauto-important{margin:5px auto!important;}.margin10pxauto-important{margin:10px auto!important;}.margin15pxauto-important{margin:15px auto!important;}.margin20pxauto-important{margin:20px auto!important;}.margin25pxauto-important{margin:25px auto!important;}.margin30pxauto-important{margin:30px auto!important;}.margin35pxauto-important{margin:35px auto!important;}.margin40pxauto-important{margin:40px auto!important;}.margin45pxauto-important{margin:45px auto!important;}.margin50pxauto-important{margin:50px auto!important;}.margin55pxauto-important{margin:55px auto!important;}.margin60pxauto-important{margin:60px auto!important;}.margin65pxauto-important{margin:65px auto!important;}.margin70pxauto-important{margin:70px auto!important;}.margin75pxauto-important{margin:75px auto!important;}.margin80pxauto-important{margin:80px auto!important;}.margin85pxauto-important{margin:85px auto!important;}.margin90pxauto-important{margin:90px auto!important;}.margin95pxauto-important{margin:95px auto!important;}.margin100pxauto-important{margin:100px auto!important;}.margin0px5px{margin:0 5px;}.margin0px10px{margin:0 10px;}.margin0px15px{margin:0 15px;}.margin0px20px{margin:0 20px;}.margin0px25px{margin:0 25px;}.margin0px30px{margin:0 30px;}.margin0px35px{margin:0 35px;}.margin0px40px{margin:0 40px;}.margin0px45px{margin:0 45px;}.margin0px50px{margin:0 50px;}.margin0px55px{margin:0 55px;}.margin0px60px{margin:0 60px;}.margin0px65px{margin:0 65px;}.margin0px70px{margin:0 70px;}.margin0px75px{margin:0 75px;}.margin0px80px{margin:0 80px;}.margin0px85px{margin:0 85px;}.margin0px90px{margin:0 90px;}.margin0px95px{margin:0 95px;}.margin0px100px{margin:0 100px;}.margin5px0px{margin:5px 0;}.margin10px0px{margin:10px 0;}.margin15px0px{margin:15px 0;}.margin20px0px{margin:20px 0;}.margin25px0px{margin:25px 0;}.margin30px0px{margin:30px 0;}.margin35px0px{margin:35px 0;}.margin40px0px{margin:40px 0;}.margin45px0px{margin:45px 0;}.margin50px0px{margin:50px 0;}.margin55px0px{margin:55px 0;}.margin60px0px{margin:60px 0;}.margin65px0px{margin:65px 0;}.margin70px0px{margin:70px 0;}.margin75px0px{margin:75px 0;}.margin80px0px{margin:80px 0;}.margin85px0px{margin:85px 0;}.margin90px0px{margin:90px 0;}.margin95px0px{margin:95px 0;}.margin100px0px{margin:100px 0;}.margin5px5px{margin:5px 5px;}.margin10px10px{margin:10px 10px;}.margin15px15px{margin:15px 15px;}.margin20px20px{margin:20px 20px;}.margin25px25px{margin:25px 25px;}.margin30px30px{margin:30px 30px;}.margin35px35px{margin:35px 35px;}.margin40px40px{margin:40px 40px;}.margin45px45px{margin:45px 45px;}.margin50px50px{margin:50px 50px;}.margin55px55px{margin:55px 55px;}.margin60px60px{margin:60px 60px;}.margin65px65px{margin:65px 65px;}.margin70px70px{margin:70px 70px;}.margin75px75px{margin:75px 75px;}.margin80px80px{margin:80px 80px;}.margin85px85px{margin:85px 85px;}.margin90px90px{margin:90px 90px;}.margin95px95px{margin:95px 95px;}.margin100px100px{margin:100px 100px;}.margin0px5px-important{margin:0 5px!important;}.margin0px10px-important{margin:0 10px!important;}.margin0px15px-important{margin:0 15px!important;}.margin0px20px-important{margin:0 20px!important;}.margin0px25px-important{margin:0 25px!important;}.margin0px30px-important{margin:0 30px!important;}.margin0px35px-important{margin:0 35px!important;}.margin0px40px-important{margin:0 40px!important;}.margin0px45px-important{margin:0 45px!important;}.margin0px50px-important{margin:0 50px!important;}.margin0px55px-important{margin:0 55px!important;}.margin0px60px-important{margin:0 60px!important;}.margin0px65px-important{margin:0 65px!important;}.margin0px70px-important{margin:0 70px!important;}.margin0px75px-important{margin:0 75px!important;}.margin0px80px-important{margin:0 80px!important;}.margin0px85px-important{margin:0 85px!important;}.margin0px90px-important{margin:0 90px!important;}.margin0px95px-important{margin:0 95px!important;}.margin0px100px-important{margin:0 100px!important;}.margin5px0px-important{margin:5px 0!important;}.margin10px0px-important{margin:10px 0!important;}.margin15px0px-important{margin:15px 0!important;}.margin20px0px-important{margin:20px 0!important;}.margin25px0px-important{margin:25px 0!important;}.margin30px0px-important{margin:30px 0!important;}.margin35px0px-important{margin:35px 0!important;}.margin40px0px-important{margin:40px 0!important;}.margin45px0px-important{margin:45px 0!important;}.margin50px0px-important{margin:50px 0!important;}.margin55px0px-important{margin:55px 0!important;}.margin60px0px-important{margin:60px 0!important;}.margin65px0px-important{margin:65px 0!important;}.margin70px0px-important{margin:70px 0!important;}.margin75px0px-important{margin:75px 0!important;}.margin80px0px-important{margin:80px 0!important;}.margin85px0px-important{margin:85px 0!important;}.margin90px0px-important{margin:90px 0!important;}.margin95px0px-important{margin:95px 0!important;}.margin100px0px-important{margin:100px 0!important;}.margin5px5px-important{margin:5px 5px!important;}.margin10px10px-important{margin:10px 10px!important;}.margin15px15px-important{margin:15px 15px!important;}.margin20px20px-important{margin:20px 20px!important;}.margin25px25px-important{margin:25px 25px!important;}.margin30px30px-important{margin:30px 30px!important;}.margin35px35px-important{margin:35px 35px!important;}.margin40px40px-important{margin:40px 40px!important;}.margin45px45px-important{margin:45px 45px!important;}.margin50px50px-important{margin:50px 50px!important;}.margin55px55px-important{margin:55px 55px!important;}.margin60px60px-important{margin:60px 60px!important;}.margin65px65px-important{margin:65px 65px!important;}.margin70px70px-important{margin:70px 70px!important;}.margin75px75px-important{margin:75px 75px!important;}.margin80px80px-important{margin:80px 80px!important;}.margin85px85px-important{margin:85px 85px!important;}.margin90px90px-important{margin:90px 90px!important;}.margin95px95px-important{margin:95px 95px!important;}.margin100px100px-important{margin:100px 100px!important;}.padding0px{padding:0;}.padding5px{padding:5px;}.padding10px{padding:10px;}.padding15px{padding:15px;}.padding20px{padding:20px;}.padding25px{padding:25px;}.padding30px{padding:30px;}.padding35px{padding:35px;}.padding40px{padding:40px;}.padding45px{padding:45px;}.padding50px{padding:50px;}.padding55px{padding:55px;}.padding60px{padding:60px;}.padding65px{padding:65px;}.padding70px{padding:70px;}.padding75px{padding:75px;}.padding80px{padding:80px;}.padding85px{padding:85px;}.padding90px{padding:90px;}.padding95px{padding:95px;}.padding100px{padding:100px;}.padding105px{padding:105px;}.padding110px{padding:110px;}.padding115px{padding:115px;}.padding120px{padding:120px;}.padding125px{padding:125px;}.padding130px{padding:130px;}.padding135px{padding:135px;}.padding140px{padding:140px;}.padding145px{padding:145px;}.padding150px{padding:150px;}.padding155px{padding:155px;}.padding160px{padding:160px;}.padding165px{padding:165px;}.padding170px{padding:170px;}.padding175px{padding:175px;}.padding180px{padding:180px;}.padding185px{padding:185px;}.padding190px{padding:190px;}.padding195px{padding:195px;}.padding200px{padding:200px;}.padding205px{padding:205px;}.padding210px{padding:210px;}.padding215px{padding:215px;}.padding220px{padding:220px;}.padding225px{padding:225px;}.padding230px{padding:230px;}.padding235px{padding:235px;}.padding240px{padding:240px;}.padding245px{padding:245px;}.padding250px{padding:250px;}.padding255px{padding:255px;}.padding260px{padding:260px;}.padding265px{padding:265px;}.padding270px{padding:270px;}.padding275px{padding:275px;}.padding280px{padding:280px;}.padding285px{padding:285px;}.padding290px{padding:290px;}.padding295px{padding:295px;}.padding300px{padding:300px;}.padding305px{padding:305px;}.padding310px{padding:310px;}.padding315px{padding:315px;}.padding320px{padding:320px;}.padding325px{padding:325px;}.padding330px{padding:330px;}.padding335px{padding:335px;}.padding340px{padding:340px;}.padding345px{padding:345px;}.padding350px{padding:350px;}.padding355px{padding:355px;}.padding360px{padding:360px;}.padding365px{padding:365px;}.padding370px{padding:370px;}.padding375px{padding:375px;}.padding380px{padding:380px;}.padding385px{padding:385px;}.padding390px{padding:390px;}.padding395px{padding:395px;}.padding400px{padding:400px;}.padding405px{padding:405px;}.padding410px{padding:410px;}.padding415px{padding:415px;}.padding420px{padding:420px;}.padding425px{padding:425px;}.padding430px{padding:430px;}.padding435px{padding:435px;}.padding440px{padding:440px;}.padding445px{padding:445px;}.padding450px{padding:450px;}.padding455px{padding:455px;}.padding460px{padding:460px;}.padding465px{padding:465px;}.padding470px{padding:470px;}.padding475px{padding:475px;}.padding480px{padding:480px;}.padding485px{padding:485px;}.padding490px{padding:490px;}.padding495px{padding:495px;}.padding500px{padding:500px;}.padding0px-important{padding:0!important;}.padding5px-important{padding:5px!important;}.padding10px-important{padding:10px!important;}.padding15px-important{padding:15px!important;}.padding20px-important{padding:20px!important;}.padding25px-important{padding:25px!important;}.padding30px-important{padding:30px!important;}.padding35px-important{padding:35px!important;}.padding40px-important{padding:40px!important;}.padding45px-important{padding:45px!important;}.padding50px-important{padding:50px!important;}.padding55px-important{padding:55px!important;}.padding60px-important{padding:60px!important;}.padding65px-important{padding:65px!important;}.padding70px-important{padding:70px!important;}.padding75px-important{padding:75px!important;}.padding80px-important{padding:80px!important;}.padding85px-important{padding:85px!important;}.padding90px-important{padding:90px!important;}.padding95px-important{padding:95px!important;}.padding100px-important{padding:100px!important;}.padding105px-important{padding:105px!important;}.padding110px-important{padding:110px!important;}.padding115px-important{padding:115px!important;}.padding120px-important{padding:120px!important;}.padding125px-important{padding:125px!important;}.padding130px-important{padding:130px!important;}.padding135px-important{padding:135px!important;}.padding140px-important{padding:140px!important;}.padding145px-important{padding:145px!important;}.padding150px-important{padding:150px!important;}.padding155px-important{padding:155px!important;}.padding160px-important{padding:160px!important;}.padding165px-important{padding:165px!important;}.padding170px-important{padding:170px!important;}.padding175px-important{padding:175px!important;}.padding180px-important{padding:180px!important;}.padding185px-important{padding:185px!important;}.padding190px-important{padding:190px!important;}.padding195px-important{padding:195px!important;}.padding200px-important{padding:200px!important;}.padding205px-important{padding:205px!important;}.padding210px-important{padding:210px!important;}.padding215px-important{padding:215px!important;}.padding220px-important{padding:220px!important;}.padding225px-important{padding:225px!important;}.padding230px-important{padding:230px!important;}.padding235px-important{padding:235px!important;}.padding240px-important{padding:240px!important;}.padding245px-important{padding:245px!important;}.padding250px-important{padding:250px!important;}.padding255px-important{padding:255px!important;}.padding260px-important{padding:260px!important;}.padding265px-important{padding:265px!important;}.padding270px-important{padding:270px!important;}.padding275px-important{padding:275px!important;}.padding280px-important{padding:280px!important;}.padding285px-important{padding:285px!important;}.padding290px-important{padding:290px!important;}.padding295px-important{padding:295px!important;}.padding300px-important{padding:300px!important;}.padding305px-important{padding:305px!important;}.padding310px-important{padding:310px!important;}.padding315px-important{padding:315px!important;}.padding320px-important{padding:320px!important;}.padding325px-important{padding:325px!important;}.padding330px-important{padding:330px!important;}.padding335px-important{padding:335px!important;}.padding340px-important{padding:340px!important;}.padding345px-important{padding:345px!important;}.padding350px-important{padding:350px!important;}.padding355px-important{padding:355px!important;}.padding360px-important{padding:360px!important;}.padding365px-important{padding:365px!important;}.padding370px-important{padding:370px!important;}.padding375px-important{padding:375px!important;}.padding380px-important{padding:380px!important;}.padding385px-important{padding:385px!important;}.padding390px-important{padding:390px!important;}.padding395px-important{padding:395px!important;}.padding400px-important{padding:400px!important;}.padding405px-important{padding:405px!important;}.padding410px-important{padding:410px!important;}.padding415px-important{padding:415px!important;}.padding420px-important{padding:420px!important;}.padding425px-important{padding:425px!important;}.padding430px-important{padding:430px!important;}.padding435px-important{padding:435px!important;}.padding440px-important{padding:440px!important;}.padding445px-important{padding:445px!important;}.padding450px-important{padding:450px!important;}.padding455px-important{padding:455px!important;}.padding460px-important{padding:460px!important;}.padding465px-important{padding:465px!important;}.padding470px-important{padding:470px!important;}.padding475px-important{padding:475px!important;}.padding480px-important{padding:480px!important;}.padding485px-important{padding:485px!important;}.padding490px-important{padding:490px!important;}.padding495px-important{padding:495px!important;}.padding500px-important{padding:500px!important;}.em01{font-size:.1em;}.em02{font-size:.2em;}.em03{font-size:.3em;}.em04{font-size:.4em;}.em05{font-size:.5em;}.em06{font-size:.6em;}.em07{font-size:.7em;}.em08{font-size:.8em;}.em09{font-size:.9em;}.em10{font-size:1em;}.em11{font-size:1.1em;}.em12{font-size:1.2em;}.em13{font-size:1.3em;}.em14{font-size:1.4em;}.em15{font-size:1.5em;}.em16{font-size:1.6em;}.em17{font-size:1.7em;}.em18{font-size:1.8em;}.em19{font-size:1.9em;}.em20{font-size:2em;}.em21{font-size:2.1em;}.em22{font-size:2.2em;}.em23{font-size:2.3em;}.em24{font-size:2.4em;}.em25{font-size:2.5em;}.em26{font-size:2.6em;}.em27{font-size:2.7em;}.em28{font-size:2.8em;}.em29{font-size:2.9em;}.em30{font-size:3em;}.em31{font-size:3.1em;}.em32{font-size:3.2em;}.em33{font-size:3.3em;}.em34{font-size:3.4em;}.em35{font-size:3.5em;}.em36{font-size:3.6em;}.em37{font-size:3.7em;}.em38{font-size:3.8em;}.em39{font-size:3.9em;}.em40{font-size:4em;}.em41{font-size:4.1em;}.em42{font-size:4.2em;}.em43{font-size:4.3em;}.em44{font-size:4.4em;}.em45{font-size:4.5em;}.em46{font-size:4.6em;}.em47{font-size:4.7em;}.em48{font-size:4.8em;}.em49{font-size:4.9em;}.em50{font-size:5em;}.em51{font-size:5.1em;}.em52{font-size:5.2em;}.em53{font-size:5.3em;}.em54{font-size:5.4em;}.em55{font-size:5.5em;}.em56{font-size:5.6em;}.em57{font-size:5.7em;}.em58{font-size:5.8em;}.em59{font-size:5.9em;}.em60{font-size:6em;}.em61{font-size:6.1em;}.em62{font-size:6.2em;}.em63{font-size:6.3em;}.em64{font-size:6.4em;}.em65{font-size:6.5em;}.em66{font-size:6.6em;}.em67{font-size:6.7em;}.em68{font-size:6.8em;}.em69{font-size:6.9em;}.em70{font-size:7em;}.em71{font-size:7.1em;}.em72{font-size:7.2em;}.em73{font-size:7.3em;}.em74{font-size:7.4em;}.em75{font-size:7.5em;}.em76{font-size:7.6em;}.em77{font-size:7.7em;}.em78{font-size:7.8em;}.em79{font-size:7.9em;}.em80{font-size:8em;}.em81{font-size:8.1em;}.em82{font-size:8.2em;}.em83{font-size:8.3em;}.em84{font-size:8.4em;}.em85{font-size:8.5em;}.em86{font-size:8.6em;}.em87{font-size:8.7em;}.em88{font-size:8.8em;}.em89{font-size:8.9em;}.em90{font-size:9em;}.em91{font-size:9.1em;}.em92{font-size:9.2em;}.em93{font-size:9.3em;}.em94{font-size:9.4em;}.em95{font-size:9.5em;}.em96{font-size:9.6em;}.em97{font-size:9.7em;}.em98{font-size:9.8em;}.em99{font-size:9.9em;}.em100{font-size:10em;}.em01-important{font-size:.1em!important;}.em02-important{font-size:.2em!important;}.em03-important{font-size:.3em!important;}.em04-important{font-size:.4em!important;}.em05-important{font-size:.5em!important;}.em06-important{font-size:.6em!important;}.em07-important{font-size:.7em!important;}.em08-important{font-size:.8em!important;}.em09-important{font-size:.9em!important;}.em10-important{font-size:1em!important;}.em11-important{font-size:1.1em!important;}.em12-important{font-size:1.2em!important;}.em13-important{font-size:1.3em!important;}.em14-important{font-size:1.4em!important;}.em15-important{font-size:1.5em!important;}.em16-important{font-size:1.6em!important;}.em17-important{font-size:1.7em!important;}.em18-important{font-size:1.8em!important;}.em19-important{font-size:1.9em!important;}.em20-important{font-size:2em!important;}.em21-important{font-size:2.1em!important;}.em22-important{font-size:2.2em!important;}.em23-important{font-size:2.3em!important;}.em24-important{font-size:2.4em!important;}.em25-important{font-size:2.5em!important;}.em26-important{font-size:2.6em!important;}.em27-important{font-size:2.7em!important;}.em28-important{font-size:2.8em!important;}.em29-important{font-size:2.9em!important;}.em30-important{font-size:3em!important;}.em31-important{font-size:3.1em!important;}.em32-important{font-size:3.2em!important;}.em33-important{font-size:3.3em!important;}.em34-important{font-size:3.4em!important;}.em35-important{font-size:3.5em!important;}.em36-important{font-size:3.6em!important;}.em37-important{font-size:3.7em!important;}.em38-important{font-size:3.8em!important;}.em39-important{font-size:3.9em!important;}.em40-important{font-size:4em!important;}.em41-important{font-size:4.1em!important;}.em42-important{font-size:4.2em!important;}.em43-important{font-size:4.3em!important;}.em44-important{font-size:4.4em!important;}.em45-important{font-size:4.5em!important;}.em46-important{font-size:4.6em!important;}.em47-important{font-size:4.7em!important;}.em48-important{font-size:4.8em!important;}.em49-important{font-size:4.9em!important;}.em50-important{font-size:5em!important;}.em51-important{font-size:5.1em!important;}.em52-important{font-size:5.2em!important;}.em53-important{font-size:5.3em!important;}.em54-important{font-size:5.4em!important;}.em55-important{font-size:5.5em!important;}.em56-important{font-size:5.6em!important;}.em57-important{font-size:5.7em!important;}.em58-important{font-size:5.8em!important;}.em59-important{font-size:5.9em!important;}.em60-important{font-size:6em!important;}.em61-important{font-size:6.1em!important;}.em62-important{font-size:6.2em!important;}.em63-important{font-size:6.3em!important;}.em64-important{font-size:6.4em!important;}.em65-important{font-size:6.5em!important;}.em66-important{font-size:6.6em!important;}.em67-important{font-size:6.7em!important;}.em68-important{font-size:6.8em!important;}.em69-important{font-size:6.9em!important;}.em70-important{font-size:7em!important;}.em71-important{font-size:7.1em!important;}.em72-important{font-size:7.2em!important;}.em73-important{font-size:7.3em!important;}.em74-important{font-size:7.4em!important;}.em75-important{font-size:7.5em!important;}.em76-important{font-size:7.6em!important;}.em77-important{font-size:7.7em!important;}.em78-important{font-size:7.8em!important;}.em79-important{font-size:7.9em!important;}.em80-important{font-size:8em!important;}.em81-important{font-size:8.1em!important;}.em82-important{font-size:8.2em!important;}.em83-important{font-size:8.3em!important;}.em84-important{font-size:8.4em!important;}.em85-important{font-size:8.5em!important;}.em86-important{font-size:8.6em!important;}.em87-important{font-size:8.7em!important;}.em88-important{font-size:8.8em!important;}.em89-important{font-size:8.9em!important;}.em90-important{font-size:9em!important;}.em91-important{font-size:9.1em!important;}.em92-important{font-size:9.2em!important;}.em93-important{font-size:9.3em!important;}.em94-important{font-size:9.4em!important;}.em95-important{font-size:9.5em!important;}.em96-important{font-size:9.6em!important;}.em97-important{font-size:9.7em!important;}.em98-important{font-size:9.8em!important;}.em99-important{font-size:9.9em!important;}.em100-important{font-size:10em!important;}.display-none{display:none;}.display-block{display:block;}.display-inline{display:inline;}.display-inline-block{display:inline-block;}.display-flex{display:flex;}.display-inline-flex{display:inline-flex;}.display-grid{display:grid;}.display-inline-grid{display:inline-grid;}.display-table{display:table;}.display-inline-table{display:inline-table;}.display-table-row{display:table-row;}.display-table-cell{display:table-cell;}.display-table-column{display:table-column;}.display-table-column-group{display:table-column-group;}.display-table-header-group{display:table-header-group;}.display-table-footer-group{display:table-footer-group;}.display-table-row-group{display:table-row-group;}.display-list-item{display:list-item;}.display-contents{display:contents;}.display-initial{display:initial;}.display-inherit{display:inherit;}.display-unset{display:unset;}.display-revert{display:revert;}.display-revert-layer{display:revert-layer;}.display-flow-root{display:flow-root;}.display-none-important{display:none!important;}.display-block-important{display:block!important;}.display-inline-important{display:inline!important;}.display-inline-block-important{display:inline-block!important;}.display-flex-important{display:flex!important;}.display-inline-flex-important{display:inline-flex!important;}.display-grid-important{display:grid!important;}.display-inline-grid-important{display:inline-grid!important;}.display-table-important{display:table!important;}.display-inline-table-important{display:inline-table!important;}.display-table-row-important{display:table-row!important;}.display-table-cell-important{display:table-cell!important;}.display-table-column-important{display:table-column!important;}.display-table-column-group-important{display:table-column-group!important;}.display-table-header-group-important{display:table-header-group!important;}.display-table-footer-group-important{display:table-footer-group!important;}.display-table-row-group-important{display:table-row-group!important;}.display-list-item-important{display:list-item!important;}.display-contents-important{display:contents!important;}.display-initial-important{display:initial!important;}.display-inherit-important{display:inherit!important;}.display-unset-important{display:unset!important;}.display-revert-important{display:revert!important;}.display-revert-layer-important{display:revert-layer!important;}.display-flow-root-important{display:flow-root!important;}.flex-display{display:flex;}.flex-display-important{display:flex!important;}.inline-flex-display{display:inline-flex;}.inline-flex-display-important{display:inline-flex!important;}.grid-display{display:grid;}.grid-display-important{display:grid!important;}.inline-grid-display{display:inline-grid;}.inline-grid-display-important{display:inline-grid!important;}.table-display{display:table;}.table-display-important{display:table!important;}.table-row-display{display:table-row;}.table-row-display-important{display:table-row!important;}.table-cell-display{display:table-cell;}.table-cell-display-important{display:table-cell!important;}.hidden{display:none;}.hidden-important{display:none!important;}.show-block{display:block;}.show-block-important{display:block!important;}.show-inline{display:inline;}.show-inline-important{display:inline!important;}.show-inline-block{display:inline-block;}.show-inline-block-important{display:inline-block!important;}.cursor-auto{cursor:auto;}.cursor-default{cursor:default;}.cursor-none{cursor:none;}.cursor-context-menu{cursor:context-menu;}.cursor-help{cursor:help;}.cursor-pointer{cursor:pointer;}.cursor-progress{cursor:progress;}.cursor-wait{cursor:wait;}.cursor-cell{cursor:cell;}.cursor-crosshair{cursor:crosshair;}.cursor-text{cursor:text;}.cursor-vertical-text{cursor:vertical-text;}.cursor-alias{cursor:alias;}.cursor-copy{cursor:copy;}.cursor-move{cursor:move;}.cursor-no-drop{cursor:no-drop;}.cursor-not-allowed{cursor:not-allowed;}.cursor-grab{cursor:grab;}.cursor-grabbing{cursor:grabbing;}.cursor-all-scroll{cursor:all-scroll;}.cursor-col-resize{cursor:col-resize;}.cursor-row-resize{cursor:row-resize;}.cursor-n-resize{cursor:n-resize;}.cursor-e-resize{cursor:e-resize;}.cursor-s-resize{cursor:s-resize;}.cursor-w-resize{cursor:w-resize;}.cursor-ne-resize{cursor:ne-resize;}.cursor-nw-resize{cursor:nw-resize;}.cursor-se-resize{cursor:se-resize;}.cursor-sw-resize{cursor:sw-resize;}.cursor-ew-resize{cursor:ew-resize;}.cursor-ns-resize{cursor:ns-resize;}.cursor-nesw-resize{cursor:nesw-resize;}.cursor-nwse-resize{cursor:nwse-resize;}.cursor-zoom-in{cursor:zoom-in;}.cursor-zoom-out{cursor:zoom-out;}.cursor-auto-important{cursor:auto!important;}.cursor-default-important{cursor:default!important;}.cursor-none-important{cursor:none!important;}.cursor-context-menu-important{cursor:context-menu!important;}.cursor-help-important{cursor:help!important;}.cursor-pointer-important{cursor:pointer!important;}.cursor-progress-important{cursor:progress!important;}.cursor-wait-important{cursor:wait!important;}.cursor-cell-important{cursor:cell!important;}.cursor-crosshair-important{cursor:crosshair!important;}.cursor-text-important{cursor:text!important;}.cursor-vertical-text-important{cursor:vertical-text!important;}.cursor-alias-important{cursor:alias!important;}.cursor-copy-important{cursor:copy!important;}.cursor-move-important{cursor:move!important;}.cursor-no-drop-important{cursor:no-drop!important;}.cursor-not-allowed-important{cursor:not-allowed!important;}.cursor-grab-important{cursor:grab!important;}.cursor-grabbing-important{cursor:grabbing!important;}.cursor-all-scroll-important{cursor:all-scroll!important;}.cursor-col-resize-important{cursor:col-resize!important;}.cursor-row-resize-important{cursor:row-resize!important;}.cursor-n-resize-important{cursor:n-resize!important;}.cursor-e-resize-important{cursor:e-resize!important;}.cursor-s-resize-important{cursor:s-resize!important;}.cursor-w-resize-important{cursor:w-resize!important;}.cursor-ne-resize-important{cursor:ne-resize!important;}.cursor-nw-resize-important{cursor:nw-resize!important;}.cursor-se-resize-important{cursor:se-resize!important;}.cursor-sw-resize-important{cursor:sw-resize!important;}.cursor-ew-resize-important{cursor:ew-resize!important;}.cursor-ns-resize-important{cursor:ns-resize!important;}.cursor-nesw-resize-important{cursor:nesw-resize!important;}.cursor-nwse-resize-important{cursor:nwse-resize!important;}.cursor-zoom-in-important{cursor:zoom-in!important;}.cursor-zoom-out-important{cursor:zoom-out!important;}.cursor-clickable{cursor:pointer;}.cursor-clickable-important{cursor:pointer!important;}.cursor-disabled{cursor:not-allowed;}.cursor-disabled-important{cursor:not-allowed!important;}.cursor-draggable{cursor:move;}.cursor-draggable-important{cursor:move!important;}.cursor-grabbable{cursor:grab;}.cursor-grabbable-important{cursor:grab!important;}.cursor-text-select{cursor:text;}.cursor-text-select-important{cursor:text!important;}.cursor-loading{cursor:wait;}.cursor-loading-important{cursor:wait!important;}.cursor-progress-indicator{cursor:progress;}.cursor-progress-indicator-important{cursor:progress!important;}.cursor-resize-horizontal{cursor:ew-resize;}.cursor-resize-horizontal-important{cursor:ew-resize!important;}.cursor-resize-vertical{cursor:ns-resize;}.cursor-resize-vertical-important{cursor:ns-resize!important;}.cursor-resize-diagonal{cursor:nwse-resize;}.cursor-resize-diagonal-important{cursor:nwse-resize!important;}.cursor-zoom{cursor:zoom-in;}.cursor-zoom-important{cursor:zoom-in!important;}.position-static{position:static;}.position-relative{position:relative;}.position-absolute{position:absolute;}.position-fixed{position:fixed;}.position-sticky{position:sticky;}.position-static-important{position:static!important;}.position-relative-important{position:relative!important;}.position-absolute-important{position:absolute!important;}.position-fixed-important{position:fixed!important;}.position-sticky-important{position:sticky!important;}.relative{position:relative;}.absolute{position:absolute;}.fixed{position:fixed;}.sticky{position:sticky;}.static{position:static;}.relative-important{position:relative!important;}.absolute-important{position:absolute!important;}.fixed-important{position:fixed!important;}.sticky-important{position:sticky!important;}.static-important{position:static!important;}.pos-relative{position:relative;}.pos-absolute{position:absolute;}.pos-fixed{position:fixed;}.pos-sticky{position:sticky;}.pos-static{position:static;}.pos-relative-important{position:relative!important;}.pos-absolute-important{position:absolute!important;}.pos-fixed-important{position:fixed!important;}.pos-sticky-important{position:sticky!important;}.pos-static-important{position:static!important;}.overlay{position:absolute;top:0;left:0;right:0;bottom:0;}.overlay-important{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;}.fixed-top{position:fixed;top:0;left:0;right:0;}.fixed-top-important{position:fixed!important;top:0!important;left:0!important;right:0!important;}.fixed-bottom{position:fixed;bottom:0;left:0;right:0;}.fixed-bottom-important{position:fixed!important;bottom:0!important;left:0!important;right:0!important;}.sticky-top{position:sticky;top:0;}.sticky-top-important{position:sticky!important;top:0!important;}.sticky-bottom{position:sticky;bottom:0;}.sticky-bottom-important{position:sticky!important;bottom:0!important;}.absolute-full{position:absolute;top:0;left:0;width:100%;height:100%;}.absolute-full-important{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;}.fixed-full{position:fixed;top:0;left:0;width:100%;height:100%;}.fixed-full-important{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;}.absolute-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}.absolute-center-important{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;}.absolute-center-x{position:absolute;left:50%;transform:translateX(-50%);}.absolute-center-x-important{position:absolute!important;left:50%!important;transform:translateX(-50%)!important;}.absolute-center-y{position:absolute;top:50%;transform:translateY(-50%);}.absolute-center-y-important{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;}.fixed-center{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);}.fixed-center-important{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;}.fixed-center-x{position:fixed;left:50%;transform:translateX(-50%);}.fixed-center-x-important{position:fixed!important;left:50%!important;transform:translateX(-50%)!important;}.fixed-center-y{position:fixed;top:50%;transform:translateY(-50%);}.fixed-center-y-important{position:fixed!important;top:50%!important;transform:translateY(-50%)!important;}.position-inherit{position:inherit;}.position-initial{position:initial;}.position-unset{position:unset;}.position-revert{position:revert;}.position-inherit-important{position:inherit!important;}.position-initial-important{position:initial!important;}.position-unset-important{position:unset!important;}.position-revert-important{position:revert!important;}.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.text-align-start{text-align:start;}.text-align-end{text-align:end;}.text-align-justify-all{text-align:justify-all;}.text-align-match-parent{text-align:match-parent;}.text-align-left-important{text-align:left!important;}.text-align-right-important{text-align:right!important;}.text-align-center-important{text-align:center!important;}.text-align-justify-important{text-align:justify!important;}.text-align-start-important{text-align:start!important;}.text-align-end-important{text-align:end!important;}.text-align-justify-all-important{text-align:justify-all!important;}.text-align-match-parent-important{text-align:match-parent!important;}.text-left{text-align:left;}.text-right{text-align:right;}.text-center{text-align:center;}.text-justify{text-align:justify;}.text-start{text-align:start;}.text-end{text-align:end;}.text-left-important{text-align:left!important;}.text-right-important{text-align:right!important;}.text-center-important{text-align:center!important;}.text-justify-important{text-align:justify!important;}.text-start-important{text-align:start!important;}.text-end-important{text-align:end!important;}.vertical-align-baseline{vertical-align:baseline;}.vertical-align-sub{vertical-align:sub;}.vertical-align-super{vertical-align:super;}.vertical-align-top{vertical-align:top;}.vertical-align-text-top{vertical-align:text-top;}.vertical-align-middle{vertical-align:middle;}.vertical-align-bottom{vertical-align:bottom;}.vertical-align-text-bottom{vertical-align:text-bottom;}.vertical-align-inherit{vertical-align:inherit;}.vertical-align-initial{vertical-align:initial;}.vertical-align-unset{vertical-align:unset;}.vertical-align-baseline-important{vertical-align:baseline!important;}.vertical-align-sub-important{vertical-align:sub!important;}.vertical-align-super-important{vertical-align:super!important;}.vertical-align-top-important{vertical-align:top!important;}.vertical-align-text-top-important{vertical-align:text-top!important;}.vertical-align-middle-important{vertical-align:middle!important;}.vertical-align-bottom-important{vertical-align:bottom!important;}.vertical-align-text-bottom-important{vertical-align:text-bottom!important;}.vertical-align-inherit-important{vertical-align:inherit!important;}.vertical-align-initial-important{vertical-align:initial!important;}.vertical-align-unset-important{vertical-align:unset!important;}.align-baseline{vertical-align:baseline;}.align-sub{vertical-align:sub;}.align-super{vertical-align:super;}.align-top{vertical-align:top;}.align-text-top{vertical-align:text-top;}.align-middle{vertical-align:middle;}.align-bottom{vertical-align:bottom;}.align-text-bottom{vertical-align:text-bottom;}.align-baseline-important{vertical-align:baseline!important;}.align-sub-important{vertical-align:sub!important;}.align-super-important{vertical-align:super!important;}.align-top-important{vertical-align:top!important;}.align-text-top-important{vertical-align:text-top!important;}.align-middle-important{vertical-align:middle!important;}.align-bottom-important{vertical-align:bottom!important;}.align-text-bottom-important{vertical-align:text-bottom!important;}.align-items-start{align-items:flex-start;}.align-items-end{align-items:flex-end;}.align-items-center{align-items:center;}.align-items-baseline{align-items:baseline;}.align-items-stretch{align-items:stretch;}.align-items-start-important{align-items:flex-start!important;}.align-items-end-important{align-items:flex-end!important;}.align-items-center-important{align-items:center!important;}.align-items-baseline-important{align-items:baseline!important;}.align-items-stretch-important{align-items:stretch!important;}.align-self-start{align-self:flex-start;}.align-self-end{align-self:flex-end;}.align-self-center{align-self:center;}.align-self-baseline{align-self:baseline;}.align-self-stretch{align-self:stretch;}.align-self-auto{align-self:auto;}.align-self-start-important{align-self:flex-start!important;}.align-self-end-important{align-self:flex-end!important;}.align-self-center-important{align-self:center!important;}.align-self-baseline-important{align-self:baseline!important;}.align-self-stretch-important{align-self:stretch!important;}.align-self-auto-important{align-self:auto!important;}.justify-content-start{justify-content:flex-start;}.justify-content-end{justify-content:flex-end;}.justify-content-center{justify-content:center;}.justify-content-between{justify-content:space-between;}.justify-content-around{justify-content:space-around;}.justify-content-evenly{justify-content:space-evenly;}.justify-content-start-important{justify-content:flex-start!important;}.justify-content-end-important{justify-content:flex-end!important;}.justify-content-center-important{justify-content:center!important;}.justify-content-between-important{justify-content:space-between!important;}.justify-content-around-important{justify-content:space-around!important;}.justify-content-evenly-important{justify-content:space-evenly!important;}.justify-items-start{justify-items:start;}.justify-items-end{justify-items:end;}.justify-items-center{justify-items:center;}.justify-items-stretch{justify-items:stretch;}.justify-items-start-important{justify-items:start!important;}.justify-items-end-important{justify-items:end!important;}.justify-items-center-important{justify-items:center!important;}.justify-items-stretch-important{justify-items:stretch!important;}.align-items-grid-start{align-items:start;}.align-items-grid-end{align-items:end;}.align-items-grid-center{align-items:center;}.align-items-grid-stretch{align-items:stretch;}.align-items-grid-start-important{align-items:start!important;}.align-items-grid-end-important{align-items:end!important;}.align-items-grid-center-important{align-items:center!important;}.align-items-grid-stretch-important{align-items:stretch!important;}.justify-self-start{justify-self:start;}.justify-self-end{justify-self:end;}.justify-self-center{justify-self:center;}.justify-self-stretch{justify-self:stretch;}.justify-self-start-important{justify-self:start!important;}.justify-self-end-important{justify-self:end!important;}.justify-self-center-important{justify-self:center!important;}.justify-self-stretch-important{justify-self:stretch!important;}.align-self-grid-start{align-self:start;}.align-self-grid-end{align-self:end;}.align-self-grid-center{align-self:center;}.align-self-grid-stretch{align-self:stretch;}.align-self-grid-start-important{align-self:start!important;}.align-self-grid-end-important{align-self:end!important;}.align-self-grid-center-important{align-self:center!important;}.align-self-grid-stretch-important{align-self:stretch!important;}.float-left{float:left;}.float-right{float:right;}.float-none{float:none;}.float-inline-start{float:inline-start;}.float-inline-end{float:inline-end;}.float-left-important{float:left!important;}.float-right-important{float:right!important;}.float-none-important{float:none!important;}.float-inline-start-important{float:inline-start!important;}.float-inline-end-important{float:inline-end!important;}.clear-left{clear:left;}.clear-right{clear:right;}.clear-both{clear:both;}.clear-none{clear:none;}.clear-left-important{clear:left!important;}.clear-right-important{clear:right!important;}.clear-both-important{clear:both!important;}.clear-none-important{clear:none!important;}.object-contain{object-fit:contain;}.object-cover{object-fit:cover;}.object-fill{object-fit:fill;}.object-none{object-fit:none;}.object-scale-down{object-fit:scale-down;}.object-contain-important{object-fit:contain!important;}.object-cover-important{object-fit:cover!important;}.object-fill-important{object-fit:fill!important;}.object-none-important{object-fit:none!important;}.object-scale-down-important{object-fit:scale-down!important;}.object-position-left{object-position:left;}.object-position-right{object-position:right;}.object-position-center{object-position:center;}.object-position-top{object-position:top;}.object-position-bottom{object-position:bottom;}.object-position-top-left{object-position:top left;}.object-position-top-right{object-position:top right;}.object-position-bottom-left{object-position:bottom left;}.object-position-bottom-right{object-position:bottom right;}.object-position-left-important{object-position:left!important;}.object-position-right-important{object-position:right!important;}.object-position-center-important{object-position:center!important;}.object-position-top-important{object-position:top!important;}.object-position-bottom-important{object-position:bottom!important;}.object-position-top-left-important{object-position:top left!important;}.object-position-top-right-important{object-position:top right!important;}.object-position-bottom-left-important{object-position:bottom left!important;}.object-position-bottom-right-important{object-position:bottom right!important;}.line-height-01{line-height:.1;}.line-height-02{line-height:.2;}.line-height-03{line-height:.3;}.line-height-04{line-height:.4;}.line-height-05{line-height:.5;}.line-height-06{line-height:.6;}.line-height-07{line-height:.7;}.line-height-08{line-height:.8;}.line-height-09{line-height:.9;}.line-height-10{line-height:1;}.line-height-11{line-height:1.1;}.line-height-12{line-height:1.2;}.line-height-13{line-height:1.3;}.line-height-14{line-height:1.4;}.line-height-15{line-height:1.5;}.line-height-16{line-height:1.6;}.line-height-17{line-height:1.7;}.line-height-18{line-height:1.8;}.line-height-19{line-height:1.9;}.line-height-20{line-height:2;}.line-height-21{line-height:2.1;}.line-height-22{line-height:2.2;}.line-height-23{line-height:2.3;}.line-height-24{line-height:2.4;}.line-height-25{line-height:2.5;}.line-height-26{line-height:2.6;}.line-height-27{line-height:2.7;}.line-height-28{line-height:2.8;}.line-height-29{line-height:2.9;}.line-height-30{line-height:3;}.line-height-31{line-height:3.1;}.line-height-32{line-height:3.2;}.line-height-33{line-height:3.3;}.line-height-34{line-height:3.4;}.line-height-35{line-height:3.5;}.line-height-36{line-height:3.6;}.line-height-37{line-height:3.7;}.line-height-38{line-height:3.8;}.line-height-39{line-height:3.9;}.line-height-40{line-height:4;}.line-height-41{line-height:4.1;}.line-height-42{line-height:4.2;}.line-height-43{line-height:4.3;}.line-height-44{line-height:4.4;}.line-height-45{line-height:4.5;}.line-height-46{line-height:4.6;}.line-height-47{line-height:4.7;}.line-height-48{line-height:4.8;}.line-height-49{line-height:4.9;}.line-height-50{line-height:5;}.line-height-01-important{line-height:.1!important;}.line-height-02-important{line-height:.2!important;}.line-height-03-important{line-height:.3!important;}.line-height-04-important{line-height:.4!important;}.line-height-05-important{line-height:.5!important;}.line-height-06-important{line-height:.6!important;}.line-height-07-important{line-height:.7!important;}.line-height-08-important{line-height:.8!important;}.line-height-09-important{line-height:.9!important;}.line-height-10-important{line-height:1!important;}.line-height-11-important{line-height:1.1!important;}.line-height-12-important{line-height:1.2!important;}.line-height-13-important{line-height:1.3!important;}.line-height-14-important{line-height:1.4!important;}.line-height-15-important{line-height:1.5!important;}.line-height-16-important{line-height:1.6!important;}.line-height-17-important{line-height:1.7!important;}.line-height-18-important{line-height:1.8!important;}.line-height-19-important{line-height:1.9!important;}.line-height-20-important{line-height:2!important;}.line-height-21-important{line-height:2.1!important;}.line-height-22-important{line-height:2.2!important;}.line-height-23-important{line-height:2.3!important;}.line-height-24-important{line-height:2.4!important;}.line-height-25-important{line-height:2.5!important;}.line-height-26-important{line-height:2.6!important;}.line-height-27-important{line-height:2.7!important;}.line-height-28-important{line-height:2.8!important;}.line-height-29-important{line-height:2.9!important;}.line-height-30-important{line-height:3!important;}.line-height-31-important{line-height:3.1!important;}.line-height-32-important{line-height:3.2!important;}.line-height-33-important{line-height:3.3!important;}.line-height-34-important{line-height:3.4!important;}.line-height-35-important{line-height:3.5!important;}.line-height-36-important{line-height:3.6!important;}.line-height-37-important{line-height:3.7!important;}.line-height-38-important{line-height:3.8!important;}.line-height-39-important{line-height:3.9!important;}.line-height-40-important{line-height:4!important;}.line-height-41-important{line-height:4.1!important;}.line-height-42-important{line-height:4.2!important;}.line-height-43-important{line-height:4.3!important;}.line-height-44-important{line-height:4.4!important;}.line-height-45-important{line-height:4.5!important;}.line-height-46-important{line-height:4.6!important;}.line-height-47-important{line-height:4.7!important;}.line-height-48-important{line-height:4.8!important;}.line-height-49-important{line-height:4.9!important;}.line-height-50-important{line-height:5!important;}.lh-01{line-height:.1;}.lh-02{line-height:.2;}.lh-03{line-height:.3;}.lh-04{line-height:.4;}.lh-05{line-height:.5;}.lh-06{line-height:.6;}.lh-07{line-height:.7;}.lh-08{line-height:.8;}.lh-09{line-height:.9;}.lh-10{line-height:1;}.lh-11{line-height:1.1;}.lh-12{line-height:1.2;}.lh-13{line-height:1.3;}.lh-14{line-height:1.4;}.lh-15{line-height:1.5;}.lh-16{line-height:1.6;}.lh-17{line-height:1.7;}.lh-18{line-height:1.8;}.lh-19{line-height:1.9;}.lh-20{line-height:2;}.lh-21{line-height:2.1;}.lh-22{line-height:2.2;}.lh-23{line-height:2.3;}.lh-24{line-height:2.4;}.lh-25{line-height:2.5;}.lh-26{line-height:2.6;}.lh-27{line-height:2.7;}.lh-28{line-height:2.8;}.lh-29{line-height:2.9;}.lh-30{line-height:3;}.lh-31{line-height:3.1;}.lh-32{line-height:3.2;}.lh-33{line-height:3.3;}.lh-34{line-height:3.4;}.lh-35{line-height:3.5;}.lh-36{line-height:3.6;}.lh-37{line-height:3.7;}.lh-38{line-height:3.8;}.lh-39{line-height:3.9;}.lh-40{line-height:4;}.lh-41{line-height:4.1;}.lh-42{line-height:4.2;}.lh-43{line-height:4.3;}.lh-44{line-height:4.4;}.lh-45{line-height:4.5;}.lh-46{line-height:4.6;}.lh-47{line-height:4.7;}.lh-48{line-height:4.8;}.lh-49{line-height:4.9;}.lh-50{line-height:5;}.lh-01-important{line-height:.1!important;}.lh-02-important{line-height:.2!important;}.lh-03-important{line-height:.3!important;}.lh-04-important{line-height:.4!important;}.lh-05-important{line-height:.5!important;}.lh-06-important{line-height:.6!important;}.lh-07-important{line-height:.7!important;}.lh-08-important{line-height:.8!important;}.lh-09-important{line-height:.9!important;}.lh-10-important{line-height:1!important;}.lh-11-important{line-height:1.1!important;}.lh-12-important{line-height:1.2!important;}.lh-13-important{line-height:1.3!important;}.lh-14-important{line-height:1.4!important;}.lh-15-important{line-height:1.5!important;}.lh-16-important{line-height:1.6!important;}.lh-17-important{line-height:1.7!important;}.lh-18-important{line-height:1.8!important;}.lh-19-important{line-height:1.9!important;}.lh-20-important{line-height:2!important;}.lh-21-important{line-height:2.1!important;}.lh-22-important{line-height:2.2!important;}.lh-23-important{line-height:2.3!important;}.lh-24-important{line-height:2.4!important;}.lh-25-important{line-height:2.5!important;}.lh-26-important{line-height:2.6!important;}.lh-27-important{line-height:2.7!important;}.lh-28-important{line-height:2.8!important;}.lh-29-important{line-height:2.9!important;}.lh-30-important{line-height:3!important;}.lh-31-important{line-height:3.1!important;}.lh-32-important{line-height:3.2!important;}.lh-33-important{line-height:3.3!important;}.lh-34-important{line-height:3.4!important;}.lh-35-important{line-height:3.5!important;}.lh-36-important{line-height:3.6!important;}.lh-37-important{line-height:3.7!important;}.lh-38-important{line-height:3.8!important;}.lh-39-important{line-height:3.9!important;}.lh-40-important{line-height:4!important;}.lh-41-important{line-height:4.1!important;}.lh-42-important{line-height:4.2!important;}.lh-43-important{line-height:4.3!important;}.lh-44-important{line-height:4.4!important;}.lh-45-important{line-height:4.5!important;}.lh-46-important{line-height:4.6!important;}.lh-47-important{line-height:4.7!important;}.lh-48-important{line-height:4.8!important;}.lh-49-important{line-height:4.9!important;}.lh-50-important{line-height:5!important;}.line-height-normal{line-height:normal;}.line-height-inherit{line-height:inherit;}.line-height-initial{line-height:initial;}.line-height-unset{line-height:unset;}.line-height-revert{line-height:revert;}.line-height-normal-important{line-height:normal!important;}.line-height-inherit-important{line-height:inherit!important;}.line-height-initial-important{line-height:initial!important;}.line-height-unset-important{line-height:unset!important;}.line-height-revert-important{line-height:revert!important;}.line-height-tight{line-height:1.25;}.line-height-snug{line-height:1.375;}.line-height-normal{line-height:1.5;}.line-height-relaxed{line-height:1.625;}.line-height-loose{line-height:2;}.line-height-tight-important{line-height:1.25!important;}.line-height-snug-important{line-height:1.375!important;}.line-height-normal-important{line-height:1.5!important;}.line-height-relaxed-important{line-height:1.625!important;}.line-height-loose-important{line-height:2!important;}.line-height-0px{line-height:0;}.line-height-1px{line-height:1px;}.line-height-2px{line-height:2px;}.line-height-3px{line-height:3px;}.line-height-4px{line-height:4px;}.line-height-5px{line-height:5px;}.line-height-6px{line-height:6px;}.line-height-7px{line-height:7px;}.line-height-8px{line-height:8px;}.line-height-9px{line-height:9px;}.line-height-10px{line-height:10px;}.line-height-11px{line-height:11px;}.line-height-12px{line-height:12px;}.line-height-13px{line-height:13px;}.line-height-14px{line-height:14px;}.line-height-15px{line-height:15px;}.line-height-16px{line-height:16px;}.line-height-17px{line-height:17px;}.line-height-18px{line-height:18px;}.line-height-19px{line-height:19px;}.line-height-20px{line-height:20px;}.line-height-21px{line-height:21px;}.line-height-22px{line-height:22px;}.line-height-23px{line-height:23px;}.line-height-24px{line-height:24px;}.line-height-25px{line-height:25px;}.line-height-26px{line-height:26px;}.line-height-27px{line-height:27px;}.line-height-28px{line-height:28px;}.line-height-29px{line-height:29px;}.line-height-30px{line-height:30px;}.line-height-31px{line-height:31px;}.line-height-32px{line-height:32px;}.line-height-33px{line-height:33px;}.line-height-34px{line-height:34px;}.line-height-35px{line-height:35px;}.line-height-36px{line-height:36px;}.line-height-37px{line-height:37px;}.line-height-38px{line-height:38px;}.line-height-39px{line-height:39px;}.line-height-40px{line-height:40px;}.line-height-41px{line-height:41px;}.line-height-42px{line-height:42px;}.line-height-43px{line-height:43px;}.line-height-44px{line-height:44px;}.line-height-45px{line-height:45px;}.line-height-46px{line-height:46px;}.line-height-47px{line-height:47px;}.line-height-48px{line-height:48px;}.line-height-49px{line-height:49px;}.line-height-50px{line-height:50px;}.line-height-51px{line-height:51px;}.line-height-52px{line-height:52px;}.line-height-53px{line-height:53px;}.line-height-54px{line-height:54px;}.line-height-55px{line-height:55px;}.line-height-56px{line-height:56px;}.line-height-57px{line-height:57px;}.line-height-58px{line-height:58px;}.line-height-59px{line-height:59px;}.line-height-60px{line-height:60px;}.line-height-61px{line-height:61px;}.line-height-62px{line-height:62px;}.line-height-63px{line-height:63px;}.line-height-64px{line-height:64px;}.line-height-65px{line-height:65px;}.line-height-66px{line-height:66px;}.line-height-67px{line-height:67px;}.line-height-68px{line-height:68px;}.line-height-69px{line-height:69px;}.line-height-70px{line-height:70px;}.line-height-71px{line-height:71px;}.line-height-72px{line-height:72px;}.line-height-73px{line-height:73px;}.line-height-74px{line-height:74px;}.line-height-75px{line-height:75px;}.line-height-76px{line-height:76px;}.line-height-77px{line-height:77px;}.line-height-78px{line-height:78px;}.line-height-79px{line-height:79px;}.line-height-80px{line-height:80px;}.line-height-81px{line-height:81px;}.line-height-82px{line-height:82px;}.line-height-83px{line-height:83px;}.line-height-84px{line-height:84px;}.line-height-85px{line-height:85px;}.line-height-86px{line-height:86px;}.line-height-87px{line-height:87px;}.line-height-88px{line-height:88px;}.line-height-89px{line-height:89px;}.line-height-90px{line-height:90px;}.line-height-91px{line-height:91px;}.line-height-92px{line-height:92px;}.line-height-93px{line-height:93px;}.line-height-94px{line-height:94px;}.line-height-95px{line-height:95px;}.line-height-96px{line-height:96px;}.line-height-97px{line-height:97px;}.line-height-98px{line-height:98px;}.line-height-99px{line-height:99px;}.line-height-100px{line-height:100px;}.line-height-101px{line-height:101px;}.line-height-102px{line-height:102px;}.line-height-103px{line-height:103px;}.line-height-104px{line-height:104px;}.line-height-105px{line-height:105px;}.line-height-106px{line-height:106px;}.line-height-107px{line-height:107px;}.line-height-108px{line-height:108px;}.line-height-109px{line-height:109px;}.line-height-110px{line-height:110px;}.line-height-111px{line-height:111px;}.line-height-112px{line-height:112px;}.line-height-113px{line-height:113px;}.line-height-114px{line-height:114px;}.line-height-115px{line-height:115px;}.line-height-116px{line-height:116px;}.line-height-117px{line-height:117px;}.line-height-118px{line-height:118px;}.line-height-119px{line-height:119px;}.line-height-120px{line-height:120px;}.line-height-121px{line-height:121px;}.line-height-122px{line-height:122px;}.line-height-123px{line-height:123px;}.line-height-124px{line-height:124px;}.line-height-125px{line-height:125px;}.line-height-126px{line-height:126px;}.line-height-127px{line-height:127px;}.line-height-128px{line-height:128px;}.line-height-129px{line-height:129px;}.line-height-130px{line-height:130px;}.line-height-131px{line-height:131px;}.line-height-132px{line-height:132px;}.line-height-133px{line-height:133px;}.line-height-134px{line-height:134px;}.line-height-135px{line-height:135px;}.line-height-136px{line-height:136px;}.line-height-137px{line-height:137px;}.line-height-138px{line-height:138px;}.line-height-139px{line-height:139px;}.line-height-140px{line-height:140px;}.line-height-141px{line-height:141px;}.line-height-142px{line-height:142px;}.line-height-143px{line-height:143px;}.line-height-144px{line-height:144px;}.line-height-145px{line-height:145px;}.line-height-146px{line-height:146px;}.line-height-147px{line-height:147px;}.line-height-148px{line-height:148px;}.line-height-149px{line-height:149px;}.line-height-150px{line-height:150px;}.line-height-151px{line-height:151px;}.line-height-152px{line-height:152px;}.line-height-153px{line-height:153px;}.line-height-154px{line-height:154px;}.line-height-155px{line-height:155px;}.line-height-156px{line-height:156px;}.line-height-157px{line-height:157px;}.line-height-158px{line-height:158px;}.line-height-159px{line-height:159px;}.line-height-160px{line-height:160px;}.line-height-161px{line-height:161px;}.line-height-162px{line-height:162px;}.line-height-163px{line-height:163px;}.line-height-164px{line-height:164px;}.line-height-165px{line-height:165px;}.line-height-166px{line-height:166px;}.line-height-167px{line-height:167px;}.line-height-168px{line-height:168px;}.line-height-169px{line-height:169px;}.line-height-170px{line-height:170px;}.line-height-171px{line-height:171px;}.line-height-172px{line-height:172px;}.line-height-173px{line-height:173px;}.line-height-174px{line-height:174px;}.line-height-175px{line-height:175px;}.line-height-176px{line-height:176px;}.line-height-177px{line-height:177px;}.line-height-178px{line-height:178px;}.line-height-179px{line-height:179px;}.line-height-180px{line-height:180px;}.line-height-181px{line-height:181px;}.line-height-182px{line-height:182px;}.line-height-183px{line-height:183px;}.line-height-184px{line-height:184px;}.line-height-185px{line-height:185px;}.line-height-186px{line-height:186px;}.line-height-187px{line-height:187px;}.line-height-188px{line-height:188px;}.line-height-189px{line-height:189px;}.line-height-190px{line-height:190px;}.line-height-191px{line-height:191px;}.line-height-192px{line-height:192px;}.line-height-193px{line-height:193px;}.line-height-194px{line-height:194px;}.line-height-195px{line-height:195px;}.line-height-196px{line-height:196px;}.line-height-197px{line-height:197px;}.line-height-198px{line-height:198px;}.line-height-199px{line-height:199px;}.line-height-200px{line-height:200px;}.line-height-0px-important{line-height:0!important;}.line-height-1px-important{line-height:1px!important;}.line-height-2px-important{line-height:2px!important;}.line-height-3px-important{line-height:3px!important;}.line-height-4px-important{line-height:4px!important;}.line-height-5px-important{line-height:5px!important;}.line-height-6px-important{line-height:6px!important;}.line-height-7px-important{line-height:7px!important;}.line-height-8px-important{line-height:8px!important;}.line-height-9px-important{line-height:9px!important;}.line-height-10px-important{line-height:10px!important;}.line-height-11px-important{line-height:11px!important;}.line-height-12px-important{line-height:12px!important;}.line-height-13px-important{line-height:13px!important;}.line-height-14px-important{line-height:14px!important;}.line-height-15px-important{line-height:15px!important;}.line-height-16px-important{line-height:16px!important;}.line-height-17px-important{line-height:17px!important;}.line-height-18px-important{line-height:18px!important;}.line-height-19px-important{line-height:19px!important;}.line-height-20px-important{line-height:20px!important;}.line-height-21px-important{line-height:21px!important;}.line-height-22px-important{line-height:22px!important;}.line-height-23px-important{line-height:23px!important;}.line-height-24px-important{line-height:24px!important;}.line-height-25px-important{line-height:25px!important;}.line-height-26px-important{line-height:26px!important;}.line-height-27px-important{line-height:27px!important;}.line-height-28px-important{line-height:28px!important;}.line-height-29px-important{line-height:29px!important;}.line-height-30px-important{line-height:30px!important;}.line-height-31px-important{line-height:31px!important;}.line-height-32px-important{line-height:32px!important;}.line-height-33px-important{line-height:33px!important;}.line-height-34px-important{line-height:34px!important;}.line-height-35px-important{line-height:35px!important;}.line-height-36px-important{line-height:36px!important;}.line-height-37px-important{line-height:37px!important;}.line-height-38px-important{line-height:38px!important;}.line-height-39px-important{line-height:39px!important;}.line-height-40px-important{line-height:40px!important;}.line-height-41px-important{line-height:41px!important;}.line-height-42px-important{line-height:42px!important;}.line-height-43px-important{line-height:43px!important;}.line-height-44px-important{line-height:44px!important;}.line-height-45px-important{line-height:45px!important;}.line-height-46px-important{line-height:46px!important;}.line-height-47px-important{line-height:47px!important;}.line-height-48px-important{line-height:48px!important;}.line-height-49px-important{line-height:49px!important;}.line-height-50px-important{line-height:50px!important;}.line-height-51px-important{line-height:51px!important;}.line-height-52px-important{line-height:52px!important;}.line-height-53px-important{line-height:53px!important;}.line-height-54px-important{line-height:54px!important;}.line-height-55px-important{line-height:55px!important;}.line-height-56px-important{line-height:56px!important;}.line-height-57px-important{line-height:57px!important;}.line-height-58px-important{line-height:58px!important;}.line-height-59px-important{line-height:59px!important;}.line-height-60px-important{line-height:60px!important;}.line-height-61px-important{line-height:61px!important;}.line-height-62px-important{line-height:62px!important;}.line-height-63px-important{line-height:63px!important;}.line-height-64px-important{line-height:64px!important;}.line-height-65px-important{line-height:65px!important;}.line-height-66px-important{line-height:66px!important;}.line-height-67px-important{line-height:67px!important;}.line-height-68px-important{line-height:68px!important;}.line-height-69px-important{line-height:69px!important;}.line-height-70px-important{line-height:70px!important;}.line-height-71px-important{line-height:71px!important;}.line-height-72px-important{line-height:72px!important;}.line-height-73px-important{line-height:73px!important;}.line-height-74px-important{line-height:74px!important;}.line-height-75px-important{line-height:75px!important;}.line-height-76px-important{line-height:76px!important;}.line-height-77px-important{line-height:77px!important;}.line-height-78px-important{line-height:78px!important;}.line-height-79px-important{line-height:79px!important;}.line-height-80px-important{line-height:80px!important;}.line-height-81px-important{line-height:81px!important;}.line-height-82px-important{line-height:82px!important;}.line-height-83px-important{line-height:83px!important;}.line-height-84px-important{line-height:84px!important;}.line-height-85px-important{line-height:85px!important;}.line-height-86px-important{line-height:86px!important;}.line-height-87px-important{line-height:87px!important;}.line-height-88px-important{line-height:88px!important;}.line-height-89px-important{line-height:89px!important;}.line-height-90px-important{line-height:90px!important;}.line-height-91px-important{line-height:91px!important;}.line-height-92px-important{line-height:92px!important;}.line-height-93px-important{line-height:93px!important;}.line-height-94px-important{line-height:94px!important;}.line-height-95px-important{line-height:95px!important;}.line-height-96px-important{line-height:96px!important;}.line-height-97px-important{line-height:97px!important;}.line-height-98px-important{line-height:98px!important;}.line-height-99px-important{line-height:99px!important;}.line-height-100px-important{line-height:100px!important;}.line-height-101px-important{line-height:101px!important;}.line-height-102px-important{line-height:102px!important;}.line-height-103px-important{line-height:103px!important;}.line-height-104px-important{line-height:104px!important;}.line-height-105px-important{line-height:105px!important;}.line-height-106px-important{line-height:106px!important;}.line-height-107px-important{line-height:107px!important;}.line-height-108px-important{line-height:108px!important;}.line-height-109px-important{line-height:109px!important;}.line-height-110px-important{line-height:110px!important;}.line-height-111px-important{line-height:111px!important;}.line-height-112px-important{line-height:112px!important;}.line-height-113px-important{line-height:113px!important;}.line-height-114px-important{line-height:114px!important;}.line-height-115px-important{line-height:115px!important;}.line-height-116px-important{line-height:116px!important;}.line-height-117px-important{line-height:117px!important;}.line-height-118px-important{line-height:118px!important;}.line-height-119px-important{line-height:119px!important;}.line-height-120px-important{line-height:120px!important;}.line-height-121px-important{line-height:121px!important;}.line-height-122px-important{line-height:122px!important;}.line-height-123px-important{line-height:123px!important;}.line-height-124px-important{line-height:124px!important;}.line-height-125px-important{line-height:125px!important;}.line-height-126px-important{line-height:126px!important;}.line-height-127px-important{line-height:127px!important;}.line-height-128px-important{line-height:128px!important;}.line-height-129px-important{line-height:129px!important;}.line-height-130px-important{line-height:130px!important;}.line-height-131px-important{line-height:131px!important;}.line-height-132px-important{line-height:132px!important;}.line-height-133px-important{line-height:133px!important;}.line-height-134px-important{line-height:134px!important;}.line-height-135px-important{line-height:135px!important;}.line-height-136px-important{line-height:136px!important;}.line-height-137px-important{line-height:137px!important;}.line-height-138px-important{line-height:138px!important;}.line-height-139px-important{line-height:139px!important;}.line-height-140px-important{line-height:140px!important;}.line-height-141px-important{line-height:141px!important;}.line-height-142px-important{line-height:142px!important;}.line-height-143px-important{line-height:143px!important;}.line-height-144px-important{line-height:144px!important;}.line-height-145px-important{line-height:145px!important;}.line-height-146px-important{line-height:146px!important;}.line-height-147px-important{line-height:147px!important;}.line-height-148px-important{line-height:148px!important;}.line-height-149px-important{line-height:149px!important;}.line-height-150px-important{line-height:150px!important;}.line-height-151px-important{line-height:151px!important;}.line-height-152px-important{line-height:152px!important;}.line-height-153px-important{line-height:153px!important;}.line-height-154px-important{line-height:154px!important;}.line-height-155px-important{line-height:155px!important;}.line-height-156px-important{line-height:156px!important;}.line-height-157px-important{line-height:157px!important;}.line-height-158px-important{line-height:158px!important;}.line-height-159px-important{line-height:159px!important;}.line-height-160px-important{line-height:160px!important;}.line-height-161px-important{line-height:161px!important;}.line-height-162px-important{line-height:162px!important;}.line-height-163px-important{line-height:163px!important;}.line-height-164px-important{line-height:164px!important;}.line-height-165px-important{line-height:165px!important;}.line-height-166px-important{line-height:166px!important;}.line-height-167px-important{line-height:167px!important;}.line-height-168px-important{line-height:168px!important;}.line-height-169px-important{line-height:169px!important;}.line-height-170px-important{line-height:170px!important;}.line-height-171px-important{line-height:171px!important;}.line-height-172px-important{line-height:172px!important;}.line-height-173px-important{line-height:173px!important;}.line-height-174px-important{line-height:174px!important;}.line-height-175px-important{line-height:175px!important;}.line-height-176px-important{line-height:176px!important;}.line-height-177px-important{line-height:177px!important;}.line-height-178px-important{line-height:178px!important;}.line-height-179px-important{line-height:179px!important;}.line-height-180px-important{line-height:180px!important;}.line-height-181px-important{line-height:181px!important;}.line-height-182px-important{line-height:182px!important;}.line-height-183px-important{line-height:183px!important;}.line-height-184px-important{line-height:184px!important;}.line-height-185px-important{line-height:185px!important;}.line-height-186px-important{line-height:186px!important;}.line-height-187px-important{line-height:187px!important;}.line-height-188px-important{line-height:188px!important;}.line-height-189px-important{line-height:189px!important;}.line-height-190px-important{line-height:190px!important;}.line-height-191px-important{line-height:191px!important;}.line-height-192px-important{line-height:192px!important;}.line-height-193px-important{line-height:193px!important;}.line-height-194px-important{line-height:194px!important;}.line-height-195px-important{line-height:195px!important;}.line-height-196px-important{line-height:196px!important;}.line-height-197px-important{line-height:197px!important;}.line-height-198px-important{line-height:198px!important;}.line-height-199px-important{line-height:199px!important;}.line-height-200px-important{line-height:200px!important;}.lh-0px{line-height:0;}.lh-1px{line-height:1px;}.lh-2px{line-height:2px;}.lh-3px{line-height:3px;}.lh-4px{line-height:4px;}.lh-5px{line-height:5px;}.lh-6px{line-height:6px;}.lh-7px{line-height:7px;}.lh-8px{line-height:8px;}.lh-9px{line-height:9px;}.lh-10px{line-height:10px;}.lh-15px{line-height:15px;}.lh-20px{line-height:20px;}.lh-25px{line-height:25px;}.lh-30px{line-height:30px;}.lh-35px{line-height:35px;}.lh-40px{line-height:40px;}.lh-45px{line-height:45px;}.lh-50px{line-height:50px;}.lh-55px{line-height:55px;}.lh-60px{line-height:60px;}.lh-65px{line-height:65px;}.lh-70px{line-height:70px;}.lh-75px{line-height:75px;}.lh-80px{line-height:80px;}.lh-85px{line-height:85px;}.lh-90px{line-height:90px;}.lh-95px{line-height:95px;}.lh-100px{line-height:100px;}.lh-110px{line-height:110px;}.lh-120px{line-height:120px;}.lh-130px{line-height:130px;}.lh-140px{line-height:140px;}.lh-150px{line-height:150px;}.lh-160px{line-height:160px;}.lh-170px{line-height:170px;}.lh-180px{line-height:180px;}.lh-190px{line-height:190px;}.lh-200px{line-height:200px;}.lh-0px-important{line-height:0!important;}.lh-1px-important{line-height:1px!important;}.lh-2px-important{line-height:2px!important;}.lh-3px-important{line-height:3px!important;}.lh-4px-important{line-height:4px!important;}.lh-5px-important{line-height:5px!important;}.lh-6px-important{line-height:6px!important;}.lh-7px-important{line-height:7px!important;}.lh-8px-important{line-height:8px!important;}.lh-9px-important{line-height:9px!important;}.lh-10px-important{line-height:10px!important;}.lh-15px-important{line-height:15px!important;}.lh-20px-important{line-height:20px!important;}.lh-25px-important{line-height:25px!important;}.lh-30px-important{line-height:30px!important;}.lh-35px-important{line-height:35px!important;}.lh-40px-important{line-height:40px!important;}.lh-45px-important{line-height:45px!important;}.lh-50px-important{line-height:50px!important;}.lh-55px-important{line-height:55px!important;}.lh-60px-important{line-height:60px!important;}.lh-65px-important{line-height:65px!important;}.lh-70px-important{line-height:70px!important;}.lh-75px-important{line-height:75px!important;}.lh-80px-important{line-height:80px!important;}.lh-85px-important{line-height:85px!important;}.lh-90px-important{line-height:90px!important;}.lh-95px-important{line-height:95px!important;}.lh-100px-important{line-height:100px!important;}.lh-110px-important{line-height:110px!important;}.lh-120px-important{line-height:120px!important;}.lh-130px-important{line-height:130px!important;}.lh-140px-important{line-height:140px!important;}.lh-150px-important{line-height:150px!important;}.lh-160px-important{line-height:160px!important;}.lh-170px-important{line-height:170px!important;}.lh-180px-important{line-height:180px!important;}.lh-190px-important{line-height:190px!important;}.lh-200px-important{line-height:200px!important;}.text-color-orange{color:#fd7e14;}.text-color-orange-dark{color:#d26102;}.text-color-orange-light{color:#fe9f51;}.bg-color-orange{background-color:#fd7e14;}.bg-color-orange-dark{background-color:#d26102;}.bg-color-orange-light{background-color:#fe9f51;}.vertical-align-middle{vertical-align:middle!important;}.vertical-align-bottom{vertical-align:bottom!important;}.no-float{float:none;}.clear-float{float:none;clear:both;}.top-75px{top:-75px;}.scale1_5-1{transform:scale(1.5,1);}.border-radius-25px{border-radius:25px;}.border-solid-info-thin{border:solid thin #17a2b8;}.no-border{border:0!important;}.force-transparant{background:transparent!important;background-color:transparent!important;}.transform-rotate-45{transform:rotate(45deg);}.width-fit-content{width:fit-content;}.empty-background{background:none!important;}.no-border-radius{border-radius:0!important;}.no-transition{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;transition:none!important;}.no-transition-children *{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;transition:none!important;}.deleted-strickthrough{color:#dc3545!important;text-decoration:line-through;}.underline{text-decoration:underline;}.inline-children-1-1-1>div{display:inline-block;width:100%/3;}.inline-children-30-40-30>div{display:inline-block;vertical-align:middle;}.inline-children-30-40-30>div:nth-child(1){width:30%;}.inline-children-30-40-30>div:nth-child(2){width:40%;}.inline-children-30-40-30>div:nth-child(3){width:30%;}.inline-children-70-30>div{display:inline-block;vertical-align:middle;}.inline-children-70-30>div:nth-child(1){width:70%;}.inline-children-70-30>div:nth-child(2){width:30%;}.inline-children-50-50>div{display:inline-block;vertical-align:middle;}.inline-children-50-50>div:nth-child(1){width:50%;}.inline-children-50-50>div:nth-child(2){width:50%;}.clear-child-section-padding section{padding:0;}.no-transition{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;transition:none!important;}.no-transition-children *{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;transition:none!important;}.display-4{font-size:2rem;}.display-5{font-size:1.5rem;}.fixed-bg{background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;width:100%;height:100%;}html{display:block;width:100%;height:100%;}body{background:none;padding:0;display:block;width:100%;height:100%;}.no-margin{margin:0!important;}.no-padding{padding:0!important;}.form-modal{opacity:1!important;}.form-modal .modal-dialog{opacity:1!important;margin:auto;padding:0;max-width:1080px!important;}.form-modal .modal-dialog .modal-content{width:100%;height:100%;display:block;margin:0 auto;padding:0;opacity:1!important;}.form-modal .modal-dialog .modal-content>.card{width:100%;min-height:100%;}.form-modal.full-modal .modal-dialog{max-width:100%!important;}form-input-tags .tags-input-wrapper{height:auto!important;min-height:44px;padding:0!important;flex:1;display:flex;align-items:stretch;width:100%;}form-input-tags tags-input{border:0!important;box-shadow:none!important;padding:0!important;min-height:unset!important;}form-input-tags tags-input .host{margin:0!important;height:auto!important;}form-input-tags tags-input .host div.tags{border:0!important;box-shadow:none!important;background:transparent!important;padding:4px 8px!important;min-height:44px;height:auto!important;display:flex!important;align-items:center;flex-wrap:wrap;}form-input-tags input.input{border:0!important;box-shadow:none!important;background:transparent!important;width:auto!important;min-width:80px;height:auto!important;padding:2px 4px!important;color:inherit;}footer-box{position:fixed;bottom:0;left:0;right:0;margin:0!important;background:#343a40;z-index:1;}nav-menu{display:block;width:100%;background:#fff;}nav-menu li>.dropdown-menu{background:#fff;}nav-menu li:not(.navbar-brand),nav-menu a:not(.navbar-brand),nav-menu .dropdown-item{color:#343a40;}nav-menu a:not(.navbar-brand):active,nav-menu .dropdown-item:active{color:#343a40;}nav-menu a:not(.navbar-brand):focus,nav-menu .dropdown-item:focus{color:#343a40;}nav-menu a:not(.navbar-brand):visited,nav-menu .dropdown-item:visited{color:#343a40;}nav-menu a:not(.navbar-brand):hover,nav-menu .dropdown-item:hover{color:#343a40;background:#30ccfd;}nav-menu .navbar-toggler{color:#343a40;}.list-tree-form{list-style:none;text-align:left;display:block;padding:.75rem 0 .75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125);}.list-tree-form .list-tree-title{background:rgba(0,0,0,.03);padding:.75rem 0 .75rem 1.25rem;margin:0;}.list-tree-form .list-tree-body{display:block;padding:.75rem 0 .75rem 1.25rem;background-color:#fff;}.list-tree-form ul{list-style:none;}form-input.remove-label label{display:none!important;}.navbar-brand>img{max-width:100px;}.form-input .input-group{background:transparent;}contact-us,swipable-box,contact-address,nav-menu,cms-nav-menu,footer-box,gallery-slider,product-item,up-down-counter,order-item,form-input,form-input-phonenumber,form-input-image,form-input-numbers,form-input-select,purchasing-assignment-item,custom-nav,bootstrap-carousel,section-s1,section-s2,section-s3,section-s4,section-s5,section-s6,section-s7,section-s8,section-s9,section-s10,section-s11,section-s12,section-s13,section-s14,section-s15,section-s16,section-s17,section-s18,section-s19,section-s20,drag-n-drop,country-city,ng-table-extended,box-info,tags-input,form-input-textarea,form-input-button,form-input-multiselect,form-input-tags,form-input-googlemapembed,form-input-hoursbetween,form-input-hour,form-input-datesbetween,form-input-date,form-input-openinghours,form-input-datetime,form-input-toggle,ui-calendar-extended{display:block;width:100%;}multiple-file-upload{display:block;width:100%;}multiple-file-upload.remove-label label{display:none!important;}.hide-clear-date-button .uib-clear{display:none!important;}.intl-tel-input{width:100%;}form-input-phonenumber div.iti{width:97%!important;top:20px!important;}form-input-phonenumber .iti__dropdown-content{z-index:4!important;}button.x-remove-button{position:absolute;right:0;top:0;padding:1px 7px;}.autoheight-select .ui-select-bootstrap>.ui-select-match>.btn{height:auto;}.autoheight-select .ui-select-bootstrap.ui-select-container{height:auto;}.ui-select-match-item{border:2px solid rgba(0,0,0,.2);}.ui-select-choices{display:block;}.ui-select-bootstrap.open{z-index:2051;}.ui-select-choices{min-height:30px;}input.ui-select-search{border:2px solid rgba(0,0,0,.1)!important;max-width:100%;}multiple-file-upload .file-upload-container .dragover,form-input-image .file-upload-container .dragover,file-upload .file-upload-container .dragover{border:5px dashed #343a40!important;}multiple-file-upload .file-upload-container .file-upload-container-input,form-input-image .file-upload-container .file-upload-container-input,file-upload .file-upload-container .file-upload-container-input{display:inline-block;position:absolute;left:0;top:0;bottom:0;z-index:23;width:70%;}multiple-file-upload .file-upload-container .file-upload-container-input.full-width,form-input-image .file-upload-container .file-upload-container-input.full-width,file-upload .file-upload-container .file-upload-container-input.full-width{width:100%!important;}multiple-file-upload .file-upload-container .file-upload-container-input input,form-input-image .file-upload-container .file-upload-container-input input,file-upload .file-upload-container .file-upload-container-input input{height:100%!important;background:#fb00006b!important;border:0!important;width:100%!important;margin:auto!important;color:#000!important;position:absolute;top:0;left:0;right:0;bottom:0;opacity:0!important;}multiple-file-upload .file-upload-container .file-upload-container-input button,form-input-image .file-upload-container .file-upload-container-input button,file-upload .file-upload-container .file-upload-container-input button{height:100%!important;background:#fff!important;border:1px solid rgba(0,0,0,.2);width:100%!important;margin:auto!important;padding:6px 10px!important;color:#000!important;border-bottom-right-radius:0;border-top-right-radius:0;}multiple-file-upload .file-upload-container .file-upload-container-button,form-input-image .file-upload-container .file-upload-container-button,file-upload .file-upload-container .file-upload-container-button{display:inline-block;position:absolute;bottom:0;top:0;right:0;width:30%;height:100%;}multiple-file-upload .file-upload-container .file-upload-container-button button,form-input-image .file-upload-container .file-upload-container-button button,file-upload .file-upload-container .file-upload-container-button button{width:100%;height:100%;text-align:center;border-bottom-left-radius:0!important;border-top-left-radius:0!important;}toggle>div.toggle.btn{width:100%!important;}.btn.disabled{opacity:.3;}ng-table-extended table thead tr th div span{white-space:nowrap!important;}span.btn.toggle-handle.btn-default{background-color:#fff;}ng-table-extended .table{margin:0;}ng-table-extended [ng-table-pagination="params"]{padding:10px 0;}ng-table-extended .ng-table-pager{height:37px;}ng-table-extended .ng-table-pager .pagination{margin:0;padding:0;display:block;}@media(min-width:576px){.product-display-modal .modal-dialog.modal-lg{margin:0!important;padding:1em;}}@media(min-width:768px){.product-display-modal .modal-dialog.modal-lg{margin:0!important;padding:2em;}}@media(min-width:992px){.product-display-modal .modal-dialog.modal-lg{margin:0!important;padding:4em;}}@media(min-width:1200px){.product-display-modal .modal-dialog.modal-lg{margin:0!important;padding:4em;}}@media(max-width:575.98px){.product-display-modal .modal-dialog.modal-lg{margin:0!important;padding:1em;}}@media(max-width:767.98px){.product-display-modal .modal-dialog.modal-lg{margin:0!important;padding:1em;}}@media(max-width:991.98px){.product-display-modal .modal-dialog.modal-lg{margin:0!important;padding:2em;}}@media(max-width:1199.98px){.product-display-modal .modal-dialog.modal-lg{margin:0!important;padding:4em;}}@media(max-width:575.98px){.product-display-modal .modal-dialog.modal-lg{margin:0!important;padding:1em;}}@media(min-width:576px) and (max-width:767.98px){.product-display-modal .modal-dialog.modal-lg{margin:0!important;padding:1em;}}@media(min-width:768px) and (max-width:991.98px){.product-display-modal .modal-dialog.modal-lg{margin:0!important;padding:2em;}}@media(min-width:992px) and (max-width:1199.98px){.product-display-modal .modal-dialog.modal-lg{margin:0!important;padding:4em;}}@media(min-width:1200px){.product-display-modal .modal-dialog.modal-lg{margin:0!important;padding:4em;}}html{max-width:1400px;margin:auto!important;}.modal-dialog.modal-lg .modal-content>.tax-form-container{max-width:100%!important;margin:auto;background:#fff;}.modal-dialog.modal-lg .modal-content>.tax-form-container>div{max-width:1400px!important;margin:auto;}section>div.row{width:100%;margin:auto;}section>div.row>div[class*=' col-']{padding:0!important;}toggle>div.toggle.btn{width:100%!important;}form-input-select>div.form-input>div.input-group>div.ui-select-container>div.ui-select-match>span.ui-select-toggle{overflow:hidden;padding:3px 8px;}form-input-select>div.form-input>div.input-group>div.ui-select-container>ul.ui-select-choices{width:initial!important;}form-input-select>div.form-input>div.input-group>div.ui-select-container>ul.ui-select-no-choice{width:initial!important;}.three-devider-group .three-devider-block{width:calc((100%/3) - .1px);display:inline-block;}.form-floating>.required-label{position:absolute;right:-10px;left:initial!important;width:auto!important;color:#cd5c5c;z-index:10;}.input-switch{border-radius:.4rem;border:1px solid var(--inp-border,#dee2e6);padding:10px 13px;display:flex;align-items:center;}.input-switch .form-check-input{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280%2c 0%2c 0%2c 0.25%29'/%3e%3c/svg%3e");width:2em;background-image:var(--bs-form-switch-bg);background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out;}.input-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");}.input-switch .form-check-input:checked{background-position:right center;--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");}.select-input>div.form-control{padding:0!important;}.select-input>div.form-control>div.ui-select-match{padding-top:0!important;}.ui-select-clear-button{z-index:200;float:none;clear:both;position:absolute;right:0;top:7px;}form-input-select a.clear-button.ui-select-clear-button{position:absolute;right:6px;top:9px;}.select-input .ui-select-container{height:44px;min-height:44px;}.select-input .ui-select-match .clear-button{position:absolute;right:10px;top:30%;transform:translateY(-50%);padding:0;margin:0;background:transparent;border:0;font-size:1.25rem;line-height:1;}.select-input .ui-select-match .ui-select-displayed-value{display:inline-block;max-width:calc(100% - 30px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;}.select-input .ui-select-choices{max-height:300px;overflow-y:auto;}.select-input .form-floating>.form-control{padding:0;}.multiselect-input>div.form-control{background:transparent;padding:0!important;}.multiselect-input>div.form-control>div:first-child{padding-top:0!important;}.multiselect-input>div.form-control>div:first-child .ui-select-match-item{margin:auto!important;padding:5px 5px!important;}.multiselect-input>div.form-control>div:first-child .ui-select-match-item>.ui-select-match-close{font-size:1.2em!important;}.multiselect-input>div.form-control>div:first-child>input.ui-select-search{width:100%!important;}.input-checkbox{border-radius:.4rem;border:1px solid var(--inp-border,#dee2e6);padding:10px 13px;display:flex;align-items:center;}.page-filter-container{width:100%!important;height:100%!important;}.page-filter-container .page-filter{position:relative;width:100%!important;height:100%!important;transition:width 500ms,height 500ms,top 500ms;top:0;}.page-filter-container .hide-filter{position:relative;height:0!important;top:-1200px;}.input-group-mappreview{border-radius:25px;overflow:hidden;border:5px solid var(--bs-border-color);background:var(--bs-border-color);}.dropdown-icon-fix::after{font-size:1.5em;top:5px;position:relative;--bs-text-opacity:1;color:var(--bs-secondary-color)!important;}.zindex1000{z-index:1000;}.zindex1100{z-index:1100;}.zindex1200{z-index:1200;}.zindex1300{z-index:1300;}.zindex1400{z-index:1400;}.zindex1500{z-index:1500;}.zindex1600{z-index:1600;}.zindex1700{z-index:1700;}.zindex1800{z-index:1800;}.zindex1900{z-index:1900;}.zindex2000{z-index:2000;}.plus-minus-counter .equal-size{width:50px;height:50px;padding:5px;object-fit:cover;}form-input-switch.input-only{display:inline-block;}form-input-switch.input-only .form-check{border:0;height:initial!important;margin:0!important;}form-input-switch.input-only .form-check label{display:none!important;}form-input-switch.input-only .form-check input.form-check-input{position:initial!important;}form-input-switch.input-small{display:inline-block;}form-input-switch.input-small .form-check{height:33px!important;margin:0!important;}form-input-switch.input-small .form-check label{font-size:1em;top:-10px;padding:.5rem .75rem;background:#fff!important;}form-input-switch.input-small .form-check input.form-check-input{top:7px!important;left:13px!important;z-index:2!important;}form-input.input-only{display:inline-block;}form-input.input-only div.form-floating input.form-control{padding:5px!important;height:initial!important;line-height:initial!important;min-height:initial!important;}form-input.input-only div.form-floating label{position:initial!important;}form-input.input-small{display:inline-block;}form-input.input-small div.form-floating input.form-control{padding:5px!important;height:initial!important;line-height:initial!important;min-height:initial!important;}form-input.input-small div.form-floating label{font-size:.8em;top:-10px;padding:.5rem .75em;background:#fff!important;}.uib-tab>a{background:#fff;border-radius:8px 8px 0 0;color:#007bff!important;border:1px solid #007bff!important;}.uib-tab.active>a{background:#007bff;border-radius:8px 8px 0 0;color:#fff!important;}.text-orange{color:#d26102;}.text-orange-light{color:#fe9f51;}.bg-orange{background-color:#fe9f51;}.bg-orange-dark{background-color:#d26102;}.border-orange{border-color:#fe9f51;}.border-orange-dark{border-color:#d26102;}.pending-order-item{background:linear-gradient(135deg,#fff3e0 0%,#ffe0b3 100%)!important;border-color:#fe9f51!important;}.pending-order-item:hover{background:linear-gradient(135deg,#ffecb3 0%,#ffd54f 100%)!important;border-color:#d26102!important;}.home-page .hero-slider-section{height:600px;}.home-page .about-us-section{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);}.home-page .about-image-container::before{content:'';position:absolute;top:-20px;left:-20px;right:20px;bottom:20px;background:var(--bs-primary);border-radius:10px;z-index:-1;opacity:.1;}.home-page .stat-card{transition:transform .3s ease,box-shadow .3s ease;border:1px solid transparent;}.home-page .stat-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1);border-color:var(--bs-primary);}.home-page .mission-card,.home-page .vision-card{transition:transform .3s ease,box-shadow .3s ease;}.home-page .mission-card:hover,.home-page .vision-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.1);}.home-page .cta-section{background:linear-gradient(135deg,var(--bs-primary) 0%,#0056b3 100%);}.home-page .logo-spacing{padding-right:10px;}.home-page .app-btn{transition:all .3s ease;}.home-page .app-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.2);}.home-page .contact-link{color:#6c757d;text-decoration:none;transition:color .3s ease;}.home-page .contact-link:hover{color:var(--bs-primary);}.home-page .feature-card{transition:transform .3s ease,box-shadow .3s ease;border:0;}.home-page .feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(0,0,0,.1);}@media(max-width:768px){.home-page .hero-slider-section{height:400px;}}.login-page .logo-spacing{padding-right:10px;}.login-page .login-card{backdrop-filter:blur(10px);background:rgba(255,255,255,.95);}.login-page .microsoft-login-btn{border:2px solid #f8f9fa;background:#fff;transition:all .3s ease;width:90%;border-radius:50rem 0 0 50rem!important;}.login-page .microsoft-login-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.1);border-color:#0078d4;background:#fff!important;background-color:#fff!important;}.login-page .microsoft-login-btn:active,.login-page .microsoft-login-btn:focus{background:#fff!important;background-color:#fff!important;border-color:#0078d4;}.login-page .dropdown-btn{border:2px solid #f8f9fa;background:#fff;transition:all .3s ease;width:10%;border-left:0;border-radius:0 50rem 50rem 0!important;display:flex;align-items:center;justify-content:center;}.login-page .dropdown-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.1);border-color:#0078d4;background:#fff!important;background-color:#fff!important;}.login-page .dropdown-btn:active,.login-page .dropdown-btn:focus{background:#fff!important;background-color:#fff!important;border-color:#0078d4;}.login-page .dropdown-icon{font-size:1.2rem;}.login-page .custom-dropdown{min-width:250px;background:rgba(255,255,255,.98);backdrop-filter:blur(10px);}.login-page .dropdown-item-hover{transition:all .2s ease;}.login-page .divider-text{color:#6c757d;font-size:.875rem;min-width:180px;}.login-page .error-alert{border:0;background:rgba(220,53,69,.1);color:#dc3545;}.login-page .custom-input{background:#f8f9fa;border:2px solid transparent!important;}.login-page .custom-input:focus{border:2px solid #667eea!important;}.login-page .password-toggle{border:0;background:transparent;z-index:10;}.login-page .eye-icon{font-size:1.1rem;}.login-page .sign-in-btn{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:0;transition:all .3s ease;}.login-page .sign-in-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.4);}.login-page .sign-in-btn:not(:hover){transform:translateY(0);box-shadow:0 2px 10px rgba(0,0,0,.1);}.login-page .forgot-password-link{color:#667eea;}.login-page .forgot-password-link:hover{color:#764ba2;}.login-page .btn-group{display:flex!important;}.login-page .btn-group .btn:focus{box-shadow:0 0 0 .25rem rgba(102,126,234,.25)!important;}.login-page .btn-group .btn:first-child:hover,.login-page .btn-group .btn:last-child:hover{border-color:#0078d4!important;}.login-page .btn-group>.btn:not(:first-child){margin-left:0;}.login-page .btn-group>.btn:first-child{border-top-right-radius:0!important;border-bottom-right-radius:0!important;}.login-page .btn-group>.btn:last-child{border-top-left-radius:0!important;border-bottom-left-radius:0!important;}.login-page .dropdown-menu .dropdown-item:hover{background-color:rgba(102,126,234,.1)!important;color:#495057!important;transform:translateX(5px);}.login-page .dropdown-menu .dropdown-item i{width:20px;text-align:center;}.btn-yellow{--bs-btn-color:#494949;--bs-btn-bg:#fcca04;--bs-btn-border-color:#fcca04;--bs-btn-hover-color:#494949;--bs-btn-hover-bg:#e4b603;--bs-btn-hover-border-color:#e4b603;--bs-btn-focus-shadow-rgb:252,202,4;--bs-btn-active-color:#494949;--bs-btn-active-bg:#cba202;--bs-btn-active-border-color:#cba202;--bs-btn-disabled-color:#494949;--bs-btn-disabled-bg:#fcca04;--bs-btn-disabled-border-color:#fcca04;font-weight:600;border-radius:8px;transition:all .2s ease-in-out;}.btn-yellow:hover{transform:translateY(-1px);}.btn-outline-yellow{--bs-btn-color:#fcca04;--bs-btn-border-color:#fcca04;--bs-btn-hover-color:#494949;--bs-btn-hover-bg:#fcca04;--bs-btn-hover-border-color:#fcca04;--bs-btn-focus-shadow-rgb:252,202,4;--bs-btn-active-color:#494949;--bs-btn-active-bg:#fcca04;--bs-btn-active-border-color:#fcca04;--bs-btn-disabled-color:#fcca04;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#fcca04;font-weight:600;border-radius:8px;transition:all .2s ease-in-out;}.btn-outline-yellow:hover{transform:translateY(-1px);}.bg-yellow{background-color:#fcca04!important;}.bg-yellow-soft{background-color:rgba(252,202,4,.15)!important;}.text-yellow{color:#fcca04!important;}.text-yellow-dark{color:#494949!important;}.border-yellow{border-color:#fcca04!important;}.badge-yellow{background-color:#fcca04;color:#494949;font-weight:600;}.alert-yellow{background-color:rgba(252,202,4,.15);border:1px solid #fcca04;color:#494949;}.link-yellow{color:#fcca04;font-weight:500;text-decoration:none;}.link-yellow:hover{color:#e4b603;text-decoration:underline;}.table-yellow{--bs-table-bg:rgba(252,202,4,.08);--bs-table-striped-bg:rgba(252,202,4,.15);--bs-table-hover-bg:rgba(252,202,4,.2);color:#494949;}.progress-bar-yellow{background-color:#fcca04;}.card-yellow{border-top:4px solid #fcca04;}.nav-tabs .nav-link.active-yellow{background-color:#fcca04;color:#494949;border-color:#fcca04 #fcca04 #fff;}.dropdown-item-yellow.active,.dropdown-item-yellow:active{background-color:#fcca04;color:#494949;}.filter .filter-cell .form-control{border-radius:0!important;}nav-menu{display:block;width:100%;background:#fff;}nav-menu li>.dropdown-menu{background:#fff;border:1px solid rgba(33,37,41,.12);box-shadow:0 4px 12px rgba(33,37,41,.08);}nav-menu li:not(.navbar-brand),nav-menu a:not(.navbar-brand),nav-menu .dropdown-item{color:#343a40;background:transparent;transition:all .2s ease-in-out;}nav-menu a:not(.navbar-brand):active,nav-menu .dropdown-item:active,nav-menu a:not(.navbar-brand):focus,nav-menu .dropdown-item:focus{color:#212529;background:#e9ecef;}nav-menu a:not(.navbar-brand):visited,nav-menu .dropdown-item:visited{color:#343a40;}nav-menu a:not(.navbar-brand):hover,nav-menu .dropdown-item:hover{color:#212529;background:#e9ecef;}nav-menu .nav-link.active,nav-menu .dropdown-item.active{background:#e9ecef;color:#212529;font-weight:600;}nav-menu .navbar-toggler{color:#343a40;border:1px solid rgba(33,37,41,.18);transition:all .2s ease-in-out;}nav-menu .navbar-toggler:hover{background:#e9ecef;}nav-menu .navbar-toggler span{background-color:#343a40;}nav-menu .navbar-brand{font-weight:700;color:#212529;}nav-menu .navbar-brand:hover{color:#495057;}.btn-gmrl{--bs-btn-color:#494949;--bs-btn-bg:#fcca04;--bs-btn-border-color:#fcca04;}.btn-gmrl-dark{--bs-btn-color:#fff;--bs-btn-bg:#494949;--bs-btn-border-color:#494949;}.btn-hyve{--bs-btn-color:#fff;--bs-btn-bg:#00a4ef;--bs-btn-border-color:#00a4ef;}.btn-hyve-dark{--bs-btn-color:#fff;--bs-btn-bg:#1e2637;--bs-btn-border-color:#1e2637;}.btn-outline-gmrl{color:#494949;border-color:#494949;background:transparent;}.btn-outline-gmrl:hover,.btn-outline-gmrl:focus,.btn-outline-gmrl:active{background:#fcca04;border-color:#fcca04;color:#494949;}.btn-outline-gmrl-dark{color:#494949;border-color:#494949;background:transparent;}.btn-outline-gmrl-dark:hover,.btn-outline-gmrl-dark:focus,.btn-outline-gmrl-dark:active{background:#494949;border-color:#494949;color:#fff;}.bg-gmrl{background-color:#fcca04!important;}.bg-gmrl-soft{background-color:rgba(252,202,4,.15)!important;}.text-gmrl{color:#fcca04!important;}.text-gmrl-dark{color:#494949!important;}.border-gmrl{border-color:#fcca04!important;}.border-gmrl-dark{border-color:#494949!important;}.badge-gmrl{background-color:#fcca04;color:#494949;}.alert-gmrl{background-color:rgba(252,202,4,.15);border-color:#fcca04;color:#494949;}.link-gmrl{color:#494949;text-decoration:none;}.link-gmrl:hover{text-decoration:underline;}.table-gmrl tbody tr:nth-of-type(odd){background-color:rgba(252,202,4,.08);}.progress-bar-gmrl{background-color:#fcca04;}.card-gmrl{border-top:4px solid #fcca04;}.nav-tabs .active-gmrl{border-bottom-color:#fcca04;color:#494949;}.dropdown-item-gmrl{background-color:#fcca04;color:#494949;}.btn-outline-hyve{color:#00a4ef;border-color:#00a4ef;background:transparent;}.btn-outline-hyve:hover,.btn-outline-hyve:focus,.btn-outline-hyve:active{background:#00a4ef;border-color:#00a4ef;color:#fff;}.bg-hyve{background-color:#00a4ef!important;}.bg-hyve-soft{background-color:rgba(0,164,239,.15)!important;}.bg-hyve-dark{background-color:#1e2637!important;}.text-hyve{color:#00a4ef!important;}.text-hyve-dark{color:#1e2637!important;}.border-hyve{border-color:#00a4ef!important;}.badge-hyve{background-color:#00a4ef;color:#fff;}.alert-hyve{background-color:rgba(0,164,239,.15);border-color:#00a4ef;color:#00a4ef;}.link-hyve{color:#00a4ef;text-decoration:none;}.link-hyve:hover{color:#0081bc;}.table-hyve tbody tr:nth-of-type(odd){background-color:rgba(0,164,239,.08);}.progress-bar-hyve{background-color:#00a4ef;}.card-hyve{border-top:4px solid #00a4ef;}.nav-tabs .active-hyve{border-bottom-color:#00a4ef;color:#00a4ef;}.dropdown-item-hyve{background-color:#00a4ef;color:#fff;}.nav-gmrl{background:#fff;border-bottom:2px solid rgba(252,202,4,.25);}.nav-gmrl .navbar-brand,.nav-gmrl .navbar-nav .nav-link,.nav-gmrl .navbar-nav .nav-link.dropdown-toggle{color:#494949!important;background:transparent!important;}.nav-gmrl .navbar-nav .nav-link:hover,.nav-gmrl .navbar-nav .nav-link:focus,.nav-gmrl .navbar-nav .nav-link.active,.nav-gmrl .navbar-nav .show>.nav-link,.nav-gmrl .navbar-nav .nav-item.show>.nav-link{background:#fcca04!important;color:#494949!important;}.nav-gmrl .dropdown-menu{background:#fff;border:1px solid rgba(252,202,4,.25);box-shadow:0 4px 12px rgba(252,202,4,.12);}.nav-gmrl .dropdown-menu .dropdown-item{color:#494949!important;background:transparent!important;}.nav-gmrl .dropdown-menu .dropdown-item:hover,.nav-gmrl .dropdown-menu .dropdown-item:focus,.nav-gmrl .dropdown-menu .dropdown-item.active{background:#fcca04!important;color:#494949!important;}.nav-gmrl .navbar-toggler{color:#494949!important;border-color:rgba(73,73,73,.4)!important;}.nav-gmrl .navbar-toggler:hover{background:rgba(252,202,4,.2)!important;}.nav-gmrl nav-menu{background:#fff;}.nav-gmrl nav-menu a:not(.navbar-brand),.nav-gmrl nav-menu .dropdown-item{color:#494949!important;}.nav-gmrl nav-menu a:not(.navbar-brand):hover,.nav-gmrl nav-menu .dropdown-item:hover,.nav-gmrl nav-menu a:not(.navbar-brand):focus,.nav-gmrl nav-menu .dropdown-item:focus,.nav-gmrl nav-menu a:not(.navbar-brand):active,.nav-gmrl nav-menu .dropdown-item:active{background:#fcca04!important;color:#494949!important;}.nav-gmrl nav-menu .nav-link.active,.nav-gmrl nav-menu .dropdown-item.active{background:#fcca04!important;color:#494949!important;}.nav-gmrl nav-menu li:not(.navbar-brand):hover,.nav-gmrl nav-menu li:not(.navbar-brand):focus,.nav-gmrl nav-menu li:not(.navbar-brand):active{background:transparent!important;}.nav-gmrl-dark{background:#494949;}.nav-gmrl-dark .navbar-brand,.nav-gmrl-dark .navbar-nav .nav-link,.nav-gmrl-dark .navbar-nav .nav-link.dropdown-toggle{color:#fff!important;background:transparent!important;}.nav-gmrl-dark .navbar-nav .nav-link:hover,.nav-gmrl-dark .navbar-nav .nav-link:focus,.nav-gmrl-dark .navbar-nav .nav-link.active,.nav-gmrl-dark .navbar-nav .show>.nav-link,.nav-gmrl-dark .navbar-nav .nav-item.show>.nav-link{background:#fcca04!important;color:#494949!important;}.nav-gmrl-dark .dropdown-menu{background:#fff;border:1px solid rgba(252,202,4,.25);}.nav-gmrl-dark .dropdown-menu .dropdown-item{color:#494949!important;background:transparent!important;}.nav-gmrl-dark .dropdown-menu .dropdown-item:hover,.nav-gmrl-dark .dropdown-menu .dropdown-item:focus,.nav-gmrl-dark .dropdown-menu .dropdown-item.active{background:#fcca04!important;color:#494949!important;}.nav-gmrl-dark .navbar-toggler{color:#fff!important;border-color:rgba(255,255,255,.4)!important;}.nav-gmrl-dark .navbar-toggler:hover{background:#585858!important;}.nav-gmrl-dark nav-menu{background:#494949;}.nav-gmrl-dark nav-menu a:not(.navbar-brand),.nav-gmrl-dark nav-menu .dropdown-item,.nav-gmrl-dark nav-menu .navbar-brand{color:#fff!important;}.nav-gmrl-dark nav-menu a:not(.navbar-brand):hover,.nav-gmrl-dark nav-menu a:not(.navbar-brand):focus,.nav-gmrl-dark nav-menu a:not(.navbar-brand):active,.nav-gmrl-dark nav-menu .dropdown-item:hover,.nav-gmrl-dark nav-menu .dropdown-item:focus,.nav-gmrl-dark nav-menu .dropdown-item:active,.nav-gmrl-dark nav-menu .nav-link.active,.nav-gmrl-dark nav-menu .dropdown-item.active{background:#fcca04!important;color:#494949!important;}.nav-gmrl-dark nav-menu li:not(.navbar-brand):hover,.nav-gmrl-dark nav-menu li:not(.navbar-brand):focus,.nav-gmrl-dark nav-menu li:not(.navbar-brand):active{background:transparent!important;}.nav-gmrl-yellow{background:#fcca04;border-bottom:2px solid rgba(73,73,73,.25);}.nav-gmrl-yellow .navbar-brand,.nav-gmrl-yellow .navbar-nav .nav-link,.nav-gmrl-yellow .navbar-nav .nav-link.dropdown-toggle{color:#494949!important;background:transparent!important;}.nav-gmrl-yellow .navbar-nav .nav-link:hover,.nav-gmrl-yellow .navbar-nav .nav-link:focus,.nav-gmrl-yellow .navbar-nav .nav-link.active,.nav-gmrl-yellow .navbar-nav .show>.nav-link,.nav-gmrl-yellow .navbar-nav .nav-item.show>.nav-link{background:#494949!important;color:#fff!important;}.nav-gmrl-yellow .dropdown-menu{background:#fff;border:1px solid rgba(73,73,73,.2);}.nav-gmrl-yellow .dropdown-menu .dropdown-item{color:#494949!important;background:transparent!important;}.nav-gmrl-yellow .dropdown-menu .dropdown-item:hover,.nav-gmrl-yellow .dropdown-menu .dropdown-item:focus,.nav-gmrl-yellow .dropdown-menu .dropdown-item.active{background:#494949!important;color:#fff!important;}.nav-gmrl-yellow .navbar-toggler{color:#494949!important;border-color:rgba(73,73,73,.4)!important;}.nav-gmrl-yellow .navbar-toggler:hover{background:rgba(73,73,73,.1)!important;}.nav-gmrl-yellow nav-menu{background:#fcca04;}.nav-gmrl-yellow nav-menu a:not(.navbar-brand),.nav-gmrl-yellow nav-menu .dropdown-item,.nav-gmrl-yellow nav-menu .navbar-brand{color:#494949!important;}.nav-gmrl-yellow nav-menu a:not(.navbar-brand):hover,.nav-gmrl-yellow nav-menu a:not(.navbar-brand):focus,.nav-gmrl-yellow nav-menu a:not(.navbar-brand):active,.nav-gmrl-yellow nav-menu .dropdown-item:hover,.nav-gmrl-yellow nav-menu .dropdown-item:focus,.nav-gmrl-yellow nav-menu .dropdown-item:active,.nav-gmrl-yellow nav-menu .nav-link.active,.nav-gmrl-yellow nav-menu .dropdown-item.active{background:#494949!important;color:#fff!important;}.nav-gmrl-yellow nav-menu li:not(.navbar-brand):hover,.nav-gmrl-yellow nav-menu li:not(.navbar-brand):focus,.nav-gmrl-yellow nav-menu li:not(.navbar-brand):active{background:transparent!important;}.nav-hyve{background:#fff;border-bottom:2px solid rgba(0,164,239,.3);}.nav-hyve .navbar-brand,.nav-hyve .navbar-nav .nav-link,.nav-hyve .navbar-nav .nav-link.dropdown-toggle{color:#00a4ef!important;background:transparent!important;}.nav-hyve .navbar-nav .nav-link:hover,.nav-hyve .navbar-nav .nav-link:focus,.nav-hyve .navbar-nav .nav-link.active,.nav-hyve .navbar-nav .show>.nav-link,.nav-hyve .navbar-nav .nav-item.show>.nav-link{background:#00a4ef!important;color:#fff!important;}.nav-hyve .dropdown-menu{background:#fff;border:1px solid rgba(0,164,239,.25);box-shadow:0 4px 12px rgba(0,164,239,.12);}.nav-hyve .dropdown-menu .dropdown-item{color:#00a4ef!important;background:transparent!important;}.nav-hyve .dropdown-menu .dropdown-item:hover,.nav-hyve .dropdown-menu .dropdown-item:focus,.nav-hyve .dropdown-menu .dropdown-item.active{background:#00a4ef!important;color:#fff!important;}.nav-hyve .navbar-toggler{color:#00a4ef!important;border-color:rgba(0,164,239,.4)!important;}.nav-hyve .navbar-toggler:hover{background:rgba(0,164,239,.15)!important;}.nav-hyve nav-menu{background:#fff;}.nav-hyve nav-menu a:not(.navbar-brand),.nav-hyve nav-menu .dropdown-item{color:#00a4ef!important;}.nav-hyve nav-menu a:not(.navbar-brand):hover,.nav-hyve nav-menu .dropdown-item:hover,.nav-hyve nav-menu a:not(.navbar-brand):focus,.nav-hyve nav-menu .dropdown-item:focus,.nav-hyve nav-menu a:not(.navbar-brand):active,.nav-hyve nav-menu .dropdown-item:active{background:#00a4ef!important;color:#fff!important;}.nav-hyve nav-menu .nav-link.active,.nav-hyve nav-menu .dropdown-item.active{background:#00a4ef!important;color:#fff!important;}.nav-hyve nav-menu li:not(.navbar-brand):hover,.nav-hyve nav-menu li:not(.navbar-brand):focus,.nav-hyve nav-menu li:not(.navbar-brand):active{background:transparent!important;}.nav-hyve-dark{background:#1e2637;}.nav-hyve-dark .navbar-brand,.nav-hyve-dark .navbar-nav .nav-link,.nav-hyve-dark .navbar-nav .nav-link.dropdown-toggle{color:#fff!important;background:transparent!important;}.nav-hyve-dark .navbar-nav .nav-link:hover,.nav-hyve-dark .navbar-nav .nav-link:focus,.nav-hyve-dark .navbar-nav .nav-link.active,.nav-hyve-dark .navbar-nav .show>.nav-link,.nav-hyve-dark .navbar-nav .nav-item.show>.nav-link{background:#00a4ef!important;color:#fff!important;}.nav-hyve-dark .dropdown-menu{background:#fff;border:1px solid rgba(0,164,239,.25);box-shadow:0 4px 12px rgba(0,164,239,.12);}.nav-hyve-dark .dropdown-menu .dropdown-item{color:#00a4ef!important;background:transparent!important;}.nav-hyve-dark .dropdown-menu .dropdown-item:hover,.nav-hyve-dark .dropdown-menu .dropdown-item:focus,.nav-hyve-dark .dropdown-menu .dropdown-item.active{background:#00a4ef!important;color:#fff!important;}.nav-hyve-dark .navbar-toggler{color:#fff!important;border-color:rgba(255,255,255,.4)!important;}.nav-hyve-dark .navbar-toggler:hover{background:#29344b!important;}.nav-hyve-dark nav-menu{background:#1e2637;}.nav-hyve-dark nav-menu a:not(.navbar-brand),.nav-hyve-dark nav-menu .dropdown-item,.nav-hyve-dark nav-menu .navbar-brand{color:#fff!important;}.nav-hyve-dark nav-menu a:not(.navbar-brand):hover,.nav-hyve-dark nav-menu a:not(.navbar-brand):focus,.nav-hyve-dark nav-menu a:not(.navbar-brand):active,.nav-hyve-dark nav-menu .dropdown-item:hover,.nav-hyve-dark nav-menu .dropdown-item:focus,.nav-hyve-dark nav-menu .dropdown-item:active,.nav-hyve-dark nav-menu .nav-link.active,.nav-hyve-dark nav-menu .dropdown-item.active{background:#00a4ef!important;color:#fff!important;}.nav-hyve-dark nav-menu li:not(.navbar-brand):hover,.nav-hyve-dark nav-menu li:not(.navbar-brand):focus,.nav-hyve-dark nav-menu li:not(.navbar-brand):active{background:transparent!important;}.nav-hyve-blue{background:#00a4ef;border-bottom:2px solid rgba(255,255,255,.18);}.nav-hyve-blue .navbar-brand,.nav-hyve-blue .navbar-nav .nav-link,.nav-hyve-blue .navbar-nav .nav-link.dropdown-toggle{color:#fff!important;background:transparent!important;}.nav-hyve-blue .navbar-nav .nav-link:hover,.nav-hyve-blue .navbar-nav .nav-link:focus,.nav-hyve-blue .navbar-nav .nav-link.active,.nav-hyve-blue .navbar-nav .show>.nav-link,.nav-hyve-blue .navbar-nav .nav-item.show>.nav-link{background:#0088c6!important;color:#fff!important;}.nav-hyve-blue .dropdown-menu{background:#fff;border:1px solid rgba(0,164,239,.25);}.nav-hyve-blue .dropdown-menu .dropdown-item{color:#00a4ef!important;background:transparent!important;}.nav-hyve-blue .dropdown-menu .dropdown-item:hover,.nav-hyve-blue .dropdown-menu .dropdown-item:focus,.nav-hyve-blue .dropdown-menu .dropdown-item.active{background:#0088c6!important;color:#fff!important;}.nav-hyve-blue .navbar-toggler{color:#fff!important;border-color:rgba(255,255,255,.4)!important;}.nav-hyve-blue .navbar-toggler:hover{background:#0088c6!important;}.nav-hyve-blue nav-menu{background:#00a4ef;}.nav-hyve-blue nav-menu a:not(.navbar-brand),.nav-hyve-blue nav-menu .dropdown-item,.nav-hyve-blue nav-menu .navbar-brand{color:#fff!important;}.nav-hyve-blue nav-menu a:not(.navbar-brand):hover,.nav-hyve-blue nav-menu a:not(.navbar-brand):focus,.nav-hyve-blue nav-menu a:not(.navbar-brand):active,.nav-hyve-blue nav-menu .dropdown-item:hover,.nav-hyve-blue nav-menu .dropdown-item:focus,.nav-hyve-blue nav-menu .dropdown-item:active,.nav-hyve-blue nav-menu .nav-link.active,.nav-hyve-blue nav-menu .dropdown-item.active{background:#0088c6!important;color:#fff!important;}.nav-hyve-blue nav-menu li:not(.navbar-brand):hover,.nav-hyve-blue nav-menu li:not(.navbar-brand):focus,.nav-hyve-blue nav-menu li:not(.navbar-brand):active{background:transparent!important;}.uib-modal .modal-content,.modal .modal-content{background:#fff;border:1px solid #dee2e6;border-radius:.5rem;box-shadow:0 15px 40px rgba(33,37,41,.15);overflow:hidden;}.uib-modal .modal-header,.modal .modal-header{background:#f8f9fa;color:#212529;border-bottom:1px solid #dee2e6;padding:1rem 1.25rem;}.uib-modal .modal-header .modal-title,.modal .modal-header .modal-title{font-weight:600;color:#212529;}.uib-modal .modal-header .close,.modal .modal-header .close,.uib-modal .modal-header .btn-close,.modal .modal-header .btn-close{color:#495057;opacity:.8;}.uib-modal .modal-header .close:hover,.modal .modal-header .close:hover,.uib-modal .modal-header .btn-close:hover,.modal .modal-header .btn-close:hover,.uib-modal .modal-header .close:focus,.modal .modal-header .close:focus,.uib-modal .modal-header .btn-close:focus,.modal .modal-header .btn-close:focus{opacity:1;}.uib-modal .modal-body,.modal .modal-body{background:#fff;color:#343a40;padding:1.25rem;}.uib-modal .modal-body .form-control,.modal .modal-body .form-control,.uib-modal .modal-body .form-select,.modal .modal-body .form-select{border-color:#dee2e6;}.uib-modal .modal-body .form-control:focus,.modal .modal-body .form-control:focus,.uib-modal .modal-body .form-select:focus,.modal .modal-body .form-select:focus{border-color:#007bff;box-shadow:0 0 0 .2rem rgba(0,123,255,.2);}.uib-modal .modal-footer,.modal .modal-footer{background:#f8f9fa;border-top:1px solid #dee2e6;padding:.9rem 1.25rem;}.uib-modal .modal-header.text-white,.modal .modal-header.text-white{color:#212529!important;}.uib-modal .modal-header.text-white .modal-title,.modal .modal-header.text-white .modal-title{color:#212529!important;}.uib-modal .modal-header.text-white .close,.modal .modal-header.text-white .close,.uib-modal .modal-header.text-white .btn-close,.modal .modal-header.text-white .btn-close{color:#495057!important;}.uib-modal .modal-body.bg-light,.modal .modal-body.bg-light{background:#fff!important;color:#343a40!important;}.uib-modal .modal-footer.bg-white,.modal .modal-footer.bg-white{background:#f8f9fa!important;}.modal-gmrl.uib-modal .modal-content,.uib-modal .modal-gmrl .modal-content,.modal-gmrl.modal .modal-content,.modal .modal-gmrl .modal-content{border:1px solid rgba(252,202,4,.35);background:#fff;color:#212529;box-shadow:0 10px 30px rgba(252,202,4,.18);border-radius:.5rem;overflow:hidden;}.modal-gmrl.uib-modal .modal-header,.uib-modal .modal-gmrl .modal-header,.modal-gmrl.modal .modal-header,.modal .modal-gmrl .modal-header{box-shadow:inset 0 -1px 0 rgba(252,202,4,.25);background:rgba(252,202,4,.12);color:#494949;border-bottom:1px solid rgba(252,202,4,.35);}.modal-gmrl.uib-modal .modal-header .modal-title,.uib-modal .modal-gmrl .modal-header .modal-title,.modal-gmrl.modal .modal-header .modal-title,.modal .modal-gmrl .modal-header .modal-title{color:#494949;font-weight:700;}.modal-gmrl.uib-modal .modal-header .close,.uib-modal .modal-gmrl .modal-header .close,.modal-gmrl.modal .modal-header .close,.modal .modal-gmrl .modal-header .close,.modal-gmrl.uib-modal .modal-header .btn-close,.uib-modal .modal-gmrl .modal-header .btn-close,.modal-gmrl.modal .modal-header .btn-close,.modal .modal-gmrl .modal-header .btn-close{color:#494949;opacity:.85;}.modal-gmrl.uib-modal .modal-header .close:hover,.uib-modal .modal-gmrl .modal-header .close:hover,.modal-gmrl.modal .modal-header .close:hover,.modal .modal-gmrl .modal-header .close:hover,.modal-gmrl.uib-modal .modal-header .btn-close:hover,.uib-modal .modal-gmrl .modal-header .btn-close:hover,.modal-gmrl.modal .modal-header .btn-close:hover,.modal .modal-gmrl .modal-header .btn-close:hover,.modal-gmrl.uib-modal .modal-header .close:focus,.uib-modal .modal-gmrl .modal-header .close:focus,.modal-gmrl.modal .modal-header .close:focus,.modal .modal-gmrl .modal-header .close:focus,.modal-gmrl.uib-modal .modal-header .btn-close:focus,.uib-modal .modal-gmrl .modal-header .btn-close:focus,.modal-gmrl.modal .modal-header .btn-close:focus,.modal .modal-gmrl .modal-header .btn-close:focus{opacity:1;}.modal-gmrl.uib-modal .modal-body,.uib-modal .modal-gmrl .modal-body,.modal-gmrl.modal .modal-body,.modal .modal-gmrl .modal-body{background:#fff;color:#212529;}.modal-gmrl.uib-modal .modal-body .form-control,.uib-modal .modal-gmrl .modal-body .form-control,.modal-gmrl.modal .modal-body .form-control,.modal .modal-gmrl .modal-body .form-control,.modal-gmrl.uib-modal .modal-body .form-select,.uib-modal .modal-gmrl .modal-body .form-select,.modal-gmrl.modal .modal-body .form-select,.modal .modal-gmrl .modal-body .form-select{border-color:rgba(252,202,4,.35);}.modal-gmrl.uib-modal .modal-body .form-control:focus,.uib-modal .modal-gmrl .modal-body .form-control:focus,.modal-gmrl.modal .modal-body .form-control:focus,.modal .modal-gmrl .modal-body .form-control:focus,.modal-gmrl.uib-modal .modal-body .form-select:focus,.uib-modal .modal-gmrl .modal-body .form-select:focus,.modal-gmrl.modal .modal-body .form-select:focus,.modal .modal-gmrl .modal-body .form-select:focus{border-color:rgba(252,202,4,.65);box-shadow:0 0 0 .2rem rgba(252,202,4,.2);}.modal-gmrl.uib-modal .modal-footer,.uib-modal .modal-gmrl .modal-footer,.modal-gmrl.modal .modal-footer,.modal .modal-gmrl .modal-footer{background:#fff;border-top:1px solid rgba(252,202,4,.22);}.modal-gmrl.uib-modal .modal-header.text-white,.uib-modal .modal-gmrl .modal-header.text-white,.modal-gmrl.modal .modal-header.text-white,.modal .modal-gmrl .modal-header.text-white{color:#494949!important;}.modal-gmrl.uib-modal .modal-header.text-white .modal-title,.uib-modal .modal-gmrl .modal-header.text-white .modal-title,.modal-gmrl.modal .modal-header.text-white .modal-title,.modal .modal-gmrl .modal-header.text-white .modal-title{color:#494949!important;}.modal-gmrl.uib-modal .modal-header.text-white .close,.uib-modal .modal-gmrl .modal-header.text-white .close,.modal-gmrl.modal .modal-header.text-white .close,.modal .modal-gmrl .modal-header.text-white .close,.modal-gmrl.uib-modal .modal-header.text-white .btn-close,.uib-modal .modal-gmrl .modal-header.text-white .btn-close,.modal-gmrl.modal .modal-header.text-white .btn-close,.modal .modal-gmrl .modal-header.text-white .btn-close{color:#494949!important;}.modal-gmrl.uib-modal .modal-body.bg-light,.uib-modal .modal-gmrl .modal-body.bg-light,.modal-gmrl.modal .modal-body.bg-light,.modal .modal-gmrl .modal-body.bg-light{background:#fff!important;color:#212529!important;}.modal-gmrl.uib-modal .modal-footer.bg-white,.uib-modal .modal-gmrl .modal-footer.bg-white,.modal-gmrl.modal .modal-footer.bg-white,.modal .modal-gmrl .modal-footer.bg-white{background:#fff!important;}.modal-gmrl-yellow.uib-modal .modal-content,.uib-modal .modal-gmrl-yellow .modal-content,.modal-gmrl-yellow.modal .modal-content,.modal .modal-gmrl-yellow .modal-content{border:1px solid rgba(252,202,4,.45);background:#fff;color:#212529;box-shadow:0 10px 30px rgba(252,202,4,.18);border-radius:.5rem;overflow:hidden;}.modal-gmrl-yellow.uib-modal .modal-header,.uib-modal .modal-gmrl-yellow .modal-header,.modal-gmrl-yellow.modal .modal-header,.modal .modal-gmrl-yellow .modal-header{box-shadow:inset 0 -1px 0 rgba(252,202,4,.25);background:#fcca04;color:#494949;border-bottom:1px solid rgba(252,202,4,.35);}.modal-gmrl-yellow.uib-modal .modal-header .modal-title,.uib-modal .modal-gmrl-yellow .modal-header .modal-title,.modal-gmrl-yellow.modal .modal-header .modal-title,.modal .modal-gmrl-yellow .modal-header .modal-title{color:#494949;font-weight:700;}.modal-gmrl-yellow.uib-modal .modal-header .close,.uib-modal .modal-gmrl-yellow .modal-header .close,.modal-gmrl-yellow.modal .modal-header .close,.modal .modal-gmrl-yellow .modal-header .close,.modal-gmrl-yellow.uib-modal .modal-header .btn-close,.uib-modal .modal-gmrl-yellow .modal-header .btn-close,.modal-gmrl-yellow.modal .modal-header .btn-close,.modal .modal-gmrl-yellow .modal-header .btn-close{color:#494949;opacity:.85;}.modal-gmrl-yellow.uib-modal .modal-header .close:hover,.uib-modal .modal-gmrl-yellow .modal-header .close:hover,.modal-gmrl-yellow.modal .modal-header .close:hover,.modal .modal-gmrl-yellow .modal-header .close:hover,.modal-gmrl-yellow.uib-modal .modal-header .btn-close:hover,.uib-modal .modal-gmrl-yellow .modal-header .btn-close:hover,.modal-gmrl-yellow.modal .modal-header .btn-close:hover,.modal .modal-gmrl-yellow .modal-header .btn-close:hover,.modal-gmrl-yellow.uib-modal .modal-header .close:focus,.uib-modal .modal-gmrl-yellow .modal-header .close:focus,.modal-gmrl-yellow.modal .modal-header .close:focus,.modal .modal-gmrl-yellow .modal-header .close:focus,.modal-gmrl-yellow.uib-modal .modal-header .btn-close:focus,.uib-modal .modal-gmrl-yellow .modal-header .btn-close:focus,.modal-gmrl-yellow.modal .modal-header .btn-close:focus,.modal .modal-gmrl-yellow .modal-header .btn-close:focus{opacity:1;}.modal-gmrl-yellow.uib-modal .modal-body,.uib-modal .modal-gmrl-yellow .modal-body,.modal-gmrl-yellow.modal .modal-body,.modal .modal-gmrl-yellow .modal-body{background:#fff;color:#212529;}.modal-gmrl-yellow.uib-modal .modal-body .form-control,.uib-modal .modal-gmrl-yellow .modal-body .form-control,.modal-gmrl-yellow.modal .modal-body .form-control,.modal .modal-gmrl-yellow .modal-body .form-control,.modal-gmrl-yellow.uib-modal .modal-body .form-select,.uib-modal .modal-gmrl-yellow .modal-body .form-select,.modal-gmrl-yellow.modal .modal-body .form-select,.modal .modal-gmrl-yellow .modal-body .form-select{border-color:rgba(252,202,4,.35);}.modal-gmrl-yellow.uib-modal .modal-body .form-control:focus,.uib-modal .modal-gmrl-yellow .modal-body .form-control:focus,.modal-gmrl-yellow.modal .modal-body .form-control:focus,.modal .modal-gmrl-yellow .modal-body .form-control:focus,.modal-gmrl-yellow.uib-modal .modal-body .form-select:focus,.uib-modal .modal-gmrl-yellow .modal-body .form-select:focus,.modal-gmrl-yellow.modal .modal-body .form-select:focus,.modal .modal-gmrl-yellow .modal-body .form-select:focus{border-color:rgba(252,202,4,.65);box-shadow:0 0 0 .2rem rgba(252,202,4,.2);}.modal-gmrl-yellow.uib-modal .modal-footer,.uib-modal .modal-gmrl-yellow .modal-footer,.modal-gmrl-yellow.modal .modal-footer,.modal .modal-gmrl-yellow .modal-footer{background:#fff;border-top:1px solid rgba(252,202,4,.22);}.modal-gmrl-yellow.uib-modal .modal-header.text-white,.uib-modal .modal-gmrl-yellow .modal-header.text-white,.modal-gmrl-yellow.modal .modal-header.text-white,.modal .modal-gmrl-yellow .modal-header.text-white{color:#494949!important;}.modal-gmrl-yellow.uib-modal .modal-header.text-white .modal-title,.uib-modal .modal-gmrl-yellow .modal-header.text-white .modal-title,.modal-gmrl-yellow.modal .modal-header.text-white .modal-title,.modal .modal-gmrl-yellow .modal-header.text-white .modal-title{color:#494949!important;}.modal-gmrl-yellow.uib-modal .modal-header.text-white .close,.uib-modal .modal-gmrl-yellow .modal-header.text-white .close,.modal-gmrl-yellow.modal .modal-header.text-white .close,.modal .modal-gmrl-yellow .modal-header.text-white .close,.modal-gmrl-yellow.uib-modal .modal-header.text-white .btn-close,.uib-modal .modal-gmrl-yellow .modal-header.text-white .btn-close,.modal-gmrl-yellow.modal .modal-header.text-white .btn-close,.modal .modal-gmrl-yellow .modal-header.text-white .btn-close{color:#494949!important;}.modal-gmrl-yellow.uib-modal .modal-body.bg-light,.uib-modal .modal-gmrl-yellow .modal-body.bg-light,.modal-gmrl-yellow.modal .modal-body.bg-light,.modal .modal-gmrl-yellow .modal-body.bg-light{background:#fff!important;color:#212529!important;}.modal-gmrl-yellow.uib-modal .modal-footer.bg-white,.uib-modal .modal-gmrl-yellow .modal-footer.bg-white,.modal-gmrl-yellow.modal .modal-footer.bg-white,.modal .modal-gmrl-yellow .modal-footer.bg-white{background:#fff!important;}.modal-gmrl-dark.uib-modal .modal-content,.uib-modal .modal-gmrl-dark .modal-content,.modal-gmrl-dark.modal .modal-content,.modal .modal-gmrl-dark .modal-content{border:1px solid rgba(252,202,4,.35);background:#fff;color:#212529;box-shadow:0 10px 30px rgba(252,202,4,.18);border-radius:.5rem;overflow:hidden;}.modal-gmrl-dark.uib-modal .modal-header,.uib-modal .modal-gmrl-dark .modal-header,.modal-gmrl-dark.modal .modal-header,.modal .modal-gmrl-dark .modal-header{box-shadow:inset 0 -1px 0 rgba(252,202,4,.25);background:#494949;color:#fff;border-bottom:1px solid rgba(252,202,4,.35);}.modal-gmrl-dark.uib-modal .modal-header .modal-title,.uib-modal .modal-gmrl-dark .modal-header .modal-title,.modal-gmrl-dark.modal .modal-header .modal-title,.modal .modal-gmrl-dark .modal-header .modal-title{color:#fff;font-weight:700;}.modal-gmrl-dark.uib-modal .modal-header .close,.uib-modal .modal-gmrl-dark .modal-header .close,.modal-gmrl-dark.modal .modal-header .close,.modal .modal-gmrl-dark .modal-header .close,.modal-gmrl-dark.uib-modal .modal-header .btn-close,.uib-modal .modal-gmrl-dark .modal-header .btn-close,.modal-gmrl-dark.modal .modal-header .btn-close,.modal .modal-gmrl-dark .modal-header .btn-close{color:#fff;opacity:.85;}.modal-gmrl-dark.uib-modal .modal-header .close:hover,.uib-modal .modal-gmrl-dark .modal-header .close:hover,.modal-gmrl-dark.modal .modal-header .close:hover,.modal .modal-gmrl-dark .modal-header .close:hover,.modal-gmrl-dark.uib-modal .modal-header .btn-close:hover,.uib-modal .modal-gmrl-dark .modal-header .btn-close:hover,.modal-gmrl-dark.modal .modal-header .btn-close:hover,.modal .modal-gmrl-dark .modal-header .btn-close:hover,.modal-gmrl-dark.uib-modal .modal-header .close:focus,.uib-modal .modal-gmrl-dark .modal-header .close:focus,.modal-gmrl-dark.modal .modal-header .close:focus,.modal .modal-gmrl-dark .modal-header .close:focus,.modal-gmrl-dark.uib-modal .modal-header .btn-close:focus,.uib-modal .modal-gmrl-dark .modal-header .btn-close:focus,.modal-gmrl-dark.modal .modal-header .btn-close:focus,.modal .modal-gmrl-dark .modal-header .btn-close:focus{opacity:1;}.modal-gmrl-dark.uib-modal .modal-body,.uib-modal .modal-gmrl-dark .modal-body,.modal-gmrl-dark.modal .modal-body,.modal .modal-gmrl-dark .modal-body{background:#fff;color:#212529;}.modal-gmrl-dark.uib-modal .modal-body .form-control,.uib-modal .modal-gmrl-dark .modal-body .form-control,.modal-gmrl-dark.modal .modal-body .form-control,.modal .modal-gmrl-dark .modal-body .form-control,.modal-gmrl-dark.uib-modal .modal-body .form-select,.uib-modal .modal-gmrl-dark .modal-body .form-select,.modal-gmrl-dark.modal .modal-body .form-select,.modal .modal-gmrl-dark .modal-body .form-select{border-color:rgba(252,202,4,.35);}.modal-gmrl-dark.uib-modal .modal-body .form-control:focus,.uib-modal .modal-gmrl-dark .modal-body .form-control:focus,.modal-gmrl-dark.modal .modal-body .form-control:focus,.modal .modal-gmrl-dark .modal-body .form-control:focus,.modal-gmrl-dark.uib-modal .modal-body .form-select:focus,.uib-modal .modal-gmrl-dark .modal-body .form-select:focus,.modal-gmrl-dark.modal .modal-body .form-select:focus,.modal .modal-gmrl-dark .modal-body .form-select:focus{border-color:rgba(252,202,4,.65);box-shadow:0 0 0 .2rem rgba(252,202,4,.2);}.modal-gmrl-dark.uib-modal .modal-footer,.uib-modal .modal-gmrl-dark .modal-footer,.modal-gmrl-dark.modal .modal-footer,.modal .modal-gmrl-dark .modal-footer{background:#fff;border-top:1px solid rgba(252,202,4,.22);}.modal-gmrl-dark.uib-modal .modal-header.text-white,.uib-modal .modal-gmrl-dark .modal-header.text-white,.modal-gmrl-dark.modal .modal-header.text-white,.modal .modal-gmrl-dark .modal-header.text-white{color:#fff!important;}.modal-gmrl-dark.uib-modal .modal-header.text-white .modal-title,.uib-modal .modal-gmrl-dark .modal-header.text-white .modal-title,.modal-gmrl-dark.modal .modal-header.text-white .modal-title,.modal .modal-gmrl-dark .modal-header.text-white .modal-title{color:#fff!important;}.modal-gmrl-dark.uib-modal .modal-header.text-white .close,.uib-modal .modal-gmrl-dark .modal-header.text-white .close,.modal-gmrl-dark.modal .modal-header.text-white .close,.modal .modal-gmrl-dark .modal-header.text-white .close,.modal-gmrl-dark.uib-modal .modal-header.text-white .btn-close,.uib-modal .modal-gmrl-dark .modal-header.text-white .btn-close,.modal-gmrl-dark.modal .modal-header.text-white .btn-close,.modal .modal-gmrl-dark .modal-header.text-white .btn-close{color:#fff!important;}.modal-gmrl-dark.uib-modal .modal-body.bg-light,.uib-modal .modal-gmrl-dark .modal-body.bg-light,.modal-gmrl-dark.modal .modal-body.bg-light,.modal .modal-gmrl-dark .modal-body.bg-light{background:#fff!important;color:#212529!important;}.modal-gmrl-dark.uib-modal .modal-footer.bg-white,.uib-modal .modal-gmrl-dark .modal-footer.bg-white,.modal-gmrl-dark.modal .modal-footer.bg-white,.modal .modal-gmrl-dark .modal-footer.bg-white{background:#fff!important;}.modal-hyve.uib-modal .modal-content,.uib-modal .modal-hyve .modal-content,.modal-hyve.modal .modal-content,.modal .modal-hyve .modal-content{border:1px solid rgba(0,164,239,.35);background:#fff;color:#212529;box-shadow:0 10px 30px rgba(0,164,239,.18);border-radius:.5rem;overflow:hidden;}.modal-hyve.uib-modal .modal-header,.uib-modal .modal-hyve .modal-header,.modal-hyve.modal .modal-header,.modal .modal-hyve .modal-header{box-shadow:inset 0 -1px 0 rgba(0,164,239,.25);background:rgba(0,164,239,.12);color:#00a4ef;border-bottom:1px solid rgba(0,164,239,.35);}.modal-hyve.uib-modal .modal-header .modal-title,.uib-modal .modal-hyve .modal-header .modal-title,.modal-hyve.modal .modal-header .modal-title,.modal .modal-hyve .modal-header .modal-title{color:#00a4ef;font-weight:700;}.modal-hyve.uib-modal .modal-header .close,.uib-modal .modal-hyve .modal-header .close,.modal-hyve.modal .modal-header .close,.modal .modal-hyve .modal-header .close,.modal-hyve.uib-modal .modal-header .btn-close,.uib-modal .modal-hyve .modal-header .btn-close,.modal-hyve.modal .modal-header .btn-close,.modal .modal-hyve .modal-header .btn-close{color:#00a4ef;opacity:.85;}.modal-hyve.uib-modal .modal-header .close:hover,.uib-modal .modal-hyve .modal-header .close:hover,.modal-hyve.modal .modal-header .close:hover,.modal .modal-hyve .modal-header .close:hover,.modal-hyve.uib-modal .modal-header .btn-close:hover,.uib-modal .modal-hyve .modal-header .btn-close:hover,.modal-hyve.modal .modal-header .btn-close:hover,.modal .modal-hyve .modal-header .btn-close:hover,.modal-hyve.uib-modal .modal-header .close:focus,.uib-modal .modal-hyve .modal-header .close:focus,.modal-hyve.modal .modal-header .close:focus,.modal .modal-hyve .modal-header .close:focus,.modal-hyve.uib-modal .modal-header .btn-close:focus,.uib-modal .modal-hyve .modal-header .btn-close:focus,.modal-hyve.modal .modal-header .btn-close:focus,.modal .modal-hyve .modal-header .btn-close:focus{opacity:1;}.modal-hyve.uib-modal .modal-body,.uib-modal .modal-hyve .modal-body,.modal-hyve.modal .modal-body,.modal .modal-hyve .modal-body{background:#fff;color:#212529;}.modal-hyve.uib-modal .modal-body .form-control,.uib-modal .modal-hyve .modal-body .form-control,.modal-hyve.modal .modal-body .form-control,.modal .modal-hyve .modal-body .form-control,.modal-hyve.uib-modal .modal-body .form-select,.uib-modal .modal-hyve .modal-body .form-select,.modal-hyve.modal .modal-body .form-select,.modal .modal-hyve .modal-body .form-select{border-color:rgba(0,164,239,.35);}.modal-hyve.uib-modal .modal-body .form-control:focus,.uib-modal .modal-hyve .modal-body .form-control:focus,.modal-hyve.modal .modal-body .form-control:focus,.modal .modal-hyve .modal-body .form-control:focus,.modal-hyve.uib-modal .modal-body .form-select:focus,.uib-modal .modal-hyve .modal-body .form-select:focus,.modal-hyve.modal .modal-body .form-select:focus,.modal .modal-hyve .modal-body .form-select:focus{border-color:rgba(0,164,239,.65);box-shadow:0 0 0 .2rem rgba(0,164,239,.2);}.modal-hyve.uib-modal .modal-footer,.uib-modal .modal-hyve .modal-footer,.modal-hyve.modal .modal-footer,.modal .modal-hyve .modal-footer{background:#fff;border-top:1px solid rgba(0,164,239,.22);}.modal-hyve.uib-modal .modal-header.text-white,.uib-modal .modal-hyve .modal-header.text-white,.modal-hyve.modal .modal-header.text-white,.modal .modal-hyve .modal-header.text-white{color:#00a4ef!important;}.modal-hyve.uib-modal .modal-header.text-white .modal-title,.uib-modal .modal-hyve .modal-header.text-white .modal-title,.modal-hyve.modal .modal-header.text-white .modal-title,.modal .modal-hyve .modal-header.text-white .modal-title{color:#00a4ef!important;}.modal-hyve.uib-modal .modal-header.text-white .close,.uib-modal .modal-hyve .modal-header.text-white .close,.modal-hyve.modal .modal-header.text-white .close,.modal .modal-hyve .modal-header.text-white .close,.modal-hyve.uib-modal .modal-header.text-white .btn-close,.uib-modal .modal-hyve .modal-header.text-white .btn-close,.modal-hyve.modal .modal-header.text-white .btn-close,.modal .modal-hyve .modal-header.text-white .btn-close{color:#00a4ef!important;}.modal-hyve.uib-modal .modal-body.bg-light,.uib-modal .modal-hyve .modal-body.bg-light,.modal-hyve.modal .modal-body.bg-light,.modal .modal-hyve .modal-body.bg-light{background:#fff!important;color:#212529!important;}.modal-hyve.uib-modal .modal-footer.bg-white,.uib-modal .modal-hyve .modal-footer.bg-white,.modal-hyve.modal .modal-footer.bg-white,.modal .modal-hyve .modal-footer.bg-white{background:#fff!important;}.modal-hyve-blue.uib-modal .modal-content,.uib-modal .modal-hyve-blue .modal-content,.modal-hyve-blue.modal .modal-content,.modal .modal-hyve-blue .modal-content{border:1px solid rgba(0,164,239,.45);background:#fff;color:#212529;box-shadow:0 10px 30px rgba(0,164,239,.18);border-radius:.5rem;overflow:hidden;}.modal-hyve-blue.uib-modal .modal-header,.uib-modal .modal-hyve-blue .modal-header,.modal-hyve-blue.modal .modal-header,.modal .modal-hyve-blue .modal-header{box-shadow:inset 0 -1px 0 rgba(0,164,239,.25);background:#00a4ef;color:#fff;border-bottom:1px solid rgba(0,164,239,.35);}.modal-hyve-blue.uib-modal .modal-header .modal-title,.uib-modal .modal-hyve-blue .modal-header .modal-title,.modal-hyve-blue.modal .modal-header .modal-title,.modal .modal-hyve-blue .modal-header .modal-title{color:#fff;font-weight:700;}.modal-hyve-blue.uib-modal .modal-header .close,.uib-modal .modal-hyve-blue .modal-header .close,.modal-hyve-blue.modal .modal-header .close,.modal .modal-hyve-blue .modal-header .close,.modal-hyve-blue.uib-modal .modal-header .btn-close,.uib-modal .modal-hyve-blue .modal-header .btn-close,.modal-hyve-blue.modal .modal-header .btn-close,.modal .modal-hyve-blue .modal-header .btn-close{color:#fff;opacity:.85;}.modal-hyve-blue.uib-modal .modal-header .close:hover,.uib-modal .modal-hyve-blue .modal-header .close:hover,.modal-hyve-blue.modal .modal-header .close:hover,.modal .modal-hyve-blue .modal-header .close:hover,.modal-hyve-blue.uib-modal .modal-header .btn-close:hover,.uib-modal .modal-hyve-blue .modal-header .btn-close:hover,.modal-hyve-blue.modal .modal-header .btn-close:hover,.modal .modal-hyve-blue .modal-header .btn-close:hover,.modal-hyve-blue.uib-modal .modal-header .close:focus,.uib-modal .modal-hyve-blue .modal-header .close:focus,.modal-hyve-blue.modal .modal-header .close:focus,.modal .modal-hyve-blue .modal-header .close:focus,.modal-hyve-blue.uib-modal .modal-header .btn-close:focus,.uib-modal .modal-hyve-blue .modal-header .btn-close:focus,.modal-hyve-blue.modal .modal-header .btn-close:focus,.modal .modal-hyve-blue .modal-header .btn-close:focus{opacity:1;}.modal-hyve-blue.uib-modal .modal-body,.uib-modal .modal-hyve-blue .modal-body,.modal-hyve-blue.modal .modal-body,.modal .modal-hyve-blue .modal-body{background:#fff;color:#212529;}.modal-hyve-blue.uib-modal .modal-body .form-control,.uib-modal .modal-hyve-blue .modal-body .form-control,.modal-hyve-blue.modal .modal-body .form-control,.modal .modal-hyve-blue .modal-body .form-control,.modal-hyve-blue.uib-modal .modal-body .form-select,.uib-modal .modal-hyve-blue .modal-body .form-select,.modal-hyve-blue.modal .modal-body .form-select,.modal .modal-hyve-blue .modal-body .form-select{border-color:rgba(0,164,239,.35);}.modal-hyve-blue.uib-modal .modal-body .form-control:focus,.uib-modal .modal-hyve-blue .modal-body .form-control:focus,.modal-hyve-blue.modal .modal-body .form-control:focus,.modal .modal-hyve-blue .modal-body .form-control:focus,.modal-hyve-blue.uib-modal .modal-body .form-select:focus,.uib-modal .modal-hyve-blue .modal-body .form-select:focus,.modal-hyve-blue.modal .modal-body .form-select:focus,.modal .modal-hyve-blue .modal-body .form-select:focus{border-color:rgba(0,164,239,.65);box-shadow:0 0 0 .2rem rgba(0,164,239,.2);}.modal-hyve-blue.uib-modal .modal-footer,.uib-modal .modal-hyve-blue .modal-footer,.modal-hyve-blue.modal .modal-footer,.modal .modal-hyve-blue .modal-footer{background:#fff;border-top:1px solid rgba(0,164,239,.22);}.modal-hyve-blue.uib-modal .modal-header.text-white,.uib-modal .modal-hyve-blue .modal-header.text-white,.modal-hyve-blue.modal .modal-header.text-white,.modal .modal-hyve-blue .modal-header.text-white{color:#fff!important;}.modal-hyve-blue.uib-modal .modal-header.text-white .modal-title,.uib-modal .modal-hyve-blue .modal-header.text-white .modal-title,.modal-hyve-blue.modal .modal-header.text-white .modal-title,.modal .modal-hyve-blue .modal-header.text-white .modal-title{color:#fff!important;}.modal-hyve-blue.uib-modal .modal-header.text-white .close,.uib-modal .modal-hyve-blue .modal-header.text-white .close,.modal-hyve-blue.modal .modal-header.text-white .close,.modal .modal-hyve-blue .modal-header.text-white .close,.modal-hyve-blue.uib-modal .modal-header.text-white .btn-close,.uib-modal .modal-hyve-blue .modal-header.text-white .btn-close,.modal-hyve-blue.modal .modal-header.text-white .btn-close,.modal .modal-hyve-blue .modal-header.text-white .btn-close{color:#fff!important;}.modal-hyve-blue.uib-modal .modal-body.bg-light,.uib-modal .modal-hyve-blue .modal-body.bg-light,.modal-hyve-blue.modal .modal-body.bg-light,.modal .modal-hyve-blue .modal-body.bg-light{background:#fff!important;color:#212529!important;}.modal-hyve-blue.uib-modal .modal-footer.bg-white,.uib-modal .modal-hyve-blue .modal-footer.bg-white,.modal-hyve-blue.modal .modal-footer.bg-white,.modal .modal-hyve-blue .modal-footer.bg-white{background:#fff!important;}.modal-hyve-dark.uib-modal .modal-content,.uib-modal .modal-hyve-dark .modal-content,.modal-hyve-dark.modal .modal-content,.modal .modal-hyve-dark .modal-content{border:1px solid rgba(0,164,239,.35);background:#fff;color:#212529;box-shadow:0 10px 30px rgba(0,164,239,.18);border-radius:.5rem;overflow:hidden;}.modal-hyve-dark.uib-modal .modal-header,.uib-modal .modal-hyve-dark .modal-header,.modal-hyve-dark.modal .modal-header,.modal .modal-hyve-dark .modal-header{box-shadow:inset 0 -1px 0 rgba(0,164,239,.25);background:#1e2637;color:#fff;border-bottom:1px solid rgba(0,164,239,.35);}.modal-hyve-dark.uib-modal .modal-header .modal-title,.uib-modal .modal-hyve-dark .modal-header .modal-title,.modal-hyve-dark.modal .modal-header .modal-title,.modal .modal-hyve-dark .modal-header .modal-title{color:#fff;font-weight:700;}.modal-hyve-dark.uib-modal .modal-header .close,.uib-modal .modal-hyve-dark .modal-header .close,.modal-hyve-dark.modal .modal-header .close,.modal .modal-hyve-dark .modal-header .close,.modal-hyve-dark.uib-modal .modal-header .btn-close,.uib-modal .modal-hyve-dark .modal-header .btn-close,.modal-hyve-dark.modal .modal-header .btn-close,.modal .modal-hyve-dark .modal-header .btn-close{color:#fff;opacity:.85;}.modal-hyve-dark.uib-modal .modal-header .close:hover,.uib-modal .modal-hyve-dark .modal-header .close:hover,.modal-hyve-dark.modal .modal-header .close:hover,.modal .modal-hyve-dark .modal-header .close:hover,.modal-hyve-dark.uib-modal .modal-header .btn-close:hover,.uib-modal .modal-hyve-dark .modal-header .btn-close:hover,.modal-hyve-dark.modal .modal-header .btn-close:hover,.modal .modal-hyve-dark .modal-header .btn-close:hover,.modal-hyve-dark.uib-modal .modal-header .close:focus,.uib-modal .modal-hyve-dark .modal-header .close:focus,.modal-hyve-dark.modal .modal-header .close:focus,.modal .modal-hyve-dark .modal-header .close:focus,.modal-hyve-dark.uib-modal .modal-header .btn-close:focus,.uib-modal .modal-hyve-dark .modal-header .btn-close:focus,.modal-hyve-dark.modal .modal-header .btn-close:focus,.modal .modal-hyve-dark .modal-header .btn-close:focus{opacity:1;}.modal-hyve-dark.uib-modal .modal-body,.uib-modal .modal-hyve-dark .modal-body,.modal-hyve-dark.modal .modal-body,.modal .modal-hyve-dark .modal-body{background:#fff;color:#212529;}.modal-hyve-dark.uib-modal .modal-body .form-control,.uib-modal .modal-hyve-dark .modal-body .form-control,.modal-hyve-dark.modal .modal-body .form-control,.modal .modal-hyve-dark .modal-body .form-control,.modal-hyve-dark.uib-modal .modal-body .form-select,.uib-modal .modal-hyve-dark .modal-body .form-select,.modal-hyve-dark.modal .modal-body .form-select,.modal .modal-hyve-dark .modal-body .form-select{border-color:rgba(0,164,239,.35);}.modal-hyve-dark.uib-modal .modal-body .form-control:focus,.uib-modal .modal-hyve-dark .modal-body .form-control:focus,.modal-hyve-dark.modal .modal-body .form-control:focus,.modal .modal-hyve-dark .modal-body .form-control:focus,.modal-hyve-dark.uib-modal .modal-body .form-select:focus,.uib-modal .modal-hyve-dark .modal-body .form-select:focus,.modal-hyve-dark.modal .modal-body .form-select:focus,.modal .modal-hyve-dark .modal-body .form-select:focus{border-color:rgba(0,164,239,.65);box-shadow:0 0 0 .2rem rgba(0,164,239,.2);}.modal-hyve-dark.uib-modal .modal-footer,.uib-modal .modal-hyve-dark .modal-footer,.modal-hyve-dark.modal .modal-footer,.modal .modal-hyve-dark .modal-footer{background:#fff;border-top:1px solid rgba(0,164,239,.22);}.modal-hyve-dark.uib-modal .modal-header.text-white,.uib-modal .modal-hyve-dark .modal-header.text-white,.modal-hyve-dark.modal .modal-header.text-white,.modal .modal-hyve-dark .modal-header.text-white{color:#fff!important;}.modal-hyve-dark.uib-modal .modal-header.text-white .modal-title,.uib-modal .modal-hyve-dark .modal-header.text-white .modal-title,.modal-hyve-dark.modal .modal-header.text-white .modal-title,.modal .modal-hyve-dark .modal-header.text-white .modal-title{color:#fff!important;}.modal-hyve-dark.uib-modal .modal-header.text-white .close,.uib-modal .modal-hyve-dark .modal-header.text-white .close,.modal-hyve-dark.modal .modal-header.text-white .close,.modal .modal-hyve-dark .modal-header.text-white .close,.modal-hyve-dark.uib-modal .modal-header.text-white .btn-close,.uib-modal .modal-hyve-dark .modal-header.text-white .btn-close,.modal-hyve-dark.modal .modal-header.text-white .btn-close,.modal .modal-hyve-dark .modal-header.text-white .btn-close{color:#fff!important;}.modal-hyve-dark.uib-modal .modal-body.bg-light,.uib-modal .modal-hyve-dark .modal-body.bg-light,.modal-hyve-dark.modal .modal-body.bg-light,.modal .modal-hyve-dark .modal-body.bg-light{background:#fff!important;color:#212529!important;}.modal-hyve-dark.uib-modal .modal-footer.bg-white,.uib-modal .modal-hyve-dark .modal-footer.bg-white,.modal-hyve-dark.modal .modal-footer.bg-white,.modal .modal-hyve-dark .modal-footer.bg-white{background:#fff!important;}.animate-item{animation-duration:.5s;animation-fill-mode:both;animation-timing-function:linear;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;}@keyframes bouncing-animated{0%,100%{transform:translateY(0);}50%{transform:translateY(-5px);}}.bouncing-animated{animation-name:bouncing-animated;}.bouncing-animated-onhover:hover{animation-name:bouncing-animated;}@keyframes hide-up-animated{0%{top:0;}100%{top:-200px;}}.hide-up-animated{animation-name:hide-up-animated;}.transform-animation-05{-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;}.transform-animation-1{-webkit-transition:1s ease-in-out;-moz-transition:1s ease-in-out;-o-transition:1s ease-in-out;transition:1s ease-in-out;}.transform-animation-2{-webkit-transition:1s ease-in-out;-moz-transition:1s ease-in-out;-o-transition:1s ease-in-out;transition:1s ease-in-out;}.transform-animation-3{-webkit-transition:1s ease-in-out;-moz-transition:1s ease-in-out;-o-transition:1s ease-in-out;transition:1s ease-in-out;}.transform-animation-4{-webkit-transition:1s ease-in-out;-moz-transition:1s ease-in-out;-o-transition:1s ease-in-out;transition:1s ease-in-out;}.transition-all{-webkit-transition:all 1s ease-in;-moz-transition:all 1s ease-in;-o-transition:all 1s ease-in;transition:all 1s ease-in;}.custom-input{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;transition:background .18s,border-color .18s,box-shadow .18s;height:44px;padding:0 13px;}textarea.custom-input{height:auto!important;min-height:44px;padding:10px 13px;resize:vertical;}.custom-input:focus{background:transparent!important;box-shadow:none!important;outline:0;}.theme-input-radious-top .custom-input,.theme-input-radious-top .custom-input-group,.theme-input-radious-top .select-input>.form-control.ui-select-container,.theme-input-radious-top .multiselect-input>.form-control.ui-select-container,.theme-input-radious-top .input-switch{border-radius:8px 8px 0 0!important;}.theme-input-radious-top form-input>div,.theme-input-radious-top form-input-date>div,.theme-input-radious-top form-input-textarea>div,.theme-input-radious-top form-input-numbers>div,.theme-input-radious-top form-input-phonenumber>div,.theme-input-radious-top form-input-googlemapembed>div,.theme-input-radious-top form-input-select .select-input-wrapper,.theme-input-radious-top form-input-multiselect .multiselect-input-wrapper{border-radius:8px 8px 0 0;}.theme-input-radious-all .custom-input,.theme-input-radious-all .custom-input-group,.theme-input-radious-all .select-input>.form-control.ui-select-container,.theme-input-radious-all .multiselect-input>.form-control.ui-select-container,.theme-input-radious-all .input-switch{border-radius:8px!important;}.theme-input-radious-all form-input>div,.theme-input-radious-all form-input-date>div,.theme-input-radious-all form-input-textarea>div,.theme-input-radious-all form-input-numbers>div,.theme-input-radious-all form-input-phonenumber>div,.theme-input-radious-all form-input-googlemapembed>div,.theme-input-radious-all form-input-select .select-input-wrapper,.theme-input-radious-all form-input-multiselect .multiselect-input-wrapper{border-radius:8px;}.theme-input-bottomborder .custom-input-group{border-bottom:2px solid var(--inp-border,#ced4da);}.theme-input-bottomborder .custom-input-group:focus-within{border-bottom-color:var(--inp-border-f,#495057);box-shadow:0 2px 0 0 var(--inp-glow,rgba(0,0,0,.12));}.theme-input-bottomborder .custom-input{border-bottom:0!important;}.theme-input-bottomborder .select-input>.form-control.ui-select-container{border-top:0!important;border-left:0!important;border-right:0!important;border-bottom:2px solid var(--inp-border,#ced4da)!important;}.theme-input-bottomborder .multiselect-input>.form-control.ui-select-container{border-top:0!important;border-left:0!important;border-right:0!important;border-bottom:2px solid var(--inp-border,#ced4da)!important;}.theme-input-bottomborder .input-switch{border-top:0!important;border-left:0!important;border-right:0!important;border-bottom:2px solid var(--inp-border,#dee2e6)!important;}.theme-input-border .custom-input-group{border:1px solid var(--inp-border,#ced4da);border-bottom-width:2px;}.theme-input-border .custom-input-group:focus-within{border-color:var(--inp-border-f,#495057);box-shadow:0 2px 0 0 var(--inp-glow,rgba(0,0,0,.12));}.theme-input-border .custom-input{border:0!important;}.theme-input-border .select-input>.form-control.ui-select-container{border:1px solid var(--inp-border,#ced4da)!important;border-bottom:2px solid var(--inp-border,#ced4da)!important;}.theme-input-border .multiselect-input>.form-control.ui-select-container{border:1px solid var(--inp-border,#ced4da)!important;border-bottom:2px solid var(--inp-border,#ced4da)!important;}.theme-input-border .input-switch{border:1px solid var(--inp-border,#dee2e6)!important;border-bottom-width:2px!important;}.theme-input-border .select-input:focus-within>.form-control.ui-select-container,.theme-input-border .multiselect-input:focus-within>.form-control.ui-select-container{border-color:var(--inp-border-f,#495057)!important;}.theme-input-borderfull form-input>div,.theme-input-borderfull form-input-date>div,.theme-input-borderfull form-input-textarea>div,.theme-input-borderfull form-input-numbers>div,.theme-input-borderfull form-input-phonenumber>div,.theme-input-borderfull form-input-googlemapembed>div{border:1px solid var(--inp-border,#ced4da);border-bottom-width:2px;padding:8px 12px 10px;}.theme-input-borderfull form-input>div:focus-within,.theme-input-borderfull form-input-date>div:focus-within,.theme-input-borderfull form-input-textarea>div:focus-within,.theme-input-borderfull form-input-numbers>div:focus-within,.theme-input-borderfull form-input-phonenumber>div:focus-within,.theme-input-borderfull form-input-googlemapembed>div:focus-within{border-color:var(--inp-border-f,#495057);box-shadow:0 2px 0 0 var(--inp-glow,rgba(0,0,0,.12));}.theme-input-borderfull form-input .custom-input-group,.theme-input-borderfull form-input-date .custom-input-group,.theme-input-borderfull form-input-textarea .custom-input-group,.theme-input-borderfull form-input-numbers .custom-input-group,.theme-input-borderfull form-input-phonenumber .custom-input-group,.theme-input-borderfull form-input-googlemapembed .custom-input-group{border:0!important;box-shadow:none!important;}.theme-input-borderfull .custom-input{border:0!important;}.theme-input-borderfull form-input-select .select-input-wrapper{border:1px solid var(--inp-border,#ced4da);border-bottom-width:2px;padding:8px 12px 10px;}.theme-input-borderfull form-input-select .select-input-wrapper:focus-within{border-color:var(--inp-border-f,#495057);}.theme-input-borderfull form-input-select .select-input-wrapper>.select-input>.form-control.ui-select-container{border:0!important;box-shadow:none!important;}.theme-input-borderfull form-input-multiselect .multiselect-input-wrapper{border:1px solid var(--inp-border,#ced4da);border-bottom-width:2px;padding:8px 12px 10px;}.theme-input-borderfull form-input-multiselect .multiselect-input-wrapper:focus-within{border-color:var(--inp-border-f,#495057);}.theme-input-borderfull form-input-multiselect .multiselect-input-wrapper .multiselect-input>.form-control.ui-select-container{border:0!important;box-shadow:none!important;}.theme-input-borderfull .input-switch{border:1px solid var(--inp-border,#dee2e6)!important;border-bottom-width:2px!important;padding:8px 12px!important;}.custom-label{display:block;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--inp-label,#343a40);margin-bottom:4px;line-height:1.2;}.form-check.form-switch .form-check-label{font-size:.86rem;font-weight:500;color:var(--inp-label,#212529);}.input-switch:focus-within{border-bottom-color:var(--inp-border-f,#495057)!important;}.select-input:focus-within>.form-control.ui-select-container{border-bottom-color:var(--inp-border-f,#495057)!important;}.multiselect-input:focus-within>.form-control.ui-select-container{border-color:var(--inp-border-f,#495057)!important;border-bottom-color:var(--inp-border-f,#495057)!important;box-shadow:none!important;}.theme-input-bg .custom-input{background:var(--inp-tint,rgba(0,0,0,.04))!important;}.theme-input-bg .custom-input:focus{background:var(--inp-tint-focus,rgba(0,0,0,.07))!important;}.theme-input-bg .select-input>.form-control.ui-select-container,.theme-input-bg .multiselect-input>.form-control.ui-select-container{background:var(--inp-tint,rgba(0,0,0,.04))!important;}.theme-input-bg .input-switch{background:var(--inp-tint,rgba(0,0,0,.04))!important;}.theme-input-bg .input-checkbox{background:var(--inp-tint,rgba(0,0,0,.04))!important;}.theme-input-sidelabel form-input>div,.theme-input-sidelabel form-input-date>div,.theme-input-sidelabel form-input-textarea>div,.theme-input-sidelabel form-input-numbers>div,.theme-input-sidelabel form-input-phonenumber>div,.theme-input-sidelabel form-input-googlemapembed>div,.theme-input-sidelabel form-input-select>div,.theme-input-sidelabel form-input-multiselect>div{display:flex;flex-direction:row;align-items:flex-start;gap:0;margin-bottom:.5rem;}.theme-input-sidelabel form-input .custom-label,.theme-input-sidelabel form-input-date .custom-label,.theme-input-sidelabel form-input-textarea .custom-label,.theme-input-sidelabel form-input-numbers .custom-label,.theme-input-sidelabel form-input-phonenumber .custom-label,.theme-input-sidelabel form-input-googlemapembed .custom-label,.theme-input-sidelabel form-input-select .custom-label,.theme-input-sidelabel form-input-multiselect .custom-label{flex:0 0 120px;width:120px;margin-bottom:0;padding-top:12px;padding-right:10px;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.theme-input-sidelabel form-input .custom-input-group,.theme-input-sidelabel form-input-date .custom-input-group,.theme-input-sidelabel form-input-textarea .custom-input-group,.theme-input-sidelabel form-input-numbers .custom-input-group,.theme-input-sidelabel form-input-phonenumber .custom-input-group,.theme-input-sidelabel form-input-googlemapembed .custom-input-group,.theme-input-sidelabel form-input-select .select-input-wrapper>.select-input,.theme-input-sidelabel form-input-multiselect .multiselect-input-wrapper>.multiselect-input{flex:1 1 auto;min-width:0;}.theme-input-sidelabel form-input-select .select-input-wrapper,.theme-input-sidelabel form-input-multiselect .multiselect-input-wrapper{flex:1 1 auto;min-width:0;}.theme-input-sidelabel form-input .error-message-container,.theme-input-sidelabel form-input-date .error-message-container,.theme-input-sidelabel form-input-textarea .error-message-container,.theme-input-sidelabel form-input-numbers .error-message-container,.theme-input-sidelabel form-input-phonenumber .error-message-container,.theme-input-sidelabel form-input-googlemapembed .error-message-container,.theme-input-sidelabel form-input-select .error-message-container,.theme-input-sidelabel form-input-multiselect .error-message-container{margin-left:120px;}.input-group.input-group-flat{align-items:stretch;}.input-group.input-group-flat>.custom-input,.input-group.input-group-flat>.form-control{border:0;border-bottom:2px solid var(--inp-border,#ced4da);border-radius:8px 0 0 0;background:transparent;box-shadow:none;padding:10px 13px;height:auto;transition:background .18s,border-color .18s;}.input-group.input-group-flat>.custom-input:focus,.input-group.input-group-flat>.form-control:focus{background:var(--inp-tint,rgba(0,0,0,.04));border-bottom-color:var(--inp-border-f,#495057);box-shadow:none;outline:0;}.input-group.input-group-flat>.btn:last-child,.input-group.input-group-flat>.btn-group:last-child>.btn:last-child{border-radius:0 8px 0 0;}.input-group.input-group-flat>.btn,.input-group.input-group-flat>.btn-group>.btn{padding:10px 16px;line-height:1.5;border:0;border-bottom:2px solid transparent;border-radius:0;height:auto;}.input-group.input-group-flat>.btn.btn-primary,.input-group.input-group-flat>.btn-group>.btn.btn-primary{border-bottom-color:var(--inp-border-f,#495057);}.input-action-btn{background:rgba(0,0,0,.02)!important;border:0!important;border-left:1px solid var(--inp-border,rgba(0,0,0,.15))!important;border-bottom:2px solid var(--inp-border,rgba(0,0,0,.15))!important;box-shadow:none!important;color:var(--inp-label,#6c757d)!important;line-height:1;border-radius:0!important;padding:0!important;width:2.75rem;min-height:calc(3.5rem + 2px);transition:background .15s,color .15s;display:inline-flex!important;align-items:center!important;justify-content:center!important;}.input-action-btn:hover,.input-action-btn:focus{background:rgba(0,0,0,.07)!important;color:var(--inp-primary,#495057)!important;box-shadow:none!important;}.input-action-btn i{font-size:.88rem;}.clear-input-btn.input-action-btn:hover,.clear-input-button.input-action-btn:hover,.clear-input-btn.input-action-btn:focus,.clear-input-button.input-action-btn:focus{background:rgba(220,53,69,.08)!important;color:#dc3545!important;border-left-color:rgba(220,53,69,.25)!important;}.custom-input-group{display:flex;align-items:stretch;}.custom-input-group>.custom-input,.custom-input-group>textarea.custom-input{flex:1 1 auto;min-width:0;border-top-right-radius:0!important;}.custom-input-group>.custom-input:last-child,.custom-input-group>textarea.custom-input:last-child{border-top-right-radius:8px!important;}.custom-input-group>.input-action-btn{position:static!important;flex:0 0 2.75rem;min-height:0;align-self:stretch;}.custom-input-group>.input-action-btn:last-child{border-top-right-radius:8px!important;}.custom-input-group:focus-within>.input-action-btn{border-bottom-color:var(--inp-border-f,#495057)!important;}.custom-input-group:focus-within>.clear-input-btn.input-action-btn,.custom-input-group:focus-within>.clear-input-button.input-action-btn{border-bottom-color:rgba(220,53,69,.45)!important;}.input-group>.input-action-btn{flex:0 0 2.75rem;min-height:0;align-self:stretch;border-top:0!important;border-right:0!important;}.input-group>.input-action-btn:last-child{border-top-right-radius:8px!important;}.input-group:not(.input-group-flat):not(:has(.input-action-btn))>.custom-input:not(:last-child){border-right:1px solid var(--inp-border,#ced4da)!important;border-top-right-radius:0!important;}.input-group:not(.input-group-flat):not(:has(.input-action-btn))>.btn:last-child{border-radius:0 8px 0 0;}.btn-group.btn-group-flat>.btn{padding:10px 16px;line-height:1.5;border:0;border-bottom:2px solid transparent;border-radius:0;height:auto;}.btn-group.btn-group-flat>.btn+.btn{border-left:1px solid rgba(255,255,255,.25);}.btn-group.btn-group-flat>.btn:last-child{border-radius:0 8px 0 0;}.btn-group.btn-group-flat>.btn.btn-primary{border-bottom-color:var(--inp-border-f,#495057);}.btn-group.btn-group-flat>.btn.btn-secondary{border-bottom-color:rgba(0,0,0,.3);}.theme-gmrl{--inp-primary:#fcca04;--inp-tint:rgba(252,202,4,.06);--inp-tint-focus:rgba(252,202,4,.11);--inp-border:rgba(252,202,4,.35);--inp-border-f:#fcca04;--inp-label:#494949;--inp-tag-bg:rgba(252,202,4,.12);--inp-tag-text:#a28202;--inp-glow:rgba(252,202,4,.2);}.theme-gmrl nav-menu{background:#fff;border-bottom:2px solid rgba(252,202,4,.3);}.theme-gmrl nav-menu .navbar-brand,.theme-gmrl nav-menu a:not(.navbar-brand),.theme-gmrl nav-menu .dropdown-item{color:#494949!important;}.theme-gmrl nav-menu a:not(.navbar-brand):hover,.theme-gmrl nav-menu a:not(.navbar-brand):focus,.theme-gmrl nav-menu a:not(.navbar-brand):active,.theme-gmrl nav-menu .dropdown-item:hover,.theme-gmrl nav-menu .dropdown-item:focus,.theme-gmrl nav-menu .dropdown-item:active,.theme-gmrl nav-menu .nav-link.active,.theme-gmrl nav-menu .dropdown-item.active{background:#fcca04!important;color:#494949!important;}.theme-gmrl nav-menu li:not(.navbar-brand):hover,.theme-gmrl nav-menu li:not(.navbar-brand):focus,.theme-gmrl nav-menu li:not(.navbar-brand):active{background:transparent!important;}.theme-gmrl .navbar-brand,.theme-gmrl .navbar-nav .nav-link,.theme-gmrl .navbar-nav .nav-link.dropdown-toggle{color:#494949!important;background:transparent!important;}.theme-gmrl .navbar-nav .nav-link:hover,.theme-gmrl .navbar-nav .nav-link:focus,.theme-gmrl .navbar-nav .nav-link.active,.theme-gmrl .navbar-nav .show>.nav-link,.theme-gmrl .navbar-nav .nav-item.show>.nav-link{background:#fcca04!important;color:#494949!important;}.theme-gmrl .dropdown-menu{background:#fff;border:1px solid rgba(252,202,4,.25);box-shadow:0 4px 12px rgba(252,202,4,.12);}.theme-gmrl .dropdown-menu .dropdown-item{color:#494949!important;background:transparent!important;}.theme-gmrl .dropdown-menu .dropdown-item:hover,.theme-gmrl .dropdown-menu .dropdown-item:focus,.theme-gmrl .dropdown-menu .dropdown-item.active{background:#fcca04!important;color:#494949!important;}.theme-gmrl .navbar-toggler{color:#494949!important;border-color:rgba(73,73,73,.4)!important;}.theme-gmrl .navbar-toggler:hover{background:rgba(73,73,73,.1)!important;}.theme-gmrl .modal .modal-content,.theme-gmrl .uib-modal .modal-content{border:1px solid rgba(252,202,4,.35);background:#fff;color:#212121;box-shadow:0 10px 30px rgba(252,202,4,.18);border-radius:.5rem;overflow:hidden;}.theme-gmrl .modal .modal-header,.theme-gmrl .uib-modal .modal-header{background:rgba(252,202,4,.12);color:#494949;border-bottom:1px solid rgba(252,202,4,.35);box-shadow:inset 0 -1px 0 rgba(252,202,4,.25);}.theme-gmrl .modal .modal-header .modal-title,.theme-gmrl .uib-modal .modal-header .modal-title{color:#494949;font-weight:700;}.theme-gmrl .modal .modal-header .close,.theme-gmrl .uib-modal .modal-header .close,.theme-gmrl .modal .modal-header .btn-close,.theme-gmrl .uib-modal .modal-header .btn-close{color:#494949;opacity:.85;}.theme-gmrl .modal .modal-body,.theme-gmrl .uib-modal .modal-body{background:#fff;color:#212121;}.theme-gmrl .modal .modal-body .form-control:focus,.theme-gmrl .uib-modal .modal-body .form-control:focus,.theme-gmrl .modal .modal-body .form-select:focus,.theme-gmrl .uib-modal .modal-body .form-select:focus{border-color:#fcca04;box-shadow:0 0 0 .2rem rgba(252,202,4,.25);}.theme-gmrl .modal .modal-footer,.theme-gmrl .uib-modal .modal-footer{background:#fff;border-top:1px solid rgba(252,202,4,.22);}.theme-gmrl .btn-primary{--bs-btn-color:#494949;--bs-btn-bg:#fcca04;--bs-btn-border-color:#fcca04;--bs-btn-hover-color:#494949;--bs-btn-hover-bg:#d5aa03;--bs-btn-hover-border-color:#d5aa03;--bs-btn-active-color:#494949;--bs-btn-active-bg:#c09a02;--bs-btn-active-border-color:#c09a02;--bs-btn-focus-shadow-rgb:252,202,4;}.theme-gmrl .btn-outline-primary{--bs-btn-color:#494949;--bs-btn-border-color:#fcca04;--bs-btn-hover-color:#494949;--bs-btn-hover-bg:#fcca04;--bs-btn-hover-border-color:#fcca04;--bs-btn-active-color:#494949;--bs-btn-active-bg:#d5aa03;--bs-btn-active-border-color:#d5aa03;--bs-btn-focus-shadow-rgb:252,202,4;}.theme-gmrl .bg-primary{background-color:#fcca04!important;}.theme-gmrl .text-primary{color:#494949!important;}.theme-gmrl .border-primary{border-color:#fcca04!important;}.theme-gmrl .alert-primary{background-color:rgba(252,202,4,.12);border-color:rgba(252,202,4,.35);color:#494949;}.theme-gmrl .badge.bg-primary{background-color:#fcca04!important;color:#494949!important;}.theme-gmrl .table-primary{--bs-table-bg:rgba(252,202,4,.12);--bs-table-striped-bg:rgba(252,202,4,.18);--bs-table-hover-bg:rgba(252,202,4,.22);}.theme-gmrl .form-control:focus,.theme-gmrl .form-select:focus{border-color:#fcca04;box-shadow:0 0 0 .2rem rgba(252,202,4,.25);}.theme-gmrl .link-primary{color:#3c3c3c!important;}.theme-gmrl .link-primary:hover{color:#232323!important;}.theme-gmrl .nav-tabs .nav-link.active{background-color:#fcca04;color:#494949;border-color:#fcca04;}.theme-gmrl .progress-bar{background-color:#fcca04!important;}.theme-gmrl .btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#494949;--bs-btn-border-color:#494949;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#353535;--bs-btn-hover-border-color:#353535;--bs-btn-active-color:#fff;--bs-btn-active-bg:#2a2a2a;--bs-btn-active-border-color:#2a2a2a;--bs-btn-focus-shadow-rgb:73,73,73;}.theme-gmrl .btn-outline-secondary{--bs-btn-color:#494949;--bs-btn-border-color:#494949;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#494949;--bs-btn-hover-border-color:#494949;--bs-btn-active-color:#fff;--bs-btn-active-bg:#353535;--bs-btn-active-border-color:#353535;--bs-btn-focus-shadow-rgb:73,73,73;}.theme-gmrl .bg-secondary{background-color:#494949!important;}.theme-gmrl .text-secondary{color:#494949!important;}.theme-gmrl .border-secondary{border-color:#494949!important;}.theme-gmrl .alert-secondary{background-color:rgba(73,73,73,.1);border-color:rgba(73,73,73,.3);color:#494949;}.theme-gmrl .badge.bg-secondary{background-color:#494949!important;color:#fff!important;}.theme-gmrl .btn{background-color:var(--bs-btn-bg);color:var(--bs-btn-color);border-color:var(--bs-btn-border-color);}.theme-gmrl .btn:hover,.theme-gmrl .btn:focus{background-color:var(--bs-btn-hover-bg);color:var(--bs-btn-hover-color);border-color:var(--bs-btn-hover-border-color);}.theme-gmrl .btn:active,.theme-gmrl .btn.active,.theme-gmrl .show>.btn.dropdown-toggle{background-color:var(--bs-btn-active-bg);color:var(--bs-btn-active-color);border-color:var(--bs-btn-active-border-color);}.theme-gmrl .btn:disabled,.theme-gmrl .btn.disabled,.theme-gmrl fieldset:disabled .btn{background-color:var(--bs-btn-bg);color:var(--bs-btn-color);border-color:var(--bs-btn-border-color);opacity:.65;}.theme-gmrl .btn-success{--bs-btn-color:#fff;--bs-btn-bg:#4caf50;--bs-btn-border-color:#4caf50;--bs-btn-hover-bg:#409343;--bs-btn-hover-border-color:#409343;--bs-btn-active-bg:#39843c;}.theme-gmrl .btn-outline-success{--bs-btn-color:#4caf50;--bs-btn-border-color:#4caf50;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#4caf50;--bs-btn-hover-border-color:#4caf50;}.theme-gmrl .bg-success{background-color:#4caf50!important;}.theme-gmrl .text-success{color:#4caf50!important;}.theme-gmrl .border-success{border-color:#4caf50!important;}.theme-gmrl .alert-success{background-color:rgba(76,175,80,.12);border-color:rgba(76,175,80,.35);color:#2d682f;}.theme-gmrl .badge.bg-success{background-color:#4caf50!important;color:#fff!important;}.theme-gmrl .btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#f44336;--bs-btn-border-color:#f44336;--bs-btn-hover-bg:#f21f0f;--bs-btn-hover-border-color:#f21f0f;--bs-btn-active-bg:#e11b0c;}.theme-gmrl .btn-outline-danger{--bs-btn-color:#f44336;--bs-btn-border-color:#f44336;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#f44336;--bs-btn-hover-border-color:#f44336;}.theme-gmrl .bg-danger{background-color:#f44336!important;}.theme-gmrl .text-danger{color:#f44336!important;}.theme-gmrl .border-danger{border-color:#f44336!important;}.theme-gmrl .alert-danger{background-color:rgba(244,67,54,.12);border-color:rgba(244,67,54,.35);color:#ba160a;}.theme-gmrl .badge.bg-danger{background-color:#f44336!important;color:#fff!important;}.theme-gmrl .btn-warning{--bs-btn-color:#fff;--bs-btn-bg:#ff9800;--bs-btn-border-color:#ff9800;--bs-btn-hover-bg:#d68000;--bs-btn-hover-border-color:#d68000;--bs-btn-active-bg:#c27400;}.theme-gmrl .btn-outline-warning{--bs-btn-color:#ff9800;--bs-btn-border-color:#ff9800;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#ff9800;--bs-btn-hover-border-color:#ff9800;}.theme-gmrl .bg-warning{background-color:#ff9800!important;}.theme-gmrl .text-warning{color:#ff9800!important;}.theme-gmrl .border-warning{border-color:#ff9800!important;}.theme-gmrl .alert-warning{background-color:rgba(255,152,0,.12);border-color:rgba(255,152,0,.35);color:#995b00;}.theme-gmrl .badge.bg-warning{background-color:#ff9800!important;color:#fff!important;}.theme-gmrl .btn-info{--bs-btn-color:#fff;--bs-btn-bg:#2196f3;--bs-btn-border-color:#2196f3;--bs-btn-hover-bg:#0c82df;--bs-btn-hover-border-color:#0c82df;--bs-btn-active-bg:#0b76cc;}.theme-gmrl .btn-outline-info{--bs-btn-color:#2196f3;--bs-btn-border-color:#2196f3;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#2196f3;--bs-btn-hover-border-color:#2196f3;}.theme-gmrl .bg-info{background-color:#2196f3!important;}.theme-gmrl .text-info{color:#2196f3!important;}.theme-gmrl .border-info{border-color:#2196f3!important;}.theme-gmrl .alert-info{background-color:rgba(33,150,243,.12);border-color:rgba(33,150,243,.35);color:#0960a5;}.theme-gmrl .badge.bg-info{background-color:#2196f3!important;color:#fff!important;}.theme-gmrl .btn-light{--bs-btn-color:#212121;--bs-btn-bg:#f5f5f5;--bs-btn-border-color:#f5f5f5;--bs-btn-hover-bg:#e8e8e8;--bs-btn-hover-border-color:#e8e8e8;--bs-btn-active-bg:#dcdcdc;}.theme-gmrl .btn-outline-light{--bs-btn-color:#212121;--bs-btn-border-color:#212121;--bs-btn-hover-color:#f5f5f5;--bs-btn-hover-bg:#212121;--bs-btn-hover-border-color:#212121;}.theme-gmrl .bg-light{background-color:#f5f5f5!important;}.theme-gmrl .text-light{color:#f5f5f5!important;}.theme-gmrl .border-light{border-color:#f5f5f5!important;}.theme-gmrl .alert-light{background-color:#f5f5f5;border-color:#e8e8e8;color:#212121;}.theme-gmrl .badge.bg-light{background-color:#f5f5f5!important;color:#212121!important;}.theme-gmrl .btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#212121;--bs-btn-border-color:#212121;--bs-btn-hover-bg:#353535;--bs-btn-hover-border-color:#353535;--bs-btn-active-bg:#404040;}.theme-gmrl .btn-outline-dark{--bs-btn-color:#212121;--bs-btn-border-color:#212121;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#212121;--bs-btn-hover-border-color:#212121;}.theme-gmrl .bg-dark{background-color:#212121!important;}.theme-gmrl .text-dark{color:#212121!important;}.theme-gmrl .border-dark{border-color:#212121!important;}.theme-gmrl .alert-dark{background-color:rgba(33,33,33,.1);border-color:rgba(33,33,33,.3);color:#212121;}.theme-gmrl .badge.bg-dark{background-color:#212121!important;color:#fff!important;}.theme-gmrl-dark{--inp-primary:#fcca04;--inp-tint:rgba(252,202,4,.06);--inp-tint-focus:rgba(252,202,4,.11);--inp-border:rgba(252,202,4,.35);--inp-border-f:#fcca04;--inp-label:#ccc;--inp-tag-bg:rgba(252,202,4,.12);--inp-tag-text:#a28202;--inp-glow:rgba(252,202,4,.2);background-color:#494949;}.theme-gmrl-dark body{background-color:#494949;color:#fff;}.theme-gmrl-dark nav-menu{background:#494949;border-bottom:2px solid rgba(252,202,4,.3);}.theme-gmrl-dark nav-menu .navbar-brand,.theme-gmrl-dark nav-menu a:not(.navbar-brand),.theme-gmrl-dark nav-menu .dropdown-item{color:#fff!important;}.theme-gmrl-dark nav-menu a:not(.navbar-brand):hover,.theme-gmrl-dark nav-menu a:not(.navbar-brand):focus,.theme-gmrl-dark nav-menu a:not(.navbar-brand):active,.theme-gmrl-dark nav-menu .dropdown-item:hover,.theme-gmrl-dark nav-menu .dropdown-item:focus,.theme-gmrl-dark nav-menu .dropdown-item:active,.theme-gmrl-dark nav-menu .nav-link.active,.theme-gmrl-dark nav-menu .dropdown-item.active{background:#fcca04!important;color:#494949!important;}.theme-gmrl-dark nav-menu li:not(.navbar-brand):hover,.theme-gmrl-dark nav-menu li:not(.navbar-brand):focus,.theme-gmrl-dark nav-menu li:not(.navbar-brand):active{background:transparent!important;}.theme-gmrl-dark .navbar-brand,.theme-gmrl-dark .navbar-nav .nav-link,.theme-gmrl-dark .navbar-nav .nav-link.dropdown-toggle{color:#fff!important;background:transparent!important;}.theme-gmrl-dark .navbar-nav .nav-link:hover,.theme-gmrl-dark .navbar-nav .nav-link:focus,.theme-gmrl-dark .navbar-nav .nav-link.active,.theme-gmrl-dark .navbar-nav .show>.nav-link,.theme-gmrl-dark .navbar-nav .nav-item.show>.nav-link{background:#fcca04!important;color:#494949!important;}.theme-gmrl-dark .dropdown-menu{background:#353535;border:1px solid rgba(252,202,4,.25);box-shadow:0 4px 12px rgba(0,0,0,.3);}.theme-gmrl-dark .dropdown-menu .dropdown-item{color:#fff!important;background:transparent!important;}.theme-gmrl-dark .dropdown-menu .dropdown-item:hover,.theme-gmrl-dark .dropdown-menu .dropdown-item:focus,.theme-gmrl-dark .dropdown-menu .dropdown-item.active{background:#fcca04!important;color:#494949!important;}.theme-gmrl-dark .navbar-toggler{color:#fff!important;border-color:rgba(255,255,255,.4)!important;}.theme-gmrl-dark .navbar-toggler:hover{background:rgba(255,255,255,.1)!important;}.theme-gmrl-dark .modal .modal-content,.theme-gmrl-dark .uib-modal .modal-content{border:1px solid rgba(252,202,4,.35);background:#565656;color:#fff;box-shadow:0 10px 30px rgba(252,202,4,.18);border-radius:.5rem;overflow:hidden;}.theme-gmrl-dark .modal .modal-header,.theme-gmrl-dark .uib-modal .modal-header{background:#494949;color:#fff;border-bottom:1px solid rgba(252,202,4,.35);box-shadow:inset 0 -1px 0 rgba(252,202,4,.25);}.theme-gmrl-dark .modal .modal-header .modal-title,.theme-gmrl-dark .uib-modal .modal-header .modal-title{color:#fff;font-weight:700;}.theme-gmrl-dark .modal .modal-header .close,.theme-gmrl-dark .uib-modal .modal-header .close,.theme-gmrl-dark .modal .modal-header .btn-close,.theme-gmrl-dark .uib-modal .modal-header .btn-close{color:#fff;opacity:.85;}.theme-gmrl-dark .modal .modal-body,.theme-gmrl-dark .uib-modal .modal-body{background:#565656;color:#fff;}.theme-gmrl-dark .modal .modal-body .form-control:focus,.theme-gmrl-dark .uib-modal .modal-body .form-control:focus,.theme-gmrl-dark .modal .modal-body .form-select:focus,.theme-gmrl-dark .uib-modal .modal-body .form-select:focus{border-color:#fcca04;box-shadow:0 0 0 .2rem rgba(252,202,4,.25);}.theme-gmrl-dark .modal .modal-footer,.theme-gmrl-dark .uib-modal .modal-footer{background:#494949;border-top:1px solid rgba(252,202,4,.22);}.theme-gmrl-dark .btn-primary{--bs-btn-color:#494949;--bs-btn-bg:#fcca04;--bs-btn-border-color:#fcca04;--bs-btn-hover-color:#494949;--bs-btn-hover-bg:#d5aa03;--bs-btn-hover-border-color:#d5aa03;--bs-btn-active-color:#494949;--bs-btn-active-bg:#c09a02;--bs-btn-active-border-color:#c09a02;--bs-btn-focus-shadow-rgb:252,202,4;}.theme-gmrl-dark .btn-outline-primary{--bs-btn-color:#fcca04;--bs-btn-border-color:#fcca04;--bs-btn-hover-color:#494949;--bs-btn-hover-bg:#fcca04;--bs-btn-hover-border-color:#fcca04;--bs-btn-active-color:#494949;--bs-btn-active-bg:#d5aa03;--bs-btn-active-border-color:#d5aa03;--bs-btn-focus-shadow-rgb:252,202,4;}.theme-gmrl-dark .bg-primary{background-color:#fcca04!important;}.theme-gmrl-dark .text-primary{color:#fcca04!important;}.theme-gmrl-dark .border-primary{border-color:#fcca04!important;}.theme-gmrl-dark .alert-primary{background-color:rgba(252,202,4,.15);border-color:rgba(252,202,4,.4);color:#fcca04;}.theme-gmrl-dark .badge.bg-primary{background-color:#fcca04!important;color:#494949!important;}.theme-gmrl-dark .table-primary{--bs-table-bg:rgba(252,202,4,.15);--bs-table-striped-bg:rgba(252,202,4,.2);--bs-table-hover-bg:rgba(252,202,4,.25);}.theme-gmrl-dark .form-control:focus,.theme-gmrl-dark .form-select:focus{border-color:#fcca04;box-shadow:0 0 0 .2rem rgba(252,202,4,.25);}.theme-gmrl-dark .link-primary{color:#fcca04!important;}.theme-gmrl-dark .link-primary:hover{color:#c09a02!important;}.theme-gmrl-dark .nav-tabs .nav-link.active{background-color:#fcca04;color:#494949;border-color:#fcca04;}.theme-gmrl-dark .progress-bar{background-color:#fcca04!important;}.theme-gmrl-dark .btn-secondary{--bs-btn-color:#494949;--bs-btn-bg:#fff;--bs-btn-border-color:#fff;--bs-btn-hover-color:#494949;--bs-btn-hover-bg:#e6e6e6;--bs-btn-hover-border-color:#e6e6e6;--bs-btn-active-color:#494949;--bs-btn-active-bg:#d9d9d9;--bs-btn-active-border-color:#d9d9d9;}.theme-gmrl-dark .btn-outline-secondary{--bs-btn-color:#fff;--bs-btn-border-color:#fff;--bs-btn-hover-color:#494949;--bs-btn-hover-bg:#fff;--bs-btn-hover-border-color:#fff;--bs-btn-active-color:#494949;--bs-btn-active-bg:#e6e6e6;--bs-btn-active-border-color:#e6e6e6;}.theme-gmrl-dark .bg-secondary{background-color:#fff!important;}.theme-gmrl-dark .text-secondary{color:#fff!important;}.theme-gmrl-dark .border-secondary{border-color:#fff!important;}.theme-gmrl-dark .alert-secondary{background-color:rgba(255,255,255,.12);border-color:rgba(255,255,255,.35);color:#fff;}.theme-gmrl-dark .badge.bg-secondary{background-color:#fff!important;color:#494949!important;}.theme-gmrl-dark .btn{background-color:var(--bs-btn-bg);color:var(--bs-btn-color);border-color:var(--bs-btn-border-color);}.theme-gmrl-dark .btn:hover,.theme-gmrl-dark .btn:focus{background-color:var(--bs-btn-hover-bg);color:var(--bs-btn-hover-color);border-color:var(--bs-btn-hover-border-color);}.theme-gmrl-dark .btn:active,.theme-gmrl-dark .btn.active,.theme-gmrl-dark .show>.btn.dropdown-toggle{background-color:var(--bs-btn-active-bg);color:var(--bs-btn-active-color);border-color:var(--bs-btn-active-border-color);}.theme-gmrl-dark .btn:disabled,.theme-gmrl-dark .btn.disabled,.theme-gmrl-dark fieldset:disabled .btn{background-color:var(--bs-btn-bg);color:var(--bs-btn-color);border-color:var(--bs-btn-border-color);opacity:.65;}.theme-gmrl-dark .btn-success{--bs-btn-color:#fff;--bs-btn-bg:#4caf50;--bs-btn-border-color:#4caf50;--bs-btn-hover-bg:#409343;--bs-btn-hover-border-color:#409343;--bs-btn-active-bg:#39843c;}.theme-gmrl-dark .btn-outline-success{--bs-btn-color:#4caf50;--bs-btn-border-color:#4caf50;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#4caf50;--bs-btn-hover-border-color:#4caf50;}.theme-gmrl-dark .bg-success{background-color:#4caf50!important;}.theme-gmrl-dark .text-success{color:#4caf50!important;}.theme-gmrl-dark .border-success{border-color:#4caf50!important;}.theme-gmrl-dark .alert-success{background-color:rgba(76,175,80,.12);border-color:rgba(76,175,80,.35);color:#2d682f;}.theme-gmrl-dark .badge.bg-success{background-color:#4caf50!important;color:#fff!important;}.theme-gmrl-dark .btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#f44336;--bs-btn-border-color:#f44336;--bs-btn-hover-bg:#f21f0f;--bs-btn-hover-border-color:#f21f0f;--bs-btn-active-bg:#e11b0c;}.theme-gmrl-dark .btn-outline-danger{--bs-btn-color:#f44336;--bs-btn-border-color:#f44336;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#f44336;--bs-btn-hover-border-color:#f44336;}.theme-gmrl-dark .bg-danger{background-color:#f44336!important;}.theme-gmrl-dark .text-danger{color:#f44336!important;}.theme-gmrl-dark .border-danger{border-color:#f44336!important;}.theme-gmrl-dark .alert-danger{background-color:rgba(244,67,54,.12);border-color:rgba(244,67,54,.35);color:#ba160a;}.theme-gmrl-dark .badge.bg-danger{background-color:#f44336!important;color:#fff!important;}.theme-gmrl-dark .btn-warning{--bs-btn-color:#fff;--bs-btn-bg:#ff9800;--bs-btn-border-color:#ff9800;--bs-btn-hover-bg:#d68000;--bs-btn-hover-border-color:#d68000;--bs-btn-active-bg:#c27400;}.theme-gmrl-dark .btn-outline-warning{--bs-btn-color:#ff9800;--bs-btn-border-color:#ff9800;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#ff9800;--bs-btn-hover-border-color:#ff9800;}.theme-gmrl-dark .bg-warning{background-color:#ff9800!important;}.theme-gmrl-dark .text-warning{color:#ff9800!important;}.theme-gmrl-dark .border-warning{border-color:#ff9800!important;}.theme-gmrl-dark .alert-warning{background-color:rgba(255,152,0,.12);border-color:rgba(255,152,0,.35);color:#995b00;}.theme-gmrl-dark .badge.bg-warning{background-color:#ff9800!important;color:#fff!important;}.theme-gmrl-dark .btn-info{--bs-btn-color:#fff;--bs-btn-bg:#2196f3;--bs-btn-border-color:#2196f3;--bs-btn-hover-bg:#0c82df;--bs-btn-hover-border-color:#0c82df;--bs-btn-active-bg:#0b76cc;}.theme-gmrl-dark .btn-outline-info{--bs-btn-color:#2196f3;--bs-btn-border-color:#2196f3;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#2196f3;--bs-btn-hover-border-color:#2196f3;}.theme-gmrl-dark .bg-info{background-color:#2196f3!important;}.theme-gmrl-dark .text-info{color:#2196f3!important;}.theme-gmrl-dark .border-info{border-color:#2196f3!important;}.theme-gmrl-dark .alert-info{background-color:rgba(33,150,243,.12);border-color:rgba(33,150,243,.35);color:#0960a5;}.theme-gmrl-dark .badge.bg-info{background-color:#2196f3!important;color:#fff!important;}.theme-gmrl-dark .btn-light{--bs-btn-color:#212121;--bs-btn-bg:#f5f5f5;--bs-btn-border-color:#f5f5f5;--bs-btn-hover-bg:#e8e8e8;--bs-btn-hover-border-color:#e8e8e8;--bs-btn-active-bg:#dcdcdc;}.theme-gmrl-dark .btn-outline-light{--bs-btn-color:#212121;--bs-btn-border-color:#212121;--bs-btn-hover-color:#f5f5f5;--bs-btn-hover-bg:#212121;--bs-btn-hover-border-color:#212121;}.theme-gmrl-dark .bg-light{background-color:#f5f5f5!important;}.theme-gmrl-dark .text-light{color:#f5f5f5!important;}.theme-gmrl-dark .border-light{border-color:#f5f5f5!important;}.theme-gmrl-dark .alert-light{background-color:#f5f5f5;border-color:#e8e8e8;color:#212121;}.theme-gmrl-dark .badge.bg-light{background-color:#f5f5f5!important;color:#212121!important;}.theme-gmrl-dark .btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#212121;--bs-btn-border-color:#212121;--bs-btn-hover-bg:#353535;--bs-btn-hover-border-color:#353535;--bs-btn-active-bg:#404040;}.theme-gmrl-dark .btn-outline-dark{--bs-btn-color:#212121;--bs-btn-border-color:#212121;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#212121;--bs-btn-hover-border-color:#212121;}.theme-gmrl-dark .bg-dark{background-color:#212121!important;}.theme-gmrl-dark .text-dark{color:#212121!important;}.theme-gmrl-dark .border-dark{border-color:#212121!important;}.theme-gmrl-dark .alert-dark{background-color:rgba(33,33,33,.1);border-color:rgba(33,33,33,.3);color:#212121;}.theme-gmrl-dark .badge.bg-dark{background-color:#212121!important;color:#fff!important;}.theme-gmrl-yellow{--inp-primary:#fcca04;--inp-tint:rgba(252,202,4,.06);--inp-tint-focus:rgba(252,202,4,.11);--inp-border:rgba(252,202,4,.35);--inp-border-f:#fcca04;--inp-label:#494949;--inp-tag-bg:rgba(252,202,4,.12);--inp-tag-text:#a28202;--inp-glow:rgba(252,202,4,.2);background-color:#fff;}.theme-gmrl-yellow body{background-color:#fff;color:#494949;}.theme-gmrl-yellow nav-menu{background:#fcca04;border-bottom:2px solid rgba(73,73,73,.25);}.theme-gmrl-yellow nav-menu .navbar-brand,.theme-gmrl-yellow nav-menu a:not(.navbar-brand),.theme-gmrl-yellow nav-menu .dropdown-item{color:#494949!important;}.theme-gmrl-yellow nav-menu a:not(.navbar-brand):hover,.theme-gmrl-yellow nav-menu a:not(.navbar-brand):focus,.theme-gmrl-yellow nav-menu a:not(.navbar-brand):active,.theme-gmrl-yellow nav-menu .dropdown-item:hover,.theme-gmrl-yellow nav-menu .dropdown-item:focus,.theme-gmrl-yellow nav-menu .dropdown-item:active,.theme-gmrl-yellow nav-menu .nav-link.active,.theme-gmrl-yellow nav-menu .dropdown-item.active{background:#494949!important;color:#fff!important;}.theme-gmrl-yellow nav-menu li:not(.navbar-brand):hover,.theme-gmrl-yellow nav-menu li:not(.navbar-brand):focus,.theme-gmrl-yellow nav-menu li:not(.navbar-brand):active{background:transparent!important;}.theme-gmrl-yellow .navbar-brand,.theme-gmrl-yellow .navbar-nav .nav-link,.theme-gmrl-yellow .navbar-nav .nav-link.dropdown-toggle{color:#494949!important;background:transparent!important;}.theme-gmrl-yellow .navbar-nav .nav-link:hover,.theme-gmrl-yellow .navbar-nav .nav-link:focus,.theme-gmrl-yellow .navbar-nav .nav-link.active,.theme-gmrl-yellow .navbar-nav .show>.nav-link,.theme-gmrl-yellow .navbar-nav .nav-item.show>.nav-link{background:#494949!important;color:#fff!important;}.theme-gmrl-yellow .dropdown-menu{background:#fff;border:1px solid rgba(73,73,73,.2);box-shadow:0 4px 12px rgba(0,0,0,.15);}.theme-gmrl-yellow .dropdown-menu .dropdown-item{color:#494949!important;background:transparent!important;}.theme-gmrl-yellow .dropdown-menu .dropdown-item:hover,.theme-gmrl-yellow .dropdown-menu .dropdown-item:focus,.theme-gmrl-yellow .dropdown-menu .dropdown-item.active{background:#494949!important;color:#fff!important;}.theme-gmrl-yellow .navbar-toggler{color:#494949!important;border-color:rgba(73,73,73,.4)!important;}.theme-gmrl-yellow .navbar-toggler:hover{background:rgba(73,73,73,.1)!important;}.theme-gmrl-yellow .modal .modal-content,.theme-gmrl-yellow .uib-modal .modal-content{border:1px solid rgba(73,73,73,.25);background:#fff;color:#494949;box-shadow:0 10px 30px rgba(0,0,0,.15);border-radius:.5rem;overflow:hidden;}.theme-gmrl-yellow .modal .modal-header,.theme-gmrl-yellow .uib-modal .modal-header{background:#fcca04;color:#494949;border-bottom:1px solid rgba(73,73,73,.25);box-shadow:inset 0 -1px 0 rgba(73,73,73,.15);}.theme-gmrl-yellow .modal .modal-header .modal-title,.theme-gmrl-yellow .uib-modal .modal-header .modal-title{color:#494949;font-weight:700;}.theme-gmrl-yellow .modal .modal-header .close,.theme-gmrl-yellow .uib-modal .modal-header .close,.theme-gmrl-yellow .modal .modal-header .btn-close,.theme-gmrl-yellow .uib-modal .modal-header .btn-close{color:#494949;opacity:.85;}.theme-gmrl-yellow .modal .modal-body,.theme-gmrl-yellow .uib-modal .modal-body{background:#fff;color:#494949;}.theme-gmrl-yellow .modal .modal-body .form-control:focus,.theme-gmrl-yellow .uib-modal .modal-body .form-control:focus,.theme-gmrl-yellow .modal .modal-body .form-select:focus,.theme-gmrl-yellow .uib-modal .modal-body .form-select:focus{border-color:#494949;box-shadow:0 0 0 .2rem rgba(73,73,73,.2);}.theme-gmrl-yellow .modal .modal-footer,.theme-gmrl-yellow .uib-modal .modal-footer{background:#fff;border-top:1px solid rgba(73,73,73,.18);}.theme-gmrl-yellow .btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#494949;--bs-btn-border-color:#494949;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#353535;--bs-btn-hover-border-color:#353535;--bs-btn-active-color:#fff;--bs-btn-active-bg:#2a2a2a;--bs-btn-active-border-color:#2a2a2a;--bs-btn-focus-shadow-rgb:73,73,73;}.theme-gmrl-yellow .btn-outline-primary{--bs-btn-color:#494949;--bs-btn-border-color:#494949;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#494949;--bs-btn-hover-border-color:#494949;--bs-btn-active-color:#fff;--bs-btn-active-bg:#353535;--bs-btn-active-border-color:#353535;--bs-btn-focus-shadow-rgb:73,73,73;}.theme-gmrl-yellow .bg-primary{background-color:#494949!important;}.theme-gmrl-yellow .text-primary{color:#494949!important;}.theme-gmrl-yellow .border-primary{border-color:#494949!important;}.theme-gmrl-yellow .alert-primary{background-color:rgba(73,73,73,.1);border-color:rgba(73,73,73,.3);color:#494949;}.theme-gmrl-yellow .badge.bg-primary{background-color:#494949!important;color:#fff!important;}.theme-gmrl-yellow .table-primary{--bs-table-bg:rgba(73,73,73,.08);--bs-table-striped-bg:rgba(73,73,73,.12);--bs-table-hover-bg:rgba(73,73,73,.16);}.theme-gmrl-yellow .form-control:focus,.theme-gmrl-yellow .form-select:focus{border-color:#494949;box-shadow:0 0 0 .2rem rgba(73,73,73,.2);}.theme-gmrl-yellow .link-primary{color:#494949!important;}.theme-gmrl-yellow .link-primary:hover{color:#2f2f2f!important;}.theme-gmrl-yellow .nav-tabs .nav-link.active{background-color:#494949;color:#fff;border-color:#494949;}.theme-gmrl-yellow .progress-bar{background-color:#494949!important;}.theme-gmrl-yellow .btn-secondary{--bs-btn-color:#494949;--bs-btn-bg:#fcca04;--bs-btn-border-color:#fcca04;--bs-btn-hover-color:#494949;--bs-btn-hover-bg:#d5aa03;--bs-btn-hover-border-color:#d5aa03;--bs-btn-active-color:#494949;--bs-btn-active-bg:#c09a02;--bs-btn-active-border-color:#c09a02;--bs-btn-focus-shadow-rgb:252,202,4;}.theme-gmrl-yellow .btn-outline-secondary{--bs-btn-color:#494949;--bs-btn-border-color:#fcca04;--bs-btn-hover-color:#494949;--bs-btn-hover-bg:#fcca04;--bs-btn-hover-border-color:#fcca04;--bs-btn-active-color:#494949;--bs-btn-active-bg:#d5aa03;--bs-btn-active-border-color:#d5aa03;--bs-btn-focus-shadow-rgb:252,202,4;}.theme-gmrl-yellow .bg-secondary{background-color:#fcca04!important;}.theme-gmrl-yellow .text-secondary{color:#494949!important;}.theme-gmrl-yellow .border-secondary{border-color:#fcca04!important;}.theme-gmrl-yellow .alert-secondary{background-color:rgba(252,202,4,.15);border-color:rgba(252,202,4,.35);color:#494949;}.theme-gmrl-yellow .badge.bg-secondary{background-color:#fcca04!important;color:#494949!important;}.theme-gmrl-yellow .btn{background-color:var(--bs-btn-bg);color:var(--bs-btn-color);border-color:var(--bs-btn-border-color);}.theme-gmrl-yellow .btn:hover,.theme-gmrl-yellow .btn:focus{background-color:var(--bs-btn-hover-bg);color:var(--bs-btn-hover-color);border-color:var(--bs-btn-hover-border-color);}.theme-gmrl-yellow .btn:active,.theme-gmrl-yellow .btn.active,.theme-gmrl-yellow .show>.btn.dropdown-toggle{background-color:var(--bs-btn-active-bg);color:var(--bs-btn-active-color);border-color:var(--bs-btn-active-border-color);}.theme-gmrl-yellow .btn:disabled,.theme-gmrl-yellow .btn.disabled,.theme-gmrl-yellow fieldset:disabled .btn{background-color:var(--bs-btn-bg);color:var(--bs-btn-color);border-color:var(--bs-btn-border-color);opacity:.65;}.theme-gmrl-yellow .btn-success{--bs-btn-color:#fff;--bs-btn-bg:#4caf50;--bs-btn-border-color:#4caf50;--bs-btn-hover-bg:#409343;--bs-btn-hover-border-color:#409343;--bs-btn-active-bg:#39843c;}.theme-gmrl-yellow .btn-outline-success{--bs-btn-color:#4caf50;--bs-btn-border-color:#4caf50;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#4caf50;--bs-btn-hover-border-color:#4caf50;}.theme-gmrl-yellow .bg-success{background-color:#4caf50!important;}.theme-gmrl-yellow .text-success{color:#4caf50!important;}.theme-gmrl-yellow .border-success{border-color:#4caf50!important;}.theme-gmrl-yellow .alert-success{background-color:rgba(76,175,80,.12);border-color:rgba(76,175,80,.35);color:#2d682f;}.theme-gmrl-yellow .badge.bg-success{background-color:#4caf50!important;color:#fff!important;}.theme-gmrl-yellow .btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#f44336;--bs-btn-border-color:#f44336;--bs-btn-hover-bg:#f21f0f;--bs-btn-hover-border-color:#f21f0f;--bs-btn-active-bg:#e11b0c;}.theme-gmrl-yellow .btn-outline-danger{--bs-btn-color:#f44336;--bs-btn-border-color:#f44336;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#f44336;--bs-btn-hover-border-color:#f44336;}.theme-gmrl-yellow .bg-danger{background-color:#f44336!important;}.theme-gmrl-yellow .text-danger{color:#f44336!important;}.theme-gmrl-yellow .border-danger{border-color:#f44336!important;}.theme-gmrl-yellow .alert-danger{background-color:rgba(244,67,54,.12);border-color:rgba(244,67,54,.35);color:#ba160a;}.theme-gmrl-yellow .badge.bg-danger{background-color:#f44336!important;color:#fff!important;}.theme-gmrl-yellow .btn-warning{--bs-btn-color:#fff;--bs-btn-bg:#ff9800;--bs-btn-border-color:#ff9800;--bs-btn-hover-bg:#d68000;--bs-btn-hover-border-color:#d68000;--bs-btn-active-bg:#c27400;}.theme-gmrl-yellow .btn-outline-warning{--bs-btn-color:#ff9800;--bs-btn-border-color:#ff9800;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#ff9800;--bs-btn-hover-border-color:#ff9800;}.theme-gmrl-yellow .bg-warning{background-color:#ff9800!important;}.theme-gmrl-yellow .text-warning{color:#ff9800!important;}.theme-gmrl-yellow .border-warning{border-color:#ff9800!important;}.theme-gmrl-yellow .alert-warning{background-color:rgba(255,152,0,.12);border-color:rgba(255,152,0,.35);color:#995b00;}.theme-gmrl-yellow .badge.bg-warning{background-color:#ff9800!important;color:#fff!important;}.theme-gmrl-yellow .btn-info{--bs-btn-color:#fff;--bs-btn-bg:#2196f3;--bs-btn-border-color:#2196f3;--bs-btn-hover-bg:#0c82df;--bs-btn-hover-border-color:#0c82df;--bs-btn-active-bg:#0b76cc;}.theme-gmrl-yellow .btn-outline-info{--bs-btn-color:#2196f3;--bs-btn-border-color:#2196f3;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#2196f3;--bs-btn-hover-border-color:#2196f3;}.theme-gmrl-yellow .bg-info{background-color:#2196f3!important;}.theme-gmrl-yellow .text-info{color:#2196f3!important;}.theme-gmrl-yellow .border-info{border-color:#2196f3!important;}.theme-gmrl-yellow .alert-info{background-color:rgba(33,150,243,.12);border-color:rgba(33,150,243,.35);color:#0960a5;}.theme-gmrl-yellow .badge.bg-info{background-color:#2196f3!important;color:#fff!important;}.theme-gmrl-yellow .btn-light{--bs-btn-color:#212121;--bs-btn-bg:#f5f5f5;--bs-btn-border-color:#f5f5f5;--bs-btn-hover-bg:#e8e8e8;--bs-btn-hover-border-color:#e8e8e8;--bs-btn-active-bg:#dcdcdc;}.theme-gmrl-yellow .btn-outline-light{--bs-btn-color:#212121;--bs-btn-border-color:#212121;--bs-btn-hover-color:#f5f5f5;--bs-btn-hover-bg:#212121;--bs-btn-hover-border-color:#212121;}.theme-gmrl-yellow .bg-light{background-color:#f5f5f5!important;}.theme-gmrl-yellow .text-light{color:#f5f5f5!important;}.theme-gmrl-yellow .border-light{border-color:#f5f5f5!important;}.theme-gmrl-yellow .alert-light{background-color:#f5f5f5;border-color:#e8e8e8;color:#212121;}.theme-gmrl-yellow .badge.bg-light{background-color:#f5f5f5!important;color:#212121!important;}.theme-gmrl-yellow .btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#212121;--bs-btn-border-color:#212121;--bs-btn-hover-bg:#353535;--bs-btn-hover-border-color:#353535;--bs-btn-active-bg:#404040;}.theme-gmrl-yellow .btn-outline-dark{--bs-btn-color:#212121;--bs-btn-border-color:#212121;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#212121;--bs-btn-hover-border-color:#212121;}.theme-gmrl-yellow .bg-dark{background-color:#212121!important;}.theme-gmrl-yellow .text-dark{color:#212121!important;}.theme-gmrl-yellow .border-dark{border-color:#212121!important;}.theme-gmrl-yellow .alert-dark{background-color:rgba(33,33,33,.1);border-color:rgba(33,33,33,.3);color:#212121;}.theme-gmrl-yellow .badge.bg-dark{background-color:#212121!important;color:#fff!important;}.theme-hyve{--inp-primary:#00a4ef;--inp-tint:rgba(0,164,239,.06);--inp-tint-focus:rgba(0,164,239,.11);--inp-border:rgba(0,164,239,.35);--inp-border-f:#00a4ef;--inp-label:#0076b0;--inp-tag-bg:rgba(0,164,239,.12);--inp-tag-text:#006593;--inp-glow:rgba(0,164,239,.2);}.theme-hyve nav-menu{background:#fff;border-bottom:2px solid rgba(0,164,239,.3);}.theme-hyve nav-menu .navbar-brand,.theme-hyve nav-menu a:not(.navbar-brand),.theme-hyve nav-menu .dropdown-item{color:#00a4ef!important;}.theme-hyve nav-menu a:not(.navbar-brand):hover,.theme-hyve nav-menu a:not(.navbar-brand):focus,.theme-hyve nav-menu a:not(.navbar-brand):active,.theme-hyve nav-menu .dropdown-item:hover,.theme-hyve nav-menu .dropdown-item:focus,.theme-hyve nav-menu .dropdown-item:active,.theme-hyve nav-menu .nav-link.active,.theme-hyve nav-menu .dropdown-item.active{background:#00a4ef!important;color:#fff!important;}.theme-hyve nav-menu li:not(.navbar-brand):hover,.theme-hyve nav-menu li:not(.navbar-brand):focus,.theme-hyve nav-menu li:not(.navbar-brand):active{background:transparent!important;}.theme-hyve .navbar-brand,.theme-hyve .navbar-nav .nav-link,.theme-hyve .navbar-nav .nav-link.dropdown-toggle{color:#00a4ef!important;background:transparent!important;}.theme-hyve .navbar-nav .nav-link:hover,.theme-hyve .navbar-nav .nav-link:focus,.theme-hyve .navbar-nav .nav-link.active,.theme-hyve .navbar-nav .show>.nav-link,.theme-hyve .navbar-nav .nav-item.show>.nav-link{background:#00a4ef!important;color:#fff!important;}.theme-hyve .dropdown-menu{background:#fff;border:1px solid rgba(0,164,239,.25);box-shadow:0 4px 12px rgba(0,164,239,.12);}.theme-hyve .dropdown-menu .dropdown-item{color:#00a4ef!important;background:transparent!important;}.theme-hyve .dropdown-menu .dropdown-item:hover,.theme-hyve .dropdown-menu .dropdown-item:focus,.theme-hyve .dropdown-menu .dropdown-item.active{background:#00a4ef!important;color:#fff!important;}.theme-hyve .navbar-toggler{color:#00a4ef!important;border-color:rgba(0,164,239,.4)!important;}.theme-hyve .navbar-toggler:hover{background:rgba(0,164,239,.15)!important;}.theme-hyve .modal .modal-content,.theme-hyve .uib-modal .modal-content{border:1px solid rgba(0,164,239,.35);background:#fff;color:#212121;box-shadow:0 10px 30px rgba(0,164,239,.18);border-radius:.5rem;overflow:hidden;}.theme-hyve .modal .modal-header,.theme-hyve .uib-modal .modal-header{background:rgba(0,164,239,.12);color:#1e2637;border-bottom:1px solid rgba(0,164,239,.35);box-shadow:inset 0 -1px 0 rgba(0,164,239,.25);}.theme-hyve .modal .modal-header .modal-title,.theme-hyve .uib-modal .modal-header .modal-title{color:#1e2637;font-weight:700;}.theme-hyve .modal .modal-header .close,.theme-hyve .uib-modal .modal-header .close,.theme-hyve .modal .modal-header .btn-close,.theme-hyve .uib-modal .modal-header .btn-close{color:#1e2637;opacity:.85;}.theme-hyve .modal .modal-body,.theme-hyve .uib-modal .modal-body{background:#fff;color:#212121;}.theme-hyve .modal .modal-body .form-control:focus,.theme-hyve .uib-modal .modal-body .form-control:focus,.theme-hyve .modal .modal-body .form-select:focus,.theme-hyve .uib-modal .modal-body .form-select:focus{border-color:#00a4ef;box-shadow:0 0 0 .2rem rgba(0,164,239,.25);}.theme-hyve .modal .modal-footer,.theme-hyve .uib-modal .modal-footer{background:#fff;border-top:1px solid rgba(0,164,239,.22);}.theme-hyve .btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#00a4ef;--bs-btn-border-color:#00a4ef;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0088c6;--bs-btn-hover-border-color:#0088c6;--bs-btn-active-color:#fff;--bs-btn-active-bg:#007ab2;--bs-btn-active-border-color:#007ab2;--bs-btn-focus-shadow-rgb:0,164,239;}.theme-hyve .btn-outline-primary{--bs-btn-color:#00a4ef;--bs-btn-border-color:#00a4ef;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#00a4ef;--bs-btn-hover-border-color:#00a4ef;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0088c6;--bs-btn-active-border-color:#0088c6;--bs-btn-focus-shadow-rgb:0,164,239;}.theme-hyve .bg-primary{background-color:#00a4ef!important;}.theme-hyve .text-primary{color:#00a4ef!important;}.theme-hyve .border-primary{border-color:#00a4ef!important;}.theme-hyve .alert-primary{background-color:rgba(0,164,239,.12);border-color:rgba(0,164,239,.35);color:#005e89;}.theme-hyve .badge.bg-primary{background-color:#00a4ef!important;color:#fff!important;}.theme-hyve .table-primary{--bs-table-bg:rgba(0,164,239,.12);--bs-table-striped-bg:rgba(0,164,239,.18);--bs-table-hover-bg:rgba(0,164,239,.22);}.theme-hyve .form-control:focus,.theme-hyve .form-select:focus{border-color:#00a4ef;box-shadow:0 0 0 .2rem rgba(0,164,239,.25);}.theme-hyve .link-primary{color:#00a4ef!important;}.theme-hyve .link-primary:hover{color:#007ab2!important;}.theme-hyve .nav-tabs .nav-link.active{background-color:#00a4ef;color:#fff;border-color:#00a4ef;}.theme-hyve .progress-bar{background-color:#00a4ef!important;}.theme-hyve .btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#1e2637;--bs-btn-border-color:#1e2637;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#10141d;--bs-btn-hover-border-color:#10141d;--bs-btn-active-color:#fff;--bs-btn-active-bg:#080b0f;--bs-btn-active-border-color:#080b0f;--bs-btn-focus-shadow-rgb:30,38,55;}.theme-hyve .btn-outline-secondary{--bs-btn-color:#1e2637;--bs-btn-border-color:#1e2637;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#1e2637;--bs-btn-hover-border-color:#1e2637;--bs-btn-active-color:#fff;--bs-btn-active-bg:#10141d;--bs-btn-active-border-color:#10141d;--bs-btn-focus-shadow-rgb:30,38,55;}.theme-hyve .bg-secondary{background-color:#1e2637!important;}.theme-hyve .text-secondary{color:#1e2637!important;}.theme-hyve .border-secondary{border-color:#1e2637!important;}.theme-hyve .alert-secondary{background-color:rgba(30,38,55,.1);border-color:rgba(30,38,55,.3);color:#1e2637;}.theme-hyve .badge.bg-secondary{background-color:#1e2637!important;color:#fff!important;}.theme-hyve .btn{background-color:var(--bs-btn-bg);color:var(--bs-btn-color);border-color:var(--bs-btn-border-color);}.theme-hyve .btn:hover,.theme-hyve .btn:focus{background-color:var(--bs-btn-hover-bg);color:var(--bs-btn-hover-color);border-color:var(--bs-btn-hover-border-color);}.theme-hyve .btn:active,.theme-hyve .btn.active,.theme-hyve .show>.btn.dropdown-toggle{background-color:var(--bs-btn-active-bg);color:var(--bs-btn-active-color);border-color:var(--bs-btn-active-border-color);}.theme-hyve .btn:disabled,.theme-hyve .btn.disabled,.theme-hyve fieldset:disabled .btn{background-color:var(--bs-btn-bg);color:var(--bs-btn-color);border-color:var(--bs-btn-border-color);opacity:.65;}.theme-hyve .btn-success{--bs-btn-color:#fff;--bs-btn-bg:#4caf50;--bs-btn-border-color:#4caf50;--bs-btn-hover-bg:#409343;--bs-btn-hover-border-color:#409343;--bs-btn-active-bg:#39843c;}.theme-hyve .btn-outline-success{--bs-btn-color:#4caf50;--bs-btn-border-color:#4caf50;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#4caf50;--bs-btn-hover-border-color:#4caf50;}.theme-hyve .bg-success{background-color:#4caf50!important;}.theme-hyve .text-success{color:#4caf50!important;}.theme-hyve .border-success{border-color:#4caf50!important;}.theme-hyve .alert-success{background-color:rgba(76,175,80,.12);border-color:rgba(76,175,80,.35);color:#2d682f;}.theme-hyve .badge.bg-success{background-color:#4caf50!important;color:#fff!important;}.theme-hyve .btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#f44336;--bs-btn-border-color:#f44336;--bs-btn-hover-bg:#f21f0f;--bs-btn-hover-border-color:#f21f0f;--bs-btn-active-bg:#e11b0c;}.theme-hyve .btn-outline-danger{--bs-btn-color:#f44336;--bs-btn-border-color:#f44336;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#f44336;--bs-btn-hover-border-color:#f44336;}.theme-hyve .bg-danger{background-color:#f44336!important;}.theme-hyve .text-danger{color:#f44336!important;}.theme-hyve .border-danger{border-color:#f44336!important;}.theme-hyve .alert-danger{background-color:rgba(244,67,54,.12);border-color:rgba(244,67,54,.35);color:#ba160a;}.theme-hyve .badge.bg-danger{background-color:#f44336!important;color:#fff!important;}.theme-hyve .btn-warning{--bs-btn-color:#fff;--bs-btn-bg:#ff9800;--bs-btn-border-color:#ff9800;--bs-btn-hover-bg:#d68000;--bs-btn-hover-border-color:#d68000;--bs-btn-active-bg:#c27400;}.theme-hyve .btn-outline-warning{--bs-btn-color:#ff9800;--bs-btn-border-color:#ff9800;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#ff9800;--bs-btn-hover-border-color:#ff9800;}.theme-hyve .bg-warning{background-color:#ff9800!important;}.theme-hyve .text-warning{color:#ff9800!important;}.theme-hyve .border-warning{border-color:#ff9800!important;}.theme-hyve .alert-warning{background-color:rgba(255,152,0,.12);border-color:rgba(255,152,0,.35);color:#995b00;}.theme-hyve .badge.bg-warning{background-color:#ff9800!important;color:#fff!important;}.theme-hyve .btn-info{--bs-btn-color:#fff;--bs-btn-bg:#2196f3;--bs-btn-border-color:#2196f3;--bs-btn-hover-bg:#0c82df;--bs-btn-hover-border-color:#0c82df;--bs-btn-active-bg:#0b76cc;}.theme-hyve .btn-outline-info{--bs-btn-color:#2196f3;--bs-btn-border-color:#2196f3;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#2196f3;--bs-btn-hover-border-color:#2196f3;}.theme-hyve .bg-info{background-color:#2196f3!important;}.theme-hyve .text-info{color:#2196f3!important;}.theme-hyve .border-info{border-color:#2196f3!important;}.theme-hyve .alert-info{background-color:rgba(33,150,243,.12);border-color:rgba(33,150,243,.35);color:#0960a5;}.theme-hyve .badge.bg-info{background-color:#2196f3!important;color:#fff!important;}.theme-hyve .btn-light{--bs-btn-color:#212121;--bs-btn-bg:#f5f5f5;--bs-btn-border-color:#f5f5f5;--bs-btn-hover-bg:#e8e8e8;--bs-btn-hover-border-color:#e8e8e8;--bs-btn-active-bg:#dcdcdc;}.theme-hyve .btn-outline-light{--bs-btn-color:#212121;--bs-btn-border-color:#212121;--bs-btn-hover-color:#f5f5f5;--bs-btn-hover-bg:#212121;--bs-btn-hover-border-color:#212121;}.theme-hyve .bg-light{background-color:#f5f5f5!important;}.theme-hyve .text-light{color:#f5f5f5!important;}.theme-hyve .border-light{border-color:#f5f5f5!important;}.theme-hyve .alert-light{background-color:#f5f5f5;border-color:#e8e8e8;color:#212121;}.theme-hyve .badge.bg-light{background-color:#f5f5f5!important;color:#212121!important;}.theme-hyve .btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#212121;--bs-btn-border-color:#212121;--bs-btn-hover-bg:#353535;--bs-btn-hover-border-color:#353535;--bs-btn-active-bg:#404040;}.theme-hyve .btn-outline-dark{--bs-btn-color:#212121;--bs-btn-border-color:#212121;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#212121;--bs-btn-hover-border-color:#212121;}.theme-hyve .bg-dark{background-color:#212121!important;}.theme-hyve .text-dark{color:#212121!important;}.theme-hyve .border-dark{border-color:#212121!important;}.theme-hyve .alert-dark{background-color:rgba(33,33,33,.1);border-color:rgba(33,33,33,.3);color:#212121;}.theme-hyve .badge.bg-dark{background-color:#212121!important;color:#fff!important;}.theme-hyve-dark{--inp-primary:#00a4ef;--inp-tint:rgba(0,164,239,.06);--inp-tint-focus:rgba(0,164,239,.11);--inp-border:rgba(0,164,239,.35);--inp-border-f:#00a4ef;--inp-label:#b3e0f7;--inp-tag-bg:rgba(0,164,239,.12);--inp-tag-text:#006593;--inp-glow:rgba(0,164,239,.2);background-color:#1e2637;}.theme-hyve-dark body{background-color:#1e2637;color:#fff;}.theme-hyve-dark nav-menu{background:#1e2637;border-bottom:2px solid rgba(0,164,239,.3);}.theme-hyve-dark nav-menu .navbar-brand,.theme-hyve-dark nav-menu a:not(.navbar-brand),.theme-hyve-dark nav-menu .dropdown-item{color:#fff!important;}.theme-hyve-dark nav-menu a:not(.navbar-brand):hover,.theme-hyve-dark nav-menu a:not(.navbar-brand):focus,.theme-hyve-dark nav-menu a:not(.navbar-brand):active,.theme-hyve-dark nav-menu .dropdown-item:hover,.theme-hyve-dark nav-menu .dropdown-item:focus,.theme-hyve-dark nav-menu .dropdown-item:active,.theme-hyve-dark nav-menu .nav-link.active,.theme-hyve-dark nav-menu .dropdown-item.active{background:#00a4ef!important;color:#fff!important;}.theme-hyve-dark nav-menu li:not(.navbar-brand):hover,.theme-hyve-dark nav-menu li:not(.navbar-brand):focus,.theme-hyve-dark nav-menu li:not(.navbar-brand):active{background:transparent!important;}.theme-hyve-dark .navbar-brand,.theme-hyve-dark .navbar-nav .nav-link,.theme-hyve-dark .navbar-nav .nav-link.dropdown-toggle{color:#fff!important;background:transparent!important;}.theme-hyve-dark .navbar-nav .nav-link:hover,.theme-hyve-dark .navbar-nav .nav-link:focus,.theme-hyve-dark .navbar-nav .nav-link.active,.theme-hyve-dark .navbar-nav .show>.nav-link,.theme-hyve-dark .navbar-nav .nav-item.show>.nav-link{background:#00a4ef!important;color:#fff!important;}.theme-hyve-dark .dropdown-menu{background:#151b27;border:1px solid rgba(0,164,239,.25);box-shadow:0 4px 12px rgba(0,0,0,.3);}.theme-hyve-dark .dropdown-menu .dropdown-item{color:#fff!important;background:transparent!important;}.theme-hyve-dark .dropdown-menu .dropdown-item:hover,.theme-hyve-dark .dropdown-menu .dropdown-item:focus,.theme-hyve-dark .dropdown-menu .dropdown-item.active{background:#00a4ef!important;color:#fff!important;}.theme-hyve-dark .navbar-toggler{color:#fff!important;border-color:rgba(255,255,255,.4)!important;}.theme-hyve-dark .navbar-toggler:hover{background:rgba(255,255,255,.1)!important;}.theme-hyve-dark .modal .modal-content,.theme-hyve-dark .uib-modal .modal-content{border:1px solid rgba(0,164,239,.35);background:#273148;color:#fff;box-shadow:0 10px 30px rgba(0,164,239,.18);border-radius:.5rem;overflow:hidden;}.theme-hyve-dark .modal .modal-header,.theme-hyve-dark .uib-modal .modal-header{background:#1e2637;color:#fff;border-bottom:1px solid rgba(0,164,239,.35);box-shadow:inset 0 -1px 0 rgba(0,164,239,.25);}.theme-hyve-dark .modal .modal-header .modal-title,.theme-hyve-dark .uib-modal .modal-header .modal-title{color:#fff;font-weight:700;}.theme-hyve-dark .modal .modal-header .close,.theme-hyve-dark .uib-modal .modal-header .close,.theme-hyve-dark .modal .modal-header .btn-close,.theme-hyve-dark .uib-modal .modal-header .btn-close{color:#fff;opacity:.85;}.theme-hyve-dark .modal .modal-body,.theme-hyve-dark .uib-modal .modal-body{background:#273148;color:#fff;}.theme-hyve-dark .modal .modal-body .form-control:focus,.theme-hyve-dark .uib-modal .modal-body .form-control:focus,.theme-hyve-dark .modal .modal-body .form-select:focus,.theme-hyve-dark .uib-modal .modal-body .form-select:focus{border-color:#00a4ef;box-shadow:0 0 0 .2rem rgba(0,164,239,.25);}.theme-hyve-dark .modal .modal-footer,.theme-hyve-dark .uib-modal .modal-footer{background:#1e2637;border-top:1px solid rgba(0,164,239,.22);}.theme-hyve-dark .btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#00a4ef;--bs-btn-border-color:#00a4ef;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0088c6;--bs-btn-hover-border-color:#0088c6;--bs-btn-active-color:#fff;--bs-btn-active-bg:#007ab2;--bs-btn-active-border-color:#007ab2;--bs-btn-focus-shadow-rgb:0,164,239;}.theme-hyve-dark .btn-outline-primary{--bs-btn-color:#00a4ef;--bs-btn-border-color:#00a4ef;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#00a4ef;--bs-btn-hover-border-color:#00a4ef;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0088c6;--bs-btn-active-border-color:#0088c6;--bs-btn-focus-shadow-rgb:0,164,239;}.theme-hyve-dark .bg-primary{background-color:#00a4ef!important;}.theme-hyve-dark .text-primary{color:#00a4ef!important;}.theme-hyve-dark .border-primary{border-color:#00a4ef!important;}.theme-hyve-dark .alert-primary{background-color:rgba(0,164,239,.15);border-color:rgba(0,164,239,.4);color:#00a4ef;}.theme-hyve-dark .badge.bg-primary{background-color:#00a4ef!important;color:#fff!important;}.theme-hyve-dark .table-primary{--bs-table-bg:rgba(0,164,239,.15);--bs-table-striped-bg:rgba(0,164,239,.2);--bs-table-hover-bg:rgba(0,164,239,.25);}.theme-hyve-dark .form-control:focus,.theme-hyve-dark .form-select:focus{border-color:#00a4ef;box-shadow:0 0 0 .2rem rgba(0,164,239,.25);}.theme-hyve-dark .link-primary{color:#00a4ef!important;}.theme-hyve-dark .link-primary:hover{color:#007ab2!important;}.theme-hyve-dark .nav-tabs .nav-link.active{background-color:#00a4ef;color:#fff;border-color:#00a4ef;}.theme-hyve-dark .progress-bar{background-color:#00a4ef!important;}.theme-hyve-dark .btn-secondary{--bs-btn-color:#1e2637;--bs-btn-bg:#fff;--bs-btn-border-color:#fff;--bs-btn-hover-color:#1e2637;--bs-btn-hover-bg:#e6e6e6;--bs-btn-hover-border-color:#e6e6e6;--bs-btn-active-color:#1e2637;--bs-btn-active-bg:#d9d9d9;--bs-btn-active-border-color:#d9d9d9;}.theme-hyve-dark .btn-outline-secondary{--bs-btn-color:#fff;--bs-btn-border-color:#fff;--bs-btn-hover-color:#1e2637;--bs-btn-hover-bg:#fff;--bs-btn-hover-border-color:#fff;--bs-btn-active-color:#1e2637;--bs-btn-active-bg:#e6e6e6;--bs-btn-active-border-color:#e6e6e6;}.theme-hyve-dark .bg-secondary{background-color:#fff!important;}.theme-hyve-dark .text-secondary{color:#fff!important;}.theme-hyve-dark .border-secondary{border-color:#fff!important;}.theme-hyve-dark .alert-secondary{background-color:rgba(255,255,255,.12);border-color:rgba(255,255,255,.35);color:#fff;}.theme-hyve-dark .badge.bg-secondary{background-color:#fff!important;color:#1e2637!important;}.theme-hyve-dark .btn{background-color:var(--bs-btn-bg);color:var(--bs-btn-color);border-color:var(--bs-btn-border-color);}.theme-hyve-dark .btn:hover,.theme-hyve-dark .btn:focus{background-color:var(--bs-btn-hover-bg);color:var(--bs-btn-hover-color);border-color:var(--bs-btn-hover-border-color);}.theme-hyve-dark .btn:active,.theme-hyve-dark .btn.active,.theme-hyve-dark .show>.btn.dropdown-toggle{background-color:var(--bs-btn-active-bg);color:var(--bs-btn-active-color);border-color:var(--bs-btn-active-border-color);}.theme-hyve-dark .btn:disabled,.theme-hyve-dark .btn.disabled,.theme-hyve-dark fieldset:disabled .btn{background-color:var(--bs-btn-bg);color:var(--bs-btn-color);border-color:var(--bs-btn-border-color);opacity:.65;}.theme-hyve-dark .btn-success{--bs-btn-color:#fff;--bs-btn-bg:#4caf50;--bs-btn-border-color:#4caf50;--bs-btn-hover-bg:#409343;--bs-btn-hover-border-color:#409343;--bs-btn-active-bg:#39843c;}.theme-hyve-dark .btn-outline-success{--bs-btn-color:#4caf50;--bs-btn-border-color:#4caf50;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#4caf50;--bs-btn-hover-border-color:#4caf50;}.theme-hyve-dark .bg-success{background-color:#4caf50!important;}.theme-hyve-dark .text-success{color:#4caf50!important;}.theme-hyve-dark .border-success{border-color:#4caf50!important;}.theme-hyve-dark .alert-success{background-color:rgba(76,175,80,.12);border-color:rgba(76,175,80,.35);color:#2d682f;}.theme-hyve-dark .badge.bg-success{background-color:#4caf50!important;color:#fff!important;}.theme-hyve-dark .btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#f44336;--bs-btn-border-color:#f44336;--bs-btn-hover-bg:#f21f0f;--bs-btn-hover-border-color:#f21f0f;--bs-btn-active-bg:#e11b0c;}.theme-hyve-dark .btn-outline-danger{--bs-btn-color:#f44336;--bs-btn-border-color:#f44336;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#f44336;--bs-btn-hover-border-color:#f44336;}.theme-hyve-dark .bg-danger{background-color:#f44336!important;}.theme-hyve-dark .text-danger{color:#f44336!important;}.theme-hyve-dark .border-danger{border-color:#f44336!important;}.theme-hyve-dark .alert-danger{background-color:rgba(244,67,54,.12);border-color:rgba(244,67,54,.35);color:#ba160a;}.theme-hyve-dark .badge.bg-danger{background-color:#f44336!important;color:#fff!important;}.theme-hyve-dark .btn-warning{--bs-btn-color:#fff;--bs-btn-bg:#ff9800;--bs-btn-border-color:#ff9800;--bs-btn-hover-bg:#d68000;--bs-btn-hover-border-color:#d68000;--bs-btn-active-bg:#c27400;}.theme-hyve-dark .btn-outline-warning{--bs-btn-color:#ff9800;--bs-btn-border-color:#ff9800;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#ff9800;--bs-btn-hover-border-color:#ff9800;}.theme-hyve-dark .bg-warning{background-color:#ff9800!important;}.theme-hyve-dark .text-warning{color:#ff9800!important;}.theme-hyve-dark .border-warning{border-color:#ff9800!important;}.theme-hyve-dark .alert-warning{background-color:rgba(255,152,0,.12);border-color:rgba(255,152,0,.35);color:#995b00;}.theme-hyve-dark .badge.bg-warning{background-color:#ff9800!important;color:#fff!important;}.theme-hyve-dark .btn-info{--bs-btn-color:#fff;--bs-btn-bg:#2196f3;--bs-btn-border-color:#2196f3;--bs-btn-hover-bg:#0c82df;--bs-btn-hover-border-color:#0c82df;--bs-btn-active-bg:#0b76cc;}.theme-hyve-dark .btn-outline-info{--bs-btn-color:#2196f3;--bs-btn-border-color:#2196f3;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#2196f3;--bs-btn-hover-border-color:#2196f3;}.theme-hyve-dark .bg-info{background-color:#2196f3!important;}.theme-hyve-dark .text-info{color:#2196f3!important;}.theme-hyve-dark .border-info{border-color:#2196f3!important;}.theme-hyve-dark .alert-info{background-color:rgba(33,150,243,.12);border-color:rgba(33,150,243,.35);color:#0960a5;}.theme-hyve-dark .badge.bg-info{background-color:#2196f3!important;color:#fff!important;}.theme-hyve-dark .btn-light{--bs-btn-color:#212121;--bs-btn-bg:#f5f5f5;--bs-btn-border-color:#f5f5f5;--bs-btn-hover-bg:#e8e8e8;--bs-btn-hover-border-color:#e8e8e8;--bs-btn-active-bg:#dcdcdc;}.theme-hyve-dark .btn-outline-light{--bs-btn-color:#212121;--bs-btn-border-color:#212121;--bs-btn-hover-color:#f5f5f5;--bs-btn-hover-bg:#212121;--bs-btn-hover-border-color:#212121;}.theme-hyve-dark .bg-light{background-color:#f5f5f5!important;}.theme-hyve-dark .text-light{color:#f5f5f5!important;}.theme-hyve-dark .border-light{border-color:#f5f5f5!important;}.theme-hyve-dark .alert-light{background-color:#f5f5f5;border-color:#e8e8e8;color:#212121;}.theme-hyve-dark .badge.bg-light{background-color:#f5f5f5!important;color:#212121!important;}.theme-hyve-dark .btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#212121;--bs-btn-border-color:#212121;--bs-btn-hover-bg:#353535;--bs-btn-hover-border-color:#353535;--bs-btn-active-bg:#404040;}.theme-hyve-dark .btn-outline-dark{--bs-btn-color:#212121;--bs-btn-border-color:#212121;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#212121;--bs-btn-hover-border-color:#212121;}.theme-hyve-dark .bg-dark{background-color:#212121!important;}.theme-hyve-dark .text-dark{color:#212121!important;}.theme-hyve-dark .border-dark{border-color:#212121!important;}.theme-hyve-dark .alert-dark{background-color:rgba(33,33,33,.1);border-color:rgba(33,33,33,.3);color:#212121;}.theme-hyve-dark .badge.bg-dark{background-color:#212121!important;color:#fff!important;}.theme-hyve-blue{--inp-primary:#1e2637;--inp-tint:rgba(30,38,55,.06);--inp-tint-focus:rgba(30,38,55,.11);--inp-border:rgba(30,38,55,.35);--inp-border-f:#1e2637;--inp-label:#fff;--inp-tag-bg:rgba(30,38,55,.12);--inp-tag-text:#000;--inp-glow:rgba(30,38,55,.2);background-color:#00a4ef;}.theme-hyve-blue body{background-color:#00a4ef;color:#fff;}.theme-hyve-blue nav-menu{background:#00a4ef;border-bottom:2px solid rgba(255,255,255,.18);}.theme-hyve-blue nav-menu .navbar-brand,.theme-hyve-blue nav-menu a:not(.navbar-brand),.theme-hyve-blue nav-menu .dropdown-item{color:#fff!important;}.theme-hyve-blue nav-menu a:not(.navbar-brand):hover,.theme-hyve-blue nav-menu a:not(.navbar-brand):focus,.theme-hyve-blue nav-menu a:not(.navbar-brand):active,.theme-hyve-blue nav-menu .dropdown-item:hover,.theme-hyve-blue nav-menu .dropdown-item:focus,.theme-hyve-blue nav-menu .dropdown-item:active,.theme-hyve-blue nav-menu .nav-link.active,.theme-hyve-blue nav-menu .dropdown-item.active{background:#1e2637!important;color:#fff!important;}.theme-hyve-blue nav-menu li:not(.navbar-brand):hover,.theme-hyve-blue nav-menu li:not(.navbar-brand):focus,.theme-hyve-blue nav-menu li:not(.navbar-brand):active{background:transparent!important;}.theme-hyve-blue .navbar-brand,.theme-hyve-blue .navbar-nav .nav-link,.theme-hyve-blue .navbar-nav .nav-link.dropdown-toggle{color:#fff!important;background:transparent!important;}.theme-hyve-blue .navbar-nav .nav-link:hover,.theme-hyve-blue .navbar-nav .nav-link:focus,.theme-hyve-blue .navbar-nav .nav-link.active,.theme-hyve-blue .navbar-nav .show>.nav-link,.theme-hyve-blue .navbar-nav .nav-item.show>.nav-link{background:#1e2637!important;color:#fff!important;}.theme-hyve-blue .dropdown-menu{background:#fff;border:1px solid rgba(30,38,55,.2);box-shadow:0 4px 12px rgba(0,0,0,.2);}.theme-hyve-blue .dropdown-menu .dropdown-item{color:#1e2637!important;background:transparent!important;}.theme-hyve-blue .dropdown-menu .dropdown-item:hover,.theme-hyve-blue .dropdown-menu .dropdown-item:focus,.theme-hyve-blue .dropdown-menu .dropdown-item.active{background:#1e2637!important;color:#fff!important;}.theme-hyve-blue .navbar-toggler{color:#fff!important;border-color:rgba(255,255,255,.4)!important;}.theme-hyve-blue .navbar-toggler:hover{background:#0088c6!important;}.theme-hyve-blue .modal .modal-content,.theme-hyve-blue .uib-modal .modal-content{border:1px solid rgba(255,255,255,.25);background:#fff;color:#212121;box-shadow:0 10px 30px rgba(0,0,0,.2);border-radius:.5rem;overflow:hidden;}.theme-hyve-blue .modal .modal-header,.theme-hyve-blue .uib-modal .modal-header{background:#00a4ef;color:#fff;border-bottom:1px solid rgba(255,255,255,.25);box-shadow:inset 0 -1px 0 rgba(255,255,255,.15);}.theme-hyve-blue .modal .modal-header .modal-title,.theme-hyve-blue .uib-modal .modal-header .modal-title{color:#fff;font-weight:700;}.theme-hyve-blue .modal .modal-header .close,.theme-hyve-blue .uib-modal .modal-header .close,.theme-hyve-blue .modal .modal-header .btn-close,.theme-hyve-blue .uib-modal .modal-header .btn-close{color:#fff;opacity:.85;}.theme-hyve-blue .modal .modal-body,.theme-hyve-blue .uib-modal .modal-body{background:#fff;color:#212121;}.theme-hyve-blue .modal .modal-body .form-control:focus,.theme-hyve-blue .uib-modal .modal-body .form-control:focus,.theme-hyve-blue .modal .modal-body .form-select:focus,.theme-hyve-blue .uib-modal .modal-body .form-select:focus{border-color:#1e2637;box-shadow:0 0 0 .2rem rgba(30,38,55,.2);}.theme-hyve-blue .modal .modal-footer,.theme-hyve-blue .uib-modal .modal-footer{background:#fff;border-top:1px solid rgba(30,38,55,.18);}.theme-hyve-blue .btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#1e2637;--bs-btn-border-color:#1e2637;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#10141d;--bs-btn-hover-border-color:#10141d;--bs-btn-active-color:#fff;--bs-btn-active-bg:#080b0f;--bs-btn-active-border-color:#080b0f;--bs-btn-focus-shadow-rgb:30,38,55;}.theme-hyve-blue .btn-outline-primary{--bs-btn-color:#fff;--bs-btn-border-color:#fff;--bs-btn-hover-color:#1e2637;--bs-btn-hover-bg:#fff;--bs-btn-hover-border-color:#fff;--bs-btn-active-color:#1e2637;--bs-btn-active-bg:#e6e6e6;--bs-btn-active-border-color:#e6e6e6;}.theme-hyve-blue .bg-primary{background-color:#1e2637!important;}.theme-hyve-blue .text-primary{color:#fff!important;}.theme-hyve-blue .border-primary{border-color:#1e2637!important;}.theme-hyve-blue .alert-primary{background-color:rgba(30,38,55,.15);border-color:rgba(30,38,55,.4);color:#fff;}.theme-hyve-blue .badge.bg-primary{background-color:#1e2637!important;color:#fff!important;}.theme-hyve-blue .table-primary{--bs-table-bg:rgba(30,38,55,.15);--bs-table-striped-bg:rgba(30,38,55,.2);--bs-table-hover-bg:rgba(30,38,55,.25);}.theme-hyve-blue .form-control:focus,.theme-hyve-blue .form-select:focus{border-color:#1e2637;box-shadow:0 0 0 .2rem rgba(30,38,55,.25);}.theme-hyve-blue .link-primary{color:#fff!important;}.theme-hyve-blue .link-primary:hover{color:#e6e6e6!important;}.theme-hyve-blue .nav-tabs .nav-link.active{background-color:#1e2637;color:#fff;border-color:#1e2637;}.theme-hyve-blue .progress-bar{background-color:#1e2637!important;}.theme-hyve-blue .btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#0081bc;--bs-btn-border-color:#0081bc;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#006593;--bs-btn-hover-border-color:#006593;--bs-btn-active-color:#fff;--bs-btn-active-bg:#00577f;--bs-btn-active-border-color:#00577f;}.theme-hyve-blue .btn-outline-secondary{--bs-btn-color:#fff;--bs-btn-border-color:rgba(255,255,255,.6);--bs-btn-hover-color:#1e2637;--bs-btn-hover-bg:#fff;--bs-btn-hover-border-color:#fff;--bs-btn-active-color:#1e2637;--bs-btn-active-bg:#e6e6e6;--bs-btn-active-border-color:#e6e6e6;}.theme-hyve-blue .bg-secondary{background-color:#0081bc!important;}.theme-hyve-blue .text-secondary{color:#fff!important;}.theme-hyve-blue .border-secondary{border-color:rgba(255,255,255,.6)!important;}.theme-hyve-blue .alert-secondary{background-color:rgba(255,255,255,.15);border-color:rgba(255,255,255,.35);color:#fff;}.theme-hyve-blue .badge.bg-secondary{background-color:#0081bc!important;color:#fff!important;}.theme-hyve-blue .btn{background-color:var(--bs-btn-bg);color:var(--bs-btn-color);border-color:var(--bs-btn-border-color);}.theme-hyve-blue .btn:hover,.theme-hyve-blue .btn:focus{background-color:var(--bs-btn-hover-bg);color:var(--bs-btn-hover-color);border-color:var(--bs-btn-hover-border-color);}.theme-hyve-blue .btn:active,.theme-hyve-blue .btn.active,.theme-hyve-blue .show>.btn.dropdown-toggle{background-color:var(--bs-btn-active-bg);color:var(--bs-btn-active-color);border-color:var(--bs-btn-active-border-color);}.theme-hyve-blue .btn:disabled,.theme-hyve-blue .btn.disabled,.theme-hyve-blue fieldset:disabled .btn{background-color:var(--bs-btn-bg);color:var(--bs-btn-color);border-color:var(--bs-btn-border-color);opacity:.65;}.theme-hyve-blue .btn-success{--bs-btn-color:#fff;--bs-btn-bg:#4caf50;--bs-btn-border-color:#4caf50;--bs-btn-hover-bg:#409343;--bs-btn-hover-border-color:#409343;--bs-btn-active-bg:#39843c;}.theme-hyve-blue .btn-outline-success{--bs-btn-color:#4caf50;--bs-btn-border-color:#4caf50;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#4caf50;--bs-btn-hover-border-color:#4caf50;}.theme-hyve-blue .bg-success{background-color:#4caf50!important;}.theme-hyve-blue .text-success{color:#4caf50!important;}.theme-hyve-blue .border-success{border-color:#4caf50!important;}.theme-hyve-blue .alert-success{background-color:rgba(76,175,80,.12);border-color:rgba(76,175,80,.35);color:#2d682f;}.theme-hyve-blue .badge.bg-success{background-color:#4caf50!important;color:#fff!important;}.theme-hyve-blue .btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#f44336;--bs-btn-border-color:#f44336;--bs-btn-hover-bg:#f21f0f;--bs-btn-hover-border-color:#f21f0f;--bs-btn-active-bg:#e11b0c;}.theme-hyve-blue .btn-outline-danger{--bs-btn-color:#f44336;--bs-btn-border-color:#f44336;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#f44336;--bs-btn-hover-border-color:#f44336;}.theme-hyve-blue .bg-danger{background-color:#f44336!important;}.theme-hyve-blue .text-danger{color:#f44336!important;}.theme-hyve-blue .border-danger{border-color:#f44336!important;}.theme-hyve-blue .alert-danger{background-color:rgba(244,67,54,.12);border-color:rgba(244,67,54,.35);color:#ba160a;}.theme-hyve-blue .badge.bg-danger{background-color:#f44336!important;color:#fff!important;}.theme-hyve-blue .btn-warning{--bs-btn-color:#fff;--bs-btn-bg:#ff9800;--bs-btn-border-color:#ff9800;--bs-btn-hover-bg:#d68000;--bs-btn-hover-border-color:#d68000;--bs-btn-active-bg:#c27400;}.theme-hyve-blue .btn-outline-warning{--bs-btn-color:#ff9800;--bs-btn-border-color:#ff9800;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#ff9800;--bs-btn-hover-border-color:#ff9800;}.theme-hyve-blue .bg-warning{background-color:#ff9800!important;}.theme-hyve-blue .text-warning{color:#ff9800!important;}.theme-hyve-blue .border-warning{border-color:#ff9800!important;}.theme-hyve-blue .alert-warning{background-color:rgba(255,152,0,.12);border-color:rgba(255,152,0,.35);color:#995b00;}.theme-hyve-blue .badge.bg-warning{background-color:#ff9800!important;color:#fff!important;}.theme-hyve-blue .btn-info{--bs-btn-color:#fff;--bs-btn-bg:#2196f3;--bs-btn-border-color:#2196f3;--bs-btn-hover-bg:#0c82df;--bs-btn-hover-border-color:#0c82df;--bs-btn-active-bg:#0b76cc;}.theme-hyve-blue .btn-outline-info{--bs-btn-color:#2196f3;--bs-btn-border-color:#2196f3;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#2196f3;--bs-btn-hover-border-color:#2196f3;}.theme-hyve-blue .bg-info{background-color:#2196f3!important;}.theme-hyve-blue .text-info{color:#2196f3!important;}.theme-hyve-blue .border-info{border-color:#2196f3!important;}.theme-hyve-blue .alert-info{background-color:rgba(33,150,243,.12);border-color:rgba(33,150,243,.35);color:#0960a5;}.theme-hyve-blue .badge.bg-info{background-color:#2196f3!important;color:#fff!important;}.theme-hyve-blue .btn-light{--bs-btn-color:#212121;--bs-btn-bg:#f5f5f5;--bs-btn-border-color:#f5f5f5;--bs-btn-hover-bg:#e8e8e8;--bs-btn-hover-border-color:#e8e8e8;--bs-btn-active-bg:#dcdcdc;}.theme-hyve-blue .btn-outline-light{--bs-btn-color:#212121;--bs-btn-border-color:#212121;--bs-btn-hover-color:#f5f5f5;--bs-btn-hover-bg:#212121;--bs-btn-hover-border-color:#212121;}.theme-hyve-blue .bg-light{background-color:#f5f5f5!important;}.theme-hyve-blue .text-light{color:#f5f5f5!important;}.theme-hyve-blue .border-light{border-color:#f5f5f5!important;}.theme-hyve-blue .alert-light{background-color:#f5f5f5;border-color:#e8e8e8;color:#212121;}.theme-hyve-blue .badge.bg-light{background-color:#f5f5f5!important;color:#212121!important;}.theme-hyve-blue .btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#212121;--bs-btn-border-color:#212121;--bs-btn-hover-bg:#353535;--bs-btn-hover-border-color:#353535;--bs-btn-active-bg:#404040;}.theme-hyve-blue .btn-outline-dark{--bs-btn-color:#212121;--bs-btn-border-color:#212121;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#212121;--bs-btn-hover-border-color:#212121;}.theme-hyve-blue .bg-dark{background-color:#212121!important;}.theme-hyve-blue .text-dark{color:#212121!important;}.theme-hyve-blue .border-dark{border-color:#212121!important;}.theme-hyve-blue .alert-dark{background-color:rgba(33,33,33,.1);border-color:rgba(33,33,33,.3);color:#212121;}.theme-hyve-blue .badge.bg-dark{background-color:#212121!important;color:#fff!important;}.navbar-brand img,.navbar-brand>img{max-width:100px;}nav-menu{display:block;width:100%;background:#fff;}nav-menu li>.dropdown-menu{background:#fff;}nav-menu li:not(.navbar-brand),nav-menu a:not(.navbar-brand),nav-menu .dropdown-item{color:#343a40;}nav-menu a:not(.navbar-brand):active,nav-menu .dropdown-item:active{color:#343a40;}nav-menu a:not(.navbar-brand):focus,nav-menu .dropdown-item:focus{color:#343a40;}nav-menu a:not(.navbar-brand):visited,nav-menu .dropdown-item:visited{color:#343a40;}nav-menu a:not(.navbar-brand):hover,nav-menu .dropdown-item:hover{color:#343a40;background:#30ccfd;}nav-menu .navbar-toggler{color:#343a40;}.home-page .navbar-dark .navbar-brand{color:#fff;}.home-page .navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.85);}.home-page .navbar-dark .navbar-nav .nav-link:hover,.home-page .navbar-dark .navbar-nav .nav-link:focus{color:#fff;}@media(min-width:768px){.dropdown-submenu{position:relative;}.dropdown-submenu>.dropdown-menu{position:absolute;top:0;left:100%;margin-top:0!important;display:none;}.dropdown-submenu>.dropdown-menu.show{display:block;}}@media(max-width:767px){.dropdown-submenu>.dropdown-menu{position:static;float:none;box-shadow:none;border:0;border-left:3px solid #0d6efd;display:none;padding-left:8px;margin-top:0!important;}.dropdown-submenu>.dropdown-menu.show{display:block;}}.dropdown-submenu>.dropdown-item{display:flex;justify-content:space-between;align-items:center;}.dropdown-submenu>.dropdown-item::after{content:"›";font-size:1.1em;margin-left:8px;border:0;}.mega-menu{display:none;flex-direction:row;flex-wrap:nowrap;min-width:640px;padding:16px 8px;gap:0;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.12);}.mega-menu.show{display:flex;}.mega-menu .mega-menu-col{flex:1;min-width:160px;padding:0 12px;border-right:1px solid #f0f0f0;}.mega-menu .mega-menu-col:last-child{border-right:0;}.mega-menu .mega-menu-col-header{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#6c757d;padding:0 4px 8px;margin-bottom:4px;border-bottom:2px solid #30ccfd;display:flex;align-items:center;}.mega-menu .mega-menu-item{display:flex;align-items:center;gap:10px;padding:8px 4px;border-radius:6px;color:#343a40;text-decoration:none;transition:background .15s;width:100%;}.mega-menu .mega-menu-item:hover{background:#f8f9fa;color:#343a40;text-decoration:none;}.mega-menu .mega-menu-icon-box{width:34px;height:34px;border-radius:8px;background:#30ccfd;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-size:.9rem;}.mega-menu .mega-menu-item-text{display:flex;flex-direction:column;}.mega-menu .mega-menu-item-title{font-size:.85rem;font-weight:500;line-height:1.2;}.mega-menu .mega-menu-item-desc{font-size:.72rem;color:#6c757d;margin-top:2px;line-height:1.2;}@media(max-width:767px){.mega-menu{flex-direction:column;min-width:0;}.mega-menu .mega-menu-col{border-right:0;border-bottom:1px solid #f0f0f0;padding:8px 4px;}.mega-menu .mega-menu-col:last-child{border-bottom:0;}}
.text-color-blue{color:#007bff;}.text-color-indigo{color:#6610f2;}.text-color-purple{color:#6f42c1;}.text-color-pink{color:#e83e8c;}.text-color-red{color:#dc3545;}.text-color-orange{color:#fd7e14;}.text-color-yellow{color:#fcca04;}.text-color-yellow-dark{color:#d5aa03;}.text-color-yellow-light{color:#fcd32c;}.text-color-yellow-text{color:#494949;}.text-color-green{color:#28a745;}.text-color-teal{color:#20c997;}.text-color-cyan{color:#17a2b8;}.text-color-white{color:#fff;}.text-color-gray-100{color:#f8f9fa;}.text-color-gray-200{color:#e9ecef;}.text-color-gray-300{color:#dee2e6;}.text-color-gray-400{color:#ced4da;}.text-color-gray-500{color:#adb5bd;}.text-color-gray-600{color:#6c757d;}.text-color-gray-700{color:#495057;}.text-color-gray-800{color:#343a40;}.text-color-gray-900{color:#212529;}.text-color-gray{color:#6c757d;}.text-color-gray-dark{color:#343a40;}.text-color-primary{color:#007bff;}.text-color-secondary{color:#6c757d;}.text-color-success{color:#28a745;}.text-color-info{color:#17a2b8;}.text-color-warning{color:#fcca04;}.text-color-danger{color:#dc3545;}.text-color-light{color:#f8f9fa;}.text-color-dark{color:#343a40;}.text-color-app-primary{color:#30ccfd;}.text-color-app-primary-dark{color:#02b5ee;}.text-color-app-primary-light{color:#58d6fd;}.text-color-orange-light{color:#fe9f51;}.text-color-orange-dark{color:#d26102;}.bg-color-blue{background-color:#007bff;}.bg-color-indigo{background-color:#6610f2;}.bg-color-purple{background-color:#6f42c1;}.bg-color-pink{background-color:#e83e8c;}.bg-color-red{background-color:#dc3545;}.bg-color-orange{background-color:#fd7e14;}.bg-color-yellow{background-color:#fcca04;}.bg-color-yellow-dark{background-color:#d5aa03;}.bg-color-yellow-light{background-color:#fcd32c;}.bg-color-yellow-soft{background-color:rgba(252,202,4,.15);}.bg-color-green{background-color:#28a745;}.bg-color-teal{background-color:#20c997;}.bg-color-cyan{background-color:#17a2b8;}.bg-color-white{background-color:#fff;}.bg-color-gray-100{background-color:#f8f9fa;}.bg-color-gray-200{background-color:#e9ecef;}.bg-color-gray-300{background-color:#dee2e6;}.bg-color-gray-400{background-color:#ced4da;}.bg-color-gray-500{background-color:#adb5bd;}.bg-color-gray-600{background-color:#6c757d;}.bg-color-gray-700{background-color:#495057;}.bg-color-gray-800{background-color:#343a40;}.bg-color-gray-900{background-color:#212529;}.bg-color-gray{background-color:#6c757d;}.bg-color-gray-dark{background-color:#343a40;}.bg-color-primary{background-color:#007bff;}.bg-color-secondary{background-color:#6c757d;}.bg-color-success{background-color:#28a745;}.bg-color-info{background-color:#17a2b8;}.bg-color-warning{background-color:#fcca04;}.bg-color-danger{background-color:#dc3545;}.bg-color-light{background-color:#f8f9fa;}.bg-color-dark{background-color:#343a40;}.bg-color-app-primary{background-color:#30ccfd;}.bg-color-app-primary-dark{background-color:#02b5ee;}.bg-color-app-primary-light{background-color:#58d6fd;}.bg-color-orange-light{background-color:#fe9f51;}.bg-color-orange-dark{background-color:#d26102;}.border-color-blue{border-color:#007bff;}.border-color-indigo{border-color:#6610f2;}.border-color-purple{border-color:#6f42c1;}.border-color-pink{border-color:#e83e8c;}.border-color-red{border-color:#dc3545;}.border-color-orange{border-color:#fd7e14;}.border-color-yellow{border-color:#fcca04;}.border-color-yellow-dark{border-color:#d5aa03;}.border-color-yellow-light{border-color:#fcd32c;}.border-color-green{border-color:#28a745;}.border-color-teal{border-color:#20c997;}.border-color-cyan{border-color:#17a2b8;}.border-color-white{border-color:#fff;}.border-color-gray-100{border-color:#f8f9fa;}.border-color-gray-200{border-color:#e9ecef;}.border-color-gray-300{border-color:#dee2e6;}.border-color-gray-400{border-color:#ced4da;}.border-color-gray-500{border-color:#adb5bd;}.border-color-gray-600{border-color:#6c757d;}.border-color-gray-700{border-color:#495057;}.border-color-gray-800{border-color:#343a40;}.border-color-gray-900{border-color:#212529;}.border-color-gray{border-color:#6c757d;}.border-color-gray-dark{border-color:#343a40;}.border-color-primary{border-color:#007bff;}.border-color-secondary{border-color:#6c757d;}.border-color-success{border-color:#28a745;}.border-color-info{border-color:#17a2b8;}.border-color-warning{border-color:#fcca04;}.border-color-danger{border-color:#dc3545;}.border-color-light{border-color:#f8f9fa;}.border-color-dark{border-color:#343a40;}.border-color-app-primary{border-color:#30ccfd;}.border-color-app-primary-dark{border-color:#02b5ee;}.border-color-app-primary-light{border-color:#58d6fd;}.border-color-orange-light{border-color:#fe9f51;}.border-color-orange-dark{border-color:#d26102;}.btn{display:inline-block;font-weight:400;text-align:center;vertical-align:middle;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;cursor:pointer;text-decoration:none;}.btn:hover{text-decoration:none;}.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}.btn:disabled{opacity:.65;cursor:not-allowed;}.btn-blue{color:#fff;background-color:#007bff;border-color:#007bff;}.btn-blue:hover{color:#fff;background-color:#0069d9;border-color:#0062cc;}.btn-blue:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}.btn-blue:disabled{color:#fff;background-color:#007bff;border-color:#007bff;}.btn-indigo{color:#fff;background-color:#6610f2;border-color:#6610f2;}.btn-indigo:hover{color:#fff;background-color:#560bd0;border-color:#510bc4;}.btn-indigo:focus{color:#fff;background-color:#560bd0;border-color:#510bc4;box-shadow:0 0 0 .2rem rgba(102,16,242,.25);}.btn-indigo:disabled{color:#fff;background-color:#6610f2;border-color:#6610f2;}.btn-purple{color:#fff;background-color:#6f42c1;border-color:#6f42c1;}.btn-purple:hover{color:#fff;background-color:#5e37a6;border-color:#59339d;}.btn-purple:focus{color:#fff;background-color:#5e37a6;border-color:#59339d;box-shadow:0 0 0 .2rem rgba(111,66,193,.25);}.btn-purple:disabled{color:#fff;background-color:#6f42c1;border-color:#6f42c1;}.btn-pink{color:#fff;background-color:#e83e8c;border-color:#e83e8c;}.btn-pink:hover{color:#fff;background-color:#e41c78;border-color:#d91a72;}.btn-pink:focus{color:#fff;background-color:#e41c78;border-color:#d91a72;box-shadow:0 0 0 .2rem rgba(232,62,140,.25);}.btn-pink:disabled{color:#fff;background-color:#e83e8c;border-color:#e83e8c;}.btn-red{color:#fff;background-color:#dc3545;border-color:#dc3545;}.btn-red:hover{color:#fff;background-color:#c82333;border-color:#bd2130;}.btn-red:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(220,53,69,.25);}.btn-red:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545;}.btn-orange{color:#fff;background-color:#fd7e14;border-color:#fd7e14;}.btn-orange:hover{color:#fff;background-color:#e96b02;border-color:#dc6502;}.btn-orange:focus{color:#fff;background-color:#e96b02;border-color:#dc6502;box-shadow:0 0 0 .2rem rgba(253,126,20,.25);}.btn-orange:disabled{color:#fff;background-color:#fd7e14;border-color:#fd7e14;}.btn-yellow{color:#494949;background-color:#fcca04;border-color:#fcca04;}.btn-yellow:hover{color:#494949;background-color:#d7ac03;border-color:#cba202;}.btn-yellow:focus{color:#494949;background-color:#d7ac03;border-color:#cba202;box-shadow:0 0 0 .2rem rgba(252,202,4,.25);}.btn-yellow:disabled{color:#494949;background-color:#fcca04;border-color:#fcca04;}.btn-green{color:#fff;background-color:#28a745;border-color:#28a745;}.btn-green:hover{color:#fff;background-color:#218838;border-color:#1e7e34;}.btn-green:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(40,167,69,.25);}.btn-green:disabled{color:#fff;background-color:#28a745;border-color:#28a745;}.btn-teal{color:#fff;background-color:#20c997;border-color:#20c997;}.btn-teal:hover{color:#fff;background-color:#1ba87e;border-color:#199d76;}.btn-teal:focus{color:#fff;background-color:#1ba87e;border-color:#199d76;box-shadow:0 0 0 .2rem rgba(32,201,151,.25);}.btn-teal:disabled{color:#fff;background-color:#20c997;border-color:#20c997;}.btn-cyan{color:#fff;background-color:#17a2b8;border-color:#17a2b8;}.btn-cyan:hover{color:#fff;background-color:#138496;border-color:#117a8b;}.btn-cyan:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(23,162,184,.25);}.btn-cyan:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8;}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff;}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc;}.btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff;}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d;}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62;}.btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(108,117,125,.25);}.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d;}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745;}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34;}.btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(40,167,69,.25);}.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745;}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8;}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b;}.btn-info:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(23,162,184,.25);}.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8;}.btn-warning{color:#494949;background-color:#fcca04;border-color:#fcca04;}.btn-warning:hover{color:#494949;background-color:#d7ac03;border-color:#cba202;}.btn-warning:focus{color:#494949;background-color:#d7ac03;border-color:#cba202;box-shadow:0 0 0 .2rem rgba(252,202,4,.25);}.btn-warning:disabled{color:#494949;background-color:#fcca04;border-color:#fcca04;}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545;}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130;}.btn-danger:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(220,53,69,.25);}.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545;}.btn-light{color:#343a40;background-color:#f8f9fa;border-color:#f8f9fa;}.btn-light:hover{color:#343a40;background-color:#e2e6ea;border-color:#dae0e5;}.btn-light:focus{color:#343a40;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(248,249,250,.25);}.btn-light:disabled{color:#343a40;background-color:#f8f9fa;border-color:#f8f9fa;}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40;}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124;}.btn-dark:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(52,58,64,.25);}.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40;}.btn-app-primary{color:#fff;background-color:#30ccfd;border-color:#30ccfd;}.btn-app-primary:hover{color:#fff;background-color:#0ac3fd;border-color:#02bdf8;}.btn-app-primary:focus{color:#fff;background-color:#0ac3fd;border-color:#02bdf8;box-shadow:0 0 0 .2rem rgba(48,204,253,.25);}.btn-app-primary:disabled{color:#fff;background-color:#30ccfd;border-color:#30ccfd;}.btn-app-primary-dark{color:#fff;background-color:#02b5ee;border-color:#02b5ee;}.btn-app-primary-dark:hover{color:#fff;background-color:#0298c8;border-color:#028fbb;}.btn-app-primary-dark:focus{color:#fff;background-color:#0298c8;border-color:#028fbb;box-shadow:0 0 0 .2rem rgba(2,181,238,.25);}.btn-app-primary-dark:disabled{color:#fff;background-color:#02b5ee;border-color:#02b5ee;}.btn-app-primary-light{color:#343a40;background-color:#58d6fd;border-color:#58d6fd;}.btn-app-primary-light:hover{color:#343a40;background-color:#33cdfd;border-color:#26cafd;}.btn-app-primary-light:focus{color:#343a40;background-color:#33cdfd;border-color:#26cafd;box-shadow:0 0 0 .2rem rgba(88,214,253,.25);}.btn-app-primary-light:disabled{color:#343a40;background-color:#58d6fd;border-color:#58d6fd;}.btn-outline-blue{color:#007bff;background-color:transparent;border-color:#007bff;}.btn-outline-blue:hover{color:#fff;background-color:#007bff;border-color:#007bff;}.btn-outline-blue:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}.btn-outline-blue:disabled{color:#007bff;background-color:transparent;}.btn-outline-primary{color:#007bff;background-color:transparent;border-color:#007bff;}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff;}.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}.btn-outline-primary:disabled{color:#007bff;background-color:transparent;}.btn-outline-secondary{color:#6c757d;background-color:transparent;border-color:#6c757d;}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d;}.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.25);}.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent;}.btn-outline-success{color:#28a745;background-color:transparent;border-color:#28a745;}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745;}.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.25);}.btn-outline-success:disabled{color:#28a745;background-color:transparent;}.btn-outline-info{color:#17a2b8;background-color:transparent;border-color:#17a2b8;}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8;}.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.25);}.btn-outline-info:disabled{color:#17a2b8;background-color:transparent;}.btn-outline-warning{color:#fcca04;background-color:transparent;border-color:#fcca04;}.btn-outline-warning:hover{color:#fff;background-color:#fcca04;border-color:#fcca04;}.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(252,202,4,.25);}.btn-outline-warning:disabled{color:#fcca04;background-color:transparent;}.btn-outline-danger{color:#dc3545;background-color:transparent;border-color:#dc3545;}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545;}.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.25);}.btn-outline-danger:disabled{color:#dc3545;background-color:transparent;}.btn-outline-light{color:#f8f9fa;background-color:transparent;border-color:#f8f9fa;}.btn-outline-light:hover{color:#fff;background-color:#f8f9fa;border-color:#f8f9fa;}.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.25);}.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent;}.btn-outline-dark{color:#343a40;background-color:transparent;border-color:#343a40;}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40;}.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.25);}.btn-outline-dark:disabled{color:#343a40;background-color:transparent;}.btn-outline-app-primary{color:#30ccfd;background-color:transparent;border-color:#30ccfd;}.btn-outline-app-primary:hover{color:#fff;background-color:#30ccfd;border-color:#30ccfd;}.btn-outline-app-primary:focus{box-shadow:0 0 0 .2rem rgba(48,204,253,.25);}.btn-outline-app-primary:disabled{color:#30ccfd;background-color:transparent;}.btn-outline-yellow{color:#fcca04;background-color:transparent;border-color:#fcca04;}.btn-outline-yellow:hover{color:#494949;background-color:#fcca04;border-color:#fcca04;}.btn-outline-yellow:focus{box-shadow:0 0 0 .2rem rgba(252,202,4,.25);}.btn-outline-yellow:disabled{color:#fcca04;background-color:transparent;}.fill-blue{fill:#007bff;}.fill-indigo{fill:#6610f2;}.fill-purple{fill:#6f42c1;}.fill-pink{fill:#e83e8c;}.fill-red{fill:#dc3545;}.fill-orange{fill:#fd7e14;}.fill-yellow{fill:#fcca04;}.fill-green{fill:#28a745;}.fill-teal{fill:#20c997;}.fill-cyan{fill:#17a2b8;}.fill-white{fill:#fff;}.fill-gray{fill:#6c757d;}.fill-gray-dark{fill:#343a40;}.fill-primary{fill:#007bff;}.fill-secondary{fill:#6c757d;}.fill-success{fill:#28a745;}.fill-info{fill:#17a2b8;}.fill-warning{fill:#fcca04;}.fill-danger{fill:#dc3545;}.fill-light{fill:#f8f9fa;}.fill-dark{fill:#343a40;}.fill-app-primary{fill:#30ccfd;}.stroke-blue{stroke:#007bff;}.stroke-indigo{stroke:#6610f2;}.stroke-purple{stroke:#6f42c1;}.stroke-pink{stroke:#e83e8c;}.stroke-red{stroke:#dc3545;}.stroke-orange{stroke:#fd7e14;}.stroke-yellow{stroke:#fcca04;}.stroke-green{stroke:#28a745;}.stroke-teal{stroke:#20c997;}.stroke-cyan{stroke:#17a2b8;}.stroke-white{stroke:#fff;}.stroke-gray{stroke:#6c757d;}.stroke-gray-dark{stroke:#343a40;}.stroke-primary{stroke:#007bff;}.stroke-secondary{stroke:#6c757d;}.stroke-success{stroke:#28a745;}.stroke-info{stroke:#17a2b8;}.stroke-warning{stroke:#fcca04;}.stroke-danger{stroke:#dc3545;}.stroke-light{stroke:#f8f9fa;}.stroke-dark{stroke:#343a40;}.stroke-app-primary{stroke:#30ccfd;}.shadow-blue{box-shadow:0 .125rem .25rem rgba(0,123,255,.15);}.shadow-primary{box-shadow:0 .125rem .25rem rgba(0,123,255,.15);}.shadow-success{box-shadow:0 .125rem .25rem rgba(40,167,69,.15);}.shadow-warning{box-shadow:0 .125rem .25rem rgba(252,202,4,.15);}.shadow-danger{box-shadow:0 .125rem .25rem rgba(220,53,69,.15);}.shadow-app-primary{box-shadow:0 .125rem .25rem rgba(48,204,253,.15);}.hover-text-primary:hover{color:#007bff!important;}.hover-text-app-primary:hover{color:#30ccfd!important;}.hover-text-yellow:hover{color:#fcca04!important;}.hover-bg-primary:hover{background-color:#007bff!important;}.hover-bg-app-primary:hover{background-color:#30ccfd!important;}.hover-bg-yellow:hover{background-color:#fcca04!important;color:#494949!important;}.focus-ring-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}.focus-ring-app-primary:focus{box-shadow:0 0 0 .2rem rgba(48,204,253,.25);}.focus-ring-yellow:focus{box-shadow:0 0 0 .2rem rgba(252,202,4,.25);}.active-bg-primary:active{background-color:#007bff!important;}.active-bg-app-primary:active{background-color:#30ccfd!important;}.active-bg-yellow:active{background-color:#d5aa03!important;color:#494949!important;}.selection-bg-primary ::selection{background-color:rgba(0,123,255,.15);}.selection-bg-app-primary ::selection{background-color:rgba(48,204,253,.15);}.selection-bg-yellow ::selection{background-color:rgba(252,202,4,.15);}.pagination li>a{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6;}.pagination li>a:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6;}.pagination li>a:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}.pagination li:first-child>a{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;}.pagination li:last-child>a{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;}.pagination li.active>a{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff;}.pagination li.disabled>a{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6;}span.clear-input-button{position:absolute;right:-4px;top:-8px;cursor:pointer;font-weight:bold;z-index:25;padding:1px 4px!important;font-size:1.2em;}.navbar-brand img{width:100px;}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px;}.pagination>li{display:inline;}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd;}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd;}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px;}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px;}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7;}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd;}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333;}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px;}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px;}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5;}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px;}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px;}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,0)!important;}.modal.form-modal{background:#ffffffe0;}.panel-collapse.collapse.in{display:block;}.panel-collapse.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease;}.panel-collapse.collapse{display:none;}.panel-collapse.collapse.show,.panel-collapse.collapse.in{display:block;}.panel{border:1px solid #dee2e6;border-radius:.375rem;background-color:#fff;margin-bottom:.5rem;}.panel-heading{padding:.75rem 1rem;background-color:#f8f9fa;border-bottom:1px solid #dee2e6;cursor:pointer;}.panel-body{padding:1rem;}.panel-title,.panel-title a{font-size:1em;color:#000!important;text-decoration:none!important;}ng-table-extended .ng-table-expandable .panel-default{margin:0!important;border:0!important;border-radius:0!important;}
.text-color-blue{color:#007bff}.text-color-indigo{color:#6610f2}.text-color-purple{color:#6f42c1}.text-color-pink{color:#e83e8c}.text-color-red{color:#dc3545}.text-color-orange{color:#fd7e14}.text-color-yellow{color:#FCCA04}.text-color-yellow-dark{color:#d5aa03}.text-color-yellow-light{color:#fcd32c}.text-color-yellow-text{color:#494949}.text-color-green{color:#28a745}.text-color-teal{color:#20c997}.text-color-cyan{color:#17a2b8}.text-color-white{color:#ffffff}.text-color-gray-100{color:#f8f9fa}.text-color-gray-200{color:#e9ecef}.text-color-gray-300{color:#dee2e6}.text-color-gray-400{color:#ced4da}.text-color-gray-500{color:#adb5bd}.text-color-gray-600{color:#6c757d}.text-color-gray-700{color:#495057}.text-color-gray-800{color:#343a40}.text-color-gray-900{color:#212529}.text-color-gray{color:#6c757d}.text-color-gray-dark{color:#343a40}.text-color-primary{color:#007bff}.text-color-secondary{color:#6c757d}.text-color-success{color:#28a745}.text-color-info{color:#17a2b8}.text-color-warning{color:#FCCA04}.text-color-danger{color:#dc3545}.text-color-light{color:#f8f9fa}.text-color-dark{color:#343a40}.text-color-app-primary{color:#30CCFD}.text-color-app-primary-dark{color:#02b5ee}.text-color-app-primary-light{color:#58d6fd}.text-color-orange-light{color:#fe9f51}.text-color-orange-dark{color:#d26102}.bg-color-blue{background-color:#007bff}.bg-color-indigo{background-color:#6610f2}.bg-color-purple{background-color:#6f42c1}.bg-color-pink{background-color:#e83e8c}.bg-color-red{background-color:#dc3545}.bg-color-orange{background-color:#fd7e14}.bg-color-yellow{background-color:#FCCA04}.bg-color-yellow-dark{background-color:#d5aa03}.bg-color-yellow-light{background-color:#fcd32c}.bg-color-yellow-soft{background-color:rgba(252,202,4,0.15)}.bg-color-green{background-color:#28a745}.bg-color-teal{background-color:#20c997}.bg-color-cyan{background-color:#17a2b8}.bg-color-white{background-color:#ffffff}.bg-color-gray-100{background-color:#f8f9fa}.bg-color-gray-200{background-color:#e9ecef}.bg-color-gray-300{background-color:#dee2e6}.bg-color-gray-400{background-color:#ced4da}.bg-color-gray-500{background-color:#adb5bd}.bg-color-gray-600{background-color:#6c757d}.bg-color-gray-700{background-color:#495057}.bg-color-gray-800{background-color:#343a40}.bg-color-gray-900{background-color:#212529}.bg-color-gray{background-color:#6c757d}.bg-color-gray-dark{background-color:#343a40}.bg-color-primary{background-color:#007bff}.bg-color-secondary{background-color:#6c757d}.bg-color-success{background-color:#28a745}.bg-color-info{background-color:#17a2b8}.bg-color-warning{background-color:#FCCA04}.bg-color-danger{background-color:#dc3545}.bg-color-light{background-color:#f8f9fa}.bg-color-dark{background-color:#343a40}.bg-color-app-primary{background-color:#30CCFD}.bg-color-app-primary-dark{background-color:#02b5ee}.bg-color-app-primary-light{background-color:#58d6fd}.bg-color-orange-light{background-color:#fe9f51}.bg-color-orange-dark{background-color:#d26102}.border-color-blue{border-color:#007bff}.border-color-indigo{border-color:#6610f2}.border-color-purple{border-color:#6f42c1}.border-color-pink{border-color:#e83e8c}.border-color-red{border-color:#dc3545}.border-color-orange{border-color:#fd7e14}.border-color-yellow{border-color:#FCCA04}.border-color-yellow-dark{border-color:#d5aa03}.border-color-yellow-light{border-color:#fcd32c}.border-color-green{border-color:#28a745}.border-color-teal{border-color:#20c997}.border-color-cyan{border-color:#17a2b8}.border-color-white{border-color:#ffffff}.border-color-gray-100{border-color:#f8f9fa}.border-color-gray-200{border-color:#e9ecef}.border-color-gray-300{border-color:#dee2e6}.border-color-gray-400{border-color:#ced4da}.border-color-gray-500{border-color:#adb5bd}.border-color-gray-600{border-color:#6c757d}.border-color-gray-700{border-color:#495057}.border-color-gray-800{border-color:#343a40}.border-color-gray-900{border-color:#212529}.border-color-gray{border-color:#6c757d}.border-color-gray-dark{border-color:#343a40}.border-color-primary{border-color:#007bff}.border-color-secondary{border-color:#6c757d}.border-color-success{border-color:#28a745}.border-color-info{border-color:#17a2b8}.border-color-warning{border-color:#FCCA04}.border-color-danger{border-color:#dc3545}.border-color-light{border-color:#f8f9fa}.border-color-dark{border-color:#343a40}.border-color-app-primary{border-color:#30CCFD}.border-color-app-primary-dark{border-color:#02b5ee}.border-color-app-primary-light{border-color:#58d6fd}.border-color-orange-light{border-color:#fe9f51}.border-color-orange-dark{border-color:#d26102}.btn{display:inline-block;font-weight:400;text-align:center;vertical-align:middle;user-select:none;border:1px solid transparent;padding:0.375rem 0.75rem;font-size:1rem;line-height:1.5;border-radius:0.25rem;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;cursor:pointer;text-decoration:none}.btn:hover{text-decoration:none}.btn:focus{outline:0;box-shadow:0 0 0 0.2rem rgba(0,123,255,0.25)}.btn:disabled{opacity:0.65;cursor:not-allowed}.btn-blue{color:#ffffff;background-color:#007bff;border-color:#007bff}.btn-blue:hover{color:#ffffff;background-color:#0069d9;border-color:#0062cc}.btn-blue:focus{color:#ffffff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 0.2rem rgba(0,123,255,0.25)}.btn-blue:disabled{color:#ffffff;background-color:#007bff;border-color:#007bff}.btn-indigo{color:#ffffff;background-color:#6610f2;border-color:#6610f2}.btn-indigo:hover{color:#ffffff;background-color:#560bd0;border-color:#510bc4}.btn-indigo:focus{color:#ffffff;background-color:#560bd0;border-color:#510bc4;box-shadow:0 0 0 0.2rem rgba(102,16,242,0.25)}.btn-indigo:disabled{color:#ffffff;background-color:#6610f2;border-color:#6610f2}.btn-purple{color:#ffffff;background-color:#6f42c1;border-color:#6f42c1}.btn-purple:hover{color:#ffffff;background-color:#5e37a6;border-color:#59339d}.btn-purple:focus{color:#ffffff;background-color:#5e37a6;border-color:#59339d;box-shadow:0 0 0 0.2rem rgba(111,66,193,0.25)}.btn-purple:disabled{color:#ffffff;background-color:#6f42c1;border-color:#6f42c1}.btn-pink{color:#ffffff;background-color:#e83e8c;border-color:#e83e8c}.btn-pink:hover{color:#ffffff;background-color:#e41c78;border-color:#d91a72}.btn-pink:focus{color:#ffffff;background-color:#e41c78;border-color:#d91a72;box-shadow:0 0 0 0.2rem rgba(232,62,140,0.25)}.btn-pink:disabled{color:#ffffff;background-color:#e83e8c;border-color:#e83e8c}.btn-red{color:#ffffff;background-color:#dc3545;border-color:#dc3545}.btn-red:hover{color:#ffffff;background-color:#c82333;border-color:#bd2130}.btn-red:focus{color:#ffffff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25)}.btn-red:disabled{color:#ffffff;background-color:#dc3545;border-color:#dc3545}.btn-orange{color:#ffffff;background-color:#fd7e14;border-color:#fd7e14}.btn-orange:hover{color:#ffffff;background-color:#e96b02;border-color:#dc6502}.btn-orange:focus{color:#ffffff;background-color:#e96b02;border-color:#dc6502;box-shadow:0 0 0 0.2rem rgba(253,126,20,0.25)}.btn-orange:disabled{color:#ffffff;background-color:#fd7e14;border-color:#fd7e14}.btn-yellow{color:#494949;background-color:#FCCA04;border-color:#FCCA04}.btn-yellow:hover{color:#494949;background-color:#d7ac03;border-color:#cba202}.btn-yellow:focus{color:#494949;background-color:#d7ac03;border-color:#cba202;box-shadow:0 0 0 0.2rem rgba(252,202,4,0.25)}.btn-yellow:disabled{color:#494949;background-color:#FCCA04;border-color:#FCCA04}.btn-green{color:#ffffff;background-color:#28a745;border-color:#28a745}.btn-green:hover{color:#ffffff;background-color:#218838;border-color:#1e7e34}.btn-green:focus{color:#ffffff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25)}.btn-green:disabled{color:#ffffff;background-color:#28a745;border-color:#28a745}.btn-teal{color:#ffffff;background-color:#20c997;border-color:#20c997}.btn-teal:hover{color:#ffffff;background-color:#1ba87e;border-color:#199d76}.btn-teal:focus{color:#ffffff;background-color:#1ba87e;border-color:#199d76;box-shadow:0 0 0 0.2rem rgba(32,201,151,0.25)}.btn-teal:disabled{color:#ffffff;background-color:#20c997;border-color:#20c997}.btn-cyan{color:#ffffff;background-color:#17a2b8;border-color:#17a2b8}.btn-cyan:hover{color:#ffffff;background-color:#138496;border-color:#117a8b}.btn-cyan:focus{color:#ffffff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 0.2rem rgba(23,162,184,0.25)}.btn-cyan:disabled{color:#ffffff;background-color:#17a2b8;border-color:#17a2b8}.btn-primary{color:#ffffff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#ffffff;background-color:#0069d9;border-color:#0062cc}.btn-primary:focus{color:#ffffff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 0.2rem rgba(0,123,255,0.25)}.btn-primary:disabled{color:#ffffff;background-color:#007bff;border-color:#007bff}.btn-secondary{color:#ffffff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#ffffff;background-color:#5a6268;border-color:#545b62}.btn-secondary:focus{color:#ffffff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 0.2rem rgba(108,117,125,0.25)}.btn-secondary:disabled{color:#ffffff;background-color:#6c757d;border-color:#6c757d}.btn-success{color:#ffffff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#ffffff;background-color:#218838;border-color:#1e7e34}.btn-success:focus{color:#ffffff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25)}.btn-success:disabled{color:#ffffff;background-color:#28a745;border-color:#28a745}.btn-info{color:#ffffff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#ffffff;background-color:#138496;border-color:#117a8b}.btn-info:focus{color:#ffffff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 0.2rem rgba(23,162,184,0.25)}.btn-info:disabled{color:#ffffff;background-color:#17a2b8;border-color:#17a2b8}.btn-warning{color:#494949;background-color:#FCCA04;border-color:#FCCA04}.btn-warning:hover{color:#494949;background-color:#d7ac03;border-color:#cba202}.btn-warning:focus{color:#494949;background-color:#d7ac03;border-color:#cba202;box-shadow:0 0 0 0.2rem rgba(252,202,4,0.25)}.btn-warning:disabled{color:#494949;background-color:#FCCA04;border-color:#FCCA04}.btn-danger{color:#ffffff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#ffffff;background-color:#c82333;border-color:#bd2130}.btn-danger:focus{color:#ffffff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25)}.btn-danger:disabled{color:#ffffff;background-color:#dc3545;border-color:#dc3545}.btn-light{color:#343a40;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#343a40;background-color:#e2e6ea;border-color:#dae0e5}.btn-light:focus{color:#343a40;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 0.2rem rgba(248,249,250,0.25)}.btn-light:disabled{color:#343a40;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{color:#ffffff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#ffffff;background-color:#23272b;border-color:#1d2124}.btn-dark:focus{color:#ffffff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 0.2rem rgba(52,58,64,0.25)}.btn-dark:disabled{color:#ffffff;background-color:#343a40;border-color:#343a40}.btn-app-primary{color:#ffffff;background-color:#30CCFD;border-color:#30CCFD}.btn-app-primary:hover{color:#ffffff;background-color:#0ac3fd;border-color:#02bdf8}.btn-app-primary:focus{color:#ffffff;background-color:#0ac3fd;border-color:#02bdf8;box-shadow:0 0 0 0.2rem rgba(48,204,253,0.25)}.btn-app-primary:disabled{color:#ffffff;background-color:#30CCFD;border-color:#30CCFD}.btn-app-primary-dark{color:#ffffff;background-color:#02b5ee;border-color:#02b5ee}.btn-app-primary-dark:hover{color:#ffffff;background-color:#0298c8;border-color:#028fbb}.btn-app-primary-dark:focus{color:#ffffff;background-color:#0298c8;border-color:#028fbb;box-shadow:0 0 0 0.2rem rgba(2,181,238,0.25)}.btn-app-primary-dark:disabled{color:#ffffff;background-color:#02b5ee;border-color:#02b5ee}.btn-app-primary-light{color:#343a40;background-color:#58d6fd;border-color:#58d6fd}.btn-app-primary-light:hover{color:#343a40;background-color:#33cdfd;border-color:#26cafd}.btn-app-primary-light:focus{color:#343a40;background-color:#33cdfd;border-color:#26cafd;box-shadow:0 0 0 0.2rem rgba(88,214,253,0.25)}.btn-app-primary-light:disabled{color:#343a40;background-color:#58d6fd;border-color:#58d6fd}.btn-outline-blue{color:#007bff;background-color:transparent;border-color:#007bff}.btn-outline-blue:hover{color:#ffffff;background-color:#007bff;border-color:#007bff}.btn-outline-blue:focus{box-shadow:0 0 0 0.2rem rgba(0,123,255,0.25)}.btn-outline-blue:disabled{color:#007bff;background-color:transparent}.btn-outline-primary{color:#007bff;background-color:transparent;border-color:#007bff}.btn-outline-primary:hover{color:#ffffff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:focus{box-shadow:0 0 0 0.2rem rgba(0,123,255,0.25)}.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-secondary{color:#6c757d;background-color:transparent;border-color:#6c757d}.btn-outline-secondary:hover{color:#ffffff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:focus{box-shadow:0 0 0 0.2rem rgba(108,117,125,0.25)}.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-success{color:#28a745;background-color:transparent;border-color:#28a745}.btn-outline-success:hover{color:#ffffff;background-color:#28a745;border-color:#28a745}.btn-outline-success:focus{box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25)}.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-info{color:#17a2b8;background-color:transparent;border-color:#17a2b8}.btn-outline-info:hover{color:#ffffff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:focus{box-shadow:0 0 0 0.2rem rgba(23,162,184,0.25)}.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-warning{color:#FCCA04;background-color:transparent;border-color:#FCCA04}.btn-outline-warning:hover{color:#ffffff;background-color:#FCCA04;border-color:#FCCA04}.btn-outline-warning:focus{box-shadow:0 0 0 0.2rem rgba(252,202,4,0.25)}.btn-outline-warning:disabled{color:#FCCA04;background-color:transparent}.btn-outline-danger{color:#dc3545;background-color:transparent;border-color:#dc3545}.btn-outline-danger:hover{color:#ffffff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:focus{box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25)}.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-light{color:#f8f9fa;background-color:transparent;border-color:#f8f9fa}.btn-outline-light:hover{color:#ffffff;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:focus{box-shadow:0 0 0 0.2rem rgba(248,249,250,0.25)}.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-dark{color:#343a40;background-color:transparent;border-color:#343a40}.btn-outline-dark:hover{color:#ffffff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:focus{box-shadow:0 0 0 0.2rem rgba(52,58,64,0.25)}.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-app-primary{color:#30CCFD;background-color:transparent;border-color:#30CCFD}.btn-outline-app-primary:hover{color:#ffffff;background-color:#30CCFD;border-color:#30CCFD}.btn-outline-app-primary:focus{box-shadow:0 0 0 0.2rem rgba(48,204,253,0.25)}.btn-outline-app-primary:disabled{color:#30CCFD;background-color:transparent}.btn-outline-yellow{color:#FCCA04;background-color:transparent;border-color:#FCCA04}.btn-outline-yellow:hover{color:#494949;background-color:#FCCA04;border-color:#FCCA04}.btn-outline-yellow:focus{box-shadow:0 0 0 0.2rem rgba(252,202,4,0.25)}.btn-outline-yellow:disabled{color:#FCCA04;background-color:transparent}.fill-blue{fill:#007bff}.fill-indigo{fill:#6610f2}.fill-purple{fill:#6f42c1}.fill-pink{fill:#e83e8c}.fill-red{fill:#dc3545}.fill-orange{fill:#fd7e14}.fill-yellow{fill:#FCCA04}.fill-green{fill:#28a745}.fill-teal{fill:#20c997}.fill-cyan{fill:#17a2b8}.fill-white{fill:#ffffff}.fill-gray{fill:#6c757d}.fill-gray-dark{fill:#343a40}.fill-primary{fill:#007bff}.fill-secondary{fill:#6c757d}.fill-success{fill:#28a745}.fill-info{fill:#17a2b8}.fill-warning{fill:#FCCA04}.fill-danger{fill:#dc3545}.fill-light{fill:#f8f9fa}.fill-dark{fill:#343a40}.fill-app-primary{fill:#30CCFD}.stroke-blue{stroke:#007bff}.stroke-indigo{stroke:#6610f2}.stroke-purple{stroke:#6f42c1}.stroke-pink{stroke:#e83e8c}.stroke-red{stroke:#dc3545}.stroke-orange{stroke:#fd7e14}.stroke-yellow{stroke:#FCCA04}.stroke-green{stroke:#28a745}.stroke-teal{stroke:#20c997}.stroke-cyan{stroke:#17a2b8}.stroke-white{stroke:#ffffff}.stroke-gray{stroke:#6c757d}.stroke-gray-dark{stroke:#343a40}.stroke-primary{stroke:#007bff}.stroke-secondary{stroke:#6c757d}.stroke-success{stroke:#28a745}.stroke-info{stroke:#17a2b8}.stroke-warning{stroke:#FCCA04}.stroke-danger{stroke:#dc3545}.stroke-light{stroke:#f8f9fa}.stroke-dark{stroke:#343a40}.stroke-app-primary{stroke:#30CCFD}.shadow-blue{box-shadow:0 0.125rem 0.25rem rgba(0,123,255,0.15)}.shadow-primary{box-shadow:0 0.125rem 0.25rem rgba(0,123,255,0.15)}.shadow-success{box-shadow:0 0.125rem 0.25rem rgba(40,167,69,0.15)}.shadow-warning{box-shadow:0 0.125rem 0.25rem rgba(252,202,4,0.15)}.shadow-danger{box-shadow:0 0.125rem 0.25rem rgba(220,53,69,0.15)}.shadow-app-primary{box-shadow:0 0.125rem 0.25rem rgba(48,204,253,0.15)}.hover-text-primary:hover{color:#007bff !important}.hover-text-app-primary:hover{color:#30CCFD !important}.hover-text-yellow:hover{color:#FCCA04 !important}.hover-bg-primary:hover{background-color:#007bff !important}.hover-bg-app-primary:hover{background-color:#30CCFD !important}.hover-bg-yellow:hover{background-color:#FCCA04 !important;color:#494949 !important}.focus-ring-primary:focus{box-shadow:0 0 0 0.2rem rgba(0,123,255,0.25)}.focus-ring-app-primary:focus{box-shadow:0 0 0 0.2rem rgba(48,204,253,0.25)}.focus-ring-yellow:focus{box-shadow:0 0 0 0.2rem rgba(252,202,4,0.25)}.active-bg-primary:active{background-color:#007bff !important}.active-bg-app-primary:active{background-color:#30CCFD !important}.active-bg-yellow:active{background-color:#d5aa03 !important;color:#494949 !important}.selection-bg-primary::selection{background-color:rgba(0,123,255,0.15)}.selection-bg-app-primary::selection{background-color:rgba(48,204,253,0.15)}.selection-bg-yellow::selection{background-color:rgba(252,202,4,0.15)}.navbar-brand img,.navbar-brand > img{max-width:100px}.main-site-nav{background:inherit}@media (max-width:767.98px){.main-site-nav{display:none}}.nav-flex-wrapper{display:flex;align-items:center;flex-wrap:nowrap;background:inherit}.nav-flex-wrapper > .navbar-brand{flex-shrink:0;position:relative;z-index:2}.nav-flex-wrapper.has-scroll-left > .navbar-brand{box-shadow:10px 0 12px -6px rgba(0,0,0,0.45)}.nav-flex-wrapper.has-scroll-right .nav-usernav-pinned{box-shadow:-10px 0 12px -6px rgba(0,0,0,0.45)}.nav-usernav-pinned{flex-shrink:0;margin-left:auto;position:relative;z-index:2}@media (max-width:767.98px){.nav-scroll-offcanvas{background:inherit}}.nav-scroll-list{scrollbar-width:none;-ms-overflow-style:none}.nav-scroll-list::-webkit-scrollbar{display:none}@media (min-width:768px){.nav-scroll-offcanvas{flex:1 1 auto;min-width:0}.nav-scroll-offcanvas .offcanvas-body{flex-direction:row;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.nav-scroll-offcanvas .offcanvas-body::-webkit-scrollbar{display:none}.nav-scroll-list{flex-wrap:nowrap;cursor:grab}.nav-scroll-list > .nav-item{flex-shrink:0}.nav-scroll-list .nav-link{white-space:nowrap}.nav-scroll-list:active{cursor:grabbing}}.main-site-sidebar{background:inherit}.main-site-sidebar-mobilebar{background:inherit;padding:0.5rem 1rem}.main-site-sidebar-mobilebar .btn{padding-top:0;padding-bottom:0;font-size:2rem}.main-site-sidebar-panel{background:inherit;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}.main-site-sidebar-panel::-webkit-scrollbar{display:none}@media (max-width:767.98px){.main-site-sidebar-panel{position:fixed;top:0;left:0;bottom:0;z-index:1045;width:280px;max-width:100%;padding:1rem;display:flex;flex-direction:column;overflow-y:auto;visibility:hidden;transform:translateX(-100%);transition:transform 0.3s ease-in-out;outline:0}.main-site-sidebar-panel.showing,.main-site-sidebar-panel.show:not(.hiding){transform:none}.main-site-sidebar-panel.showing,.main-site-sidebar-panel.hiding,.main-site-sidebar-panel.show{visibility:visible}.main-site-sidebar-panel-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:0.75rem;margin-bottom:0.75rem;border-bottom:1px solid rgba(0,0,0,0.1)}}@media (min-width:768px){html.nav-vertical .main-site-sidebar-panel{position:fixed;top:0;left:0;bottom:0;z-index:1030;width:280px;padding:1rem;padding-bottom:75px;display:flex;flex-direction:column;overflow-y:auto;outline:0}html:not(.nav-vertical) .main-site-sidebar{display:none}html.nav-vertical .body-container{margin-left:280px;width:calc(100% - 280px)}}.main-site-sidebar-items{flex:1 1 auto}.main-site-sidebar-items > .nav-item{width:100%}.main-site-sidebar-items > .nav-item > .nav-link{width:100%}.main-site-sidebar-panel .dropdown-submenu > .dropdown-menu{position:static;float:none;box-shadow:none;border:none;padding-left:8px;margin-top:0 !important}.main-site-sidebar-panel .dropdown-submenu > .dropdown-menu:not(.mega-menu){display:none}.main-site-sidebar-panel .dropdown-submenu > .dropdown-menu:not(.mega-menu).show{display:block}.main-site-sidebar-panel .mega-menu{flex-direction:column;min-width:0}.main-site-sidebar-panel .mega-menu .mega-menu-col{border-right:none;border-bottom:1px solid #f0f0f0;padding:8px 4px}.main-site-sidebar-panel .mega-menu .mega-menu-col:last-child{border-bottom:none}.main-site-sidebar-usernav{display:flex;flex-direction:column-reverse;flex-shrink:0}.main-site-sidebar-usernav-menu{position:static;float:none;width:100%;display:none;margin-bottom:0.25rem}.main-site-sidebar-usernav-menu.show{display:block}nav-menu{display:block;width:100%;background:#ffffff}nav-menu li > .dropdown-menu{background:#ffffff}nav-menu li:not(.navbar-brand),nav-menu a:not(.navbar-brand),nav-menu .dropdown-item{color:#343a40}nav-menu a:not(.navbar-brand):active,nav-menu .dropdown-item:active{color:#343a40}nav-menu a:not(.navbar-brand):focus,nav-menu .dropdown-item:focus{color:#343a40}nav-menu a:not(.navbar-brand):visited,nav-menu .dropdown-item:visited{color:#343a40}nav-menu a:not(.navbar-brand):hover,nav-menu .dropdown-item:hover{color:#343a40;background:#30CCFD}nav-menu .navbar-toggler{color:#343a40}.home-page .navbar-dark .navbar-brand{color:#fff}.home-page .navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,0.85)}.home-page .navbar-dark .navbar-nav .nav-link:hover,.home-page .navbar-dark .navbar-nav .nav-link:focus{color:#fff}@media (min-width:768px){.dropdown-submenu{position:relative}.dropdown-submenu > .dropdown-menu{position:absolute;top:0;left:100%;margin-top:0 !important}.dropdown-submenu > .dropdown-menu:not(.mega-menu){display:none}.dropdown-submenu > .dropdown-menu:not(.mega-menu).show{display:block}}@media (max-width:767px){.dropdown-submenu > .dropdown-menu{position:static;float:none;box-shadow:none;border:none;border-left:3px solid #0d6efd;padding-left:8px;margin-top:0 !important}.dropdown-submenu > .dropdown-menu:not(.mega-menu){display:none}.dropdown-submenu > .dropdown-menu:not(.mega-menu).show{display:block}}@media (max-width:767px){.nav-item.dropdown > .dropdown-menu:not(.mega-menu){position:static;float:none;box-shadow:none;border:none;display:none;width:100%;padding-left:8px;margin-top:0 !important}.nav-item.dropdown > .dropdown-menu:not(.mega-menu).show{display:block}}.dropdown-submenu > .dropdown-item,.dropdown-submenu > .nav-link{display:flex;justify-content:space-between;align-items:center}.dropdown-submenu > .dropdown-item::after,.dropdown-submenu > .nav-link::after{content:"›";font-size:1.1em;margin-left:8px;border:none}.mega-menu{display:none;flex-direction:row;flex-wrap:nowrap;min-width:640px;padding:16px 8px;gap:0;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,0.12)}.mega-menu.show{display:flex}.mega-menu .mega-menu-col{flex:1;min-width:160px;padding:0 12px;border-right:1px solid #f0f0f0}.mega-menu .mega-menu-col:last-child{border-right:none}.mega-menu .mega-menu-col-header{font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;color:#6c757d;padding:0 4px 8px;margin-bottom:4px;border-bottom:2px solid #30CCFD;display:flex;align-items:center}.mega-menu .mega-menu-item{display:flex;align-items:center;gap:10px;padding:8px 4px;border-radius:6px;color:#343a40;text-decoration:none;transition:background 0.15s;width:100%}.mega-menu .mega-menu-item:hover{background:#f8f9fa;color:#343a40;text-decoration:none}.mega-menu .mega-menu-icon-box{width:34px;height:34px;border-radius:8px;background:#30CCFD;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-size:0.9rem}.mega-menu .mega-menu-item-text{display:flex;flex-direction:column}.mega-menu .mega-menu-item-title{font-size:0.85rem;font-weight:500;line-height:1.2}.mega-menu .mega-menu-item-desc{font-size:0.72rem;color:#6c757d;margin-top:2px;line-height:1.2}@media (max-width:767px){.mega-menu{flex-direction:column;min-width:0}.mega-menu .mega-menu-col{border-right:none;border-bottom:1px solid #f0f0f0;padding:8px 4px}.mega-menu .mega-menu-col:last-child{border-bottom:none}}
@font-face{font-family:Arial-Rounded-MT;src:url(/WebsiteCustom/fonts/Arial-Rounded-MT.Ttf) format("truetype");}@font-face{font-family:Arial-Rounded-MT;src:url(/WebsiteCustom/fonts/Arial-Rounded-MT.Ttf) format("truetype");}@font-face{font-family:Montserat-Medium;src:url(/WebsiteCustom/fonts/FontsFree-Net-Montserrat-Medium.ttf);}.form-text-only{border-radius:15px;margin:10px 0;background:#fff;}.form-text-only div{background:#f5f5f5;padding:5px 20px;border-radius:15px;}.form-text-only label{font-weight:bold;}img.deleted{opacity:.4;filter:blur(5px);}.home-page .bg-primary{background-color:#fdc42d!important;}.home-page .bg-secondary{background-color:#0b1729!important;}.home-page .text-primary{color:#fdc42d!important;}.home-page .text-secondary{color:#0b1729!important;}.home-page .btn-primary{background-color:#fdc42d;border-color:#fdc42d;color:#0b1729;}.home-page .btn-primary:hover,.home-page .btn-primary:focus,.home-page .btn-primary:active{background-color:#fdbb0f;border-color:#fdbb0f;color:#0b1729;}.home-page .btn-outline-light{color:#fff;border-color:rgba(255,255,255,.7);}.home-page .btn-outline-light:hover,.home-page .btn-outline-light:focus,.home-page .btn-outline-light:active{color:#0b1729;background-color:#fff;border-color:#fff;}.home-page .btn-outline-primary{color:#fdc42d;border-color:#fdc42d;}.home-page .btn-outline-primary:hover,.home-page .btn-outline-primary:focus,.home-page .btn-outline-primary:active{background-color:#fdc42d;border-color:#fdc42d;color:#0b1729;}.home-page .navbar-dark .navbar-brand{color:#fff;}.home-page .navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.85);}.home-page .navbar-dark .navbar-nav .nav-link:hover,.home-page .navbar-dark .navbar-nav .nav-link:focus{color:#fff;}.home-page .hero-section{background:linear-gradient(135deg,#0b1729 0%,#1a2c49 100%);color:#fff;}.home-page .hero-section .app-btn{border-radius:50px;padding:12px 30px;font-weight:600;}.home-page .feature-card{transition:transform .3s ease,box-shadow .3s ease;border:0;border-radius:12px;}.home-page .feature-card:hover{transform:translateY(-5px);box-shadow:0 1rem 2rem rgba(0,0,0,.1);}.home-page .contact-link{color:#fdc42d;text-decoration:none;transition:color .3s;}.home-page .contact-link:hover,.home-page .contact-link:focus{color:#fdbb0f;}.home-page a:focus-visible,.home-page button:focus-visible,.home-page .btn:focus-visible{outline:2px solid #fdd260;outline-offset:2px;}.component-showcase{font-size:.9rem;}.component-showcase .component-list{max-height:calc(100vh - 160px);overflow-y:auto;}.component-showcase .preview-wrapper{border-bottom:1px solid rgba(0,0,0,.06);padding-bottom:.75rem;margin-bottom:.75rem;}.component-showcase .preview-area{min-height:120px;background-color:#f8f9fa;}.component-showcase .code-block-wrapper{border:1px solid rgba(0,0,0,.08);border-radius:.75rem;background-color:#111827;color:#e5e7eb;padding:.75rem;overflow:auto;}.component-showcase .code-block{margin-bottom:0;white-space:pre;font-family:Consolas,"Courier New",monospace;font-size:.8rem;}.component-showcase .nav-tabs .nav-link{cursor:pointer;}.modal-dialog-full-height .modal-dialog.modal-lg{height:100%;}
.text-color-blue{color:#007bff;}.text-color-indigo{color:#6610f2;}.text-color-purple{color:#6f42c1;}.text-color-pink{color:#e83e8c;}.text-color-red{color:#dc3545;}.text-color-orange{color:#fd7e14;}.text-color-yellow{color:#fcca04;}.text-color-yellow-dark{color:#d5aa03;}.text-color-yellow-light{color:#fcd32c;}.text-color-yellow-text{color:#494949;}.text-color-green{color:#28a745;}.text-color-teal{color:#20c997;}.text-color-cyan{color:#17a2b8;}.text-color-white{color:#fff;}.text-color-gray-100{color:#f8f9fa;}.text-color-gray-200{color:#e9ecef;}.text-color-gray-300{color:#dee2e6;}.text-color-gray-400{color:#ced4da;}.text-color-gray-500{color:#adb5bd;}.text-color-gray-600{color:#6c757d;}.text-color-gray-700{color:#495057;}.text-color-gray-800{color:#343a40;}.text-color-gray-900{color:#212529;}.text-color-gray{color:#6c757d;}.text-color-gray-dark{color:#343a40;}.text-color-primary{color:#007bff;}.text-color-secondary{color:#6c757d;}.text-color-success{color:#28a745;}.text-color-info{color:#17a2b8;}.text-color-warning{color:#fcca04;}.text-color-danger{color:#dc3545;}.text-color-light{color:#f8f9fa;}.text-color-dark{color:#343a40;}.text-color-app-primary{color:#30ccfd;}.text-color-app-primary-dark{color:#02b5ee;}.text-color-app-primary-light{color:#58d6fd;}.text-color-orange-light{color:#fe9f51;}.text-color-orange-dark{color:#d26102;}.bg-color-blue{background-color:#007bff;}.bg-color-indigo{background-color:#6610f2;}.bg-color-purple{background-color:#6f42c1;}.bg-color-pink{background-color:#e83e8c;}.bg-color-red{background-color:#dc3545;}.bg-color-orange{background-color:#fd7e14;}.bg-color-yellow{background-color:#fcca04;}.bg-color-yellow-dark{background-color:#d5aa03;}.bg-color-yellow-light{background-color:#fcd32c;}.bg-color-yellow-soft{background-color:rgba(252,202,4,.15);}.bg-color-green{background-color:#28a745;}.bg-color-teal{background-color:#20c997;}.bg-color-cyan{background-color:#17a2b8;}.bg-color-white{background-color:#fff;}.bg-color-gray-100{background-color:#f8f9fa;}.bg-color-gray-200{background-color:#e9ecef;}.bg-color-gray-300{background-color:#dee2e6;}.bg-color-gray-400{background-color:#ced4da;}.bg-color-gray-500{background-color:#adb5bd;}.bg-color-gray-600{background-color:#6c757d;}.bg-color-gray-700{background-color:#495057;}.bg-color-gray-800{background-color:#343a40;}.bg-color-gray-900{background-color:#212529;}.bg-color-gray{background-color:#6c757d;}.bg-color-gray-dark{background-color:#343a40;}.bg-color-primary{background-color:#007bff;}.bg-color-secondary{background-color:#6c757d;}.bg-color-success{background-color:#28a745;}.bg-color-info{background-color:#17a2b8;}.bg-color-warning{background-color:#fcca04;}.bg-color-danger{background-color:#dc3545;}.bg-color-light{background-color:#f8f9fa;}.bg-color-dark{background-color:#343a40;}.bg-color-app-primary{background-color:#30ccfd;}.bg-color-app-primary-dark{background-color:#02b5ee;}.bg-color-app-primary-light{background-color:#58d6fd;}.bg-color-orange-light{background-color:#fe9f51;}.bg-color-orange-dark{background-color:#d26102;}.border-color-blue{border-color:#007bff;}.border-color-indigo{border-color:#6610f2;}.border-color-purple{border-color:#6f42c1;}.border-color-pink{border-color:#e83e8c;}.border-color-red{border-color:#dc3545;}.border-color-orange{border-color:#fd7e14;}.border-color-yellow{border-color:#fcca04;}.border-color-yellow-dark{border-color:#d5aa03;}.border-color-yellow-light{border-color:#fcd32c;}.border-color-green{border-color:#28a745;}.border-color-teal{border-color:#20c997;}.border-color-cyan{border-color:#17a2b8;}.border-color-white{border-color:#fff;}.border-color-gray-100{border-color:#f8f9fa;}.border-color-gray-200{border-color:#e9ecef;}.border-color-gray-300{border-color:#dee2e6;}.border-color-gray-400{border-color:#ced4da;}.border-color-gray-500{border-color:#adb5bd;}.border-color-gray-600{border-color:#6c757d;}.border-color-gray-700{border-color:#495057;}.border-color-gray-800{border-color:#343a40;}.border-color-gray-900{border-color:#212529;}.border-color-gray{border-color:#6c757d;}.border-color-gray-dark{border-color:#343a40;}.border-color-primary{border-color:#007bff;}.border-color-secondary{border-color:#6c757d;}.border-color-success{border-color:#28a745;}.border-color-info{border-color:#17a2b8;}.border-color-warning{border-color:#fcca04;}.border-color-danger{border-color:#dc3545;}.border-color-light{border-color:#f8f9fa;}.border-color-dark{border-color:#343a40;}.border-color-app-primary{border-color:#30ccfd;}.border-color-app-primary-dark{border-color:#02b5ee;}.border-color-app-primary-light{border-color:#58d6fd;}.border-color-orange-light{border-color:#fe9f51;}.border-color-orange-dark{border-color:#d26102;}.btn{display:inline-block;font-weight:400;text-align:center;vertical-align:middle;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;cursor:pointer;text-decoration:none;}.btn:hover{text-decoration:none;}.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}.btn:disabled{opacity:.65;cursor:not-allowed;}.btn-blue{color:#fff;background-color:#007bff;border-color:#007bff;}.btn-blue:hover{color:#fff;background-color:#0069d9;border-color:#0062cc;}.btn-blue:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}.btn-blue:disabled{color:#fff;background-color:#007bff;border-color:#007bff;}.btn-indigo{color:#fff;background-color:#6610f2;border-color:#6610f2;}.btn-indigo:hover{color:#fff;background-color:#560bd0;border-color:#510bc4;}.btn-indigo:focus{color:#fff;background-color:#560bd0;border-color:#510bc4;box-shadow:0 0 0 .2rem rgba(102,16,242,.25);}.btn-indigo:disabled{color:#fff;background-color:#6610f2;border-color:#6610f2;}.btn-purple{color:#fff;background-color:#6f42c1;border-color:#6f42c1;}.btn-purple:hover{color:#fff;background-color:#5e37a6;border-color:#59339d;}.btn-purple:focus{color:#fff;background-color:#5e37a6;border-color:#59339d;box-shadow:0 0 0 .2rem rgba(111,66,193,.25);}.btn-purple:disabled{color:#fff;background-color:#6f42c1;border-color:#6f42c1;}.btn-pink{color:#fff;background-color:#e83e8c;border-color:#e83e8c;}.btn-pink:hover{color:#fff;background-color:#e41c78;border-color:#d91a72;}.btn-pink:focus{color:#fff;background-color:#e41c78;border-color:#d91a72;box-shadow:0 0 0 .2rem rgba(232,62,140,.25);}.btn-pink:disabled{color:#fff;background-color:#e83e8c;border-color:#e83e8c;}.btn-red{color:#fff;background-color:#dc3545;border-color:#dc3545;}.btn-red:hover{color:#fff;background-color:#c82333;border-color:#bd2130;}.btn-red:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(220,53,69,.25);}.btn-red:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545;}.btn-orange{color:#fff;background-color:#fd7e14;border-color:#fd7e14;}.btn-orange:hover{color:#fff;background-color:#e96b02;border-color:#dc6502;}.btn-orange:focus{color:#fff;background-color:#e96b02;border-color:#dc6502;box-shadow:0 0 0 .2rem rgba(253,126,20,.25);}.btn-orange:disabled{color:#fff;background-color:#fd7e14;border-color:#fd7e14;}.btn-yellow{color:#494949;background-color:#fcca04;border-color:#fcca04;}.btn-yellow:hover{color:#494949;background-color:#d7ac03;border-color:#cba202;}.btn-yellow:focus{color:#494949;background-color:#d7ac03;border-color:#cba202;box-shadow:0 0 0 .2rem rgba(252,202,4,.25);}.btn-yellow:disabled{color:#494949;background-color:#fcca04;border-color:#fcca04;}.btn-green{color:#fff;background-color:#28a745;border-color:#28a745;}.btn-green:hover{color:#fff;background-color:#218838;border-color:#1e7e34;}.btn-green:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(40,167,69,.25);}.btn-green:disabled{color:#fff;background-color:#28a745;border-color:#28a745;}.btn-teal{color:#fff;background-color:#20c997;border-color:#20c997;}.btn-teal:hover{color:#fff;background-color:#1ba87e;border-color:#199d76;}.btn-teal:focus{color:#fff;background-color:#1ba87e;border-color:#199d76;box-shadow:0 0 0 .2rem rgba(32,201,151,.25);}.btn-teal:disabled{color:#fff;background-color:#20c997;border-color:#20c997;}.btn-cyan{color:#fff;background-color:#17a2b8;border-color:#17a2b8;}.btn-cyan:hover{color:#fff;background-color:#138496;border-color:#117a8b;}.btn-cyan:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(23,162,184,.25);}.btn-cyan:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8;}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff;}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc;}.btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff;}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d;}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62;}.btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(108,117,125,.25);}.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d;}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745;}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34;}.btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(40,167,69,.25);}.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745;}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8;}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b;}.btn-info:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(23,162,184,.25);}.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8;}.btn-warning{color:#494949;background-color:#fcca04;border-color:#fcca04;}.btn-warning:hover{color:#494949;background-color:#d7ac03;border-color:#cba202;}.btn-warning:focus{color:#494949;background-color:#d7ac03;border-color:#cba202;box-shadow:0 0 0 .2rem rgba(252,202,4,.25);}.btn-warning:disabled{color:#494949;background-color:#fcca04;border-color:#fcca04;}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545;}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130;}.btn-danger:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(220,53,69,.25);}.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545;}.btn-light{color:#343a40;background-color:#f8f9fa;border-color:#f8f9fa;}.btn-light:hover{color:#343a40;background-color:#e2e6ea;border-color:#dae0e5;}.btn-light:focus{color:#343a40;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(248,249,250,.25);}.btn-light:disabled{color:#343a40;background-color:#f8f9fa;border-color:#f8f9fa;}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40;}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124;}.btn-dark:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(52,58,64,.25);}.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40;}.btn-app-primary{color:#fff;background-color:#30ccfd;border-color:#30ccfd;}.btn-app-primary:hover{color:#fff;background-color:#0ac3fd;border-color:#02bdf8;}.btn-app-primary:focus{color:#fff;background-color:#0ac3fd;border-color:#02bdf8;box-shadow:0 0 0 .2rem rgba(48,204,253,.25);}.btn-app-primary:disabled{color:#fff;background-color:#30ccfd;border-color:#30ccfd;}.btn-app-primary-dark{color:#fff;background-color:#02b5ee;border-color:#02b5ee;}.btn-app-primary-dark:hover{color:#fff;background-color:#0298c8;border-color:#028fbb;}.btn-app-primary-dark:focus{color:#fff;background-color:#0298c8;border-color:#028fbb;box-shadow:0 0 0 .2rem rgba(2,181,238,.25);}.btn-app-primary-dark:disabled{color:#fff;background-color:#02b5ee;border-color:#02b5ee;}.btn-app-primary-light{color:#343a40;background-color:#58d6fd;border-color:#58d6fd;}.btn-app-primary-light:hover{color:#343a40;background-color:#33cdfd;border-color:#26cafd;}.btn-app-primary-light:focus{color:#343a40;background-color:#33cdfd;border-color:#26cafd;box-shadow:0 0 0 .2rem rgba(88,214,253,.25);}.btn-app-primary-light:disabled{color:#343a40;background-color:#58d6fd;border-color:#58d6fd;}.btn-outline-blue{color:#007bff;background-color:transparent;border-color:#007bff;}.btn-outline-blue:hover{color:#fff;background-color:#007bff;border-color:#007bff;}.btn-outline-blue:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}.btn-outline-blue:disabled{color:#007bff;background-color:transparent;}.btn-outline-primary{color:#007bff;background-color:transparent;border-color:#007bff;}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff;}.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}.btn-outline-primary:disabled{color:#007bff;background-color:transparent;}.btn-outline-secondary{color:#6c757d;background-color:transparent;border-color:#6c757d;}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d;}.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.25);}.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent;}.btn-outline-success{color:#28a745;background-color:transparent;border-color:#28a745;}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745;}.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.25);}.btn-outline-success:disabled{color:#28a745;background-color:transparent;}.btn-outline-info{color:#17a2b8;background-color:transparent;border-color:#17a2b8;}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8;}.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.25);}.btn-outline-info:disabled{color:#17a2b8;background-color:transparent;}.btn-outline-warning{color:#fcca04;background-color:transparent;border-color:#fcca04;}.btn-outline-warning:hover{color:#fff;background-color:#fcca04;border-color:#fcca04;}.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(252,202,4,.25);}.btn-outline-warning:disabled{color:#fcca04;background-color:transparent;}.btn-outline-danger{color:#dc3545;background-color:transparent;border-color:#dc3545;}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545;}.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.25);}.btn-outline-danger:disabled{color:#dc3545;background-color:transparent;}.btn-outline-light{color:#f8f9fa;background-color:transparent;border-color:#f8f9fa;}.btn-outline-light:hover{color:#fff;background-color:#f8f9fa;border-color:#f8f9fa;}.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.25);}.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent;}.btn-outline-dark{color:#343a40;background-color:transparent;border-color:#343a40;}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40;}.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.25);}.btn-outline-dark:disabled{color:#343a40;background-color:transparent;}.btn-outline-app-primary{color:#30ccfd;background-color:transparent;border-color:#30ccfd;}.btn-outline-app-primary:hover{color:#fff;background-color:#30ccfd;border-color:#30ccfd;}.btn-outline-app-primary:focus{box-shadow:0 0 0 .2rem rgba(48,204,253,.25);}.btn-outline-app-primary:disabled{color:#30ccfd;background-color:transparent;}.btn-outline-yellow{color:#fcca04;background-color:transparent;border-color:#fcca04;}.btn-outline-yellow:hover{color:#494949;background-color:#fcca04;border-color:#fcca04;}.btn-outline-yellow:focus{box-shadow:0 0 0 .2rem rgba(252,202,4,.25);}.btn-outline-yellow:disabled{color:#fcca04;background-color:transparent;}.fill-blue{fill:#007bff;}.fill-indigo{fill:#6610f2;}.fill-purple{fill:#6f42c1;}.fill-pink{fill:#e83e8c;}.fill-red{fill:#dc3545;}.fill-orange{fill:#fd7e14;}.fill-yellow{fill:#fcca04;}.fill-green{fill:#28a745;}.fill-teal{fill:#20c997;}.fill-cyan{fill:#17a2b8;}.fill-white{fill:#fff;}.fill-gray{fill:#6c757d;}.fill-gray-dark{fill:#343a40;}.fill-primary{fill:#007bff;}.fill-secondary{fill:#6c757d;}.fill-success{fill:#28a745;}.fill-info{fill:#17a2b8;}.fill-warning{fill:#fcca04;}.fill-danger{fill:#dc3545;}.fill-light{fill:#f8f9fa;}.fill-dark{fill:#343a40;}.fill-app-primary{fill:#30ccfd;}.stroke-blue{stroke:#007bff;}.stroke-indigo{stroke:#6610f2;}.stroke-purple{stroke:#6f42c1;}.stroke-pink{stroke:#e83e8c;}.stroke-red{stroke:#dc3545;}.stroke-orange{stroke:#fd7e14;}.stroke-yellow{stroke:#fcca04;}.stroke-green{stroke:#28a745;}.stroke-teal{stroke:#20c997;}.stroke-cyan{stroke:#17a2b8;}.stroke-white{stroke:#fff;}.stroke-gray{stroke:#6c757d;}.stroke-gray-dark{stroke:#343a40;}.stroke-primary{stroke:#007bff;}.stroke-secondary{stroke:#6c757d;}.stroke-success{stroke:#28a745;}.stroke-info{stroke:#17a2b8;}.stroke-warning{stroke:#fcca04;}.stroke-danger{stroke:#dc3545;}.stroke-light{stroke:#f8f9fa;}.stroke-dark{stroke:#343a40;}.stroke-app-primary{stroke:#30ccfd;}.shadow-blue{box-shadow:0 .125rem .25rem rgba(0,123,255,.15);}.shadow-primary{box-shadow:0 .125rem .25rem rgba(0,123,255,.15);}.shadow-success{box-shadow:0 .125rem .25rem rgba(40,167,69,.15);}.shadow-warning{box-shadow:0 .125rem .25rem rgba(252,202,4,.15);}.shadow-danger{box-shadow:0 .125rem .25rem rgba(220,53,69,.15);}.shadow-app-primary{box-shadow:0 .125rem .25rem rgba(48,204,253,.15);}.hover-text-primary:hover{color:#007bff!important;}.hover-text-app-primary:hover{color:#30ccfd!important;}.hover-text-yellow:hover{color:#fcca04!important;}.hover-bg-primary:hover{background-color:#007bff!important;}.hover-bg-app-primary:hover{background-color:#30ccfd!important;}.hover-bg-yellow:hover{background-color:#fcca04!important;color:#494949!important;}.focus-ring-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}.focus-ring-app-primary:focus{box-shadow:0 0 0 .2rem rgba(48,204,253,.25);}.focus-ring-yellow:focus{box-shadow:0 0 0 .2rem rgba(252,202,4,.25);}.active-bg-primary:active{background-color:#007bff!important;}.active-bg-app-primary:active{background-color:#30ccfd!important;}.active-bg-yellow:active{background-color:#d5aa03!important;color:#494949!important;}.selection-bg-primary ::selection{background-color:rgba(0,123,255,.15);}.selection-bg-app-primary ::selection{background-color:rgba(48,204,253,.15);}.selection-bg-yellow ::selection{background-color:rgba(252,202,4,.15);}.btn-yellow{--bs-btn-color:#494949;--bs-btn-bg:#fcca04;--bs-btn-border-color:#fcca04;--bs-btn-hover-color:#494949;--bs-btn-hover-bg:#e4b603;--bs-btn-hover-border-color:#e4b603;--bs-btn-focus-shadow-rgb:252,202,4;--bs-btn-active-color:#494949;--bs-btn-active-bg:#cba202;--bs-btn-active-border-color:#cba202;--bs-btn-disabled-color:#494949;--bs-btn-disabled-bg:#fcca04;--bs-btn-disabled-border-color:#fcca04;font-weight:600;border-radius:8px;transition:all .2s ease-in-out;}.btn-yellow:hover{transform:translateY(-1px);}.btn-outline-yellow{--bs-btn-color:#fcca04;--bs-btn-border-color:#fcca04;--bs-btn-hover-color:#494949;--bs-btn-hover-bg:#fcca04;--bs-btn-hover-border-color:#fcca04;--bs-btn-focus-shadow-rgb:252,202,4;--bs-btn-active-color:#494949;--bs-btn-active-bg:#fcca04;--bs-btn-active-border-color:#fcca04;--bs-btn-disabled-color:#fcca04;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#fcca04;font-weight:600;border-radius:8px;transition:all .2s ease-in-out;}.btn-outline-yellow:hover{transform:translateY(-1px);}.bg-yellow{background-color:#fcca04!important;}.bg-yellow-soft{background-color:rgba(252,202,4,.15)!important;}.text-yellow{color:#fcca04!important;}.text-yellow-dark{color:#494949!important;}.border-yellow{border-color:#fcca04!important;}.badge-yellow{background-color:#fcca04;color:#494949;font-weight:600;}.alert-yellow{background-color:rgba(252,202,4,.15);border:1px solid #fcca04;color:#494949;}.link-yellow{color:#fcca04;font-weight:500;text-decoration:none;}.link-yellow:hover{color:#e4b603;text-decoration:underline;}.table-yellow{--bs-table-bg:rgba(252,202,4,.08);--bs-table-striped-bg:rgba(252,202,4,.15);--bs-table-hover-bg:rgba(252,202,4,.2);color:#494949;}.progress-bar-yellow{background-color:#fcca04;}.card-yellow{border-top:4px solid #fcca04;}.nav-tabs .nav-link.active-yellow{background-color:#fcca04;color:#494949;border-color:#fcca04 #fcca04 #fff;}.dropdown-item-yellow.active,.dropdown-item-yellow:active{background-color:#fcca04;color:#494949;}.filter .filter-cell .form-control{border-radius:0!important;}nav-menu{display:block;width:100%;background:#fff;}nav-menu li>.dropdown-menu{background:#fff;border:1px solid rgba(33,37,41,.12);box-shadow:0 4px 12px rgba(33,37,41,.08);}nav-menu li:not(.navbar-brand),nav-menu a:not(.navbar-brand),nav-menu .dropdown-item{color:#343a40;background:transparent;transition:all .2s ease-in-out;}nav-menu a:not(.navbar-brand):active,nav-menu .dropdown-item:active,nav-menu a:not(.navbar-brand):focus,nav-menu .dropdown-item:focus{color:#212529;background:#e9ecef;}nav-menu a:not(.navbar-brand):visited,nav-menu .dropdown-item:visited{color:#343a40;}nav-menu a:not(.navbar-brand):hover,nav-menu .dropdown-item:hover{color:#212529;background:#e9ecef;}nav-menu .nav-link.active,nav-menu .dropdown-item.active{background:#e9ecef;color:#212529;font-weight:600;}nav-menu .navbar-toggler{color:#343a40;border:1px solid rgba(33,37,41,.18);transition:all .2s ease-in-out;}nav-menu .navbar-toggler:hover{background:#e9ecef;}nav-menu .navbar-toggler span{background-color:#343a40;}nav-menu .navbar-brand{font-weight:700;color:#212529;}nav-menu .navbar-brand:hover{color:#495057;}.btn-gmrl{--bs-btn-color:#494949;--bs-btn-bg:#fcca04;--bs-btn-border-color:#fcca04;}.btn-gmrl-dark{--bs-btn-color:#fff;--bs-btn-bg:#494949;--bs-btn-border-color:#494949;}.btn-hyve{--bs-btn-color:#fff;--bs-btn-bg:#00a4ef;--bs-btn-border-color:#00a4ef;}.btn-hyve-dark{--bs-btn-color:#fff;--bs-btn-bg:#1e2637;--bs-btn-border-color:#1e2637;}.btn-outline-gmrl{color:#494949;border-color:#494949;background:transparent;}.btn-outline-gmrl:hover,.btn-outline-gmrl:focus,.btn-outline-gmrl:active{background:#fcca04;border-color:#fcca04;color:#494949;}.btn-outline-gmrl-dark{color:#494949;border-color:#494949;background:transparent;}.btn-outline-gmrl-dark:hover,.btn-outline-gmrl-dark:focus,.btn-outline-gmrl-dark:active{background:#494949;border-color:#494949;color:#fff;}.bg-gmrl{background-color:#fcca04!important;}.bg-gmrl-soft{background-color:rgba(252,202,4,.15)!important;}.text-gmrl{color:#fcca04!important;}.text-gmrl-dark{color:#494949!important;}.border-gmrl{border-color:#fcca04!important;}.border-gmrl-dark{border-color:#494949!important;}.badge-gmrl{background-color:#fcca04;color:#494949;}.alert-gmrl{background-color:rgba(252,202,4,.15);border-color:#fcca04;color:#494949;}.link-gmrl{color:#494949;text-decoration:none;}.link-gmrl:hover{text-decoration:underline;}.table-gmrl tbody tr:nth-of-type(odd){background-color:rgba(252,202,4,.08);}.progress-bar-gmrl{background-color:#fcca04;}.card-gmrl{border-top:4px solid #fcca04;}.nav-tabs .active-gmrl{border-bottom-color:#fcca04;color:#494949;}.dropdown-item-gmrl{background-color:#fcca04;color:#494949;}.btn-outline-hyve{color:#00a4ef;border-color:#00a4ef;background:transparent;}.btn-outline-hyve:hover,.btn-outline-hyve:focus,.btn-outline-hyve:active{background:#00a4ef;border-color:#00a4ef;color:#fff;}.bg-hyve{background-color:#00a4ef!important;}.bg-hyve-soft{background-color:rgba(0,164,239,.15)!important;}.bg-hyve-dark{background-color:#1e2637!important;}.text-hyve{color:#00a4ef!important;}.text-hyve-dark{color:#1e2637!important;}.border-hyve{border-color:#00a4ef!important;}.badge-hyve{background-color:#00a4ef;color:#fff;}.alert-hyve{background-color:rgba(0,164,239,.15);border-color:#00a4ef;color:#00a4ef;}.link-hyve{color:#00a4ef;text-decoration:none;}.link-hyve:hover{color:#0081bc;}.table-hyve tbody tr:nth-of-type(odd){background-color:rgba(0,164,239,.08);}.progress-bar-hyve{background-color:#00a4ef;}.card-hyve{border-top:4px solid #00a4ef;}.nav-tabs .active-hyve{border-bottom-color:#00a4ef;color:#00a4ef;}.dropdown-item-hyve{background-color:#00a4ef;color:#fff;}.nav-gmrl{background:#fff;border-bottom:2px solid rgba(252,202,4,.25);}.nav-gmrl .navbar-brand,.nav-gmrl .navbar-nav .nav-link,.nav-gmrl .navbar-nav .nav-link.dropdown-toggle{color:#494949!important;background:transparent!important;}.nav-gmrl .navbar-nav .nav-link:hover,.nav-gmrl .navbar-nav .nav-link:focus,.nav-gmrl .navbar-nav .nav-link.active,.nav-gmrl .navbar-nav .show>.nav-link,.nav-gmrl .navbar-nav .nav-item.show>.nav-link{background:#fcca04!important;color:#494949!important;}.nav-gmrl .dropdown-menu{background:#fff;border:1px solid rgba(252,202,4,.25);box-shadow:0 4px 12px rgba(252,202,4,.12);}.nav-gmrl .dropdown-menu .dropdown-item{color:#494949!important;background:transparent!important;}.nav-gmrl .dropdown-menu .dropdown-item:hover,.nav-gmrl .dropdown-menu .dropdown-item:focus,.nav-gmrl .dropdown-menu .dropdown-item.active{background:#fcca04!important;color:#494949!important;}.nav-gmrl .navbar-toggler{color:#494949!important;border-color:rgba(73,73,73,.4)!important;}.nav-gmrl .navbar-toggler:hover{background:rgba(252,202,4,.2)!important;}.nav-gmrl nav-menu{background:#fff;}.nav-gmrl nav-menu a:not(.navbar-brand),.nav-gmrl nav-menu .dropdown-item{color:#494949!important;}.nav-gmrl nav-menu a:not(.navbar-brand):hover,.nav-gmrl nav-menu .dropdown-item:hover,.nav-gmrl nav-menu a:not(.navbar-brand):focus,.nav-gmrl nav-menu .dropdown-item:focus,.nav-gmrl nav-menu a:not(.navbar-brand):active,.nav-gmrl nav-menu .dropdown-item:active{background:#fcca04!important;color:#494949!important;}.nav-gmrl nav-menu .nav-link.active,.nav-gmrl nav-menu .dropdown-item.active{background:#fcca04!important;color:#494949!important;}.nav-gmrl nav-menu li:not(.navbar-brand):hover,.nav-gmrl nav-menu li:not(.navbar-brand):focus,.nav-gmrl nav-menu li:not(.navbar-brand):active{background:transparent!important;}.nav-gmrl-dark{background:#494949;}.nav-gmrl-dark .navbar-brand,.nav-gmrl-dark .navbar-nav .nav-link,.nav-gmrl-dark .navbar-nav .nav-link.dropdown-toggle{color:#fff!important;background:transparent!important;}.nav-gmrl-dark .navbar-nav .nav-link:hover,.nav-gmrl-dark .navbar-nav .nav-link:focus,.nav-gmrl-dark .navbar-nav .nav-link.active,.nav-gmrl-dark .navbar-nav .show>.nav-link,.nav-gmrl-dark .navbar-nav .nav-item.show>.nav-link{background:#fcca04!important;color:#494949!important;}.nav-gmrl-dark .dropdown-menu{background:#fff;border:1px solid rgba(252,202,4,.25);}.nav-gmrl-dark .dropdown-menu .dropdown-item{color:#494949!important;background:transparent!important;}.nav-gmrl-dark .dropdown-menu .dropdown-item:hover,.nav-gmrl-dark .dropdown-menu .dropdown-item:focus,.nav-gmrl-dark .dropdown-menu .dropdown-item.active{background:#fcca04!important;color:#494949!important;}.nav-gmrl-dark .navbar-toggler{color:#fff!important;border-color:rgba(255,255,255,.4)!important;}.nav-gmrl-dark .navbar-toggler:hover{background:#585858!important;}.nav-gmrl-dark nav-menu{background:#494949;}.nav-gmrl-dark nav-menu a:not(.navbar-brand),.nav-gmrl-dark nav-menu .dropdown-item,.nav-gmrl-dark nav-menu .navbar-brand{color:#fff!important;}.nav-gmrl-dark nav-menu a:not(.navbar-brand):hover,.nav-gmrl-dark nav-menu a:not(.navbar-brand):focus,.nav-gmrl-dark nav-menu a:not(.navbar-brand):active,.nav-gmrl-dark nav-menu .dropdown-item:hover,.nav-gmrl-dark nav-menu .dropdown-item:focus,.nav-gmrl-dark nav-menu .dropdown-item:active,.nav-gmrl-dark nav-menu .nav-link.active,.nav-gmrl-dark nav-menu .dropdown-item.active{background:#fcca04!important;color:#494949!important;}.nav-gmrl-dark nav-menu li:not(.navbar-brand):hover,.nav-gmrl-dark nav-menu li:not(.navbar-brand):focus,.nav-gmrl-dark nav-menu li:not(.navbar-brand):active{background:transparent!important;}.nav-gmrl-yellow{background:#fcca04;border-bottom:2px solid rgba(73,73,73,.25);}.nav-gmrl-yellow .navbar-brand,.nav-gmrl-yellow .navbar-nav .nav-link,.nav-gmrl-yellow .navbar-nav .nav-link.dropdown-toggle{color:#494949!important;background:transparent!important;}.nav-gmrl-yellow .navbar-nav .nav-link:hover,.nav-gmrl-yellow .navbar-nav .nav-link:focus,.nav-gmrl-yellow .navbar-nav .nav-link.active,.nav-gmrl-yellow .navbar-nav .show>.nav-link,.nav-gmrl-yellow .navbar-nav .nav-item.show>.nav-link{background:#494949!important;color:#fff!important;}.nav-gmrl-yellow .dropdown-menu{background:#fff;border:1px solid rgba(73,73,73,.2);}.nav-gmrl-yellow .dropdown-menu .dropdown-item{color:#494949!important;background:transparent!important;}.nav-gmrl-yellow .dropdown-menu .dropdown-item:hover,.nav-gmrl-yellow .dropdown-menu .dropdown-item:focus,.nav-gmrl-yellow .dropdown-menu .dropdown-item.active{background:#494949!important;color:#fff!important;}.nav-gmrl-yellow .navbar-toggler{color:#494949!important;border-color:rgba(73,73,73,.4)!important;}.nav-gmrl-yellow .navbar-toggler:hover{background:rgba(73,73,73,.1)!important;}.nav-gmrl-yellow nav-menu{background:#fcca04;}.nav-gmrl-yellow nav-menu a:not(.navbar-brand),.nav-gmrl-yellow nav-menu .dropdown-item,.nav-gmrl-yellow nav-menu .navbar-brand{color:#494949!important;}.nav-gmrl-yellow nav-menu a:not(.navbar-brand):hover,.nav-gmrl-yellow nav-menu a:not(.navbar-brand):focus,.nav-gmrl-yellow nav-menu a:not(.navbar-brand):active,.nav-gmrl-yellow nav-menu .dropdown-item:hover,.nav-gmrl-yellow nav-menu .dropdown-item:focus,.nav-gmrl-yellow nav-menu .dropdown-item:active,.nav-gmrl-yellow nav-menu .nav-link.active,.nav-gmrl-yellow nav-menu .dropdown-item.active{background:#494949!important;color:#fff!important;}.nav-gmrl-yellow nav-menu li:not(.navbar-brand):hover,.nav-gmrl-yellow nav-menu li:not(.navbar-brand):focus,.nav-gmrl-yellow nav-menu li:not(.navbar-brand):active{background:transparent!important;}.nav-hyve{background:#fff;border-bottom:2px solid rgba(0,164,239,.3);}.nav-hyve .navbar-brand,.nav-hyve .navbar-nav .nav-link,.nav-hyve .navbar-nav .nav-link.dropdown-toggle{color:#00a4ef!important;background:transparent!important;}.nav-hyve .navbar-nav .nav-link:hover,.nav-hyve .navbar-nav .nav-link:focus,.nav-hyve .navbar-nav .nav-link.active,.nav-hyve .navbar-nav .show>.nav-link,.nav-hyve .navbar-nav .nav-item.show>.nav-link{background:#00a4ef!important;color:#fff!important;}.nav-hyve .dropdown-menu{background:#fff;border:1px solid rgba(0,164,239,.25);box-shadow:0 4px 12px rgba(0,164,239,.12);}.nav-hyve .dropdown-menu .dropdown-item{color:#00a4ef!important;background:transparent!important;}.nav-hyve .dropdown-menu .dropdown-item:hover,.nav-hyve .dropdown-menu .dropdown-item:focus,.nav-hyve .dropdown-menu .dropdown-item.active{background:#00a4ef!important;color:#fff!important;}.nav-hyve .navbar-toggler{color:#00a4ef!important;border-color:rgba(0,164,239,.4)!important;}.nav-hyve .navbar-toggler:hover{background:rgba(0,164,239,.15)!important;}.nav-hyve nav-menu{background:#fff;}.nav-hyve nav-menu a:not(.navbar-brand),.nav-hyve nav-menu .dropdown-item{color:#00a4ef!important;}.nav-hyve nav-menu a:not(.navbar-brand):hover,.nav-hyve nav-menu .dropdown-item:hover,.nav-hyve nav-menu a:not(.navbar-brand):focus,.nav-hyve nav-menu .dropdown-item:focus,.nav-hyve nav-menu a:not(.navbar-brand):active,.nav-hyve nav-menu .dropdown-item:active{background:#00a4ef!important;color:#fff!important;}.nav-hyve nav-menu .nav-link.active,.nav-hyve nav-menu .dropdown-item.active{background:#00a4ef!important;color:#fff!important;}.nav-hyve nav-menu li:not(.navbar-brand):hover,.nav-hyve nav-menu li:not(.navbar-brand):focus,.nav-hyve nav-menu li:not(.navbar-brand):active{background:transparent!important;}.nav-hyve-dark{background:#1e2637;}.nav-hyve-dark .navbar-brand,.nav-hyve-dark .navbar-nav .nav-link,.nav-hyve-dark .navbar-nav .nav-link.dropdown-toggle{color:#fff!important;background:transparent!important;}.nav-hyve-dark .navbar-nav .nav-link:hover,.nav-hyve-dark .navbar-nav .nav-link:focus,.nav-hyve-dark .navbar-nav .nav-link.active,.nav-hyve-dark .navbar-nav .show>.nav-link,.nav-hyve-dark .navbar-nav .nav-item.show>.nav-link{background:#00a4ef!important;color:#fff!important;}.nav-hyve-dark .dropdown-menu{background:#fff;border:1px solid rgba(0,164,239,.25);box-shadow:0 4px 12px rgba(0,164,239,.12);}.nav-hyve-dark .dropdown-menu .dropdown-item{color:#00a4ef!important;background:transparent!important;}.nav-hyve-dark .dropdown-menu .dropdown-item:hover,.nav-hyve-dark .dropdown-menu .dropdown-item:focus,.nav-hyve-dark .dropdown-menu .dropdown-item.active{background:#00a4ef!important;color:#fff!important;}.nav-hyve-dark .navbar-toggler{color:#fff!important;border-color:rgba(255,255,255,.4)!important;}.nav-hyve-dark .navbar-toggler:hover{background:#29344b!important;}.nav-hyve-dark nav-menu{background:#1e2637;}.nav-hyve-dark nav-menu a:not(.navbar-brand),.nav-hyve-dark nav-menu .dropdown-item,.nav-hyve-dark nav-menu .navbar-brand{color:#fff!important;}.nav-hyve-dark nav-menu a:not(.navbar-brand):hover,.nav-hyve-dark nav-menu a:not(.navbar-brand):focus,.nav-hyve-dark nav-menu a:not(.navbar-brand):active,.nav-hyve-dark nav-menu .dropdown-item:hover,.nav-hyve-dark nav-menu .dropdown-item:focus,.nav-hyve-dark nav-menu .dropdown-item:active,.nav-hyve-dark nav-menu .nav-link.active,.nav-hyve-dark nav-menu .dropdown-item.active{background:#00a4ef!important;color:#fff!important;}.nav-hyve-dark nav-menu li:not(.navbar-brand):hover,.nav-hyve-dark nav-menu li:not(.navbar-brand):focus,.nav-hyve-dark nav-menu li:not(.navbar-brand):active{background:transparent!important;}.nav-hyve-blue{background:#00a4ef;border-bottom:2px solid rgba(255,255,255,.18);}.nav-hyve-blue .navbar-brand,.nav-hyve-blue .navbar-nav .nav-link,.nav-hyve-blue .navbar-nav .nav-link.dropdown-toggle{color:#fff!important;background:transparent!important;}.nav-hyve-blue .navbar-nav .nav-link:hover,.nav-hyve-blue .navbar-nav .nav-link:focus,.nav-hyve-blue .navbar-nav .nav-link.active,.nav-hyve-blue .navbar-nav .show>.nav-link,.nav-hyve-blue .navbar-nav .nav-item.show>.nav-link{background:#0088c6!important;color:#fff!important;}.nav-hyve-blue .dropdown-menu{background:#fff;border:1px solid rgba(0,164,239,.25);}.nav-hyve-blue .dropdown-menu .dropdown-item{color:#00a4ef!important;background:transparent!important;}.nav-hyve-blue .dropdown-menu .dropdown-item:hover,.nav-hyve-blue .dropdown-menu .dropdown-item:focus,.nav-hyve-blue .dropdown-menu .dropdown-item.active{background:#0088c6!important;color:#fff!important;}.nav-hyve-blue .navbar-toggler{color:#fff!important;border-color:rgba(255,255,255,.4)!important;}.nav-hyve-blue .navbar-toggler:hover{background:#0088c6!important;}.nav-hyve-blue nav-menu{background:#00a4ef;}.nav-hyve-blue nav-menu a:not(.navbar-brand),.nav-hyve-blue nav-menu .dropdown-item,.nav-hyve-blue nav-menu .navbar-brand{color:#fff!important;}.nav-hyve-blue nav-menu a:not(.navbar-brand):hover,.nav-hyve-blue nav-menu a:not(.navbar-brand):focus,.nav-hyve-blue nav-menu a:not(.navbar-brand):active,.nav-hyve-blue nav-menu .dropdown-item:hover,.nav-hyve-blue nav-menu .dropdown-item:focus,.nav-hyve-blue nav-menu .dropdown-item:active,.nav-hyve-blue nav-menu .nav-link.active,.nav-hyve-blue nav-menu .dropdown-item.active{background:#0088c6!important;color:#fff!important;}.nav-hyve-blue nav-menu li:not(.navbar-brand):hover,.nav-hyve-blue nav-menu li:not(.navbar-brand):focus,.nav-hyve-blue nav-menu li:not(.navbar-brand):active{background:transparent!important;}.uib-modal .modal-content,.modal .modal-content{background:#fff;border:1px solid #dee2e6;border-radius:.5rem;box-shadow:0 15px 40px rgba(33,37,41,.15);overflow:hidden;}.uib-modal .modal-header,.modal .modal-header{background:#f8f9fa;color:#212529;border-bottom:1px solid #dee2e6;padding:1rem 1.25rem;}.uib-modal .modal-header .modal-title,.modal .modal-header .modal-title{font-weight:600;color:#212529;}.uib-modal .modal-header .close,.modal .modal-header .close,.uib-modal .modal-header .btn-close,.modal .modal-header .btn-close{color:#495057;opacity:.8;}.uib-modal .modal-header .close:hover,.modal .modal-header .close:hover,.uib-modal .modal-header .btn-close:hover,.modal .modal-header .btn-close:hover,.uib-modal .modal-header .close:focus,.modal .modal-header .close:focus,.uib-modal .modal-header .btn-close:focus,.modal .modal-header .btn-close:focus{opacity:1;}.uib-modal .modal-body,.modal .modal-body{background:#fff;color:#343a40;padding:1.25rem;}.uib-modal .modal-body .form-control,.modal .modal-body .form-control,.uib-modal .modal-body .form-select,.modal .modal-body .form-select{border-color:#dee2e6;}.uib-modal .modal-body .form-control:focus,.modal .modal-body .form-control:focus,.uib-modal .modal-body .form-select:focus,.modal .modal-body .form-select:focus{border-color:#007bff;box-shadow:0 0 0 .2rem rgba(0,123,255,.2);}.uib-modal .modal-footer,.modal .modal-footer{background:#f8f9fa;border-top:1px solid #dee2e6;padding:.9rem 1.25rem;}.uib-modal .modal-header.text-white,.modal .modal-header.text-white{color:#212529!important;}.uib-modal .modal-header.text-white .modal-title,.modal .modal-header.text-white .modal-title{color:#212529!important;}.uib-modal .modal-header.text-white .close,.modal .modal-header.text-white .close,.uib-modal .modal-header.text-white .btn-close,.modal .modal-header.text-white .btn-close{color:#495057!important;}.uib-modal .modal-body.bg-light,.modal .modal-body.bg-light{background:#fff!important;color:#343a40!important;}.uib-modal .modal-footer.bg-white,.modal .modal-footer.bg-white{background:#f8f9fa!important;}.modal-gmrl.uib-modal .modal-content,.uib-modal .modal-gmrl .modal-content,.modal-gmrl.modal .modal-content,.modal .modal-gmrl .modal-content{border:1px solid rgba(252,202,4,.35);background:#fff;color:#212529;box-shadow:0 10px 30px rgba(252,202,4,.18);border-radius:.5rem;overflow:hidden;}.modal-gmrl.uib-modal .modal-header,.uib-modal .modal-gmrl .modal-header,.modal-gmrl.modal .modal-header,.modal .modal-gmrl .modal-header{box-shadow:inset 0 -1px 0 rgba(252,202,4,.25);background:rgba(252,202,4,.12);color:#494949;border-bottom:1px solid rgba(252,202,4,.35);}.modal-gmrl.uib-modal .modal-header .modal-title,.uib-modal .modal-gmrl .modal-header .modal-title,.modal-gmrl.modal .modal-header .modal-title,.modal .modal-gmrl .modal-header .modal-title{color:#494949;font-weight:700;}.modal-gmrl.uib-modal .modal-header .close,.uib-modal .modal-gmrl .modal-header .close,.modal-gmrl.modal .modal-header .close,.modal .modal-gmrl .modal-header .close,.modal-gmrl.uib-modal .modal-header .btn-close,.uib-modal .modal-gmrl .modal-header .btn-close,.modal-gmrl.modal .modal-header .btn-close,.modal .modal-gmrl .modal-header .btn-close{color:#494949;opacity:.85;}.modal-gmrl.uib-modal .modal-header .close:hover,.uib-modal .modal-gmrl .modal-header .close:hover,.modal-gmrl.modal .modal-header .close:hover,.modal .modal-gmrl .modal-header .close:hover,.modal-gmrl.uib-modal .modal-header .btn-close:hover,.uib-modal .modal-gmrl .modal-header .btn-close:hover,.modal-gmrl.modal .modal-header .btn-close:hover,.modal .modal-gmrl .modal-header .btn-close:hover,.modal-gmrl.uib-modal .modal-header .close:focus,.uib-modal .modal-gmrl .modal-header .close:focus,.modal-gmrl.modal .modal-header .close:focus,.modal .modal-gmrl .modal-header .close:focus,.modal-gmrl.uib-modal .modal-header .btn-close:focus,.uib-modal .modal-gmrl .modal-header .btn-close:focus,.modal-gmrl.modal .modal-header .btn-close:focus,.modal .modal-gmrl .modal-header .btn-close:focus{opacity:1;}.modal-gmrl.uib-modal .modal-body,.uib-modal .modal-gmrl .modal-body,.modal-gmrl.modal .modal-body,.modal .modal-gmrl .modal-body{background:#fff;color:#212529;}.modal-gmrl.uib-modal .modal-body .form-control,.uib-modal .modal-gmrl .modal-body .form-control,.modal-gmrl.modal .modal-body .form-control,.modal .modal-gmrl .modal-body .form-control,.modal-gmrl.uib-modal .modal-body .form-select,.uib-modal .modal-gmrl .modal-body .form-select,.modal-gmrl.modal .modal-body .form-select,.modal .modal-gmrl .modal-body .form-select{border-color:rgba(252,202,4,.35);}.modal-gmrl.uib-modal .modal-body .form-control:focus,.uib-modal .modal-gmrl .modal-body .form-control:focus,.modal-gmrl.modal .modal-body .form-control:focus,.modal .modal-gmrl .modal-body .form-control:focus,.modal-gmrl.uib-modal .modal-body .form-select:focus,.uib-modal .modal-gmrl .modal-body .form-select:focus,.modal-gmrl.modal .modal-body .form-select:focus,.modal .modal-gmrl .modal-body .form-select:focus{border-color:rgba(252,202,4,.65);box-shadow:0 0 0 .2rem rgba(252,202,4,.2);}.modal-gmrl.uib-modal .modal-footer,.uib-modal .modal-gmrl .modal-footer,.modal-gmrl.modal .modal-footer,.modal .modal-gmrl .modal-footer{background:#fff;border-top:1px solid rgba(252,202,4,.22);}.modal-gmrl.uib-modal .modal-header.text-white,.uib-modal .modal-gmrl .modal-header.text-white,.modal-gmrl.modal .modal-header.text-white,.modal .modal-gmrl .modal-header.text-white{color:#494949!important;}.modal-gmrl.uib-modal .modal-header.text-white .modal-title,.uib-modal .modal-gmrl .modal-header.text-white .modal-title,.modal-gmrl.modal .modal-header.text-white .modal-title,.modal .modal-gmrl .modal-header.text-white .modal-title{color:#494949!important;}.modal-gmrl.uib-modal .modal-header.text-white .close,.uib-modal .modal-gmrl .modal-header.text-white .close,.modal-gmrl.modal .modal-header.text-white .close,.modal .modal-gmrl .modal-header.text-white .close,.modal-gmrl.uib-modal .modal-header.text-white .btn-close,.uib-modal .modal-gmrl .modal-header.text-white .btn-close,.modal-gmrl.modal .modal-header.text-white .btn-close,.modal .modal-gmrl .modal-header.text-white .btn-close{color:#494949!important;}.modal-gmrl.uib-modal .modal-body.bg-light,.uib-modal .modal-gmrl .modal-body.bg-light,.modal-gmrl.modal .modal-body.bg-light,.modal .modal-gmrl .modal-body.bg-light{background:#fff!important;color:#212529!important;}.modal-gmrl.uib-modal .modal-footer.bg-white,.uib-modal .modal-gmrl .modal-footer.bg-white,.modal-gmrl.modal .modal-footer.bg-white,.modal .modal-gmrl .modal-footer.bg-white{background:#fff!important;}.modal-gmrl-yellow.uib-modal .modal-content,.uib-modal .modal-gmrl-yellow .modal-content,.modal-gmrl-yellow.modal .modal-content,.modal .modal-gmrl-yellow .modal-content{border:1px solid rgba(252,202,4,.45);background:#fff;color:#212529;box-shadow:0 10px 30px rgba(252,202,4,.18);border-radius:.5rem;overflow:hidden;}.modal-gmrl-yellow.uib-modal .modal-header,.uib-modal .modal-gmrl-yellow .modal-header,.modal-gmrl-yellow.modal .modal-header,.modal .modal-gmrl-yellow .modal-header{box-shadow:inset 0 -1px 0 rgba(252,202,4,.25);background:#fcca04;color:#494949;border-bottom:1px solid rgba(252,202,4,.35);}.modal-gmrl-yellow.uib-modal .modal-header .modal-title,.uib-modal .modal-gmrl-yellow .modal-header .modal-title,.modal-gmrl-yellow.modal .modal-header .modal-title,.modal .modal-gmrl-yellow .modal-header .modal-title{color:#494949;font-weight:700;}.modal-gmrl-yellow.uib-modal .modal-header .close,.uib-modal .modal-gmrl-yellow .modal-header .close,.modal-gmrl-yellow.modal .modal-header .close,.modal .modal-gmrl-yellow .modal-header .close,.modal-gmrl-yellow.uib-modal .modal-header .btn-close,.uib-modal .modal-gmrl-yellow .modal-header .btn-close,.modal-gmrl-yellow.modal .modal-header .btn-close,.modal .modal-gmrl-yellow .modal-header .btn-close{color:#494949;opacity:.85;}.modal-gmrl-yellow.uib-modal .modal-header .close:hover,.uib-modal .modal-gmrl-yellow .modal-header .close:hover,.modal-gmrl-yellow.modal .modal-header .close:hover,.modal .modal-gmrl-yellow .modal-header .close:hover,.modal-gmrl-yellow.uib-modal .modal-header .btn-close:hover,.uib-modal .modal-gmrl-yellow .modal-header .btn-close:hover,.modal-gmrl-yellow.modal .modal-header .btn-close:hover,.modal .modal-gmrl-yellow .modal-header .btn-close:hover,.modal-gmrl-yellow.uib-modal .modal-header .close:focus,.uib-modal .modal-gmrl-yellow .modal-header .close:focus,.modal-gmrl-yellow.modal .modal-header .close:focus,.modal .modal-gmrl-yellow .modal-header .close:focus,.modal-gmrl-yellow.uib-modal .modal-header .btn-close:focus,.uib-modal .modal-gmrl-yellow .modal-header .btn-close:focus,.modal-gmrl-yellow.modal .modal-header .btn-close:focus,.modal .modal-gmrl-yellow .modal-header .btn-close:focus{opacity:1;}.modal-gmrl-yellow.uib-modal .modal-body,.uib-modal .modal-gmrl-yellow .modal-body,.modal-gmrl-yellow.modal .modal-body,.modal .modal-gmrl-yellow .modal-body{background:#fff;color:#212529;}.modal-gmrl-yellow.uib-modal .modal-body .form-control,.uib-modal .modal-gmrl-yellow .modal-body .form-control,.modal-gmrl-yellow.modal .modal-body .form-control,.modal .modal-gmrl-yellow .modal-body .form-control,.modal-gmrl-yellow.uib-modal .modal-body .form-select,.uib-modal .modal-gmrl-yellow .modal-body .form-select,.modal-gmrl-yellow.modal .modal-body .form-select,.modal .modal-gmrl-yellow .modal-body .form-select{border-color:rgba(252,202,4,.35);}.modal-gmrl-yellow.uib-modal .modal-body .form-control:focus,.uib-modal .modal-gmrl-yellow .modal-body .form-control:focus,.modal-gmrl-yellow.modal .modal-body .form-control:focus,.modal .modal-gmrl-yellow .modal-body .form-control:focus,.modal-gmrl-yellow.uib-modal .modal-body .form-select:focus,.uib-modal .modal-gmrl-yellow .modal-body .form-select:focus,.modal-gmrl-yellow.modal .modal-body .form-select:focus,.modal .modal-gmrl-yellow .modal-body .form-select:focus{border-color:rgba(252,202,4,.65);box-shadow:0 0 0 .2rem rgba(252,202,4,.2);}.modal-gmrl-yellow.uib-modal .modal-footer,.uib-modal .modal-gmrl-yellow .modal-footer,.modal-gmrl-yellow.modal .modal-footer,.modal .modal-gmrl-yellow .modal-footer{background:#fff;border-top:1px solid rgba(252,202,4,.22);}.modal-gmrl-yellow.uib-modal .modal-header.text-white,.uib-modal .modal-gmrl-yellow .modal-header.text-white,.modal-gmrl-yellow.modal .modal-header.text-white,.modal .modal-gmrl-yellow .modal-header.text-white{color:#494949!important;}.modal-gmrl-yellow.uib-modal .modal-header.text-white .modal-title,.uib-modal .modal-gmrl-yellow .modal-header.text-white .modal-title,.modal-gmrl-yellow.modal .modal-header.text-white .modal-title,.modal .modal-gmrl-yellow .modal-header.text-white .modal-title{color:#494949!important;}.modal-gmrl-yellow.uib-modal .modal-header.text-white .close,.uib-modal .modal-gmrl-yellow .modal-header.text-white .close,.modal-gmrl-yellow.modal .modal-header.text-white .close,.modal .modal-gmrl-yellow .modal-header.text-white .close,.modal-gmrl-yellow.uib-modal .modal-header.text-white .btn-close,.uib-modal .modal-gmrl-yellow .modal-header.text-white .btn-close,.modal-gmrl-yellow.modal .modal-header.text-white .btn-close,.modal .modal-gmrl-yellow .modal-header.text-white .btn-close{color:#494949!important;}.modal-gmrl-yellow.uib-modal .modal-body.bg-light,.uib-modal .modal-gmrl-yellow .modal-body.bg-light,.modal-gmrl-yellow.modal .modal-body.bg-light,.modal .modal-gmrl-yellow .modal-body.bg-light{background:#fff!important;color:#212529!important;}.modal-gmrl-yellow.uib-modal .modal-footer.bg-white,.uib-modal .modal-gmrl-yellow .modal-footer.bg-white,.modal-gmrl-yellow.modal .modal-footer.bg-white,.modal .modal-gmrl-yellow .modal-footer.bg-white{background:#fff!important;}.modal-gmrl-dark.uib-modal .modal-content,.uib-modal .modal-gmrl-dark .modal-content,.modal-gmrl-dark.modal .modal-content,.modal .modal-gmrl-dark .modal-content{border:1px solid rgba(252,202,4,.35);background:#fff;color:#212529;box-shadow:0 10px 30px rgba(252,202,4,.18);border-radius:.5rem;overflow:hidden;}.modal-gmrl-dark.uib-modal .modal-header,.uib-modal .modal-gmrl-dark .modal-header,.modal-gmrl-dark.modal .modal-header,.modal .modal-gmrl-dark .modal-header{box-shadow:inset 0 -1px 0 rgba(252,202,4,.25);background:#494949;color:#fff;border-bottom:1px solid rgba(252,202,4,.35);}.modal-gmrl-dark.uib-modal .modal-header .modal-title,.uib-modal .modal-gmrl-dark .modal-header .modal-title,.modal-gmrl-dark.modal .modal-header .modal-title,.modal .modal-gmrl-dark .modal-header .modal-title{color:#fff;font-weight:700;}.modal-gmrl-dark.uib-modal .modal-header .close,.uib-modal .modal-gmrl-dark .modal-header .close,.modal-gmrl-dark.modal .modal-header .close,.modal .modal-gmrl-dark .modal-header .close,.modal-gmrl-dark.uib-modal .modal-header .btn-close,.uib-modal .modal-gmrl-dark .modal-header .btn-close,.modal-gmrl-dark.modal .modal-header .btn-close,.modal .modal-gmrl-dark .modal-header .btn-close{color:#fff;opacity:.85;}.modal-gmrl-dark.uib-modal .modal-header .close:hover,.uib-modal .modal-gmrl-dark .modal-header .close:hover,.modal-gmrl-dark.modal .modal-header .close:hover,.modal .modal-gmrl-dark .modal-header .close:hover,.modal-gmrl-dark.uib-modal .modal-header .btn-close:hover,.uib-modal .modal-gmrl-dark .modal-header .btn-close:hover,.modal-gmrl-dark.modal .modal-header .btn-close:hover,.modal .modal-gmrl-dark .modal-header .btn-close:hover,.modal-gmrl-dark.uib-modal .modal-header .close:focus,.uib-modal .modal-gmrl-dark .modal-header .close:focus,.modal-gmrl-dark.modal .modal-header .close:focus,.modal .modal-gmrl-dark .modal-header .close:focus,.modal-gmrl-dark.uib-modal .modal-header .btn-close:focus,.uib-modal .modal-gmrl-dark .modal-header .btn-close:focus,.modal-gmrl-dark.modal .modal-header .btn-close:focus,.modal .modal-gmrl-dark .modal-header .btn-close:focus{opacity:1;}.modal-gmrl-dark.uib-modal .modal-body,.uib-modal .modal-gmrl-dark .modal-body,.modal-gmrl-dark.modal .modal-body,.modal .modal-gmrl-dark .modal-body{background:#fff;color:#212529;}.modal-gmrl-dark.uib-modal .modal-body .form-control,.uib-modal .modal-gmrl-dark .modal-body .form-control,.modal-gmrl-dark.modal .modal-body .form-control,.modal .modal-gmrl-dark .modal-body .form-control,.modal-gmrl-dark.uib-modal .modal-body .form-select,.uib-modal .modal-gmrl-dark .modal-body .form-select,.modal-gmrl-dark.modal .modal-body .form-select,.modal .modal-gmrl-dark .modal-body .form-select{border-color:rgba(252,202,4,.35);}.modal-gmrl-dark.uib-modal .modal-body .form-control:focus,.uib-modal .modal-gmrl-dark .modal-body .form-control:focus,.modal-gmrl-dark.modal .modal-body .form-control:focus,.modal .modal-gmrl-dark .modal-body .form-control:focus,.modal-gmrl-dark.uib-modal .modal-body .form-select:focus,.uib-modal .modal-gmrl-dark .modal-body .form-select:focus,.modal-gmrl-dark.modal .modal-body .form-select:focus,.modal .modal-gmrl-dark .modal-body .form-select:focus{border-color:rgba(252,202,4,.65);box-shadow:0 0 0 .2rem rgba(252,202,4,.2);}.modal-gmrl-dark.uib-modal .modal-footer,.uib-modal .modal-gmrl-dark .modal-footer,.modal-gmrl-dark.modal .modal-footer,.modal .modal-gmrl-dark .modal-footer{background:#fff;border-top:1px solid rgba(252,202,4,.22);}.modal-gmrl-dark.uib-modal .modal-header.text-white,.uib-modal .modal-gmrl-dark .modal-header.text-white,.modal-gmrl-dark.modal .modal-header.text-white,.modal .modal-gmrl-dark .modal-header.text-white{color:#fff!important;}.modal-gmrl-dark.uib-modal .modal-header.text-white .modal-title,.uib-modal .modal-gmrl-dark .modal-header.text-white .modal-title,.modal-gmrl-dark.modal .modal-header.text-white .modal-title,.modal .modal-gmrl-dark .modal-header.text-white .modal-title{color:#fff!important;}.modal-gmrl-dark.uib-modal .modal-header.text-white .close,.uib-modal .modal-gmrl-dark .modal-header.text-white .close,.modal-gmrl-dark.modal .modal-header.text-white .close,.modal .modal-gmrl-dark .modal-header.text-white .close,.modal-gmrl-dark.uib-modal .modal-header.text-white .btn-close,.uib-modal .modal-gmrl-dark .modal-header.text-white .btn-close,.modal-gmrl-dark.modal .modal-header.text-white .btn-close,.modal .modal-gmrl-dark .modal-header.text-white .btn-close{color:#fff!important;}.modal-gmrl-dark.uib-modal .modal-body.bg-light,.uib-modal .modal-gmrl-dark .modal-body.bg-light,.modal-gmrl-dark.modal .modal-body.bg-light,.modal .modal-gmrl-dark .modal-body.bg-light{background:#fff!important;color:#212529!important;}.modal-gmrl-dark.uib-modal .modal-footer.bg-white,.uib-modal .modal-gmrl-dark .modal-footer.bg-white,.modal-gmrl-dark.modal .modal-footer.bg-white,.modal .modal-gmrl-dark .modal-footer.bg-white{background:#fff!important;}.modal-hyve.uib-modal .modal-content,.uib-modal .modal-hyve .modal-content,.modal-hyve.modal .modal-content,.modal .modal-hyve .modal-content{border:1px solid rgba(0,164,239,.35);background:#fff;color:#212529;box-shadow:0 10px 30px rgba(0,164,239,.18);border-radius:.5rem;overflow:hidden;}.modal-hyve.uib-modal .modal-header,.uib-modal .modal-hyve .modal-header,.modal-hyve.modal .modal-header,.modal .modal-hyve .modal-header{box-shadow:inset 0 -1px 0 rgba(0,164,239,.25);background:rgba(0,164,239,.12);color:#00a4ef;border-bottom:1px solid rgba(0,164,239,.35);}.modal-hyve.uib-modal .modal-header .modal-title,.uib-modal .modal-hyve .modal-header .modal-title,.modal-hyve.modal .modal-header .modal-title,.modal .modal-hyve .modal-header .modal-title{color:#00a4ef;font-weight:700;}.modal-hyve.uib-modal .modal-header .close,.uib-modal .modal-hyve .modal-header .close,.modal-hyve.modal .modal-header .close,.modal .modal-hyve .modal-header .close,.modal-hyve.uib-modal .modal-header .btn-close,.uib-modal .modal-hyve .modal-header .btn-close,.modal-hyve.modal .modal-header .btn-close,.modal .modal-hyve .modal-header .btn-close{color:#00a4ef;opacity:.85;}.modal-hyve.uib-modal .modal-header .close:hover,.uib-modal .modal-hyve .modal-header .close:hover,.modal-hyve.modal .modal-header .close:hover,.modal .modal-hyve .modal-header .close:hover,.modal-hyve.uib-modal .modal-header .btn-close:hover,.uib-modal .modal-hyve .modal-header .btn-close:hover,.modal-hyve.modal .modal-header .btn-close:hover,.modal .modal-hyve .modal-header .btn-close:hover,.modal-hyve.uib-modal .modal-header .close:focus,.uib-modal .modal-hyve .modal-header .close:focus,.modal-hyve.modal .modal-header .close:focus,.modal .modal-hyve .modal-header .close:focus,.modal-hyve.uib-modal .modal-header .btn-close:focus,.uib-modal .modal-hyve .modal-header .btn-close:focus,.modal-hyve.modal .modal-header .btn-close:focus,.modal .modal-hyve .modal-header .btn-close:focus{opacity:1;}.modal-hyve.uib-modal .modal-body,.uib-modal .modal-hyve .modal-body,.modal-hyve.modal .modal-body,.modal .modal-hyve .modal-body{background:#fff;color:#212529;}.modal-hyve.uib-modal .modal-body .form-control,.uib-modal .modal-hyve .modal-body .form-control,.modal-hyve.modal .modal-body .form-control,.modal .modal-hyve .modal-body .form-control,.modal-hyve.uib-modal .modal-body .form-select,.uib-modal .modal-hyve .modal-body .form-select,.modal-hyve.modal .modal-body .form-select,.modal .modal-hyve .modal-body .form-select{border-color:rgba(0,164,239,.35);}.modal-hyve.uib-modal .modal-body .form-control:focus,.uib-modal .modal-hyve .modal-body .form-control:focus,.modal-hyve.modal .modal-body .form-control:focus,.modal .modal-hyve .modal-body .form-control:focus,.modal-hyve.uib-modal .modal-body .form-select:focus,.uib-modal .modal-hyve .modal-body .form-select:focus,.modal-hyve.modal .modal-body .form-select:focus,.modal .modal-hyve .modal-body .form-select:focus{border-color:rgba(0,164,239,.65);box-shadow:0 0 0 .2rem rgba(0,164,239,.2);}.modal-hyve.uib-modal .modal-footer,.uib-modal .modal-hyve .modal-footer,.modal-hyve.modal .modal-footer,.modal .modal-hyve .modal-footer{background:#fff;border-top:1px solid rgba(0,164,239,.22);}.modal-hyve.uib-modal .modal-header.text-white,.uib-modal .modal-hyve .modal-header.text-white,.modal-hyve.modal .modal-header.text-white,.modal .modal-hyve .modal-header.text-white{color:#00a4ef!important;}.modal-hyve.uib-modal .modal-header.text-white .modal-title,.uib-modal .modal-hyve .modal-header.text-white .modal-title,.modal-hyve.modal .modal-header.text-white .modal-title,.modal .modal-hyve .modal-header.text-white .modal-title{color:#00a4ef!important;}.modal-hyve.uib-modal .modal-header.text-white .close,.uib-modal .modal-hyve .modal-header.text-white .close,.modal-hyve.modal .modal-header.text-white .close,.modal .modal-hyve .modal-header.text-white .close,.modal-hyve.uib-modal .modal-header.text-white .btn-close,.uib-modal .modal-hyve .modal-header.text-white .btn-close,.modal-hyve.modal .modal-header.text-white .btn-close,.modal .modal-hyve .modal-header.text-white .btn-close{color:#00a4ef!important;}.modal-hyve.uib-modal .modal-body.bg-light,.uib-modal .modal-hyve .modal-body.bg-light,.modal-hyve.modal .modal-body.bg-light,.modal .modal-hyve .modal-body.bg-light{background:#fff!important;color:#212529!important;}.modal-hyve.uib-modal .modal-footer.bg-white,.uib-modal .modal-hyve .modal-footer.bg-white,.modal-hyve.modal .modal-footer.bg-white,.modal .modal-hyve .modal-footer.bg-white{background:#fff!important;}.modal-hyve-blue.uib-modal .modal-content,.uib-modal .modal-hyve-blue .modal-content,.modal-hyve-blue.modal .modal-content,.modal .modal-hyve-blue .modal-content{border:1px solid rgba(0,164,239,.45);background:#fff;color:#212529;box-shadow:0 10px 30px rgba(0,164,239,.18);border-radius:.5rem;overflow:hidden;}.modal-hyve-blue.uib-modal .modal-header,.uib-modal .modal-hyve-blue .modal-header,.modal-hyve-blue.modal .modal-header,.modal .modal-hyve-blue .modal-header{box-shadow:inset 0 -1px 0 rgba(0,164,239,.25);background:#00a4ef;color:#fff;border-bottom:1px solid rgba(0,164,239,.35);}.modal-hyve-blue.uib-modal .modal-header .modal-title,.uib-modal .modal-hyve-blue .modal-header .modal-title,.modal-hyve-blue.modal .modal-header .modal-title,.modal .modal-hyve-blue .modal-header .modal-title{color:#fff;font-weight:700;}.modal-hyve-blue.uib-modal .modal-header .close,.uib-modal .modal-hyve-blue .modal-header .close,.modal-hyve-blue.modal .modal-header .close,.modal .modal-hyve-blue .modal-header .close,.modal-hyve-blue.uib-modal .modal-header .btn-close,.uib-modal .modal-hyve-blue .modal-header .btn-close,.modal-hyve-blue.modal .modal-header .btn-close,.modal .modal-hyve-blue .modal-header .btn-close{color:#fff;opacity:.85;}.modal-hyve-blue.uib-modal .modal-header .close:hover,.uib-modal .modal-hyve-blue .modal-header .close:hover,.modal-hyve-blue.modal .modal-header .close:hover,.modal .modal-hyve-blue .modal-header .close:hover,.modal-hyve-blue.uib-modal .modal-header .btn-close:hover,.uib-modal .modal-hyve-blue .modal-header .btn-close:hover,.modal-hyve-blue.modal .modal-header .btn-close:hover,.modal .modal-hyve-blue .modal-header .btn-close:hover,.modal-hyve-blue.uib-modal .modal-header .close:focus,.uib-modal .modal-hyve-blue .modal-header .close:focus,.modal-hyve-blue.modal .modal-header .close:focus,.modal .modal-hyve-blue .modal-header .close:focus,.modal-hyve-blue.uib-modal .modal-header .btn-close:focus,.uib-modal .modal-hyve-blue .modal-header .btn-close:focus,.modal-hyve-blue.modal .modal-header .btn-close:focus,.modal .modal-hyve-blue .modal-header .btn-close:focus{opacity:1;}.modal-hyve-blue.uib-modal .modal-body,.uib-modal .modal-hyve-blue .modal-body,.modal-hyve-blue.modal .modal-body,.modal .modal-hyve-blue .modal-body{background:#fff;color:#212529;}.modal-hyve-blue.uib-modal .modal-body .form-control,.uib-modal .modal-hyve-blue .modal-body .form-control,.modal-hyve-blue.modal .modal-body .form-control,.modal .modal-hyve-blue .modal-body .form-control,.modal-hyve-blue.uib-modal .modal-body .form-select,.uib-modal .modal-hyve-blue .modal-body .form-select,.modal-hyve-blue.modal .modal-body .form-select,.modal .modal-hyve-blue .modal-body .form-select{border-color:rgba(0,164,239,.35);}.modal-hyve-blue.uib-modal .modal-body .form-control:focus,.uib-modal .modal-hyve-blue .modal-body .form-control:focus,.modal-hyve-blue.modal .modal-body .form-control:focus,.modal .modal-hyve-blue .modal-body .form-control:focus,.modal-hyve-blue.uib-modal .modal-body .form-select:focus,.uib-modal .modal-hyve-blue .modal-body .form-select:focus,.modal-hyve-blue.modal .modal-body .form-select:focus,.modal .modal-hyve-blue .modal-body .form-select:focus{border-color:rgba(0,164,239,.65);box-shadow:0 0 0 .2rem rgba(0,164,239,.2);}.modal-hyve-blue.uib-modal .modal-footer,.uib-modal .modal-hyve-blue .modal-footer,.modal-hyve-blue.modal .modal-footer,.modal .modal-hyve-blue .modal-footer{background:#fff;border-top:1px solid rgba(0,164,239,.22);}.modal-hyve-blue.uib-modal .modal-header.text-white,.uib-modal .modal-hyve-blue .modal-header.text-white,.modal-hyve-blue.modal .modal-header.text-white,.modal .modal-hyve-blue .modal-header.text-white{color:#fff!important;}.modal-hyve-blue.uib-modal .modal-header.text-white .modal-title,.uib-modal .modal-hyve-blue .modal-header.text-white .modal-title,.modal-hyve-blue.modal .modal-header.text-white .modal-title,.modal .modal-hyve-blue .modal-header.text-white .modal-title{color:#fff!important;}.modal-hyve-blue.uib-modal .modal-header.text-white .close,.uib-modal .modal-hyve-blue .modal-header.text-white .close,.modal-hyve-blue.modal .modal-header.text-white .close,.modal .modal-hyve-blue .modal-header.text-white .close,.modal-hyve-blue.uib-modal .modal-header.text-white .btn-close,.uib-modal .modal-hyve-blue .modal-header.text-white .btn-close,.modal-hyve-blue.modal .modal-header.text-white .btn-close,.modal .modal-hyve-blue .modal-header.text-white .btn-close{color:#fff!important;}.modal-hyve-blue.uib-modal .modal-body.bg-light,.uib-modal .modal-hyve-blue .modal-body.bg-light,.modal-hyve-blue.modal .modal-body.bg-light,.modal .modal-hyve-blue .modal-body.bg-light{background:#fff!important;color:#212529!important;}.modal-hyve-blue.uib-modal .modal-footer.bg-white,.uib-modal .modal-hyve-blue .modal-footer.bg-white,.modal-hyve-blue.modal .modal-footer.bg-white,.modal .modal-hyve-blue .modal-footer.bg-white{background:#fff!important;}.modal-hyve-dark.uib-modal .modal-content,.uib-modal .modal-hyve-dark .modal-content,.modal-hyve-dark.modal .modal-content,.modal .modal-hyve-dark .modal-content{border:1px solid rgba(0,164,239,.35);background:#fff;color:#212529;box-shadow:0 10px 30px rgba(0,164,239,.18);border-radius:.5rem;overflow:hidden;}.modal-hyve-dark.uib-modal .modal-header,.uib-modal .modal-hyve-dark .modal-header,.modal-hyve-dark.modal .modal-header,.modal .modal-hyve-dark .modal-header{box-shadow:inset 0 -1px 0 rgba(0,164,239,.25);background:#1e2637;color:#fff;border-bottom:1px solid rgba(0,164,239,.35);}.modal-hyve-dark.uib-modal .modal-header .modal-title,.uib-modal .modal-hyve-dark .modal-header .modal-title,.modal-hyve-dark.modal .modal-header .modal-title,.modal .modal-hyve-dark .modal-header .modal-title{color:#fff;font-weight:700;}.modal-hyve-dark.uib-modal .modal-header .close,.uib-modal .modal-hyve-dark .modal-header .close,.modal-hyve-dark.modal .modal-header .close,.modal .modal-hyve-dark .modal-header .close,.modal-hyve-dark.uib-modal .modal-header .btn-close,.uib-modal .modal-hyve-dark .modal-header .btn-close,.modal-hyve-dark.modal .modal-header .btn-close,.modal .modal-hyve-dark .modal-header .btn-close{color:#fff;opacity:.85;}.modal-hyve-dark.uib-modal .modal-header .close:hover,.uib-modal .modal-hyve-dark .modal-header .close:hover,.modal-hyve-dark.modal .modal-header .close:hover,.modal .modal-hyve-dark .modal-header .close:hover,.modal-hyve-dark.uib-modal .modal-header .btn-close:hover,.uib-modal .modal-hyve-dark .modal-header .btn-close:hover,.modal-hyve-dark.modal .modal-header .btn-close:hover,.modal .modal-hyve-dark .modal-header .btn-close:hover,.modal-hyve-dark.uib-modal .modal-header .close:focus,.uib-modal .modal-hyve-dark .modal-header .close:focus,.modal-hyve-dark.modal .modal-header .close:focus,.modal .modal-hyve-dark .modal-header .close:focus,.modal-hyve-dark.uib-modal .modal-header .btn-close:focus,.uib-modal .modal-hyve-dark .modal-header .btn-close:focus,.modal-hyve-dark.modal .modal-header .btn-close:focus,.modal .modal-hyve-dark .modal-header .btn-close:focus{opacity:1;}.modal-hyve-dark.uib-modal .modal-body,.uib-modal .modal-hyve-dark .modal-body,.modal-hyve-dark.modal .modal-body,.modal .modal-hyve-dark .modal-body{background:#fff;color:#212529;}.modal-hyve-dark.uib-modal .modal-body .form-control,.uib-modal .modal-hyve-dark .modal-body .form-control,.modal-hyve-dark.modal .modal-body .form-control,.modal .modal-hyve-dark .modal-body .form-control,.modal-hyve-dark.uib-modal .modal-body .form-select,.uib-modal .modal-hyve-dark .modal-body .form-select,.modal-hyve-dark.modal .modal-body .form-select,.modal .modal-hyve-dark .modal-body .form-select{border-color:rgba(0,164,239,.35);}.modal-hyve-dark.uib-modal .modal-body .form-control:focus,.uib-modal .modal-hyve-dark .modal-body .form-control:focus,.modal-hyve-dark.modal .modal-body .form-control:focus,.modal .modal-hyve-dark .modal-body .form-control:focus,.modal-hyve-dark.uib-modal .modal-body .form-select:focus,.uib-modal .modal-hyve-dark .modal-body .form-select:focus,.modal-hyve-dark.modal .modal-body .form-select:focus,.modal .modal-hyve-dark .modal-body .form-select:focus{border-color:rgba(0,164,239,.65);box-shadow:0 0 0 .2rem rgba(0,164,239,.2);}.modal-hyve-dark.uib-modal .modal-footer,.uib-modal .modal-hyve-dark .modal-footer,.modal-hyve-dark.modal .modal-footer,.modal .modal-hyve-dark .modal-footer{background:#fff;border-top:1px solid rgba(0,164,239,.22);}.modal-hyve-dark.uib-modal .modal-header.text-white,.uib-modal .modal-hyve-dark .modal-header.text-white,.modal-hyve-dark.modal .modal-header.text-white,.modal .modal-hyve-dark .modal-header.text-white{color:#fff!important;}.modal-hyve-dark.uib-modal .modal-header.text-white .modal-title,.uib-modal .modal-hyve-dark .modal-header.text-white .modal-title,.modal-hyve-dark.modal .modal-header.text-white .modal-title,.modal .modal-hyve-dark .modal-header.text-white .modal-title{color:#fff!important;}.modal-hyve-dark.uib-modal .modal-header.text-white .close,.uib-modal .modal-hyve-dark .modal-header.text-white .close,.modal-hyve-dark.modal .modal-header.text-white .close,.modal .modal-hyve-dark .modal-header.text-white .close,.modal-hyve-dark.uib-modal .modal-header.text-white .btn-close,.uib-modal .modal-hyve-dark .modal-header.text-white .btn-close,.modal-hyve-dark.modal .modal-header.text-white .btn-close,.modal .modal-hyve-dark .modal-header.text-white .btn-close{color:#fff!important;}.modal-hyve-dark.uib-modal .modal-body.bg-light,.uib-modal .modal-hyve-dark .modal-body.bg-light,.modal-hyve-dark.modal .modal-body.bg-light,.modal .modal-hyve-dark .modal-body.bg-light{background:#fff!important;color:#212529!important;}.modal-hyve-dark.uib-modal .modal-footer.bg-white,.uib-modal .modal-hyve-dark .modal-footer.bg-white,.modal-hyve-dark.modal .modal-footer.bg-white,.modal .modal-hyve-dark .modal-footer.bg-white{background:#fff!important;}
