/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.fa{font-family:var(--fa-style-family, "Font Awesome 6 Free");font-weight:var(--fa-style, 900)}.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display, inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fas::before,.far::before,.fab::before,.fa-solid::before,.fa-regular::before,.fa-brands::before,.fa::before{content:var(--fa)}.fa-classic,.fas,.fa-solid,.far,.fa-regular{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin, 2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(-1*var(--fa-li-width, 2em));position:absolute;text-align:center;width:var(--fa-li-width, 2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color, #eee);border-radius:var(--fa-border-radius, 0.1em);border-style:var(--fa-border-style, solid);border-width:var(--fa-border-width, 0.08em);padding:var(--fa-border-padding, 0.2em 0.25em 0.15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin, 0.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin, 0.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1))}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1))}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 2s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin-reverse{--fa-animation-direction: reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, steps(8))}@media(prefers-reduced-motion: reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale, 1.25))}}@keyframes fa-bounce{0%{transform:scale(1, 1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0)}57%{transform:scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em))}64%{transform:scale(1, 1) translateY(0)}100%{transform:scale(1, 1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity, 0.4)}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity, 0.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale, 1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,100%{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scale(-1, 1)}.fa-flip-vertical{transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1, -1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle, 0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index, auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse, #fff)}.fa-map:before{content:""}.fa-map-marked-alt:before{content:""}.fa-map-marker-alt:before{content:""}.fa-globe:before{content:""}.fa-user:before{content:""}.fa-search:before{content:""}.fa-caret-down:before{content:""}.fa-shopping-basket:before{content:""}.fa-car-side:before{content:""}.fa-truck:before{content:""}.fa-share:before{content:""}.fa-share-alt:before{content:""}.fa-facebook:before{content:""}.fa-facebook-f:before{content:""}.fa-twitter:before{content:""}.fa-linkedin:before{content:""}.fa-instagram:before{content:""}.fa-phone-alt:before{content:""}.fa-envelope:before{content:""}.fa-paper-plane:before{content:""}.fa-triangle-exclamation:before{content:""}.fa-question-circle:before{content:""}.fa-plus:before{content:"\+"}.fa-edit:before{content:""}.fa-times:before{content:""}.fa-trash:before{content:""}.fa-bars:before{content:""}.fa-list:before{content:""}.fa-ellipsis-v:before{content:""}.fa-square:before{content:""}.fa-circle:before{content:""}.fa-check:before{content:""}.fa-check-square:before{content:""}.fa-check-circle:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-down:before{content:""}.fa-smile-wink:before{content:""}.fa-smile:before{content:""}.fa-sad-tear:before{content:""}.fa-smile-beam:before{content:""}.fa-cookie:before{content:""}.fa-cookie-bite:before{content:""}.fa-image:before{content:""}.fa-images:before{content:""}.fa-upload:before{content:""}.fa-circle-notch:before{content:""}.fa-calculator:before{content:""}.fa-hourglass:before{content:""}.fa-external-link-alt:before{content:""}.fa-route:before{content:""}.fa-link:before{content:""}.fa-calendar-alt:before{content:""}.fa-calendar-day:before{content:""}.fa-home:before{content:""}.fa-university:before{content:""}.fa-thumbs-up:before{content:""}.fa-sign-out-alt:before{content:""}.fa-building:before{content:""}.fa-id-card:before{content:""}.fa-shield-alt:before{content:""}.fa-user-shield:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-sliders-h:before{content:""}.fa-times-circle:before{content:""}.fa-bell:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-info-circle:before{content:""}.fa-rotate:before{content:""}.sr-only,.fa-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */:root,:host{--fa-style-family-classic: "Font Awesome 6 Free";--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../fonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fa-solid-900.ttf) format("truetype")}.fas,.fa-solid{font-weight:900}.f-tiles .f-tile-ctn{padding:10px;padding-bottom:15px}.f-tiles .f-tile-ctn .f-tile{position:relative;background:#eee;border:1px solid #d5d5d5;border-radius:3px;padding:10px}.f-tiles .f-tile-ctn .f-tile.f-tile-select{border-color:#266a2e}.f-tiles .f-tile-ctn .f-tile .f-tile-option-ctn{position:absolute;top:5px;right:5px}.f-tiles .f-tile-ctn .f-tile .f-tile-label{font-weight:bold;padding-bottom:15px}.f-tiles .f-tile-ctn .f-tile .f-tile-description{color:#555}@media screen and (min-width: 800px){.f-tiles{overflow:hidden}.f-tiles .f-tile-ctn{float:left}.f-tiles .f-tile-ctn .f-tile{padding:20px;width:300px;box-sizing:border-box}.f-tiles .f-tile-ctn .f-tile.t-1{width:150px}}.f-form{padding:10px 10px;margin:auto}.f-form.one{max-width:500px}.f-form .f-submit{text-align:right;padding-top:15px}.f-form .f-help{color:#888;font-size:.9em;padding:5px}.f-form .f-help ul{color:#888}.f-form .f-el{position:relative;border-radius:2px;border-radius:1px;padding-bottom:15px;padding-top:10px}.f-form .f-el.one-line .f-label{padding:0px 10px;float:left;height:40px;line-height:40px;border:1px solid #aaa;border-right:none;box-sizing:border-box;color:#444;border-radius:2px 0px 0px 2px}.f-form .f-el.one-line .f-label i.fa,.f-form .f-el.one-line .f-label i.far{padding-right:7px}.f-form .f-el.one-line .f-input{overflow:hidden;border-radius:0px 2px 2px 0px}.f-form .f-el.hidden{display:none}.f-form .f-el.error .f-input input[type=text],.f-form .f-el.error .f-input input[type=password],.f-form .f-el.error .f-input input[type=email],.f-form .f-el.error .f-input input[type=number],.f-form .f-el.error .f-input select,.f-form .f-el.error .f-input textarea{border-bottom-left-radius:0px;border-bottom-right-radius:0px}.f-form .f-el.error .f-errors{display:block;border-top-left-radius:0px;border-top-right-radius:0px}.f-form .f-el .f-count{position:absolute;right:5px;top:15px;color:#888;font-size:.8em}.f-form .f-el input{border-radius:0px}.f-form .f-el .f-errors{display:none}.f-form .f-el-line .f-el-first,.f-form .f-el .f-el-first{width:50%}.f-form .f-el-line .f-el-first .f-el,.f-form .f-el .f-el-first .f-el{clear:none}.f-form .f-el-line .f-el-first .f-input,.f-form .f-el .f-el-first .f-input{margin-right:10px}.f-form .f-el-line .f-el-second,.f-form .f-el .f-el-second{float:right;width:50%}.f-form .f-block{border-bottom:2px solid #eee;margin-bottom:30px;overflow:hidden}.f-form .f-block.list .f-el .f-label{box-sizing:border-box;width:200px;float:left;line-height:40px;text-align:right;padding-right:10px;font-weight:bold}.f-form .f-block.list .f-el .f-input{margin-left:200px;overflow:hidden}.f-form .f-block .f-describe h3{color:#266a2e;display:inline-block;padding:5px;font-size:1.3em;line-height:30px}.f-form .f-block .f-describe h3 span{display:block;height:30px;width:30px;line-height:30px;text-align:center;color:#333;background:#fc0;border-radius:25px;font-size:.7em;float:left;margin-right:15px}.f-form .f-block .f-content{padding-bottom:30px}.f-form .f-el{padding-bottom:15px;clear:both}.f-form .f-el.hidden{display:none}.f-form .f-el .f-label{padding:3px 8px}.f-form .f-el .f-label label{font-weight:bold;color:#303030}.f-form .f-el .f-label label i{width:20px;text-align:center;padding-right:5px}.f-form .f-el .f-label label i.help{color:#999;padding-left:10px}.f-form .f-el .f2-datetime-picker-input input{width:100%;text-align:left}.f-form .f-progress{padding-top:15px;color:#333;font-size:2em;text-align:center}.f-form .f-errors{font-size:.9em;background:#c73333;color:hsla(0,0%,100%,.9);border-radius:0px 0px 2px 2px;padding:5px 10px}.f-form .f-errors .error i{margin-right:5px}.f-input{min-height:40px;position:relative}.f-input.checkbox label,.f-input label.checkbox{cursor:pointer;line-height:30px;font-size:1.1em}.f-input.checkbox label input[type=checkbox],.f-input label.checkbox input[type=checkbox]{cursor:pointer;position:relative;top:2px}.f-input.password{position:relative}.f-input.password a.lib{position:absolute;top:4px;right:4px}.f-input input[type=text]::placeholder,.f-input input[type=password]::placeholder,.f-input input[type=email]::placeholder,.f-input input[type=number]::placeholder,.f-input select::placeholder{font-size:.9em;letter-spacing:.4px;height:40px;line-height:40px;color:#666}.f-input input[type=text],.f-input input[type=password],.f-input input[type=email],.f-input input[type=number],.f-input select{height:40px;line-height:40px}.f-input input[type=text],.f-input input[type=password],.f-input input[type=email],.f-input input[type=number],.f-input select,.f-input textarea{display:block;width:100%;padding:0px;margin:0px;border:0px;outline:0px;box-sizing:border-box;background:#f5f5f5;padding:0px 8px;border:1px solid #aaa;letter-spacing:.3px;border-radius:2px;transition:border-color .2s,background .2s}.f-input input[type=text]:focus,.f-input input[type=password]:focus,.f-input input[type=email]:focus,.f-input input[type=number]:focus,.f-input select:focus,.f-input textarea:focus{border-color:#333;background:#fff}.f-input f2-datetime-picker-input .f2-datetime-picker-input span.separator{line-height:40px;font-size:1.5em;font-weight:bold}.f-input f2-number-input .f2-number-input{width:120px}.f-input f2-number-input .f2-number-input button,.f-input f2-number-input .f2-number-input input{width:40px !important;height:40px}.f-input textarea{height:120px;padding:5px 5px}.f-input-toggle{height:32px;clear:both}.f-input-toggle.disabled .label{color:#ccc !important}.f-input-toggle.disabled .ctn{background:#ddd !important}.f-input-toggle.disabled .ctn .toggler{color:#ddd !important}.f-input-toggle input{display:none}.f-input-toggle .label.active{color:#333;font-weight:bold}.f-input-toggle .label:not(.active){color:#888}.f-input-toggle .label,.f-input-toggle .ctn{float:left}.f-input-toggle .label{line-height:32px;cursor:pointer;width:40px;text-align:center}.f-input-toggle .ctn{background:#ccc;height:32px;width:64px;border-radius:16px;margin:0px 10px;transition:background .2s;position:relative}.f-input-toggle .ctn.active{background:#266a2e}.f-input-toggle .ctn.active .toggler{left:34px;color:#266a2e}.f-input-toggle .ctn .toggler{transition:left .2s;position:absolute;top:2px;left:2px;height:28px;width:28px;border-radius:14px;background:hsla(0,0%,100%,.8666666667);line-height:28px;text-align:center;color:#ccc;font-size:1em}.f-input-days .day{width:14.28%;float:left;text-align:center;color:#555;background:#eee;padding:5px 0px}.f-input-days .day.active{background:#007b28;color:#fff;font-weight:bold}.f-input-days .day .check{height:25px;line-height:25px}.f-input-days .day .all{display:none}@media screen and (min-width: 800px){.f-input-days{overflow:hidden}.f-input-days .day{padding:10px 0px;cursor:pointer}.f-input-days .day .check{font-size:1.3em}.f-input-days .day .all{display:inline}.f-input-days .day .min{display:none}.f-captcha .f-el .img{overflow:hidden;text-align:center}.f-captcha .f-el .img img{width:90%}.f-captcha .f-el .input{padding-top:20px;width:40%;float:left}}@media screen and (min-width: 1100px){.f-form{max-width:800px}.f-form:not(.one) .f-block{clear:both}.f-form:not(.one) .f-block .f-describe{box-sizing:border-box;width:35%;float:left;padding:20px}.f-form:not(.one) .f-block .f-content{float:left;width:65%}}@keyframes notification-animation{0%{width:100%}100%{width:0%}}#fms{position:fixed;left:5px;bottom:5px;right:5px;z-index:1000000}#fms .fms .fm{position:relative;background:rgba(0,0,0,.9411764706);color:#fff;border-radius:2px;width:100%;border:1px solid rgba(0,0,0,.9411764706);padding-bottom:5px;margin-bottom:10px}#fms .fms .fm.error{background:#c2391a;border-color:rgb(171.5136363636,50.3931818182,22.9863636364);color:#fff}#fms .fms .fm.with-img{overflow:hidden;font-size:1.1em}#fms .fms .fm.with-img .img{float:left;margin-right:15px}#fms .fms .fm.with-img .img img{margin:10px;width:60px}#fms .fms .fm.with-img .img i.fa,#fms .fms .fm.with-img .img i.far{line-height:80px;width:80px;text-align:center;font-size:2em}#fms .fms .fm a.lib{position:absolute;top:4px;right:4px}#fms .fms .fm .title{padding:8px;padding-right:40px;font-size:1em}#fms .fms .fm .message{padding:8px;font-size:.9em;padding-top:0px}#fms .fms .fm .progress{position:absolute;bottom:0px;left:0px;height:5px;width:100%}#fms .fms .fm .progress .bar{background:#fc0;opacity:.7;height:5px;width:100%;animation-name:notification-animation;animation-timing-function:linear}@media screen and (min-width: 900px){#fms .fms{width:400px}}a,button,.f-trans{transition:background .2s,color .2s}a{text-decoration:none;color:#222}a.lb,a.lib{display:inline-block;border-radius:2px;height:32px;line-height:32px}a.lb{padding:0px 10px}a.lb.ml{padding:5px 10px;height:auto;line-height:22px}a.lib{text-align:center;width:32px;box-sizing:border-box}img{vertical-align:middle}ul{margin-left:25px}ul.no-tick{margin-left:20px}ul.no-tick li{list-style:none;margin:0px}ul.no-tick li i.fa{padding-right:10px}ul li{padding-left:5px;margin-left:20px}h1{text-align:center;padding:30px 5px;padding-bottom:20px;font-size:1.4em}h2{text-align:center;font-size:1.2em;padding:15px}h2 i.fa{width:30px;text-align:center;padding-right:10px}.f-txt{padding:0px 20px;line-height:30px;max-width:800px;font-size:1.1em;margin:auto}.f-txt.alone{padding-bottom:100px}.f-txt .img{padding:20px;padding-top:0px;padding-left:0px;text-align:center}.f-txt .img img{max-height:256px;max-width:256px}.f-txt h2{margin-top:20px;font-size:1.4em;clear:both}.f-txt p,.f-txt ul,.f-txt ol,.f-txt>div{font-family:arial,sans-serif;line-height:24px;color:#555;padding-bottom:10px}.f-txt ul{overflow:hidden}.ll-ctn{background:#fff}.ll-ctn.min .l{padding:2px 4px}.ll-ctn a.l{display:block;border-bottom:1px solid #ddd;padding:8px 10px;border-radius:0px;color:#333}.ll-ctn a.l:nth-child(even){background:#f1f1f1}button.lb .fa,button.lb .far,button.lb .fab,a.lb .fa,a.lb .far,a.lb .fab,a.l .fa,a.l .far,a.l .fab,.f-form .f-submit input[type=submit] .fa,.f-form .f-submit input[type=submit] .far,.f-form .f-submit input[type=submit] .fab{font-size:.9em;width:20px;text-align:center}button.lb .fa.r,button.lb .far.r,button.lb .fab.r,a.lb .fa.r,a.lb .far.r,a.lb .fab.r,a.l .fa.r,a.l .far.r,a.l .fab.r,.f-form .f-submit input[type=submit] .fa.r,.f-form .f-submit input[type=submit] .far.r,.f-form .f-submit input[type=submit] .fab.r{text-align:right}button.lb .fa.l,button.lb .far.l,button.lb .fab.l,a.lb .fa.l,a.lb .far.l,a.lb .fab.l,a.l .fa.l,a.l .far.l,a.l .fab.l,.f-form .f-submit input[type=submit] .fa.l,.f-form .f-submit input[type=submit] .far.l,.f-form .f-submit input[type=submit] .fab.l{text-align:left}button.lb,a.lb.e,a.lib.e,.f-form .f-submit input[type=submit],a.bo{font-weight:bold;font-size:.9em}button.lb,a.lb.e,a.lib.e,.f-form .f-submit input[type=submit]{height:32px;padding:0px 10.6666666667px;border-radius:2px;border:none;outline:none}button.lb:not(.alt):not(.alt2),a.lb.e:not(.alt):not(.alt2),a.lib.e:not(.alt):not(.alt2),.f-form .f-submit input[type=submit]:not(.alt):not(.alt2){background:#fc0;color:#333}button.lb.alt:not(.alt2),a.lb.e.alt:not(.alt2),a.lib.e.alt:not(.alt2),.f-form .f-submit input[type=submit].alt:not(.alt2){background:#007b28;color:#fff}button.lb.alt2:not(.alt),a.lb.e.alt2:not(.alt),a.lib.e.alt2:not(.alt),.f-form .f-submit input[type=submit].alt2:not(.alt){background:#266a2e;color:#fff}button.lb:disabled,button.lb.cancel,a.lb.e:disabled,a.lb.e.cancel,a.lib.e:disabled,a.lib.e.cancel,.f-form .f-submit input[type=submit]:disabled,.f-form .f-submit input[type=submit].cancel{background:#f1f1f1 !important}button.lb:disabled,a.lb.e:disabled,a.lib.e:disabled,.f-form .f-submit input[type=submit]:disabled{color:#999 !important}button.lb:not(:disabled){overflow:hidden;position:relative}button.lb:not(:disabled):after{content:"";background:rgb(204,163.2,0);display:block;position:absolute;padding-top:300%;padding-left:350%;margin-left:-20px !important;margin-top:-120%;opacity:0;transition:all .8s}button.lb:not(:disabled):active:after{padding:0;margin:0;opacity:1;transition:0s}.f-insert{padding:5px 10px;border-radius:2px}.f-insert.help{background:#fc0;color:#333}.f-insert.warn{background:#cb4949;color:#fff}.f-insert i.fa{padding-right:5px}input[type=submit]:not(.disabled):active:not(.alt):not(.alt2),input[type=submit]:not(.disabled).select:not(.alt):not(.alt2),a.lb.e:not(.disabled):active:not(.alt):not(.alt2),a.lb.e:not(.disabled).select:not(.alt):not(.alt2),a.lib.e:not(.disabled):active:not(.alt):not(.alt2),a.lib.e:not(.disabled).select:not(.alt):not(.alt2),.f-hover.e:not(.disabled):active:not(.alt):not(.alt2),.f-hover.e:not(.disabled).select:not(.alt):not(.alt2){background:rgb(204,163.2,0) !important;color:hsl(0,0%,10%) !important}input[type=submit]:not(.disabled):active.alt:not(.alt2),input[type=submit]:not(.disabled).select.alt:not(.alt2),a.lb.e:not(.disabled):active.alt:not(.alt2),a.lb.e:not(.disabled).select.alt:not(.alt2),a.lib.e:not(.disabled):active.alt:not(.alt2),a.lib.e:not(.disabled).select.alt:not(.alt2),.f-hover.e:not(.disabled):active.alt:not(.alt2),.f-hover.e:not(.disabled).select.alt:not(.alt2){background:rgb(0,72,23.4146341463) !important;color:hsl(0,0%,90%) !important}input[type=submit]:not(.disabled):active.alt2:not(.alt),input[type=submit]:not(.disabled).select.alt2:not(.alt),a.lb.e:not(.disabled):active.alt2:not(.alt),a.lb.e:not(.disabled).select.alt2:not(.alt),a.lib.e:not(.disabled):active.alt2:not(.alt),a.lib.e:not(.disabled).select.alt2:not(.alt),.f-hover.e:not(.disabled):active.alt2:not(.alt),.f-hover.e:not(.disabled).select.alt2:not(.alt){background:rgb(24.5416666667,68.4583333333,29.7083333333) !important;color:hsl(0,0%,90%) !important}a.l:not(.disabled):not(.select):active:not(.alt),a.lb:not(.e):not(.disabled):not(.select):active:not(.alt),a.lib:not(.e):not(.disabled):not(.select):active:not(.alt),.f-hover:not(.e):not(.disabled):not(.select):active:not(.alt){background:rgba(0,0,0,.3) !important}a.l:not(.disabled):not(.select):active.alt,a.lb:not(.e):not(.disabled):not(.select):active.alt,a.lib:not(.e):not(.disabled):not(.select):active.alt,.f-hover:not(.e):not(.disabled):not(.select):active.alt{background:hsla(0,0%,100%,.3) !important}a.l.select:not(.alt):not(.alt2),a.lb:not(.e).select:not(.alt):not(.alt2),a.lib:not(.e).select:not(.alt):not(.alt2),.f-hover:not(.e).select:not(.alt):not(.alt2){background:#266a2e !important;color:#fff !important}a.l.select.alt:not(.alt2),a.lb:not(.e).select.alt:not(.alt2),a.lib:not(.e).select.alt:not(.alt2),.f-hover:not(.e).select.alt:not(.alt2){background:rgb(0,174,56.5853658537) !important;color:#fff !important}a.l.select.alt2:not(.alt),a.lb:not(.e).select.alt2:not(.alt),a.lib:not(.e).select.alt2:not(.alt),.f-hover:not(.e).select.alt2:not(.alt){background:rgb(51.4583333333,143.5416666667,62.2916666667) !important;color:#fff !important}.lb-ctn{text-align:right;margin:5px}.lb-ctn.left{text-align:left}.lb-ctn.center{text-align:center}.lb-ctn .lb,.lb-ctn .lib{margin:5px}.f-help{color:#888;margin:3px}.f-help.right{text-align:right}.f-help.center{text-align:center}.f-help i{padding:0px 10px}p,.f-help{line-height:22px}p.c,.f-help.c{text-align:center}.f-idea{margin:20px;background:#f1f1f1;padding:10px;font-size:.9em;color:#555}.f-idea i{padding:0px 10px}@media screen and (min-width: 800px){.f-txt .img{float:left}a:not(.disabled){cursor:pointer}h1{text-align:left;font-size:1.7em}h2{text-align:left}a.l,a.lb:not(.e),a.lib:not(.e),.f-hover{cursor:pointer}a.l:not(.nh):not(:active):not(.select):not(.disabled):hover:not(.alt),a.lb:not(.e):not(.nh):not(:active):not(.select):not(.disabled):hover:not(.alt),a.lib:not(.e):not(.nh):not(:active):not(.select):not(.disabled):hover:not(.alt),.f-hover:not(.nh):not(:active):not(.select):not(.disabled):hover:not(.alt){background:rgba(0,0,0,.1) !important}a.l:not(.nh):not(:active):not(.select):not(.disabled):hover.alt,a.lb:not(.e):not(.nh):not(:active):not(.select):not(.disabled):hover.alt,a.lib:not(.e):not(.nh):not(:active):not(.select):not(.disabled):hover.alt,.f-hover:not(.nh):not(:active):not(.select):not(.disabled):hover.alt{background:hsla(0,0%,100%,.1) !important}a.l.disabled,a.lb:not(.e).disabled,a.lib:not(.e).disabled,.f-hover.disabled{pointer-events:none}a.lb.e:disabled,a.lib.e:disabled,button.lb:disabled,.f-form .f-submit input[type=submit]:disabled,.lb-ctn .radio-button:disabled,.f-hover.e:disabled{cursor:not-allowed}a.lb.e:not(:disabled),a.lib.e:not(:disabled),button.lb:not(:disabled),.f-form .f-submit input[type=submit]:not(:disabled),.lb-ctn .radio-button:not(:disabled),.f-hover.e:not(:disabled){cursor:pointer;transition:background .2s,color .2s;color:hsl(0,0%,10%)}a.lb.e:not(:disabled):hover:not(.select):not(.nh):not(.alt):not(.alt2),a.lib.e:not(:disabled):hover:not(.select):not(.nh):not(.alt):not(.alt2),button.lb:not(:disabled):hover:not(.select):not(.nh):not(.alt):not(.alt2),.f-form .f-submit input[type=submit]:not(:disabled):hover:not(.select):not(.nh):not(.alt):not(.alt2),.lb-ctn .radio-button:not(:disabled):hover:not(.select):not(.nh):not(.alt):not(.alt2),.f-hover.e:not(:disabled):hover:not(.select):not(.nh):not(.alt):not(.alt2){background:hsl(48,100%,60%);color:hsl(0,0%,30%)}a.lb.e:not(:disabled):hover:not(.select):not(.nh).alt:not(.alt2),a.lib.e:not(:disabled):hover:not(.select):not(.nh).alt:not(.alt2),button.lb:not(:disabled):hover:not(.select):not(.nh).alt:not(.alt2),.f-form .f-submit input[type=submit]:not(:disabled):hover:not(.select):not(.nh).alt:not(.alt2),.lb-ctn .radio-button:not(:disabled):hover:not(.select):not(.nh).alt:not(.alt2),.f-hover.e:not(:disabled):hover:not(.select):not(.nh).alt:not(.alt2){background:rgb(0,174,56.5853658537);color:#fff}a.lb.e:not(:disabled):hover:not(.select):not(.nh).alt2:not(.alt),a.lib.e:not(:disabled):hover:not(.select):not(.nh).alt2:not(.alt),button.lb:not(:disabled):hover:not(.select):not(.nh).alt2:not(.alt),.f-form .f-submit input[type=submit]:not(:disabled):hover:not(.select):not(.nh).alt2:not(.alt),.lb-ctn .radio-button:not(:disabled):hover:not(.select):not(.nh).alt2:not(.alt),.f-hover.e:not(:disabled):hover:not(.select):not(.nh).alt2:not(.alt){background:rgb(51.4583333333,143.5416666667,62.2916666667);color:#fff}}.f-empty{color:#999;padding:50px 10px;text-align:center}@font-face{font-family:"Montserrat";font-style:normal;font-weight:400;font-display:swap;src:local(""),url(../fonts/montserrat-v18-latin-regular.woff2) format("woff2"),url(../fonts/montserrat-v18-latin-regular.woff) format("woff"),url(../fonts/montserrat-v18-latin-regular.ttf) format("truetype"),url(../fonts/montserrat-v18-latin-regular.svg#Montserrat) format("svg")}@font-face{font-family:"Montserrat";font-style:normal;font-weight:800;font-display:swap;src:local(""),url(../fonts/montserrat-v18-latin-700.woff2) format("woff2"),url(../fonts/montserrat-v18-latin-700.woff) format("woff"),url(../fonts/montserrat-v18-latin-700.ttf) format("truetype"),url(../fonts/montserrat-v18-latin-700.svg#Montserrat) format("svg")}
