@import url("//fonts.googleapis.com/css?family=Arimo");@import url("//fonts.googleapis.com/css?family=Wallpoet");@import url("//fonts.googleapis.com/css?family=Rye");@import url("//fonts.googleapis.com/css?family=Economica");@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic,900,900italic,100italic,100);.picker{font-size:16px;text-align:left;line-height:1.2;color:#000;position:absolute;z-index:10000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.picker__input{cursor:default}.picker__input.picker__input--active{border-color:#0089ec}.picker__holder{width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */.picker{width:100%}.picker__holder{position:absolute;background:#fff;border-color:#aaa;border-style:solid;border-width:0 1px;-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;min-width:176px;max-width:466px;max-height:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;opacity:0;-webkit-transform:translateY(-1em) perspective(600px) rotateX(10deg);-moz-transform:translateY(-1em) perspective(600px) rotateX(10deg);transform:translateY(-1em) perspective(600px) rotateX(10deg);-webkit-transition:all .15s ease-out,max-height 0 .15s,border-width 0 .15s;-moz-transition:all .15s ease-out,max-height 0 .15s,border-width 0 .15s;transition:all .15s ease-out,max-height 0 .15s,border-width 0 .15s}.picker__frame{padding:1px}.picker__wrap{margin:-1px}.picker--opened .picker__holder{max-height:25em;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;opacity:1;border-top-width:1px;border-bottom-width:1px;-webkit-transform:translateY(0) perspective(600px) rotateX(0);-moz-transform:translateY(0) perspective(600px) rotateX(0);transform:translateY(0) perspective(600px) rotateX(0);-webkit-transition:all .15s ease-out,max-height 0,border-width 0;-moz-transition:all .15s ease-out,max-height 0,border-width 0;transition:all .15s ease-out,max-height 0,border-width 0;-webkit-box-shadow:0 6px 18px 1px rgba(0,0,0,.12);-moz-box-shadow:0 6px 18px 1px rgba(0,0,0,.12);box-shadow:0 6px 18px 1px rgba(0,0,0,.12)}.picker__box{padding:0 1em}.picker__header{text-align:center;position:relative;margin-top:.75em}.picker__month,.picker__year{font-weight:500;display:inline-block;margin-left:.25em;margin-right:.25em}.picker__year{color:#999;font-size:.8em;font-style:italic}.picker__select--month,.picker__select--year{font-size:.8em;border:1px solid #b7b7b7;height:2.5em;padding:.5em .25em;margin-left:.25em;margin-right:.25em;margin-top:-.5em}.picker__select--month{width:35%}.picker__select--year{width:22.5%}.picker__select--month:focus,.picker__select--year:focus{border-color:#0089ec}.picker__nav--next,.picker__nav--prev{position:absolute;top:-.33em;padding:.5em 1.33em;width:1em;height:1em}.picker__nav--prev{left:-1em;padding-right:1.5em}.picker__nav--next{right:-1em;padding-left:1.5em}.picker__nav--next:before,.picker__nav--prev:before{content:" ";border-top:.5em solid transparent;border-bottom:.5em solid transparent;border-right:.75em solid #000;width:0;height:0;display:block;margin:0 auto}.picker__nav--next:before{border-right:0;border-left:.75em solid #000}.picker__nav--next:hover,.picker__nav--prev:hover{cursor:pointer;color:#000;background:#b1dcfb}.picker__nav--disabled,.picker__nav--disabled:before,.picker__nav--disabled:before:hover,.picker__nav--disabled:hover{cursor:default;background:none;border-right-color:#f5f5f5;border-left-color:#f5f5f5}.picker__table{text-align:center;border-collapse:collapse;border-spacing:0;table-layout:fixed;font-size:inherit;width:100%;margin-top:.75em;margin-bottom:.5em}@media (min-height:33.875em){.picker__table{margin-bottom:.75em}}.picker__table td{margin:0;padding:0}.picker__weekday{width:14.285714286%;font-size:.75em;padding-bottom:.25em;color:#999;font-weight:500}@media (min-height:33.875em){.picker__weekday{padding-bottom:.5em}}.picker__day{padding:.3125em 0;font-weight:200;border:1px solid transparent}.picker__day--today{color:#0089ec;position:relative}.picker__day--today:before{content:" ";position:absolute;top:2px;right:2px;width:0;height:0;border-top:.5em solid #0059bc;border-left:.5em solid transparent}.picker__day--selected,.picker__day--selected:hover{border-color:#0089ec}.picker__day--highlighted{background:#b1dcfb}.picker__day--disabled:before{border-top-color:#aaa}.picker__day--outfocus{color:#ddd}.picker__day--infocus:hover,.picker__day--outfocus:hover{cursor:pointer;color:#000;background:#b1dcfb}.picker--focused .picker__day--highlighted,.picker__day--highlighted:hover{background:#0089ec;color:#fff}.picker__day--disabled,.picker__day--disabled:hover{background:#f5f5f5;border-color:#f5f5f5;color:#ddd;cursor:default}.picker__day--highlighted.picker__day--disabled,.picker__day--highlighted.picker__day--disabled:hover{background:#bbb}.picker__footer{text-align:center}.picker__button--clear,.picker__button--today{border:1px solid #fff;background:#fff;font-size:.8em;padding:.66em 0;font-weight:700;width:50%;display:inline-block;vertical-align:bottom}.picker__button--clear:hover,.picker__button--today:hover{cursor:pointer;color:#000;background:#b1dcfb;border-bottom-color:#b1dcfb}.picker__button--clear:focus,.picker__button--today:focus{background:#b1dcfb;border-color:#0089ec;outline:none}.picker__button--clear:before,.picker__button--today:before{position:relative;display:inline-block;height:0}.picker__button--today:before{content:" ";margin-right:.45em;top:-.05em;width:0;border-top:.66em solid #0059bc;border-left:.66em solid transparent}.picker__button--clear:before{content:"\D7";margin-right:.35em;top:-.1em;color:#e20;vertical-align:top;font-size:1.1em}.picker__list{list-style:none;padding:.75em 0 4.2em;margin:0}.picker__list-item{border-bottom:1px solid #ddd;border-top:1px solid #ddd;margin-bottom:-1px;position:relative;background:#fff;padding:.75em 1.25em}@media (min-height:46.75em){.picker__list-item{padding:.5em 1em}}.picker__list-item:hover{cursor:pointer;color:#000;background:#b1dcfb}.picker__list-item--selected,.picker__list-item--selected:hover,.picker__list-item:hover{border-color:#0089ec;z-index:10}.picker__list-item--highlighted{background:#b1dcfb}.picker--focused .picker__list-item--highlighted,.picker__list-item--highlighted:hover{background:#0089ec;color:#fff}.picker--focused .picker__list-item--disabled,.picker__list-item--disabled,.picker__list-item--disabled:hover{background:#f5f5f5;color:#ddd;cursor:default;border-color:#ddd;z-index:auto}.picker--time .picker__button--clear{display:block;width:80%;margin:1em auto 0;padding:1em 1.25em;background:none;border:0;font-weight:500;font-size:.67em;text-align:center;text-transform:uppercase;color:#666}.picker--time .picker__button--clear:focus,.picker--time .picker__button--clear:hover{color:#000;background:#b1dcfb;background:#e20;border-color:#e20;cursor:pointer;color:#fff;outline:none}.picker--time .picker__button--clear:before{top:-.25em;color:#666;font-size:1.25em;font-weight:700}.picker--time .picker__button--clear:focus:before,.picker--time .picker__button--clear:hover:before{color:#fff}.picker--time{min-width:256px;max-width:320px}.picker--time .picker__holder{background:#f2f2f2}@media (min-height:40.125em){.picker--time .picker__holder{font-size:.875em}}.picker--time .picker__box{padding:0;position:relative}body.stop-scrolling{height:100%;overflow:hidden}.sweet-overlay{background-color:#000;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";background-color:rgba(0,0,0,.4);position:fixed;left:0;right:0;top:0;bottom:0;display:none;z-index:10000}.sweet-alert{background-color:#fff;font-family:Open Sans,Helvetica Neue,Helvetica,Arial,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:99999}@media (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;margin:25px 0;padding:0;line-height:40px;display:block}.sweet-alert p{color:#797979;font-size:16px;font-weight:300;position:relative;text-align:inherit;float:none;margin:0;padding:0;line-height:normal}.sweet-alert fieldset{border:none;position:relative}.sweet-alert .sa-error-container{background-color:#f1f1f1;margin-left:-17px;margin-right:-17px;overflow:hidden;padding:0 10px;max-height:0;webkit-transition:padding .15s,max-height .15s;transition:padding .15s,max-height .15s}.sweet-alert .sa-error-container.show{padding:10px 0;max-height:100px;webkit-transition:padding .2s,max-height .2s;transition:padding .25s,max-height .25s}.sweet-alert .sa-error-container .icon{display:inline-block;width:24px;height:24px;border-radius:50%;background-color:#ea7d7d;color:#fff;line-height:24px;text-align:center;margin-right:3px}.sweet-alert .sa-error-container p{display:inline-block}.sweet-alert .sa-input-error{position:absolute;top:29px;right:26px;width:20px;height:20px;opacity:0;-webkit-transform:scale(.5);transform:scale(.5);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transition:all .1s;transition:all .1s}.sweet-alert .sa-input-error:after,.sweet-alert .sa-input-error:before{content:"";width:20px;height:6px;background-color:#f06e57;border-radius:3px;position:absolute;top:50%;margin-top:-4px;left:50%;margin-left:-9px}.sweet-alert .sa-input-error:before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.sweet-alert .sa-input-error:after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.sweet-alert .sa-input-error.show{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.sweet-alert input{width:100%;box-sizing:border-box;border-radius:3px;border:1px solid #d7d7d7;height:43px;margin-top:10px;margin-bottom:17px;font-size:18px;box-shadow:inset 0 1px 1px rgba(0,0,0,.06);padding:0 12px;display:none;-webkit-transition:all .3s;transition:all .3s}.sweet-alert input:focus{outline:0;box-shadow:0 0 3px #c4e6f5;border:1px solid #b4dbed}.sweet-alert.show-input input{display:block}.sweet-alert button{background-color:#aedef4;color:#fff;border:none;box-shadow:none;font-size:17px;font-weight:500;-webkit-border-radius:4px;border-radius:5px;padding:10px 32px;margin:26px 5px 0;cursor:pointer}.sweet-alert button:focus{outline:0;box-shadow:0 0 2px rgba(128,179,235,.5),inset 0 0 0 1px rgba(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:0 0 2px rgba(197,205,211,.8),inset 0 0 0 1px rgba(0,0,0,.0470588)!important}.sweet-alert button::-moz-focus-inner{border:0}.sweet-alert[data-has-cancel-button=false] button{box-shadow:none!important}.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false]{padding-bottom:40px}.sweet-alert .sa-icon{width:80px;height:80px;border:4px solid grey;-webkit-border-radius:40px;border-radius:50%;margin:20px auto;padding:0;position:relative;box-sizing:content-box}.sweet-alert .sa-icon.sa-error{border-color:#f27474}.sweet-alert .sa-icon.sa-error .sa-x-mark{position:relative;display:block}.sweet-alert .sa-icon.sa-error .sa-line{position:absolute;height:5px;width:47px;background-color:#f27474;display:block;top:37px;border-radius:2px}.sweet-alert .sa-icon.sa-error .sa-line.sa-left{-webkit-transform:rotate(45deg);transform:rotate(45deg);left:17px}.sweet-alert .sa-icon.sa-error .sa-line.sa-right{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);right:16px}.sweet-alert .sa-icon.sa-warning{border-color:#f8bb86}.sweet-alert .sa-icon.sa-warning .sa-body{position:absolute;width:5px;height:47px;left:50%;top:10px;-webkit-border-radius:2px;border-radius:2px;margin-left:-2px;background-color:#f8bb86}.sweet-alert .sa-icon.sa-warning .sa-dot{position:absolute;width:7px;height:7px;-webkit-border-radius:50%;border-radius:50%;margin-left:-3px;left:50%;bottom:10px;background-color:#f8bb86}.sweet-alert .sa-icon.sa-info{border-color:#c9dae1}.sweet-alert .sa-icon.sa-info:before{content:"";position:absolute;width:5px;height:29px;left:50%;bottom:17px;border-radius:2px;margin-left:-2px;background-color:#c9dae1}.sweet-alert .sa-icon.sa-info:after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;margin-left:-3px;top:19px;background-color:#c9dae1}.sweet-alert .sa-icon.sa-success{border-color:#a5dc86}.sweet-alert .sa-icon.sa-success:after,.sweet-alert .sa-icon.sa-success:before{content:"";position:absolute;width:60px;height:120px;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.sweet-alert .sa-icon.sa-success:before{-webkit-border-radius:120px 0 0 120px;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 .sa-icon.sa-success:after{-webkit-border-radius:0 120px 120px 0;border-radius:0 120px 120px 0;top:-11px;left:30px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 60px;transform-origin:0 60px}.sweet-alert .sa-icon.sa-success .sa-placeholder{width:80px;height:80px;border:4px solid rgba(165,220,134,.2);-webkit-border-radius:40px;border-radius:50%;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2}.sweet-alert .sa-icon.sa-success .sa-fix{width:5px;height:90px;background-color:#fff;position:absolute;left:28px;top:8px;z-index:1;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.sweet-alert .sa-icon.sa-success .sa-line{height:5px;background-color:#a5dc86;display:block;border-radius:2px;position:absolute;z-index:2}.sweet-alert .sa-icon.sa-success .sa-line.sa-tip{width:25px;left:14px;top:46px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.sweet-alert .sa-icon.sa-success .sa-line.sa-long{width:47px;right:8px;top:38px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.sweet-alert .sa-icon.sa-custom{background-size:contain;border-radius:0;border:none;background-position:50%;background-repeat:no-repeat}@-webkit-keyframes showSweetAlert{0%{transform:scale(.7);-webkit-transform:scale(.7)}45%{transform:scale(1.05);-webkit-transform:scale(1.05)}80%{transform:scale(.95);-webkit-transform:scale(.95)}to{transform:scale(1);-webkit-transform:scale(1)}}@keyframes showSweetAlert{0%{transform:scale(.7);-webkit-transform:scale(.7)}45%{transform:scale(1.05);-webkit-transform:scale(1.05)}80%{transform:scale(.95);-webkit-transform:scale(.95)}to{transform:scale(1);-webkit-transform:scale(1)}}@-webkit-keyframes hideSweetAlert{0%{transform:scale(1);-webkit-transform:scale(1)}to{transform:scale(.5);-webkit-transform:scale(.5)}}@keyframes hideSweetAlert{0%{transform:scale(1);-webkit-transform:scale(1)}to{transform:scale(.5);-webkit-transform:scale(.5)}}@-webkit-keyframes slideFromTop{0%{top:0}to{top:50%}}@keyframes slideFromTop{0%{top:0}to{top:50%}}@-webkit-keyframes slideToTop{0%{top:50%}to{top:0}}@keyframes slideToTop{0%{top:50%}to{top:0}}@-webkit-keyframes slideFromBottom{0%{top:70%}to{top:50%}}@keyframes slideFromBottom{0%{top:70%}to{top:50%}}@-webkit-keyframes slideToBottom{0%{top:50%}to{top:70%}}@keyframes slideToBottom{0%{top:50%}to{top:70%}}.showSweetAlert[data-animation=pop]{-webkit-animation:showSweetAlert .3s;animation:showSweetAlert .3s}.showSweetAlert[data-animation=none]{-webkit-animation:none;animation:none}.showSweetAlert[data-animation=slide-from-top]{-webkit-animation:slideFromTop .3s;animation:slideFromTop .3s}.showSweetAlert[data-animation=slide-from-bottom]{-webkit-animation:slideFromBottom .3s;animation:slideFromBottom .3s}.hideSweetAlert[data-animation=pop]{-webkit-animation:hideSweetAlert .2s;animation:hideSweetAlert .2s}.hideSweetAlert[data-animation=none]{-webkit-animation:none;animation:none}.hideSweetAlert[data-animation=slide-from-top]{-webkit-animation:slideToTop .4s;animation:slideToTop .4s}.hideSweetAlert[data-animation=slide-from-bottom]{-webkit-animation:slideToBottom .3s;animation:slideToBottom .3s}@-webkit-keyframes animateSuccessTip{0%,54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}to{width:25px;left:14px;top:45px}}@keyframes animateSuccessTip{0%,54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}to{width:25px;left:14px;top:45px}}@-webkit-keyframes animateSuccessLong{0%,65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}to{width:47px;right:8px;top:38px}}@keyframes animateSuccessLong{0%,65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}to{width:47px;right:8px;top:38px}}@-webkit-keyframes rotatePlaceholder{0%,5%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}12%,to{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}}@keyframes rotatePlaceholder{0%,5%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}12%,to{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}}.animateSuccessTip{-webkit-animation:animateSuccessTip .75s;animation:animateSuccessTip .75s}.animateSuccessLong{-webkit-animation:animateSuccessLong .75s;animation:animateSuccessLong .75s}.sa-icon.sa-success.animate:after{-webkit-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}to{transform:rotateX(0deg);-webkit-transform:rotateX(0deg);opacity:1}}@keyframes animateErrorIcon{0%{transform:rotateX(100deg);-webkit-transform:rotateX(100deg);opacity:0}to{transform:rotateX(0deg);-webkit-transform:rotateX(0deg);opacity:1}}.animateErrorIcon{-webkit-animation:animateErrorIcon .5s;animation:animateErrorIcon .5s}@-webkit-keyframes animateXMark{0%,50%{transform:scale(.4);-webkit-transform:scale(.4);margin-top:26px;opacity:0}80%{transform:scale(1.15);-webkit-transform:scale(1.15);margin-top:-6px}to{transform:scale(1);-webkit-transform:scale(1);margin-top:0;opacity:1}}@keyframes animateXMark{0%,50%{transform:scale(.4);-webkit-transform:scale(.4);margin-top:26px;opacity:0}80%{transform:scale(1.15);-webkit-transform:scale(1.15);margin-top:-6px}to{transform:scale(1);-webkit-transform:scale(1);margin-top:0;opacity:1}}.animateXMark{-webkit-animation:animateXMark .5s;animation:animateXMark .5s}@-webkit-keyframes pulseWarning{0%{border-color:#f8d486}to{border-color:#f8bb86}}@keyframes pulseWarning{0%{border-color:#f8d486}to{border-color:#f8bb86}}.pulseWarning{-webkit-animation:pulseWarning .75s infinite alternate;animation:pulseWarning .75s infinite alternate}@-webkit-keyframes pulseWarningIns{0%{background-color:#f8d486}to{background-color:#f8bb86}}@keyframes pulseWarningIns{0%{background-color:#f8d486}to{background-color:#f8bb86}}.pulseWarningIns{-webkit-animation:pulseWarningIns .75s infinite alternate;animation:pulseWarningIns .75s infinite alternate}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #000;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee);background-image:-o-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(180deg,#fff 50%,#eee);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(180deg,#eee 50%,#ccc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff,#eee 50%);background-image:-o-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(180deg,#fff 0,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff);background-image:-o-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(180deg,#eee 50%,#fff);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.ta-hidden-input{width:1px;height:1px;border:none;margin:0;padding:0;position:absolute;top:-10000px;left:-10000px;opacity:0;overflow:hidden}.ta-root.focussed>.ta-scroll-window.form-control{border-color:#66afe9;outline:0;-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)}.ta-editor.ta-html,.ta-scroll-window.form-control{min-height:300px;height:auto;overflow:auto;font-family:inherit;font-size:100%}.ta-scroll-window.form-control{position:relative;padding:0}.ta-scroll-window>.ta-bind{height:auto;min-height:300px;padding:6px 12px}.ta-editor:focus{user-select:text}.ta-resizer-handle-overlay{z-index:100;position:absolute;display:none}.ta-resizer-handle-overlay>.ta-resizer-handle-info{position:absolute;bottom:16px;right:16px;border:1px solid #000;background-color:#fff;padding:0 4px;opacity:.7}.ta-resizer-handle-overlay>.ta-resizer-handle-background{position:absolute;bottom:5px;right:5px;left:5px;top:5px;border:1px solid #000;background-color:rgba(0,0,0,.2)}.ta-resizer-handle-overlay>.ta-resizer-handle-corner{width:10px;height:10px;position:absolute}.ta-resizer-handle-overlay>.ta-resizer-handle-corner-tl{top:0;left:0;border-left:1px solid #000;border-top:1px solid #000}.ta-resizer-handle-overlay>.ta-resizer-handle-corner-tr{top:0;right:0;border-right:1px solid #000;border-top:1px solid #000}.ta-resizer-handle-overlay>.ta-resizer-handle-corner-bl{bottom:0;left:0;border-left:1px solid #000;border-bottom:1px solid #000}.ta-resizer-handle-overlay>.ta-resizer-handle-corner-br{bottom:0;right:0;border:1px solid #000;cursor:se-resize;background-color:#fff}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-size:14px;font-weight:400;line-height:1.42857143;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.bottom{margin-top:10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.odometer.odometer-auto-theme,.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-car,.odometer.odometer-theme-car .odometer-digit{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;position:relative}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.odometer.odometer-theme-car .odometer-digit .odometer-digit-spacer{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-car .odometer-digit .odometer-digit-inner{text-align:left;display:block;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,.odometer.odometer-theme-car .odometer-digit .odometer-ribbon{display:block}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-car .odometer-digit .odometer-ribbon-inner{display:block;-webkit-backface-visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-value,.odometer.odometer-theme-car .odometer-digit .odometer-value{display:block;-webkit-transform:translateZ(0)}.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-car .odometer-digit .odometer-value.odometer-last-value{position:absolute}.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s}.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-car.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-theme-car.odometer-animating-up.odometer-animating .odometer-ribbon-inner{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.odometer.odometer-auto-theme,.odometer.odometer-theme-car{-moz-border-radius:.34em;-webkit-border-radius:.34em;border-radius:.34em;font-family:Arimo,monospace;padding:.15em;background:#000;color:#eee0d3}.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-car .odometer-digit{-moz-box-shadow:inset 0 0 .3em rgba(0,0,0,.8);-webkit-box-shadow:inset 0 0 .3em rgba(0,0,0,.8);box-shadow:inset 0 0 .3em rgba(0,0,0,.8);background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSIuNSIgeTE9IjAiIHgyPSIuNSIgeTI9IjEiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzMzMiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzMzMyIvPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjMTAxMDEwIi8+PHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiMzMzMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2EpIi8+PC9zdmc+");background-size:100%;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#333),color-stop(40%,#333),color-stop(60%,#101010),color-stop(80%,#333),color-stop(100%,#333));background-image:-moz-linear-gradient(top,#333 0,#333 40%,#101010 60%,#333 80%,#333 100%);background-image:-webkit-linear-gradient(top,#333,#333 40%,#101010 60%,#333 80%,#333);background-image:linear-gradient(180deg,#333 0,#333 40%,#101010 60%,#333 80%,#333);padding:0 .15em}.odometer.odometer-auto-theme .odometer-digit:first-child,.odometer.odometer-theme-car .odometer-digit:first-child{-moz-border-radius:.2em 0 0 .2em;-webkit-border-radius:.2em;border-radius:.2em 0 0 .2em}.odometer.odometer-auto-theme .odometer-digit:last-child,.odometer.odometer-theme-car .odometer-digit:last-child{-moz-border-radius:0 .2em .2em 0;-webkit-border-radius:0;border-radius:0 .2em .2em 0;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSIuNSIgeTE9IjAiIHgyPSIuNSIgeTI9IjEiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZWUwZDMiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2VlZTBkMyIvPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjYmJhYTlhIi8+PHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiNlZWUwZDMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWUwZDMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2EpIi8+PC9zdmc+");background-size:100%;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#eee0d3),color-stop(40%,#eee0d3),color-stop(60%,#bbaa9a),color-stop(80%,#eee0d3),color-stop(100%,#eee0d3));background-image:-moz-linear-gradient(top,#eee0d3 0,#eee0d3 40%,#bbaa9a 60%,#eee0d3 80%,#eee0d3 100%);background-image:-webkit-linear-gradient(top,#eee0d3,#eee0d3 40%,#bbaa9a 60%,#eee0d3 80%,#eee0d3);background-image:linear-gradient(180deg,#eee0d3 0,#eee0d3 40%,#bbaa9a 60%,#eee0d3 80%,#eee0d3);background-color:#eee0d3;color:#000}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-car .odometer-digit .odometer-digit-inner{left:.15em}.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner{-webkit-transition-timing-function:linear;-moz-transition-timing-function:linear;-ms-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear}.odometer.odometer-auto-theme,.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-default,.odometer.odometer-theme-default .odometer-digit{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;position:relative}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner{text-align:left;display:block;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon{display:block}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner{display:block;-webkit-backface-visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-value,.odometer.odometer-theme-default .odometer-digit .odometer-value{display:block;-webkit-transform:translateZ(0)}.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value{position:absolute}.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s}.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.odometer.odometer-auto-theme,.odometer.odometer-theme-default{font-family:Helvetica Neue,sans-serif;line-height:1.1em}.odometer.odometer-auto-theme .odometer-value,.odometer.odometer-theme-default .odometer-value{text-align:center}.odometer.odometer-auto-theme,.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-digital,.odometer.odometer-theme-digital .odometer-digit{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;position:relative}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.odometer.odometer-theme-digital .odometer-digit .odometer-digit-spacer{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-digital .odometer-digit .odometer-digit-inner{text-align:left;display:block;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,.odometer.odometer-theme-digital .odometer-digit .odometer-ribbon{display:block}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-digital .odometer-digit .odometer-ribbon-inner{display:block;-webkit-backface-visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-value,.odometer.odometer-theme-digital .odometer-digit .odometer-value{display:block;-webkit-transform:translateZ(0)}.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-digital .odometer-digit .odometer-value.odometer-last-value{position:absolute}.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-digital.odometer-animating-up .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s}.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-digital.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-theme-digital.odometer-animating-up.odometer-animating .odometer-ribbon-inner{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-digital.odometer-animating-down.odometer-animating .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.odometer.odometer-auto-theme,.odometer.odometer-theme-digital{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxyYWRpYWxHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSI1MCUiIGN5PSI1MCUiIHI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4YmY1YTUiIHN0b3Atb3BhY2l0eT0iLjQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2EpIi8+PC9zdmc+");background-size:100%;background-image:-moz-radial-gradient(rgba(139,245,165,.4),#000);background-image:-webkit-radial-gradient(rgba(139,245,165,.4),#000);background-image:radial-gradient(rgba(139,245,165,.4),#000);background-color:#000;font-family:Wallpoet,monospace;padding:0 .2em;line-height:1.1em;color:#8bf5a5}.odometer.odometer-auto-theme .odometer-digit+.odometer-digit,.odometer.odometer-theme-digital .odometer-digit+.odometer-digit{margin-left:.1em}.odometer.odometer-auto-theme,.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-minimal,.odometer.odometer-theme-minimal .odometer-digit{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;position:relative}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner{text-align:left;display:block;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon{display:block}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner{display:block;-webkit-backface-visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-value,.odometer.odometer-theme-minimal .odometer-digit .odometer-value{display:block;-webkit-transform:translateZ(0)}.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value{position:absolute}.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s}.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.odometer.odometer-auto-theme,.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-plaza,.odometer.odometer-theme-plaza .odometer-digit{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;position:relative}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.odometer.odometer-theme-plaza .odometer-digit .odometer-digit-spacer{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-plaza .odometer-digit .odometer-digit-inner{text-align:left;display:block;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,.odometer.odometer-theme-plaza .odometer-digit .odometer-ribbon{display:block}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-plaza .odometer-digit .odometer-ribbon-inner{display:block;-webkit-backface-visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-value,.odometer.odometer-theme-plaza .odometer-digit .odometer-value{display:block;-webkit-transform:translateZ(0)}.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-plaza .odometer-digit .odometer-value.odometer-last-value{position:absolute}.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-plaza.odometer-animating-up .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s}.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-plaza.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-theme-plaza.odometer-animating-up.odometer-animating .odometer-ribbon-inner{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-plaza.odometer-animating-down.odometer-animating .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.odometer.odometer-auto-theme,.odometer.odometer-theme-plaza{-moz-border-radius:.15em;-webkit-border-radius:.15em;border-radius:.15em;background-color:#f0f8ff;font-family:Helvetica Neue,sans-serif;font-weight:100;padding:0 .12em;line-height:1.2em;font-size:1.2em;background-size:16px 16px}.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-plaza .odometer-digit{-moz-border-radius:.1em;-webkit-border-radius:.1em;border-radius:.1em;padding:0 .03em;color:#648baf}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-plaza .odometer-digit .odometer-digit-inner{left:.03em}.odometer.odometer-auto-theme,.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-slot-machine,.odometer.odometer-theme-slot-machine .odometer-digit{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;position:relative}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.odometer.odometer-theme-slot-machine .odometer-digit .odometer-digit-spacer{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-slot-machine .odometer-digit .odometer-digit-inner{text-align:left;display:block;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,.odometer.odometer-theme-slot-machine .odometer-digit .odometer-ribbon{display:block}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-slot-machine .odometer-digit .odometer-ribbon-inner{display:block;-webkit-backface-visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-value,.odometer.odometer-theme-slot-machine .odometer-digit .odometer-value{display:block;-webkit-transform:translateZ(0)}.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-slot-machine .odometer-digit .odometer-value.odometer-last-value{position:absolute}.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-slot-machine.odometer-animating-up .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s}.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-slot-machine.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-theme-slot-machine.odometer-animating-up.odometer-animating .odometer-ribbon-inner{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-slot-machine.odometer-animating-down.odometer-animating .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.odometer.odometer-auto-theme,.odometer.odometer-theme-slot-machine{-moz-border-radius:.34em;-webkit-border-radius:.34em;border-radius:.34em;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSIuNSIgeTE9IjAiIHgyPSIuNSIgeTI9IjEiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9Im9yYW5nZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjYSkiLz48L3N2Zz4=");background-size:100%;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#ff0),color-stop(100%,orange));background-image:-moz-linear-gradient(#ff0,orange);background-image:-webkit-linear-gradient(#ff0,orange);background-image:linear-gradient(#ff0,orange);background-color:#fc0;font-family:Rye,monospace;padding:.15em;color:#f80000;line-height:1.35em;border:.03em solid #000;-webkit-text-stroke:.05em #000}.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-slot-machine .odometer-digit{-moz-box-shadow:inset 0 0 .1em rgba(0,0,0,.5),0 0 0 .03em #fff,0 0 0 .05em rgba(0,0,0,.2);-webkit-box-shadow:inset 0 0 .1em rgba(0,0,0,.5),0 0 0 .03em #fff,0 0 0 .05em rgba(0,0,0,.2);box-shadow:inset 0 0 .1em rgba(0,0,0,.5),0 0 0 .03em #fff,0 0 0 .05em rgba(0,0,0,.2);-moz-border-radius:.2em;-webkit-border-radius:.2em;border-radius:.2em;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSIuNSIgeTE9IjAiIHgyPSIuNSIgeTI9IjEiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNjY2MiLz48c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjZmZmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2NjIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhKSIvPjwvc3ZnPg==");background-size:100%;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#ccc),color-stop(20%,#fff),color-stop(80%,#fff),color-stop(100%,#ccc));background-image:-moz-linear-gradient(top,#ccc 0,#fff 20%,#fff 80%,#ccc 100%);background-image:-webkit-linear-gradient(top,#ccc,#fff 20%,#fff 80%,#ccc);background-image:linear-gradient(180deg,#ccc 0,#fff 20%,#fff 80%,#ccc);border:.03em solid #444;padding:.1em .15em 0}.odometer.odometer-auto-theme .odometer-digit:first-child,.odometer.odometer-theme-slot-machine .odometer-digit:first-child{-moz-box-shadow:inset .05em 0 .1em rgba(0,0,0,.5),0 0 0 .03em #fff,0 0 0 .05em rgba(0,0,0,.2);-webkit-box-shadow:inset .05em 0 .1em rgba(0,0,0,.5),0 0 0 .03em #fff,0 0 0 .05em rgba(0,0,0,.2);box-shadow:inset .05em 0 .1em rgba(0,0,0,.5),0 0 0 .03em #fff,0 0 0 .05em rgba(0,0,0,.2)}.odometer.odometer-auto-theme .odometer-digit:last-child,.odometer.odometer-theme-slot-machine .odometer-digit:last-child{-moz-box-shadow:inset -.05em 0 .1em rgba(0,0,0,.5),0 0 0 .03em #fff,0 0 0 .05em rgba(0,0,0,.2);-webkit-box-shadow:inset -.05em 0 .1em rgba(0,0,0,.5),0 0 0 .03em #fff,0 0 0 .05em rgba(0,0,0,.2);box-shadow:inset -.05em 0 .1em rgba(0,0,0,.5),0 0 0 .03em #fff,0 0 0 .05em rgba(0,0,0,.2)}.odometer.odometer-auto-theme .odometer-digit+.odometer-digit,.odometer.odometer-theme-slot-machine .odometer-digit+.odometer-digit{margin-left:.15em}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-slot-machine .odometer-digit .odometer-digit-inner{padding-top:.08em}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-slot-machine .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-slot-machine .odometer-digit .odometer-value.odometer-last-value{left:0;right:0;text-align:center}.odometer.odometer-auto-theme,.odometer.odometer-theme-train-station{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;position:relative}.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-train-station .odometer-digit{position:relative}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.odometer.odometer-theme-train-station .odometer-digit .odometer-digit-spacer{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-train-station .odometer-digit .odometer-digit-inner{text-align:left;display:block;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,.odometer.odometer-theme-train-station .odometer-digit .odometer-ribbon{display:block}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-train-station .odometer-digit .odometer-ribbon-inner{display:block;-webkit-backface-visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-value,.odometer.odometer-theme-train-station .odometer-digit .odometer-value{display:block;-webkit-transform:translateZ(0)}.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-train-station .odometer-digit .odometer-value.odometer-last-value{position:absolute}.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-train-station.odometer-animating-up .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s}.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-train-station.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-theme-train-station.odometer-animating-up.odometer-animating .odometer-ribbon-inner{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-train-station.odometer-animating-down.odometer-animating .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.odometer.odometer-auto-theme,.odometer.odometer-theme-train-station{font-family:Economica,sans-serif}.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-train-station .odometer-digit{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;-moz-border-radius:.1em;-webkit-border-radius:.1em;border-radius:.1em;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSIuNSIgeTE9IjAiIHgyPSIuNSIgeTI9IjEiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMxMTEiLz48c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzExMSIvPjxzdG9wIG9mZnNldD0iNTUlIiBzdG9wLWNvbG9yPSIjMzMzIi8+PHN0b3Agb2Zmc2V0PSI1NSUiIHN0b3AtY29sb3I9IiMxMTEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2EpIi8+PC9zdmc+");background-size:100%;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#111),color-stop(35%,#111),color-stop(55%,#333),color-stop(55%,#111),color-stop(100%,#111));background-image:-moz-linear-gradient(top,#111 0,#111 35%,#333 55%,#111 55%,#111 100%);background-image:-webkit-linear-gradient(top,#111,#111 35%,#333 55%,#111 0,#111);background-image:linear-gradient(180deg,#111 0,#111 35%,#333 55%,#111 0,#111);background-color:#222;padding:0 .15em;color:#fff}.odometer.odometer-auto-theme .odometer-digit+.odometer-digit,.odometer.odometer-theme-train-station .odometer-digit+.odometer-digit{margin-left:.1em}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-train-station .odometer-digit .odometer-digit-inner{left:.15em}.sp-container{position:absolute;top:0;left:0;display:inline-block;*display:inline;*zoom:1;z-index:9999994;overflow:hidden}.sp-container.sp-flat{position:relative}.sp-container,.sp-container *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.sp-top{position:relative;width:100%;display:inline-block}.sp-top-inner{right:0}.sp-color,.sp-top-inner{position:absolute;top:0;left:0;bottom:0}.sp-color{right:20%}.sp-hue{position:absolute;top:0;right:0;bottom:0;left:84%;height:100%}.sp-clear-enabled .sp-hue{top:33px;height:77.5%}.sp-fill{padding-top:80%}.sp-sat,.sp-val{position:absolute;top:0;left:0;right:0;bottom:0}.sp-alpha-enabled .sp-top{margin-bottom:18px}.sp-alpha-enabled .sp-alpha{display:block}.sp-alpha-handle{position:absolute;top:-4px;bottom:-4px;width:6px;left:50%;cursor:pointer;border:1px solid #000;background:#fff;opacity:.8}.sp-alpha{display:none;position:absolute;bottom:-14px;right:0;left:0;height:8px}.sp-alpha-inner{border:1px solid #333}.sp-clear{display:none}.sp-clear.sp-clear-display{background-position:50%}.sp-clear-enabled .sp-clear{display:block;position:absolute;top:0;right:0;bottom:0;left:84%;height:28px}.sp-alpha,.sp-alpha-handle,.sp-clear,.sp-container,.sp-container.sp-dragging .sp-input,.sp-container button,.sp-dragger,.sp-preview,.sp-replacer,.sp-slider{-webkit-user-select:none;-moz-user-select:-moz-none;-o-user-select:none;user-select:none}.sp-container.sp-buttons-disabled .sp-button-container,.sp-container.sp-input-disabled .sp-input-container,.sp-container.sp-palette-buttons-disabled .sp-palette-button-container,.sp-initial-disabled .sp-initial,.sp-palette-disabled .sp-palette-container,.sp-palette-only .sp-picker-container{display:none}.sp-sat{background-image:-webkit-gradient(linear,0 0,100% 0,from(#fff),to(rgba(204,154,129,0)));background-image:-webkit-linear-gradient(left,#fff,rgba(204,154,129,0));background-image:-moz-linear-gradient(left,#fff,rgba(204,154,129,0));background-image:-o-linear-gradient(left,#fff,rgba(204,154,129,0));background-image:-ms-linear-gradient(left,#fff,rgba(204,154,129,0));background-image:linear-gradient(90deg,#fff,rgba(204,154,129,0));-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";filter:progid:DXImageTransform.Microsoft.gradient(GradientType = 1,startColorstr="#FFFFFFFF",endColorstr="#00CC9A81")}.sp-val{background-image:-webkit-gradient(linear,0 100%,0 0,from(#000),to(rgba(204,154,129,0)));background-image:-webkit-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:-moz-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:-o-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:-ms-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:linear-gradient(0deg,#000,rgba(204,154,129,0));-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00CC9A81",endColorstr="#FF000000")}.sp-hue{background:-moz-linear-gradient(top,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);background:-ms-linear-gradient(top,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);background:-o-linear-gradient(top,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);background:-webkit-gradient(linear,left top,left bottom,from(red),color-stop(.17,#ff0),color-stop(.33,#0f0),color-stop(.5,#0ff),color-stop(.67,#00f),color-stop(.83,#f0f),to(red));background:-webkit-linear-gradient(top,red,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red);background:linear-gradient(180deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)}.sp-1{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000",endColorstr="#ffff00")}.sp-2{height:16%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffff00",endColorstr="#00ff00")}.sp-3{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ff00",endColorstr="#00ffff")}.sp-4{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffff",endColorstr="#0000ff")}.sp-5{height:16%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0000ff",endColorstr="#ff00ff")}.sp-6{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff00ff",endColorstr="#ff0000")}.sp-hidden{display:none!important}.sp-cf:after,.sp-cf:before{content:"";display:table}.sp-cf:after{clear:both}.sp-cf{*zoom:1}@media (max-device-width:480px){.sp-color{right:40%}.sp-hue{left:63%}.sp-fill{padding-top:60%}}.sp-dragger{border-radius:5px;height:5px;width:5px;border:1px solid #fff;background:#000;left:0}.sp-dragger,.sp-slider{cursor:pointer;position:absolute;top:0}.sp-slider{height:3px;left:-1px;right:-1px;border:1px solid #000;background:#fff;opacity:.8}.sp-container{border-radius:0;background-color:#ececec;border:1px solid #f0c49b;padding:0}.sp-clear,.sp-color,.sp-container,.sp-container button,.sp-container input,.sp-hue{font:normal 12px Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.sp-top{margin-bottom:3px}.sp-clear,.sp-color,.sp-hue{border:1px solid #666}.sp-input-container{float:right;width:100px;margin-bottom:4px}.sp-initial-disabled .sp-input-container,.sp-input{width:100%}.sp-input{font-size:12px!important;border:1px inset;padding:4px 5px;margin:0;background:transparent;border-radius:3px;color:#222}.sp-input:focus{border:1px solid orange}.sp-input.sp-validation-error{border:1px solid red;background:#fdd}.sp-palette-container,.sp-picker-container{float:left;position:relative;padding:10px 10px 300px;margin-bottom:-290px}.sp-picker-container{width:172px;border-left:1px solid #fff}.sp-palette-container{border-right:1px solid #ccc}.sp-palette-only .sp-palette-container{border:0}.sp-palette .sp-thumb-el{display:block;position:relative;float:left;width:24px;height:15px;margin:3px;cursor:pointer;border:2px solid transparent}.sp-palette .sp-thumb-el.sp-thumb-active,.sp-palette .sp-thumb-el:hover{border-color:orange}.sp-thumb-el{position:relative}.sp-initial{float:left;border:1px solid #333}.sp-initial span{width:30px;height:25px;border:none;display:block;float:left;margin:0}.sp-initial .sp-clear-display{background-position:50%}.sp-button-container,.sp-palette-button-container{float:right}.sp-replacer{margin:0;overflow:hidden;cursor:pointer;padding:4px;display:inline-block;*zoom:1;*display:inline;border:1px solid #91765d;background:#eee;color:#333;vertical-align:middle}.sp-replacer.sp-active,.sp-replacer:hover{border-color:#f0c49b;color:#111}.sp-replacer.sp-disabled{cursor:default;border-color:silver;color:silver}.sp-dd{padding:2px 0;height:16px;line-height:16px;float:left;font-size:10px}.sp-preview{position:relative;width:25px;height:20px;border:1px solid #222;margin-right:5px;float:left;z-index:0}.sp-palette{*width:220px;max-width:220px}.sp-palette .sp-thumb-el{width:16px;height:16px;margin:2px 1px;border:1px solid #d0d0d0}.sp-container{padding-bottom:0}.sp-container button{background-color:#eee;background-image:-webkit-linear-gradient(top,#eee,#ccc);background-image:-moz-linear-gradient(top,#eee,#ccc);background-image:-ms-linear-gradient(top,#eee,#ccc);background-image:-o-linear-gradient(top,#eee,#ccc);background-image:linear-gradient(180deg,#eee,#ccc);border:1px solid;border-color:#ccc #ccc #bbb;border-radius:3px;color:#333;font-size:14px;line-height:1;padding:5px 4px;text-align:center;text-shadow:0 1px 0 #eee;vertical-align:middle}.sp-container button:hover{background-color:#ddd;background-image:-webkit-linear-gradient(top,#ddd,#bbb);background-image:-moz-linear-gradient(top,#ddd,#bbb);background-image:-ms-linear-gradient(top,#ddd,#bbb);background-image:-o-linear-gradient(top,#ddd,#bbb);background-image:linear-gradient(180deg,#ddd,#bbb);border:1px solid;border-color:#bbb #bbb #999;cursor:pointer;text-shadow:0 1px 0 #ddd}.sp-container button:active{border:1px solid;border-color:#aaa #aaa #888;-webkit-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;-moz-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;-ms-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;-o-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee}.sp-cancel{font-size:11px;color:#d93f3f!important;padding:2px;margin:0 5px 0 0;vertical-align:middle;text-decoration:none}.sp-cancel:hover{color:#d93f3f!important;text-decoration:underline}.sp-palette span.sp-thumb-active,.sp-palette span:hover{border-color:#000}.sp-alpha,.sp-preview,.sp-thumb-el{position:relative;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.sp-alpha-inner,.sp-preview-inner,.sp-thumb-inner{display:block;position:absolute;top:0;left:0;bottom:0;right:0}.sp-palette .sp-thumb-inner{background-position:50% 50%;background-repeat:no-repeat}.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=)}.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=)}.sp-clear-display{background-repeat:no-repeat;background-position:50%;background-image:url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==)}#login-buttons{display:inline-block;margin-right:.2px;line-height:1}#login-buttons .login-button{position:relative}#login-buttons button.login-button{width:100%}#login-buttons .login-buttons-with-only-one-button,#login-buttons .login-buttons-with-only-one-button .login-button,#login-buttons .login-buttons-with-only-one-button .login-text-and-button{display:inline-block}#login-buttons .login-display-name{display:inline-block;padding-right:2px;line-height:1.5;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}#login-buttons .loading{line-height:1;background-image:url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA);width:16px;background-position:50%;background-repeat:no-repeat}#login-buttons .login-button,.accounts-dialog .login-button{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;padding:4px 8px;font-size:80%;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.5;text-align:center;color:#fff;background:#596595;border:1px solid #464f75;border-radius:4px}#login-buttons .login-button:hover,.accounts-dialog .login-button:hover{background:#7580ac}#login-buttons .login-button:active,.accounts-dialog .login-button:active{background:#7580ac;box-shadow:inset 0 2px 3px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.2) inset}#login-buttons .login-button.login-button-disabled,#login-buttons .login-button.login-button-disabled:active,.accounts-dialog .login-button.login-button-disabled,.accounts-dialog .login-button.login-button-disabled:active{color:#ddd;background:#aaa;border:1px solid #c3c3c3;box-shadow:none;-webkit-box-shadow:none}.accounts-dialog *{padding:0;margin:0;line-height:inherit;color:inherit;font:inherit;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.accounts-dialog .login-button{width:auto;margin-bottom:4px}#login-buttons .login-buttons-padding{display:inline-block;width:30px}#login-buttons .login-display-name{margin-right:4px}#login-buttons .configure-button{background:#ff2a00;border-color:#c20}#login-buttons .configure-button:active,#login-buttons .configure-button:hover{background:#f53;border-color:#ff2a00}#login-buttons .login-image{display:inline-block;position:absolute;left:6px;top:6px;width:16px;height:16px}#login-buttons .text-besides-image{margin-left:18px}#login-buttons .no-services{color:red}#login-buttons .login-link-and-dropdown-list{position:relative}#login-buttons .login-close-text{float:left;position:relative;padding-bottom:8px}#login-buttons .login-link-and-dropdown-list .loading,#login-buttons .login-text-and-button .loading{display:inline-block}#login-buttons.login-buttons-dropdown-align-left #login-dropdown-list .loading{float:right}#login-buttons.login-buttons-dropdown-align-right #login-dropdown-list .loading{float:left}#login-buttons .login-close-text-clear{clear:both}#login-buttons .or{text-align:center}#login-buttons .hline{text-decoration:line-through;color:#d3d3d3}#login-buttons .or-text{font-weight:700}#login-buttons #signup-link{float:right}#login-buttons #forgot-password-link{float:left}#login-buttons #back-to-login-link{float:right}#login-buttons a,.accounts-dialog a{cursor:pointer;text-decoration:underline}#login-buttons.login-buttons-dropdown-align-right .login-close-text{float:right}.accounts-dialog{border:1px solid #ccc;z-index:1000;background:#fff;border-radius:4px;padding:8px 12px;margin:-8px -12px 0;width:250px;box-shadow:0 0 3px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,.2);font-size:16px;color:#333}.accounts-dialog>*{line-height:1.6}.accounts-dialog>.login-close-text{line-height:inherit;font-size:inherit;font-family:inherit}.accounts-dialog .title,.accounts-dialog label{font-size:80%;margin-top:7px;margin-bottom:-2px}.accounts-dialog label{display:inline}.accounts-dialog input[type=email],.accounts-dialog input[type=password],.accounts-dialog input[type=text]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%}.accounts-dialog input[type=email][type],.accounts-dialog input[type=password][type],.accounts-dialog input[type=text][type]{height:auto}.accounts-dialog .login-button-form-submit{margin-top:8px}.accounts-dialog .message{font-size:80%;margin-top:8px;line-height:1.3}.accounts-dialog .error-message{color:red}.accounts-dialog .info-message{color:green}.accounts-dialog .additional-link{font-size:75%}.accounts-dialog .accounts-close{position:absolute;top:0;right:5px;font-size:20px;font-weight:700;line-height:20px;text-decoration:none;color:#000;opacity:.4}.accounts-dialog .accounts-close:hover{opacity:.8}.accounts-dialog #login-buttons-cancel-enroll-account,.accounts-dialog #login-buttons-cancel-reset-password{float:right}#login-dropdown-list{position:absolute;top:-1px;left:-1px}#login-buttons.login-buttons-dropdown-align-right #login-dropdown-list{left:auto;right:-1px}#login-buttons-message-dialog .message{font-size:100%}.accounts-centered-dialog{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;z-index:1001;position:fixed;left:50%;margin-left:-129px;top:50%;margin-top:-40px}#configure-login-service-dialog{width:530px;margin-left:-269px;margin-top:-300px}#configure-login-service-dialog table{width:100%}#configure-login-service-dialog input[type=text]{width:100%;font-family:Courier New,Courier,monospace}#configure-login-service-dialog ol{margin-top:10px;margin-bottom:10px}#configure-login-service-dialog ol li{margin-left:30px}#configure-login-service-dialog .configuration_labels{width:30%}#configure-login-service-dialog .configuration_inputs{width:70%}#configure-login-service-dialog .new-section{margin-top:10px}#configure-login-service-dialog .url{font-family:Courier New,Courier,monospace}#configure-login-service-dialog-save-configuration{float:right}.configure-login-service-dismiss-button{float:left}#just-verified-dismiss-button,#messages-dialog-dismiss-button{margin-top:8px}.hide-background{position:fixed;left:0;top:0;width:100%;height:100%;z-index:999;background-color:#000;background-color:rgba(0,0,0,.7)}#login-buttons input[type=email],#login-buttons input[type=password],#login-buttons input[type=text],.accounts-dialog input[type=email],.accounts-dialog input[type=password],.accounts-dialog input[type=text]{padding:4px;border:1px solid #aaa;border-radius:3px;line-height:1}.collapseStyle body{font-family:Roboto;font-size:15px;padding:20px}.collapseStyle .collapse-list{margin-bottom:0;padding-left:0;list-style:none;border-bottom:1px solid #e0e0e0}.collapseStyle .collapse-open{display:none}.collapseStyle .collapse-painel{visibility:hidden;max-height:0;opacity:0;transition:max-height .1s,visibility .3s,opacity .3s}.collapseStyle .collapse-open:checked~.collapse-painel{max-height:100%;opacity:1;visibility:visible}.collapseStyle .collapse-list li{margin-bottom:0}.collapseStyle .collapse-list .collapse-btn{border-top:1px solid #e0e0e0;cursor:pointer;display:block;padding:15px 10px;margin-bottom:0;color:#4285f4;font-weight:400;transition:background-color .2s ease}.collapseStyle .collapse-list .collapse-btn:hover{background:#eee}.collapseStyle .collapse-open~.collapse-btn:before{content:"↓";float:right}.collapseStyle .collapse-open:checked~.collapse-btn:before{content:"↑"}.collapseStyle .collapse-list .collapse-inner{padding:10px}.wallet .input-bakgroundTow,.wallet input,.wallet input:focus,.wallet select,.wallet textarea,.wallet textarea:focus{border-bottom:2px solid material-color("blue-grey","500");background-color:material-color("blue-grey","700")}
/*!
Ionicons, v2.0.0
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
https://twitter.com/benjsperry  https://twitter.com/ionicframework
MIT License: https://github.com/driftyco/ionicons

Android-style icons originally built by Google’s
Material Design Icons: https://github.com/google/material-design-icons
used under CC BY http://creativecommons.org/licenses/by/4.0/
Modified icons to fit ionicon’s grid from original.
*/@import url("https://fonts.googleapis.com/css?family=Work+Sans:400,700,900");@import url("https://fonts.googleapis.com/icon?family=Material+Icons");@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,300italic,400italic,500,500italic,700,700italic,900,900italic,100italic,100);@font-face{font-family:Ionicons;src:url(packages/hashwin_ionicons-sass/fonts/ionicons.eot?v=2.0.0);src:url(packages/hashwin_ionicons-sass/fonts/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"),url(packages/hashwin_ionicons-sass/fonts/ionicons.ttf?v=2.0.0) format("truetype"),url(packages/hashwin_ionicons-sass/fonts/ionicons.woff?v=2.0.0) format("woff"),url(packages/hashwin_ionicons-sass/fonts/ionicons.svg?v=2.0.0#Ionicons) format("svg");font-weight:400;font-style:normal}.ion,.ion-alert-circled:before,.ion-alert:before,.ion-android-add-circle:before,.ion-android-add:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-cloud:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done-all:before,.ion-android-done:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite-outline:before,.ion-android-favorite:before,.ion-android-film:before,.ion-android-folder-open:before,.ion-android-folder:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone-off:before,.ion-android-microphone:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-notifications:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person-add:before,.ion-android-person:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove-circle:before,.ion-android-remove:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share-alt:before,.ion-android-share:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-star:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace-outline:before,.ion-backspace:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox-working:before,.ion-chatbox:before,.ion-chatboxes:before,.ion-chatbubble-working:before,.ion-chatbubble:before,.ion-chatbubbles:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-checkmark:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close-circled:before,.ion-close-round:before,.ion-close:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code-download:before,.ion-code-working:before,.ion-code:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document-text:before,.ion-document:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email-unread:before,.ion-email:before,.ion-erlenmeyer-flask-bubbles:before,.ion-erlenmeyer-flask:before,.ion-eye-disabled:before,.ion-eye:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash-off:before,.ion-flash:before,.ion-folder:before,.ion-fork-repo:before,.ion-fork:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy-outline:before,.ion-happy:before,.ion-headphone:before,.ion-heart-broken:before,.ion-heart:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-help:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information-circled:before,.ion-information:before,.ion-ionic:before,.ion-ios-alarm-outline:before,.ion-ios-alarm:before,.ion-ios-albums-outline:before,.ion-ios-albums:before,.ion-ios-americanfootball-outline:before,.ion-ios-americanfootball:before,.ion-ios-analytics-outline:before,.ion-ios-analytics:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at-outline:before,.ion-ios-at:before,.ion-ios-barcode-outline:before,.ion-ios-barcode:before,.ion-ios-baseball-outline:before,.ion-ios-baseball:before,.ion-ios-basketball-outline:before,.ion-ios-basketball:before,.ion-ios-bell-outline:before,.ion-ios-bell:before,.ion-ios-body-outline:before,.ion-ios-body:before,.ion-ios-bolt-outline:before,.ion-ios-bolt:before,.ion-ios-book-outline:before,.ion-ios-book:before,.ion-ios-bookmarks-outline:before,.ion-ios-bookmarks:before,.ion-ios-box-outline:before,.ion-ios-box:before,.ion-ios-briefcase-outline:before,.ion-ios-briefcase:before,.ion-ios-browsers-outline:before,.ion-ios-browsers:before,.ion-ios-calculator-outline:before,.ion-ios-calculator:before,.ion-ios-calendar-outline:before,.ion-ios-calendar:before,.ion-ios-camera-outline:before,.ion-ios-camera:before,.ion-ios-cart-outline:before,.ion-ios-cart:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatbubble-outline:before,.ion-ios-chatbubble:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-checkmark:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock-outline:before,.ion-ios-clock:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-close:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-download:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-outline:before,.ion-ios-cloudy:before,.ion-ios-cog-outline:before,.ion-ios-cog:before,.ion-ios-color-filter-outline:before,.ion-ios-color-filter:before,.ion-ios-color-wand-outline:before,.ion-ios-color-wand:before,.ion-ios-compose-outline:before,.ion-ios-compose:before,.ion-ios-contact-outline:before,.ion-ios-contact:before,.ion-ios-copy-outline:before,.ion-ios-copy:before,.ion-ios-crop-strong:before,.ion-ios-crop:before,.ion-ios-download-outline:before,.ion-ios-download:before,.ion-ios-drag:before,.ion-ios-email-outline:before,.ion-ios-email:before,.ion-ios-eye-outline:before,.ion-ios-eye:before,.ion-ios-fastforward-outline:before,.ion-ios-fastforward:before,.ion-ios-filing-outline:before,.ion-ios-filing:before,.ion-ios-film-outline:before,.ion-ios-film:before,.ion-ios-flag-outline:before,.ion-ios-flag:before,.ion-ios-flame-outline:before,.ion-ios-flame:before,.ion-ios-flask-outline:before,.ion-ios-flask:before,.ion-ios-flower-outline:before,.ion-ios-flower:before,.ion-ios-folder-outline:before,.ion-ios-folder:before,.ion-ios-football-outline:before,.ion-ios-football:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-b-outline:before,.ion-ios-game-controller-b:before,.ion-ios-gear-outline:before,.ion-ios-gear:before,.ion-ios-glasses-outline:before,.ion-ios-glasses:before,.ion-ios-grid-view-outline:before,.ion-ios-grid-view:before,.ion-ios-heart-outline:before,.ion-ios-heart:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-help:before,.ion-ios-home-outline:before,.ion-ios-home:before,.ion-ios-infinite-outline:before,.ion-ios-infinite:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-information:before,.ion-ios-ionic-outline:before,.ion-ios-keypad-outline:before,.ion-ios-keypad:before,.ion-ios-lightbulb-outline:before,.ion-ios-lightbulb:before,.ion-ios-list-outline:before,.ion-ios-list:before,.ion-ios-location-outline:before,.ion-ios-location:before,.ion-ios-locked-outline:before,.ion-ios-locked:before,.ion-ios-loop-strong:before,.ion-ios-loop:before,.ion-ios-medical-outline:before,.ion-ios-medical:before,.ion-ios-medkit-outline:before,.ion-ios-medkit:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-mic:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-minus:before,.ion-ios-monitor-outline:before,.ion-ios-monitor:before,.ion-ios-moon-outline:before,.ion-ios-moon:before,.ion-ios-more-outline:before,.ion-ios-more:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate-outline:before,.ion-ios-navigate:before,.ion-ios-nutrition-outline:before,.ion-ios-nutrition:before,.ion-ios-paper-outline:before,.ion-ios-paper:before,.ion-ios-paperplane-outline:before,.ion-ios-paperplane:before,.ion-ios-partlysunny-outline:before,.ion-ios-partlysunny:before,.ion-ios-pause-outline:before,.ion-ios-pause:before,.ion-ios-paw-outline:before,.ion-ios-paw:before,.ion-ios-people-outline:before,.ion-ios-people:before,.ion-ios-person-outline:before,.ion-ios-person:before,.ion-ios-personadd-outline:before,.ion-ios-personadd:before,.ion-ios-photos-outline:before,.ion-ios-photos:before,.ion-ios-pie-outline:before,.ion-ios-pie:before,.ion-ios-pint-outline:before,.ion-ios-pint:before,.ion-ios-play-outline:before,.ion-ios-play:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-plus:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetags-outline:before,.ion-ios-pricetags:before,.ion-ios-printer-outline:before,.ion-ios-printer:before,.ion-ios-pulse-strong:before,.ion-ios-pulse:before,.ion-ios-rainy-outline:before,.ion-ios-rainy:before,.ion-ios-recording-outline:before,.ion-ios-recording:before,.ion-ios-redo-outline:before,.ion-ios-redo:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-refresh:before,.ion-ios-reload:before,.ion-ios-reloading,.ion-ios-reloading:before,.ion-ios-reverse-camera-outline:before,.ion-ios-reverse-camera:before,.ion-ios-rewind-outline:before,.ion-ios-rewind:before,.ion-ios-rose-outline:before,.ion-ios-rose:before,.ion-ios-search-strong:before,.ion-ios-search:before,.ion-ios-settings-strong:before,.ion-ios-settings:before,.ion-ios-shuffle-strong:before,.ion-ios-shuffle:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipbackward:before,.ion-ios-skipforward-outline:before,.ion-ios-skipforward:before,.ion-ios-snowy:before,.ion-ios-speedometer-outline:before,.ion-ios-speedometer:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-star:before,.ion-ios-stopwatch-outline:before,.ion-ios-stopwatch:before,.ion-ios-sunny-outline:before,.ion-ios-sunny:before,.ion-ios-telephone-outline:before,.ion-ios-telephone:before,.ion-ios-tennisball-outline:before,.ion-ios-tennisball:before,.ion-ios-thunderstorm-outline:before,.ion-ios-thunderstorm:before,.ion-ios-time-outline:before,.ion-ios-time:before,.ion-ios-timer-outline:before,.ion-ios-timer:before,.ion-ios-toggle-outline:before,.ion-ios-toggle:before,.ion-ios-trash-outline:before,.ion-ios-trash:before,.ion-ios-undo-outline:before,.ion-ios-undo:before,.ion-ios-unlocked-outline:before,.ion-ios-unlocked:before,.ion-ios-upload-outline:before,.ion-ios-upload:before,.ion-ios-videocam-outline:before,.ion-ios-videocam:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass-outline:before,.ion-ios-wineglass:before,.ion-ios-world-outline:before,.ion-ios-world:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-loading-a,.ion-loading-a:before,.ion-loading-b,.ion-loading-b:before,.ion-loading-c,.ion-loading-c:before,.ion-loading-d,.ion-loading-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-looping,.ion-looping:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-minus:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon-round:before,.ion-navicon:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person-add:before,.ion-person-stalker:before,.ion-person:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-plus:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-refreshing,.ion-refreshing:before,.ion-reply-all:before,.ion-reply:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad-outline:before,.ion-sad:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android-outline:before,.ion-social-android:before,.ion-social-angular-outline:before,.ion-social-angular:before,.ion-social-apple-outline:before,.ion-social-apple:before,.ion-social-bitcoin-outline:before,.ion-social-bitcoin:before,.ion-social-buffer-outline:before,.ion-social-buffer:before,.ion-social-chrome-outline:before,.ion-social-chrome:before,.ion-social-codepen-outline:before,.ion-social-codepen:before,.ion-social-css3-outline:before,.ion-social-css3:before,.ion-social-designernews-outline:before,.ion-social-designernews:before,.ion-social-dribbble-outline:before,.ion-social-dribbble:before,.ion-social-dropbox-outline:before,.ion-social-dropbox:before,.ion-social-euro-outline:before,.ion-social-euro:before,.ion-social-facebook-outline:before,.ion-social-facebook:before,.ion-social-foursquare-outline:before,.ion-social-foursquare:before,.ion-social-freebsd-devil:before,.ion-social-github-outline:before,.ion-social-github:before,.ion-social-google-outline:before,.ion-social-google:before,.ion-social-googleplus-outline:before,.ion-social-googleplus:before,.ion-social-hackernews-outline:before,.ion-social-hackernews:before,.ion-social-html5-outline:before,.ion-social-html5:before,.ion-social-instagram-outline:before,.ion-social-instagram:before,.ion-social-javascript-outline:before,.ion-social-javascript:before,.ion-social-linkedin-outline:before,.ion-social-linkedin:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest-outline:before,.ion-social-pinterest:before,.ion-social-python:before,.ion-social-reddit-outline:before,.ion-social-reddit:before,.ion-social-rss-outline:before,.ion-social-rss:before,.ion-social-sass:before,.ion-social-skype-outline:before,.ion-social-skype:before,.ion-social-snapchat-outline:before,.ion-social-snapchat:before,.ion-social-tumblr-outline:before,.ion-social-tumblr:before,.ion-social-tux:before,.ion-social-twitch-outline:before,.ion-social-twitch:before,.ion-social-twitter-outline:before,.ion-social-twitter:before,.ion-social-usd-outline:before,.ion-social-usd:before,.ion-social-vimeo-outline:before,.ion-social-vimeo:before,.ion-social-whatsapp-outline:before,.ion-social-whatsapp:before,.ion-social-windows-outline:before,.ion-social-windows:before,.ion-social-wordpress-outline:before,.ion-social-wordpress:before,.ion-social-yahoo-outline:before,.ion-social-yahoo:before,.ion-social-yen-outline:before,.ion-social-yen:before,.ion-social-youtube-outline:before,.ion-social-youtube:before,.ion-soup-can-outline:before,.ion-soup-can:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle-filled:before,.ion-toggle:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt-outline:before,.ion-tshirt:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before,.ionicons{display:inline-block;font-family:Ionicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-alert:before{content:""}.ion-alert-circled:before{content:""}.ion-android-add:before{content:""}.ion-android-add-circle:before{content:""}.ion-android-alarm-clock:before{content:""}.ion-android-alert:before{content:""}.ion-android-apps:before{content:""}.ion-android-archive:before{content:""}.ion-android-arrow-back:before{content:""}.ion-android-arrow-down:before{content:""}.ion-android-arrow-dropdown:before{content:""}.ion-android-arrow-dropdown-circle:before{content:""}.ion-android-arrow-dropleft:before{content:""}.ion-android-arrow-dropleft-circle:before{content:""}.ion-android-arrow-dropright:before{content:""}.ion-android-arrow-dropright-circle:before{content:""}.ion-android-arrow-dropup:before{content:""}.ion-android-arrow-dropup-circle:before{content:""}.ion-android-arrow-forward:before{content:""}.ion-android-arrow-up:before{content:""}.ion-android-attach:before{content:""}.ion-android-bar:before{content:""}.ion-android-bicycle:before{content:""}.ion-android-boat:before{content:""}.ion-android-bookmark:before{content:""}.ion-android-bulb:before{content:""}.ion-android-bus:before{content:""}.ion-android-calendar:before{content:""}.ion-android-call:before{content:""}.ion-android-camera:before{content:""}.ion-android-cancel:before{content:""}.ion-android-car:before{content:""}.ion-android-cart:before{content:""}.ion-android-chat:before{content:""}.ion-android-checkbox:before{content:""}.ion-android-checkbox-blank:before{content:""}.ion-android-checkbox-outline:before{content:""}.ion-android-checkbox-outline-blank:before{content:""}.ion-android-checkmark-circle:before{content:""}.ion-android-clipboard:before{content:""}.ion-android-close:before{content:""}.ion-android-cloud:before{content:""}.ion-android-cloud-circle:before{content:""}.ion-android-cloud-done:before{content:""}.ion-android-cloud-outline:before{content:""}.ion-android-color-palette:before{content:""}.ion-android-compass:before{content:""}.ion-android-contact:before{content:""}.ion-android-contacts:before{content:""}.ion-android-contract:before{content:""}.ion-android-create:before{content:""}.ion-android-delete:before{content:""}.ion-android-desktop:before{content:""}.ion-android-document:before{content:""}.ion-android-done:before{content:""}.ion-android-done-all:before{content:""}.ion-android-download:before{content:""}.ion-android-drafts:before{content:""}.ion-android-exit:before{content:""}.ion-android-expand:before{content:""}.ion-android-favorite:before{content:""}.ion-android-favorite-outline:before{content:""}.ion-android-film:before{content:""}.ion-android-folder:before{content:""}.ion-android-folder-open:before{content:""}.ion-android-funnel:before{content:""}.ion-android-globe:before{content:""}.ion-android-hand:before{content:""}.ion-android-hangout:before{content:""}.ion-android-happy:before{content:""}.ion-android-home:before{content:""}.ion-android-image:before{content:""}.ion-android-laptop:before{content:""}.ion-android-list:before{content:""}.ion-android-locate:before{content:""}.ion-android-lock:before{content:""}.ion-android-mail:before{content:""}.ion-android-map:before{content:""}.ion-android-menu:before{content:""}.ion-android-microphone:before{content:""}.ion-android-microphone-off:before{content:""}.ion-android-more-horizontal:before{content:""}.ion-android-more-vertical:before{content:""}.ion-android-navigate:before{content:""}.ion-android-notifications:before{content:""}.ion-android-notifications-none:before{content:""}.ion-android-notifications-off:before{content:""}.ion-android-open:before{content:""}.ion-android-options:before{content:""}.ion-android-people:before{content:""}.ion-android-person:before{content:""}.ion-android-person-add:before{content:""}.ion-android-phone-landscape:before{content:""}.ion-android-phone-portrait:before{content:""}.ion-android-pin:before{content:""}.ion-android-plane:before{content:""}.ion-android-playstore:before{content:""}.ion-android-print:before{content:""}.ion-android-radio-button-off:before{content:""}.ion-android-radio-button-on:before{content:""}.ion-android-refresh:before{content:""}.ion-android-remove:before{content:""}.ion-android-remove-circle:before{content:""}.ion-android-restaurant:before{content:""}.ion-android-sad:before{content:""}.ion-android-search:before{content:""}.ion-android-send:before{content:""}.ion-android-settings:before{content:""}.ion-android-share:before{content:""}.ion-android-share-alt:before{content:""}.ion-android-star:before{content:""}.ion-android-star-half:before{content:""}.ion-android-star-outline:before{content:""}.ion-android-stopwatch:before{content:""}.ion-android-subway:before{content:""}.ion-android-sunny:before{content:""}.ion-android-sync:before{content:""}.ion-android-textsms:before{content:""}.ion-android-time:before{content:""}.ion-android-train:before{content:""}.ion-android-unlock:before{content:""}.ion-android-upload:before{content:""}.ion-android-volume-down:before{content:""}.ion-android-volume-mute:before{content:""}.ion-android-volume-off:before{content:""}.ion-android-volume-up:before{content:""}.ion-android-walk:before{content:""}.ion-android-warning:before{content:""}.ion-android-watch:before{content:""}.ion-android-wifi:before{content:""}.ion-aperture:before{content:""}.ion-archive:before{content:""}.ion-arrow-down-a:before{content:""}.ion-arrow-down-b:before{content:""}.ion-arrow-down-c:before{content:""}.ion-arrow-expand:before{content:""}.ion-arrow-graph-down-left:before{content:""}.ion-arrow-graph-down-right:before{content:""}.ion-arrow-graph-up-left:before{content:""}.ion-arrow-graph-up-right:before{content:""}.ion-arrow-left-a:before{content:""}.ion-arrow-left-b:before{content:""}.ion-arrow-left-c:before{content:""}.ion-arrow-move:before{content:""}.ion-arrow-resize:before{content:""}.ion-arrow-return-left:before{content:""}.ion-arrow-return-right:before{content:""}.ion-arrow-right-a:before{content:""}.ion-arrow-right-b:before{content:""}.ion-arrow-right-c:before{content:""}.ion-arrow-shrink:before{content:""}.ion-arrow-swap:before{content:""}.ion-arrow-up-a:before{content:""}.ion-arrow-up-b:before{content:""}.ion-arrow-up-c:before{content:""}.ion-asterisk:before{content:""}.ion-at:before{content:""}.ion-backspace:before{content:""}.ion-backspace-outline:before{content:""}.ion-bag:before{content:""}.ion-battery-charging:before{content:""}.ion-battery-empty:before{content:""}.ion-battery-full:before{content:""}.ion-battery-half:before{content:""}.ion-battery-low:before{content:""}.ion-beaker:before{content:""}.ion-beer:before{content:""}.ion-bluetooth:before{content:""}.ion-bonfire:before{content:""}.ion-bookmark:before{content:""}.ion-bowtie:before{content:""}.ion-briefcase:before{content:""}.ion-bug:before{content:""}.ion-calculator:before{content:""}.ion-calendar:before{content:""}.ion-camera:before{content:""}.ion-card:before{content:""}.ion-cash:before{content:""}.ion-chatbox:before{content:""}.ion-chatbox-working:before{content:""}.ion-chatboxes:before{content:""}.ion-chatbubble:before{content:""}.ion-chatbubble-working:before{content:""}.ion-chatbubbles:before{content:""}.ion-checkmark:before{content:""}.ion-checkmark-circled:before{content:""}.ion-checkmark-round:before{content:""}.ion-chevron-down:before{content:""}.ion-chevron-left:before{content:""}.ion-chevron-right:before{content:""}.ion-chevron-up:before{content:""}.ion-clipboard:before{content:""}.ion-clock:before{content:""}.ion-close:before{content:""}.ion-close-circled:before{content:""}.ion-close-round:before{content:""}.ion-closed-captioning:before{content:""}.ion-cloud:before{content:""}.ion-code:before{content:""}.ion-code-download:before{content:""}.ion-code-working:before{content:""}.ion-coffee:before{content:""}.ion-compass:before{content:""}.ion-compose:before{content:""}.ion-connection-bars:before{content:""}.ion-contrast:before{content:""}.ion-crop:before{content:""}.ion-cube:before{content:""}.ion-disc:before{content:""}.ion-document:before{content:""}.ion-document-text:before{content:""}.ion-drag:before{content:""}.ion-earth:before{content:""}.ion-easel:before{content:""}.ion-edit:before{content:""}.ion-egg:before{content:""}.ion-eject:before{content:""}.ion-email:before{content:""}.ion-email-unread:before{content:""}.ion-erlenmeyer-flask:before{content:""}.ion-erlenmeyer-flask-bubbles:before{content:""}.ion-eye:before{content:""}.ion-eye-disabled:before{content:""}.ion-female:before{content:""}.ion-filing:before{content:""}.ion-film-marker:before{content:""}.ion-fireball:before{content:""}.ion-flag:before{content:""}.ion-flame:before{content:""}.ion-flash:before{content:""}.ion-flash-off:before{content:""}.ion-folder:before{content:""}.ion-fork:before{content:""}.ion-fork-repo:before{content:""}.ion-forward:before{content:""}.ion-funnel:before{content:""}.ion-gear-a:before{content:""}.ion-gear-b:before{content:""}.ion-grid:before{content:""}.ion-hammer:before{content:""}.ion-happy:before{content:""}.ion-happy-outline:before{content:""}.ion-headphone:before{content:""}.ion-heart:before{content:""}.ion-heart-broken:before{content:""}.ion-help:before{content:""}.ion-help-buoy:before{content:""}.ion-help-circled:before{content:""}.ion-home:before{content:""}.ion-icecream:before{content:""}.ion-image:before{content:""}.ion-images:before{content:""}.ion-information:before{content:""}.ion-information-circled:before{content:""}.ion-ionic:before{content:""}.ion-ios-alarm:before{content:""}.ion-ios-alarm-outline:before{content:""}.ion-ios-albums:before{content:""}.ion-ios-albums-outline:before{content:""}.ion-ios-americanfootball:before{content:""}.ion-ios-americanfootball-outline:before{content:""}.ion-ios-analytics:before{content:""}.ion-ios-analytics-outline:before{content:""}.ion-ios-arrow-back:before{content:""}.ion-ios-arrow-down:before{content:""}.ion-ios-arrow-forward:before{content:""}.ion-ios-arrow-left:before{content:""}.ion-ios-arrow-right:before{content:""}.ion-ios-arrow-thin-down:before{content:""}.ion-ios-arrow-thin-left:before{content:""}.ion-ios-arrow-thin-right:before{content:""}.ion-ios-arrow-thin-up:before{content:""}.ion-ios-arrow-up:before{content:""}.ion-ios-at:before{content:""}.ion-ios-at-outline:before{content:""}.ion-ios-barcode:before{content:""}.ion-ios-barcode-outline:before{content:""}.ion-ios-baseball:before{content:""}.ion-ios-baseball-outline:before{content:""}.ion-ios-basketball:before{content:""}.ion-ios-basketball-outline:before{content:""}.ion-ios-bell:before{content:""}.ion-ios-bell-outline:before{content:""}.ion-ios-body:before{content:""}.ion-ios-body-outline:before{content:""}.ion-ios-bolt:before{content:""}.ion-ios-bolt-outline:before{content:""}.ion-ios-book:before{content:""}.ion-ios-book-outline:before{content:""}.ion-ios-bookmarks:before{content:""}.ion-ios-bookmarks-outline:before{content:""}.ion-ios-box:before{content:""}.ion-ios-box-outline:before{content:""}.ion-ios-briefcase:before{content:""}.ion-ios-briefcase-outline:before{content:""}.ion-ios-browsers:before{content:""}.ion-ios-browsers-outline:before{content:""}.ion-ios-calculator:before{content:""}.ion-ios-calculator-outline:before{content:""}.ion-ios-calendar:before{content:""}.ion-ios-calendar-outline:before{content:""}.ion-ios-camera:before{content:""}.ion-ios-camera-outline:before{content:""}.ion-ios-cart:before{content:""}.ion-ios-cart-outline:before{content:""}.ion-ios-chatboxes:before{content:""}.ion-ios-chatboxes-outline:before{content:""}.ion-ios-chatbubble:before{content:""}.ion-ios-chatbubble-outline:before{content:""}.ion-ios-checkmark:before{content:""}.ion-ios-checkmark-empty:before{content:""}.ion-ios-checkmark-outline:before{content:""}.ion-ios-circle-filled:before{content:""}.ion-ios-circle-outline:before{content:""}.ion-ios-clock:before{content:""}.ion-ios-clock-outline:before{content:""}.ion-ios-close:before{content:""}.ion-ios-close-empty:before{content:""}.ion-ios-close-outline:before{content:""}.ion-ios-cloud:before{content:""}.ion-ios-cloud-download:before{content:""}.ion-ios-cloud-download-outline:before{content:""}.ion-ios-cloud-outline:before{content:""}.ion-ios-cloud-upload:before{content:""}.ion-ios-cloud-upload-outline:before{content:""}.ion-ios-cloudy:before{content:""}.ion-ios-cloudy-night:before{content:""}.ion-ios-cloudy-night-outline:before{content:""}.ion-ios-cloudy-outline:before{content:""}.ion-ios-cog:before{content:""}.ion-ios-cog-outline:before{content:""}.ion-ios-color-filter:before{content:""}.ion-ios-color-filter-outline:before{content:""}.ion-ios-color-wand:before{content:""}.ion-ios-color-wand-outline:before{content:""}.ion-ios-compose:before{content:""}.ion-ios-compose-outline:before{content:""}.ion-ios-contact:before{content:""}.ion-ios-contact-outline:before{content:""}.ion-ios-copy:before{content:""}.ion-ios-copy-outline:before{content:""}.ion-ios-crop:before{content:""}.ion-ios-crop-strong:before{content:""}.ion-ios-download:before{content:""}.ion-ios-download-outline:before{content:""}.ion-ios-drag:before{content:""}.ion-ios-email:before{content:""}.ion-ios-email-outline:before{content:""}.ion-ios-eye:before{content:""}.ion-ios-eye-outline:before{content:""}.ion-ios-fastforward:before{content:""}.ion-ios-fastforward-outline:before{content:""}.ion-ios-filing:before{content:""}.ion-ios-filing-outline:before{content:""}.ion-ios-film:before{content:""}.ion-ios-film-outline:before{content:""}.ion-ios-flag:before{content:""}.ion-ios-flag-outline:before{content:""}.ion-ios-flame:before{content:""}.ion-ios-flame-outline:before{content:""}.ion-ios-flask:before{content:""}.ion-ios-flask-outline:before{content:""}.ion-ios-flower:before{content:""}.ion-ios-flower-outline:before{content:""}.ion-ios-folder:before{content:""}.ion-ios-folder-outline:before{content:""}.ion-ios-football:before{content:""}.ion-ios-football-outline:before{content:""}.ion-ios-game-controller-a:before{content:""}.ion-ios-game-controller-a-outline:before{content:""}.ion-ios-game-controller-b:before{content:""}.ion-ios-game-controller-b-outline:before{content:""}.ion-ios-gear:before{content:""}.ion-ios-gear-outline:before{content:""}.ion-ios-glasses:before{content:""}.ion-ios-glasses-outline:before{content:""}.ion-ios-grid-view:before{content:""}.ion-ios-grid-view-outline:before{content:""}.ion-ios-heart:before{content:""}.ion-ios-heart-outline:before{content:""}.ion-ios-help:before{content:""}.ion-ios-help-empty:before{content:""}.ion-ios-help-outline:before{content:""}.ion-ios-home:before{content:""}.ion-ios-home-outline:before{content:""}.ion-ios-infinite:before{content:""}.ion-ios-infinite-outline:before{content:""}.ion-ios-information:before{content:""}.ion-ios-information-empty:before{content:""}.ion-ios-information-outline:before{content:""}.ion-ios-ionic-outline:before{content:""}.ion-ios-keypad:before{content:""}.ion-ios-keypad-outline:before{content:""}.ion-ios-lightbulb:before{content:""}.ion-ios-lightbulb-outline:before{content:""}.ion-ios-list:before{content:""}.ion-ios-list-outline:before{content:""}.ion-ios-location:before{content:""}.ion-ios-location-outline:before{content:""}.ion-ios-locked:before{content:""}.ion-ios-locked-outline:before{content:""}.ion-ios-loop:before{content:""}.ion-ios-loop-strong:before{content:""}.ion-ios-medical:before{content:""}.ion-ios-medical-outline:before{content:""}.ion-ios-medkit:before{content:""}.ion-ios-medkit-outline:before{content:""}.ion-ios-mic:before{content:""}.ion-ios-mic-off:before{content:""}.ion-ios-mic-outline:before{content:""}.ion-ios-minus:before{content:""}.ion-ios-minus-empty:before{content:""}.ion-ios-minus-outline:before{content:""}.ion-ios-monitor:before{content:""}.ion-ios-monitor-outline:before{content:""}.ion-ios-moon:before{content:""}.ion-ios-moon-outline:before{content:""}.ion-ios-more:before{content:""}.ion-ios-more-outline:before{content:""}.ion-ios-musical-note:before{content:""}.ion-ios-musical-notes:before{content:""}.ion-ios-navigate:before{content:""}.ion-ios-navigate-outline:before{content:""}.ion-ios-nutrition:before{content:""}.ion-ios-nutrition-outline:before{content:""}.ion-ios-paper:before{content:""}.ion-ios-paper-outline:before{content:""}.ion-ios-paperplane:before{content:""}.ion-ios-paperplane-outline:before{content:""}.ion-ios-partlysunny:before{content:""}.ion-ios-partlysunny-outline:before{content:""}.ion-ios-pause:before{content:""}.ion-ios-pause-outline:before{content:""}.ion-ios-paw:before{content:""}.ion-ios-paw-outline:before{content:""}.ion-ios-people:before{content:""}.ion-ios-people-outline:before{content:""}.ion-ios-person:before{content:""}.ion-ios-person-outline:before{content:""}.ion-ios-personadd:before{content:""}.ion-ios-personadd-outline:before{content:""}.ion-ios-photos:before{content:""}.ion-ios-photos-outline:before{content:""}.ion-ios-pie:before{content:""}.ion-ios-pie-outline:before{content:""}.ion-ios-pint:before{content:""}.ion-ios-pint-outline:before{content:""}.ion-ios-play:before{content:""}.ion-ios-play-outline:before{content:""}.ion-ios-plus:before{content:""}.ion-ios-plus-empty:before{content:""}.ion-ios-plus-outline:before{content:""}.ion-ios-pricetag:before{content:""}.ion-ios-pricetag-outline:before{content:""}.ion-ios-pricetags:before{content:""}.ion-ios-pricetags-outline:before{content:""}.ion-ios-printer:before{content:""}.ion-ios-printer-outline:before{content:""}.ion-ios-pulse:before{content:""}.ion-ios-pulse-strong:before{content:""}.ion-ios-rainy:before{content:""}.ion-ios-rainy-outline:before{content:""}.ion-ios-recording:before{content:""}.ion-ios-recording-outline:before{content:""}.ion-ios-redo:before{content:""}.ion-ios-redo-outline:before{content:""}.ion-ios-refresh:before{content:""}.ion-ios-refresh-empty:before{content:""}.ion-ios-refresh-outline:before{content:""}.ion-ios-reload:before,.ion-ios-reloading:before{content:""}.ion-ios-reverse-camera:before{content:""}.ion-ios-reverse-camera-outline:before{content:""}.ion-ios-rewind:before{content:""}.ion-ios-rewind-outline:before{content:""}.ion-ios-rose:before{content:""}.ion-ios-rose-outline:before{content:""}.ion-ios-search:before{content:""}.ion-ios-search-strong:before{content:""}.ion-ios-settings:before{content:""}.ion-ios-settings-strong:before{content:""}.ion-ios-shuffle:before{content:""}.ion-ios-shuffle-strong:before{content:""}.ion-ios-skipbackward:before{content:""}.ion-ios-skipbackward-outline:before{content:""}.ion-ios-skipforward:before{content:""}.ion-ios-skipforward-outline:before{content:""}.ion-ios-snowy:before{content:""}.ion-ios-speedometer:before{content:""}.ion-ios-speedometer-outline:before{content:""}.ion-ios-star:before{content:""}.ion-ios-star-half:before{content:""}.ion-ios-star-outline:before{content:""}.ion-ios-stopwatch:before{content:""}.ion-ios-stopwatch-outline:before{content:""}.ion-ios-sunny:before{content:""}.ion-ios-sunny-outline:before{content:""}.ion-ios-telephone:before{content:""}.ion-ios-telephone-outline:before{content:""}.ion-ios-tennisball:before{content:""}.ion-ios-tennisball-outline:before{content:""}.ion-ios-thunderstorm:before{content:""}.ion-ios-thunderstorm-outline:before{content:""}.ion-ios-time:before{content:""}.ion-ios-time-outline:before{content:""}.ion-ios-timer:before{content:""}.ion-ios-timer-outline:before{content:""}.ion-ios-toggle:before{content:""}.ion-ios-toggle-outline:before{content:""}.ion-ios-trash:before{content:""}.ion-ios-trash-outline:before{content:""}.ion-ios-undo:before{content:""}.ion-ios-undo-outline:before{content:""}.ion-ios-unlocked:before{content:""}.ion-ios-unlocked-outline:before{content:""}.ion-ios-upload:before{content:""}.ion-ios-upload-outline:before{content:""}.ion-ios-videocam:before{content:""}.ion-ios-videocam-outline:before{content:""}.ion-ios-volume-high:before{content:""}.ion-ios-volume-low:before{content:""}.ion-ios-wineglass:before{content:""}.ion-ios-wineglass-outline:before{content:""}.ion-ios-world:before{content:""}.ion-ios-world-outline:before{content:""}.ion-ipad:before{content:""}.ion-iphone:before{content:""}.ion-ipod:before{content:""}.ion-jet:before{content:""}.ion-key:before{content:""}.ion-knife:before{content:""}.ion-laptop:before{content:""}.ion-leaf:before{content:""}.ion-levels:before{content:""}.ion-lightbulb:before{content:""}.ion-link:before{content:""}.ion-load-a:before,.ion-loading-a:before{content:""}.ion-load-b:before,.ion-loading-b:before{content:""}.ion-load-c:before,.ion-loading-c:before{content:""}.ion-load-d:before,.ion-loading-d:before{content:""}.ion-location:before{content:""}.ion-lock-combination:before{content:""}.ion-locked:before{content:""}.ion-log-in:before{content:""}.ion-log-out:before{content:""}.ion-loop:before,.ion-looping:before{content:""}.ion-magnet:before{content:""}.ion-male:before{content:""}.ion-man:before{content:""}.ion-map:before{content:""}.ion-medkit:before{content:""}.ion-merge:before{content:""}.ion-mic-a:before{content:""}.ion-mic-b:before{content:""}.ion-mic-c:before{content:""}.ion-minus:before{content:""}.ion-minus-circled:before{content:""}.ion-minus-round:before{content:""}.ion-model-s:before{content:""}.ion-monitor:before{content:""}.ion-more:before{content:""}.ion-mouse:before{content:""}.ion-music-note:before{content:""}.ion-navicon:before{content:""}.ion-navicon-round:before{content:""}.ion-navigate:before{content:""}.ion-network:before{content:""}.ion-no-smoking:before{content:""}.ion-nuclear:before{content:""}.ion-outlet:before{content:""}.ion-paintbrush:before{content:""}.ion-paintbucket:before{content:""}.ion-paper-airplane:before{content:""}.ion-paperclip:before{content:""}.ion-pause:before{content:""}.ion-person:before{content:""}.ion-person-add:before{content:""}.ion-person-stalker:before{content:""}.ion-pie-graph:before{content:""}.ion-pin:before{content:""}.ion-pinpoint:before{content:""}.ion-pizza:before{content:""}.ion-plane:before{content:""}.ion-planet:before{content:""}.ion-play:before{content:""}.ion-playstation:before{content:""}.ion-plus:before{content:""}.ion-plus-circled:before{content:""}.ion-plus-round:before{content:""}.ion-podium:before{content:""}.ion-pound:before{content:""}.ion-power:before{content:""}.ion-pricetag:before{content:""}.ion-pricetags:before{content:""}.ion-printer:before{content:""}.ion-pull-request:before{content:""}.ion-qr-scanner:before{content:""}.ion-quote:before{content:""}.ion-radio-waves:before{content:""}.ion-record:before{content:""}.ion-refresh:before,.ion-refreshing:before{content:""}.ion-reply:before{content:""}.ion-reply-all:before{content:""}.ion-ribbon-a:before{content:""}.ion-ribbon-b:before{content:""}.ion-sad:before{content:""}.ion-sad-outline:before{content:""}.ion-scissors:before{content:""}.ion-search:before{content:""}.ion-settings:before{content:""}.ion-share:before{content:""}.ion-shuffle:before{content:""}.ion-skip-backward:before{content:""}.ion-skip-forward:before{content:""}.ion-social-android:before{content:""}.ion-social-android-outline:before{content:""}.ion-social-angular:before{content:""}.ion-social-angular-outline:before{content:""}.ion-social-apple:before{content:""}.ion-social-apple-outline:before{content:""}.ion-social-bitcoin:before{content:""}.ion-social-bitcoin-outline:before{content:""}.ion-social-buffer:before{content:""}.ion-social-buffer-outline:before{content:""}.ion-social-chrome:before{content:""}.ion-social-chrome-outline:before{content:""}.ion-social-codepen:before{content:""}.ion-social-codepen-outline:before{content:""}.ion-social-css3:before{content:""}.ion-social-css3-outline:before{content:""}.ion-social-designernews:before{content:""}.ion-social-designernews-outline:before{content:""}.ion-social-dribbble:before{content:""}.ion-social-dribbble-outline:before{content:""}.ion-social-dropbox:before{content:""}.ion-social-dropbox-outline:before{content:""}.ion-social-euro:before{content:""}.ion-social-euro-outline:before{content:""}.ion-social-facebook:before{content:""}.ion-social-facebook-outline:before{content:""}.ion-social-foursquare:before{content:""}.ion-social-foursquare-outline:before{content:""}.ion-social-freebsd-devil:before{content:""}.ion-social-github:before{content:""}.ion-social-github-outline:before{content:""}.ion-social-google:before{content:""}.ion-social-google-outline:before{content:""}.ion-social-googleplus:before{content:""}.ion-social-googleplus-outline:before{content:""}.ion-social-hackernews:before{content:""}.ion-social-hackernews-outline:before{content:""}.ion-social-html5:before{content:""}.ion-social-html5-outline:before{content:""}.ion-social-instagram:before{content:""}.ion-social-instagram-outline:before{content:""}.ion-social-javascript:before{content:""}.ion-social-javascript-outline:before{content:""}.ion-social-linkedin:before{content:""}.ion-social-linkedin-outline:before{content:""}.ion-social-markdown:before{content:""}.ion-social-nodejs:before{content:""}.ion-social-octocat:before{content:""}.ion-social-pinterest:before{content:""}.ion-social-pinterest-outline:before{content:""}.ion-social-python:before{content:""}.ion-social-reddit:before{content:""}.ion-social-reddit-outline:before{content:""}.ion-social-rss:before{content:""}.ion-social-rss-outline:before{content:""}.ion-social-sass:before{content:""}.ion-social-skype:before{content:""}.ion-social-skype-outline:before{content:""}.ion-social-snapchat:before{content:""}.ion-social-snapchat-outline:before{content:""}.ion-social-tumblr:before{content:""}.ion-social-tumblr-outline:before{content:""}.ion-social-tux:before{content:""}.ion-social-twitch:before{content:""}.ion-social-twitch-outline:before{content:""}.ion-social-twitter:before{content:""}.ion-social-twitter-outline:before{content:""}.ion-social-usd:before{content:""}.ion-social-usd-outline:before{content:""}.ion-social-vimeo:before{content:""}.ion-social-vimeo-outline:before{content:""}.ion-social-whatsapp:before{content:""}.ion-social-whatsapp-outline:before{content:""}.ion-social-windows:before{content:""}.ion-social-windows-outline:before{content:""}.ion-social-wordpress:before{content:""}.ion-social-wordpress-outline:before{content:""}.ion-social-yahoo:before{content:""}.ion-social-yahoo-outline:before{content:""}.ion-social-yen:before{content:""}.ion-social-yen-outline:before{content:""}.ion-social-youtube:before{content:""}.ion-social-youtube-outline:before{content:""}.ion-soup-can:before{content:""}.ion-soup-can-outline:before{content:""}.ion-speakerphone:before{content:""}.ion-speedometer:before{content:""}.ion-spoon:before{content:""}.ion-star:before{content:""}.ion-stats-bars:before{content:""}.ion-steam:before{content:""}.ion-stop:before{content:""}.ion-thermometer:before{content:""}.ion-thumbsdown:before{content:""}.ion-thumbsup:before{content:""}.ion-toggle:before{content:""}.ion-toggle-filled:before{content:""}.ion-transgender:before{content:""}.ion-trash-a:before{content:""}.ion-trash-b:before{content:""}.ion-trophy:before{content:""}.ion-tshirt:before{content:""}.ion-tshirt-outline:before{content:""}.ion-umbrella:before{content:""}.ion-university:before{content:""}.ion-unlocked:before{content:""}.ion-upload:before{content:""}.ion-usb:before{content:""}.ion-videocamera:before{content:""}.ion-volume-high:before{content:""}.ion-volume-low:before{content:""}.ion-volume-medium:before{content:""}.ion-volume-mute:before{content:""}.ion-wand:before{content:""}.ion-waterdrop:before{content:""}.ion-wifi:before{content:""}.ion-wineglass:before{content:""}.ion-woman:before{content:""}.ion-wrench:before{content:""}.ion-xbox:before{content:""}.ion-ios-reloading,.ion-loading-a,.ion-loading-b,.ion-loading-c,.ion-loading-d,.ion-looping,.ion-refreshing,.ion-spin{-webkit-animation:spin 1s linear infinite;-moz-animation:spin 1s infinite linear;-o-animation:spin 1s infinite linear;animation:spin 1s linear infinite}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}to{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}to{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.ion-loading-a{-webkit-animation-timing-function:steps(8,start);-moz-animation-timing-function:steps(8,start);animation-timing-function:steps(8,start)}@media print,screen and (min-width:40em){.reveal,.reveal.large,.reveal.small,.reveal.tiny{right:auto;left:auto;margin:0 auto}}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}.foundation-mq{font-family:"small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"}html{box-sizing:border-box;font-size:100%}*,:after,:before{box-sizing:inherit}body{margin:0;padding:0;background:#fefefe;font-family:linotte,Helvetica,Roboto,Arial,sans-serif;font-weight:400;line-height:1.5;color:#0a0a0a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle;max-width:100%;height:auto;-ms-interpolation-mode:bicubic}textarea{height:auto;min-height:50px;border-radius:0}select{box-sizing:border-box;width:100%}.map_canvas embed,.map_canvas img,.map_canvas object,.mqa-display embed,.mqa-display img,.mqa-display object{max-width:none!important}button{padding:0;appearance:none;border:0;border-radius:0;background:transparent;line-height:1;cursor:auto}[data-whatinput=mouse] button{outline:0}pre{overflow:auto}button,input,optgroup,select,textarea{font-family:inherit}.is-visible{display:block!important}.is-hidden{display:none!important}.row{max-width:75rem;margin-right:auto;margin-left:auto;display:flex;flex-flow:row wrap}.row .row{margin-right:-.625rem;margin-left:-.625rem}@media print,screen and (min-width:40em){.row .row{margin-right:-.9375rem;margin-left:-.9375rem}}@media print,screen and (min-width:64em){.row .row{margin-right:-.9375rem;margin-left:-.9375rem}}.row .row.collapse{margin-right:0;margin-left:0}.row.expanded{max-width:none}.row.expanded .row{margin-right:auto;margin-left:auto}.row:not(.expanded) .row{max-width:none}.row.collapse>.column,.row.collapse>.columns{padding-right:0;padding-left:0}.row.collapse>.column>.row,.row.collapse>.columns>.row,.row.is-collapse-child{margin-right:0;margin-left:0}.column,.columns{flex:1 1 0px;padding-right:.625rem;padding-left:.625rem;min-width:0}@media print,screen and (min-width:40em){.column,.columns{padding-right:.9375rem;padding-left:.9375rem}}.column.row.row,.row.row.columns{float:none;display:block}.row .column.row.row,.row .row.row.columns{margin-right:0;margin-left:0;padding-right:0;padding-left:0}.small-1{flex:0 0 8.33333%;max-width:8.33333%}.small-offset-0{margin-left:0}.small-2{flex:0 0 16.66667%;max-width:16.66667%}.small-offset-1{margin-left:8.33333%}.small-3{flex:0 0 25%;max-width:25%}.small-offset-2{margin-left:16.66667%}.small-4{flex:0 0 33.33333%;max-width:33.33333%}.small-offset-3{margin-left:25%}.small-5{flex:0 0 41.66667%;max-width:41.66667%}.small-offset-4{margin-left:33.33333%}.small-6{flex:0 0 50%;max-width:50%}.small-offset-5{margin-left:41.66667%}.small-7{flex:0 0 58.33333%;max-width:58.33333%}.small-offset-6{margin-left:50%}.small-8{flex:0 0 66.66667%;max-width:66.66667%}.small-offset-7{margin-left:58.33333%}.small-9{flex:0 0 75%;max-width:75%}.small-offset-8{margin-left:66.66667%}.small-10{flex:0 0 83.33333%;max-width:83.33333%}.small-offset-9{margin-left:75%}.small-11{flex:0 0 91.66667%;max-width:91.66667%}.small-offset-10{margin-left:83.33333%}.small-12{flex:0 0 100%;max-width:100%}.small-offset-11{margin-left:91.66667%}.small-up-1{flex-wrap:wrap}.small-up-1>.column,.small-up-1>.columns{flex:0 0 100%;max-width:100%}.small-up-2{flex-wrap:wrap}.small-up-2>.column,.small-up-2>.columns{flex:0 0 50%;max-width:50%}.small-up-3{flex-wrap:wrap}.small-up-3>.column,.small-up-3>.columns{flex:0 0 33.33333%;max-width:33.33333%}.small-up-4{flex-wrap:wrap}.small-up-4>.column,.small-up-4>.columns{flex:0 0 25%;max-width:25%}.small-up-5{flex-wrap:wrap}.small-up-5>.column,.small-up-5>.columns{flex:0 0 20%;max-width:20%}.small-up-6{flex-wrap:wrap}.small-up-6>.column,.small-up-6>.columns{flex:0 0 16.66667%;max-width:16.66667%}.small-up-7{flex-wrap:wrap}.small-up-7>.column,.small-up-7>.columns{flex:0 0 14.28571%;max-width:14.28571%}.small-up-8{flex-wrap:wrap}.small-up-8>.column,.small-up-8>.columns{flex:0 0 12.5%;max-width:12.5%}.small-collapse>.column,.small-collapse>.columns{padding-right:0;padding-left:0}.small-uncollapse>.column,.small-uncollapse>.columns{padding-right:.625rem;padding-left:.625rem}@media print,screen and (min-width:40em){.medium-1{flex:0 0 8.33333%;max-width:8.33333%}.medium-offset-0{margin-left:0}.medium-2{flex:0 0 16.66667%;max-width:16.66667%}.medium-offset-1{margin-left:8.33333%}.medium-3{flex:0 0 25%;max-width:25%}.medium-offset-2{margin-left:16.66667%}.medium-4{flex:0 0 33.33333%;max-width:33.33333%}.medium-offset-3{margin-left:25%}.medium-5{flex:0 0 41.66667%;max-width:41.66667%}.medium-offset-4{margin-left:33.33333%}.medium-6{flex:0 0 50%;max-width:50%}.medium-offset-5{margin-left:41.66667%}.medium-7{flex:0 0 58.33333%;max-width:58.33333%}.medium-offset-6{margin-left:50%}.medium-8{flex:0 0 66.66667%;max-width:66.66667%}.medium-offset-7{margin-left:58.33333%}.medium-9{flex:0 0 75%;max-width:75%}.medium-offset-8{margin-left:66.66667%}.medium-10{flex:0 0 83.33333%;max-width:83.33333%}.medium-offset-9{margin-left:75%}.medium-11{flex:0 0 91.66667%;max-width:91.66667%}.medium-offset-10{margin-left:83.33333%}.medium-12{flex:0 0 100%;max-width:100%}.medium-offset-11{margin-left:91.66667%}.medium-up-1{flex-wrap:wrap}.medium-up-1>.column,.medium-up-1>.columns{flex:0 0 100%;max-width:100%}.medium-up-2{flex-wrap:wrap}.medium-up-2>.column,.medium-up-2>.columns{flex:0 0 50%;max-width:50%}.medium-up-3{flex-wrap:wrap}.medium-up-3>.column,.medium-up-3>.columns{flex:0 0 33.33333%;max-width:33.33333%}.medium-up-4{flex-wrap:wrap}.medium-up-4>.column,.medium-up-4>.columns{flex:0 0 25%;max-width:25%}.medium-up-5{flex-wrap:wrap}.medium-up-5>.column,.medium-up-5>.columns{flex:0 0 20%;max-width:20%}.medium-up-6{flex-wrap:wrap}.medium-up-6>.column,.medium-up-6>.columns{flex:0 0 16.66667%;max-width:16.66667%}.medium-up-7{flex-wrap:wrap}.medium-up-7>.column,.medium-up-7>.columns{flex:0 0 14.28571%;max-width:14.28571%}.medium-up-8{flex-wrap:wrap}.medium-up-8>.column,.medium-up-8>.columns{flex:0 0 12.5%;max-width:12.5%}}@media print,screen and (min-width:40em) and (min-width:40em){.medium-expand{flex:1 1 0px}}.row.medium-unstack>.column,.row.medium-unstack>.columns{flex:0 0 100%}@media print,screen and (min-width:40em){.row.medium-unstack>.column,.row.medium-unstack>.columns{flex:1 1 0px}}@media print,screen and (min-width:40em){.medium-collapse>.column,.medium-collapse>.columns{padding-right:0;padding-left:0}.medium-uncollapse>.column,.medium-uncollapse>.columns{padding-right:.9375rem;padding-left:.9375rem}}@media print,screen and (min-width:64em){.large-1{flex:0 0 8.33333%;max-width:8.33333%}.large-offset-0{margin-left:0}.large-2{flex:0 0 16.66667%;max-width:16.66667%}.large-offset-1{margin-left:8.33333%}.large-3{flex:0 0 25%;max-width:25%}.large-offset-2{margin-left:16.66667%}.large-4{flex:0 0 33.33333%;max-width:33.33333%}.large-offset-3{margin-left:25%}.large-5{flex:0 0 41.66667%;max-width:41.66667%}.large-offset-4{margin-left:33.33333%}.large-6{flex:0 0 50%;max-width:50%}.large-offset-5{margin-left:41.66667%}.large-7{flex:0 0 58.33333%;max-width:58.33333%}.large-offset-6{margin-left:50%}.large-8{flex:0 0 66.66667%;max-width:66.66667%}.large-offset-7{margin-left:58.33333%}.large-9{flex:0 0 75%;max-width:75%}.large-offset-8{margin-left:66.66667%}.large-10{flex:0 0 83.33333%;max-width:83.33333%}.large-offset-9{margin-left:75%}.large-11{flex:0 0 91.66667%;max-width:91.66667%}.large-offset-10{margin-left:83.33333%}.large-12{flex:0 0 100%;max-width:100%}.large-offset-11{margin-left:91.66667%}.large-up-1{flex-wrap:wrap}.large-up-1>.column,.large-up-1>.columns{flex:0 0 100%;max-width:100%}.large-up-2{flex-wrap:wrap}.large-up-2>.column,.large-up-2>.columns{flex:0 0 50%;max-width:50%}.large-up-3{flex-wrap:wrap}.large-up-3>.column,.large-up-3>.columns{flex:0 0 33.33333%;max-width:33.33333%}.large-up-4{flex-wrap:wrap}.large-up-4>.column,.large-up-4>.columns{flex:0 0 25%;max-width:25%}.large-up-5{flex-wrap:wrap}.large-up-5>.column,.large-up-5>.columns{flex:0 0 20%;max-width:20%}.large-up-6{flex-wrap:wrap}.large-up-6>.column,.large-up-6>.columns{flex:0 0 16.66667%;max-width:16.66667%}.large-up-7{flex-wrap:wrap}.large-up-7>.column,.large-up-7>.columns{flex:0 0 14.28571%;max-width:14.28571%}.large-up-8{flex-wrap:wrap}.large-up-8>.column,.large-up-8>.columns{flex:0 0 12.5%;max-width:12.5%}}@media print,screen and (min-width:64em) and (min-width:64em){.large-expand{flex:1 1 0px}}.row.large-unstack>.column,.row.large-unstack>.columns{flex:0 0 100%}@media print,screen and (min-width:64em){.row.large-unstack>.column,.row.large-unstack>.columns{flex:1 1 0px}}@media print,screen and (min-width:64em){.large-collapse>.column,.large-collapse>.columns{padding-right:0;padding-left:0}.large-uncollapse>.column,.large-uncollapse>.columns{padding-right:.9375rem;padding-left:.9375rem}}.shrink{flex:0 0 auto;max-width:100%}.column-block{margin-bottom:1.25rem}.column-block>:last-child{margin-bottom:0}@media print,screen and (min-width:40em){.column-block{margin-bottom:1.875rem}.column-block>:last-child{margin-bottom:0}}blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul{margin:0;padding:0}p{margin-bottom:1rem;font-size:inherit;line-height:1.6;text-rendering:optimizeLegibility}em,i{font-style:italic}b,em,i,strong{line-height:inherit}b,strong{font-weight:700}small{font-size:80%;line-height:inherit}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:linotte,Helvetica,Roboto,Arial,sans-serif;font-style:normal;font-weight:600;color:inherit;text-rendering:optimizeLegibility}.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{line-height:0;color:#cacaca}.h1,h1{font-size:1.5rem}.h1,.h2,h1,h2{line-height:1.4;margin-top:0;margin-bottom:.5rem}.h2,h2{font-size:1.25rem}.h3,h3{font-size:1.1875rem}.h3,.h4,h3,h4{line-height:1.4;margin-top:0;margin-bottom:.5rem}.h4,h4{font-size:1.125rem}.h5,h5{font-size:1.0625rem}.h5,.h6,h5,h6{line-height:1.4;margin-top:0;margin-bottom:.5rem}.h6,h6{font-size:1rem}@media print,screen and (min-width:40em){.h1,h1{font-size:3rem}.h2,h2{font-size:2.5rem}.h3,h3{font-size:1.9375rem}.h4,h4{font-size:1.5625rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}}a{line-height:inherit;color:#2199e8;text-decoration:none;cursor:pointer}a:focus,a:hover{color:#1585cf}a img,hr{border:0}hr{clear:both;max-width:75rem;height:0;margin:1.25rem auto;border-bottom:1px solid #cacaca}dl,ol,ul{margin-bottom:1rem;list-style-position:outside;line-height:1.6}li{font-size:inherit}ul{list-style-type:disc}ol,ul{margin-left:1.25rem}ol ol,ol ul,ul ol,ul ul{margin-left:1.25rem;margin-bottom:0}dl{margin-bottom:1rem}dl dt{margin-bottom:.3rem;font-weight:700}blockquote{margin:0 0 1rem;padding:.5625rem 1.25rem 0 1.1875rem;border-left:1px solid #cacaca}blockquote,blockquote p{line-height:1.6;color:#8a8a8a}cite{display:block;font-size:.8125rem;color:#8a8a8a}cite:before{content:"— "}abbr,abbr[title]{border-bottom:1px dotted #0a0a0a;cursor:help;text-decoration:none}figure{margin:0}code{padding:.125rem .3125rem .0625rem;border:1px solid #cacaca;font-weight:400}code,kbd{background-color:#e6e6e6;font-family:Consolas,Liberation Mono,Courier,monospace;color:#0a0a0a}kbd{margin:0;padding:.125rem .25rem 0}.subheader{margin-top:.2rem;margin-bottom:.5rem;font-weight:400;line-height:1.4;color:#8a8a8a}.lead{font-size:125%;line-height:1.6}.stat{font-size:2.5rem;line-height:1}p+.stat{margin-top:-1rem}ol.no-bullet,ul.no-bullet{margin-left:0;list-style:none}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}@media print,screen and (min-width:40em){.medium-text-left{text-align:left}.medium-text-right{text-align:right}.medium-text-center{text-align:center}.medium-text-justify{text-align:justify}}@media print,screen and (min-width:64em){.large-text-left{text-align:left}.large-text-right{text-align:right}.large-text-center{text-align:center}.large-text-justify{text-align:justify}}.show-for-print{display:none!important}@media print{*{background:transparent!important;box-shadow:none!important;color:#000!important;text-shadow:none!important}.show-for-print{display:block!important}.hide-for-print{display:none!important}table.show-for-print{display:table!important}thead.show-for-print{display:table-header-group!important}tbody.show-for-print{display:table-row-group!important}tr.show-for-print{display:table-row!important}td.show-for-print,th.show-for-print{display:table-cell!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}.ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after{content:""}abbr[title]:after{content:" (" attr(title) ")"}blockquote,pre{border:1px solid #8a8a8a;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.print-break-inside{page-break-inside:auto}}.button{display:inline-block;vertical-align:middle;margin:0 0 1rem;padding:.85em 1em;border:1px solid transparent;border-radius:0;transition:background-color .25s ease-out,color .25s ease-out;font-family:inherit;font-size:.9rem;-webkit-appearance:none;line-height:1;text-align:center;cursor:pointer;background-color:#2199e8;color:#fefefe}[data-whatinput=mouse] .button{outline:0}.button:focus,.button:hover{background-color:#1583cc;color:#fefefe}.button.tiny{font-size:.6rem}.button.small{font-size:.75rem}.button.large{font-size:1.25rem}.button.expanded{display:block;width:100%;margin-right:0;margin-left:0}.button.primary{background-color:#2199e8;color:#0a0a0a}.button.primary:focus,.button.primary:hover{background-color:#147cc0;color:#0a0a0a}.button.secondary{background-color:#777;color:#fefefe}.button.secondary:focus,.button.secondary:hover{background-color:#5f5f5f;color:#fefefe}.button.success{background-color:#3adb76;color:#0a0a0a}.button.success:focus,.button.success:hover{background-color:#22bb5b;color:#0a0a0a}.button.warning{background-color:#ffae00;color:#0a0a0a}.button.warning:focus,.button.warning:hover{background-color:#cc8b00;color:#0a0a0a}.button.alert{background-color:#ec5840;color:#0a0a0a}.button.alert:focus,.button.alert:hover{background-color:#da3116;color:#0a0a0a}.button.disabled,.button[disabled]{opacity:.25;cursor:not-allowed}.button.disabled,.button.disabled:focus,.button.disabled:hover,.button[disabled],.button[disabled]:focus,.button[disabled]:hover{background-color:#2199e8;color:#fefefe}.button.disabled.primary,.button[disabled].primary{opacity:.25;cursor:not-allowed}.button.disabled.primary,.button.disabled.primary:focus,.button.disabled.primary:hover,.button[disabled].primary,.button[disabled].primary:focus,.button[disabled].primary:hover{background-color:#2199e8;color:#0a0a0a}.button.disabled.secondary,.button[disabled].secondary{opacity:.25;cursor:not-allowed}.button.disabled.secondary,.button.disabled.secondary:focus,.button.disabled.secondary:hover,.button[disabled].secondary,.button[disabled].secondary:focus,.button[disabled].secondary:hover{background-color:#777;color:#fefefe}.button.disabled.success,.button[disabled].success{opacity:.25;cursor:not-allowed}.button.disabled.success,.button.disabled.success:focus,.button.disabled.success:hover,.button[disabled].success,.button[disabled].success:focus,.button[disabled].success:hover{background-color:#3adb76;color:#0a0a0a}.button.disabled.warning,.button[disabled].warning{opacity:.25;cursor:not-allowed}.button.disabled.warning,.button.disabled.warning:focus,.button.disabled.warning:hover,.button[disabled].warning,.button[disabled].warning:focus,.button[disabled].warning:hover{background-color:#ffae00;color:#0a0a0a}.button.disabled.alert,.button[disabled].alert{opacity:.25;cursor:not-allowed}.button.disabled.alert,.button.disabled.alert:focus,.button.disabled.alert:hover,.button[disabled].alert,.button[disabled].alert:focus,.button[disabled].alert:hover{background-color:#ec5840;color:#0a0a0a}.button.hollow{border:1px solid #2199e8;color:#2199e8}.button.hollow,.button.hollow.disabled,.button.hollow.disabled:focus,.button.hollow.disabled:hover,.button.hollow:focus,.button.hollow:hover,.button.hollow[disabled],.button.hollow[disabled]:focus,.button.hollow[disabled]:hover{background-color:transparent}.button.hollow:focus,.button.hollow:hover{border-color:#0c4d78;color:#0c4d78}.button.hollow.primary,.button.hollow:focus.disabled,.button.hollow:focus[disabled],.button.hollow:hover.disabled,.button.hollow:hover[disabled]{border:1px solid #2199e8;color:#2199e8}.button.hollow.primary:focus,.button.hollow.primary:hover{border-color:#0c4d78;color:#0c4d78}.button.hollow.primary:focus.disabled,.button.hollow.primary:focus[disabled],.button.hollow.primary:hover.disabled,.button.hollow.primary:hover[disabled]{border:1px solid #2199e8;color:#2199e8}.button.hollow.secondary{border:1px solid #777;color:#777}.button.hollow.secondary:focus,.button.hollow.secondary:hover{border-color:#3c3c3c;color:#3c3c3c}.button.hollow.secondary:focus.disabled,.button.hollow.secondary:focus[disabled],.button.hollow.secondary:hover.disabled,.button.hollow.secondary:hover[disabled]{border:1px solid #777;color:#777}.button.hollow.success{border:1px solid #3adb76;color:#3adb76}.button.hollow.success:focus,.button.hollow.success:hover{border-color:#157539;color:#157539}.button.hollow.success:focus.disabled,.button.hollow.success:focus[disabled],.button.hollow.success:hover.disabled,.button.hollow.success:hover[disabled]{border:1px solid #3adb76;color:#3adb76}.button.hollow.warning{border:1px solid #ffae00;color:#ffae00}.button.hollow.warning:focus,.button.hollow.warning:hover{border-color:#805700;color:#805700}.button.hollow.warning:focus.disabled,.button.hollow.warning:focus[disabled],.button.hollow.warning:hover.disabled,.button.hollow.warning:hover[disabled]{border:1px solid #ffae00;color:#ffae00}.button.hollow.alert{border:1px solid #ec5840;color:#ec5840}.button.hollow.alert:focus,.button.hollow.alert:hover{border-color:#881f0e;color:#881f0e}.button.hollow.alert:focus.disabled,.button.hollow.alert:focus[disabled],.button.hollow.alert:hover.disabled,.button.hollow.alert:hover[disabled]{border:1px solid #ec5840;color:#ec5840}.button.clear{border:1px solid #2199e8;color:#2199e8}.button.clear,.button.clear.disabled,.button.clear.disabled:focus,.button.clear.disabled:hover,.button.clear:focus,.button.clear:hover,.button.clear[disabled],.button.clear[disabled]:focus,.button.clear[disabled]:hover{background-color:transparent}.button.clear:focus,.button.clear:hover{border-color:#0c4d78;color:#0c4d78}.button.clear:focus.disabled,.button.clear:focus[disabled],.button.clear:hover.disabled,.button.clear:hover[disabled]{border:1px solid #2199e8;color:#2199e8}.button.clear,.button.clear.disabled,.button.clear:focus,.button.clear:focus.disabled,.button.clear:focus[disabled],.button.clear:hover,.button.clear:hover.disabled,.button.clear:hover[disabled],.button.clear[disabled]{border-color:transparent}.button.clear.primary{border:1px solid #2199e8;color:#2199e8}.button.clear.primary:focus,.button.clear.primary:hover{border-color:#0c4d78;color:#0c4d78}.button.clear.primary:focus.disabled,.button.clear.primary:focus[disabled],.button.clear.primary:hover.disabled,.button.clear.primary:hover[disabled]{border:1px solid #2199e8;color:#2199e8}.button.clear.primary,.button.clear.primary.disabled,.button.clear.primary:focus,.button.clear.primary:focus.disabled,.button.clear.primary:focus[disabled],.button.clear.primary:hover,.button.clear.primary:hover.disabled,.button.clear.primary:hover[disabled],.button.clear.primary[disabled]{border-color:transparent}.button.clear.secondary{border:1px solid #777;color:#777}.button.clear.secondary:focus,.button.clear.secondary:hover{border-color:#3c3c3c;color:#3c3c3c}.button.clear.secondary:focus.disabled,.button.clear.secondary:focus[disabled],.button.clear.secondary:hover.disabled,.button.clear.secondary:hover[disabled]{border:1px solid #777;color:#777}.button.clear.secondary,.button.clear.secondary.disabled,.button.clear.secondary:focus,.button.clear.secondary:focus.disabled,.button.clear.secondary:focus[disabled],.button.clear.secondary:hover,.button.clear.secondary:hover.disabled,.button.clear.secondary:hover[disabled],.button.clear.secondary[disabled]{border-color:transparent}.button.clear.success{border:1px solid #3adb76;color:#3adb76}.button.clear.success:focus,.button.clear.success:hover{border-color:#157539;color:#157539}.button.clear.success:focus.disabled,.button.clear.success:focus[disabled],.button.clear.success:hover.disabled,.button.clear.success:hover[disabled]{border:1px solid #3adb76;color:#3adb76}.button.clear.success,.button.clear.success.disabled,.button.clear.success:focus,.button.clear.success:focus.disabled,.button.clear.success:focus[disabled],.button.clear.success:hover,.button.clear.success:hover.disabled,.button.clear.success:hover[disabled],.button.clear.success[disabled]{border-color:transparent}.button.clear.warning{border:1px solid #ffae00;color:#ffae00}.button.clear.warning:focus,.button.clear.warning:hover{border-color:#805700;color:#805700}.button.clear.warning:focus.disabled,.button.clear.warning:focus[disabled],.button.clear.warning:hover.disabled,.button.clear.warning:hover[disabled]{border:1px solid #ffae00;color:#ffae00}.button.clear.warning,.button.clear.warning.disabled,.button.clear.warning:focus,.button.clear.warning:focus.disabled,.button.clear.warning:focus[disabled],.button.clear.warning:hover,.button.clear.warning:hover.disabled,.button.clear.warning:hover[disabled],.button.clear.warning[disabled]{border-color:transparent}.button.clear.alert{border:1px solid #ec5840;color:#ec5840}.button.clear.alert:focus,.button.clear.alert:hover{border-color:#881f0e;color:#881f0e}.button.clear.alert:focus.disabled,.button.clear.alert:focus[disabled],.button.clear.alert:hover.disabled,.button.clear.alert:hover[disabled]{border:1px solid #ec5840;color:#ec5840}.button.clear.alert,.button.clear.alert.disabled,.button.clear.alert:focus,.button.clear.alert:focus.disabled,.button.clear.alert:focus[disabled],.button.clear.alert:hover,.button.clear.alert:hover.disabled,.button.clear.alert:hover[disabled],.button.clear.alert[disabled]{border-color:transparent}.button.dropdown:after{display:block;width:0;height:0;content:"";border-color:#fefefe transparent transparent;border-style:solid inset inset;border-width:.4em .4em 0;position:relative;top:.4em;display:inline-block;float:right;margin-left:1em}.button.dropdown.clear.primary:after,.button.dropdown.clear:after,.button.dropdown.hollow.primary:after,.button.dropdown.hollow:after{border-top-color:#2199e8}.button.dropdown.clear.secondary:after,.button.dropdown.hollow.secondary:after{border-top-color:#777}.button.dropdown.clear.success:after,.button.dropdown.hollow.success:after{border-top-color:#3adb76}.button.dropdown.clear.warning:after,.button.dropdown.hollow.warning:after{border-top-color:#ffae00}.button.dropdown.clear.alert:after,.button.dropdown.hollow.alert:after{border-top-color:#ec5840}.button.arrow-only:after{top:-.1em;float:none;margin-left:0}a.button:focus,a.button:hover{text-decoration:none}[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],textarea{display:block;box-sizing:border-box;width:100%;height:2.4375rem;margin:0 0 1rem;padding:.5rem;border:1px solid #cacaca;border-radius:0;background-color:#fefefe;box-shadow:inset 0 1px 2px rgba(10,10,10,.1);font-family:inherit;font-size:1rem;font-weight:400;line-height:1.5;color:#0a0a0a;transition:box-shadow .5s,border-color .25s ease-in-out;appearance:none}[type=color]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=datetime]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,textarea:focus{outline:none;border:1px solid #8a8a8a;background-color:#fefefe;box-shadow:0 0 5px #cacaca;transition:box-shadow .5s,border-color .25s ease-in-out}textarea{max-width:100%}textarea[rows]{height:auto}input:disabled,input[readonly],textarea:disabled,textarea[readonly]{background-color:#e6e6e6;cursor:not-allowed}[type=button],[type=submit]{appearance:none;border-radius:0}input[type=search]{box-sizing:border-box}::placeholder{color:#cacaca}[type=checkbox],[type=file],[type=radio]{margin:0 0 1rem}[type=checkbox]+label,[type=radio]+label{display:inline-block;vertical-align:baseline;margin-left:.5rem;margin-right:1rem;margin-bottom:0}[type=checkbox]+label[for],[type=radio]+label[for]{cursor:pointer}label>[type=checkbox],label>[type=radio]{margin-right:.5rem}[type=file]{width:100%}label{display:block;margin:0;font-size:.875rem;font-weight:400;line-height:1.8;color:#0a0a0a}label.middle{margin:0 0 1rem;padding:.5625rem 0}.help-text{margin-top:-.5rem;font-size:.8125rem;font-style:italic;color:#0a0a0a}.input-group{display:table;width:100%;margin-bottom:1rem}.input-group>:first-child,.input-group>:first-child.input-group-button>*,.input-group>:last-child,.input-group>:last-child.input-group-button>*{border-radius:0 0 0 0}.input-group-button,.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label,.input-group-field,.input-group-label{margin:0;white-space:nowrap;display:table-cell;vertical-align:middle}.input-group-label{padding:0 1rem;border:1px solid #cacaca;background:#e6e6e6;color:#0a0a0a;text-align:center;white-space:nowrap;width:1%;height:100%}.input-group-label:first-child{border-right:0}.input-group-label:last-child{border-left:0}.input-group-field{border-radius:0}.input-group-button{padding-top:0;padding-bottom:0;text-align:center;width:1%;height:100%}.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label{height:2.4375rem;padding-top:0;padding-bottom:0;font-size:1rem}.input-group .input-group-button{display:table-cell}fieldset{margin:0;padding:0;border:0}legend{max-width:100%;margin-bottom:.5rem}.fieldset{margin:1.125rem 0;padding:1.25rem;border:1px solid #cacaca}.fieldset legend{margin:0 0 0 -.1875rem;padding:0 .1875rem}select{height:2.4375rem;margin:0 0 1rem;appearance:none;border:1px solid #cacaca;border-radius:0;background-color:#fefefe;font-family:inherit;font-size:1rem;font-weight:400;line-height:1.5;color:#0a0a0a;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");background-origin:content-box;background-position:right -1rem center;background-repeat:no-repeat;background-size:9px 6px;padding:.5rem 1.5rem .5rem .5rem;transition:box-shadow .5s,border-color .25s ease-in-out}@media screen and (min-width:0\0){select{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")}}select:focus{outline:none;border:1px solid #8a8a8a;background-color:#fefefe;box-shadow:0 0 5px #cacaca;transition:box-shadow .5s,border-color .25s ease-in-out}select:disabled{background-color:#e6e6e6;cursor:not-allowed}select::-ms-expand{display:none}select[multiple]{height:auto;background-image:none}.is-invalid-input:not(:focus){border-color:#ec5840;background-color:#fcedeb}.is-invalid-input:not(:focus)::placeholder{color:#ec5840}.form-error,.is-invalid-label{color:#ec5840}.form-error{display:none;margin-top:-.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:700}.form-error.is-visible{display:block}.hide{display:none!important}.invisible{visibility:hidden}@media screen and (max-width:39.99875em){.hide-for-small-only{display:none!important}}@media screen and (max-width:0em),screen and (min-width:40em){.show-for-small-only{display:none!important}}@media print,screen and (min-width:40em){.hide-for-medium{display:none!important}}@media screen and (max-width:39.99875em){.show-for-medium{display:none!important}}@media screen and (min-width:40em) and (max-width:63.99875em){.hide-for-medium-only{display:none!important}}@media screen and (max-width:39.99875em),screen and (min-width:64em){.show-for-medium-only{display:none!important}}@media print,screen and (min-width:64em){.hide-for-large{display:none!important}}@media screen and (max-width:63.99875em){.show-for-large{display:none!important}}@media screen and (min-width:64em) and (max-width:74.99875em){.hide-for-large-only{display:none!important}}@media screen and (max-width:63.99875em),screen and (min-width:75em){.show-for-large-only{display:none!important}}.show-for-sr,.show-on-focus{position:absolute!important;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.show-on-focus:active,.show-on-focus:focus{position:static!important;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.hide-for-portrait,.show-for-landscape{display:block!important}@media screen and (orientation:landscape){.hide-for-portrait,.show-for-landscape{display:block!important}}@media screen and (orientation:portrait){.hide-for-portrait,.show-for-landscape{display:none!important}}.hide-for-landscape,.show-for-portrait{display:none!important}@media screen and (orientation:landscape){.hide-for-landscape,.show-for-portrait{display:none!important}}@media screen and (orientation:portrait){.hide-for-landscape,.show-for-portrait{display:block!important}}.align-left{justify-content:flex-start}.align-right{justify-content:flex-end}.align-center{justify-content:center}.align-justify{justify-content:space-between}.align-spaced{justify-content:space-around}.align-left.vertical.menu>li>a{justify-content:flex-start}.align-right.vertical.menu>li>a{justify-content:flex-end}.align-center.vertical.menu>li>a{justify-content:center}.align-top{align-items:flex-start}.align-self-top{align-self:flex-start}.align-bottom{align-items:flex-end}.align-self-bottom{align-self:flex-end}.align-middle{align-items:center}.align-self-middle{align-self:center}.align-stretch{align-items:stretch}.align-self-stretch{align-self:stretch}.align-center-middle{justify-content:center;align-items:center;align-content:center}.small-order-1{order:1}.small-order-2{order:2}.small-order-3{order:3}.small-order-4{order:4}.small-order-5{order:5}.small-order-6{order:6}@media print,screen and (min-width:40em){.medium-order-1{order:1}.medium-order-2{order:2}.medium-order-3{order:3}.medium-order-4{order:4}.medium-order-5{order:5}.medium-order-6{order:6}}@media print,screen and (min-width:64em){.large-order-1{order:1}.large-order-2{order:2}.large-order-3{order:3}.large-order-4{order:4}.large-order-5{order:5}.large-order-6{order:6}}.flex-container{display:flex}.flex-child-auto{flex:1 1 auto}.flex-child-grow{flex:1 0 auto}.flex-child-shrink{flex:0 1 auto}.flex-dir-row{flex-direction:row}.flex-dir-row-reverse{flex-direction:row-reverse}.flex-dir-column{flex-direction:column}.flex-dir-column-reverse{flex-direction:column-reverse}@media print,screen and (min-width:40em){.medium-flex-container{display:flex}.medium-flex-child-auto{flex:1 1 auto}.medium-flex-child-grow{flex:1 0 auto}.medium-flex-child-shrink{flex:0 1 auto}.medium-flex-dir-row{flex-direction:row}.medium-flex-dir-row-reverse{flex-direction:row-reverse}.medium-flex-dir-column{flex-direction:column}.medium-flex-dir-column-reverse{flex-direction:column-reverse}}@media print,screen and (min-width:64em){.large-flex-container{display:flex}.large-flex-child-auto{flex:1 1 auto}.large-flex-child-grow{flex:1 0 auto}.large-flex-child-shrink{flex:0 1 auto}.large-flex-dir-row{flex-direction:row}.large-flex-dir-row-reverse{flex-direction:row-reverse}.large-flex-dir-column{flex-direction:column}.large-flex-dir-column-reverse{flex-direction:column-reverse}}.float-left{float:left!important}.float-right{float:right!important}.float-center{display:block;margin-right:auto;margin-left:auto}.clearfix:after,.clearfix:before{display:table;content:" "}.clearfix:after{clear:both}.accordion{margin-left:0;background:#fefefe;list-style-type:none}.accordion[disabled] .accordion-title{cursor:not-allowed}.accordion-item:first-child>:first-child,.accordion-item:last-child>:last-child{border-radius:0 0 0 0}.accordion-title{position:relative;display:block;padding:1.25rem 1rem;border:1px solid #e6e6e6;border-bottom:0;font-size:.75rem;line-height:1;color:foreground(#fefefe,#2199e8)}:last-child:not(.is-active)>.accordion-title{border-bottom:1px solid #e6e6e6;border-radius:0 0 0 0}.accordion-title:focus,.accordion-title:hover{background-color:#e6e6e6}.accordion-title:before{position:absolute;top:50%;right:1rem;margin-top:-.5rem;content:"+"}.is-active>.accordion-title:before{content:"\2013"}.accordion-content{display:none;padding:1rem;border:1px solid #e6e6e6;border-bottom:0;background-color:#fefefe;color:foreground(#fefefe,#0a0a0a)}:last-child>.accordion-content:last-child{border-bottom:1px solid #e6e6e6}.accordion-menu li{width:100%}.accordion-menu .is-accordion-submenu a,.accordion-menu a{padding:.7rem 1rem}.accordion-menu .nested.is-accordion-submenu{margin-right:0;margin-left:1rem}.accordion-menu.align-right .nested.is-accordion-submenu{margin-right:1rem;margin-left:0}.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a{position:relative}.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a:after{display:block;width:0;height:0;content:"";border-color:#2199e8 transparent transparent;border-style:solid inset inset;border-width:6px 6px 0;position:absolute;top:50%;margin-top:-3px;right:1rem}.accordion-menu.align-left .is-accordion-submenu-parent>a:after{right:1rem;left:auto}.accordion-menu.align-right .is-accordion-submenu-parent>a:after{right:auto;left:1rem}.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a:after{transform:rotate(180deg);transform-origin:50% 50%}.is-accordion-submenu-parent{position:relative}.has-submenu-toggle>a{margin-right:40px}.submenu-toggle{position:absolute;top:0;right:0;width:40px;height:40px;cursor:pointer}.submenu-toggle:after{display:block;width:0;height:0;content:"";border-color:#2199e8 transparent transparent;border-style:solid inset inset;border-width:6px 6px 0;top:0;bottom:0;margin:auto}.submenu-toggle[aria-expanded=true]:after{transform:scaleY(-1);transform-origin:50% 50%}.submenu-toggle-text{position:absolute!important;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.breadcrumbs{margin:0 0 1rem;list-style:none}.breadcrumbs:after,.breadcrumbs:before{display:table;content:" "}.breadcrumbs:after{clear:both}.breadcrumbs li{float:left;font-size:.6875rem;color:#0a0a0a;cursor:default;text-transform:uppercase}.breadcrumbs li:not(:last-child):after{position:relative;margin:0 .75rem;opacity:1;content:"/";color:#cacaca}.breadcrumbs a{color:#2199e8}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs .disabled{color:#cacaca;cursor:not-allowed}.button-group{margin-bottom:1rem;font-size:0}.button-group:after,.button-group:before{display:table;content:" "}.button-group:after{clear:both}.button-group .button{margin:0 1px 1px 0;font-size:.9rem}.button-group .button:last-child{margin-right:0}.button-group.tiny .button{font-size:.6rem}.button-group.small .button{font-size:.75rem}.button-group.large .button{font-size:1.25rem}.button-group.expanded{margin-right:-1px}.button-group.expanded:after,.button-group.expanded:before{display:none}.button-group.expanded .button:first-child:last-child{width:calc(100% - 1px)}.button-group.expanded .button:first-child:nth-last-child(2),.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button{display:inline-block;width:calc(50% - 1px);margin-right:1px}.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(2):last-child{margin-right:-6px}.button-group.expanded .button:first-child:nth-last-child(3),.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button{display:inline-block;width:calc(33.33333% - 1px);margin-right:1px}.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(3):last-child{margin-right:-6px}.button-group.expanded .button:first-child:nth-last-child(4),.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button{display:inline-block;width:calc(25% - 1px);margin-right:1px}.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(4):last-child{margin-right:-6px}.button-group.expanded .button:first-child:nth-last-child(5),.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button{display:inline-block;width:calc(20% - 1px);margin-right:1px}.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(5):last-child{margin-right:-6px}.button-group.expanded .button:first-child:nth-last-child(6),.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button{display:inline-block;width:calc(16.66667% - 1px);margin-right:1px}.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(6):last-child{margin-right:-6px}.button-group.primary .button{background-color:#2199e8;color:#0a0a0a}.button-group.primary .button:focus,.button-group.primary .button:hover{background-color:#147cc0;color:#0a0a0a}.button-group.secondary .button{background-color:#777;color:#fefefe}.button-group.secondary .button:focus,.button-group.secondary .button:hover{background-color:#5f5f5f;color:#fefefe}.button-group.success .button{background-color:#3adb76;color:#0a0a0a}.button-group.success .button:focus,.button-group.success .button:hover{background-color:#22bb5b;color:#0a0a0a}.button-group.warning .button{background-color:#ffae00;color:#0a0a0a}.button-group.warning .button:focus,.button-group.warning .button:hover{background-color:#cc8b00;color:#0a0a0a}.button-group.alert .button{background-color:#ec5840;color:#0a0a0a}.button-group.alert .button:focus,.button-group.alert .button:hover{background-color:#da3116;color:#0a0a0a}.button-group.stacked-for-medium .button,.button-group.stacked-for-small .button,.button-group.stacked .button{width:100%}.button-group.stacked-for-medium .button:last-child,.button-group.stacked-for-small .button:last-child,.button-group.stacked .button:last-child{margin-bottom:0}.button-group.stacked-for-medium.expanded,.button-group.stacked-for-small.expanded,.button-group.stacked.expanded{margin-right:-1px}.button-group.stacked-for-medium.expanded:after,.button-group.stacked-for-medium.expanded:before,.button-group.stacked-for-small.expanded:after,.button-group.stacked-for-small.expanded:before,.button-group.stacked.expanded:after,.button-group.stacked.expanded:before{display:none}.button-group.stacked-for-medium.expanded .button:first-child:last-child,.button-group.stacked-for-small.expanded .button:first-child:last-child,.button-group.stacked.expanded .button:first-child:last-child{width:calc(100% - 1px)}.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2),.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2),.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button,.button-group.stacked.expanded .button:first-child:nth-last-child(2),.button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button{display:inline-block;width:calc(50% - 1px);margin-right:1px}.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button:last-child,.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button:last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button:last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(2):last-child{margin-right:-6px}.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3),.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3),.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button,.button-group.stacked.expanded .button:first-child:nth-last-child(3),.button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button{display:inline-block;width:calc(33.33333% - 1px);margin-right:1px}.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button:last-child,.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button:last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button:last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(3):last-child{margin-right:-6px}.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4),.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4),.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button,.button-group.stacked.expanded .button:first-child:nth-last-child(4),.button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button{display:inline-block;width:calc(25% - 1px);margin-right:1px}.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button:last-child,.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button:last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button:last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(4):last-child{margin-right:-6px}.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5),.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5),.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button,.button-group.stacked.expanded .button:first-child:nth-last-child(5),.button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button{display:inline-block;width:calc(20% - 1px);margin-right:1px}.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button:last-child,.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button:last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button:last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(5):last-child{margin-right:-6px}.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6),.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6),.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button,.button-group.stacked.expanded .button:first-child:nth-last-child(6),.button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button{display:inline-block;width:calc(16.66667% - 1px);margin-right:1px}.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button:last-child,.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button:last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button:last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(6):last-child{margin-right:-6px}@media print,screen and (min-width:40em){.button-group.stacked-for-small .button{width:auto;margin-bottom:0}}@media print,screen and (min-width:64em){.button-group.stacked-for-medium .button{width:auto;margin-bottom:0}}@media screen and (max-width:39.99875em){.button-group.stacked-for-small.expanded{display:block}.button-group.stacked-for-small.expanded .button{display:block;margin-right:0}}@media screen and (max-width:63.99875em){.button-group.stacked-for-medium.expanded{display:block}.button-group.stacked-for-medium.expanded .button{display:block;margin-right:0}}.callout{position:relative;margin:0 0 1rem;padding:1rem;border:1px solid rgba(10,10,10,.25);border-radius:0;background-color:#fff;color:#0a0a0a}.callout>:first-child{margin-top:0}.callout>:last-child{margin-bottom:0}.callout.primary{background-color:#def0fc;color:#0a0a0a}.callout.secondary{background-color:#ebebeb;color:#0a0a0a}.callout.success{background-color:#e1faea;color:#0a0a0a}.callout.warning{background-color:#fff3d9;color:#0a0a0a}.callout.alert{background-color:#fce6e2;color:#0a0a0a}.callout.small{padding:.5rem}.callout.large{padding:3rem}.close-button{position:absolute;color:#8a8a8a;cursor:pointer}[data-whatinput=mouse] .close-button{outline:0}.close-button:focus,.close-button:hover{color:#0a0a0a}.close-button,.close-button.medium,.close-button.small{right:1rem;top:.5rem;font-size:2em;line-height:1}.is-drilldown{position:relative;overflow:hidden}.is-drilldown li{display:block}.is-drilldown.animate-height{transition:height .5s}.drilldown a{padding:.7rem 1rem;background:#fefefe}.drilldown .is-drilldown-submenu{position:absolute;top:0;left:100%;z-index:-1;width:100%;background:#fefefe;transition:transform .15s linear}.drilldown .is-drilldown-submenu.is-active{z-index:1;display:block;transform:translateX(-100%)}.drilldown .is-drilldown-submenu.is-closing{transform:translateX(100%)}.drilldown .is-drilldown-submenu a{padding:.7rem 1rem}.drilldown .nested.is-drilldown-submenu{margin-right:0;margin-left:0}.drilldown .drilldown-submenu-cover-previous{min-height:100%}.drilldown .is-drilldown-submenu-parent>a{position:relative}.drilldown .is-drilldown-submenu-parent>a:after{position:absolute;top:50%;margin-top:-6px}.drilldown.align-left .is-drilldown-submenu-parent>a:after,.drilldown .is-drilldown-submenu-parent>a:after{display:block;width:0;height:0;content:"";border-color:transparent transparent transparent #2199e8;border-style:inset inset inset solid;border-width:6px 0 6px 6px;right:1rem}.drilldown.align-left .is-drilldown-submenu-parent>a:after{left:auto}.drilldown.align-right .is-drilldown-submenu-parent>a:after{display:block;right:auto;left:1rem}.drilldown.align-right .is-drilldown-submenu-parent>a:after,.drilldown .js-drilldown-back>a:before{width:0;height:0;content:"";border-color:transparent #2199e8 transparent transparent;border-style:inset solid inset inset;border-width:6px 6px 6px 0}.drilldown .js-drilldown-back>a:before{display:block;display:inline-block;vertical-align:middle;margin-right:.75rem}.dropdown-pane{position:absolute;z-index:10;display:none;width:300px;padding:1rem;visibility:hidden;border:1px solid #cacaca;border-radius:0;background-color:#fefefe;font-size:1rem}.dropdown-pane.is-opening{display:block}.dropdown-pane.is-open{display:block;visibility:visible}.dropdown-pane.tiny{width:100px}.dropdown-pane.small{width:200px}.dropdown-pane.large{width:400px}.dropdown.menu>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu>li.is-dropdown-submenu-parent>a:after{display:block;width:0;height:0;content:"";border-color:#2199e8 transparent transparent;border-style:solid inset inset;border-width:6px 6px 0;right:5px;left:auto;margin-top:-3px}[data-whatinput=mouse] .dropdown.menu a{outline:0}.dropdown.menu>li>a{background:#fefefe;padding:.7rem 1rem}.dropdown.menu>li.is-active>a{background:transparent;color:#2199e8}.no-js .dropdown.menu ul{display:none}.dropdown.menu .nested.is-dropdown-submenu{margin-right:0;margin-left:0}.dropdown.menu.vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu{top:0;right:100%;left:auto}.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.vertical>li>a:after{right:14px}.dropdown.menu.vertical>li.opens-left>a:after{display:block;width:0;height:0;content:"";border-color:transparent #2199e8 transparent transparent;border-style:inset solid inset inset;border-width:6px 6px 6px 0;right:auto;left:5px}.dropdown.menu.vertical>li.opens-right>a:after{display:block;width:0;height:0;content:"";border-color:transparent transparent transparent #2199e8;border-style:inset inset inset solid;border-width:6px 0 6px 6px}@media print,screen and (min-width:40em){.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after{display:block;width:0;height:0;content:"";border-color:#2199e8 transparent transparent;border-style:solid inset inset;border-width:6px 6px 0;right:5px;left:auto;margin-top:-3px}.dropdown.menu.medium-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu{top:0;right:100%;left:auto}.dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.medium-vertical>li>a:after{right:14px}.dropdown.menu.medium-vertical>li.opens-left>a:after{display:block;width:0;height:0;content:"";border-color:transparent #2199e8 transparent transparent;border-style:inset solid inset inset;border-width:6px 6px 6px 0;right:auto;left:5px}.dropdown.menu.medium-vertical>li.opens-right>a:after{display:block;width:0;height:0;content:"";border-color:transparent transparent transparent #2199e8;border-style:inset inset inset solid;border-width:6px 0 6px 6px}}@media print,screen and (min-width:64em){.dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a:after{display:block;width:0;height:0;content:"";border-color:#2199e8 transparent transparent;border-style:solid inset inset;border-width:6px 6px 0;right:5px;left:auto;margin-top:-3px}.dropdown.menu.large-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu{top:0;right:100%;left:auto}.dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.large-vertical>li>a:after{right:14px}.dropdown.menu.large-vertical>li.opens-left>a:after{display:block;width:0;height:0;content:"";border-color:transparent #2199e8 transparent transparent;border-style:inset solid inset inset;border-width:6px 6px 6px 0;right:auto;left:5px}.dropdown.menu.large-vertical>li.opens-right>a:after{display:block;width:0;height:0;content:"";border-color:transparent transparent transparent #2199e8;border-style:inset inset inset solid;border-width:6px 0 6px 6px}}.dropdown.menu.align-right .is-dropdown-submenu.first-sub{top:100%;right:0;left:auto}.is-dropdown-menu.vertical{width:100px}.is-dropdown-menu.vertical.align-right{float:right}.is-dropdown-submenu-parent{position:relative}.is-dropdown-submenu-parent a:after{position:absolute;top:50%;right:5px;left:auto;margin-top:-6px}.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu{top:100%;left:auto}.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu{right:100%;left:auto}.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu{right:auto;left:100%}.is-dropdown-submenu{position:absolute;top:0;left:100%;z-index:1;display:none;min-width:200px;border:1px solid #cacaca;background:#fefefe}.dropdown .is-dropdown-submenu a{padding:.7rem 1rem}.is-dropdown-submenu .is-dropdown-submenu-parent>a:after{right:14px}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:after{display:block;width:0;height:0;content:"";border-color:transparent #2199e8 transparent transparent;border-style:inset solid inset inset;border-width:6px 6px 6px 0;right:auto;left:5px}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after{display:block;width:0;height:0;content:"";border-color:transparent transparent transparent #2199e8;border-style:inset inset inset solid;border-width:6px 0 6px 6px}.is-dropdown-submenu .is-dropdown-submenu{margin-top:-1px}.is-dropdown-submenu>li{width:100%}.is-dropdown-submenu.js-dropdown-active{display:block}.media-object{display:block;margin-bottom:1rem}.media-object img{max-width:none}.media-object-section{display:table-cell;vertical-align:top}.media-object-section:first-child{padding-right:1rem}.media-object-section:last-child:not(:nth-child(2)){padding-left:1rem}.media-object-section>:last-child{margin-bottom:0}@media screen and (max-width:39.99875em){.stack-for-small .media-object-section{padding:0 0 1rem;display:block}.stack-for-small .media-object-section img{width:100%}}.media-object-section.middle{vertical-align:middle}.media-object-section.bottom{vertical-align:bottom}.menu{padding:0;list-style:none;position:relative}[data-whatinput=mouse] .menu li{outline:0}.menu .button,.menu a{line-height:1;text-decoration:none;display:block;padding:.7rem 1rem}.menu a,.menu button,.menu input,.menu select{margin-bottom:0}.menu.horizontal li,.menu input,.menu li{display:inline-block}.menu.vertical li{display:block}.menu.expanded{display:table;width:100%}.menu.expanded>li{display:table-cell;vertical-align:middle}.menu.simple li+li{margin-left:1rem}.menu.simple a{padding:0}@media print,screen and (min-width:40em){.menu.medium-horizontal li{display:inline-block}.menu.medium-vertical li{display:block}.menu.medium-expanded{display:table;width:100%}.menu.medium-expanded>li{display:table-cell;vertical-align:middle}.menu.medium-simple{display:table;width:100%}.menu.medium-simple>li{display:table-cell;vertical-align:middle}}@media print,screen and (min-width:64em){.menu.large-horizontal li{display:inline-block}.menu.large-vertical li{display:block}.menu.large-expanded{display:table;width:100%}.menu.large-expanded>li{display:table-cell;vertical-align:middle}.menu.large-simple{display:table;width:100%}.menu.large-simple>li{display:table-cell;vertical-align:middle}}.menu.nested{margin-right:0;margin-left:1rem}.menu.icon-bottom i,.menu.icon-bottom i+span,.menu.icon-bottom img,.menu.icon-bottom img+span,.menu.icon-bottom svg,.menu.icon-bottom svg+span,.menu.icon-left i,.menu.icon-left i+span,.menu.icon-left img,.menu.icon-left img+span,.menu.icon-left svg,.menu.icon-left svg+span,.menu.icon-right i,.menu.icon-right i+span,.menu.icon-right img,.menu.icon-right img+span,.menu.icon-right svg,.menu.icon-right svg+span,.menu.icon-top i,.menu.icon-top i+span,.menu.icon-top img,.menu.icon-top img+span,.menu.icon-top svg,.menu.icon-top svg+span,.menu.icons i,.menu.icons i+span,.menu.icons img,.menu.icons img+span,.menu.icons svg,.menu.icons svg+span{vertical-align:middle}.menu.icon-left li a i,.menu.icon-left li a img,.menu.icon-left li a svg{margin-right:.25rem;display:inline-block}.menu.icon-right li a i,.menu.icon-right li a img,.menu.icon-right li a svg{margin-left:.25rem;display:inline-block}.menu.icon-top li a{text-align:center}.menu.icon-top li a i,.menu.icon-top li a img,.menu.icon-top li a svg{display:block;margin:0 auto .25rem}.menu.icon-bottom li a{text-align:center}.menu.icon-bottom li a i,.menu.icon-bottom li a img,.menu.icon-bottom li a svg{display:block;margin:.25rem auto 0}.menu .active>a,.menu .is-active>a{background:#2199e8;color:#fefefe}.menu.align-left{text-align:left}.menu.align-right{text-align:right}.menu.align-right .submenu li{text-align:left}.menu.align-right.vertical .submenu li{text-align:right}.menu.align-right .nested{margin-right:1rem;margin-left:0}.menu.align-center{text-align:center}.menu.align-center .submenu li{text-align:left}.menu .menu-text{padding:.7rem 1rem;font-weight:700;line-height:1;color:inherit}.menu-centered>.menu{text-align:center}.menu-centered>.menu .submenu li{text-align:left}.no-js [data-responsive-menu] ul{display:none}.is-off-canvas-open{overflow:hidden}.js-off-canvas-overlay{position:absolute;top:0;left:0;z-index:11;width:100%;height:100%;transition:opacity .5s ease,visibility .5s ease;background:hsla(0,0%,99.6%,.25);opacity:0;visibility:hidden;overflow:hidden}.js-off-canvas-overlay.is-visible{opacity:1;visibility:visible}.js-off-canvas-overlay.is-closable{cursor:pointer}.js-off-canvas-overlay.is-overlay-absolute{position:absolute}.js-off-canvas-overlay.is-overlay-fixed{position:fixed}.off-canvas-wrapper{position:relative;overflow:hidden}.off-canvas{position:fixed;z-index:12;transition:transform .5s ease;backface-visibility:hidden;background:#e6e6e6}[data-whatinput=mouse] .off-canvas{outline:0}.off-canvas.is-transition-push{z-index:12}.off-canvas.is-closed{visibility:hidden}.off-canvas.is-transition-overlap{z-index:13}.off-canvas.is-transition-overlap.is-open{box-shadow:0 0 10px rgba(10,10,10,.7)}.off-canvas.is-open{transform:translate(0)}.off-canvas-absolute{position:absolute;z-index:12;transition:transform .5s ease;backface-visibility:hidden;background:#e6e6e6}[data-whatinput=mouse] .off-canvas-absolute{outline:0}.off-canvas-absolute.is-transition-push{z-index:12}.off-canvas-absolute.is-closed{visibility:hidden}.off-canvas-absolute.is-transition-overlap{z-index:13}.off-canvas-absolute.is-transition-overlap.is-open{box-shadow:0 0 10px rgba(10,10,10,.7)}.off-canvas-absolute.is-open{transform:translate(0)}.position-left{top:0;left:0;height:100%;overflow-y:auto;width:250px;transform:translateX(-250px)}@media print,screen and (min-width:40em){.position-left{width:250px;transform:translateX(-250px)}}.off-canvas-content .off-canvas.position-left{transform:translateX(-250px)}@media print,screen and (min-width:40em){.off-canvas-content .off-canvas.position-left{transform:translateX(-250px)}}.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open{transform:translate(0)}.off-canvas-content.is-open-left.has-transition-push{transform:translateX(250px)}@media print,screen and (min-width:40em){.off-canvas-content.is-open-left.has-transition-push{transform:translateX(250px)}}.position-left.is-transition-push{box-shadow:inset -13px 0 20px -13px rgba(10,10,10,.25)}.position-right{top:0;right:0;height:100%;overflow-y:auto;width:250px;transform:translateX(250px)}@media print,screen and (min-width:40em){.position-right{width:250px;transform:translateX(250px)}}.off-canvas-content .off-canvas.position-right{transform:translateX(250px)}@media print,screen and (min-width:40em){.off-canvas-content .off-canvas.position-right{transform:translateX(250px)}}.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open{transform:translate(0)}.off-canvas-content.is-open-right.has-transition-push{transform:translateX(-250px)}@media print,screen and (min-width:40em){.off-canvas-content.is-open-right.has-transition-push{transform:translateX(-250px)}}.position-right.is-transition-push{box-shadow:inset 13px 0 20px -13px rgba(10,10,10,.25)}.position-top{top:0;left:0;width:100%;overflow-x:auto;height:250px}.off-canvas-content .off-canvas.position-top,.position-top{transform:translateY(-250px)}.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open{transform:translate(0)}.off-canvas-content.is-open-top.has-transition-push{transform:translateY(250px)}.position-top.is-transition-push{box-shadow:inset 0 -13px 20px -13px rgba(10,10,10,.25)}.position-bottom{bottom:0;left:0;width:100%;overflow-x:auto;height:250px}.off-canvas-content .off-canvas.position-bottom,.position-bottom{transform:translateY(250px)}.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open{transform:translate(0)}.off-canvas-content.is-open-bottom.has-transition-push{transform:translateY(-250px)}.position-bottom.is-transition-push{box-shadow:inset 0 13px 20px -13px rgba(10,10,10,.25)}.off-canvas-content{transform:none;transition:transform .5s ease;backface-visibility:hidden}.off-canvas-content.has-transition-push,.off-canvas-content .off-canvas.is-open{transform:translate(0)}@media print,screen and (min-width:40em){.position-left.reveal-for-medium{transform:none;z-index:12;transition:none;visibility:visible}.position-left.reveal-for-medium .close-button{display:none}.off-canvas-content .position-left.reveal-for-medium{transform:none}.off-canvas-content.has-reveal-left,.position-left.reveal-for-medium~.off-canvas-content{margin-left:250px}.position-right.reveal-for-medium{transform:none;z-index:12;transition:none;visibility:visible}.position-right.reveal-for-medium .close-button{display:none}.off-canvas-content .position-right.reveal-for-medium{transform:none}.off-canvas-content.has-reveal-right,.position-right.reveal-for-medium~.off-canvas-content{margin-right:250px}.position-top.reveal-for-medium{transform:none;z-index:12;transition:none;visibility:visible}.position-top.reveal-for-medium .close-button{display:none}.off-canvas-content .position-top.reveal-for-medium{transform:none}.off-canvas-content.has-reveal-top,.position-top.reveal-for-medium~.off-canvas-content{margin-top:250px}.position-bottom.reveal-for-medium{transform:none;z-index:12;transition:none;visibility:visible}.position-bottom.reveal-for-medium .close-button{display:none}.off-canvas-content .position-bottom.reveal-for-medium{transform:none}.off-canvas-content.has-reveal-bottom,.position-bottom.reveal-for-medium~.off-canvas-content{margin-bottom:250px}}@media print,screen and (min-width:64em){.position-left.reveal-for-large{transform:none;z-index:12;transition:none;visibility:visible}.position-left.reveal-for-large .close-button{display:none}.off-canvas-content .position-left.reveal-for-large{transform:none}.off-canvas-content.has-reveal-left,.position-left.reveal-for-large~.off-canvas-content{margin-left:250px}.position-right.reveal-for-large{transform:none;z-index:12;transition:none;visibility:visible}.position-right.reveal-for-large .close-button{display:none}.off-canvas-content .position-right.reveal-for-large{transform:none}.off-canvas-content.has-reveal-right,.position-right.reveal-for-large~.off-canvas-content{margin-right:250px}.position-top.reveal-for-large{transform:none;z-index:12;transition:none;visibility:visible}.position-top.reveal-for-large .close-button{display:none}.off-canvas-content .position-top.reveal-for-large{transform:none}.off-canvas-content.has-reveal-top,.position-top.reveal-for-large~.off-canvas-content{margin-top:250px}.position-bottom.reveal-for-large{transform:none;z-index:12;transition:none;visibility:visible}.position-bottom.reveal-for-large .close-button{display:none}.off-canvas-content .position-bottom.reveal-for-large{transform:none}.off-canvas-content.has-reveal-bottom,.position-bottom.reveal-for-large~.off-canvas-content{margin-bottom:250px}}@media print,screen and (min-width:40em){.off-canvas.in-canvas-for-medium{visibility:visible;height:auto;position:static;background:none;width:auto;overflow:visible;transition:none}.off-canvas.in-canvas-for-medium.position-bottom,.off-canvas.in-canvas-for-medium.position-left,.off-canvas.in-canvas-for-medium.position-right,.off-canvas.in-canvas-for-medium.position-top{box-shadow:none;transform:none}.off-canvas.in-canvas-for-medium .close-button{display:none}}@media print,screen and (min-width:64em){.off-canvas.in-canvas-for-large{visibility:visible;height:auto;position:static;background:none;width:auto;overflow:visible;transition:none}.off-canvas.in-canvas-for-large.position-bottom,.off-canvas.in-canvas-for-large.position-left,.off-canvas.in-canvas-for-large.position-right,.off-canvas.in-canvas-for-large.position-top{box-shadow:none;transform:none}.off-canvas.in-canvas-for-large .close-button{display:none}}.orbit,.orbit-container{position:relative}.orbit-container{height:0;margin:0;list-style:none;overflow:hidden}.orbit-slide{width:100%;position:absolute}.orbit-slide.no-motionui.is-active{top:0;left:0}.orbit-figure{margin:0}.orbit-image{width:100%;max-width:100%;margin:0}.orbit-caption{bottom:0;width:100%;margin-bottom:0;background-color:rgba(10,10,10,.5)}.orbit-caption,.orbit-next,.orbit-previous{position:absolute;padding:1rem;color:#fefefe}.orbit-next,.orbit-previous{top:50%;transform:translateY(-50%);z-index:10}[data-whatinput=mouse] .orbit-next,[data-whatinput=mouse] .orbit-previous{outline:0}.orbit-next:active,.orbit-next:focus,.orbit-next:hover,.orbit-previous:active,.orbit-previous:focus,.orbit-previous:hover{background-color:rgba(10,10,10,.5)}.orbit-previous{left:0}.orbit-next{left:auto;right:0}.orbit-bullets{position:relative;margin-top:.8rem;margin-bottom:.8rem;text-align:center}[data-whatinput=mouse] .orbit-bullets{outline:0}.orbit-bullets button{width:1.2rem;height:1.2rem;margin:.1rem;border-radius:50%;background-color:#cacaca}.orbit-bullets button.is-active,.orbit-bullets button:hover{background-color:#8a8a8a}.pagination{margin-left:0;margin-bottom:1rem}.pagination:after,.pagination:before{display:table;content:" "}.pagination:after{clear:both}.pagination li{margin-right:.0625rem;border-radius:0;font-size:.875rem;display:none}.pagination li:first-child,.pagination li:last-child{display:inline-block}@media print,screen and (min-width:40em){.pagination li{display:inline-block}}.pagination a,.pagination button{display:block;padding:.1875rem .625rem;border-radius:0;color:#0a0a0a}.pagination a:hover,.pagination button:hover{background:#e6e6e6}.pagination .current{padding:.1875rem .625rem;background:#2199e8;color:foreground(#2199e8);cursor:default}.pagination .disabled{padding:.1875rem .625rem;color:#cacaca;cursor:not-allowed}.pagination .disabled:hover{background:transparent}.pagination .ellipsis:after{padding:.1875rem .625rem;content:"\2026";color:#0a0a0a}.pagination-previous.disabled:before,.pagination-previous a:before{display:inline-block;margin-right:.5rem;content:"\00ab"}.pagination-next.disabled:after,.pagination-next a:after{display:inline-block;margin-left:.5rem;content:"\00bb"}.progress{height:1rem;margin-bottom:1rem;border-radius:0;background-color:#cacaca}.progress.primary .progress-meter{background-color:#2199e8}.progress.secondary .progress-meter{background-color:#777}.progress.success .progress-meter{background-color:#3adb76}.progress.warning .progress-meter{background-color:#ffae00}.progress.alert .progress-meter{background-color:#ec5840}.progress-meter{position:relative;display:block;width:0;height:100%;background-color:#2199e8}.progress-meter-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:0;font-size:.75rem;font-weight:700;color:#fefefe;white-space:nowrap}.slider{position:relative;height:.5rem;margin-top:1.25rem;margin-bottom:2.25rem;background-color:#e6e6e6;cursor:pointer;user-select:none;touch-action:none}.slider-fill{position:absolute;top:0;left:0;display:inline-block;max-width:100%;height:.5rem;background-color:#cacaca;transition:all .2s ease-in-out}.slider-fill.is-dragging{transition:all 0s linear}.slider-handle{position:absolute;top:50%;transform:translateY(-50%);left:0;z-index:1;display:inline-block;width:1.4rem;height:1.4rem;border-radius:0;background-color:#2199e8;transition:all .2s ease-in-out;touch-action:manipulation}[data-whatinput=mouse] .slider-handle{outline:0}.slider-handle:hover{background-color:#1583cc}.slider-handle.is-dragging{transition:all 0s linear}.slider.disabled,.slider[disabled]{opacity:.25;cursor:not-allowed}.slider.vertical{display:inline-block;width:.5rem;height:12.5rem;margin:0 1.25rem;transform:scaleY(-1)}.slider.vertical .slider-fill{top:0;width:.5rem;max-height:100%}.slider.vertical .slider-handle{position:absolute;top:0;left:50%;width:1.4rem;height:1.4rem;transform:translateX(-50%)}.sticky,.sticky-container{position:relative}.sticky{z-index:0;transform:translateZ(0)}.sticky.is-stuck{position:fixed;z-index:5;width:100%}.sticky.is-stuck.is-at-top{top:0}.sticky.is-stuck.is-at-bottom{bottom:0}.sticky.is-anchored{position:relative;right:auto;left:auto}.sticky.is-anchored.is-at-bottom{bottom:0}html.is-reveal-open{position:fixed;width:100%;overflow-y:hidden}html.is-reveal-open.zf-has-scroll{overflow-y:scroll}html.is-reveal-open body{overflow-y:hidden}.reveal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1005;background-color:rgba(10,10,10,.45)}.reveal,.reveal-overlay{display:none;overflow-y:auto}.reveal{z-index:1006;backface-visibility:hidden;padding:1rem;border:1px solid #cacaca;border-radius:0;background-color:#fefefe;position:relative;top:100px;margin-right:auto;margin-left:auto}[data-whatinput=mouse] .reveal{outline:0}@media print,screen and (min-width:40em){.reveal{min-height:0}}.reveal .column,.reveal .columns{min-width:0}.reveal>:last-child{margin-bottom:0}@media print,screen and (min-width:40em){.reveal{width:600px;max-width:75rem}}.reveal.collapse{padding:0}@media print,screen and (min-width:40em){.reveal.tiny{width:30%;max-width:75rem}}@media print,screen and (min-width:40em){.reveal.small{width:50%;max-width:75rem}}@media print,screen and (min-width:40em){.reveal.large{width:90%;max-width:75rem}}.reveal.full{top:0;right:0;bottom:0;left:0;width:100%;max-width:none;height:100%;min-height:100%;margin-left:0;border:0;border-radius:0}@media screen and (max-width:39.99875em){.reveal{top:0;right:0;bottom:0;left:0;width:100%;max-width:none;height:100%;min-height:100%;margin-left:0;border:0;border-radius:0}}.reveal.without-overlay{position:fixed}.switch{height:2rem;position:relative;margin-bottom:1rem;outline:0;font-size:.875rem;font-weight:700;color:#fefefe;user-select:none}.switch-input{position:absolute;margin-bottom:0;opacity:0}.switch-paddle{position:relative;display:block;width:4rem;height:2rem;border-radius:0;background:#cacaca;transition:all .25s ease-out;font-weight:inherit;color:inherit;cursor:pointer}input+.switch-paddle{margin:0}.switch-paddle:after{position:absolute;top:.25rem;left:.25rem;display:block;width:1.5rem;height:1.5rem;transform:translateZ(0);border-radius:0;background:#fefefe;transition:all .25s ease-out;content:""}input:checked~.switch-paddle{background:#2199e8}input:checked~.switch-paddle:after{left:2.25rem}[data-whatinput=mouse] input:focus~.switch-paddle{outline:0}.switch-active,.switch-inactive{position:absolute;top:50%;transform:translateY(-50%)}.switch-active{left:8%;display:none}input:checked+label>.switch-active{display:block}.switch-inactive{right:15%}input:checked+label>.switch-inactive{display:none}.switch.tiny{height:1.5rem}.switch.tiny .switch-paddle{width:3rem;height:1.5rem;font-size:.625rem}.switch.tiny .switch-paddle:after{top:.25rem;left:.25rem;width:1rem;height:1rem}.switch.tiny input:checked~.switch-paddle:after{left:1.75rem}.switch.small{height:1.75rem}.switch.small .switch-paddle{width:3.5rem;height:1.75rem;font-size:.75rem}.switch.small .switch-paddle:after{top:.25rem;left:.25rem;width:1.25rem;height:1.25rem}.switch.small input:checked~.switch-paddle:after{left:2rem}.switch.large{height:2.5rem}.switch.large .switch-paddle{width:5rem;height:2.5rem;font-size:1rem}.switch.large .switch-paddle:after{top:.25rem;left:.25rem;width:2rem;height:2rem}.switch.large input:checked~.switch-paddle:after{left:2.75rem}table{border-collapse:collapse;width:100%;margin-bottom:1rem;border-radius:0}table tbody,table tfoot,table thead{border:1px solid #f1f1f1;background-color:#fefefe}table caption{padding:.5rem .625rem .625rem;font-weight:700}table thead{background:#f8f8f8;color:#0a0a0a}table tfoot{background:#f1f1f1;color:#0a0a0a}table tfoot tr,table thead tr{background:transparent}table tfoot td,table tfoot th,table thead td,table thead th{padding:.5rem .625rem .625rem;font-weight:700;text-align:left}table tbody td,table tbody th{padding:.5rem .625rem .625rem}table tbody tr:nth-child(2n){border-bottom:0;background-color:#f1f1f1}table.unstriped tbody{background-color:#fefefe}table.unstriped tbody tr{border-bottom:1px solid #f1f1f1;background-color:#fefefe}@media screen and (max-width:63.99875em){table.stack tfoot,table.stack thead{display:none}table.stack td,table.stack th,table.stack tr{display:block}table.stack td{border-top:0}}table.scroll{display:block;width:100%;overflow-x:auto}table.hover thead tr:hover{background-color:#f3f3f3}table.hover tfoot tr:hover{background-color:#ececec}table.hover tbody tr:hover{background-color:#f9f9f9}table.hover:not(.unstriped) tr:nth-of-type(2n):hover{background-color:#ececec}.table-scroll{overflow-x:auto}.tabs{margin:0;border:1px solid #e6e6e6;background:#fefefe;list-style-type:none}.tabs:after,.tabs:before{display:table;content:" "}.tabs:after{clear:both}.tabs.vertical>li{display:block;float:none;width:auto}.tabs.simple>li>a{padding:0}.tabs.simple>li>a:hover{background:transparent}.tabs.primary{background:#2199e8}.tabs.primary>li>a{color:#0a0a0a}.tabs.primary>li>a:focus,.tabs.primary>li>a:hover{background:#1893e4}.tabs-title{float:left}.tabs-title>a{display:block;padding:1.25rem 1.5rem;font-size:.75rem;line-height:1;color:#2199e8}[data-whatinput=mouse] .tabs-title>a{outline:0}.tabs-title>a:hover{background:#fefefe;color:#1585cf}.tabs-title>a:focus,.tabs-title>a[aria-selected=true]{background:#e6e6e6;color:#2199e8}.tabs-content{border:1px solid #e6e6e6;border-top:0;background:#fefefe;color:foreground(#fefefe,#2199e8);transition:all .5s ease}.tabs-content.vertical{border:1px solid #e6e6e6;border-left:0}.tabs-panel{display:none;padding:1rem}.tabs-panel.is-active{display:block}.thumbnail{display:inline-block;max-width:100%;margin-bottom:1rem;border:4px solid #fefefe;border-radius:0;box-shadow:0 0 0 1px rgba(10,10,10,.2);line-height:0}a.thumbnail{transition:box-shadow .2s ease-out}a.thumbnail:focus,a.thumbnail:hover{box-shadow:0 0 6px 1px rgba(33,153,232,.5)}a.thumbnail image{box-shadow:none}.title-bar{padding:.5rem;background:#0a0a0a;color:#fefefe}.title-bar:after,.title-bar:before{display:table;content:" "}.title-bar:after{clear:both}.title-bar .menu-icon{margin-left:.25rem;margin-right:.25rem}.title-bar-left{float:left}.title-bar-right{float:right;text-align:right}.title-bar-title{vertical-align:middle}.has-tip,.title-bar-title{display:inline-block;font-weight:700}.has-tip{position:relative;border-bottom:1px dotted #8a8a8a;cursor:help}.tooltip{top:calc(100% + .6495rem);z-index:1200;max-width:10rem;padding:.75rem;border-radius:0;background-color:#0a0a0a;font-size:80%;color:#fefefe}.tooltip,.tooltip:before{position:absolute}.tooltip.bottom:before{display:block;width:0;height:0;content:"";border-color:transparent transparent #0a0a0a;border-style:inset inset solid;border-width:0 .75rem .75rem;bottom:100%}.tooltip.bottom.align-center:before{left:50%;transform:translateX(-50%)}.tooltip.top:before{display:block;width:0;height:0;content:"";border-color:#0a0a0a transparent transparent;border-style:solid inset inset;border-width:.75rem .75rem 0;top:100%;bottom:auto}.tooltip.top.align-center:before{left:50%;transform:translateX(-50%)}.tooltip.left:before{display:block;width:0;height:0;content:"";border-color:transparent transparent transparent #0a0a0a;border-style:inset inset inset solid;border-width:.75rem 0 .75rem .75rem;left:100%}.tooltip.left.align-center:before{bottom:auto;top:50%;transform:translateY(-50%)}.tooltip.right:before{display:block;width:0;height:0;content:"";border-color:transparent #0a0a0a transparent transparent;border-style:inset solid inset inset;border-width:.75rem .75rem .75rem 0;right:100%;left:auto}.tooltip.right.align-center:before{bottom:auto;top:50%;transform:translateY(-50%)}.tooltip.align-top:before{bottom:auto;top:10%}.tooltip.align-bottom:before{bottom:10%;top:auto}.tooltip.align-left:before{left:10%;right:auto}.tooltip.align-right:before{left:auto;right:10%}.top-bar{padding:.5rem}.top-bar:after,.top-bar:before{display:table;content:" "}.top-bar:after{clear:both}.top-bar,.top-bar ul{background-color:#e6e6e6}.top-bar input{max-width:200px;margin-right:1rem}.top-bar .input-group-field{width:100%;margin-right:0}.top-bar input.button{width:auto}.top-bar .top-bar-left,.top-bar .top-bar-right{width:100%}@media print,screen and (min-width:40em){.top-bar .top-bar-left,.top-bar .top-bar-right{width:auto}}@media screen and (max-width:63.99875em){.top-bar.stacked-for-medium .top-bar-left,.top-bar.stacked-for-medium .top-bar-right{width:100%}}@media screen and (max-width:74.99875em){.top-bar.stacked-for-large .top-bar-left,.top-bar.stacked-for-large .top-bar-right{width:100%}}.top-bar-title{display:inline-block;float:left;padding:1rem}.top-bar-title .menu-icon{bottom:2px}.top-bar-left{float:left}.top-bar-right{float:right}.color-red-50{color:#ffebee}.bg-color-red-50{background-color:#ffebee}.color-red-100{color:#ffcdd2}.bg-color-red-100{background-color:#ffcdd2}.color-red-200{color:#ef9a9a}.bg-color-red-200{background-color:#ef9a9a}.color-red-300{color:#e57373}.bg-color-red-300{background-color:#e57373}.color-red-400{color:#ef5350}.bg-color-red-400{background-color:#ef5350}.color-red-500{color:#f44336}.bg-color-red-500{background-color:#f44336}.color-red-600{color:#e53935}.bg-color-red-600{background-color:#e53935}.color-red-700{color:#d32f2f}.bg-color-red-700{background-color:#d32f2f}.color-red-800{color:#c62828}.bg-color-red-800{background-color:#c62828}.color-red-900{color:#b71c1c}.bg-color-red-900{background-color:#b71c1c}.color-red-a100{color:#ff8a80}.bg-color-red-a100{background-color:#ff8a80}.color-red-a200{color:#ff5252}.bg-color-red-a200{background-color:#ff5252}.color-red-a400{color:#ff1744}.bg-color-red-a400{background-color:#ff1744}.color-red-a700{color:#d50000}.bg-color-red-a700{background-color:#d50000}.color-pink-50{color:#fce4ec}.bg-color-pink-50{background-color:#fce4ec}.color-pink-100{color:#f8bbd0}.bg-color-pink-100{background-color:#f8bbd0}.color-pink-200{color:#f48fb1}.bg-color-pink-200{background-color:#f48fb1}.color-pink-300{color:#f06292}.bg-color-pink-300{background-color:#f06292}.color-pink-400{color:#ec407a}.bg-color-pink-400{background-color:#ec407a}.color-pink-500{color:#e91e63}.bg-color-pink-500{background-color:#e91e63}.color-pink-600{color:#d81b60}.bg-color-pink-600{background-color:#d81b60}.color-pink-700{color:#c2185b}.bg-color-pink-700{background-color:#c2185b}.color-pink-800{color:#ad1457}.bg-color-pink-800{background-color:#ad1457}.color-pink-900{color:#880e4f}.bg-color-pink-900{background-color:#880e4f}.color-pink-a100{color:#ff80ab}.bg-color-pink-a100{background-color:#ff80ab}.color-pink-a200{color:#ff4081}.bg-color-pink-a200{background-color:#ff4081}.color-pink-a400{color:#f50057}.bg-color-pink-a400{background-color:#f50057}.color-pink-a700{color:#c51162}.bg-color-pink-a700{background-color:#c51162}.color-purple-50{color:#f3e5f5}.bg-color-purple-50{background-color:#f3e5f5}.color-purple-100{color:#e1bee7}.bg-color-purple-100{background-color:#e1bee7}.color-purple-200{color:#ce93d8}.bg-color-purple-200{background-color:#ce93d8}.color-purple-300{color:#ba68c8}.bg-color-purple-300{background-color:#ba68c8}.color-purple-400{color:#ab47bc}.bg-color-purple-400{background-color:#ab47bc}.color-purple-500{color:#9c27b0}.bg-color-purple-500{background-color:#9c27b0}.color-purple-600{color:#8e24aa}.bg-color-purple-600{background-color:#8e24aa}.color-purple-700{color:#7b1fa2}.bg-color-purple-700{background-color:#7b1fa2}.color-purple-800{color:#6a1b9a}.bg-color-purple-800{background-color:#6a1b9a}.color-purple-900{color:#4a148c}.bg-color-purple-900{background-color:#4a148c}.color-purple-a100{color:#ea80fc}.bg-color-purple-a100{background-color:#ea80fc}.color-purple-a200{color:#e040fb}.bg-color-purple-a200{background-color:#e040fb}.color-purple-a400{color:#d500f9}.bg-color-purple-a400{background-color:#d500f9}.color-purple-a700{color:#a0f}.bg-color-purple-a700{background-color:#a0f}.color-deep-purple-50{color:#ede7f6}.bg-color-deep-purple-50{background-color:#ede7f6}.color-deep-purple-100{color:#d1c4e9}.bg-color-deep-purple-100{background-color:#d1c4e9}.color-deep-purple-200{color:#b39ddb}.bg-color-deep-purple-200{background-color:#b39ddb}.color-deep-purple-300{color:#9575cd}.bg-color-deep-purple-300{background-color:#9575cd}.color-deep-purple-400{color:#7e57c2}.bg-color-deep-purple-400{background-color:#7e57c2}.color-deep-purple-500{color:#673ab7}.bg-color-deep-purple-500{background-color:#673ab7}.color-deep-purple-600{color:#5e35b1}.bg-color-deep-purple-600{background-color:#5e35b1}.color-deep-purple-700{color:#512da8}.bg-color-deep-purple-700{background-color:#512da8}.color-deep-purple-800{color:#4527a0}.bg-color-deep-purple-800{background-color:#4527a0}.color-deep-purple-900{color:#311b92}.bg-color-deep-purple-900{background-color:#311b92}.color-deep-purple-a100{color:#b388ff}.bg-color-deep-purple-a100{background-color:#b388ff}.color-deep-purple-a200{color:#7c4dff}.bg-color-deep-purple-a200{background-color:#7c4dff}.color-deep-purple-a400{color:#651fff}.bg-color-deep-purple-a400{background-color:#651fff}.color-deep-purple-a700{color:#6200ea}.bg-color-deep-purple-a700{background-color:#6200ea}.color-indigo-50{color:#e8eaf6}.bg-color-indigo-50{background-color:#e8eaf6}.color-indigo-100{color:#c5cae9}.bg-color-indigo-100{background-color:#c5cae9}.color-indigo-200{color:#9fa8da}.bg-color-indigo-200{background-color:#9fa8da}.color-indigo-300{color:#7986cb}.bg-color-indigo-300{background-color:#7986cb}.color-indigo-400{color:#5c6bc0}.bg-color-indigo-400{background-color:#5c6bc0}.color-indigo-500{color:#3f51b5}.bg-color-indigo-500{background-color:#3f51b5}.color-indigo-600{color:#3949ab}.bg-color-indigo-600{background-color:#3949ab}.color-indigo-700{color:#303f9f}.bg-color-indigo-700{background-color:#303f9f}.color-indigo-800{color:#283593}.bg-color-indigo-800{background-color:#283593}.color-indigo-900{color:#1a237e}.bg-color-indigo-900{background-color:#1a237e}.color-indigo-a100{color:#8c9eff}.bg-color-indigo-a100{background-color:#8c9eff}.color-indigo-a200{color:#536dfe}.bg-color-indigo-a200{background-color:#536dfe}.color-indigo-a400{color:#3d5afe}.bg-color-indigo-a400{background-color:#3d5afe}.color-indigo-a700{color:#304ffe}.bg-color-indigo-a700{background-color:#304ffe}.color-blue-50{color:#e3f2fd}.bg-color-blue-50{background-color:#e3f2fd}.color-blue-100{color:#bbdefb}.bg-color-blue-100{background-color:#bbdefb}.color-blue-200{color:#90caf9}.bg-color-blue-200{background-color:#90caf9}.color-blue-300{color:#64b5f6}.bg-color-blue-300{background-color:#64b5f6}.color-blue-400{color:#42a5f5}.bg-color-blue-400{background-color:#42a5f5}.color-blue-500{color:#2196f3}.bg-color-blue-500{background-color:#2196f3}.color-blue-600{color:#1e88e5}.bg-color-blue-600{background-color:#1e88e5}.color-blue-700{color:#1976d2}.bg-color-blue-700{background-color:#1976d2}.color-blue-800{color:#1565c0}.bg-color-blue-800{background-color:#1565c0}.color-blue-900{color:#0d47a1}.bg-color-blue-900{background-color:#0d47a1}.color-blue-a100{color:#82b1ff}.bg-color-blue-a100{background-color:#82b1ff}.color-blue-a200{color:#448aff}.bg-color-blue-a200{background-color:#448aff}.color-blue-a400{color:#2979ff}.bg-color-blue-a400{background-color:#2979ff}.color-blue-a700{color:#2962ff}.bg-color-blue-a700{background-color:#2962ff}.color-light-blue-50{color:#e1f5fe}.bg-color-light-blue-50{background-color:#e1f5fe}.color-light-blue-100{color:#b3e5fc}.bg-color-light-blue-100{background-color:#b3e5fc}.color-light-blue-200{color:#81d4fa}.bg-color-light-blue-200{background-color:#81d4fa}.color-light-blue-300{color:#4fc3f7}.bg-color-light-blue-300{background-color:#4fc3f7}.color-light-blue-400{color:#29b6f6}.bg-color-light-blue-400{background-color:#29b6f6}.color-light-blue-500{color:#03a9f4}.bg-color-light-blue-500{background-color:#03a9f4}.color-light-blue-600{color:#039be5}.bg-color-light-blue-600{background-color:#039be5}.color-light-blue-700{color:#0288d1}.bg-color-light-blue-700{background-color:#0288d1}.color-light-blue-800{color:#0277bd}.bg-color-light-blue-800{background-color:#0277bd}.color-light-blue-900{color:#01579b}.bg-color-light-blue-900{background-color:#01579b}.color-light-blue-a100{color:#80d8ff}.bg-color-light-blue-a100{background-color:#80d8ff}.color-light-blue-a200{color:#40c4ff}.bg-color-light-blue-a200{background-color:#40c4ff}.color-light-blue-a400{color:#00b0ff}.bg-color-light-blue-a400{background-color:#00b0ff}.color-light-blue-a700{color:#0091ea}.bg-color-light-blue-a700{background-color:#0091ea}.color-cyan-50{color:#e0f7fa}.bg-color-cyan-50{background-color:#e0f7fa}.color-cyan-100{color:#b2ebf2}.bg-color-cyan-100{background-color:#b2ebf2}.color-cyan-200{color:#80deea}.bg-color-cyan-200{background-color:#80deea}.color-cyan-300{color:#4dd0e1}.bg-color-cyan-300{background-color:#4dd0e1}.color-cyan-400{color:#26c6da}.bg-color-cyan-400{background-color:#26c6da}.color-cyan-500{color:#00bcd4}.bg-color-cyan-500{background-color:#00bcd4}.color-cyan-600{color:#00acc1}.bg-color-cyan-600{background-color:#00acc1}.color-cyan-700{color:#0097a7}.bg-color-cyan-700{background-color:#0097a7}.color-cyan-800{color:#00838f}.bg-color-cyan-800{background-color:#00838f}.color-cyan-900{color:#006064}.bg-color-cyan-900{background-color:#006064}.color-cyan-a100{color:#84ffff}.bg-color-cyan-a100{background-color:#84ffff}.color-cyan-a200{color:#18ffff}.bg-color-cyan-a200{background-color:#18ffff}.color-cyan-a400{color:#00e5ff}.bg-color-cyan-a400{background-color:#00e5ff}.color-cyan-a700{color:#00b8d4}.bg-color-cyan-a700{background-color:#00b8d4}.color-teal-50{color:#e0f2f1}.bg-color-teal-50{background-color:#e0f2f1}.color-teal-100{color:#b2dfdb}.bg-color-teal-100{background-color:#b2dfdb}.color-teal-200{color:#80cbc4}.bg-color-teal-200{background-color:#80cbc4}.color-teal-300{color:#4db6ac}.bg-color-teal-300{background-color:#4db6ac}.color-teal-400{color:#26a69a}.bg-color-teal-400{background-color:#26a69a}.color-teal-500{color:#009688}.bg-color-teal-500{background-color:#009688}.color-teal-600{color:#00897b}.bg-color-teal-600{background-color:#00897b}.color-teal-700{color:#00796b}.bg-color-teal-700{background-color:#00796b}.color-teal-800{color:#00695c}.bg-color-teal-800{background-color:#00695c}.color-teal-900{color:#004d40}.bg-color-teal-900{background-color:#004d40}.color-teal-a100{color:#a7ffeb}.bg-color-teal-a100{background-color:#a7ffeb}.color-teal-a200{color:#64ffda}.bg-color-teal-a200{background-color:#64ffda}.color-teal-a400{color:#1de9b6}.bg-color-teal-a400{background-color:#1de9b6}.color-teal-a700{color:#00bfa5}.bg-color-teal-a700{background-color:#00bfa5}.color-green-50{color:#e8f5e9}.bg-color-green-50{background-color:#e8f5e9}.color-green-100{color:#c8e6c9}.bg-color-green-100{background-color:#c8e6c9}.color-green-200{color:#a5d6a7}.bg-color-green-200{background-color:#a5d6a7}.color-green-300{color:#81c784}.bg-color-green-300{background-color:#81c784}.color-green-400{color:#66bb6a}.bg-color-green-400{background-color:#66bb6a}.color-green-500{color:#4caf50}.bg-color-green-500{background-color:#4caf50}.color-green-600{color:#43a047}.bg-color-green-600{background-color:#43a047}.color-green-700{color:#388e3c}.bg-color-green-700{background-color:#388e3c}.color-green-800{color:#2e7d32}.bg-color-green-800{background-color:#2e7d32}.color-green-900{color:#1b5e20}.bg-color-green-900{background-color:#1b5e20}.color-green-a100{color:#b9f6ca}.bg-color-green-a100{background-color:#b9f6ca}.color-green-a200{color:#69f0ae}.bg-color-green-a200{background-color:#69f0ae}.color-green-a400{color:#00e676}.bg-color-green-a400{background-color:#00e676}.color-green-a700{color:#00c853}.bg-color-green-a700{background-color:#00c853}.color-light-green-50{color:#f1f8e9}.bg-color-light-green-50{background-color:#f1f8e9}.color-light-green-100{color:#dcedc8}.bg-color-light-green-100{background-color:#dcedc8}.color-light-green-200{color:#c5e1a5}.bg-color-light-green-200{background-color:#c5e1a5}.color-light-green-300{color:#aed581}.bg-color-light-green-300{background-color:#aed581}.color-light-green-400{color:#9ccc65}.bg-color-light-green-400{background-color:#9ccc65}.color-light-green-500{color:#8bc34a}.bg-color-light-green-500{background-color:#8bc34a}.color-light-green-600{color:#7cb342}.bg-color-light-green-600{background-color:#7cb342}.color-light-green-700{color:#689f38}.bg-color-light-green-700{background-color:#689f38}.color-light-green-800{color:#558b2f}.bg-color-light-green-800{background-color:#558b2f}.color-light-green-900{color:#33691e}.bg-color-light-green-900{background-color:#33691e}.color-light-green-a100{color:#ccff90}.bg-color-light-green-a100{background-color:#ccff90}.color-light-green-a200{color:#b2ff59}.bg-color-light-green-a200{background-color:#b2ff59}.color-light-green-a400{color:#76ff03}.bg-color-light-green-a400{background-color:#76ff03}.color-light-green-a700{color:#64dd17}.bg-color-light-green-a700{background-color:#64dd17}.color-lime-50{color:#f9fbe7}.bg-color-lime-50{background-color:#f9fbe7}.color-lime-100{color:#f0f4c3}.bg-color-lime-100{background-color:#f0f4c3}.color-lime-200{color:#e6ee9c}.bg-color-lime-200{background-color:#e6ee9c}.color-lime-300{color:#dce775}.bg-color-lime-300{background-color:#dce775}.color-lime-400{color:#d4e157}.bg-color-lime-400{background-color:#d4e157}.color-lime-500{color:#cddc39}.bg-color-lime-500{background-color:#cddc39}.color-lime-600{color:#c0ca33}.bg-color-lime-600{background-color:#c0ca33}.color-lime-700{color:#afb42b}.bg-color-lime-700{background-color:#afb42b}.color-lime-800{color:#9e9d24}.bg-color-lime-800{background-color:#9e9d24}.color-lime-900{color:#827717}.bg-color-lime-900{background-color:#827717}.color-lime-a100{color:#f4ff81}.bg-color-lime-a100{background-color:#f4ff81}.color-lime-a200{color:#eeff41}.bg-color-lime-a200{background-color:#eeff41}.color-lime-a400{color:#c6ff00}.bg-color-lime-a400{background-color:#c6ff00}.color-lime-a700{color:#aeea00}.bg-color-lime-a700{background-color:#aeea00}.color-yellow-50{color:#fffde7}.bg-color-yellow-50{background-color:#fffde7}.color-yellow-100{color:#fff9c4}.bg-color-yellow-100{background-color:#fff9c4}.color-yellow-200{color:#fff59d}.bg-color-yellow-200{background-color:#fff59d}.color-yellow-300{color:#fff176}.bg-color-yellow-300{background-color:#fff176}.color-yellow-400{color:#ffee58}.bg-color-yellow-400{background-color:#ffee58}.color-yellow-500{color:#ffeb3b}.bg-color-yellow-500{background-color:#ffeb3b}.color-yellow-600{color:#fdd835}.bg-color-yellow-600{background-color:#fdd835}.color-yellow-700{color:#fbc02d}.bg-color-yellow-700{background-color:#fbc02d}.color-yellow-800{color:#f9a825}.bg-color-yellow-800{background-color:#f9a825}.color-yellow-900{color:#f57f17}.bg-color-yellow-900{background-color:#f57f17}.color-yellow-a100{color:#ffff8d}.bg-color-yellow-a100{background-color:#ffff8d}.color-yellow-a200{color:#ff0}.bg-color-yellow-a200{background-color:#ff0}.color-yellow-a400{color:#ffea00}.bg-color-yellow-a400{background-color:#ffea00}.color-yellow-a700{color:#ffd600}.bg-color-yellow-a700{background-color:#ffd600}.color-amber-50{color:#fff8e1}.bg-color-amber-50{background-color:#fff8e1}.color-amber-100{color:#ffecb3}.bg-color-amber-100{background-color:#ffecb3}.color-amber-200{color:#ffe082}.bg-color-amber-200{background-color:#ffe082}.color-amber-300{color:#ffd54f}.bg-color-amber-300{background-color:#ffd54f}.color-amber-400{color:#ffca28}.bg-color-amber-400{background-color:#ffca28}.color-amber-500{color:#ffc107}.bg-color-amber-500{background-color:#ffc107}.color-amber-600{color:#ffb300}.bg-color-amber-600{background-color:#ffb300}.color-amber-700{color:#ffa000}.bg-color-amber-700{background-color:#ffa000}.color-amber-800{color:#ff8f00}.bg-color-amber-800{background-color:#ff8f00}.color-amber-900{color:#ff6f00}.bg-color-amber-900{background-color:#ff6f00}.color-amber-a100{color:#ffe57f}.bg-color-amber-a100{background-color:#ffe57f}.color-amber-a200{color:#ffd740}.bg-color-amber-a200{background-color:#ffd740}.color-amber-a400{color:#ffc400}.bg-color-amber-a400{background-color:#ffc400}.color-amber-a700{color:#ffab00}.bg-color-amber-a700{background-color:#ffab00}.color-orange-50{color:#fff3e0}.bg-color-orange-50{background-color:#fff3e0}.color-orange-100{color:#ffe0b2}.bg-color-orange-100{background-color:#ffe0b2}.color-orange-200{color:#ffcc80}.bg-color-orange-200{background-color:#ffcc80}.color-orange-300{color:#ffb74d}.bg-color-orange-300{background-color:#ffb74d}.color-orange-400{color:#ffa726}.bg-color-orange-400{background-color:#ffa726}.color-orange-500{color:#ff9800}.bg-color-orange-500{background-color:#ff9800}.color-orange-600{color:#fb8c00}.bg-color-orange-600{background-color:#fb8c00}.color-orange-700{color:#f57c00}.bg-color-orange-700{background-color:#f57c00}.color-orange-800{color:#ef6c00}.bg-color-orange-800{background-color:#ef6c00}.color-orange-900{color:#e65100}.bg-color-orange-900{background-color:#e65100}.color-orange-a100{color:#ffd180}.bg-color-orange-a100{background-color:#ffd180}.color-orange-a200{color:#ffab40}.bg-color-orange-a200{background-color:#ffab40}.color-orange-a400{color:#ff9100}.bg-color-orange-a400{background-color:#ff9100}.color-orange-a700{color:#ff6d00}.bg-color-orange-a700{background-color:#ff6d00}.color-deep-orange-50{color:#fbe9e7}.bg-color-deep-orange-50{background-color:#fbe9e7}.color-deep-orange-100{color:#ffccbc}.bg-color-deep-orange-100{background-color:#ffccbc}.color-deep-orange-200{color:#ffab91}.bg-color-deep-orange-200{background-color:#ffab91}.color-deep-orange-300{color:#ff8a65}.bg-color-deep-orange-300{background-color:#ff8a65}.color-deep-orange-400{color:#ff7043}.bg-color-deep-orange-400{background-color:#ff7043}.color-deep-orange-500{color:#ff5722}.bg-color-deep-orange-500{background-color:#ff5722}.color-deep-orange-600{color:#f4511e}.bg-color-deep-orange-600{background-color:#f4511e}.color-deep-orange-700{color:#e64a19}.bg-color-deep-orange-700{background-color:#e64a19}.color-deep-orange-800{color:#d84315}.bg-color-deep-orange-800{background-color:#d84315}.color-deep-orange-900{color:#bf360c}.bg-color-deep-orange-900{background-color:#bf360c}.color-deep-orange-a100{color:#ff9e80}.bg-color-deep-orange-a100{background-color:#ff9e80}.color-deep-orange-a200{color:#ff6e40}.bg-color-deep-orange-a200{background-color:#ff6e40}.color-deep-orange-a400{color:#ff3d00}.bg-color-deep-orange-a400{background-color:#ff3d00}.color-deep-orange-a700{color:#dd2c00}.bg-color-deep-orange-a700{background-color:#dd2c00}.color-brown-50{color:#efebe9}.bg-color-brown-50{background-color:#efebe9}.color-brown-100{color:#d7ccc8}.bg-color-brown-100{background-color:#d7ccc8}.color-brown-200{color:#bcaaa4}.bg-color-brown-200{background-color:#bcaaa4}.color-brown-300{color:#a1887f}.bg-color-brown-300{background-color:#a1887f}.color-brown-400{color:#8d6e63}.bg-color-brown-400{background-color:#8d6e63}.color-brown-500{color:#795548}.bg-color-brown-500{background-color:#795548}.color-brown-600{color:#6d4c41}.bg-color-brown-600{background-color:#6d4c41}.color-brown-700{color:#5d4037}.bg-color-brown-700{background-color:#5d4037}.color-brown-800{color:#4e342e}.bg-color-brown-800{background-color:#4e342e}.color-brown-900{color:#3e2723}.bg-color-brown-900{background-color:#3e2723}.color-grey-50{color:#fafafa}.bg-color-grey-50{background-color:#fafafa}.color-grey-100{color:#f5f5f5}.bg-color-grey-100{background-color:#f5f5f5}.color-grey-200{color:#eee}.bg-color-grey-200{background-color:#eee}.color-grey-300{color:#e0e0e0}.bg-color-grey-300{background-color:#e0e0e0}.color-grey-400{color:#bdbdbd}.bg-color-grey-400{background-color:#bdbdbd}.color-grey-500{color:#9e9e9e}.bg-color-grey-500{background-color:#9e9e9e}.color-grey-600{color:#757575}.bg-color-grey-600{background-color:#757575}.color-grey-700{color:#616161}.bg-color-grey-700{background-color:#616161}.color-grey-800{color:#424242}.bg-color-grey-800{background-color:#424242}.color-grey-900{color:#212121}.bg-color-grey-900{background-color:#212121}.color-blue-grey-50{color:#eceff1}.bg-color-blue-grey-50{background-color:#eceff1}.color-blue-grey-100{color:#cfd8dc}.bg-color-blue-grey-100{background-color:#cfd8dc}.color-blue-grey-200{color:#b0bec5}.bg-color-blue-grey-200{background-color:#b0bec5}.color-blue-grey-300{color:#90a4ae}.bg-color-blue-grey-300{background-color:#90a4ae}.color-blue-grey-400{color:#78909c}.bg-color-blue-grey-400{background-color:#78909c}.color-blue-grey-500{color:#607d8b}.bg-color-blue-grey-500{background-color:#607d8b}.color-blue-grey-600{color:#546e7a}.bg-color-blue-grey-600{background-color:#546e7a}.color-blue-grey-700{color:#455a64}.bg-color-blue-grey-700{background-color:#455a64}.color-blue-grey-800{color:#37474f}.bg-color-blue-grey-800{background-color:#37474f}.color-blue-grey-900{color:#263238}.bg-color-blue-grey-900{background-color:#263238}.color-blue-grey-1000{color:#11171a}.bg-color-blue-grey-1000{background-color:#11171a}@font-face{font-family:linotte;src:url(fonts/linotte/linotte_regular_macroman/Linotte-Regular-webfont.eot);src:url(fonts/linotte/linotte_regular_macroman/Linotte-Regular-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/linotte/linotte_regular_macroman/Linotte-Regular-webfont.woff2) format("woff2"),url(fonts/linotte/linotte_regular_macroman/Linotte-Regular-webfont.woff) format("woff"),url(fonts/linotte/linotte_regular_macroman/Linotte-Regular-webfont.ttf) format("truetype"),url(fonts/linotte/linotte_regular_macroman/Linotte-Regular-webfont.svg#linotteregular) format("svg");font-weight:400;font-style:normal}@font-face{font-family:linotte;src:url(fonts/linotte/linotte_semibold_macroman/Linotte-SemiBold-webfont.eot);src:url(fonts/linotte/linotte_semibold_macroman/Linotte-SemiBold-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/linotte/linotte_semibold_macroman/Linotte-SemiBold-webfont.woff2) format("woff2"),url(fonts/linotte/linotte_semibold_macroman/Linotte-SemiBold-webfont.woff) format("woff"),url(fonts/linotte/linotte_semibold_macroman/Linotte-SemiBold-webfont.ttf) format("truetype"),url(fonts/linotte/linotte_semibold_macroman/Linotte-SemiBold-webfont.svg#linottesemibold) format("svg");font-weight:600;font-style:normal}@font-face{font-family:linotte;src:url(fonts/linotte/linotte_bold_macroman/Linotte-Bold-webfont.eot);src:url(fonts/linotte/linotte_bold_macroman/Linotte-Bold-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/linotte/linotte_bold_macroman/Linotte-Bold-webfont.woff2) format("woff2"),url(fonts/linotte/linotte_bold_macroman/Linotte-Bold-webfont.woff) format("woff"),url(fonts/linotte/linotte_bold_macroman/Linotte-Bold-webfont.ttf) format("truetype"),url(fonts/linotte/linotte_bold_macroman/Linotte-Bold-webfont.svg#linottebold) format("svg");font-weight:700;font-style:normal}*{-webkit-overflow-scrolling:touch}html{overflow-x:hidden}html .datepicker{display:block;position:relative;padding:0;margin-top:inherit;direction:inherit}html .foundation-picker .datepicker{display:none;position:absolute;padding:4px;margin-top:1px;direction:ltr}@-ms-viewport{width:device-width}.ng-cloak,.x-ng-cloak,[data-ng-cloak],[ng-cloak],[ng\:cloak],[x-ng-cloak]{display:none!important}.default-cursor{cursor:default}.inline-block{display:inline-block}.ng-hide:not(.ng-hide-animate){display:block!important;position:absolute;top:-9999px!important;left:-9999px!important}.angular-google-map-container{width:100%;height:400px}.angular-google-map-wrapper{height:400px}.angular-google-map-wrapper.full-width{width:100%}.angular-google-map-wrapper:not(.full-width){width:400px}@media print{.noprint{display:none}p{color:red}}@media screen{.print{display:none}}.ar .close-button{left:1rem;right:none}body{background:#f5f5f5;color:#424242;overflow-x:hidden}body,html{height:100%}.text-light h1,.text-light h2,.text-light h3,.text-light h4,.text-light h5,.text-light h6,.text-light p{color:#fff}img.rounded{border-radius:50%}img.full{width:100%}h6{text-transform:uppercase;font-size:.875rem;color:rgba(0,0,0,.5)}h6.light{color:hsla(0,0%,100%,.5)}.row.m0{margin:0 auto}.full_height{height:100%}.w100{width:100%}.min_100{min-height:100%}.no-margins{margin:0}.rel{position:relative}.z-index-99{z-index:99}.abs{position:absolute}.abs.center{margin:0}.abs.center,.loader_box{left:0;right:0;bottom:0;top:0}.loader_box{position:absolute;margin:auto;background:rgba(0,0,0,.3);z-index:999}.loader{width:56px;height:56px;border:8px solid rgba(0,82,236,.25);border-top-color:#0052ec;border-radius:50%;position:relative;animation:loader-rotate 2s linear infinite;margin:0 auto}@keyframes loader-rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.loader.absloader{position:absolute;left:0;top:0;right:0;bottom:0;margin:auto}.semi-rounded{overflow:hidden;border-radius:4px}.pointer{cursor:pointer}.color-white{color:#fff}.bg-white{background:#fff}.overflow_hidden{overflow:hidden}.scrollable{overflow-y:auto}.dib{display:inline-block}.db{display:block}.op25{opacity:.25}.op8{opacity:.8}input.disabled,input[disabled]{cursor:pointer}.row.no_margins{margin:0!important}.wave_loader{width:120px;height:120px;background:transparent;border:2px solid #37474f;border-radius:50%;position:relative;overflow:hidden;margin:0 auto}.counter{width:100%;line-height:120px;font-size:24px;font-weight:700;color:#fff;text-align:center;position:absolute;top:0;left:0;opacity:.8}.posrel{position:relative}.posabs{position:absolute}.ar .ltr_hidden{display:block}.ar .rtl_hidden,.ltr_hidden{display:none}.rtl_hidden{display:block}select:lang(ar){background-position:0}.text-right:lang(ar){text-align:left}.text-left:lang(ar){text-align:right}.uppercase{text-transform:uppercase}.ta-scroll-window>.ta-bind{padding:50px!important}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.no-access{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.no-access img{width:100px}@media print{body,html{height:auto;-webkit-print-color-adjust:exact}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:1!important;transform:none!important;pointer-events:auto!important}.disabledwrapper{pointer-events:none;opacity:.4}.mt6{margin-top:6px}.menu{margin:0;list-style-type:none;width:100%;display:flex;align-items:center;flex-wrap:nowrap}.card.deep-purple{background:#512da8;color:#fff}.card.padded{padding:16px}.row-100{width:100%;margin:0 auto;max-width:100%}.row-100:after,.row-100:before{content:" ";display:table}.row-100:after{clear:both}.sidebar{background-color:#e9ecef;max-width:300px;position:relative}.sidebar .search{position:absolute;bottom:0;left:0;right:0}.sidebar .search input{margin:0;color:#e9ecef;background-color:#868e96}.device{padding-top:15px}.device .icon{max-width:15px}.device .body{padding-left:15px}.device .body .option{padding-top:2px;padding-bottom:2px;color:#868e96;transition:all .2s ease;cursor:pointer}.device .body .option:hover{background-color:#a5d8ff;color:#343a40}.device .body .option img{position:relative;bottom:3px}.device .head{padding:5px;background-color:#d0ebff;position:relative;cursor:pointer}.device .head.selected{background-color:#a5d8ff}.device .head i{position:absolute;right:10px;top:7px;cursor:pointer;transition:all .2s ease}.device .head i:lang(ar){left:10px;right:auto}.device .head i:hover{color:#339af0}.gridster-item{background-color:#fff}.main-gridster,body{background-color:#efefef}.switch.large:lang(ar) .switch-paddle:after{left:auto;right:2.75rem}.switch.large:lang(ar) input:checked~.switch-paddle:after{left:auto;right:.25rem}.gradient-red,.gradient.red{background:#d32f2f;background:-webkit-linear-gradient(left,#d32f2f,#f44336);background:linear-gradient(90deg,#d32f2f,#f44336);color:#fff}.gradient-pink,.gradient.pink{background:#c2185b;background:-webkit-linear-gradient(left,#c2185b,#e91e63);background:linear-gradient(90deg,#c2185b,#e91e63);color:#fff}.gradient-purple,.gradient.purple{background:#7b1fa2;background:-webkit-linear-gradient(left,#7b1fa2,#9c27b0);background:linear-gradient(90deg,#7b1fa2,#9c27b0);color:#fff}.gradient-deep-purple,.gradient.deep-purple{background:#512da8;background:-webkit-linear-gradient(left,#512da8,#673ab7);background:linear-gradient(90deg,#512da8,#673ab7);color:#fff}.gradient-indigo,.gradient.indigo{background:#303f9f;background:-webkit-linear-gradient(left,#303f9f,#3f51b5);background:linear-gradient(90deg,#303f9f,#3f51b5);color:#fff}.gradient-blue,.gradient.blue{background:#1976d2;background:-webkit-linear-gradient(left,#1976d2,#2196f3);background:linear-gradient(90deg,#1976d2,#2196f3);color:#fff}.gradient-light-blue,.gradient.light-blue{background:#0288d1;background:-webkit-linear-gradient(left,#0288d1,#03a9f4);background:linear-gradient(90deg,#0288d1,#03a9f4);color:#fff}.gradient-cyan,.gradient.cyan{background:#0097a7;background:-webkit-linear-gradient(left,#0097a7,#00bcd4);background:linear-gradient(90deg,#0097a7,#00bcd4);color:#fff}.gradient-teal,.gradient.teal{background:#00796b;background:-webkit-linear-gradient(left,#00796b,#009688);background:linear-gradient(90deg,#00796b,#009688);color:#fff}.gradient-green,.gradient.green{background:#388e3c;background:-webkit-linear-gradient(left,#388e3c,#4caf50);background:linear-gradient(90deg,#388e3c,#4caf50);color:#fff}.gradient-light-green,.gradient.light-green{background:#689f38;background:-webkit-linear-gradient(left,#689f38,#8bc34a);background:linear-gradient(90deg,#689f38,#8bc34a);color:#fff}.gradient-lime,.gradient.lime{background:#afb42b;background:-webkit-linear-gradient(left,#afb42b,#cddc39);background:linear-gradient(90deg,#afb42b,#cddc39);color:#fff}.gradient-yellow,.gradient.yellow{background:#fbc02d;background:-webkit-linear-gradient(left,#fbc02d,#ffeb3b);background:linear-gradient(90deg,#fbc02d,#ffeb3b);color:#fff}.gradient-amber,.gradient.amber{background:#ffa000;background:-webkit-linear-gradient(left,#ffa000,#ffc107);background:linear-gradient(90deg,#ffa000,#ffc107);color:#fff}.gradient-orange,.gradient.orange{background:#f57c00;background:-webkit-linear-gradient(left,#f57c00,#ff9800);background:linear-gradient(90deg,#f57c00,#ff9800);color:#fff}.gradient-deep-orange,.gradient.deep-orange{background:#e64a19;background:-webkit-linear-gradient(left,#e64a19,#ff5722);background:linear-gradient(90deg,#e64a19,#ff5722);color:#fff}.gradient-brown,.gradient.brown{background:#5d4037;background:-webkit-linear-gradient(left,#5d4037,#795548);background:linear-gradient(90deg,#5d4037,#795548);color:#fff}.gradient-grey,.gradient.grey{background:#616161;background:-webkit-linear-gradient(left,#616161,#9e9e9e);background:linear-gradient(90deg,#616161,#9e9e9e);color:#fff}.gradient-blue-grey,.gradient.blue-grey{background:#455a64;background:-webkit-linear-gradient(left,#455a64,#607d8b);background:linear-gradient(90deg,#455a64,#607d8b);color:#fff}.link.red{color:#f44336}.link.red.dashed{border-bottom:1px dashed #f44336}.link.red:hover{background:#d32f2f;color:#fff}.link.red.no_bg{color:#fff}.link.red.no_bg:hover{color:#d32f2f;background:transparent}.link.white:hover{background:#d32f2f}.link.white:hover.dashed{border-bottom:1px dashed #d32f2f}.link.white.no_bg:hover{color:#d32f2f}.link.pink{color:#e91e63}.link.pink.dashed{border-bottom:1px dashed #e91e63}.link.pink:hover{background:#c2185b;color:#fff}.link.pink.no_bg{color:#fff}.link.pink.no_bg:hover{color:#c2185b;background:transparent}.link.white:hover{background:#c2185b}.link.white:hover.dashed{border-bottom:1px dashed #c2185b}.link.white.no_bg:hover{color:#c2185b}.link.purple{color:#9c27b0}.link.purple.dashed{border-bottom:1px dashed #9c27b0}.link.purple:hover{background:#7b1fa2;color:#fff}.link.purple.no_bg{color:#fff}.link.purple.no_bg:hover{color:#7b1fa2;background:transparent}.link.white:hover{background:#7b1fa2}.link.white:hover.dashed{border-bottom:1px dashed #7b1fa2}.link.white.no_bg:hover{color:#7b1fa2}.link.deep-purple{color:#673ab7}.link.deep-purple.dashed{border-bottom:1px dashed #673ab7}.link.deep-purple:hover{background:#512da8;color:#fff}.link.deep-purple.no_bg{color:#fff}.link.deep-purple.no_bg:hover{color:#512da8;background:transparent}.link.white:hover{background:#512da8}.link.white:hover.dashed{border-bottom:1px dashed #512da8}.link.white.no_bg:hover{color:#512da8}.link.indigo{color:#3f51b5}.link.indigo.dashed{border-bottom:1px dashed #3f51b5}.link.indigo:hover{background:#303f9f;color:#fff}.link.indigo.no_bg{color:#fff}.link.indigo.no_bg:hover{color:#303f9f;background:transparent}.link.white:hover{background:#303f9f}.link.white:hover.dashed{border-bottom:1px dashed #303f9f}.link.white.no_bg:hover{color:#303f9f}.link.blue{color:#2196f3}.link.blue.dashed{border-bottom:1px dashed #2196f3}.link.blue:hover{background:#1976d2;color:#fff}.link.blue.no_bg{color:#fff}.link.blue.no_bg:hover{color:#1976d2;background:transparent}.link.white:hover{background:#1976d2}.link.white:hover.dashed{border-bottom:1px dashed #1976d2}.link.white.no_bg:hover{color:#1976d2}.link.light-blue{color:#03a9f4}.link.light-blue.dashed{border-bottom:1px dashed #03a9f4}.link.light-blue:hover{background:#0288d1;color:#fff}.link.light-blue.no_bg{color:#fff}.link.light-blue.no_bg:hover{color:#0288d1;background:transparent}.link.white:hover{background:#0288d1}.link.white:hover.dashed{border-bottom:1px dashed #0288d1}.link.white.no_bg:hover{color:#0288d1}.link.cyan{color:#00bcd4}.link.cyan.dashed{border-bottom:1px dashed #00bcd4}.link.cyan:hover{background:#0097a7;color:#fff}.link.cyan.no_bg{color:#fff}.link.cyan.no_bg:hover{color:#0097a7;background:transparent}.link.white:hover{background:#0097a7}.link.white:hover.dashed{border-bottom:1px dashed #0097a7}.link.white.no_bg:hover{color:#0097a7}.link.teal{color:#009688}.link.teal.dashed{border-bottom:1px dashed #009688}.link.teal:hover{background:#00796b;color:#fff}.link.teal.no_bg{color:#fff}.link.teal.no_bg:hover{color:#00796b;background:transparent}.link.white:hover{background:#00796b}.link.white:hover.dashed{border-bottom:1px dashed #00796b}.link.white.no_bg:hover{color:#00796b}.link.green{color:#4caf50}.link.green.dashed{border-bottom:1px dashed #4caf50}.link.green:hover{background:#388e3c;color:#fff}.link.green.no_bg{color:#fff}.link.green.no_bg:hover{color:#388e3c;background:transparent}.link.white:hover{background:#388e3c}.link.white:hover.dashed{border-bottom:1px dashed #388e3c}.link.white.no_bg:hover{color:#388e3c}.link.light-green{color:#8bc34a}.link.light-green.dashed{border-bottom:1px dashed #8bc34a}.link.light-green:hover{background:#689f38;color:#fff}.link.light-green.no_bg{color:#fff}.link.light-green.no_bg:hover{color:#689f38;background:transparent}.link.white:hover{background:#689f38}.link.white:hover.dashed{border-bottom:1px dashed #689f38}.link.white.no_bg:hover{color:#689f38}.link.lime{color:#cddc39}.link.lime.dashed{border-bottom:1px dashed #cddc39}.link.lime:hover{background:#afb42b;color:#fff}.link.lime.no_bg{color:#fff}.link.lime.no_bg:hover{color:#afb42b;background:transparent}.link.white:hover{background:#afb42b}.link.white:hover.dashed{border-bottom:1px dashed #afb42b}.link.white.no_bg:hover{color:#afb42b}.link.yellow{color:#ffeb3b}.link.yellow.dashed{border-bottom:1px dashed #ffeb3b}.link.yellow:hover{background:#fbc02d;color:#fff}.link.yellow.no_bg{color:#fff}.link.yellow.no_bg:hover{color:#fbc02d;background:transparent}.link.white:hover{background:#fbc02d}.link.white:hover.dashed{border-bottom:1px dashed #fbc02d}.link.white.no_bg:hover{color:#fbc02d}.link.amber{color:#ffc107}.link.amber.dashed{border-bottom:1px dashed #ffc107}.link.amber:hover{background:#ffa000;color:#fff}.link.amber.no_bg{color:#fff}.link.amber.no_bg:hover{color:#ffa000;background:transparent}.link.white:hover{background:#ffa000}.link.white:hover.dashed{border-bottom:1px dashed #ffa000}.link.white.no_bg:hover{color:#ffa000}.link.orange{color:#ff9800}.link.orange.dashed{border-bottom:1px dashed #ff9800}.link.orange:hover{background:#f57c00;color:#fff}.link.orange.no_bg{color:#fff}.link.orange.no_bg:hover{color:#f57c00;background:transparent}.link.white:hover{background:#f57c00}.link.white:hover.dashed{border-bottom:1px dashed #f57c00}.link.white.no_bg:hover{color:#f57c00}.link.deep-orange{color:#ff5722}.link.deep-orange.dashed{border-bottom:1px dashed #ff5722}.link.deep-orange:hover{background:#e64a19;color:#fff}.link.deep-orange.no_bg{color:#fff}.link.deep-orange.no_bg:hover{color:#e64a19;background:transparent}.link.white:hover{background:#e64a19}.link.white:hover.dashed{border-bottom:1px dashed #e64a19}.link.white.no_bg:hover{color:#e64a19}.link.brown{color:#795548}.link.brown.dashed{border-bottom:1px dashed #795548}.link.brown:hover{background:#5d4037;color:#fff}.link.brown.no_bg{color:#fff}.link.brown.no_bg:hover{color:#5d4037;background:transparent}.link.white:hover{background:#5d4037}.link.white:hover.dashed{border-bottom:1px dashed #5d4037}.link.white.no_bg:hover{color:#5d4037}.link.grey{color:#9e9e9e}.link.grey.dashed{border-bottom:1px dashed #9e9e9e}.link.grey:hover{background:#616161;color:#fff}.link.grey.no_bg{color:#fff}.link.grey.no_bg:hover{color:#616161;background:transparent}.link.white:hover{background:#616161}.link.white:hover.dashed{border-bottom:1px dashed #616161}.link.white.no_bg:hover{color:#616161}.link.blue-grey{color:#607d8b}.link.blue-grey.dashed{border-bottom:1px dashed #607d8b}.link.blue-grey:hover{background:#455a64;color:#fff}.link.blue-grey.no_bg{color:#fff}.link.blue-grey.no_bg:hover{color:#455a64;background:transparent}.link.white{color:#fff}.link.white.dashed{border-bottom:1px dashed #fff}.link.white:hover{background:#455a64;color:#fff}.link.white:hover.dashed{border-bottom:1px dashed #455a64}.link.white.no_bg{color:#fff}.link.white.no_bg:hover{color:#455a64;background:transparent}.hover-color-red-50:hover{color:#ffebee}.hover-bg-color-red-50:hover{background:#ffebee}.hover-color-red-100:hover{color:#ffcdd2}.hover-bg-color-red-100:hover{background:#ffcdd2}.hover-color-red-200:hover{color:#ef9a9a}.hover-bg-color-red-200:hover{background:#ef9a9a}.hover-color-red-300:hover{color:#e57373}.hover-bg-color-red-300:hover{background:#e57373}.hover-color-red-400:hover{color:#ef5350}.hover-bg-color-red-400:hover{background:#ef5350}.hover-color-red-500:hover{color:#f44336}.hover-bg-color-red-500:hover{background:#f44336}.hover-color-red-600:hover{color:#e53935}.hover-bg-color-red-600:hover{background:#e53935}.hover-color-red-700:hover{color:#d32f2f}.hover-bg-color-red-700:hover{background:#d32f2f}.hover-color-red-800:hover{color:#c62828}.hover-bg-color-red-800:hover{background:#c62828}.hover-color-red-900:hover{color:#b71c1c}.hover-bg-color-red-900:hover{background:#b71c1c}.hover-color-red-a100:hover{color:#ff8a80}.hover-bg-color-red-a100:hover{background:#ff8a80}.hover-color-red-a200:hover{color:#ff5252}.hover-bg-color-red-a200:hover{background:#ff5252}.hover-color-red-a400:hover{color:#ff1744}.hover-bg-color-red-a400:hover{background:#ff1744}.hover-color-red-a700:hover{color:#d50000}.hover-bg-color-red-a700:hover{background:#d50000}.hover-color-pink-50:hover{color:#fce4ec}.hover-bg-color-pink-50:hover{background:#fce4ec}.hover-color-pink-100:hover{color:#f8bbd0}.hover-bg-color-pink-100:hover{background:#f8bbd0}.hover-color-pink-200:hover{color:#f48fb1}.hover-bg-color-pink-200:hover{background:#f48fb1}.hover-color-pink-300:hover{color:#f06292}.hover-bg-color-pink-300:hover{background:#f06292}.hover-color-pink-400:hover{color:#ec407a}.hover-bg-color-pink-400:hover{background:#ec407a}.hover-color-pink-500:hover{color:#e91e63}.hover-bg-color-pink-500:hover{background:#e91e63}.hover-color-pink-600:hover{color:#d81b60}.hover-bg-color-pink-600:hover{background:#d81b60}.hover-color-pink-700:hover{color:#c2185b}.hover-bg-color-pink-700:hover{background:#c2185b}.hover-color-pink-800:hover{color:#ad1457}.hover-bg-color-pink-800:hover{background:#ad1457}.hover-color-pink-900:hover{color:#880e4f}.hover-bg-color-pink-900:hover{background:#880e4f}.hover-color-pink-a100:hover{color:#ff80ab}.hover-bg-color-pink-a100:hover{background:#ff80ab}.hover-color-pink-a200:hover{color:#ff4081}.hover-bg-color-pink-a200:hover{background:#ff4081}.hover-color-pink-a400:hover{color:#f50057}.hover-bg-color-pink-a400:hover{background:#f50057}.hover-color-pink-a700:hover{color:#c51162}.hover-bg-color-pink-a700:hover{background:#c51162}.hover-color-purple-50:hover{color:#f3e5f5}.hover-bg-color-purple-50:hover{background:#f3e5f5}.hover-color-purple-100:hover{color:#e1bee7}.hover-bg-color-purple-100:hover{background:#e1bee7}.hover-color-purple-200:hover{color:#ce93d8}.hover-bg-color-purple-200:hover{background:#ce93d8}.hover-color-purple-300:hover{color:#ba68c8}.hover-bg-color-purple-300:hover{background:#ba68c8}.hover-color-purple-400:hover{color:#ab47bc}.hover-bg-color-purple-400:hover{background:#ab47bc}.hover-color-purple-500:hover{color:#9c27b0}.hover-bg-color-purple-500:hover{background:#9c27b0}.hover-color-purple-600:hover{color:#8e24aa}.hover-bg-color-purple-600:hover{background:#8e24aa}.hover-color-purple-700:hover{color:#7b1fa2}.hover-bg-color-purple-700:hover{background:#7b1fa2}.hover-color-purple-800:hover{color:#6a1b9a}.hover-bg-color-purple-800:hover{background:#6a1b9a}.hover-color-purple-900:hover{color:#4a148c}.hover-bg-color-purple-900:hover{background:#4a148c}.hover-color-purple-a100:hover{color:#ea80fc}.hover-bg-color-purple-a100:hover{background:#ea80fc}.hover-color-purple-a200:hover{color:#e040fb}.hover-bg-color-purple-a200:hover{background:#e040fb}.hover-color-purple-a400:hover{color:#d500f9}.hover-bg-color-purple-a400:hover{background:#d500f9}.hover-color-purple-a700:hover{color:#a0f}.hover-bg-color-purple-a700:hover{background:#a0f}.hover-color-deep-purple-50:hover{color:#ede7f6}.hover-bg-color-deep-purple-50:hover{background:#ede7f6}.hover-color-deep-purple-100:hover{color:#d1c4e9}.hover-bg-color-deep-purple-100:hover{background:#d1c4e9}.hover-color-deep-purple-200:hover{color:#b39ddb}.hover-bg-color-deep-purple-200:hover{background:#b39ddb}.hover-color-deep-purple-300:hover{color:#9575cd}.hover-bg-color-deep-purple-300:hover{background:#9575cd}.hover-color-deep-purple-400:hover{color:#7e57c2}.hover-bg-color-deep-purple-400:hover{background:#7e57c2}.hover-color-deep-purple-500:hover{color:#673ab7}.hover-bg-color-deep-purple-500:hover{background:#673ab7}.hover-color-deep-purple-600:hover{color:#5e35b1}.hover-bg-color-deep-purple-600:hover{background:#5e35b1}.hover-color-deep-purple-700:hover{color:#512da8}.hover-bg-color-deep-purple-700:hover{background:#512da8}.hover-color-deep-purple-800:hover{color:#4527a0}.hover-bg-color-deep-purple-800:hover{background:#4527a0}.hover-color-deep-purple-900:hover{color:#311b92}.hover-bg-color-deep-purple-900:hover{background:#311b92}.hover-color-deep-purple-a100:hover{color:#b388ff}.hover-bg-color-deep-purple-a100:hover{background:#b388ff}.hover-color-deep-purple-a200:hover{color:#7c4dff}.hover-bg-color-deep-purple-a200:hover{background:#7c4dff}.hover-color-deep-purple-a400:hover{color:#651fff}.hover-bg-color-deep-purple-a400:hover{background:#651fff}.hover-color-deep-purple-a700:hover{color:#6200ea}.hover-bg-color-deep-purple-a700:hover{background:#6200ea}.hover-color-indigo-50:hover{color:#e8eaf6}.hover-bg-color-indigo-50:hover{background:#e8eaf6}.hover-color-indigo-100:hover{color:#c5cae9}.hover-bg-color-indigo-100:hover{background:#c5cae9}.hover-color-indigo-200:hover{color:#9fa8da}.hover-bg-color-indigo-200:hover{background:#9fa8da}.hover-color-indigo-300:hover{color:#7986cb}.hover-bg-color-indigo-300:hover{background:#7986cb}.hover-color-indigo-400:hover{color:#5c6bc0}.hover-bg-color-indigo-400:hover{background:#5c6bc0}.hover-color-indigo-500:hover{color:#3f51b5}.hover-bg-color-indigo-500:hover{background:#3f51b5}.hover-color-indigo-600:hover{color:#3949ab}.hover-bg-color-indigo-600:hover{background:#3949ab}.hover-color-indigo-700:hover{color:#303f9f}.hover-bg-color-indigo-700:hover{background:#303f9f}.hover-color-indigo-800:hover{color:#283593}.hover-bg-color-indigo-800:hover{background:#283593}.hover-color-indigo-900:hover{color:#1a237e}.hover-bg-color-indigo-900:hover{background:#1a237e}.hover-color-indigo-a100:hover{color:#8c9eff}.hover-bg-color-indigo-a100:hover{background:#8c9eff}.hover-color-indigo-a200:hover{color:#536dfe}.hover-bg-color-indigo-a200:hover{background:#536dfe}.hover-color-indigo-a400:hover{color:#3d5afe}.hover-bg-color-indigo-a400:hover{background:#3d5afe}.hover-color-indigo-a700:hover{color:#304ffe}.hover-bg-color-indigo-a700:hover{background:#304ffe}.hover-color-blue-50:hover{color:#e3f2fd}.hover-bg-color-blue-50:hover{background:#e3f2fd}.hover-color-blue-100:hover{color:#bbdefb}.hover-bg-color-blue-100:hover{background:#bbdefb}.hover-color-blue-200:hover{color:#90caf9}.hover-bg-color-blue-200:hover{background:#90caf9}.hover-color-blue-300:hover{color:#64b5f6}.hover-bg-color-blue-300:hover{background:#64b5f6}.hover-color-blue-400:hover{color:#42a5f5}.hover-bg-color-blue-400:hover{background:#42a5f5}.hover-color-blue-500:hover{color:#2196f3}.hover-bg-color-blue-500:hover{background:#2196f3}.hover-color-blue-600:hover{color:#1e88e5}.hover-bg-color-blue-600:hover{background:#1e88e5}.hover-color-blue-700:hover{color:#1976d2}.hover-bg-color-blue-700:hover{background:#1976d2}.hover-color-blue-800:hover{color:#1565c0}.hover-bg-color-blue-800:hover{background:#1565c0}.hover-color-blue-900:hover{color:#0d47a1}.hover-bg-color-blue-900:hover{background:#0d47a1}.hover-color-blue-a100:hover{color:#82b1ff}.hover-bg-color-blue-a100:hover{background:#82b1ff}.hover-color-blue-a200:hover{color:#448aff}.hover-bg-color-blue-a200:hover{background:#448aff}.hover-color-blue-a400:hover{color:#2979ff}.hover-bg-color-blue-a400:hover{background:#2979ff}.hover-color-blue-a700:hover{color:#2962ff}.hover-bg-color-blue-a700:hover{background:#2962ff}.hover-color-light-blue-50:hover{color:#e1f5fe}.hover-bg-color-light-blue-50:hover{background:#e1f5fe}.hover-color-light-blue-100:hover{color:#b3e5fc}.hover-bg-color-light-blue-100:hover{background:#b3e5fc}.hover-color-light-blue-200:hover{color:#81d4fa}.hover-bg-color-light-blue-200:hover{background:#81d4fa}.hover-color-light-blue-300:hover{color:#4fc3f7}.hover-bg-color-light-blue-300:hover{background:#4fc3f7}.hover-color-light-blue-400:hover{color:#29b6f6}.hover-bg-color-light-blue-400:hover{background:#29b6f6}.hover-color-light-blue-500:hover{color:#03a9f4}.hover-bg-color-light-blue-500:hover{background:#03a9f4}.hover-color-light-blue-600:hover{color:#039be5}.hover-bg-color-light-blue-600:hover{background:#039be5}.hover-color-light-blue-700:hover{color:#0288d1}.hover-bg-color-light-blue-700:hover{background:#0288d1}.hover-color-light-blue-800:hover{color:#0277bd}.hover-bg-color-light-blue-800:hover{background:#0277bd}.hover-color-light-blue-900:hover{color:#01579b}.hover-bg-color-light-blue-900:hover{background:#01579b}.hover-color-light-blue-a100:hover{color:#80d8ff}.hover-bg-color-light-blue-a100:hover{background:#80d8ff}.hover-color-light-blue-a200:hover{color:#40c4ff}.hover-bg-color-light-blue-a200:hover{background:#40c4ff}.hover-color-light-blue-a400:hover{color:#00b0ff}.hover-bg-color-light-blue-a400:hover{background:#00b0ff}.hover-color-light-blue-a700:hover{color:#0091ea}.hover-bg-color-light-blue-a700:hover{background:#0091ea}.hover-color-cyan-50:hover{color:#e0f7fa}.hover-bg-color-cyan-50:hover{background:#e0f7fa}.hover-color-cyan-100:hover{color:#b2ebf2}.hover-bg-color-cyan-100:hover{background:#b2ebf2}.hover-color-cyan-200:hover{color:#80deea}.hover-bg-color-cyan-200:hover{background:#80deea}.hover-color-cyan-300:hover{color:#4dd0e1}.hover-bg-color-cyan-300:hover{background:#4dd0e1}.hover-color-cyan-400:hover{color:#26c6da}.hover-bg-color-cyan-400:hover{background:#26c6da}.hover-color-cyan-500:hover{color:#00bcd4}.hover-bg-color-cyan-500:hover{background:#00bcd4}.hover-color-cyan-600:hover{color:#00acc1}.hover-bg-color-cyan-600:hover{background:#00acc1}.hover-color-cyan-700:hover{color:#0097a7}.hover-bg-color-cyan-700:hover{background:#0097a7}.hover-color-cyan-800:hover{color:#00838f}.hover-bg-color-cyan-800:hover{background:#00838f}.hover-color-cyan-900:hover{color:#006064}.hover-bg-color-cyan-900:hover{background:#006064}.hover-color-cyan-a100:hover{color:#84ffff}.hover-bg-color-cyan-a100:hover{background:#84ffff}.hover-color-cyan-a200:hover{color:#18ffff}.hover-bg-color-cyan-a200:hover{background:#18ffff}.hover-color-cyan-a400:hover{color:#00e5ff}.hover-bg-color-cyan-a400:hover{background:#00e5ff}.hover-color-cyan-a700:hover{color:#00b8d4}.hover-bg-color-cyan-a700:hover{background:#00b8d4}.hover-color-teal-50:hover{color:#e0f2f1}.hover-bg-color-teal-50:hover{background:#e0f2f1}.hover-color-teal-100:hover{color:#b2dfdb}.hover-bg-color-teal-100:hover{background:#b2dfdb}.hover-color-teal-200:hover{color:#80cbc4}.hover-bg-color-teal-200:hover{background:#80cbc4}.hover-color-teal-300:hover{color:#4db6ac}.hover-bg-color-teal-300:hover{background:#4db6ac}.hover-color-teal-400:hover{color:#26a69a}.hover-bg-color-teal-400:hover{background:#26a69a}.hover-color-teal-500:hover{color:#009688}.hover-bg-color-teal-500:hover{background:#009688}.hover-color-teal-600:hover{color:#00897b}.hover-bg-color-teal-600:hover{background:#00897b}.hover-color-teal-700:hover{color:#00796b}.hover-bg-color-teal-700:hover{background:#00796b}.hover-color-teal-800:hover{color:#00695c}.hover-bg-color-teal-800:hover{background:#00695c}.hover-color-teal-900:hover{color:#004d40}.hover-bg-color-teal-900:hover{background:#004d40}.hover-color-teal-a100:hover{color:#a7ffeb}.hover-bg-color-teal-a100:hover{background:#a7ffeb}.hover-color-teal-a200:hover{color:#64ffda}.hover-bg-color-teal-a200:hover{background:#64ffda}.hover-color-teal-a400:hover{color:#1de9b6}.hover-bg-color-teal-a400:hover{background:#1de9b6}.hover-color-teal-a700:hover{color:#00bfa5}.hover-bg-color-teal-a700:hover{background:#00bfa5}.hover-color-green-50:hover{color:#e8f5e9}.hover-bg-color-green-50:hover{background:#e8f5e9}.hover-color-green-100:hover{color:#c8e6c9}.hover-bg-color-green-100:hover{background:#c8e6c9}.hover-color-green-200:hover{color:#a5d6a7}.hover-bg-color-green-200:hover{background:#a5d6a7}.hover-color-green-300:hover{color:#81c784}.hover-bg-color-green-300:hover{background:#81c784}.hover-color-green-400:hover{color:#66bb6a}.hover-bg-color-green-400:hover{background:#66bb6a}.hover-color-green-500:hover{color:#4caf50}.hover-bg-color-green-500:hover{background:#4caf50}.hover-color-green-600:hover{color:#43a047}.hover-bg-color-green-600:hover{background:#43a047}.hover-color-green-700:hover{color:#388e3c}.hover-bg-color-green-700:hover{background:#388e3c}.hover-color-green-800:hover{color:#2e7d32}.hover-bg-color-green-800:hover{background:#2e7d32}.hover-color-green-900:hover{color:#1b5e20}.hover-bg-color-green-900:hover{background:#1b5e20}.hover-color-green-a100:hover{color:#b9f6ca}.hover-bg-color-green-a100:hover{background:#b9f6ca}.hover-color-green-a200:hover{color:#69f0ae}.hover-bg-color-green-a200:hover{background:#69f0ae}.hover-color-green-a400:hover{color:#00e676}.hover-bg-color-green-a400:hover{background:#00e676}.hover-color-green-a700:hover{color:#00c853}.hover-bg-color-green-a700:hover{background:#00c853}.hover-color-light-green-50:hover{color:#f1f8e9}.hover-bg-color-light-green-50:hover{background:#f1f8e9}.hover-color-light-green-100:hover{color:#dcedc8}.hover-bg-color-light-green-100:hover{background:#dcedc8}.hover-color-light-green-200:hover{color:#c5e1a5}.hover-bg-color-light-green-200:hover{background:#c5e1a5}.hover-color-light-green-300:hover{color:#aed581}.hover-bg-color-light-green-300:hover{background:#aed581}.hover-color-light-green-400:hover{color:#9ccc65}.hover-bg-color-light-green-400:hover{background:#9ccc65}.hover-color-light-green-500:hover{color:#8bc34a}.hover-bg-color-light-green-500:hover{background:#8bc34a}.hover-color-light-green-600:hover{color:#7cb342}.hover-bg-color-light-green-600:hover{background:#7cb342}.hover-color-light-green-700:hover{color:#689f38}.hover-bg-color-light-green-700:hover{background:#689f38}.hover-color-light-green-800:hover{color:#558b2f}.hover-bg-color-light-green-800:hover{background:#558b2f}.hover-color-light-green-900:hover{color:#33691e}.hover-bg-color-light-green-900:hover{background:#33691e}.hover-color-light-green-a100:hover{color:#ccff90}.hover-bg-color-light-green-a100:hover{background:#ccff90}.hover-color-light-green-a200:hover{color:#b2ff59}.hover-bg-color-light-green-a200:hover{background:#b2ff59}.hover-color-light-green-a400:hover{color:#76ff03}.hover-bg-color-light-green-a400:hover{background:#76ff03}.hover-color-light-green-a700:hover{color:#64dd17}.hover-bg-color-light-green-a700:hover{background:#64dd17}.hover-color-lime-50:hover{color:#f9fbe7}.hover-bg-color-lime-50:hover{background:#f9fbe7}.hover-color-lime-100:hover{color:#f0f4c3}.hover-bg-color-lime-100:hover{background:#f0f4c3}.hover-color-lime-200:hover{color:#e6ee9c}.hover-bg-color-lime-200:hover{background:#e6ee9c}.hover-color-lime-300:hover{color:#dce775}.hover-bg-color-lime-300:hover{background:#dce775}.hover-color-lime-400:hover{color:#d4e157}.hover-bg-color-lime-400:hover{background:#d4e157}.hover-color-lime-500:hover{color:#cddc39}.hover-bg-color-lime-500:hover{background:#cddc39}.hover-color-lime-600:hover{color:#c0ca33}.hover-bg-color-lime-600:hover{background:#c0ca33}.hover-color-lime-700:hover{color:#afb42b}.hover-bg-color-lime-700:hover{background:#afb42b}.hover-color-lime-800:hover{color:#9e9d24}.hover-bg-color-lime-800:hover{background:#9e9d24}.hover-color-lime-900:hover{color:#827717}.hover-bg-color-lime-900:hover{background:#827717}.hover-color-lime-a100:hover{color:#f4ff81}.hover-bg-color-lime-a100:hover{background:#f4ff81}.hover-color-lime-a200:hover{color:#eeff41}.hover-bg-color-lime-a200:hover{background:#eeff41}.hover-color-lime-a400:hover{color:#c6ff00}.hover-bg-color-lime-a400:hover{background:#c6ff00}.hover-color-lime-a700:hover{color:#aeea00}.hover-bg-color-lime-a700:hover{background:#aeea00}.hover-color-yellow-50:hover{color:#fffde7}.hover-bg-color-yellow-50:hover{background:#fffde7}.hover-color-yellow-100:hover{color:#fff9c4}.hover-bg-color-yellow-100:hover{background:#fff9c4}.hover-color-yellow-200:hover{color:#fff59d}.hover-bg-color-yellow-200:hover{background:#fff59d}.hover-color-yellow-300:hover{color:#fff176}.hover-bg-color-yellow-300:hover{background:#fff176}.hover-color-yellow-400:hover{color:#ffee58}.hover-bg-color-yellow-400:hover{background:#ffee58}.hover-color-yellow-500:hover{color:#ffeb3b}.hover-bg-color-yellow-500:hover{background:#ffeb3b}.hover-color-yellow-600:hover{color:#fdd835}.hover-bg-color-yellow-600:hover{background:#fdd835}.hover-color-yellow-700:hover{color:#fbc02d}.hover-bg-color-yellow-700:hover{background:#fbc02d}.hover-color-yellow-800:hover{color:#f9a825}.hover-bg-color-yellow-800:hover{background:#f9a825}.hover-color-yellow-900:hover{color:#f57f17}.hover-bg-color-yellow-900:hover{background:#f57f17}.hover-color-yellow-a100:hover{color:#ffff8d}.hover-bg-color-yellow-a100:hover{background:#ffff8d}.hover-color-yellow-a200:hover{color:#ff0}.hover-bg-color-yellow-a200:hover{background:#ff0}.hover-color-yellow-a400:hover{color:#ffea00}.hover-bg-color-yellow-a400:hover{background:#ffea00}.hover-color-yellow-a700:hover{color:#ffd600}.hover-bg-color-yellow-a700:hover{background:#ffd600}.hover-color-amber-50:hover{color:#fff8e1}.hover-bg-color-amber-50:hover{background:#fff8e1}.hover-color-amber-100:hover{color:#ffecb3}.hover-bg-color-amber-100:hover{background:#ffecb3}.hover-color-amber-200:hover{color:#ffe082}.hover-bg-color-amber-200:hover{background:#ffe082}.hover-color-amber-300:hover{color:#ffd54f}.hover-bg-color-amber-300:hover{background:#ffd54f}.hover-color-amber-400:hover{color:#ffca28}.hover-bg-color-amber-400:hover{background:#ffca28}.hover-color-amber-500:hover{color:#ffc107}.hover-bg-color-amber-500:hover{background:#ffc107}.hover-color-amber-600:hover{color:#ffb300}.hover-bg-color-amber-600:hover{background:#ffb300}.hover-color-amber-700:hover{color:#ffa000}.hover-bg-color-amber-700:hover{background:#ffa000}.hover-color-amber-800:hover{color:#ff8f00}.hover-bg-color-amber-800:hover{background:#ff8f00}.hover-color-amber-900:hover{color:#ff6f00}.hover-bg-color-amber-900:hover{background:#ff6f00}.hover-color-amber-a100:hover{color:#ffe57f}.hover-bg-color-amber-a100:hover{background:#ffe57f}.hover-color-amber-a200:hover{color:#ffd740}.hover-bg-color-amber-a200:hover{background:#ffd740}.hover-color-amber-a400:hover{color:#ffc400}.hover-bg-color-amber-a400:hover{background:#ffc400}.hover-color-amber-a700:hover{color:#ffab00}.hover-bg-color-amber-a700:hover{background:#ffab00}.hover-color-orange-50:hover{color:#fff3e0}.hover-bg-color-orange-50:hover{background:#fff3e0}.hover-color-orange-100:hover{color:#ffe0b2}.hover-bg-color-orange-100:hover{background:#ffe0b2}.hover-color-orange-200:hover{color:#ffcc80}.hover-bg-color-orange-200:hover{background:#ffcc80}.hover-color-orange-300:hover{color:#ffb74d}.hover-bg-color-orange-300:hover{background:#ffb74d}.hover-color-orange-400:hover{color:#ffa726}.hover-bg-color-orange-400:hover{background:#ffa726}.hover-color-orange-500:hover{color:#ff9800}.hover-bg-color-orange-500:hover{background:#ff9800}.hover-color-orange-600:hover{color:#fb8c00}.hover-bg-color-orange-600:hover{background:#fb8c00}.hover-color-orange-700:hover{color:#f57c00}.hover-bg-color-orange-700:hover{background:#f57c00}.hover-color-orange-800:hover{color:#ef6c00}.hover-bg-color-orange-800:hover{background:#ef6c00}.hover-color-orange-900:hover{color:#e65100}.hover-bg-color-orange-900:hover{background:#e65100}.hover-color-orange-a100:hover{color:#ffd180}.hover-bg-color-orange-a100:hover{background:#ffd180}.hover-color-orange-a200:hover{color:#ffab40}.hover-bg-color-orange-a200:hover{background:#ffab40}.hover-color-orange-a400:hover{color:#ff9100}.hover-bg-color-orange-a400:hover{background:#ff9100}.hover-color-orange-a700:hover{color:#ff6d00}.hover-bg-color-orange-a700:hover{background:#ff6d00}.hover-color-deep-orange-50:hover{color:#fbe9e7}.hover-bg-color-deep-orange-50:hover{background:#fbe9e7}.hover-color-deep-orange-100:hover{color:#ffccbc}.hover-bg-color-deep-orange-100:hover{background:#ffccbc}.hover-color-deep-orange-200:hover{color:#ffab91}.hover-bg-color-deep-orange-200:hover{background:#ffab91}.hover-color-deep-orange-300:hover{color:#ff8a65}.hover-bg-color-deep-orange-300:hover{background:#ff8a65}.hover-color-deep-orange-400:hover{color:#ff7043}.hover-bg-color-deep-orange-400:hover{background:#ff7043}.hover-color-deep-orange-500:hover{color:#ff5722}.hover-bg-color-deep-orange-500:hover{background:#ff5722}.hover-color-deep-orange-600:hover{color:#f4511e}.hover-bg-color-deep-orange-600:hover{background:#f4511e}.hover-color-deep-orange-700:hover{color:#e64a19}.hover-bg-color-deep-orange-700:hover{background:#e64a19}.hover-color-deep-orange-800:hover{color:#d84315}.hover-bg-color-deep-orange-800:hover{background:#d84315}.hover-color-deep-orange-900:hover{color:#bf360c}.hover-bg-color-deep-orange-900:hover{background:#bf360c}.hover-color-deep-orange-a100:hover{color:#ff9e80}.hover-bg-color-deep-orange-a100:hover{background:#ff9e80}.hover-color-deep-orange-a200:hover{color:#ff6e40}.hover-bg-color-deep-orange-a200:hover{background:#ff6e40}.hover-color-deep-orange-a400:hover{color:#ff3d00}.hover-bg-color-deep-orange-a400:hover{background:#ff3d00}.hover-color-deep-orange-a700:hover{color:#dd2c00}.hover-bg-color-deep-orange-a700:hover{background:#dd2c00}.hover-color-brown-50:hover{color:#efebe9}.hover-bg-color-brown-50:hover{background:#efebe9}.hover-color-brown-100:hover{color:#d7ccc8}.hover-bg-color-brown-100:hover{background:#d7ccc8}.hover-color-brown-200:hover{color:#bcaaa4}.hover-bg-color-brown-200:hover{background:#bcaaa4}.hover-color-brown-300:hover{color:#a1887f}.hover-bg-color-brown-300:hover{background:#a1887f}.hover-color-brown-400:hover{color:#8d6e63}.hover-bg-color-brown-400:hover{background:#8d6e63}.hover-color-brown-500:hover{color:#795548}.hover-bg-color-brown-500:hover{background:#795548}.hover-color-brown-600:hover{color:#6d4c41}.hover-bg-color-brown-600:hover{background:#6d4c41}.hover-color-brown-700:hover{color:#5d4037}.hover-bg-color-brown-700:hover{background:#5d4037}.hover-color-brown-800:hover{color:#4e342e}.hover-bg-color-brown-800:hover{background:#4e342e}.hover-color-brown-900:hover{color:#3e2723}.hover-bg-color-brown-900:hover{background:#3e2723}.hover-color-grey-50:hover{color:#fafafa}.hover-bg-color-grey-50:hover{background:#fafafa}.hover-color-grey-100:hover{color:#f5f5f5}.hover-bg-color-grey-100:hover{background:#f5f5f5}.hover-color-grey-200:hover{color:#eee}.hover-bg-color-grey-200:hover{background:#eee}.hover-color-grey-300:hover{color:#e0e0e0}.hover-bg-color-grey-300:hover{background:#e0e0e0}.hover-color-grey-400:hover{color:#bdbdbd}.hover-bg-color-grey-400:hover{background:#bdbdbd}.hover-color-grey-500:hover{color:#9e9e9e}.hover-bg-color-grey-500:hover{background:#9e9e9e}.hover-color-grey-600:hover{color:#757575}.hover-bg-color-grey-600:hover{background:#757575}.hover-color-grey-700:hover{color:#616161}.hover-bg-color-grey-700:hover{background:#616161}.hover-color-grey-800:hover{color:#424242}.hover-bg-color-grey-800:hover{background:#424242}.hover-color-grey-900:hover{color:#212121}.hover-bg-color-grey-900:hover{background:#212121}.hover-color-blue-grey-50:hover{color:#eceff1}.hover-bg-color-blue-grey-50:hover{background:#eceff1}.hover-color-blue-grey-100:hover{color:#cfd8dc}.hover-bg-color-blue-grey-100:hover{background:#cfd8dc}.hover-color-blue-grey-200:hover{color:#b0bec5}.hover-bg-color-blue-grey-200:hover{background:#b0bec5}.hover-color-blue-grey-300:hover{color:#90a4ae}.hover-bg-color-blue-grey-300:hover{background:#90a4ae}.hover-color-blue-grey-400:hover{color:#78909c}.hover-bg-color-blue-grey-400:hover{background:#78909c}.hover-color-blue-grey-500:hover{color:#607d8b}.hover-bg-color-blue-grey-500:hover{background:#607d8b}.hover-color-blue-grey-600:hover{color:#546e7a}.hover-bg-color-blue-grey-600:hover{background:#546e7a}.hover-color-blue-grey-700:hover{color:#455a64}.hover-bg-color-blue-grey-700:hover{background:#455a64}.hover-color-blue-grey-800:hover{color:#37474f}.hover-bg-color-blue-grey-800:hover{background:#37474f}.hover-color-blue-grey-900:hover{color:#263238}.hover-bg-color-blue-grey-900:hover{background:#263238}.hover-color-blue-grey-1000:hover{color:#11171a}.hover-bg-color-blue-grey-1000:hover{background:#11171a}.button{outline:none;border-radius:4px;text-transform:uppercase}.button.fab{position:fixed;right:30px;bottom:30px;z-index:999}.button.no-link{cursor:default}.button.transparent{background:transparent}.button.light{color:#f5f5f5!important}.button.left{border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:10px;border-bottom-left-radius:10px}.button.right{border-top-right-radius:10px;border-bottom-right-radius:10px;border-top-left-radius:0;border-bottom-left-radius:0;position:relative;right:3px}.button.right:lang(ar){right:auto;left:3px}.button.red{background:#f44336;color:#fff}.button.red.light{color:#fff;background:#e57373}.button.red.dark{color:#fff;background:#d32f2f}.button.red.semi-flat{background:#fafafa;color:#f44336}.button.red.flat{background:transparent;color:#f44336}.button.red:hover{background:#d32f2f;color:#fff}.button.pink{background:#e91e63;color:#fff}.button.pink.light{color:#fff;background:#f06292}.button.pink.dark{color:#fff;background:#c2185b}.button.pink.semi-flat{background:#fafafa;color:#e91e63}.button.pink.flat{background:transparent;color:#e91e63}.button.pink:hover{background:#c2185b;color:#fff}.button.purple{background:#9c27b0;color:#fff}.button.purple.light{color:#fff;background:#ba68c8}.button.purple.dark{color:#fff;background:#7b1fa2}.button.purple.semi-flat{background:#fafafa;color:#9c27b0}.button.purple.flat{background:transparent;color:#9c27b0}.button.purple:hover{background:#7b1fa2;color:#fff}.button.deep-purple{background:#673ab7;color:#fff}.button.deep-purple.light{color:#fff;background:#9575cd}.button.deep-purple.dark{color:#fff;background:#512da8}.button.deep-purple.semi-flat{background:#fafafa;color:#673ab7}.button.deep-purple.flat{background:transparent;color:#673ab7}.button.deep-purple:hover{background:#512da8;color:#fff}.button.indigo{background:#3f51b5;color:#fff}.button.indigo.light{color:#fff;background:#7986cb}.button.indigo.dark{color:#fff;background:#303f9f}.button.indigo.semi-flat{background:#fafafa;color:#3f51b5}.button.indigo.flat{background:transparent;color:#3f51b5}.button.indigo:hover{background:#303f9f;color:#fff}.button.blue{background:#2196f3;color:#fff}.button.blue.light{color:#fff;background:#64b5f6}.button.blue.dark{color:#fff;background:#1976d2}.button.blue.semi-flat{background:#fafafa;color:#2196f3}.button.blue.flat{background:transparent;color:#2196f3}.button.blue:hover{background:#1976d2;color:#fff}.button.light-blue{background:#03a9f4;color:#fff}.button.light-blue.light{color:#fff;background:#4fc3f7}.button.light-blue.dark{color:#fff;background:#0288d1}.button.light-blue.semi-flat{background:#fafafa;color:#03a9f4}.button.light-blue.flat{background:transparent;color:#03a9f4}.button.light-blue:hover{background:#0288d1;color:#fff}.button.cyan{background:#00bcd4;color:#fff}.button.cyan.light{color:#fff;background:#4dd0e1}.button.cyan.dark{color:#fff;background:#0097a7}.button.cyan.semi-flat{background:#fafafa;color:#00bcd4}.button.cyan.flat{background:transparent;color:#00bcd4}.button.cyan:hover{background:#0097a7;color:#fff}.button.teal{background:#009688;color:#fff}.button.teal.light{color:#fff;background:#4db6ac}.button.teal.dark{color:#fff;background:#00796b}.button.teal.semi-flat{background:#fafafa;color:#009688}.button.teal.flat{background:transparent;color:#009688}.button.teal:hover{background:#00796b;color:#fff}.button.green{background:#4caf50;color:#fff}.button.green.light{color:#fff;background:#81c784}.button.green.dark{color:#fff;background:#388e3c}.button.green.semi-flat{background:#fafafa;color:#4caf50}.button.green.flat{background:transparent;color:#4caf50}.button.green:hover{background:#388e3c;color:#fff}.button.light-green{background:#8bc34a;color:#fff}.button.light-green.light{color:#fff;background:#aed581}.button.light-green.dark{color:#fff;background:#689f38}.button.light-green.semi-flat{background:#fafafa;color:#8bc34a}.button.light-green.flat{background:transparent;color:#8bc34a}.button.light-green:hover{background:#689f38;color:#fff}.button.lime{background:#cddc39;color:#fff}.button.lime.light{color:#fff;background:#dce775}.button.lime.dark{color:#fff;background:#afb42b}.button.lime.semi-flat{background:#fafafa;color:#cddc39}.button.lime.flat{background:transparent;color:#cddc39}.button.lime:hover{background:#afb42b;color:#fff}.button.yellow{background:#ffeb3b;color:#fff}.button.yellow.light{color:#fff;background:#fff176}.button.yellow.dark{color:#fff;background:#fbc02d}.button.yellow.semi-flat{background:#fafafa;color:#ffeb3b}.button.yellow.flat{background:transparent;color:#ffeb3b}.button.yellow:hover{background:#fbc02d;color:#fff}.button.amber{background:#ffc107;color:#fff}.button.amber.light{color:#fff;background:#ffd54f}.button.amber.dark{color:#fff;background:#ffa000}.button.amber.semi-flat{background:#fafafa;color:#ffc107}.button.amber.flat{background:transparent;color:#ffc107}.button.amber:hover{background:#ffa000;color:#fff}.button.orange{background:#ff9800;color:#fff}.button.orange.light{color:#fff;background:#ffb74d}.button.orange.dark{color:#fff;background:#f57c00}.button.orange.semi-flat{background:#fafafa;color:#ff9800}.button.orange.flat{background:transparent;color:#ff9800}.button.orange:hover{background:#f57c00;color:#fff}.button.deep-orange{background:#ff5722;color:#fff}.button.deep-orange.light{color:#fff;background:#ff8a65}.button.deep-orange.dark{color:#fff;background:#e64a19}.button.deep-orange.semi-flat{background:#fafafa;color:#ff5722}.button.deep-orange.flat{background:transparent;color:#ff5722}.button.deep-orange:hover{background:#e64a19;color:#fff}.button.brown{background:#795548;color:#fff}.button.brown.light{color:#fff;background:#a1887f}.button.brown.dark{color:#fff;background:#5d4037}.button.brown.semi-flat{background:#fafafa;color:#795548}.button.brown.flat{background:transparent;color:#795548}.button.brown:hover{background:#5d4037;color:#fff}.button.grey{background:#9e9e9e;color:#fff}.button.grey.light{color:#fff;background:#e0e0e0}.button.grey.dark{color:#fff;background:#616161}.button.grey.semi-flat{background:#fafafa;color:#9e9e9e}.button.grey.flat{background:transparent;color:#9e9e9e}.button.grey:hover{background:#616161;color:#fff}.button.blue-grey{background:#607d8b;color:#fff}.button.blue-grey.light{color:#fff;background:#90a4ae}.button.blue-grey.dark{color:#fff;background:#455a64}.button.blue-grey.semi-flat{background:#fafafa;color:#607d8b}.button.blue-grey.flat{background:transparent;color:#607d8b}.button.blue-grey:hover{background:#455a64;color:#fff}.button.white{color:transparent;background:#fff}.button.white.flat{background:transparent;color:#fff}.button.white:hover{background:rgba(0,0,0,.3);color:#fff}.button.no-hover:hover{background:transparent!important}.button.rounded{border-radius:50px}.button.sharp{border-radius:0}.button.icon_btn{width:40px;height:40px;line-height:40px;text-align:center;padding:0;font-size:1.25rem}.button.icon_btn i:before{line-height:inherit}.button.icon_btn.small{width:36px;height:36px;line-height:36px;font-size:1rem}.button.icon_btn.large{width:56px;height:56px;line-height:56px;font-size:1.5rem}.button.with_badge{position:relative}.button.with_badge .badge{right:0;top:0;display:block;position:absolute;height:18px;width:18px;padding:0;line-height:18px;background:#ff6b6b}radio-button.red radio.selected{color:#f44336}radio-button.red radio.selected .checkmark{background:#f44336;border-color:#f44336}radio-button.pink radio.selected{color:#e91e63}radio-button.pink radio.selected .checkmark{background:#e91e63;border-color:#e91e63}radio-button.purple radio.selected{color:#9c27b0}radio-button.purple radio.selected .checkmark{background:#9c27b0;border-color:#9c27b0}radio-button.deep-purple radio.selected{color:#673ab7}radio-button.deep-purple radio.selected .checkmark{background:#673ab7;border-color:#673ab7}radio-button.indigo radio.selected{color:#3f51b5}radio-button.indigo radio.selected .checkmark{background:#3f51b5;border-color:#3f51b5}radio-button.blue radio.selected{color:#2196f3}radio-button.blue radio.selected .checkmark{background:#2196f3;border-color:#2196f3}radio-button.light-blue radio.selected{color:#03a9f4}radio-button.light-blue radio.selected .checkmark{background:#03a9f4;border-color:#03a9f4}radio-button.cyan radio.selected{color:#00bcd4}radio-button.cyan radio.selected .checkmark{background:#00bcd4;border-color:#00bcd4}radio-button.teal radio.selected{color:#009688}radio-button.teal radio.selected .checkmark{background:#009688;border-color:#009688}radio-button.green radio.selected{color:#4caf50}radio-button.green radio.selected .checkmark{background:#4caf50;border-color:#4caf50}radio-button.light-green radio.selected{color:#8bc34a}radio-button.light-green radio.selected .checkmark{background:#8bc34a;border-color:#8bc34a}radio-button.lime radio.selected{color:#cddc39}radio-button.lime radio.selected .checkmark{background:#cddc39;border-color:#cddc39}radio-button.yellow radio.selected{color:#ffeb3b}radio-button.yellow radio.selected .checkmark{background:#ffeb3b;border-color:#ffeb3b}radio-button.amber radio.selected{color:#ffc107}radio-button.amber radio.selected .checkmark{background:#ffc107;border-color:#ffc107}radio-button.orange radio.selected{color:#ff9800}radio-button.orange radio.selected .checkmark{background:#ff9800;border-color:#ff9800}radio-button.deep-orange radio.selected{color:#ff5722}radio-button.deep-orange radio.selected .checkmark{background:#ff5722;border-color:#ff5722}radio-button.brown radio.selected{color:#795548}radio-button.brown radio.selected .checkmark{background:#795548;border-color:#795548}radio-button.grey radio.selected{color:#9e9e9e}radio-button.grey radio.selected .checkmark{background:#9e9e9e;border-color:#9e9e9e}radio-button.blue-grey radio.selected{color:#607d8b}radio-button.blue-grey radio.selected .checkmark{background:#607d8b;border-color:#607d8b}radio,radio-button.correct .aff.radio .correct,radio-button.wrong .aff.radio .wrong,radio.correct .aff.radio .correct,radio.wrong .aff.radio .wrong{display:block}radio .mrgn-left{margin-left:20px}radio.red .aff.radio .checkmark{background:#f44336;border-color:#f44336;color:#fff}radio.border-red .aff.radio .checkmark{border-color:#f44336}radio.text-red .aff.radio{color:#f44336}radio.pink .aff.radio .checkmark{background:#e91e63;border-color:#e91e63;color:#fff}radio.border-pink .aff.radio .checkmark{border-color:#e91e63}radio.text-pink .aff.radio{color:#e91e63}radio.purple .aff.radio .checkmark{background:#9c27b0;border-color:#9c27b0;color:#fff}radio.border-purple .aff.radio .checkmark{border-color:#9c27b0}radio.text-purple .aff.radio{color:#9c27b0}radio.deep-purple .aff.radio .checkmark{background:#673ab7;border-color:#673ab7;color:#fff}radio.border-deep-purple .aff.radio .checkmark{border-color:#673ab7}radio.text-deep-purple .aff.radio{color:#673ab7}radio.indigo .aff.radio .checkmark{background:#3f51b5;border-color:#3f51b5;color:#fff}radio.border-indigo .aff.radio .checkmark{border-color:#3f51b5}radio.text-indigo .aff.radio{color:#3f51b5}radio.blue .aff.radio .checkmark{background:#2196f3;border-color:#2196f3;color:#fff}radio.border-blue .aff.radio .checkmark{border-color:#2196f3}radio.text-blue .aff.radio{color:#2196f3}radio.light-blue .aff.radio .checkmark{background:#03a9f4;border-color:#03a9f4;color:#fff}radio.border-light-blue .aff.radio .checkmark{border-color:#03a9f4}radio.text-light-blue .aff.radio{color:#03a9f4}radio.cyan .aff.radio .checkmark{background:#00bcd4;border-color:#00bcd4;color:#fff}radio.border-cyan .aff.radio .checkmark{border-color:#00bcd4}radio.text-cyan .aff.radio{color:#00bcd4}radio.teal .aff.radio .checkmark{background:#009688;border-color:#009688;color:#fff}radio.border-teal .aff.radio .checkmark{border-color:#009688}radio.text-teal .aff.radio{color:#009688}radio.green .aff.radio .checkmark{background:#4caf50;border-color:#4caf50;color:#fff}radio.border-green .aff.radio .checkmark{border-color:#4caf50}radio.text-green .aff.radio{color:#4caf50}radio.light-green .aff.radio .checkmark{background:#8bc34a;border-color:#8bc34a;color:#fff}radio.border-light-green .aff.radio .checkmark{border-color:#8bc34a}radio.text-light-green .aff.radio{color:#8bc34a}radio.lime .aff.radio .checkmark{background:#cddc39;border-color:#cddc39;color:#fff}radio.border-lime .aff.radio .checkmark{border-color:#cddc39}radio.text-lime .aff.radio{color:#cddc39}radio.yellow .aff.radio .checkmark{background:#ffeb3b;border-color:#ffeb3b;color:#fff}radio.border-yellow .aff.radio .checkmark{border-color:#ffeb3b}radio.text-yellow .aff.radio{color:#ffeb3b}radio.amber .aff.radio .checkmark{background:#ffc107;border-color:#ffc107;color:#fff}radio.border-amber .aff.radio .checkmark{border-color:#ffc107}radio.text-amber .aff.radio{color:#ffc107}radio.orange .aff.radio .checkmark{background:#ff9800;border-color:#ff9800;color:#fff}radio.border-orange .aff.radio .checkmark{border-color:#ff9800}radio.text-orange .aff.radio{color:#ff9800}radio.deep-orange .aff.radio .checkmark{background:#ff5722;border-color:#ff5722;color:#fff}radio.border-deep-orange .aff.radio .checkmark{border-color:#ff5722}radio.text-deep-orange .aff.radio{color:#ff5722}radio.brown .aff.radio .checkmark{background:#795548;border-color:#795548;color:#fff}radio.border-brown .aff.radio .checkmark{border-color:#795548}radio.text-brown .aff.radio{color:#795548}radio.grey .aff.radio .checkmark{background:#9e9e9e;border-color:#9e9e9e;color:#fff}radio.border-grey .aff.radio .checkmark{border-color:#9e9e9e}radio.text-grey .aff.radio{color:#9e9e9e}radio.blue-grey .aff.radio .checkmark{background:#607d8b;border-color:#607d8b;color:#fff}radio.border-blue-grey .aff.radio .checkmark{border-color:#607d8b}radio.text-blue-grey .aff.radio{color:#607d8b}radio.selected .checkmark{background:#2196f3;border-color:#2196f3}radio.white .aff.radio .checkmark{background:#fff;border-color:#fff}radio.border-white .aff.radio .checkmark{border-color:#fff}radio.check-white .aff.radio .checkmark,radio.text-white .aff.radio{color:#fff}radio .aff.radio{position:relative;cursor:pointer;line-height:28px;font-size:18px}radio .aff.radio .checkmark{display:block;border:3px solid #9e9e9e;border-radius:50%;left:0;top:0;text-align:center;width:26px;height:26px;font-size:16px;line-height:24px}radio .aff.radio .checkmark i{display:none;color:#fff}radio.small .aff.radio{line-height:24px}radio.small .aff.radio .checkmark{width:20px;height:20px;font-size:10px;line-height:16px}radio.large .aff.radio{padding-left:40px;line-height:32px;font-size:24px}radio.large .aff.radio .checkmark{width:32px;height:32px;font-size:18px;line-height:30px}radio.selected.yellow-pre{color:#ff9800}radio.selected.yellow-pre .checkmark{background:#ff9800;border-color:#ff9800}checkbox{display:block}checkbox input{display:none}checkbox.correct .aff.checkbox.toggled .correct,checkbox.wrong .aff.checkbox.toggled .wrong{display:block}checkbox.gray[disabled] .aff.checkbox.toggled .checkmark{background:#dee2e6;border-color:#dee2e6}checkbox.gray .aff.checkbox.toggled .checkmark{background:#adb5bd;border-color:#adb5bd;color:#fff}checkbox.border-gray .aff.checkbox.toggled .checkmark{border-color:#adb5bd}checkbox.text-gray .aff.checkbox.toggle{color:#adb5bd}checkbox.red[disabled] .aff.checkbox.toggled .checkmark{background:#ffa8a8;border-color:#ffa8a8}checkbox.red .aff.checkbox.toggled .checkmark{background:#ff6b6b;border-color:#ff6b6b;color:#fff}checkbox.border-red .aff.checkbox.toggled .checkmark{border-color:#ff6b6b}checkbox.text-red .aff.checkbox.toggle{color:#ff6b6b}checkbox.blue[disabled] .aff.checkbox.toggled .checkmark{background:#74c0fc;border-color:#74c0fc}checkbox.blue .aff.checkbox.toggled .checkmark{background:#339af0;border-color:#339af0;color:#fff}checkbox.border-blue .aff.checkbox.toggled .checkmark{border-color:#339af0}checkbox.text-blue .aff.checkbox.toggle{color:#339af0}checkbox.pink[disabled] .aff.checkbox.toggled .checkmark{background:#faa2c1;border-color:#faa2c1}checkbox.pink .aff.checkbox.toggled .checkmark{background:#f06595;border-color:#f06595;color:#fff}checkbox.border-pink .aff.checkbox.toggled .checkmark{border-color:#f06595}checkbox.text-pink .aff.checkbox.toggle{color:#f06595}checkbox.violet[disabled] .aff.checkbox.toggled .checkmark{background:#b197fc;border-color:#b197fc}checkbox.violet .aff.checkbox.toggled .checkmark{background:#845ef7;border-color:#845ef7;color:#fff}checkbox.border-violet .aff.checkbox.toggled .checkmark{border-color:#845ef7}checkbox.text-violet .aff.checkbox.toggle{color:#845ef7}checkbox.grape[disabled] .aff.checkbox.toggled .checkmark{background:#e599f7;border-color:#e599f7}checkbox.grape .aff.checkbox.toggled .checkmark{background:#cc5de8;border-color:#cc5de8;color:#fff}checkbox.border-grape .aff.checkbox.toggled .checkmark{border-color:#cc5de8}checkbox.text-grape .aff.checkbox.toggle{color:#cc5de8}checkbox.indigo[disabled] .aff.checkbox.toggled .checkmark{background:#91a7ff;border-color:#91a7ff}checkbox.indigo .aff.checkbox.toggled .checkmark{background:#5c7cfa;border-color:#5c7cfa;color:#fff}checkbox.border-indigo .aff.checkbox.toggled .checkmark{border-color:#5c7cfa}checkbox.text-indigo .aff.checkbox.toggle{color:#5c7cfa}checkbox.cyan[disabled] .aff.checkbox.toggled .checkmark{background:#66d9e8;border-color:#66d9e8}checkbox.cyan .aff.checkbox.toggled .checkmark{background:#22b8cf;border-color:#22b8cf;color:#fff}checkbox.border-cyan .aff.checkbox.toggled .checkmark{border-color:#22b8cf}checkbox.text-cyan .aff.checkbox.toggle{color:#22b8cf}checkbox.teal[disabled] .aff.checkbox.toggled .checkmark{background:#63e6be;border-color:#63e6be}checkbox.teal .aff.checkbox.toggled .checkmark{background:#20c997;border-color:#20c997;color:#fff}checkbox.border-teal .aff.checkbox.toggled .checkmark{border-color:#20c997}checkbox.text-teal .aff.checkbox.toggle{color:#20c997}checkbox.green[disabled] .aff.checkbox.toggled .checkmark{background:#8ce99a;border-color:#8ce99a}checkbox.green .aff.checkbox.toggled .checkmark{background:#51cf66;border-color:#51cf66;color:#fff}checkbox.border-green .aff.checkbox.toggled .checkmark{border-color:#51cf66}checkbox.text-green .aff.checkbox.toggle{color:#51cf66}checkbox.lime[disabled] .aff.checkbox.toggled .checkmark{background:#c0eb75;border-color:#c0eb75}checkbox.lime .aff.checkbox.toggled .checkmark{background:#94d82d;border-color:#94d82d;color:#fff}checkbox.border-lime .aff.checkbox.toggled .checkmark{border-color:#94d82d}checkbox.text-lime .aff.checkbox.toggle{color:#94d82d}checkbox.yellow[disabled] .aff.checkbox.toggled .checkmark{background:#ffe066;border-color:#ffe066}checkbox.yellow .aff.checkbox.toggled .checkmark{background:#fcc419;border-color:#fcc419;color:#fff}checkbox.border-yellow .aff.checkbox.toggled .checkmark{border-color:#fcc419}checkbox.text-yellow .aff.checkbox.toggle{color:#fcc419}checkbox.orange[disabled] .aff.checkbox.toggled .checkmark{background:#ffc078;border-color:#ffc078}checkbox.orange .aff.checkbox.toggled .checkmark{background:#ff922b;border-color:#ff922b;color:#fff}checkbox.border-orange .aff.checkbox.toggled .checkmark{border-color:#ff922b}checkbox.text-orange .aff.checkbox.toggle{color:#ff922b}checkbox.white .aff.checkbox.toggled .checkmark{background:#fff;border-color:#fff}checkbox.border-white .aff.checkbox.toggled .checkmark{border-color:#fff}checkbox.check-white .aff.checkbox.toggled .checkmark,checkbox.text-white .aff.checkbox.toggle{color:#fff}checkbox[disabled] .aff.checkbox .checkmark{border:2px solid #dee2e6}checkbox .aff.checkbox{position:relative;cursor:pointer;line-height:24px;font-size:.875rem}checkbox .aff.checkbox .checkmark{display:block;border:2px solid #adb5bd;border-radius:4px;left:0;top:0;text-align:center;width:24px;height:24px;font-size:.875rem;line-height:24px}checkbox .aff.checkbox .checkmark i{display:none;color:#fff}checkbox.small .aff.checkbox{padding-left:28px;line-height:24px}checkbox.small .aff.checkbox .checkmark{width:20px;height:20px;font-size:10px;line-height:18px}checkbox.large .aff.checkbox{padding-left:40px;line-height:32px;font-size:24px}checkbox.large .aff.checkbox .checkmark{width:32px;height:32px;font-size:18px;line-height:30px}.page_header{padding:1rem}.page_header .title_image{max-height:56px;max-width:56px}@media screen and (max-width:63.99875em){.page_header h1{font-size:2rem}}.page_header .title{margin-bottom:0}@media print,screen and (min-width:64em){.page_header{padding:3rem}}#main_bar{color:#f8f9fa}#main_bar.red{color:#fff;background:#d32f2f}#main_bar.pink{color:#fff;background:#c2185b}#main_bar.purple{color:#fff;background:#7b1fa2}#main_bar.deep-purple{color:#fff;background:#512da8}#main_bar.indigo{color:#fff;background:#303f9f}#main_bar.blue{color:#fff;background:#1976d2}#main_bar.light-blue{color:#fff;background:#0288d1}#main_bar.cyan{color:#fff;background:#0097a7}#main_bar.teal{color:#fff;background:#00796b}#main_bar.green{color:#fff;background:#388e3c}#main_bar.light-green{color:#fff;background:#689f38}#main_bar.lime{color:#fff;background:#afb42b}#main_bar.yellow{color:#fff;background:#fbc02d}#main_bar.amber{color:#fff;background:#ffa000}#main_bar.orange{color:#fff;background:#f57c00}#main_bar.deep-orange{color:#fff;background:#e64a19}#main_bar.brown{color:#fff;background:#5d4037}#main_bar.grey{color:#fff;background:#616161}#main_bar.blue-grey{color:#fff;background:#455a64}#main_bar .mipbook_note{padding-right:8px;opacity:.5}#main_bar .coin{cursor:pointer}#main_bar .coin.faded{cursor:default;opacity:.5}#main_bar .coin img{width:40px;height:35px}#main_bar .coin span{padding-right:10px;padding-left:6px;position:relative;top:4px}#main_bar ul{background:transparent}#main_bar ul li{margin-right:8px}#main_bar .icon_btn{background:transparent}#main_bar .icon_btn:hover{background:hsla(0,0%,100%,.5)}#main_bar .language_flag img{margin:0 auto;display:block;width:24px;height:24px;cursor:pointer}@media screen and (max-width:39.99875em){.ng_view{padding-top:40px}}#mobile_main_bar{color:#f8f9fa;position:fixed;width:100%;z-index:9}#mobile_main_bar .icon_btn{background:transparent}#mobile_main_bar .icon_btn:hover{background:hsla(0,0%,100%,.5)}#mobile_main_bar img{max-width:21px;margin-right:4px;position:relative;bottom:3px}#mobile_main_bar button{margin-bottom:0}#mobile_main_bar .language_flag img{width:32px;height:32px;cursor:pointer}#mobile_main_bar .column,#mobile_main_bar .columns{padding-left:2px;padding-right:2px}#mobile_main_bar .column.faded,#mobile_main_bar .faded.columns{opacity:.5}#intro_audio_button{font-size:30px;margin-right:30px;margin-left:30px;width:40px;height:30px;line-height:40px;text-align:center}.audio-intro{list-style-position:inside;border-right:1px solid rgba(255,255,254,.219);margin-right:60px;border-left:1px solid rgba(255,255,254,.219)}#language-switcher{width:168px;background:#fff;position:fixed;right:0;left:auto;top:56px;z-index:999999;display:none}#language-switcher:lang(ar){right:auto;left:0}#language-switcher.is-open{display:block}#language-switcher .language_entry{cursor:pointer}#language-switcher .language_entry img{width:32px}body.ar #language-switcher{right:auto}#garden-menu-btn{display:none}@media screen and (max-width:63.99875em){#garden-menu-btn{display:block}}.ar #sidebar{right:100%;left:0}.ar #sidebar.opened{transform:translateX(100%)}#sidebar{position:absolute;background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,.2);left:100%;width:400px;overflow-y:auto;transition:transform .2s ease-in;height:100%;top:0;z-index:999}#sidebar.opened{transition:transform .2s ease-out;transform:translateX(-100%);z-index:99999}#sidebar .label.number{width:auto;padding:0 5px}@media screen and (max-width:63.99875em){#sidebar{width:320px}}#sidebar .meter_avatar{cursor:pointer}#sidebar .guest .close_wrapper{padding-top:.9375rem}#sidebar .guest .close_btn{color:#fff;opacity:.7}#sidebar .guest .close_btn:hover{background:#303f9f;opacity:1}#sidebar .guest img{width:80%;margin-bottom:20px}@media screen and (max-width:63.99875em){#sidebar .guest img{width:180px}}#sidebar .guest p{color:#fff}#sidebar .upper .name{font-size:1.5rem;margin-bottom:0}@media screen and (max-width:63.99875em){#sidebar .upper .name{font-size:1.125rem}}#sidebar .upper .score{font-size:1.25rem;margin-bottom:0}@media screen and (max-width:63.99875em){#sidebar .upper .score{font-size:.875rem}}#sidebar .upper img{width:100px;height:100px}#sidebar .upper .sidebar-money img{width:auto;max-width:30px;margin-right:5px;height:auto}#sidebar .upper .sidebar-money img:lang(ar){margin-right:0;margin-left:5px}#sidebar .upper .sidebar-money span{height:18px;vertical-align:middle;display:inline-block}#sidebar .lower .city{border-bottom:2px solid #f5f5f5;padding-bottom:6px;margin-bottom:6px}#sidebar .lower .city img{max-height:120px;max-width:120px}@media screen and (max-width:63.99875em){#sidebar .lower .city img{max-height:90px;max-width:90px}}#sidebar .lower .city .progress{height:10px}#sidebar .lower .city .building{font-size:1.6rem}#sidebar .lower img{max-width:50px;max-height:50px;border-radius:6px}#sidebar .lower .building{font-size:1.1rem;text-transform:uppercase;margin-bottom:8px}.page_content.margined{padding-top:32px}.section{padding:32px 0}.progress{height:6px}.progress.red .progress-meter{background:#f44336}.progress.pink .progress-meter{background:#e91e63}.progress.purple .progress-meter{background:#9c27b0}.progress.deep-purple .progress-meter{background:#673ab7}.progress.indigo .progress-meter{background:#3f51b5}.progress.blue .progress-meter{background:#2196f3}.progress.light-blue .progress-meter{background:#03a9f4}.progress.cyan .progress-meter{background:#00bcd4}.progress.teal .progress-meter{background:#009688}.progress.green .progress-meter{background:#4caf50}.progress.light-green .progress-meter{background:#8bc34a}.progress.lime .progress-meter{background:#cddc39}.progress.yellow .progress-meter{background:#ffeb3b}.progress.amber .progress-meter{background:#ffc107}.progress.orange .progress-meter{background:#ff9800}.progress.deep-orange .progress-meter{background:#ff5722}.progress.brown .progress-meter{background:#795548}.progress.grey .progress-meter{background:#9e9e9e}.progress.blue-grey .progress-meter{background:#607d8b}.custom_input .input_label{margin-left:32px}.custom_input .input-group-label{width:32px;padding:0;background:transparent;border:none}.custom_input .input-group-label .icon{font-size:1.35rem}.custom_input input{border:0;border-bottom:2px solid #bdbdbd}.custom_input input,.custom_input input:focus{background:transparent;box-shadow:none;padding-left:0}.custom_input input:focus{border:0;border-bottom:2px solid #66bb6a}.tab_bar.simple-red .tabs{border:0;background:transparent!important}.tab_bar.simple-red .tabs .tabs-title>a{text-transform:uppercase;border-bottom:2px solid #eee}.tab_bar.simple-red .tabs .tabs-title>a:hover{background:transparent;border-bottom:2px solid #ef5350}.tab_bar.simple-red .tabs .tabs-title.is-active>a{background:transparent;border-bottom:2px solid #e53935}.tab_bar.red{background:#e53935}.tab_bar.red .tabs-title>a:hover{background:#d32f2f}.tab_bar.red .tabs-title.is-active>a{background:#c62828}.tab_bar.red .tabs{border:0;color:#fff;background:transparent}.tab_bar.red .tabs .tabs-title>a{text-transform:uppercase;color:#fff}.tab_bar.simple-pink .tabs{border:0;background:transparent!important}.tab_bar.simple-pink .tabs .tabs-title>a{text-transform:uppercase;border-bottom:2px solid #eee}.tab_bar.simple-pink .tabs .tabs-title>a:hover{background:transparent;border-bottom:2px solid #ec407a}.tab_bar.simple-pink .tabs .tabs-title.is-active>a{background:transparent;border-bottom:2px solid #d81b60}.tab_bar.pink{background:#d81b60}.tab_bar.pink .tabs-title>a:hover{background:#c2185b}.tab_bar.pink .tabs-title.is-active>a{background:#ad1457}.tab_bar.pink .tabs{border:0;color:#fff;background:transparent}.tab_bar.pink .tabs .tabs-title>a{text-transform:uppercase;color:#fff}.tab_bar.simple-purple .tabs{border:0;background:transparent!important}.tab_bar.simple-purple .tabs .tabs-title>a{text-transform:uppercase;border-bottom:2px solid #eee}.tab_bar.simple-purple .tabs .tabs-title>a:hover{background:transparent;border-bottom:2px solid #ab47bc}.tab_bar.simple-purple .tabs .tabs-title.is-active>a{background:transparent;border-bottom:2px solid #8e24aa}.tab_bar.purple{background:#8e24aa}.tab_bar.purple .tabs-title>a:hover{background:#7b1fa2}.tab_bar.purple .tabs-title.is-active>a{background:#6a1b9a}.tab_bar.purple .tabs{border:0;color:#fff;background:transparent}.tab_bar.purple .tabs .tabs-title>a{text-transform:uppercase;color:#fff}.tab_bar.simple-deep-purple .tabs{border:0;background:transparent!important}.tab_bar.simple-deep-purple .tabs .tabs-title>a{text-transform:uppercase;border-bottom:2px solid #eee}.tab_bar.simple-deep-purple .tabs .tabs-title>a:hover{background:transparent;border-bottom:2px solid #7e57c2}.tab_bar.simple-deep-purple .tabs .tabs-title.is-active>a{background:transparent;border-bottom:2px solid #5e35b1}.tab_bar.deep-purple{background:#5e35b1}.tab_bar.deep-purple .tabs-title>a:hover{background:#512da8}.tab_bar.deep-purple .tabs-title.is-active>a{background:#4527a0}.tab_bar.deep-purple .tabs{border:0;color:#fff;background:transparent}.tab_bar.deep-purple .tabs .tabs-title>a{text-transform:uppercase;color:#fff}.tab_bar.simple-indigo .tabs{border:0;background:transparent!important}.tab_bar.simple-indigo .tabs .tabs-title>a{text-transform:uppercase;border-bottom:2px solid #eee}.tab_bar.simple-indigo .tabs .tabs-title>a:hover{background:transparent;border-bottom:2px solid #5c6bc0}.tab_bar.simple-indigo .tabs .tabs-title.is-active>a{background:transparent;border-bottom:2px solid #3949ab}.tab_bar.indigo{background:#3949ab}.tab_bar.indigo .tabs-title>a:hover{background:#303f9f}.tab_bar.indigo .tabs-title.is-active>a{background:#283593}.tab_bar.indigo .tabs{border:0;color:#fff;background:transparent}.tab_bar.indigo .tabs .tabs-title>a{text-transform:uppercase;color:#fff}.tab_bar.simple-blue .tabs{border:0;background:transparent!important}.tab_bar.simple-blue .tabs .tabs-title>a{text-transform:uppercase;border-bottom:2px solid #eee}.tab_bar.simple-blue .tabs .tabs-title>a:hover{background:transparent;border-bottom:2px solid #42a5f5}.tab_bar.simple-blue .tabs .tabs-title.is-active>a{background:transparent;border-bottom:2px solid #1e88e5}.tab_bar.blue{background:#1e88e5}.tab_bar.blue .tabs-title>a:hover{background:#1976d2}.tab_bar.blue .tabs-title.is-active>a{background:#1565c0}.tab_bar.blue .tabs{border:0;color:#fff;background:transparent}.tab_bar.blue .tabs .tabs-title>a{text-transform:uppercase;color:#fff}.tab_bar.simple-light-blue .tabs{border:0;background:transparent!important}.tab_bar.simple-light-blue .tabs .tabs-title>a{text-transform:uppercase;border-bottom:2px solid #eee}.tab_bar.simple-light-blue .tabs .tabs-title>a:hover{background:transparent;border-bottom:2px solid #29b6f6}.tab_bar.simple-light-blue .tabs .tabs-title.is-active>a{background:transparent;border-bottom:2px solid #039be5}.tab_bar.light-blue{background:#039be5}.tab_bar.light-blue .tabs-title>a:hover{background:#0288d1}.tab_bar.light-blue .tabs-title.is-active>a{background:#0277bd}.tab_bar.light-blue .tabs{border:0;color:#fff;background:transparent}.tab_bar.light-blue .tabs .tabs-title>a{text-transform:uppercase;color:#fff}.tab_bar.simple-cyan .tabs{border:0;background:transparent!important}.tab_bar.simple-cyan .tabs .tabs-title>a{text-transform:uppercase;border-bottom:2px solid #eee}.tab_bar.simple-cyan .tabs .tabs-title>a:hover{background:transparent;border-bottom:2px solid #26c6da}.tab_bar.simple-cyan .tabs .tabs-title.is-active>a{background:transparent;border-bottom:2px solid #00acc1}.tab_bar.cyan{background:#00acc1}.tab_bar.cyan .tabs-title>a:hover{background:#0097a7}.tab_bar.cyan .tabs-title.is-active>a{background:#00838f}.tab_bar.cyan .tabs{border:0;color:#fff;background:transparent}.tab_bar.cyan .tabs .tabs-title>a{text-transform:uppercase;color:#fff}.tab_bar.simple-teal .tabs{border:0;background:transparent!important}.tab_bar.simple-teal .tabs .tabs-title>a{text-transform:uppercase;border-bottom:2px solid #eee}.tab_bar.simple-teal .tabs .tabs-title>a:hover{background:transparent;border-bottom:2px solid #26a69a}.tab_bar.simple-teal .tabs .tabs-title.is-active>a{background:transparent;border-bottom:2px solid #00897b}.tab_bar.teal{background:#00897b}.tab_bar.teal .tabs-title>a:hover{background:#00796b}.tab_bar.teal .tabs-title.is-active>a{background:#00695c}.tab_bar.teal .tabs{border:0;color:#fff;background:transparent}.tab_bar.teal .tabs .tabs-title>a{text-transform:uppercase;color:#fff}.tab_bar.simple-green .tabs{border:0;background:transparent!important}.tab_bar.simple-green .tabs .tabs-title>a{text-transform:uppercase;border-bottom:2px solid #eee}.tab_bar.simple-green .tabs .tabs-title>a:hover{background:transparent;border-bottom:2px solid #66bb6a}.tab_bar.simple-green .tabs .tabs-title.is-active>a{background:transparent;border-bottom:2px solid #43a047}.tab_bar.green{background:#43a047}.tab_bar.green .tabs-title>a:hover{background:#388e3c}.tab_bar.green .tabs-title.is-active>a{background:#2e7d32}.tab_bar.green .tabs{border:0;color:#fff;background:transparent}.tab_bar.green .tabs .tabs-title>a{text-transform:uppercase;color:#fff}.tab_bar.simple-light-green .tabs{border:0;background:transparent!important}.tab_bar.simple-light-green .tabs .tabs-title>a{text-transform:uppercase;border-bottom:2px solid #eee}.tab_bar.simple-light-green .tabs .tabs-title>a:hover{background:transparent;border-bottom:2px solid #9ccc65}.tab_bar.simple-light-green .tabs .tabs-title.is-active>a{background:transparent;border-bottom:2px solid #7cb342}.tab_bar.light-green{background:#7cb342}.tab_bar.light-green .tabs-title>a:hover{background:#689f38}.tab_bar.light-green .tabs-title.is-active>a{background:#558b2f}.tab_bar.light-green .tabs{border:0;color:#fff;background:transparent}.tab_bar.light-green .tabs .tabs-title>a{text-transform:uppercase;color:#fff}.tab_bar.simple-lime .tabs{border:0;background:transparent!important}.tab_bar.simple-lime .tabs .tabs-title>a{text-transform:uppercase;border-bottom:2px solid #eee}.tab_bar.simple-lime .tabs .tabs-title>a:hover{background:transparent;border-bottom:2px solid #d4e157}.tab_bar.simple-lime .tabs .tabs-title.is-active>a{background:transparent;border-bottom:2px solid #c0ca33}.tab_bar.lime{background:#c0ca33}.tab_bar.lime .tabs-title>a:hover{background:#afb42b}.tab_bar.lime .tabs-title.is-active>a{background:#9e9d24}.tab_bar.lime .tabs{border:0;color:#fff;background:transparent}.tab_bar.lime .tabs .tabs-title>a{text-transform:uppercase;color:#fff}.tab_bar.simple-yellow .tabs{border:0;background:transparent!important}.tab_bar.simple-yellow .tabs .tabs-title>a{text-transform:uppercase;border-bottom:2px solid #eee}.tab_bar.simple-yellow .tabs .tabs-title>a:hover{background:transparent;border-bottom:2px solid #ffee58}.tab_bar.simple-yellow .tabs .tabs-title.is-active>a{background:transparent;border-bottom:2px solid #fdd835}.tab_bar.yellow{background:#fdd835}.tab_bar.yellow .tabs-title>a:hover{background:#fbc02d}.tab_bar.yellow .tabs-title.is-active>a{background:#f9a825}.tab_bar.yellow .tabs{border:0;color:#fff;background:transparent}.tab_bar.yellow .tabs .tabs-title>a{text-transform:uppercase;color:#fff}.tab_bar.simple-amber .tabs{border:0;background:transparent!important}.tab_bar.simple-amber .tabs .tabs-title>a{text-transform:uppercase;border-bottom:2px solid #eee}.tab_bar.simple-amber .tabs .tabs-title>a:hover{background:transparent;border-bottom:2px solid #ffca28}.tab_bar.simple-amber .tabs .tabs-title.is-active>a{background:transparent;border-bottom:2px solid #ffb300}.tab_bar.amber{background:#ffb300}.tab_bar.amber .tabs-title>a:hover{background:#ffa000}.tab_bar.amber .tabs-title.is-active>a{background:#ff8f00}.tab_bar.amber .tabs{border:0;color:#fff;background:transparent}.tab_bar.amber .tabs .tabs-title>a{text-transform:uppercase;color:#fff}.tab_bar.simple-orange .tabs{border:0;background:transparent!important}.tab_bar.simple-orange .tabs .tabs-title>a{text-transform:uppercase;border-bottom:2px solid #eee}.tab_bar.simple-orange .tabs .tabs-title>a:hover{background:transparent;border-bottom:2px solid #ffa726}.tab_bar.simple-orange .tabs .tabs-title.is-active>a{background:transparent;border-bottom:2px solid #fb8c00}.tab_bar.orange{background:#fb8c00}.tab_bar.orange .tabs-title>a:hover{background:#f57c00}.tab_bar.orange .tabs-title.is-active>a{background:#ef6c00}.tab_bar.orange .tabs{border:0;color:#fff;background:transparent}.tab_bar.orange .tabs .tabs-title>a{text-transform:uppercase;color:#fff}.tab_bar.simple-deep-orange .tabs{border:0;background:transparent!important}.tab_bar.simple-deep-orange .tabs .tabs-title>a{text-transform:uppercase;border-bottom:2px solid #eee}.tab_bar.simple-deep-orange .tabs .tabs-title>a:hover{background:transparent;border-bottom:2px solid #ff7043}.tab_bar.simple-deep-orange .tabs .tabs-title.is-active>a{background:transparent;border-bottom:2px solid #f4511e}.tab_bar.deep-orange{background:#f4511e}.tab_bar.deep-orange .tabs-title>a:hover{background:#e64a19}.tab_bar.deep-orange .tabs-title.is-active>a{background:#d84315}.tab_bar.deep-orange .tabs{border:0;color:#fff;background:transparent}.tab_bar.deep-orange .tabs .tabs-title>a{text-transform:uppercase;color:#fff}.tab_bar.simple-brown .tabs{border:0;background:transparent!important}.tab_bar.simple-brown .tabs .tabs-title>a{text-transform:uppercase;border-bottom:2px solid #eee}.tab_bar.simple-brown .tabs .tabs-title>a:hover{background:transparent;border-bottom:2px solid #8d6e63}.tab_bar.simple-brown .tabs .tabs-title.is-active>a{background:transparent;border-bottom:2px solid #6d4c41}.tab_bar.brown{background:#6d4c41}.tab_bar.brown .tabs-title>a:hover{background:#5d4037}.tab_bar.brown .tabs-title.is-active>a{background:#4e342e}.tab_bar.brown .tabs{border:0;color:#fff;background:transparent}.tab_bar.brown .tabs .tabs-title>a{text-transform:uppercase;color:#fff}.tab_bar.simple-grey .tabs{border:0;background:transparent!important}.tab_bar.simple-grey .tabs .tabs-title>a{text-transform:uppercase;border-bottom:2px solid #eee}.tab_bar.simple-grey .tabs .tabs-title>a:hover{background:transparent;border-bottom:2px solid #bdbdbd}.tab_bar.simple-grey .tabs .tabs-title.is-active>a{background:transparent;border-bottom:2px solid #757575}.tab_bar.grey{background:#757575}.tab_bar.grey .tabs-title>a:hover{background:#616161}.tab_bar.grey .tabs-title.is-active>a{background:#424242}.tab_bar.grey .tabs{border:0;color:#fff;background:transparent}.tab_bar.grey .tabs .tabs-title>a{text-transform:uppercase;color:#fff}.tab_bar.simple-blue-grey .tabs{border:0;background:transparent!important}.tab_bar.simple-blue-grey .tabs .tabs-title>a{text-transform:uppercase;border-bottom:2px solid #eee}.tab_bar.simple-blue-grey .tabs .tabs-title>a:hover{background:transparent;border-bottom:2px solid #78909c}.tab_bar.simple-blue-grey .tabs .tabs-title.is-active>a{background:transparent;border-bottom:2px solid #546e7a}.tab_bar.blue-grey{background:#546e7a}.tab_bar.blue-grey .tabs-title>a:hover{background:#455a64}.tab_bar.blue-grey .tabs-title.is-active>a{background:#37474f}.tab_bar.blue-grey .tabs{border:0;color:#fff;background:transparent}.tab_bar.blue-grey .tabs .tabs-title>a{text-transform:uppercase;color:#fff}.aff_tabs .row{padding:0 15px}.aff_tabs .column,.aff_tabs .columns{padding:0}.aff_tabs.gray{background:#868e96}.aff_tabs.gray a:hover{background:#495057}.aff_tabs.gray a.is-active{background:#343a40}.aff_tabs.red{background:#fa5252}.aff_tabs.red a:hover{background:#f03e3e}.aff_tabs.red a.is-active{background:#e03131}.aff_tabs.blue{background:#228be6}.aff_tabs.blue a:hover{background:#1c7ed6}.aff_tabs.blue a.is-active{background:#1971c2}.aff_tabs.pink{background:#e64980}.aff_tabs.pink a:hover{background:#d6336c}.aff_tabs.pink a.is-active{background:#c2255c}.aff_tabs.violet{background:#7950f2}.aff_tabs.violet a:hover{background:#7048e8}.aff_tabs.violet a.is-active{background:#6741d9}.aff_tabs.grape{background:#be4bdb}.aff_tabs.grape a:hover{background:#ae3ec9}.aff_tabs.grape a.is-active{background:#9c36b5}.aff_tabs.indigo{background:#4c6ef5}.aff_tabs.indigo a:hover{background:#4263eb}.aff_tabs.indigo a.is-active{background:#3b5bdb}.aff_tabs.cyan{background:#15aabf}.aff_tabs.cyan a:hover{background:#1098ad}.aff_tabs.cyan a.is-active{background:#0c8599}.aff_tabs.teal{background:#12b886}.aff_tabs.teal a:hover{background:#0ca678}.aff_tabs.teal a.is-active{background:#099268}.aff_tabs.green{background:#40c057}.aff_tabs.green a:hover{background:#37b24d}.aff_tabs.green a.is-active{background:#2f9e44}.aff_tabs.lime{background:#82c91e}.aff_tabs.lime a:hover{background:#74b816}.aff_tabs.lime a.is-active{background:#66a80f}.aff_tabs.yellow{background:#fab005}.aff_tabs.yellow a:hover{background:#f59f00}.aff_tabs.yellow a.is-active{background:#f08c00}.aff_tabs a{display:block;padding:17px;font-size:12px;color:#fff;text-transform:uppercase}.aff_tabs.orange{background:#fd7e14}.aff_tabs.orange a:hover{background:#f76707}.aff_tabs.orange a.is-active{background:#e8590c}.tabs-content{background:transparent;border:none}.label{outline:none;text-align:center;padding:0;font-size:1.25rem}.label.hollow{background:transparent;color:red;padding:8px;border-radius:50px;font-size:.625rem}.label.hollow.red{border:2px solid #f44336;color:#f44336;background:transparent}.label.hollow.pink{border:2px solid #e91e63;color:#e91e63;background:transparent}.label.hollow.purple{border:2px solid #9c27b0;color:#9c27b0;background:transparent}.label.hollow.deep-purple{border:2px solid #673ab7;color:#673ab7;background:transparent}.label.hollow.indigo{border:2px solid #3f51b5;color:#3f51b5;background:transparent}.label.hollow.blue{border:2px solid #2196f3;color:#2196f3;background:transparent}.label.hollow.light-blue{border:2px solid #03a9f4;color:#03a9f4;background:transparent}.label.hollow.cyan{border:2px solid #00bcd4;color:#00bcd4;background:transparent}.label.hollow.teal{border:2px solid #009688;color:#009688;background:transparent}.label.hollow.green{border:2px solid #4caf50;color:#4caf50;background:transparent}.label.hollow.light-green{border:2px solid #8bc34a;color:#8bc34a;background:transparent}.label.hollow.lime{border:2px solid #cddc39;color:#cddc39;background:transparent}.label.hollow.yellow{border:2px solid #ffeb3b;color:#ffeb3b;background:transparent}.label.hollow.amber{border:2px solid #ffc107;color:#ffc107;background:transparent}.label.hollow.orange{border:2px solid #ff9800;color:#ff9800;background:transparent}.label.hollow.deep-orange{border:2px solid #ff5722;color:#ff5722;background:transparent}.label.hollow.brown{border:2px solid #795548;color:#795548;background:transparent}.label.hollow.grey{border:2px solid #9e9e9e;color:#9e9e9e;background:transparent}.label.hollow.blue-grey{border:2px solid #607d8b;color:#607d8b;background:transparent}.label.rounded{border-radius:50%}.label.number{width:40px;height:40px;line-height:40px}.label.number.small{width:24px;height:24px;line-height:26px;font-size:1rem}.label.number.medium{width:28px;height:28px;line-height:32px;font-size:1.125rem}.label i:before{line-height:inherit}.label.red{background:#f44336;color:#fff}.label.red.light{background:#e57373}.label.pink{background:#e91e63;color:#fff}.label.pink.light{background:#f06292}.label.purple{background:#9c27b0;color:#fff}.label.purple.light{background:#ba68c8}.label.deep-purple{background:#673ab7;color:#fff}.label.deep-purple.light{background:#9575cd}.label.indigo{background:#3f51b5;color:#fff}.label.indigo.light{background:#7986cb}.label.blue{background:#2196f3;color:#fff}.label.blue.light{background:#64b5f6}.label.light-blue{background:#03a9f4;color:#fff}.label.light-blue.light{background:#4fc3f7}.label.cyan{background:#00bcd4;color:#fff}.label.cyan.light{background:#4dd0e1}.label.teal{background:#009688;color:#fff}.label.teal.light{background:#4db6ac}.label.green{background:#4caf50;color:#fff}.label.green.light{background:#81c784}.label.light-green{background:#8bc34a;color:#fff}.label.light-green.light{background:#aed581}.label.lime{background:#cddc39;color:#fff}.label.lime.light{background:#dce775}.label.yellow{background:#ffeb3b;color:#fff}.label.yellow.light{background:#fff176}.label.amber{background:#ffc107;color:#fff}.label.amber.light{background:#ffd54f}.label.orange{background:#ff9800;color:#fff}.label.orange.light{background:#ffb74d}.label.deep-orange{background:#ff5722;color:#fff}.label.deep-orange.light{background:#ff8a65}.label.brown{background:#795548;color:#fff}.label.brown.light{background:#a1887f}.label.grey{background:#9e9e9e;color:#fff}.label.grey.light{background:#e0e0e0}.label.blue-grey{background:#607d8b;color:#fff}.label.blue-grey.light{background:#90a4ae}.icon_label{font-size:42px;text-align:center}.icon_label i:before{line-height:inherit}.icon_label.small{font-size:32px}.icon_label.f20{font-size:20px}.icon_label.red{color:#f44336}.icon_label.pink{color:#e91e63}.icon_label.purple{color:#9c27b0}.icon_label.deep-purple{color:#673ab7}.icon_label.indigo{color:#3f51b5}.icon_label.blue{color:#2196f3}.icon_label.light-blue{color:#03a9f4}.icon_label.cyan{color:#00bcd4}.icon_label.teal{color:#009688}.icon_label.green{color:#4caf50}.icon_label.light-green{color:#8bc34a}.icon_label.lime{color:#cddc39}.icon_label.yellow{color:#ffeb3b}.icon_label.amber{color:#ffc107}.icon_label.orange{color:#ff9800}.icon_label.deep-orange{color:#ff5722}.icon_label.brown{color:#795548}.icon_label.grey{color:#9e9e9e}.icon_label.blue-grey{color:#607d8b}body.modal_opened{overflow:hidden}body.modal_opened .modal_overlay{display:block}.modal_overlay{display:none;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:800}.modal,.modal_overlay{left:0;top:0;position:absolute}.modal{overflow-x:hidden;overflow-y:auto;z-index:900;right:0;max-height:100%}.modal.shown{display:block!important}@media screen and (max-width:63.99875em){.modal{height:100%;min-height:100%;position:fixed}}.z1{box-shadow:0 1.5px 4px rgba(0,0,0,.24),0 1.5px 6px rgba(0,0,0,.12)}.z2{box-shadow:0 3px 12px rgba(0,0,0,.23),0 3px 12px rgba(0,0,0,.16)}.z3{box-shadow:0 6px 12px rgba(0,0,0,.23),0 10px 40px rgba(0,0,0,.19)}.z4{box-shadow:0 10px 20px rgba(0,0,0,.22),0 14px 56px rgba(0,0,0,.25)}.z5{box-shadow:0 15px 24px rgba(0,0,0,.22),0 19px 76px rgba(0,0,0,.3)}.z0{box-shadow:none}notification{color:#495057}notification.medium .notification{width:340px}notification.large .notification{width:100%}notification.large .notification .notification_icon{width:72px;height:80px}notification.large .notification .content{font-size:.875rem}.notification{z-index:999999;background:#fff;cursor:pointer;margin-bottom:4px;overflow:hidden}.notification.blue{background-color:#66a7ff}.notification.red{background-color:#dd523a}.notification.orange{background-color:#e48f52}.notification .notification_icon{width:64px;height:72px;padding:16px}.notification .notification_icon img{width:100%;height:100%}.notification .notification_icon.score{background-color:#fff}.notification .content{font-size:.75rem}.notification .time_ago{font-size:12px}.notification .close_btn{padding-right:8px}.notification .close_btn button{width:24px;background:transparent;color:#ced4da;font-size:14px}.notification .close_btn button:hover{color:#495057}notification-box{position:fixed;bottom:12px;right:16px;z-index:999999}#notification_dropdown{position:absolute;right:0;left:auto;top:56px;z-index:999999;display:none}#notification_dropdown p.no_notifications{width:288px;background:#fff;margin:0;text-align:center}#notification_dropdown.is-open{display:block}#notification_dropdown .notification{border-bottom:1px solid #dee2e6;margin:0;color:#495057}body.ar #notification_dropdown{left:0;right:auto}#notifications-page .notification{border-bottom:2px solid #ced4da}#score_modal{position:fixed;border:none;border-radius:5px;padding:0;overflow:hidden;transition:all .25s ease;z-index:99999;top:20px;box-shadow:0 1.5px 4px rgba(0,0,0,.24),0 1.5px 6px rgba(0,0,0,.12)}#score_modal .align-right button{font-size:29px}#score_modal:hover{box-shadow:0 10px 20px rgba(0,0,0,.22),0 14px 56px rgba(0,0,0,.25);transform:translateY(-5px)}@media screen and (max-width:63.9375em){#score_modal{top:0}}#score_modal .lower{background:#fff}#score_modal h2{color:#2196f3}#score_modal p{color:#607d8b;font-size:1.625rem}#score_modal #fireworks{width:100%;max-height:150px}indicator{display:block}image-upload .drop-box,ota-upload .drop-box{position:relative;cursor:pointer}image-upload .drop-box .overlay,ota-upload .drop-box .overlay{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .15s ease}image-upload .drop-box .image_default.hidden,ota-upload .drop-box .image_default.hidden{opacity:0;display:none}image-upload .drop-box:hover .overlay,ota-upload .drop-box:hover .overlay{opacity:.8}image-upload .drop-box.dragover,ota-upload .drop-box.dragover{background:#42a5f5}image-upload .drop-box.dragover .icon,ota-upload .drop-box.dragover .icon{color:#fff}image-upload .drop-box.dragover img,ota-upload .drop-box.dragover img{opacity:0;display:none}image-upload .drop-box.dragover .image_default.hidden,ota-upload .drop-box.dragover .image_default.hidden{display:block;opacity:1}image-upload .drop-box.dragover-err,ota-upload .drop-box.dragover-err{border:2px dashed #fff;background:#ef5350}image-upload .drop-box.dragover-err .icon,ota-upload .drop-box.dragover-err .icon{color:#fff}image-upload .ng-crop-container,ota-upload .ng-crop-container{width:240px;height:240px}image-upload .images-container-title,ota-upload .images-container-title{padding-bottom:30px}image-upload .file-image-container,ota-upload .file-image-container{position:relative;margin-right:10px;max-height:200px;max-width:200px}image-upload .file-image-container img,ota-upload .file-image-container img{max-height:100%;max-width:100%}image-upload .main-image,ota-upload .main-image{border:2px solid #ddd}@media screen and (max-width:350px){#iot-menu .main-gridster .heading .info-bar,#module-page .main-gridster .heading .info-bar{font-size:12px;line-height:27px}#iot-menu .switch-height-fix.section-right,#module-page .switch-height-fix.section-right{flex:0 0 100%;max-height:inherit}}#iot-menu .main-gridster,#iot-menu .main-gridster .heading,#module-page .main-gridster,#module-page .main-gridster .heading{position:relative}#iot-menu .main-gridster .heading .info-bar,#module-page .main-gridster .heading .info-bar{position:relative;left:0;right:0;height:auto;background:#e5e5e5;border-bottom:1px solid #d4cbcb;border-left:1px solid #d4cbcb;border-right:1px solid #d4cbcb;padding:7px 10px;color:#676565}#iot-menu .modal,#module-page .modal{display:none;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;overflow-y:auto;overflow-x:hidden;background-color:#000;background-color:rgba(0,0,0,.4)}#iot-menu .modal .myClose,#module-page .modal .myClose{color:#aaa;float:right;font-size:28px;font-weight:700}#iot-menu .modal .myClose:focus,#iot-menu .modal .myClose:hover,#module-page .modal .myClose:focus,#module-page .modal .myClose:hover{color:#000;text-decoration:none;cursor:pointer}#iot-menu .zone-link-button,#module-page .zone-link-button{position:absolute;right:-30px;top:4px;font-size:22px}#iot-menu .zone-link-button.for-label,#module-page .zone-link-button.for-label{top:-5px}#iot-menu .gamepad,#module-page .gamepad{direction:ltr}#iot-menu .gamepad,#iot-menu .gamepad .button,#module-page .gamepad,#module-page .gamepad .button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#iot-menu .gamepad body,#module-page .gamepad body{font-family:Work Sans,sans-serif;user-select:none;text-align:center}#iot-menu .gamepad .buttons,#module-page .gamepad .buttons{vertical-align:top;max-width:30em;margin:0 auto}#iot-menu .gamepad h1,#module-page .gamepad h1{font-size:2.8em;font-weight:800;white-space:pre;line-height:.85;color:#999}#iot-menu .gamepad hr,#module-page .gamepad hr{margin:0 0 2em;border:0}#iot-menu .gamepad button,#module-page .gamepad button{font-family:Work Sans,sans-serif;display:inline-block;border:0;background:#bab9b9;color:#6c7073;font-weight:600;border-radius:2em;width:1.4em;height:1.4em;font-size:2em;outline:none;border-bottom:.15em solid rgba(0,0,0,.5)}#iot-menu .gamepad button.curtains,#module-page .gamepad button.curtains{width:auto;padding:0 10px}@media screen and (max-width:63.99875em){#iot-menu .gamepad button,#module-page .gamepad button{width:1.3em;height:1.3em;font-size:1.6em}}#iot-menu .gamepad button.active,#iot-menu .gamepad button:active,#module-page .gamepad button.active,#module-page .gamepad button:active{border-bottom:.15em solid transparent;transform:scale(.9)}#iot-menu .gamepad .button-circle,#module-page .gamepad .button-circle{color:#fff;cursor:pointer}#iot-menu .gamepad .button-bar,#module-page .gamepad .button-bar{width:7em;font-size:1.3em}#iot-menu .gamepad .button-axes,#iot-menu .gamepad .button-bar-mini,#module-page .gamepad .button-axes,#module-page .gamepad .button-bar-mini{background:#222;color:#fff}#iot-menu .gamepad .button-axes,#module-page .gamepad .button-axes{cursor:pointer;width:1.4em;height:1.4em;line-height:1.3;border-radius:.2em;color:#666}@media screen and (max-width:63.99875em){#iot-menu .gamepad .button-axes,#module-page .gamepad .button-axes{width:1.3em;height:1.3em}#iot-menu .gamepad .button-axes.mr48,#module-page .gamepad .button-axes.mr48{margin-right:50px}}#iot-menu .gamepad .button-bar-mini,#module-page .gamepad .button-bar-mini{width:6em;font-size:.75em;background:#222;color:#fff;font-weight:300;border-bottom:.3em solid rgba(0,0,0,.5)}#iot-menu .gamepad .button-bar-mini.active,#iot-menu .gamepad .button-bar-mini:active,#module-page .gamepad .button-bar-mini.active,#module-page .gamepad .button-bar-mini:active{border-bottom:.3em solid transparent}#iot-menu .gamepad .button-A,#module-page .gamepad .button-A{background:#ed1d29}#iot-menu .gamepad .button-B,#module-page .gamepad .button-B{background:#ffb930}#iot-menu .gamepad .button-X,#module-page .gamepad .button-X{background:#025ac9}#iot-menu .gamepad .button-Y,#module-page .gamepad .button-Y{background:#00a97a}#iot-menu .gamepad button .arrow,#module-page .gamepad button .arrow{display:inline-block;width:0;height:0;vertical-align:middle;font-size:.35em;line-height:0;border:0 solid transparent;color:inherit}#iot-menu .gamepad button .arrow-left,#module-page .gamepad button .arrow-left{border-right-color:#999;border-right-width:1em;border-bottom-width:1em;border-top-width:1em;margin-left:-.25em}#iot-menu .gamepad button .arrow-right,#module-page .gamepad button .arrow-right{border-left-color:#999;border-left-width:1em;border-bottom-width:1em;border-top-width:1em;margin-right:-.25em}#iot-menu .gamepad button .arrow-up,#module-page .gamepad button .arrow-up{border-bottom-color:#999;border-bottom-width:1em;border-left-width:1em;border-right-width:1em;margin-top:-.25em}#iot-menu .gamepad button .arrow-down,#module-page .gamepad button .arrow-down{border-top-color:#999;border-top-width:1em;border-left-width:1em;border-right-width:1em;margin-bottom:-.25em}#iot-menu .modal-content,#module-page .modal-content{background-color:#fefefe;margin:5% auto;padding:20px;border:1px solid #888;width:45%}@media screen and (max-width:63.99875em){#iot-menu .modal-content,#module-page .modal-content{width:100%}}@media screen and (max-width:63.99875em){#iot-menu .picker__holder,#module-page .picker__holder{max-width:308px}}#iot-menu .wifi-list,#module-page .wifi-list{margin:0;list-style:none}#iot-menu .wifi-list li,#module-page .wifi-list li{transition:all .2s ease;line-height:37px}#iot-menu .wifi-list li:hover,#module-page .wifi-list li:hover{background:#ccc}#iot-menu .edit-wifi,#module-page .edit-wifi{color:#339af0;cursor:pointer;transition:all .2s ease;font-size:24px;position:relative;top:11px;padding-right:10px}#iot-menu .edit-wifi:hover,#module-page .edit-wifi:hover{color:#0d66b0}#iot-menu .edit-wifi:lang(ar),#module-page .edit-wifi:lang(ar){padding-left:10px;padding-right:0}#iot-menu .edit-password,#module-page .edit-password{color:#20c997;cursor:pointer;transition:all .2s ease;font-size:24px;position:relative;top:11px;padding-right:10px}#iot-menu .edit-password:hover,#module-page .edit-password:hover{color:#127155}#iot-menu .edit-password:lang(ar),#module-page .edit-password:lang(ar){padding-left:10px;padding-right:0}#iot-menu .save-edit-wifi,#module-page .save-edit-wifi{color:#51cf66;cursor:pointer;transition:all .2s ease;padding-right:10px;font-size:24px;position:relative;top:11px}#iot-menu .save-edit-wifi:hover,#module-page .save-edit-wifi:hover{color:#28923a}#iot-menu .save-edit-wifi:lang(ar),#module-page .save-edit-wifi:lang(ar){padding-left:10px;padding-right:0}#iot-menu .delete-wifi,#module-page .delete-wifi{color:#ff6b6b;cursor:pointer;transition:all .2s ease;font-size:24px;position:relative;top:11px}#iot-menu .delete-wifi:hover,#module-page .delete-wifi:hover{color:#ff0505}#iot-menu .wifi-entry,#module-page .wifi-entry{height:40px;margin:10px 0;display:inline-block}#iot-menu .odometer,#module-page .odometer{position:relative;bottom:1px}#iot-menu .delete-icon,#module-page .delete-icon{font-size:17px;transition:all .2s ease;cursor:pointer}#iot-menu .delete-icon:hover,#module-page .delete-icon:hover{color:#ff0505}#iot-menu .small-icon img,#module-page .small-icon img{max-width:30px;width:30px;position:relative;bottom:3px}#iot-menu .small-icon.new img,#module-page .small-icon.new img{height:100%}#iot-menu .custom-option-image,#module-page .custom-option-image{max-height:75px;width:100px}#iot-menu .color-box,#module-page .color-box{background-color:#a2c4c9;width:20px;height:20px;display:inline-block;position:relative;top:3px;border:1px solid #222}#iot-menu .battery,#module-page .battery{position:relative;left:9px;top:8px}#iot-menu .battery .battery-icon,#module-page .battery .battery-icon{width:30px;transform:rotate(90deg);position:relative;bottom:4px;right:24px}#iot-menu .clean-timer-wrapper,#module-page .clean-timer-wrapper{display:inline-block}#iot-menu .clean-timer-wrapper .clean-timer,#module-page .clean-timer-wrapper .clean-timer{padding:5px 15px}#iot-menu .clean-timer-wrapper .clean-timer input,#module-page .clean-timer-wrapper .clean-timer input{background:transparent;border:none;display:inline-block;box-shadow:none;color:#339af0;font-size:30px;width:40px;padding:2px}#iot-menu .clean-timer-wrapper .clean-timer span,#module-page .clean-timer-wrapper .clean-timer span{color:#339af0;font-size:26px;line-height:27px}#iot-menu .clean-timer-wrapper .clean-timer input::-webkit-inner-spin-button,#iot-menu .clean-timer-wrapper .clean-timer input::-webkit-outer-spin-button,#module-page .clean-timer-wrapper .clean-timer input::-webkit-inner-spin-button,#module-page .clean-timer-wrapper .clean-timer input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}#iot-menu .clean-timer-wrapper .units-wrapper,#module-page .clean-timer-wrapper .units-wrapper{margin:1px 15px}#iot-menu .clean-timer-wrapper .units-wrapper span,#module-page .clean-timer-wrapper .units-wrapper span{color:#495057}#iot-menu .clean-timer-wrapper .time-selector,#module-page .clean-timer-wrapper .time-selector{padding:1px 15px;border-radius:50px;background-color:#fff;box-shadow:0 1px 2px rgba(10,10,10,.1)}#iot-menu .button.power,#module-page .button.power{color:#495057;background:#ced4da}#iot-menu .button.power.on,#module-page .button.power.on{color:#e7f5ff;background:#339af0}#iot-menu .online-led-label,#module-page .online-led-label{line-height:40px}#iot-menu .online-led-label.pos-fix,#module-page .online-led-label.pos-fix{position:relative;bottom:15px;left:-10px}#iot-menu .online-led-label.pos-fix:lang(ar),#module-page .online-led-label.pos-fix:lang(ar){left:auto;right:-10px}#iot-menu .online-led-label.pos-fix.opposite,#module-page .online-led-label.pos-fix.opposite{left:auto;right:-5px}#iot-menu .online-led-label.pos-fix.opposite:lang(ar),#module-page .online-led-label.pos-fix.opposite:lang(ar){right:auto;left:-10px}#iot-menu .operator,#module-page .operator{background:#fff}#iot-menu .power.button,#module-page .power.button{width:77px}#iot-menu .content,#module-page .content{height:655px;overflow:auto}#iot-menu .content .button.power,#module-page .content .button.power{height:40px}#iot-menu .led-icon,#module-page .led-icon{display:inline-block;width:16px;height:12px}#iot-menu .led-icon.teal .circle,#module-page .led-icon.teal .circle{background-color:#0ca678}#iot-menu .led-icon .circle,#module-page .led-icon .circle{width:5px;margin-right:3px;margin-bottom:3px;height:5px;border-radius:100%;display:inline-block;float:left;background-color:#adb5bd}#iot-menu .led_btn.raised,#module-page .led_btn.raised{position:relative;bottom:3px}#iot-menu .led_btn.active .led-icon .circle,#module-page .led_btn.active .led-icon .circle{background-color:#0ca678}#iot-menu .btn_header button.button,#module-page .btn_header button.button{background:#ced4da;color:#495057;height:100%}#iot-menu .btn_header button.button.active,#module-page .btn_header button.button.active{background:#228be6;color:#e7f5ff}#iot-menu .mini-slider .slidr,#module-page .mini-slider .slidr{line-height:35px}#iot-menu .mini-slider .icon,#module-page .mini-slider .icon{line-height:40px}#iot-menu .mini-slider .icon.small,#module-page .mini-slider .icon.small{font-size:20px}#iot-menu .mini-slider .icon.large,#module-page .mini-slider .icon.large{font-size:35px}#iot-menu .mini-slider .icon.large.auto-dimming,#module-page .mini-slider .icon.large.auto-dimming{font-size:28px;position:relative;right:3px}#iot-menu .mini-slider .icon.large.auto-dimming:lang(ar),#module-page .mini-slider .icon.large.auto-dimming:lang(ar){right:auto;left:3px}#iot-menu .divider,#module-page .divider{height:25px;background:#ccc;width:1px;position:relative;top:3px}#iot-menu .c-tab_list,#module-page .c-tab_list{float:left;text-align:center;padding:0;position:relative}#iot-menu .c-tab_content,#module-page .c-tab_content{padding-top:2.5em}#iot-menu .c-tab_item,#module-page .c-tab_item{display:inline-block;float:left}#iot-menu .c-tab_label,#module-page .c-tab_label{display:inline-block;width:6em;height:2.5em;line-height:2.5em;box-sizing:border-box;text-align:center;border:1px solid #339af0;border-right-width:0;color:#0a4fbe;cursor:pointer;transition:.2s linear;margin:0;background:#fff}#iot-menu .c-tab_label.selected,#module-page .c-tab_label.selected{color:#fff;background-color:#228be6}#iot-menu .c-tab_item:first-child>.c-tab_label,#module-page .c-tab_item:first-child>.c-tab_label{border-radius:.4em 0 0 .4em}#iot-menu .c-tab_item:last-child>.c-tab_label,#module-page .c-tab_item:last-child>.c-tab_label{border-width:1px;border-radius:0 .4em .4em 0}#iot-menu .c-tab.disabled .c-tab_label,#module-page .c-tab.disabled .c-tab_label{cursor:default}#iot-menu #freqDial,#iot-menu #powerDial,#iot-menu #voltDial,#iot-menu .dial,#module-page #freqDial,#module-page #powerDial,#module-page #voltDial,#module-page .dial,.module-item #freqDial,.module-item #powerDial,.module-item #voltDial,.module-item .dial{transform-origin:center 86%;transform:rotate(0deg);transform-box:fill-box}#iot-menu .wss.iot,#module-page .wss.iot,.module-item .wss.iot{position:relative;bottom:10px}@media screen and (max-width:63.99875em){#iot-menu .wss.iot,#module-page .wss.iot,.module-item .wss.iot{bottom:17px}}#iot-menu .wss.iot .ttu,#module-page .wss.iot .ttu,.module-item .wss.iot .ttu{position:relative;top:3px}#iot-menu .wss.iot img,#module-page .wss.iot img,.module-item .wss.iot img{margin-top:0;margin-right:15px;margin-left:15px}#iot-menu .wss img,#module-page .wss img,.module-item .wss img{display:inline-block;width:25px;margin-top:5px}#iot-menu .faded,#module-page .faded,.module-item .faded{opacity:.4}#iot-menu .gen-item,#module-page .gen-item,.module-item .gen-item{display:inline-block;float:left;padding:0 0 0 10px;font-size:15px;line-height:53px}#iot-menu .gen-item:lang(ar),#module-page .gen-item:lang(ar),.module-item .gen-item:lang(ar){float:right;padding-right:10px;padding-left:0}#iot-menu .icon.power,#module-page .icon.power,.module-item .icon.power{max-width:30px;bottom:3px;position:relative}#iot-menu .text-center,#module-page .text-center,.module-item .text-center{text-align:center}#iot-menu .module-image,#module-page .module-image,.module-item .module-image{max-height:400px}#iot-menu .module-image.heater,#module-page .module-image.heater,.module-item .module-image.heater{max-height:195px}#iot-menu .module-image.switch,#module-page .module-image.switch,.module-item .module-image.switch{max-height:219px}#iot-menu .module-image.generator svg,#module-page .module-image.generator svg,.module-item .module-image.generator svg{height:220px;margin:-16px}#iot-menu .module-image svg,#module-page .module-image svg,.module-item .module-image svg{height:100%}#iot-menu .start-time,#module-page .start-time,.module-item .start-time{margin-top:15px}@media screen and (max-width:63.99875em){#iot-menu .content,#module-page .content,.module-item .content{padding:10px}}@media screen and (max-width:63.99875em){#iot-menu .tab-button i,#module-page .tab-button i,.module-item .tab-button i{display:block;font-size:22px;margin:0 0 8px}}@media screen and (max-width:63.99875em){#iot-menu .time-day-wrapper,#module-page .time-day-wrapper,.module-item .time-day-wrapper{padding:0}}#iot-menu .module_page_info_container,#module-page .module_page_info_container,.module-item .module_page_info_container{display:flex;justify-content:space-between;height:100%;flex-direction:column}@media screen and (max-width:63.99875em){#iot-menu .module_page_info_container,#module-page .module_page_info_container,.module-item .module_page_info_container{display:block;height:auto}}@media screen and (max-width:63.99875em){#iot-menu .revert-allign-medium,#module-page .revert-allign-medium,.module-item .revert-allign-medium{align-items:normal}}#iot-menu a.schedule_day_btn,#module-page a.schedule_day_btn,.module-item a.schedule_day_btn{background:#ced4da;color:#495057}#iot-menu a.schedule_day_btn.active,#module-page a.schedule_day_btn.active,.module-item a.schedule_day_btn.active{background:#339af0;color:#fff}#iot-menu a.icon_btn,#module-page a.icon_btn,.module-item a.icon_btn{background:transparent;font-size:1.5rem}#iot-menu a.icon_btn.menu_btn,#module-page a.icon_btn.menu_btn,.module-item a.icon_btn.menu_btn{color:#adb5bd}#iot-menu a.icon_btn.menu_btn:hover,#module-page a.icon_btn.menu_btn:hover,.module-item a.icon_btn.menu_btn:hover{color:#868e96}#iot-menu a.icon_btn.switch_btn,#module-page a.icon_btn.switch_btn,.module-item a.icon_btn.switch_btn{height:52px;width:52px;line-height:52px;border-radius:0;background:#adb5bd}#iot-menu a.icon_btn.switch_btn:hover,#module-page a.icon_btn.switch_btn:hover,.module-item a.icon_btn.switch_btn:hover{background:#868e96}#iot-menu a.icon_btn.switch_btn.active,#iot-menu a.icon_btn.switch_btn.active:hover,#module-page a.icon_btn.switch_btn.active,#module-page a.icon_btn.switch_btn.active:hover,.module-item a.icon_btn.switch_btn.active,.module-item a.icon_btn.switch_btn.active:hover{background:#339af0}#iot-menu a.icon_btn.led_btn,#module-page a.icon_btn.led_btn,.module-item a.icon_btn.led_btn{color:#adb5bd}#iot-menu a.icon_btn.led_btn:hover,#module-page a.icon_btn.led_btn:hover,.module-item a.icon_btn.led_btn:hover{color:#868e96}#iot-menu a.icon_btn.led_btn.active,#iot-menu a.icon_btn.led_btn.active:hover,#module-page a.icon_btn.led_btn.active,#module-page a.icon_btn.led_btn.active:hover,.module-item a.icon_btn.led_btn.active,.module-item a.icon_btn.led_btn.active:hover{color:#0ca678}#iot-menu .rzslider,#module-page .rzslider,.module-item .rzslider{margin:0}#iot-menu .rzslider .rz-bar,#module-page .rzslider .rz-bar,.module-item .rzslider .rz-bar{background:#adb5bd}#iot-menu .rzslider .rz-selection,#module-page .rzslider .rz-selection,.module-item .rzslider .rz-selection{background:#5c7cfa}#iot-menu .rzslider .rz-pointer,#module-page .rzslider .rz-pointer,.module-item .rzslider .rz-pointer{height:24px;top:-10px;width:24px;background:#4263eb}#iot-menu .rzslider .rz-pointer:after,#module-page .rzslider .rz-pointer:after,.module-item .rzslider .rz-pointer:after{left:8px;top:8px;background:transparent}#iot-menu .rzslider .rz-pointer:hover:after,#module-page .rzslider .rz-pointer:hover:after,.module-item .rzslider .rz-pointer:hover:after{background:transparent}#iot-menu .mini-schedule,#module-page .mini-schedule,.module-item .mini-schedule{transition:background-color .5s;-webkit-transition:background-color .5s;-o-transition:background-color .5s;-moz-transition:background-color .5s;background-color:hsla(0,0%,100%,.2)}#iot-menu .mini-schedule.active,#module-page .mini-schedule.active,.module-item .mini-schedule.active{background-color:#fff}@media screen and (max-width:63.99875em){#iot-menu .mini-schedule.card,#module-page .mini-schedule.card,.module-item .mini-schedule.card{border-bottom:1px solid #ddd;margin-bottom:0;min-height:115px}#iot-menu .mini-schedule.card .align-middle,#module-page .mini-schedule.card .align-middle,.module-item .mini-schedule.card .align-middle{align-items:normal}}#iot-menu .mini-schedule .time-day-wrapper .time,#module-page .mini-schedule .time-day-wrapper .time,.module-item .mini-schedule .time-day-wrapper .time{font-size:42px;line-height:40px}#iot-menu .mini-schedule .inline-block,#module-page .mini-schedule .inline-block,.module-item .mini-schedule .inline-block{display:inline-block}#iot-menu .mini-schedule button,#module-page .mini-schedule button,.module-item .mini-schedule button{padding:13px;border:none;position:relative;top:-16px}@media screen and (max-width:63.99875em){#iot-menu .mini-schedule button,#module-page .mini-schedule button,.module-item .mini-schedule button{float:left;width:50%}}#iot-menu .mini-schedule .switch,#module-page .mini-schedule .switch,.module-item .mini-schedule .switch{margin-left:4px}#iot-menu .mini-schedule .repeat,#module-page .mini-schedule .repeat,.module-item .mini-schedule .repeat{display:inline-block}#iot-menu .mini-schedule .feature,#module-page .mini-schedule .feature,.module-item .mini-schedule .feature{font-size:18px}#iot-menu .mini-schedule .icon.repeat,#module-page .mini-schedule .icon.repeat,.module-item .mini-schedule .icon.repeat{max-width:25px;width:100%;padding:5px 0}.module-item{margin-bottom:32px}.module-item .odometer{position:relative;bottom:4px}.module-item .divider{height:25px;background:#ccc;width:1px;position:relative;top:13px}.module-item .divider.no-top{top:0}@media screen and (max-width:63.99875em){.module-item .inner{text-align:center}.module-item .inner svg{max-width:80%}}.lightbulb.led #led-bulbs ellipse{fill:#0ca678!important;fill-opacity:1!important}.lightbulb.led #led-light{transform:scale(1);opacity:1!important;fill:#fff9db!important}.lightbulb.on.led #led-bulbs ellipse{fill:#0ca678!important;fill-opacity:1!important}.lightbulb.on .outer_light{transform:scale(1);opacity:.2;fill:#fcc419}.lightbulb.on .inner_bulb{fill:#fcc419}.lightbulb.on .bulb_shadow{fill:#fab005}.lightbulb .outer_light{opacity:0}.lightbulb #led-light,.lightbulb .outer_light{transform:scale(.3);transform-origin:center center;transition:transform .15s cubic-bezier(.18,.89,.32,1.28)}.lightbulb #led-light{opacity:0!important}.lightbulb .inner_bulb{fill:#eee;transition:fill .2 ease}.lightbulb .bulb_shadow{fill:#d5d5d5;transition:fill .2 ease}#module-usage .chart-wrapper{height:350px;position:relative}#module-usage .chart-wrapper indicator{height:350px}#module-usage .chart-wrapper canvas{width:100%!important}#module-usage indicator{opacity:1;transition:all .2 ease}#module-usage indicator.fade{opacity:.2}#module-usage .loader{position:absolute;top:36%;left:50%;transform:translate(-50%,-50%)}.loader.ng-animate{-webkit-animation:0s none}.hover-overlay{position:relative}.hover-overlay .overlay{position:absolute;width:100%;height:100%;top:0;padding:10px;cursor:pointer;transition:all .2s ease;opacity:0}.hover-overlay .overlay:hover{background-color:rgba(0,0,0,.7);opacity:1}#smart-rules .resultFeature{padding:20px;margin:20px 0}#smart-rules .radio{color:#fff}#smart-rules .smart-rules-back:lang(ar){translate:rotate(180deg)}.switch-height-fix{max-height:2.5rem}@media screen and (max-width:63.99875em){.switch-height-fix .switch{margin-left:0!important}.switch-height-fix button{top:auto!important}}.first-smart{background-color:#fff;padding:15px;border:1px solid #ccc;border-radius:5px}.first-smart .lightbulb,.first-smart img{max-width:100px}.first-smart .lightbulb{padding-top:25px;height:125px;display:inline-block}.rule-item{padding:5px 10px;border-bottom:1px solid #ccc;color:#fff}.rule-item.condition{transition:all .2s ease;cursor:pointer}.rule-item.condition:hover{background-color:#4ba6f2}.rule-item:last-child{border:none}.rule-wrapper{background-color:#fff;padding:15px;margin-bottom:20px}.interval-mins{display:inline-block;max-width:60px}.demo .callout{border:none;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)}input:checked~.switch-paddle{background-color:#51cf66}.button.round{width:75px;height:75px;line-height:75px;border-radius:100%;font-size:16px;padding:0;background-color:#fff;position:relative;border:5px solid #dee2e6;transition:all .2s ease}.button.round .wrapper{transition:all .2s ease;display:inline-block;border-radius:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:30px;height:30px;line-height:34px;background-color:#ced4da}.button.round.on .wrapper{width:55px;height:55px;line-height:60px;font-size:26px;background-color:#51cf66}#iot-menu .rzslider{margin:0}#iot-menu .rzslider .rz-bar{background:#e9ecef}#iot-menu .rzslider .rz-selection{background:#5c7cfa}#iot-menu .rzslider .rz-bar{height:10px}#iot-menu .rzslider .rz-pointer{height:24px;top:-7px;width:24px;background:#f1f3f5;border:1px solid #dee2e6;box-shadow:0 2px 8px 0 rgba(101,109,120,.4)}#iot-menu .rzslider .rz-pointer:after{left:8px;top:8px;background:transparent}#iot-menu .rzslider .rz-pointer:hover:after{background:transparent}#iot-menu .rzslider .rz-model-value{display:none}#iot-menu .settings-icon{position:absolute;top:2px;right:0;font-size:21px;padding:5px 10px}#iot-menu .settings-icon.open{background-color:#f5f5f5}#iot-menu .settings-icon:lang(ar){right:auto;left:0;top:-2px}#iot-menu .menu-overlay{display:none;z-index:999;position:absolute;top:36px;right:0;background-color:#f5f5f5;padding-top:10px;padding-bottom:10px}#iot-menu .menu-overlay.open{display:inline-block}#iot-menu .menu-overlay ul{margin:0}#iot-menu .menu-overlay ul li{display:block;font-size:16px;padding:0 10px}#iot-menu .menu-overlay ul li:hover{background-color:#dee2e6}#iot-menu .gridster-item .header{background-color:#f5f5f5;padding:5px 10px}#iot-menu .gridster-item .header:active,#iot-menu .gridster-item .header:hover{background-color:#dcdcdc;cursor:pointer}#iot-menu .gridster-item .row,#iot-menu .gridster-item .row .columns{height:100%}#iot-menu .gridster-item .row .columns .body{padding:10px;height:calc(100% - 35px)}#iot-menu .form-group{border:1px solid #ccd1d9;padding:10px 20px;margin-top:15px;background:#f5f7fa}#iot-menu .form-group .title{text-align:center;width:auto;margin-bottom:5px;padding:0 5px;font-size:16px;border-bottom:0;font-weight:600;display:block}#iot-menu .green-select-mobile{margin:0 10px}#iot-menu .green-select-mobile .select2-selection__rendered,#iot-menu .green-select .select2-selection__rendered{background-color:#a0d468;color:#f1f3f5;font-weight:700}#iot-menu .green-select-mobile .select2-results,#iot-menu .green-select .select2-results{background-color:#20c997;color:#f1f3f5}#iot-menu .green-select-mobile .select2-container--default .select2-results__option--highlighted[aria-selected],#iot-menu .green-select .select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#12b886}#iot-menu .green-select-mobile .select2-results__option:first-child,#iot-menu .green-select-mobile .select2-search--dropdown,#iot-menu .green-select .select2-results__option:first-child,#iot-menu .green-select .select2-search--dropdown{display:none}#iot-menu .heading{margin:10px}#iot-menu .heading .item{display:inline-block;padding:15px;cursor:pointer;color:#f1f3f5;transition:all .2s ease;text-transform:capitalize}#iot-menu .heading .item.active,#iot-menu .heading .item:hover{background-color:#1093fa}#iot-menu .heading .item img{display:inline-block;width:20px;position:relative;bottom:2px}@media screen and (max-width:63.99875em){#iot-menu .heading{margin:0 -10px;text-align:center}#iot-menu .heading .wss:not(.iot){padding:0 15px;display:inline-block;margin:0;position:relative;bottom:5px}#iot-menu .heading .wss:not(.iot) img{margin:0}#iot-menu .heading .online-led-label{display:inline-block}}#iot-menu .settings,#iot-menu .wrapper-card{background-color:#fff;margin:10px;padding:15px;max-width:1200px}#iot-menu .demo{margin-left:10px;margin-right:10px}.rule-section{border-radius:15px;padding:15px;margin-top:15px;font-weight:700}.rule-section.if,.rule-section.if .rule-wrapper{background-color:#339af0}.rule-section.then,.rule-section.then .rule-wrapper{background-color:#20c997}.rule-section .add-icon{color:#fff;font-size:35px;cursor:pointer}.rule-section .add-icon:hover{color:#f2f2f2}.add-button{color:#fff;font-weight:700;background-color:#a0d468}.add-button:hover{background-color:#87c940}select.large{padding:0 15px;height:50px;line-height:50px;margin-bottom:10px;font-size:16px;color:#656d78;font-weight:600;border-radius:5px;border:1px solid #e6e9ed;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}select.no-background{background-image:none}input:disabled,input[readonly],textarea:disabled,textarea[readonly]{cursor:pointer}.select2-container .select2-selection--single{background:#fff!important}.center-container{height:100%;display:flex;align-items:center;justify-content:center}.ng-animate{-webkit-animation:0s none}.ng-hide{display:none!important}.blockDropWrapper .select2-container .select2-selection--single,.imageDropWrapper .select2-container .select2-selection--single{height:50px}.switch.large .switch-paddle{height:42px;position:relative;top:3px}.switch.large .switch-paddle:after{position:relative;top:5px}select{background-image:none}.manage-locations{line-height:39px}.multiple-actions-button{cursor:pointer;position:relative;text-decoration:underline}.multiple-actions-button .multiple-actions{position:absolute;top:25px;padding:0;left:0;height:0;overflow:hidden;background-color:#fff;border:none;z-index:999;width:200px}.multiple-actions-button:hover .multiple-actions{height:auto;border:2px solid #f5f5f5;border-radius:5px;padding:15px}.draggable-wrapper{margin-left:10px;margin-right:10px}.draggable-wrapper .draggable{font-weight:700;width:100%}.mr16:lang(ar){margin-left:16px;margin-right:auto}@media only screen and (max-width:1418px) and (min-width:1200px){#iot-menu .gamepad .button-axes,#module-page .gamepad .button-axes{width:1.2em;height:1.2em}#iot-menu .gamepad .button-axes.mr48,#module-page .gamepad .button-axes.mr48{margin-right:26px}#iot-menu .gamepad .button-B,#module-page .gamepad .button-B{width:1.2em;height:1.2em}#iot-menu .gamepad .button-B.mr48,#module-page .gamepad .button-B.mr48{margin-right:26px}}.agritech .progress{position:relative;top:8px}.agritech .button-box{margin-bottom:15px;margin-right:20px}.ssid label{white-space:nowrap}#module-page .agritech .power.button{height:73px;max-width:100%;margin-bottom:0}#module-page .agritech .power.button.on .wrapper{width:58px;height:55px;line-height:57px}ul.pagination{margin-top:16px;margin-bottom:16px;text-align:center}ul.pagination li,ul.pagination li.disabled{padding:0}ul.pagination li.active a{background:#616161;color:#fff;border-radius:50px}.search_box{overflow:hidden}.search_box input{background-color:#e0e0e0;height:40px}.search_box input,.search_box input:focus{border:none;box-shadow:none}.search_box p{padding:0 16px;height:40px;line-height:40px;background-color:#e0e0e0}.ar select.aff{background-position:0}.select2{width:100%!important;display:block}.select2-container .select2-selection--single{height:39px;background:#e9ecef;border:none;border-radius:2px}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:39px}.select2-container--default .select2-selection--single .select2-selection__arrow{height:39px}.select2-container .select2-selection--multiple{height:39px;background:#e9ecef;border:none;border-radius:2px}.select2-container--default.select2-container--focus .select2-selection--multiple{border:none}tags-input .tags .tag-item{background:#74c0fc!important;border:none!important}.video-upload{background:#e9ecef;border:2px dashed #ced4da;color:#adb5bd;padding:8px}.video-upload .drag-section{text-align:center;padding:48px;font-size:1em;border-radius:1px;cursor:pointer}.video-upload .drag-section:hover{background:#f8f9fa}.video-upload .drag-section.dragover{background:#74c0fc;border-color:#4dabf7;color:#f8f9fa}.video-upload .drag-section.dragover a{color:#f1f3f5}.video-upload .drag-section.dragover-err{background:#fa5252;border-color:#e03131}.video-upload .uploading-section .progress .progress-meter{will-change:width}.video-upload video{display:block;margin:0 auto 8px}.video_ad_label{position:absolute;left:16px;top:16px;z-index:99}.video_ad_skip{right:0;bottom:32px;border-radius:0}.video_ad_remaining,.video_ad_skip{position:absolute;background:rgba(0,0,0,.4)}.video_ad_remaining{right:8px;top:8px;z-index:99999;width:32px;height:32px;color:#fff;font-size:18px;line-height:30px;text-align:center;border-radius:50px}.plyr .plyr__resolution__select{margin-bottom:0;margin-left:12px;height:32px;font-size:14px;width:54px;background-color:transparent;border:none;color:#fff;outline:none}.plyr .plyr__resolution__select option{color:#868e96}.plyr--video .plyr__controls{padding-top:0!important}#affApp{display:block;position:relative;height:100%;overflow-x:hidden}#affApp.scroll{overflow-y:scroll}.ng_view{height:calc(100% - 56px);position:relative}@media screen and (max-width:39.99875em){.ng_view{height:calc(100% - 40px)}}#notification_modal{top:56px}#warning_message{display:none}@media only screen and (orientation:portrait){#warning_message{display:block}}@media only screen and (orientation:landscape){#warning_message{display:none}}#warning_message{position:fixed;bottom:0;right:0;left:0;opacity:.8;width:100%}#competition_list_page .competition_type{font-size:.6875rem;text-transform:uppercase}#learn-course-catalog,#learn-material{position:relative;min-height:100%}#learn-course-catalog .content_wrapper,#learn-material .content_wrapper{padding-top:15px}#learn-course-catalog .learn-thumbnail,#learn-material .learn-thumbnail{display:inline-block;max-width:100px}#learn-course-catalog .catalog_list,#learn-material .catalog_list{padding-left:15px}#learn-course-catalog .catalog_list .card,#learn-material .catalog_list .card{padding:0 15px}#learn-course-catalog .catalog_list .chosen_courses,#learn-material .catalog_list .chosen_courses{color:#37474f}#learn-course-catalog .catalog_list .chosen_courses span,#learn-course-catalog .catalog_menu label,#learn-material .catalog_list .chosen_courses span,#learn-material .catalog_menu label{text-transform:capitalize}#learn-course-catalog .catalog_menu button,#learn-material .catalog_menu button{text-transform:Capitalize;display:block;margin-bottom:0;background:transparent;text-align:left;color:#78909c}#learn-course-catalog .catalog_menu button.active,#learn-material .catalog_menu button.active{color:#fff;background:#039be5}#learn-course-catalog .course,#learn-material .course{border-bottom:1px solid #eee}#learn-course-catalog .course .date,#learn-material .course .date{color:#78909c}#learn-course-catalog .course .check_mark,#learn-material .course .check_mark{background:#eceff1}#learn-course-catalog .course .check_mark.complete,#learn-material .course .check_mark.complete{background:#8bc34a}#learn-course-catalog .course .description,#learn-material .course .description{color:#455a64}#learn-course-catalog .course .title,#learn-material .course .title{color:#37474f}#learn-course-catalog .course .title span,#learn-material .course .title span{color:#78909c;font-size:.8125rem;text-transform:uppercase}#learn-course-catalog .course:last-child,#learn-material .course:last-child{border-bottom:none}#learn-course-catalog .more_info,#learn-material .more_info{cursor:pointer;margin:0 auto}#learn-course-catalog .more_info:hover,#learn-material .more_info:hover{background:#455a64}#learn-course #learn_course_modal{border:none;border-radius:5px;padding:0;overflow:hidden;background-color:#3949ab!important;transition:all .25s ease;box-shadow:0 1.5px 4px rgba(0,0,0,.24),0 1.5px 6px rgba(0,0,0,.12)}#learn-course #learn_course_modal:hover{box-shadow:0 10px 20px rgba(0,0,0,.22),0 14px 56px rgba(0,0,0,.25);transform:translateY(-5px)}#learn-course #learn_course_modal .lower{background:#fff}#learn-course #learn_course_modal h2{color:#ff5722!important}#learn-course #learn_course_modal p{color:#607d8b!important;font-size:1.625rem}#learn-course .entry{cursor:pointer}#learn-course .entry.selected{background:#546e7a!important;color:#fff}#learn-course .entry.selected .label{background:#fff;color:#546e7a!important}#learn-course .entry.selected p{color:#fff}#learn-course .answered .answer{cursor:default}#learn-course .answer{font-size:26px;cursor:pointer}#learn-course .answer.selected{color:#1e88e5!important}#learn-course .answer.chosen{color:#f44336!important}#learn-course .answer.correct{color:#8bc34a!important}#learn-course .question_container h2,#learn-course .question_container radio{color:#424242!important}#competition_details_page .register_section button{transition:none}#competition_details_page .leaderboards img{height:48px;width:48px;margin-right:8px}#competition_details_page .leaderboards table tbody,#competition_details_page .leaderboards table thead{border:0}#competition_details_page .leaderboards table thead{border-bottom:1px solid #eee;background:#fff}#competition_play_page .answer{margin:0 0 16px;font-size:1.5rem;line-height:48px;height:48px;border:2px solid #cfd8dc}#competition_play_page .answer.selected{border-color:#9ccc65}#competition_play_page .answer.selected .number{background:#9ccc65}#competition_play_page .answer .number{color:#fff;width:48px;background:#cfd8dc;text-align:center;padding:0}#learn-words-in-game .correct_answer,#learn-words-in-game .wrong_answer{opacity:0;height:0}@media screen and (max-width:63.99875em){#learn-words-test h2{font-size:1.5rem}}#learn-words-test .correct_answer,#learn-words-test .wrong_answer{opacity:0;height:0;width:0;display:inline-block}#learn-words-test button.answer_btn.correct{background:#388e3c!important;color:#fff}#learn-words-test button.answer_btn.wrong{background:#d32f2f!important;color:#fff}.four_words_menu_section{background:#00bcd4;display:block;padding:16px;border-radius:10px;text-align:center;color:#fff}.four_words_menu_section:hover{background:rgba(0,0,0,.3)}.four_words_menu_section:hover h2{color:#fff}.four_words_menu_section img{margin:0 auto;display:block}.monument_bg_green{background:#43a047 url(img/learn/four_words/background.svg) bottom no-repeat;min-height:500px;background-size:contain;color:#fff}.monument_bg_blue{background:#3949ab url(img/learn/four_words/background.svg) bottom no-repeat;min-height:500px;background-size:contain;color:#fff}.learning_bar{height:24px;background:#e0e0e0;position:relative;width:100%;margin-bottom:32px}.learning_bar .inner{transition:width .3s ease;position:absolute;bottom:0;height:100%;background:#9ccc65}.learn_image_box{height:50vh;position:relative;text-align:center}.learn_image_box img{max-width:100%;margin:0 auto;max-height:100%}.word_translation h3{border-bottom:2px dashed #bdbdbd}.country_flag_icon{width:22px;margin-top:-3px}.learn_word_input_wrapper{padding-right:0}.learn_word_input_wrapper input{height:40px}.lean_word_button_wrapper{padding-left:0}.four_words_category_wrapper .list_item{margin-bottom:8px!important}.play_again,.test_skills{display:inline-block;padding:32px}.play_again img,.test_skills img{display:block;margin-bottom:16px}#learn-words-in-game{position:relative;height:100%}#learn-words-in-game .category_list{text-transform:capitalize}#learn-words-in-game .word_section h6{color:#eee}#learn-words-in-game .word_section h3{position:relative}#learn-words-in-game .word_section h3:before{content:"";position:absolute;display:block;background:transparent;height:100%;width:100%;top:0;left:0}#multiplier_2x{top:32px;left:0;width:32px}#multiplier_2x,#score_add_text{position:absolute;visibility:hidden;opacity:0}#score_add_text{display:block;bottom:0}#bee_template{display:none}@keyframes animateHinted{to{background:#fcc419}}#crunching_game_ended{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:999}#crunching_game_ended .panel{background:#fff;border-radius:10px;padding:48px}#crunching_game_ended .panel .menu_buttons .button{width:120px;height:120px;font-size:3rem;margin:0 8px;border-radius:50%}#crunching_game_ended .panel .leaderboards_location_menu button{display:block}#board{position:relative}#board .crunching_numbers_bee{position:absolute}#board *{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}#board.can_click .ball{cursor:pointer}#board .ball{text-align:center;color:#fff;font-size:52px;position:absolute;border-radius:20px}#board .ball.hint .ball_inside{animation-name:animateHinted;animation-iteration-count:infinite;animation-duration:.4s;animation-direction:alternate}#board .ball.marked{z-index:99}#board .ball .ball_inside{border-radius:20px;height:100%;width:100%}#board .ball .ball_inside.removed{background:red!important}#board .ball .ball_inside.shadow{box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)}#board .ball img{width:auto;display:block;margin:0 auto;height:100%}#crunching_loading{width:100%;position:absolute;height:100%;top:0;left:0}#crunching_loading img{animation-duration:2s;animation-fill-mode:both;animation-name:pulse;animation-iteration-count:infinite;transform-origin:center center;animation-direction:alternate}@keyframes pulse{0%{transform:scale(1);opacity:.5}to{opacity:1;transform:scale(1.1)}}#crunching-numbers-level .level{padding:60px 0}#crunching-numbers-level .level .image img{width:100%}#crunching-numbers-level .level .info{color:#fff}#crunching-numbers-level .level .info h2{text-transform:uppercase}#crunching-numbers{overflow:hidden}#crunching-numbers .superpower_buttons{width:200px}#crunching-numbers .superpower_button{position:relative;margin-bottom:16px}#crunching-numbers .superpower_button span{position:absolute;left:0;bottom:0;background:#495057;color:#fff;border-radius:50px;width:28px;height:28px;line-height:28px;text-align:center}#crunching-numbers .star_wrapper{position:relative;height:40px;transform:translateZ(0)}#crunching-numbers .star_wrapper .star1,#crunching-numbers .star_wrapper .star2,#crunching-numbers .star_wrapper .star3{height:40px;line-height:40px;font-size:48px;position:absolute;transform:translateX(-50%);z-index:10}#crunching-numbers .star_wrapper .line{position:absolute;left:3px;background:#fcc419;height:12px;border-radius:50px;z-index:2;top:20px}#crunching-numbers .star_wrapper .bg_line{position:absolute;left:0;background:#adb5bd;height:20px;width:100%;border-radius:50px;z-index:1;top:16px}#crunching-numbers .level{padding:60px 0}#crunching-numbers .level .image img{width:100%}#crunching-numbers .level .info{color:#fff}#crunching-numbers .level .info h2{text-transform:uppercase}#crunching-numbers .login_link{color:#ccc}#crunching-numbers .login_link:hover{color:#fff}#crunching-numbers .crunching_game.hidden{visibility:hidden;opacity:0}#crunching-numbers .crunching_game .board_wrapper{position:relative;padding:4px;height:100%}@media print,screen and (min-width:40em){#crunching-numbers .crunching_game .board_wrapper{padding:8px}}@media print,screen and (min-width:64em){#crunching-numbers .crunching_game .board_wrapper{padding:16px}}#crunching-numbers .crunching_game .footer{padding:8px 16px}#crunching-numbers .crunching_game .footer .steps{line-height:32px;font-size:24px;text-align:right}#crunching-numbers .crunching_game .footer .progress{height:8px;margin-top:12px;border-radius:8px;overflow:hidden}#crunching-numbers .crunching_game .footer .progress .inner{height:100%}#crunching-numbers .crunching_game .operator{font-size:42px;padding:10px}#crunching-numbers .crunching_game .score_and_fruits img,#crunching-numbers .crunching_game .score_and_fruits p{height:40px;display:inline-block;width:auto;position:relative}#crunching-numbers .crunching_game .score_and_fruits img{margin-right:8px}#crunching-numbers .crunching_game .score_and_fruits p{margin:10px 16px 0 0;line-height:40px;text-align:center;font-size:24px}.transaction_row{padding-bottom:8px;padding-top:8px;border-bottom:1px solid #e9ecef}.transaction_row.old{background-color:#f1f3f5;color:#adb5bd}.transaction_row.old .icon,.transaction_row.old .time{color:#adb5bd}.transaction_row.old img{filter:gray;-webkit-filter:grayscale(1);filter:grayscale(1)}.transaction_row.animation.ng-enter{transition:all .2s ease-out;transform:translateX(-50px);opacity:0}.transaction_row.animation.ng-enter-stagger{transition-delay:.1s;transition-duration:0s}.transaction_row.animation.ng-enter.ng-enter-active{opacity:1;transform:translateX(0)}.transaction_row img{max-width:50px;max-height:50px}.module-img-wrapper img{max-height:195px;min-height:195px}.shutter-cont i{font-size:34px}.curtain{position:relative}.curtain svg{height:130px!important}.curtain svg #shutter{transform-origin:center top;transform-box:fill-box;-webkit-transform-origin:center top;-webkit-transition:all 2s ease}.curtain svg #shutter,.curtain svg #shutter_handle{transition:all 2s ease}.curtain #shutter{transform:scaleY(2);-webkit-transform:scaleY(2)}.curtain #shutter_handle{transform:translateY(147px)}.curtain.one #shutter{transform:scaleY(1)}.curtain.one #shutter_handle{transform:translateY(0)}.curtain.two #shutter{transform:scaleY(2)}.curtain.two #shutter_handle{transform:translateY(147px)}.curtain.three #shutter{transform:scaleY(2.86)}.curtain.three #shutter_handle{transform:translateY(250px)}@keyframes draw{to{transform:scaleY(3)}}@keyframes handleDown{to{transform:translateY(240px)}}.safe .module-img-wrapper img{max-height:120px}.lightbulb{max-height:195px}.lightbulb svg{max-height:250px;position:relative;bottom:50px}.mini-module .lightbulb svg{bottom:auto}.mini-module .module-img-wrapper img{max-height:150px}.mini-module .module-image{max-height:150px!important}.mini-module{background:#fff;border:1px solid #ccc;transition:all .2s ease;cursor:pointer}.mini-module:hover{border:1px solid #339af0}.mini-module.selected{border:1px solid #1971c2;cursor:default}.box{background:#fff;border:1px solid #ccc;transition:all .2s ease;cursor:pointer}.box:hover{border:1px solid #339af0;color:#339af0}.box.selected{border:1px solid #1971c2;cursor:default;color:#1971c2}.button-group .button.active{background-color:#0d66b0}.module .name{margin:0}.module .lower p{text-transform:uppercase}.module .lower *{transition:none}.module .lower .gen-lower{min-height:52px;line-height:52px}.module .lower .menu_btn.genr{line-height:52px}@media screen and (max-width:63.99875em){.tabs-title{width:50%}}.tabs-title>a:focus,.tabs-title>a[aria-selected=true]{background:none}.tabs-title.icon{padding:0}.tabs-title.icon a{padding:13px 20px}.rule{background-color:#fff}.mipbook-item{cursor:pointer;transition:all .2s ease;border:1px solid transparent}.mipbook-item:hover{background-color:#fcfcfc;border:1px solid #339af0}#mipbook-control{background-color:#f5f5f5}#mipbook-control .battery{padding:10px}#mipbook-control .battery .battery-icon{width:22px;transform:rotate(90deg);position:relative;left:22px;bottom:4px}#mipbook-control .lower-section{border-top:1px solid #f5f5f5;margin:auto 0}#mipbook-control .lower-section .item{padding:10px}#mipbook-control .lower-section .item img{max-height:30px}#mipbook-control .lower-section .item span{position:relative;top:3px;padding:0 5px}#allocation_calendar_week_bar{max-width:100%}#allocation_calendar_week_bar .arrow{border:none}#allocation_calendar_week_bar .button{margin:0}@media print,screen and (min-width:64em){#allocation-calendar-page select{width:200px}}.ar #allocation_calendar .weekday:first-child{border:none}.ar #allocation_calendar .weekday:last-child{border-right:1px solid #eee}#allocation_calendar{background:#f5f5f5;height:calc(100% - 40px);position:relative}#allocation_calendar .weekday{border-right:1px solid #eee}#allocation_calendar .weekday:last-child{border:none}#allocation_calendar .weekday .weekday_title{width:100%;padding:8px;background:#8bc34a;color:#fff;text-align:center;border-bottom:2px solid #689f38}#allocation_calendar .weekday .weekday_title.this_week{border-bottom:2px solid #f57c00;background:#ff9800}#allocation_calendar .weekday .weekday_title.this_week.today{border-bottom:2px solid #f57c00;background:#ef6c00}#allocation_calendar .weekday .weekday_title.today{background:#689f38;border-bottom:2px solid #558b2f}#allocation_calendar .weekday .weekday_title a.name{line-height:40px;color:#fff;display:inline-block;text-transform:capitalize}#allocation_calendar .weekday .weekday_tasks_wrapper .weekday_tasks .task{border-bottom:2px solid #eee;background:#fff;max-width:100%;margin:0}#allocation_calendar .weekday .weekday_tasks_wrapper .weekday_tasks .task a.task_check{font-size:1.5rem;color:#bdbdbd}#allocation_calendar .weekday .weekday_tasks_wrapper .weekday_tasks .task a.task_check:hover{color:#fff}#allocation_calendar .weekday .weekday_tasks_wrapper .weekday_tasks .task a.task_check.task_completed{color:#8bc34a}#allocation_calendar .weekday .weekday_tasks_wrapper .weekday_tasks .task .row{max-width:100%;padding:8px;margin:0}#allocation_calendar .weekday .weekday_tasks_wrapper .weekday_tasks .task.done{background:#eee}#allocation_calendar .weekday .weekday_tasks_wrapper .weekday_tasks .task.done .task_name{color:#9e9e9e}#allocation_calendar .weekday .weekday_tasks_wrapper .weekday_tasks .task.done .task_done:hover{background:#e57373;color:#fff}#allocation_calendar .weekday .weekday_tasks_wrapper .weekday_tasks .task img{max-height:48px;max-width:48px}#allocation_calendar .weekday .weekday_tasks_wrapper .weekday_tasks .task .task_name{position:relative;padding-right:8px;padding-left:8px;margin:0;color:#616161}#allocation_calendar .weekday .weekday_tasks_wrapper .weekday_tasks .task .task_done{color:#e0e0e0}#allocation_calendar .weekday .weekday_tasks_wrapper .weekday_tasks .task .task_done:hover{background:#aed581;color:#fff}#allocation_calendar .weekday .weekday_tasks_wrapper .weekday_tasks .task .parents_mark,#allocation_calendar .weekday .weekday_tasks_wrapper .weekday_tasks .task .task_done{border-radius:50%;padding:0;max-width:24px;max-height:24px;text-align:center}#allocation_calendar .weekday .weekday_tasks_wrapper .weekday_tasks .task .parents_mark i,#allocation_calendar .weekday .weekday_tasks_wrapper .weekday_tasks .task .task_done i{width:24px;height:24px;text-align:center;margin:0;font-size:1.25rem;display:inline-block}#allocation_calendar .weekday .task_select{border-radius:50%;padding:0}#allocation_calendar .weekday .task_select i{padding:6px;width:38px;height:38px;text-align:center;margin:0;font-size:1.375rem;display:block;color:#fff}#allocation_calendar .weekday .task_select:hover{background:hsla(0,0%,100%,.5)}#allocation_calendar_modal{background:#f5f5f5}#allocation_calendar_modal .task{cursor:pointer;border-bottom:2px solid rgba(0,0,0,.1);background:#fff;max-width:100%;padding:8px;margin:0 0 15px;position:relative}#allocation_calendar_modal .task .column,#allocation_calendar_modal .task .columns{padding-left:4px;padding-right:4px}#allocation_calendar_modal .task.selected{background:#7e57c2}#allocation_calendar_modal .task.selected i,#allocation_calendar_modal .task.selected p{color:#fff}#allocation_calendar_modal .task .delete_custom{position:absolute;right:-10px;top:-10px;background:#e57373}#allocation_calendar_modal .task .delete_custom i{font-size:.875rem;padding-top:3px}#allocation_calendar_modal .task img{max-height:46px;max-width:46px;padding:0;margin:0}#allocation_calendar_modal .task p{margin:0}#daily-tasks .section{padding:15px;margin-bottom:15px}#daily-tasks .section label{color:#fff;text-transform:capitalize;font-size:1.375rem}#daily-tasks .section h3{text-transform:uppercase;color:#fff}#daily-tasks .section h3 small{color:#f5f5f5}#earn_page_container{position:relative;width:100%;height:100%;background:url(img/earn/earn_bg.svg) no-repeat;background-size:cover;background-position:bottom;overflow:hidden}#earn_page_container #general_safety{direction:ltr}#earn_page_container #computer rect,#earn_page_container #news rect{transition:.2s ease}#earn_page_container .blue-hover rect{fill:#74c0fc!important}#earn_page_container .bedroom_ads,#earn_page_container .dining_ads,#earn_page_container .kitchen_ads{position:absolute;pointer-events:none;background:#f03e3e;color:#fff;border-radius:200px;padding:3px 6px;margin-left:10px}#earn_page_container .bedroom_ads.hidden,#earn_page_container .dining_ads.hidden,#earn_page_container .kitchen_ads.hidden{opacity:0}#earn_page_container .kitchen_ads{margin-top:-60px}#earn_page_container .bedroom_ads,#earn_page_container .dining_ads{margin-top:-42px}@media only screen and (max-width:1089px){#earn_page_container{background:none;background-color:#455a64}}@media only screen and (max-width:1030px){#earn_page_container .button.icon_btn.large{width:40px;height:40px;line-height:40px;font-size:1.25rem}}#earn_page_container #medical_tooltip{transition:all .2s ease;opacity:0}#earn_page_container .text-right:lang(ar){text-align:left}#earn_scene_container{top:0;overflow:hidden}#earn_scene,#earn_scene_container{position:absolute;width:100%;height:100%}#hide_and_seek_info_label{top:0;bottom:0;visibility:hidden;width:50%;height:58px;color:#fff;color:#757575;font-family:linotte,Helvetica,Roboto,Arial,sans-serif;font-size:58px;line-height:58px}#hide_and_seek_info_label,#hide_and_seek_text{position:absolute;z-index:999;right:0;left:0;margin:auto;text-align:center;opacity:0}#hide_and_seek_text{text-transform:uppercase;top:50%;transform:translateY(-50%);font-size:72px;line-height:72px;height:72px;color:#ff5722;text-shadow:0 0 10px #fff}#hide_and_seek_stats{position:absolute;left:0;right:0;top:120px;margin:auto;text-align:center;width:100%;z-index:999;font-size:46px}#hide_and_seek_stats .wrapper{display:inline;background:#ffb74d;padding:16px 32px;border-radius:16px/23px;color:#fff;box-shadow:0 2px 3px rgba(0,0,0,.2)}.earn_room_arrow{position:absolute;z-index:99;top:0;bottom:0;margin:auto;padding:0;background:rgba(0,0,0,.4)}.earn_room_arrow:focus{outline:none}.earn_room_arrow[disabled],.earn_room_arrow[disabled]:hover{color:#bdbdbd;background:rgba(0,0,0,.1)}#earn_left_arrow{left:16px;top:-113px}#earn_right_arrow{right:16px;top:-113px}#earn_item_info_modal h2 img{display:block;max-width:120px;max-height:120px;margin:0 auto 10px}@media print,screen and (min-width:40em){#earn_item_info_modal h2 img{display:inline-block;margin-bottom:0;max-height:60px;max-width:60px}}#earn_item_info_modal .content_wrapper{margin-top:26px}#earn_colored_overlay{background:#228be6;width:10%;height:10%;position:absolute;opacity:0;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);z-index:999}#earn_item_modal{opacity:0;width:100%;height:100%;position:absolute;font-size:24px;z-index:9999;overflow-y:hidden;overflow-x:hidden}#earn_item_modal .content_wrapper{padding:64px;height:calc(100% - 68px)}@media print,screen and (min-width:40em){#earn_item_modal .content_wrapper{padding:15px}}#earn_item_modal .item_image{min-width:320px;min-height:320px;max-width:100%;max-height:480px}#earn_item_modal .content_box{background:rgba(34,138,230,.9)}#earn_item_modal .icon_box{background:rgba(233,236,245,.9)}#earn_item_modal .header button{border-radius:0;border:0;background:#1864ab}#earn_item_modal .header button:hover{background:#1971c2}#earn_item_modal .header button.flat{background:transparent}#earn_item_modal .header button.close{color:#f8f9fa;background:#1c7ed6}#earn_item_modal .header button.close:hover{background:#1971c2;color:#f8f9fa}#earn_item_modal .earn_feature_wrapper{height:calc(100% - 90px)}#earn_item_modal .slick-dots li button{background:#343a40;border-radius:50px;width:14px;height:14px}#earn_item_modal .slick-dots li button:before{color:transparent}#earn_item_modal .slick-dots li.slick-active button{width:14px;height:14px;background:#f8f9fa;border-radius:50px}#earn_item_modal .slick-dots li.slick-active button:before{color:transparent}#news-category-page .header{padding-top:32px;padding-bottom:32px}@media screen and (min-width:40em){#news-category-page .header{padding-top:48px;padding-bottom:48px}}.force-ltr{direction:ltr}.force-ltr input,.force-ltr textarea{direction:rtl}.icon.clickable{cursor:pointer;font-size:26px}#news .logo{max-width:100px;max-height:100px;display:inline-block;margin-right:20px;margin-left:-5px}#news .logo:lang(ar){margin-right:-5px;margin-left:20px}#news .sub-menu{display:block;width:100%}#news .sub-menu li{display:inline-block;list-style:none;float:left;padding-right:20px}#news .sub-menu li:lang(ar){float:right;padding-right:0;padding-left:20px}#news .sub-menu li a:hover{color:#ccc}@media screen and (max-width:63.99875em){#news .most-read li{display:block}}#news .thumbnails-wrapper:lang(ar){padding-right:0;padding-left:10px}#news .slider-wrapper:lang(ar){padding-left:0;padding-right:10px}#news .orbit-next.icon,#news .orbit-previous.icon{top:auto;transform:none;left:auto;z-index:10;padding:0;color:#fefefe}#news .main .wrapper{margin-right:-4px;margin-left:-4px}#news .categories .list .category{border-width:0 0 0 6px;border-style:solid}#news .categories .list .category:lang(ar){border-left-width:0;border-right-width:6px;padding-left:0;padding-right:16px}#news .menu li a{text-transform:uppercase;font-weight:700}#news .menu li a:first-child{padding-left:0;padding-right:30px}#news .menu li a:first-child:lang(ar){padding-left:30px;padding-right:0}#news .menu li a:hover{color:#fff}#news .main-menu{margin:0;border-bottom:1px solid #e9ecef}#news .main-menu li a{font-size:1.5em;padding-bottom:14px}@media screen and (max-width:63.99875em){#news .large-header,#news .orbit,#news .top-stories-text{display:none}}#news .mobile-header{display:none}#news .mobile-header .header{margin:15px 15px 0}#news .mobile-header .header .text{padding-left:10px}@media screen and (max-width:63.99875em){#news .mobile-header{display:block}}#news .mobile-header .close-icon{display:none}#news .mobile-header .hamburger-icon{display:inline-block;padding:8px 12px}#news .mobile-header .menu{display:none}#news .mobile-header.open .close-icon{display:inline-block;margin-right:-8px;padding:8px 12px 6px;background-color:#fff;color:#333;margin-top:2px}#news .mobile-header.open .hamburger-icon{display:none}#news .mobile-header.open .menu{display:block}#news .mobile-header .menu ul{background-color:#fff;margin:0 15px 15px;border:1px solid #888}#news .mobile-header .menu ul li{list-style:none;padding:10px 20px;border-bottom:1px solid #888}#news .mobile-header .menu ul li a{color:#333}#news .mobile-header .menu ul li:last-child{border-bottom:none}#news #orbit .orbit-container{height:475px!important}#news #orbit .orbit-image{cursor:pointer}#news .orbit-bullets button{border-radius:0;width:auto;height:auto;margin:5px auto;display:inline-block}#news .orbit-bullets .icon{position:absolute;right:15px;font-size:22px}#news .orbit-bullets .icon.top{top:0}#news .orbit-bullets .icon.bottom{bottom:0}#news .thumbnail{margin-bottom:0;border:2px solid rgba(0,0,0,.2)}#news .thumbnail.slider{height:129px;width:220px;margin:0}#news .orbit-next:focus,#news .orbit-next:hover,#news .orbit-previous:focus,#news .orbit-previous:hover{background-color:transparent}#news .orbit-bullets{background:#333;padding:29px 0;margin:0;width:250px;max-height:475px;overflow:hidden}#news .orbit-image{max-height:475px}#news .news-card{padding:16px;border-bottom:1px solid #f5f5f5;cursor:pointer}#news .news-card .label{background:#ff6b6b;font-size:.875rem;padding:4px}#news .news-card.ad{background:#e9ecef}#news .news-card:hover{background-color:#fff}#news .ver-news img{margin-bottom:16px}#news .ver-news.lg .desc{background-color:#ddd;padding:10px}#news .ver-news.lg img{margin-bottom:0}#news .ver-news.lg h5{padding-top:16px}#news .ver-news.lg:hover .desc{background-color:#fff}.news_item_wrapper:hover{background:#fff}#article-page{font-family:Lato,sans-serif}#article-page .embed-container,#article-page .embed-container p,#article-page .embed-container span{direction:rtl!important;text-align:right!important}#article-page .list .category{border-width:0 0 0 6px;border-style:solid}#article-page .list .category:lang(ar){border-left-width:0;border-right-width:6px;padding-left:0;padding-right:16px}#article-page .pre-wrap{white-space:pre-wrap}#article-page img{max-width:100%}#article-page .sidebar{background-color:#eee}news-item{display:inline-block;width:100%;height:100%}@media screen and (min-width:64em){news-item.medium-spaced{margin-bottom:8px}}news-item .featured_news{margin-bottom:16px;width:100%;position:relative;cursor:pointer}news-item .featured_news img{width:100%}@media screen and (min-width:64em){news-item .featured_news{margin-bottom:0}}news-item .featured_news:hover .overlay{opacity:.8}news-item .featured_news:hover .info,news-item .featured_news:hover .info .category{color:#e9ecef}news-item .featured_news .info{color:#e9ecef;position:absolute;bottom:0;left:0;right:0;opacity:1;background:-moz-linear-gradient(top,transparent 0,rgba(0,0,0,.3) 36%,rgba(0,0,0,.8) 100%);background:-webkit-linear-gradient(top,transparent,rgba(0,0,0,.3) 36%,rgba(0,0,0,.8));background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.3) 36%,rgba(0,0,0,.8))}news-item .featured_news .overlay{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;transition:opacity .2s ease}news-item .news_item{height:100%;position:relative}news-item .news_item a,news-item .news_item img,news-item .news_item p{cursor:pointer}news-item .news_item img{width:100%;margin-bottom:0}@media screen and (min-width:40em){news-item .news_item img{margin-bottom:8px}}news-item .news_item .info{padding-left:16px}news-item .news_item .info:lang(ar){padding-left:0;padding-right:16px}@media screen and (min-width:40em){news-item .news_item .info{padding-left:0}}news-item .news_item .description{margin-bottom:0}@media screen and (min-width:40em){news-item .news_item .description{margin-bottom:64px}}@media screen and (min-width:40em){news-item .news_item .date{position:absolute;bottom:16px}}.responsiveForApp{height:100%;overflow-x:auto}#intro{background:#cbf6ff;width:100%;height:100%;position:relative;overflow:hidden}#intro svg{width:auto;height:100%;margin:0 auto;display:block}@media screen and (max-width:700px){#intro{width:150%}}@media screen and (max-width:600px){#intro{width:175%}}@media screen and (max-width:500px){#intro{width:200%}}@media screen and (max-width:450px){#intro{width:250%}}@media screen and (max-width:375px){#intro{width:313%}}@media screen and (max-width:260px){#intro{width:340%}}#intro_welcoming_box{position:absolute;top:16px;left:16px;background:#fff;overflow:hidden;opacity:0}#learn{background:#483c45;position:relative;overflow:hidden}#learn,#learn svg{width:100%;height:100%}#intro #center,#intro #earn,#intro #learn,#intro #ngo,#intro #shops{transition:opacity .2s ease}#intro #center:hover,#intro #earn:hover,#intro #learn:hover,#intro #ngo:hover,#intro #shops:hover{opacity:.9}#shop .item img{height:200px;width:100%;background-position:50%;background-repeat:no-repeat;background-size:contain;border:none}#profile .tabs-panel{padding:0}#profile .profile_picture{width:160px;height:160px;border-radius:50%}#profile .input-group-button .button{height:2.4375rem}#profile .mobile_extension{width:100px;margin-right:4px}#profile .language_select,#profile .language_select select{width:100%}#register{background:#339af0 url(img/bg-icons-white.png);min-height:100%}#register .mobile_extension{width:80px;margin-right:4px}@media screen and (max-width:63.99875em){#register .card.padded.transparent{padding:0}}#register .chat-box{padding-bottom:35px}#register .chat-box .message{transition:border-radius .2s ease;padding:10px;background-color:#fff;margin-bottom:3px;width:auto;display:inline-block}#register .chat-box .message.bot{border-top-right-radius:15px;border-bottom-right-radius:15px}#register .chat-box .message.bot.first{border-top-left-radius:15px}#register .chat-box .message.bot.last{border-bottom-left-radius:15px}#register .chat-box .message.bot.loading{display:inline-block;padding-left:25px;padding-right:25px;border-top-left-radius:15px;border-bottom-left-radius:15px;margin-left:65px}#register .chat-box .message.user{border-top-left-radius:15px;border-bottom-left-radius:15px;background-color:#ff922b;color:#fff}#register .chat-box .message.user.first{border-top-right-radius:15px}#register .chat-box .message.user.last{border-bottom-right-radius:15px}#register .chat-box .user-row{direction:rtl}#register .chat-box .avatar-wrapper{width:50px}#register .chat-box .bottom{width:100%;max-width:337px;position:fixed;bottom:0;height:45px}#register .chat-box .bottom input{width:100%;height:45px}#register .chat-box .bottom button{height:45px;width:55px}@media screen and (max-width:63.99875em){#register .chat-box .bottom{max-width:100%;left:0}}.dot-flashing{position:relative;width:10px;height:10px;border-radius:5px;background-color:#339af0;color:#339af0;animation:dotFlashing .5s linear infinite alternate;animation-delay:.25s}.dot-flashing:after,.dot-flashing:before{content:"";display:inline-block;position:absolute;top:0}.dot-flashing:before{left:-15px;animation:dotFlashing .5s infinite alternate;animation-delay:0s}.dot-flashing:after,.dot-flashing:before{width:10px;height:10px;border-radius:5px;background-color:#339af0;color:#339af0}.dot-flashing:after{left:15px;animation:dotFlashing .5s infinite alternate;animation-delay:.25s}@keyframes dotFlashing{0%{background-color:#339af0}50%,to{background-color:#c2e1fa}}#center-courses{overflow:hidden;background:#455a64}#center-courses.learn-courses .question_container h2{color:#424242!important}#center-courses.learn-courses .courses_sidebar .entry.current .title{color:#1976d2!important}#center-courses.learn-courses .question_container radio{color:#424242!important}#center-courses #center_course_modal,#center-courses #learn_course_modal{border:none;border-radius:5px;padding:0;overflow:hidden;transition:all .25s ease;box-shadow:0 1.5px 4px rgba(0,0,0,.24),0 1.5px 6px rgba(0,0,0,.12)}#center-courses #center_course_modal:hover,#center-courses #learn_course_modal:hover{box-shadow:0 10px 20px rgba(0,0,0,.22),0 14px 56px rgba(0,0,0,.25);transform:translateY(-5px)}#center-courses #center_course_modal .lower,#center-courses #learn_course_modal .lower{background:#fff}#center-courses #center_course_modal h2,#center-courses #learn_course_modal h2{color:#bbdefb!important}#center-courses #center_course_modal p,#center-courses #learn_course_modal p{color:#bbdefb!important;font-size:1.625rem}#center-courses .question_container h2,#center-courses .question_container radio{color:#bbdefb!important}#center-courses .courses_content{overflow-y:auto;color:#bbdefb!important}#center-courses .courses_content .answer{margin-left:0!important;margin-right:0!important}#center-courses .courses_content .answer.selected .answer_radio{background:#2196f3;border-color:#2196f3}#center-courses .courses_content .answer .answer_radio{height:28px;width:28px;border-radius:50%;border:3px solid #546e7a;background:transparent}#center-courses .courses_sidebar{overflow-y:auto;padding-right:0;max-width:320px;width:320px;padding-left:0}#center-courses .courses_sidebar .header{padding:16px}#center-courses .courses_sidebar .header h3{margin:0;font-size:22px}#center-courses .courses_sidebar .entries_holder{position:relative;z-index:0}#center-courses .courses_sidebar .entries_holder:before{content:"";width:3px;height:calc(100% - 56px);position:absolute;top:28px;left:43px;z-index:-1}#center-courses .courses_sidebar .entry{cursor:pointer;padding:16px}#center-courses .courses_sidebar .entry.current .title{color:#bbdefb!important}#center-courses .courses_sidebar .entry.current .entry_mark{border-color:#64b5f6!important}#center-courses .courses_sidebar .entry.complete.current .entry_mark{background:#2196f3!important}#center-courses .courses_sidebar .entry.complete .title{color:#8bc34a!important}#center-courses .courses_sidebar .entry.complete .entry_mark{color:#fff;border-color:#8bc34a;background:#8bc34a}#center-courses .courses_sidebar .entry.complete .entry_mark i{opacity:1}#center-courses .courses_sidebar .entry .title{font-size:1.25rem}#center-courses .courses_sidebar .entry .title i{margin-right:8px}#center-courses .courses_sidebar .entry .entry_mark_wrapper{padding:0 0 0 16px}#center-courses .courses_sidebar .entry .entry_mark{text-align:center;line-height:24px;font-size:12px;height:24px;border-radius:50%;padding:0;width:24px}#center-courses .courses_sidebar .entry .entry_mark i{opacity:0}#center-courses .courses_sidebar .entry .row{margin:0}.questionnaire_card.faded{opacity:.2}body.ar #questionnaire .progress_section:after{border-right:10px solid #74b816;border-left:none;left:-10px;right:auto}#admin-questionnaire .ta-scroll-window{background-color:#f5f5f5}#questionnaire .progress_section{position:relative}#questionnaire .progress_section:after{position:absolute;content:"";width:0;height:0;right:-10px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid #74b816;left:auto;z-index:1;top:calc(50% - 10px);opacity:0}#questionnaire .progress_section.active{background:#74b816}#questionnaire .progress_section.active:after{opacity:1}#questionnaire .questionnaire_section{height:calc(100% - 74px);overflow-y:auto}#questionnaire .questionnaire_section.report{height:auto}#questionnaire .questionnaire_section>.row{margin:0}#questionnaire .questionnaire_section h3{padding-bottom:24px}#questionnaire .questionnaire_wrapper{position:relative;height:calc(100% - 138px)}#questionnaire table th{border:1px solid #cfd8dc}#questionnaire table tbody tr:nth-child(2n){background-color:#b0bec5}#questionnaire table tbody td{border:1px solid #cfd8dc}@media print{#my_report{-webkit-print-color-adjust:exact}#my_report th{border:1px solid #cfd8dc!important;color:#fff!important;background-color:#617d8b!important}#my_report .color-amber-500{color:#ffc107!important}#my_report .color-blue-500{color:#2196f3!important}#my_report .color-red-500{color:#f44336!important}#my_report .color-green-500{color:#4caf50!important}#my_report a{color:#2199e8!important}#my_report b,#my_report strong{font-weight:700!important}}#admin-language{height:100%}#admin-language .header{height:52px}#admin-language .header>.row{height:100%}#admin-language .content{height:calc(100% - 52px);overflow-y:auto}#admin-language .content input{margin:0}#admin-language .content table tbody tr:nth-child(2n){background-color:#dee2e6}#admin-news{background:#fff}#admin-news .btn{text-align:center;line-height:1;cursor:pointer;-webkit-appearance:none;transition:background-color .25s ease-out,color .25s ease-out;vertical-align:middle;border:1px solid transparent;border-radius:0;padding:.85em 1em;margin:0 0 1rem;font-size:.9rem;background-color:#2199e8;color:#fefefe}#admin-news .btn,#admin-news .btn-group{display:inline-block}#admin-news #toolbarCC,#admin-news #toolbarWC{display:inline-block!important}#admin-news * .bb1,#admin-news * .bt1{border-color:#e0e0e0}#admin-news .news_item.active{border-left:4px solid #2979ff;background:#fff}#admin-news .search{border:none;box-shadow:none}#admin-news .content{background:#e0e0e0}#admin-news .example-image,#edit_article .example-image{max-width:700px}#goal-details .custom_progress .time{position:absolute;left:0;top:0;bottom:0;height:32px;width:6px;top:-4px}#goal-details .custom_progress .paid{height:24px}#goal-details .goal_details_box img{opacity:.25}#goal-details .disabled{opacity:.5}#goal-create .center_section,#goal-list .center_section{cursor:pointer}#goal-create .center_section img,#goal-list .center_section img{padding:48px}#goal-create .center_section p,#goal-list .center_section p{margin:0}@media only screen and (max-width:768px){#goal-create .center_section img,#goal-list .center_section img{padding:15px}}#goal-create .icons-wrapper,#goal-list .icons-wrapper{position:absolute;width:100%;top:0;padding-top:7px;padding-right:7px;z-index:99}#goal-create .icons-wrapper .icon,#goal-list .icons-wrapper .icon{font-size:21px;display:inline-block;float:right;padding-left:5px}#goal-create .icons-wrapper .icon:lang(ar),#goal-list .icons-wrapper .icon:lang(ar){float:left;padding-right:5px;padding-left:7px}#goal-create .datepicker:hover,#goal-list .datepicker:hover{cursor:pointer}#goal-create .line-under-pen,#goal-list .line-under-pen{position:relative;top:-25px}#goal-create .goal_list_allocated,#goal-list .goal_list_allocated{color:#fff}#goal-create .goal_list_allocated img,#goal-list .goal_list_allocated img{max-height:32px;max-width:32px}#goal-create .m15,#goal-list .m15{margin:30px}#goal-create .goal_item,#goal-list .goal_item{cursor:pointer;position:relative}#goal-create .goal_item .goal_completion_mark,#goal-list .goal_item .goal_completion_mark{position:absolute;left:0;top:0;width:100%;height:100%;margin:0}#goal-create .goal_item .goal_completion_mark p,#goal-list .goal_item .goal_completion_mark p{opacity:.8}#goal-create .goal_item .goal_progress,#goal-list .goal_item .goal_progress{top:0;left:0;bottom:0;position:absolute;height:100%;width:100%}#goal-create .goal_item .goal_progress .row,#goal-list .goal_item .goal_progress .row{margin:0}#goal-create .goal_item .goal_progress .cash,#goal-list .goal_item .goal_progress .cash{background:#8bc34a}#goal-create .goal_item .goal_progress .mips,#goal-list .goal_item .goal_progress .mips{background:#ffc107}#goal-create .goal_item .image_wrapper,#goal-list .goal_item .image_wrapper{height:auto;position:relative;background-color:#37474f}#goal-create .goal_item .footer,#goal-list .goal_item .footer{background:#263238;padding:8px 16px}#goal-create .goal_item .footer p,#goal-list .goal_item .footer p{color:#fff;margin:0}#goal-create .input-footer,#goal-list .input-footer{background:#263238;padding:0}#goal-create .input-footer p,#goal-list .input-footer p{color:#fff;margin:0}#goal-create .delete-btn,#goal-list .delete-btn{position:absolute;right:10px;top:10px}#goal-create .delete-btn:lang(ar),#goal-list .delete-btn:lang(ar){left:10px;right:auto}#goal-create .check-btn,#goal-list .check-btn{position:absolute;left:10px;top:10px}#goal-create .check-btn:lang(ar),#goal-list .check-btn:lang(ar){right:10px;left:auto}#goal-create .bg-color-blue-grey-700{position:relative}#goal-create .validation li{cursor:pointer;transition:all .2s ease}#goal-create .validation li:hover{color:#339af0}#goal-create .help-icon{position:absolute;top:15px;right:15px}#goal-create .help-icon:lang(ar){right:auto;left:15px}#goal-create .is-hidden{opacity:0;height:0}#goal-create button.ng-animate,#goal-create input.ng-animate{transition:none 0s;-webkit-transition:none 0s;animation:none 0s;-webkit-animation:none 0s}#goal-create input,#goal-create select,#goal-create textarea{box-shadow:none;border:none;border-bottom:2px solid #607d8b;background-color:#455a64}html input[disabled]{cursor:pointer}#center-page{background-color:#37474f;overflow:hidden}#center-page #gtm,#center-page #kiosk,#center-page #money_management,#center-page #pos,#center-page #wellness_management{transition:opacity .2s ease;cursor:pointer}#center-page #gtm:hover,#center-page #kiosk:hover,#center-page #money_management:hover,#center-page #pos:hover,#center-page #wellness_management:hover{opacity:.8}center{height:100%;text-align:left}svg{max-height:100%;max-width:100%}#center_machine_info_modal{background-color:#37474f;border:0;margin-top:16px;height:calc(100% - 32px)}#dashboard{background-color:#37474f;color:#eceff1}#dashboard .fh{height:485px}#dashboard .op25{opacity:.25}#dashboard .op40{opacity:.4}#dashboard .dashboard_section .body{height:calc(100% - 56px)}@media screen and (max-width:63.99875em){#dashboard .mbmedium{margin-bottom:32px}}@media screen and (max-width:63.99875em){#dashboard .override_mt_medium{margin-top:0}}@media screen and (max-width:63.99875em){#dashboard .fh-medium{height:100vh;max-height:100vh}}@media screen and (max-width:63.99875em){#dashboard .mw_mh_100{max-width:100%;max-height:100%}}@media screen and (max-width:63.99875em){#dashboard .nv-pie{transform:translateY(-60)}}#dashboard .card{position:relative;background-color:#455a64;padding:20px;max-height:600px}#dashboard .card .text_right{text-align:right}#dashboard .card .options{display:inline-block;float:right}#dashboard .card .goals_wrapper{max-height:475px}#dashboard .card .notes{text-align:right}#dashboard .card .notes span{display:block}@media screen and (max-width:89.99875em){#dashboard .card .small_circle_wrapper{padding-right:.9375rem}}#dashboard .card .large_circle_wrapper{padding:0 64px}#dashboard .card .large_radar_wrapper{padding:0 32px;position:relative}#dashboard .progress_list img{max-width:32px;display:block}#dashboard .overflow_auto{overflow:auto;max-height:343px}#dashboard svg text{fill:#fff}#dashboard .nv-label text{fill:#fff!important}#dashboard #chart .legend{text-align:center}#dashboard #chart .legend .pink{fill:#e91e63}#dashboard #chart .legend.blue{fill:#4dd0e1}#dashboard #chart .legend.orange{fill:#ff8a65}#dashboard .double_progress{height:20px;position:relative;background-color:#9e9e9e}#dashboard .double_progress .progress-meter{display:inline-block;float:left}#dashboard .double_progress .percentage{position:absolute;width:100%;text-align:center;left:0}#money-management .center_section,#tools-calculators .center_section,#wellness-management .center_section{cursor:pointer}#money-management .center_section img,#tools-calculators .center_section img,#wellness-management .center_section img{padding:48px}#money-management .center_section p,#tools-calculators .center_section p,#wellness-management .center_section p{margin:0}#money-management .progress_section p,#tools-calculators .progress_section p,#wellness-management .progress_section p{border-bottom:1px dashed hsla(0,0%,100%,.2);padding-bottom:16px}@media only screen and (max-width:768px){#money-management .center_section img,#tools-calculators .center_section img,#wellness-management .center_section img{padding:15px}}#money-management .back-button,#tools-calculators .back-button,#wellness-management .back-button{cursor:pointer;transition:all .2s ease}#money-management .back-button:hover,#tools-calculators .back-button:hover,#wellness-management .back-button:hover{background-color:#5a7582}.helper_box{position:fixed;top:0;z-index:999;background:rgba(0,0,0,.5);width:100%;left:0;font-size:20px;height:100%}.helper_box .js_slider{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:460px;background:#f8f9fa}.helper_box .frame{width:460px;position:relative;font-size:0;line-height:0;overflow:hidden;white-space:nowrap}.helper_box .slides,.helper_box li{display:inline-block}.helper_box li{position:relative;white-space:normal;height:640px;vertical-align:middle;text-align:center;font-size:16px;width:460px}.helper_box li img{margin-bottom:32px}.helper_box li h3{color:#1864ab}.helper_box li p{color:#495057;padding:16px;line-height:1.6}.helper_box .dots{margin:0;padding:0;text-align:center;position:absolute;width:100%}.helper_box .dots li{background:#dee2e6;border-radius:50px;display:inline-block;height:12px;width:12px;margin:0 5px;cursor:pointer;transition:background .2s ease}.helper_box .dots li.active{background:#1c7ed6}.helper_box .next,.helper_box .prev{position:absolute;top:50%;margin-top:-25px;display:block;cursor:pointer}.helper_box .next{right:0}.helper_box .prev{left:0}.helper_box .next svg,.helper_box .prev svg{width:25px}.helper_box .footer{padding:16px}.helper_box .footer .skip{color:#868e96}#video-component{display:block;margin-bottom:60px}#video-component .like-wrapper{display:inline-block;cursor:pointer}#video-component .like-wrapper i{color:#666;font-size:18px;transition:all .2s ease;cursor:pointer}#video-component .like-wrapper:hover,#video-component .like-wrapper:hover i,#video-component .like-wrapper i:hover{color:#2196f3}#video-component .comments-header{padding-bottom:5px;margin-bottom:0}#video-component .comments-header-wrapper{border-bottom:1px solid #f5f5f5}#video-component .comments-wrapper .thumbnail img{width:50px}#video-component .other-video-wrapper .other-video{transition:all .2 ease;margin-bottom:16px;cursor:pointer}#video-component .other-video-wrapper .other-video .overlay{opacity:0;background-color:rgba(0,0,0,.2);width:100%;height:100%;position:absolute;top:0;left:0}#video-component .other-video-wrapper .other-video .play-icon{width:16px;height:35px;font-size:30px;margin:auto;position:absolute;top:0;left:0;bottom:0;right:0;color:#fff;opacity:0}#video-component .other-video-wrapper .other-video:last-child{margin-bottom:0}#video-component .other-video-wrapper .other-video .title{font-size:15px;font-weight:700;display:block}#video-component .other-video-wrapper .other-video .desc{font-size:15px;display:block}#video-component .other-video-wrapper .other-video .view-count{font-weight:100;font-size:12px;line-height:12px}#video-component .other-video-wrapper .other-video .video-wrapper{position:relative}#video-component .other-video-wrapper .other-video .video-wrapper .run-time{background-color:#999;position:absolute;bottom:0;right:0;color:#fff;padding:3px;line-height:12px;font-size:12px}#video-component .other-video-wrapper .other-video:hover .overlay,#video-component .other-video-wrapper .other-video:hover .play-icon{opacity:1}#video-component .other-video-wrapper .other-video:hover .desc,#video-component .other-video-wrapper .other-video:hover .title,#video-component .other-video-wrapper .other-video:hover .view-count{color:#2196f3}#video-catalog .video{cursor:pointer}#video-catalog .vid-thumb-wrapper{position:relative;margin-bottom:15px}#video-catalog .vid-thumb-wrapper::last-child{margin-bottom:0}#video-catalog .vid-thumb-wrapper .overlay{background-color:rgba(0,0,0,.2);width:100%;height:100%;position:absolute;top:0;left:0}#video-catalog .vid-thumb-wrapper .play-icon{width:16px;height:35px;font-size:30px;margin:auto;position:absolute;top:0;left:0;bottom:0;right:0;color:#fff}#video-catalog .vid-thumb-wrapper .vid-thumb{max-width:100px}#video-catalog .smaller{font-size:16px}#library .image{height:auto;display:flex;flex-direction:column;justify-content:center}#library .ad .card{background:#e9ecef}#library .ad .label{background:#ff6b6b;font-size:.875rem;padding:4px;margin-left:4px}#library .ad .label:lang(ar){margin-left:0;margin-right:4px}#library .card.main{transition:all .2s ease}#library .card.main:hover{background:#ccc}#library .subcategory{max-height:0;transition:all .2s ease;overflow:hidden}#library .subcategory.visible{max-height:800px}#library input:checked~.switch-paddle{background-color:#00796b}admin-library .ml16:lang(ar){margin-left:0;margin-right:16px}.wallet .center_section{cursor:pointer}.wallet .center_section img{padding:48px}.wallet .center_section p{margin:0}@media only screen and (max-width:768px){.wallet .center_section img{padding:15px}}.wallet input,.wallet select,.wallet textarea{box-shadow:none;border:none;border-bottom:2px solid #607d8b;background-color:#455a64;color:#ffc107}.wallet .number{padding-top:2%}.wallet .btn-cancel,.wallet .btn-done{text-align:center}.wallet input[readonly]{cursor:unset}.wallet .padding{padding:32px 32px 0}.wallet .input-bakgroundOne{background-color:#263238;border-bottom:0}.wallet .input-bakgroundTow,.wallet input:focus,.wallet textarea:focus{box-shadow:none;border:none;border-bottom:2px solid #607d8b;background-color:#455a64}.wallet input[type=number]::-webkit-inner-spin-button,.wallet input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.wallet .w-24{width:63px}.wallet .label.amber{background:#d5090c;color:#fff;margin-left:10px}.wallet .text-size{font-size:38px!important}.wallet table tfoot,.wallet table thead{color:#fff}@media only screen and (max-width:750px){.wallet #no-more-tables table,.wallet #no-more-tables tbody,.wallet #no-more-tables td,.wallet #no-more-tables th,.wallet #no-more-tables thead,.wallet #no-more-tables tr{display:block}.wallet #no-more-tables thead tr{display:none}.wallet #no-more-tables tr{border:1px solid #ccc}.wallet #no-more-tables td{border:none;border-bottom:1px solid #b6b6b6;position:relative;padding-left:50%;white-space:normal;text-align:left;height:60px}.wallet #tablaEsperar td,.wallet #tablaImportante td,.wallet #tablaUrgente td{border-bottom:1px solid #fff!important}.wallet #no-more-tables tbody tr td:last-child{height:70px!important}.wallet #no-more-tables td:before{content:attr(data-title);color:#fbf9ff;position:absolute;top:14px;left:10px;width:45%;padding-right:10px;text-align:left;font-weight:700}.wallet .table tbody>tr>td,.wallet .table tbody>tr>th,.wallet .table tfoot>tr>td,.wallet .table tfoot>tr>th,.wallet .table thead>tr>td,.wallet .table thead>tr>th{padding:1px}.wallet tr{margin-bottom:5px!important}.wallet table tr:nth-of-type(2n){background:#48606c!important}.wallet table tr:nth-of-type(odd){background:#3a515a!important}.wallet .table-bordered{border:0!important}}@media only screen and (min-width:755px){.wallet #no-more-tables td:before{color:#fbf9ff}.wallet #no-more-tables tr{border:1px solid #ccc}.wallet #tablaEsperar td,.wallet #tablaImportante td,.wallet #tablaUrgente td{border-bottom:1px solid #fff!important}.wallet #no-more-tables tbody tr td:last-child{height:70px!important}.wallet tr{margin-bottom:5px!important}.wallet table tr:nth-of-type(2n){background:#48606c!important}.wallet table tr:nth-of-type(odd){background:#3a515a!important}.wallet .table-bordered{border:0!important}}.wallet table{border-collapse:unset}.wallet .stacked-bar{margin-left:0;padding-bottom:2%}.wallet .stacked-bar .largeWidth{width:100%}.wallet .stacked-bar .smallWidth{width:80%}.wallet .stacked-bar h3,.wallet .stacked-bar h6{margin:0}.wallet .stacked-bar h3{margin-bottom:1em}.wallet .stacked-bar h6{font-size:.8em;padding:0 0 .5em;color:#919191}.wallet .stacked-bar figure{margin:0 auto;max-width:1100px;position:relative}.wallet .stacked-bar .graphic{padding-left:30px;max-height:63px}.wallet .stacked-bar .graphic:lang(ar){overflow-y:unset;overflow-x:unset}.wallet .stacked-bar .box{margin-right:.5em;display:inline-block;width:8px;height:8px}.wallet .stacked-bar .row{margin-bottom:1.5em}@keyframes expand{0%{width:0}to{width:100%}}@media screen and (min-width:768px){@keyframes expand{0%{width:0}to{width:calc(100% - 75px)}}}.wallet .stacked-bar .chart{overflow:hidden;width:0;animation:expand 1.5s ease forwards;height:57px}.wallet .stacked-bar .row+.row .chart{animation-delay:.2s}.wallet .stacked-bar .row+.row+.row .chart{animation-delay:.4s}.wallet .stacked-bar .block{display:block;height:100px;color:#fff;font-size:.75em;float:left;background-color:#334d5c;position:relative;overflow:hidden;opacity:1;transition:opacity,.3s ease;cursor:pointer}.wallet .stacked-bar .block:hover{opacity:.65}.wallet .stacked-bar .value{display:block;line-height:1em;position:absolute;top:10%;left:50%;transform:translate(-50%)}.wallet .stacked-bar .x-axis{text-align:center;padding:.5em 0 2em}.wallet .stacked-bar .y-axis{height:20px;transform:translate(-32px,170px) rotate(270deg);position:absolute;left:0}.wallet .stacked-bar .legend{margin:0 auto;padding:0;font-size:.9em}.wallet .stacked-bar .legend li{display:inline-block;padding:.25em 1em;line-height:1em}.wallet .stacked-bar .legend li div{content:"";margin-right:.5em;display:inline-block;width:8px;height:8px;background-color:#334d5c}@media screen and (min-width:768px){.wallet .stacked-bar h6{padding:0;width:75px;float:left}.wallet .stacked-bar .block{font-size:1em}.wallet .stacked-bar .legend{width:50%}}.wallet .picker__day{color:#ffc107}.wallet .picker__day--outfocus{color:#ddd}.wallet .picker__box,.wallet .picker__weekday{color:#ffc107}.wallet .picker__frame{background-color:#37474f}.wallet .picker__button--clear,.wallet .picker__button--today{background-color:#37474f;border:0}.wallet .picker__nav--next:before{border-left-color:#fff}.wallet .picker__nav--next:before,.wallet .picker__nav--prev:before{border-right-color:#fff}#budget-details .center_section{cursor:pointer}#budget-details .center_section img{padding:48px}#budget-details .center_section p{margin:0}@media only screen and (max-width:768px){#budget-details .center_section img{padding:15px}}#budget-details .custom_progress .time{position:absolute;left:0;top:0;bottom:0;height:32px;width:6px;top:-4px}#budget-details .custom_progress .paid{height:24px}#budget-details .budget_details_box img{opacity:.25}#budget-details .disabled{opacity:.5}#budget-details .is-accordion-submenu-parent>a:after:lang(ar){left:1rem;right:auto}#budget-create .icons-wrapper,#budget-list .icons-wrapper{background-color:#37474f;position:absolute;width:100%;top:0;padding-top:7px;padding-right:7px;z-index:99;height:17px}#budget-create .datepicker:hover,#budget-list .datepicker:hover{cursor:pointer}#budget-create:lang(ar) .is-accordion-submenu-parent>a:after,#budget-list:lang(ar) .is-accordion-submenu-parent>a:after{left:1rem!important;right:auto!important}#budget-create .menu.nested,#budget-list .menu.nested{margin-left:0}#budget-create .accordion-link,#budget-list .accordion-link{background:#5a6c75}#budget-create .accordion-link:hover,#budget-list .accordion-link:hover{background:#708088}#budget-create svg:not(:root),#budget-list svg:not(:root){overflow:visible!important}#budget-create .budget_item,#budget-list .budget_item{cursor:pointer;position:relative}#budget-create .budget_item .image_wrapper,#budget-list .budget_item .image_wrapper{height:auto;position:relative;background-color:#37474f}#budget-create .budget_item .footer,#budget-list .budget_item .footer{background:#263238;padding:8px 16px}#budget-create .budget_item .footer p,#budget-list .budget_item .footer p{margin:0}#budget-create input,#budget-create select,#budget-create textarea{box-shadow:none;border:none;border-bottom:2px solid #607d8b;background-color:#455a64;color:#ffc107}#budget-create table tr:nth-of-type(2n){background:#48606c!important}#budget-create table tr:nth-of-type(odd){background:#3a515a!important}#budget-create .picker__day{color:#ffc107}#budget-create .picker__day--outfocus{color:#ddd}#budget-create .picker__box,#budget-create .picker__weekday{color:#ffc107}#budget-create .picker__frame{background-color:#37474f}#budget-create .picker__button--clear,#budget-create .picker__button--today{background-color:#37474f;border:0}#budget-create .picker__nav--next:before{border-left-color:#fff}#budget-create .picker__nav--next:before,#budget-create .picker__nav--prev:before{border-right-color:#fff}@media screen and (max-width:63.99875em){.mt_medium{margin-top:16px}}#budget-analysis{background-color:#37474f;color:#eceff1}#budget-analysis input,#budget-analysis select,#budget-analysis textarea{box-shadow:none;border:none;border-bottom:2px solid #607d8b;background-color:#455a64}#budget-analysis .left{font-size:24px;font-weight:700;color:#3199df;float:left}#budget-analysis .left:lang(ar){float:right}#budget-analysis .right{line-height:38px;float:right}#budget-analysis .right:lang(ar){float:left}#budget-analysis .text-center-timeline{text-align:center;width:80px;display:inline-block}#budget-analysis .text-center-timeline:lang(ar){direction:rtl}#budget-analysis .progress-container{background-color:#263238;margin-bottom:2%;padding:2% 3% 2% 2%;overflow:hidden}#budget-analysis .img-size{height:34px;margin-top:4px}#budget-analysis .img-size-Income{height:34px;margin-top:13px}#budget-analysis .progressbar{background-color:#9e9e9e;margin-bottom:6px}#budget-analysis .progressbar>div{background-color:orange;width:40%;height:40px}#budget-analysis .text-center{line-height:42px;text-align:center}#budget-analysis .progressbar-timeline{background-color:#9e9e9e;margin-bottom:18px;height:20px}#budget-analysis .progressbar-timeline>div{background-color:#455a64;width:40%;height:100%;margin-top:20px}#budget-analysis .title{margin-bottom:16px;padding-left:50px}#budget-analysis .title:lang(ar){padding-right:50px}#budget-analysis .img-timeline{margin-top:13px}#privileges-user .moussaab{background-color:#d5090c}#privileges-user .right{float:right;position:relative;top:6px}#privileges-user .top{margin-top:-30px}#privileges-user .notebooks{background:#f5f5f5;left:50%;margin-top:35px;padding:15px;border:1px solid rgba(0,0,0,.2);border-radius:5px;box-shadow:inset 1px 1px 0 #fff;max-height:450px}#privileges-user ul{margin:0 auto;max-height:162px;overflow-y:auto;padding:5px 5px 0;border:1px solid rgba(0,0,0,.1);border-right:none;border-left:none}#privileges-user li{list-style:none;background-color:rgba(0,0,0,.05);background-image:linear-gradient(90deg,#ffd32e 10px,#eee 0,#eee 11px,transparent 0);padding:10px 15px 10px 25px;border:1px solid #ccc;box-shadow:inset 1px 1px 0 hsla(0,0%,100%,.5);margin-bottom:5px;width:100%;box-sizing:border-box;cursor:pointer;border-radius:3px}#privileges-user .query{width:100%;box-sizing:border-box;font-size:19px;padding:5px;font-family:calibri light;margin-bottom:10px;border:1px solid rgba(0,0,0,.2);border-radius:3px;box-shadow:inset 1px 1px 0 rgba(0,0,0,.1)}#privileges-user .notebooks span{display:block;position:absolute;background:#ffd32e;bottom:-35px;left:-1px;width:360px;border-radius:0 0 5px 5px;padding:10px;border:1px solid rgba(0,0,0,.1);box-shadow:inset 1px 1px hsla(0,0%,100%,.5)}#privileges-user .notebooks select{width:120px;margin-left:230px;margin-top:-45px;border-radius:0 3px 3px 0;border:1px solid rgba(0,0,0,.2);border-left-color:rgba(0,0,0,.1);position:absolute;padding:7.5px;box-shadow:inset 0 1px 0 rgba(0,0,0,.1)}#privileges-user #query:focus,#privileges-user .notebooks select:focus{border:1px solid #ffd32e;box-shadow:0 0 10px rgba(255,255,0,.1);outline:none}@media only screen and (max-width:750px){.budgetPlanner #no-more-tables table,.budgetPlanner #no-more-tables tbody,.budgetPlanner #no-more-tables td,.budgetPlanner #no-more-tables th,.budgetPlanner #no-more-tables thead,.budgetPlanner #no-more-tables tr{display:block}.budgetPlanner #no-more-tables thead tr{display:none}.budgetPlanner #no-more-tables tr{border:1px solid #ccc}.budgetPlanner #no-more-tables td{border:none;border-bottom:1px solid #b6b6b6;position:relative;padding-left:50%;white-space:normal;text-align:left;height:60px}.budgetPlanner #tablaEsperar td,.budgetPlanner #tablaImportante td,.budgetPlanner #tablaUrgente td{border-bottom:1px solid #fff!important}.budgetPlanner #no-more-tables tbody tr td:last-child{height:70px!important}.budgetPlanner #no-more-tables td:before{content:attr(data-title);position:absolute;top:14px;left:10px;width:45%;padding-right:10px;text-align:left;font-weight:700}.budgetPlanner .table tbody>tr>td,.budgetPlanner .table tbody>tr>th,.budgetPlanner .table tfoot>tr>td,.budgetPlanner .table tfoot>tr>th,.budgetPlanner .table thead>tr>td,.budgetPlanner .table thead>tr>th{padding:13px}.budgetPlanner tr{margin-bottom:20px!important}.budgetPlanner table tr:nth-of-type(2n){background:#f1f1f1!important}.budgetPlanner .table-bordered{border:0!important}}#calculaterTools{background-color:#303e46}#calculaterTools h3{padding-bottom:40px}#calculaterTools .title-box{border:2px solid #f5eded;color:#fff;text-align:center;font-size:27px;padding:3px;background:#3f5561;margin-bottom:28px}#calculaterTools .result-line{margin-right:15px;margin-bottom:70px}#calculaterTools .dollar-sign{position:relative;left:-16px}#calculaterTools .text-input{background-color:#333d41;color:#fff}#calculaterTools .light-wrapper{background:#3c5159;max-width:60rem;margin-left:auto;margin-right:auto;padding:30px}#calculaterTools .under-title-box{border:3px solid #f5eded;color:#fff;padding:20px;background:#3f5561}#calculaterTools .taxable-title{font-size:37px;padding-right:12px;padding-left:68px}#calculaterTools .taxable-subtitle{padding-right:10px}#calculaterTools .taxable-clm1{padding-left:77px}#calculaterTools .result-box{border:3px solid #f5eded;color:#fff;padding:67px;height:366px;background:#3f5561}#calculaterTools input,#calculaterTools select{height:30px;margin-top:20px;width:120px;display:inline-block}#show-score .cell{display:table-cell;padding:1em;font-family:courier;border-right:1px solid #ccc}#show-score .cell:first-child{border-left:1px solid #ccc}#show-score .row{border-bottom:1px solid #000}#show-score .row:first-child{border-top:1px solid #000}#show-score .table{display:table;border-collapse:collapse}#budget-tracking input[type=password],#budget-tracking nput[type=text]{width:100%;padding:12px 20px;margin:8px 0;display:inline-block;border:1px solid #ccc;box-sizing:border-box}#budget-tracking button{background-color:#4caf50;color:#fff;padding:14px 20px;margin:8px 0;border:none;cursor:pointer;width:100%}#budget-tracking button:hover{opacity:.8}#budget-tracking .cancelbtn{width:auto;padding:10px 18px;background-color:#f44336}#budget-tracking .container{padding:16px}#budget-tracking span.psw{float:right;padding-top:16px}#budget-tracking .modal{display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.4);padding-top:60px}#budget-tracking .modal-content{background-color:#fefefe;margin:5% auto 15%;border:1px solid #888;width:80%}#budget-tracking .close{position:absolute;right:25px;top:0;color:#000;font-size:35px;font-weight:700}#budget-tracking .close:focus,#budget-tracking .close:hover{color:red;cursor:pointer}#budget-tracking .animate{-webkit-animation:animatezoom .6s;animation:animatezoom .6s}@-webkit-keyframes animatezoom{0%{-webkit-transform:scale(0)}to{-webkit-transform:scale(1)}}@keyframes animatezoom{0%{transform:scale(0)}to{transform:scale(1)}}@media screen and (max-width:300px){#budget-tracking span.psw{display:block;float:none}#budget-tracking .cancelbtn{width:100%}}#admin-courses .entry{background-color:#f1f3f5;margin:20px 15px}#admin-courses .entry-wrapper{position:relative}#admin-courses .entry-wrapper strong{display:inline-block}#admin-courses .entry-wrapper .delete-entry{position:absolute;top:3px;right:30px}#admin-courses .entry-wrapper .delete-entry:lang(ar){right:0;left:45px}#admin-courses .entry-wrapper .expand-entry-btn{position:absolute;top:3px;right:65px}#admin-courses .entry-wrapper .expand-entry-btn:lang(ar){right:0;left:75px}#admin-courses .entry-wrapper .entry{height:45px;overflow:hidden}#admin-courses .entry-wrapper .entry .toggler{height:45px;cursor:pointer;background-color:#dee2e6;transition:all .2s ease;padding:13px}#admin-courses .entry-wrapper .entry .toggler:hover{background-color:#c1c9d0}#admin-courses .entry-wrapper .entry .content{padding:13px}#admin-courses .entry-wrapper .entry.expand{height:auto}#admin-courses .correct-checkbox{margin-top:34px;margin-right:15px}#admin-courses .delete-btn{margin-top:24px}#admin-courses .answer{margin-left:30px}#admin-courses .answer:lang(ar){margin-left:0;margin-right:30px}#calculaterTools .box{padding:16px;border:1px solid #fff}#calculaterTools .box.floating{float:left}#calculaterTools .box.floating:lang(ar){float:right}#calculaterTools .box label{display:inline-block;float:left}#calculaterTools .box label:lang(ar){float:right}#calculaterTools .box input{display:inline-block;float:right!important;margin:0!important;background-color:#37474f;border:1px solid #fff;max-width:120px}#calculaterTools .box input:lang(ar){float:left!important}#calculaterTools .box p{float:right;width:100%}#calculaterTools .box p:lang(ar){float:left}#calculaterTools h3:not(.mb32){margin:0;text-align:center}#calculaterTools .icon{width:4%;float:left;margin-right:10px}.select_wrapper{background:#e9ecef;padding:0 8px}.smart-header .locationDrop{max-width:200px}.iot-grid{background-color:#fff;padding:15px}.iot-grid .item{min-height:160px;padding:15px;border-radius:5px;cursor:pointer;transition:all .2s ease;background-color:#f5f5f5;margin-top:15px}.iot-grid .item .icon{max-width:100%;max-height:75px}.iot-grid .item:hover{background-color:#e8e8e8}.iot-grid .all{background:#4dabf7;background:linear-gradient(90deg,#4dabf7,#228be6 54%)}.iot-grid .all:hover{background:#339af0;background:linear-gradient(90deg,#339af0,#1c7ed6 54%)}.iot-grid .all .icon{max-width:75px}.iot-grid .all .text{width:100%}.iot-grid .all .br-light{border-right:1px solid #f4f4f4}.icon-wrapper{padding:15px;background-color:#f5f5f5;transition:all .2s ease;cursor:pointer;margin-top:10px;border:2px solid #f5f5f5}.icon-wrapper.selected{border:2px solid #339af0}.icon-wrapper:hover{background-color:#fff}.icon-wrapper .icon{max-width:100%}.relative{position:relative}.padded-row{padding:27px 0}.center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.viewSwitchLabel{position:relative;bottom:10px}.remove-overlay-item:hover .remove-overlay{display:block!important}.remove-overlay-item{position:relative;transition:all .2s ease}.remove-overlay-item .remove-overlay{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.25)}.remove-overlay-item .remove-overlay i{color:#ff6b6b;font-size:32px}#smart-home.dark{font-family:Roboto,sans-serif;background-color:#212529;color:#fff}#smart-home.dark h3,#smart-home.dark h4,#smart-home.dark h5{font-family:Roboto,sans-serif;font-weight:300}#smart-home.dark .iot-grid{background-color:#495057;color:#fff}#smart-home.dark .iot-grid .item{background-color:#212529}#smart-home.dark .fancy-room{margin-top:15px;position:relative;overflow:hidden}#smart-home.dark .fancy-room .content{padding:30px;position:absolute;width:100%;height:100%;top:0;left:0;background-color:rgba(0,0,0,.4);-webkit-box-shadow:inset 0 -41px 50px -2px rgba(0,0,0,.7);box-shadow:inset 0 -41px 50px -2px rgba(0,0,0,.7)}#smart-home.dark .services{position:absolute;bottom:0;left:0;width:100%;padding:30px}#smart-home.dark .services .module-icon{font-size:40px;margin-right:50px;cursor:pointer;transition:all .2s ease}#smart-home.dark .services .module-icon:hover{color:#ccc}#smart-home.dark .item{color:#fff;padding:0;position:relative;overflow:hidden}#smart-home.dark .item .img-wrapper{height:160px}#smart-home.dark .item .img-wrapper img{height:160px;max-height:160px;width:auto}#smart-home.dark .item .content{position:absolute;width:100%;height:100%;top:0;left:0;padding-top:30px;background-color:rgba(0,0,0,.4);-webkit-box-shadow:inset 0 -41px 50px -2px rgba(0,0,0,.7);box-shadow:inset 0 -41px 50px -2px rgba(0,0,0,.7)}#garden{position:relative;color:#444}#garden,#garden h2,#garden h4{font-family:Roboto}#garden .number-box{width:50px;padding:5px}#garden.chicken .header,#garden.chicken .sidebar ul li.selected{background:#f75200}#garden.chicken .panel.door-control .panel-content{height:511px;position:relative}#garden.chicken .panel.door-control .panel-content .vertical-center{padding:0 20px}@media screen and (max-width:39.99875em){#garden.chicken .panel.door-control .panel-content{height:auto}}#garden.chicken .panel.ambient-control .panel-content{height:580px}#garden.incubator .header,#garden.incubator .sidebar ul li.selected{background:#ffeb3b;color:#212121}#garden.incubator .panel.door-control .panel-content{height:511px;position:relative}#garden.incubator .panel.door-control .panel-content .vertical-center{padding:0 20px}@media screen and (max-width:39.99875em){#garden.incubator .panel.door-control .panel-content{height:auto}}#garden.incubator .panel.humidity-incubator .panel-content{height:567px;position:relative}#garden.incubator .panel.humidity-incubator .panel-content .vertical-center{padding:0 20px}@media screen and (max-width:39.99875em){#garden.incubator .panel.humidity-incubator .panel-content{height:auto}}#garden.incubator .panel.ambient-control .panel-content{height:580px}#garden.beehive .header,#garden.beehive .sidebar ul li.selected{background:#ffeb3b;color:#212121}#garden.beehive .panel.door-control .panel-content{height:511px;position:relative}#garden.beehive .panel.door-control .panel-content .vertical-center{padding:0 20px}@media screen and (max-width:39.99875em){#garden.beehive .panel.door-control .panel-content{height:auto}}#garden.beehive .panel.ambient-control .panel-content{height:580px}#garden .header{background:#50a971;padding:15px 20px 10px;margin-bottom:15px;color:#fff}#garden .header .toggle{display:inline-block;position:relative;top:5px}#garden .header h4{display:inline-block;width:auto}#garden .header .tgl-ios:checked+.tgl-btn{background:#ff6b6b}#garden .content{background:url(img/garden/plants.jpg) no-repeat 50% fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding-bottom:30px;min-height:100vh}#garden .sidebar{z-index:99;position:fixed;width:250px;height:100vh;padding-top:60px;overflow-y:auto;padding-bottom:96px;background-color:#d5d5d5;top:0;left:0;transition:all .2s ease}@media screen and (max-width:63.99875em){#garden .sidebar{left:-250px}#garden .sidebar.open,#garden .sidebar.open .info-bar{left:0}}#garden .sidebar .info-bar{transition:all .2s ease;width:250px;position:fixed;left:0;bottom:0;background-color:#f5f5f5;padding:15px 0;border-right:1px solid #d5d5d5}@media screen and (max-width:63.99875em){#garden .sidebar .info-bar{left:-250px}}#garden .sidebar h4{padding:15px;font-family:Roboto}#garden .sidebar .logo{padding:15px}#garden .sidebar .title{color:#fff}#garden .sidebar ul{margin:0}#garden .sidebar ul li{cursor:pointer;padding:15px;display:block;width:100%;color:#222}#garden .sidebar ul li.selected{background:#50a971;color:#fff}#garden .content{width:calc(100% - 250px);float:right;padding-top:30px}#garden .content:lang(ar){width:calc(100% - 235px)}@media screen and (max-width:63.99875em){#garden .content,#garden .content:lang(ar){width:100%}}#garden .content .panel{margin-bottom:30px}#garden .content .panel h5{margin:0;padding:10px 20px;background:#d5d5d5;color:#222;font-weight:300;font-family:Roboto}#garden .content .panel h5 .toggle{display:inline-block;position:relative;top:5px;padding:0 15px}#garden .content .panel .panel-content{background-color:#fff;padding:20px}#garden .content .panel .panel-content label{color:#444;font-size:.975rem}@media screen and (max-width:39.99875em){#garden .content .panel .panel-content.light{text-align:center}}@media screen and (max-width:39.99875em){#garden .content .panel .panel-content.ambient{padding-left:0;padding-right:0}}#garden .content .panel.control .row{margin-bottom:10px}.tgl{display:none}.tgl,.tgl *,.tgl+.tgl-btn,.tgl:after,.tgl :after,.tgl:before,.tgl :before{box-sizing:border-box}.tgl+.tgl-btn::selection,.tgl::selection,.tgl ::selection,.tgl:after::selection,.tgl :after::selection,.tgl:before::selection,.tgl :before::selection{background:none}.tgl+.tgl-btn{outline:0;display:inline-block;width:4em;height:2em;position:relative;cursor:pointer;user-select:none;margin:0}.tgl+.tgl-btn:after,.tgl+.tgl-btn:before{position:relative;display:block;content:"";width:50%;height:100%}.tgl+.tgl-btn:after{left:0}.tgl+.tgl-btn:before{display:none}.tgl:checked+.tgl-btn:after{left:50%}.tgl:lang(ar):checked+.tgl-btn:after{left:auto;right:50%}.tgl-ios+.tgl-btn{background:#fbfbfb;border-radius:2em;padding:2px;transition:all .4s ease;border:1px solid #e8eae9;cursor:pointer}.tgl-ios+.tgl-btn:after{border-radius:2em;background:#fbfbfb;transition:left .3s cubic-bezier(.175,.885,.32,1.275),padding .3s ease,margin .3s ease;box-shadow:0 0 0 1px rgba(0,0,0,.1),0 4px 0 rgba(0,0,0,.08)}.tgl-ios+.tgl-btn:hover:after{will-change:padding}.tgl-ios+.tgl-btn:active{box-shadow:inset 0 0 0 2em #e8eae9}.tgl-ios+.tgl-btn:active:after{padding-right:.8em}.tgl-ios:checked+.tgl-btn{background:#86d993}.tgl-ios:checked+.tgl-btn:active{box-shadow:none}.tgl-ios:checked+.tgl-btn:active:after{margin-left:-.8em}.sliders p:not(.toggle){margin-bottom:36px}.sliders p.toggle{margin-bottom:5px;margin-top:10px;display:inline-block;position:relative;top:3px}.sliders .toggle:not(p){display:inline-block;margin-left:10px;margin-right:10px;position:relative;top:10px}.sliders .rzslider .rz-bar{background:#d7d8da!important}.sliders .rzslider.temp .rz-selection{background-image:linear-gradient(90deg,#ce4e3f,#71261d)!important}.sliders .rzslider.temp .rz-pointer{background:#ce4e3f!important}.sliders .rzslider.temp .rz-pointer.rz-pointer-max{background:#71261d!important}.sliders .rzslider.ph .rz-selection{background-image:linear-gradient(90deg,#fcc419,#947002)!important}.sliders .rzslider.ph .rz-pointer{background:#fcc419!important}.sliders .rzslider.ph .rz-pointer.rz-pointer-max{background:#947002!important}.sliders .rzslider.humidity .rz-selection{background-image:linear-gradient(90deg,#84c7d8,#3590a7)!important}.sliders .rzslider.humidity .rz-pointer{background:#84c7d8!important}.sliders .rzslider.humidity .rz-pointer.rz-pointer-max{background:#3590a7!important}.sliders .rzslider.tds .rz-selection{background-image:linear-gradient(90deg,#868e96,#494e54)!important}.sliders .rzslider.tds .rz-pointer{background:#868e96!important}.sliders .rzslider.tds .rz-pointer.rz-pointer-max{background:#494e54!important}.sliders .rzslider.tank-temp .rz-selection{background-image:linear-gradient(90deg,#69db7c,#269e3a)!important}.sliders .rzslider.tank-temp .rz-pointer{background:#69db7c!important}.sliders .rzslider.tank-temp .rz-pointer.rz-pointer-max{background:#269e3a!important}.panel-content.interval p{margin:12px 0 0}.panel-content.interval p.interval-p{display:inline-block}.panel-content.interval p.slider-label{margin-bottom:36px}.panel-content.interval select{display:inline-block;width:auto;text-align:center;margin:0;padding:0}.panel-content.interval .toggle{position:relative;top:5px}.panel-content.interval .water{color:#74c0fc}.panel.control .panel-content{height:741px;position:relative}@media screen and (max-width:39.99875em){.panel.control .panel-content{height:auto}}.panel.security .panel-content{height:236px;position:relative}.panel.security .panel-content .vertical-center{padding:15px}@media screen and (max-width:39.99875em){.panel.security .panel-content{height:auto}}.panel.ambient-control .panel-content{height:527px;position:relative}.panel.ambient-control .panel-content .vertical-center{padding:15px}@media screen and (max-width:39.99875em){.panel.ambient-control .panel-content{height:auto}}.panel.pump-display.chicken .panel-content{height:691px;position:relative}@media screen and (max-width:39.99875em){.panel.pump-display.chicken .panel-content{height:auto}}.panel.pump-display.chicken .panel-content label{white-space:nowrap}.panel.pump-display .panel-content{height:508px;position:relative}@media screen and (max-width:39.99875em){.panel.pump-display .panel-content{height:auto}}.panel.pump-display .panel-content label{white-space:nowrap}.panel.pump-display.wateringv2 .panel-content{height:558px;position:relative}@media screen and (max-width:39.99875em){.panel.pump-display.wateringv2 .panel-content{height:auto}}.panel.pump-display.wateringv2 .panel-content label{white-space:nowrap}.panel.water-quality .panel-content{height:527px;position:relative}@media screen and (max-width:39.99875em){.panel.water-quality .panel-content{height:auto}}.panel.water-quality .panel-content label{white-space:nowrap}.panel.nutrition-display .panel-content{height:380px;position:relative}@media screen and (max-width:39.99875em){.panel.nutrition-display .panel-content{height:auto}}@media screen and (max-width:39.99875em){.panel.nutrition-display .panel-content .slider-wrapper{margin-bottom:40px}}@media screen and (max-width:39.99875em){.panel.nutrition-display .panel-content p.feed{position:relative;top:13px;float:left;display:inline-block;width:50%}.panel.nutrition-display .panel-content select{width:auto;margin-top:6px;margin-bottom:0}}@media screen and (min-width:40em){.shrink-medium{flex:0 0 auto;max-width:100%}}.vertical-center{margin:0;position:absolute;top:50%;left:0;width:100%;-ms-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (max-width:39.99875em){.vertical-center{position:relative;top:0;transform:translateY(0);-ms-transform:translateY(0)}}.time-picker{background-color:#fff;display:inline-flex;color:#555}.time-picker input{border:none;color:#555;text-align:center;width:60px;margin:0}.h2,h2{font-size:26px}.h5,h5{font-size:24px}.feed-time,p.feed{display:block;width:60px}p.feed{margin:0!important}#garden img.icon{display:inline-block;width:40px}@media screen and (max-width:39.99875em){#garden img.icon{width:35px}#garden img.icon.temp-icon{margin-right:-8px}}#garden img.icon.tds-icon{width:50px;margin-bottom:-13px;position:relative;bottom:7px}#garden .panel-content.wifi .add{margin-top:26px}#garden .settings .panel-content{min-height:170px}#garden #module-page .wss.iot{bottom:0}.top-bar-left.garden{margin-left:242px}@media screen and (max-width:63.99875em){.top-bar-left.garden{margin-left:0}.top-bar-left.garden.open{margin-left:242px}}#garden .loader-wrapper{height:calc(100vh - 60px);width:100%;position:relative}#garden .light-icon{max-width:50px}@media screen and (max-width:350px){#garden .small-6{flex:0 0 100%;max-width:100%}#garden .sidebar .logo{text-align:center}#garden .sidebar .logo img{max-width:120px}#garden .h2,#garden h2{font-size:22px;line-height:38px;margin:0}#garden .h5,#garden h5{font-size:17px}}input.aff{background:#fff;cursor:text}.online-warning{padding:0 10px;color:#222}.irrigation-label{display:inline-block;width:84px;text-align:justify;letter-spacing:2px}.irrigation-label:lang(ar){width:auto}.w-70-imp{width:70px!important}.aeration hr{margin:40px 0}@media screen and (max-width:39.99875em){.aeration hr{margin:20px 0}}.fan-toggle-label{top:-5px!important}.w-auto{width:auto}.inline-toggle-label{position:relative;bottom:0}@media screen and (max-width:39.99875em){.inline-toggle-label{padding-right:75px}}.toggle-col-label{height:40px;position:relative;top:11px}.floating-right-btn{float:right;position:relative;bottom:4px;background:#ff6b6b}.floating-right-btn:hover{background:#ff3838}.on-label{padding-right:5px}.interval-row{margin:5px 0}.interval-row span{position:relative;top:6px;padding:0 5px}.calibration strong{line-height:30px}.aff.button.empty{background-color:#84c7d8}.aff.button.empty:hover{background-color:#5db5cc}.aff.button.empty.stop{background-color:#ff6b6b}.aff.button.fill{background-color:#3590a7}.aff.button.fill:hover{background-color:#296f81}.aff.button.fill.stop{background-color:#ff6b6b}.active-label{position:relative;bottom:5px}.vertical-flex{display:flex;flex-wrap:nowrap;flex-direction:column;justify-content:space-around;align-items:auto;align-content:space-between}.vertical-flex .item{align-self:center}.main-illuminance{height:527px}@media screen and (max-width:39.99875em){.main-illuminance{height:auto}}.garden-power{height:474px}@media screen and (max-width:39.99875em){.garden-power{height:auto}}.block{display:block!important}.inner-container{padding:15px}table.security td{width:50%}table.security td p{margin:0}.pt0{padding-top:0}.pb0{padding-bottom:0}.pr0{padding-right:0}.pl0{padding-left:0}.p0{padding:0}.ph0{padding-left:0;padding-right:0}.pv0{padding-top:0;padding-bottom:0}.pt4{padding-top:4px}.pb4{padding-bottom:4px}.pr4{padding-right:4px}.pl4{padding-left:4px}.p4{padding:4px}.ph4{padding-left:4px;padding-right:4px}.pv4{padding-top:4px;padding-bottom:4px}.pt8{padding-top:8px}.pb8{padding-bottom:8px}.pr8{padding-right:8px}.pl8{padding-left:8px}.p8{padding:8px}.ph8{padding-left:8px;padding-right:8px}.pv8{padding-top:8px;padding-bottom:8px}.pt16{padding-top:16px}.pb16{padding-bottom:16px}.pr16{padding-right:16px}.pl16{padding-left:16px}.p16{padding:16px}.ph16{padding-left:16px;padding-right:16px}.pv16{padding-top:16px;padding-bottom:16px}.pt24{padding-top:24px}.pb24{padding-bottom:24px}.pr24{padding-right:24px}.pl24{padding-left:24px}.p24{padding:24px}.ph24{padding-left:24px;padding-right:24px}.pv24{padding-top:24px;padding-bottom:24px}.pt32{padding-top:32px}.pb32{padding-bottom:32px}.pr32{padding-right:32px}.pl32{padding-left:32px}.p32{padding:32px}.ph32{padding-left:32px;padding-right:32px}.pv32{padding-top:32px;padding-bottom:32px}.pt40{padding-top:40px}.pb40{padding-bottom:40px}.pr40{padding-right:40px}.pl40{padding-left:40px}.p40{padding:40px}.ph40{padding-left:40px;padding-right:40px}.pv40{padding-top:40px;padding-bottom:40px}.pt48{padding-top:48px}.pb48{padding-bottom:48px}.pr48{padding-right:48px}.pl48{padding-left:48px}.p48{padding:48px}.ph48{padding-left:48px;padding-right:48px}.pv48{padding-top:48px;padding-bottom:48px}.pt56{padding-top:56px}.pb56{padding-bottom:56px}.pr56{padding-right:56px}.pl56{padding-left:56px}.p56{padding:56px}.ph56{padding-left:56px;padding-right:56px}.pv56{padding-top:56px;padding-bottom:56px}.pt64{padding-top:64px}.pb64{padding-bottom:64px}.pr64{padding-right:64px}.pl64{padding-left:64px}.p64{padding:64px}.ph64{padding-left:64px;padding-right:64px}.pv64{padding-top:64px;padding-bottom:64px}.pt128{padding-top:128px}.pb128{padding-bottom:128px}.pr128{padding-right:128px}.pl128{padding-left:128px}.p128{padding:128px}.ph128{padding-left:128px;padding-right:128px}.pv128{padding-top:128px;padding-bottom:128px}.mh0{margin-left:0;margin-right:0}.mv0{margin-bottom:0}.mt0,.mv0{margin-top:0}.mb0{margin-bottom:0}.mr0{margin-right:0}.ml0{margin-left:0}.m0{margin:0}.mh4{margin-left:4px;margin-right:4px}.mv4{margin-bottom:4px}.mt4,.mv4{margin-top:4px}.mb4{margin-bottom:4px}.mr4{margin-right:4px}.ml4{margin-left:4px}.m4{margin:4px}.mh8{margin-left:8px;margin-right:8px}.mv8{margin-bottom:8px}.mt8,.mv8{margin-top:8px}.mb8{margin-bottom:8px}.mr8{margin-right:8px}.ml8{margin-left:8px}.m8{margin:8px}.mh16{margin-left:16px;margin-right:16px}.mv16{margin-bottom:16px}.mt16,.mv16{margin-top:16px}.mb16{margin-bottom:16px}.mr16{margin-right:16px}.ml16{margin-left:16px}.m16{margin:16px}.mh24{margin-left:24px;margin-right:24px}.mv24{margin-bottom:24px}.mt24,.mv24{margin-top:24px}.mb24{margin-bottom:24px}.mr24{margin-right:24px}.ml24{margin-left:24px}.m24{margin:24px}.mh32{margin-left:32px;margin-right:32px}.mv32{margin-bottom:32px}.mt32,.mv32{margin-top:32px}.mb32{margin-bottom:32px}.mr32{margin-right:32px}.ml32{margin-left:32px}.m32{margin:32px}.mh40{margin-left:40px;margin-right:40px}.mv40{margin-bottom:40px}.mt40,.mv40{margin-top:40px}.mb40{margin-bottom:40px}.mr40{margin-right:40px}.ml40{margin-left:40px}.m40{margin:40px}.mh48{margin-left:48px;margin-right:48px}.mv48{margin-bottom:48px}.mt48,.mv48{margin-top:48px}.mb48{margin-bottom:48px}.mr48{margin-right:48px}.ml48{margin-left:48px}.m48{margin:48px}.mh56{margin-left:56px;margin-right:56px}.mv56{margin-bottom:56px}.mt56,.mv56{margin-top:56px}.mb56{margin-bottom:56px}.mr56{margin-right:56px}.ml56{margin-left:56px}.m56{margin:56px}.mh64{margin-left:64px;margin-right:64px}.mv64{margin-bottom:64px}.mt64,.mv64{margin-top:64px}.mb64{margin-bottom:64px}.mr64{margin-right:64px}.ml64{margin-left:64px}.m64{margin:64px}.mh128{margin-left:128px;margin-right:128px}.mv128{margin-bottom:128px}.mt128,.mv128{margin-top:128px}.mb128{margin-bottom:128px}.mr128{margin-right:128px}.ml128{margin-left:128px}.m128{margin:128px}.brad0{border-radius:0}.brad1{border-radius:.125rem}.brad2{border-radius:.25rem}.brad3{border-radius:.5rem}.brad4{border-radius:1rem}.brad-100{border-radius:100%}.brad-3{border-radius:3px}.brad-pill{border-radius:9999px;overflow:hidden}.b-red-50{border-color:#ffebee}.before-red-50:before{background:#ffebee}.b-red-100{border-color:#ffcdd2}.before-red-100:before{background:#ffcdd2}.b-red-200{border-color:#ef9a9a}.before-red-200:before{background:#ef9a9a}.b-red-300{border-color:#e57373}.before-red-300:before{background:#e57373}.b-red-400{border-color:#ef5350}.before-red-400:before{background:#ef5350}.b-red-500{border-color:#f44336}.before-red-500:before{background:#f44336}.b-red-600{border-color:#e53935}.before-red-600:before{background:#e53935}.b-red-700{border-color:#d32f2f}.before-red-700:before{background:#d32f2f}.b-red-800{border-color:#c62828}.before-red-800:before{background:#c62828}.b-red-900{border-color:#b71c1c}.before-red-900:before{background:#b71c1c}.b-red-a100{border-color:#ff8a80}.before-red-a100:before{background:#ff8a80}.b-red-a200{border-color:#ff5252}.before-red-a200:before{background:#ff5252}.b-red-a400{border-color:#ff1744}.before-red-a400:before{background:#ff1744}.b-red-a700{border-color:#d50000}.before-red-a700:before{background:#d50000}.b-pink-50{border-color:#fce4ec}.before-pink-50:before{background:#fce4ec}.b-pink-100{border-color:#f8bbd0}.before-pink-100:before{background:#f8bbd0}.b-pink-200{border-color:#f48fb1}.before-pink-200:before{background:#f48fb1}.b-pink-300{border-color:#f06292}.before-pink-300:before{background:#f06292}.b-pink-400{border-color:#ec407a}.before-pink-400:before{background:#ec407a}.b-pink-500{border-color:#e91e63}.before-pink-500:before{background:#e91e63}.b-pink-600{border-color:#d81b60}.before-pink-600:before{background:#d81b60}.b-pink-700{border-color:#c2185b}.before-pink-700:before{background:#c2185b}.b-pink-800{border-color:#ad1457}.before-pink-800:before{background:#ad1457}.b-pink-900{border-color:#880e4f}.before-pink-900:before{background:#880e4f}.b-pink-a100{border-color:#ff80ab}.before-pink-a100:before{background:#ff80ab}.b-pink-a200{border-color:#ff4081}.before-pink-a200:before{background:#ff4081}.b-pink-a400{border-color:#f50057}.before-pink-a400:before{background:#f50057}.b-pink-a700{border-color:#c51162}.before-pink-a700:before{background:#c51162}.b-purple-50{border-color:#f3e5f5}.before-purple-50:before{background:#f3e5f5}.b-purple-100{border-color:#e1bee7}.before-purple-100:before{background:#e1bee7}.b-purple-200{border-color:#ce93d8}.before-purple-200:before{background:#ce93d8}.b-purple-300{border-color:#ba68c8}.before-purple-300:before{background:#ba68c8}.b-purple-400{border-color:#ab47bc}.before-purple-400:before{background:#ab47bc}.b-purple-500{border-color:#9c27b0}.before-purple-500:before{background:#9c27b0}.b-purple-600{border-color:#8e24aa}.before-purple-600:before{background:#8e24aa}.b-purple-700{border-color:#7b1fa2}.before-purple-700:before{background:#7b1fa2}.b-purple-800{border-color:#6a1b9a}.before-purple-800:before{background:#6a1b9a}.b-purple-900{border-color:#4a148c}.before-purple-900:before{background:#4a148c}.b-purple-a100{border-color:#ea80fc}.before-purple-a100:before{background:#ea80fc}.b-purple-a200{border-color:#e040fb}.before-purple-a200:before{background:#e040fb}.b-purple-a400{border-color:#d500f9}.before-purple-a400:before{background:#d500f9}.b-purple-a700{border-color:#a0f}.before-purple-a700:before{background:#a0f}.b-deep-purple-50{border-color:#ede7f6}.before-deep-purple-50:before{background:#ede7f6}.b-deep-purple-100{border-color:#d1c4e9}.before-deep-purple-100:before{background:#d1c4e9}.b-deep-purple-200{border-color:#b39ddb}.before-deep-purple-200:before{background:#b39ddb}.b-deep-purple-300{border-color:#9575cd}.before-deep-purple-300:before{background:#9575cd}.b-deep-purple-400{border-color:#7e57c2}.before-deep-purple-400:before{background:#7e57c2}.b-deep-purple-500{border-color:#673ab7}.before-deep-purple-500:before{background:#673ab7}.b-deep-purple-600{border-color:#5e35b1}.before-deep-purple-600:before{background:#5e35b1}.b-deep-purple-700{border-color:#512da8}.before-deep-purple-700:before{background:#512da8}.b-deep-purple-800{border-color:#4527a0}.before-deep-purple-800:before{background:#4527a0}.b-deep-purple-900{border-color:#311b92}.before-deep-purple-900:before{background:#311b92}.b-deep-purple-a100{border-color:#b388ff}.before-deep-purple-a100:before{background:#b388ff}.b-deep-purple-a200{border-color:#7c4dff}.before-deep-purple-a200:before{background:#7c4dff}.b-deep-purple-a400{border-color:#651fff}.before-deep-purple-a400:before{background:#651fff}.b-deep-purple-a700{border-color:#6200ea}.before-deep-purple-a700:before{background:#6200ea}.b-indigo-50{border-color:#e8eaf6}.before-indigo-50:before{background:#e8eaf6}.b-indigo-100{border-color:#c5cae9}.before-indigo-100:before{background:#c5cae9}.b-indigo-200{border-color:#9fa8da}.before-indigo-200:before{background:#9fa8da}.b-indigo-300{border-color:#7986cb}.before-indigo-300:before{background:#7986cb}.b-indigo-400{border-color:#5c6bc0}.before-indigo-400:before{background:#5c6bc0}.b-indigo-500{border-color:#3f51b5}.before-indigo-500:before{background:#3f51b5}.b-indigo-600{border-color:#3949ab}.before-indigo-600:before{background:#3949ab}.b-indigo-700{border-color:#303f9f}.before-indigo-700:before{background:#303f9f}.b-indigo-800{border-color:#283593}.before-indigo-800:before{background:#283593}.b-indigo-900{border-color:#1a237e}.before-indigo-900:before{background:#1a237e}.b-indigo-a100{border-color:#8c9eff}.before-indigo-a100:before{background:#8c9eff}.b-indigo-a200{border-color:#536dfe}.before-indigo-a200:before{background:#536dfe}.b-indigo-a400{border-color:#3d5afe}.before-indigo-a400:before{background:#3d5afe}.b-indigo-a700{border-color:#304ffe}.before-indigo-a700:before{background:#304ffe}.b-blue-50{border-color:#e3f2fd}.before-blue-50:before{background:#e3f2fd}.b-blue-100{border-color:#bbdefb}.before-blue-100:before{background:#bbdefb}.b-blue-200{border-color:#90caf9}.before-blue-200:before{background:#90caf9}.b-blue-300{border-color:#64b5f6}.before-blue-300:before{background:#64b5f6}.b-blue-400{border-color:#42a5f5}.before-blue-400:before{background:#42a5f5}.b-blue-500{border-color:#2196f3}.before-blue-500:before{background:#2196f3}.b-blue-600{border-color:#1e88e5}.before-blue-600:before{background:#1e88e5}.b-blue-700{border-color:#1976d2}.before-blue-700:before{background:#1976d2}.b-blue-800{border-color:#1565c0}.before-blue-800:before{background:#1565c0}.b-blue-900{border-color:#0d47a1}.before-blue-900:before{background:#0d47a1}.b-blue-a100{border-color:#82b1ff}.before-blue-a100:before{background:#82b1ff}.b-blue-a200{border-color:#448aff}.before-blue-a200:before{background:#448aff}.b-blue-a400{border-color:#2979ff}.before-blue-a400:before{background:#2979ff}.b-blue-a700{border-color:#2962ff}.before-blue-a700:before{background:#2962ff}.b-light-blue-50{border-color:#e1f5fe}.before-light-blue-50:before{background:#e1f5fe}.b-light-blue-100{border-color:#b3e5fc}.before-light-blue-100:before{background:#b3e5fc}.b-light-blue-200{border-color:#81d4fa}.before-light-blue-200:before{background:#81d4fa}.b-light-blue-300{border-color:#4fc3f7}.before-light-blue-300:before{background:#4fc3f7}.b-light-blue-400{border-color:#29b6f6}.before-light-blue-400:before{background:#29b6f6}.b-light-blue-500{border-color:#03a9f4}.before-light-blue-500:before{background:#03a9f4}.b-light-blue-600{border-color:#039be5}.before-light-blue-600:before{background:#039be5}.b-light-blue-700{border-color:#0288d1}.before-light-blue-700:before{background:#0288d1}.b-light-blue-800{border-color:#0277bd}.before-light-blue-800:before{background:#0277bd}.b-light-blue-900{border-color:#01579b}.before-light-blue-900:before{background:#01579b}.b-light-blue-a100{border-color:#80d8ff}.before-light-blue-a100:before{background:#80d8ff}.b-light-blue-a200{border-color:#40c4ff}.before-light-blue-a200:before{background:#40c4ff}.b-light-blue-a400{border-color:#00b0ff}.before-light-blue-a400:before{background:#00b0ff}.b-light-blue-a700{border-color:#0091ea}.before-light-blue-a700:before{background:#0091ea}.b-cyan-50{border-color:#e0f7fa}.before-cyan-50:before{background:#e0f7fa}.b-cyan-100{border-color:#b2ebf2}.before-cyan-100:before{background:#b2ebf2}.b-cyan-200{border-color:#80deea}.before-cyan-200:before{background:#80deea}.b-cyan-300{border-color:#4dd0e1}.before-cyan-300:before{background:#4dd0e1}.b-cyan-400{border-color:#26c6da}.before-cyan-400:before{background:#26c6da}.b-cyan-500{border-color:#00bcd4}.before-cyan-500:before{background:#00bcd4}.b-cyan-600{border-color:#00acc1}.before-cyan-600:before{background:#00acc1}.b-cyan-700{border-color:#0097a7}.before-cyan-700:before{background:#0097a7}.b-cyan-800{border-color:#00838f}.before-cyan-800:before{background:#00838f}.b-cyan-900{border-color:#006064}.before-cyan-900:before{background:#006064}.b-cyan-a100{border-color:#84ffff}.before-cyan-a100:before{background:#84ffff}.b-cyan-a200{border-color:#18ffff}.before-cyan-a200:before{background:#18ffff}.b-cyan-a400{border-color:#00e5ff}.before-cyan-a400:before{background:#00e5ff}.b-cyan-a700{border-color:#00b8d4}.before-cyan-a700:before{background:#00b8d4}.b-teal-50{border-color:#e0f2f1}.before-teal-50:before{background:#e0f2f1}.b-teal-100{border-color:#b2dfdb}.before-teal-100:before{background:#b2dfdb}.b-teal-200{border-color:#80cbc4}.before-teal-200:before{background:#80cbc4}.b-teal-300{border-color:#4db6ac}.before-teal-300:before{background:#4db6ac}.b-teal-400{border-color:#26a69a}.before-teal-400:before{background:#26a69a}.b-teal-500{border-color:#009688}.before-teal-500:before{background:#009688}.b-teal-600{border-color:#00897b}.before-teal-600:before{background:#00897b}.b-teal-700{border-color:#00796b}.before-teal-700:before{background:#00796b}.b-teal-800{border-color:#00695c}.before-teal-800:before{background:#00695c}.b-teal-900{border-color:#004d40}.before-teal-900:before{background:#004d40}.b-teal-a100{border-color:#a7ffeb}.before-teal-a100:before{background:#a7ffeb}.b-teal-a200{border-color:#64ffda}.before-teal-a200:before{background:#64ffda}.b-teal-a400{border-color:#1de9b6}.before-teal-a400:before{background:#1de9b6}.b-teal-a700{border-color:#00bfa5}.before-teal-a700:before{background:#00bfa5}.b-green-50{border-color:#e8f5e9}.before-green-50:before{background:#e8f5e9}.b-green-100{border-color:#c8e6c9}.before-green-100:before{background:#c8e6c9}.b-green-200{border-color:#a5d6a7}.before-green-200:before{background:#a5d6a7}.b-green-300{border-color:#81c784}.before-green-300:before{background:#81c784}.b-green-400{border-color:#66bb6a}.before-green-400:before{background:#66bb6a}.b-green-500{border-color:#4caf50}.before-green-500:before{background:#4caf50}.b-green-600{border-color:#43a047}.before-green-600:before{background:#43a047}.b-green-700{border-color:#388e3c}.before-green-700:before{background:#388e3c}.b-green-800{border-color:#2e7d32}.before-green-800:before{background:#2e7d32}.b-green-900{border-color:#1b5e20}.before-green-900:before{background:#1b5e20}.b-green-a100{border-color:#b9f6ca}.before-green-a100:before{background:#b9f6ca}.b-green-a200{border-color:#69f0ae}.before-green-a200:before{background:#69f0ae}.b-green-a400{border-color:#00e676}.before-green-a400:before{background:#00e676}.b-green-a700{border-color:#00c853}.before-green-a700:before{background:#00c853}.b-light-green-50{border-color:#f1f8e9}.before-light-green-50:before{background:#f1f8e9}.b-light-green-100{border-color:#dcedc8}.before-light-green-100:before{background:#dcedc8}.b-light-green-200{border-color:#c5e1a5}.before-light-green-200:before{background:#c5e1a5}.b-light-green-300{border-color:#aed581}.before-light-green-300:before{background:#aed581}.b-light-green-400{border-color:#9ccc65}.before-light-green-400:before{background:#9ccc65}.b-light-green-500{border-color:#8bc34a}.before-light-green-500:before{background:#8bc34a}.b-light-green-600{border-color:#7cb342}.before-light-green-600:before{background:#7cb342}.b-light-green-700{border-color:#689f38}.before-light-green-700:before{background:#689f38}.b-light-green-800{border-color:#558b2f}.before-light-green-800:before{background:#558b2f}.b-light-green-900{border-color:#33691e}.before-light-green-900:before{background:#33691e}.b-light-green-a100{border-color:#ccff90}.before-light-green-a100:before{background:#ccff90}.b-light-green-a200{border-color:#b2ff59}.before-light-green-a200:before{background:#b2ff59}.b-light-green-a400{border-color:#76ff03}.before-light-green-a400:before{background:#76ff03}.b-light-green-a700{border-color:#64dd17}.before-light-green-a700:before{background:#64dd17}.b-lime-50{border-color:#f9fbe7}.before-lime-50:before{background:#f9fbe7}.b-lime-100{border-color:#f0f4c3}.before-lime-100:before{background:#f0f4c3}.b-lime-200{border-color:#e6ee9c}.before-lime-200:before{background:#e6ee9c}.b-lime-300{border-color:#dce775}.before-lime-300:before{background:#dce775}.b-lime-400{border-color:#d4e157}.before-lime-400:before{background:#d4e157}.b-lime-500{border-color:#cddc39}.before-lime-500:before{background:#cddc39}.b-lime-600{border-color:#c0ca33}.before-lime-600:before{background:#c0ca33}.b-lime-700{border-color:#afb42b}.before-lime-700:before{background:#afb42b}.b-lime-800{border-color:#9e9d24}.before-lime-800:before{background:#9e9d24}.b-lime-900{border-color:#827717}.before-lime-900:before{background:#827717}.b-lime-a100{border-color:#f4ff81}.before-lime-a100:before{background:#f4ff81}.b-lime-a200{border-color:#eeff41}.before-lime-a200:before{background:#eeff41}.b-lime-a400{border-color:#c6ff00}.before-lime-a400:before{background:#c6ff00}.b-lime-a700{border-color:#aeea00}.before-lime-a700:before{background:#aeea00}.b-yellow-50{border-color:#fffde7}.before-yellow-50:before{background:#fffde7}.b-yellow-100{border-color:#fff9c4}.before-yellow-100:before{background:#fff9c4}.b-yellow-200{border-color:#fff59d}.before-yellow-200:before{background:#fff59d}.b-yellow-300{border-color:#fff176}.before-yellow-300:before{background:#fff176}.b-yellow-400{border-color:#ffee58}.before-yellow-400:before{background:#ffee58}.b-yellow-500{border-color:#ffeb3b}.before-yellow-500:before{background:#ffeb3b}.b-yellow-600{border-color:#fdd835}.before-yellow-600:before{background:#fdd835}.b-yellow-700{border-color:#fbc02d}.before-yellow-700:before{background:#fbc02d}.b-yellow-800{border-color:#f9a825}.before-yellow-800:before{background:#f9a825}.b-yellow-900{border-color:#f57f17}.before-yellow-900:before{background:#f57f17}.b-yellow-a100{border-color:#ffff8d}.before-yellow-a100:before{background:#ffff8d}.b-yellow-a200{border-color:#ff0}.before-yellow-a200:before{background:#ff0}.b-yellow-a400{border-color:#ffea00}.before-yellow-a400:before{background:#ffea00}.b-yellow-a700{border-color:#ffd600}.before-yellow-a700:before{background:#ffd600}.b-amber-50{border-color:#fff8e1}.before-amber-50:before{background:#fff8e1}.b-amber-100{border-color:#ffecb3}.before-amber-100:before{background:#ffecb3}.b-amber-200{border-color:#ffe082}.before-amber-200:before{background:#ffe082}.b-amber-300{border-color:#ffd54f}.before-amber-300:before{background:#ffd54f}.b-amber-400{border-color:#ffca28}.before-amber-400:before{background:#ffca28}.b-amber-500{border-color:#ffc107}.before-amber-500:before{background:#ffc107}.b-amber-600{border-color:#ffb300}.before-amber-600:before{background:#ffb300}.b-amber-700{border-color:#ffa000}.before-amber-700:before{background:#ffa000}.b-amber-800{border-color:#ff8f00}.before-amber-800:before{background:#ff8f00}.b-amber-900{border-color:#ff6f00}.before-amber-900:before{background:#ff6f00}.b-amber-a100{border-color:#ffe57f}.before-amber-a100:before{background:#ffe57f}.b-amber-a200{border-color:#ffd740}.before-amber-a200:before{background:#ffd740}.b-amber-a400{border-color:#ffc400}.before-amber-a400:before{background:#ffc400}.b-amber-a700{border-color:#ffab00}.before-amber-a700:before{background:#ffab00}.b-orange-50{border-color:#fff3e0}.before-orange-50:before{background:#fff3e0}.b-orange-100{border-color:#ffe0b2}.before-orange-100:before{background:#ffe0b2}.b-orange-200{border-color:#ffcc80}.before-orange-200:before{background:#ffcc80}.b-orange-300{border-color:#ffb74d}.before-orange-300:before{background:#ffb74d}.b-orange-400{border-color:#ffa726}.before-orange-400:before{background:#ffa726}.b-orange-500{border-color:#ff9800}.before-orange-500:before{background:#ff9800}.b-orange-600{border-color:#fb8c00}.before-orange-600:before{background:#fb8c00}.b-orange-700{border-color:#f57c00}.before-orange-700:before{background:#f57c00}.b-orange-800{border-color:#ef6c00}.before-orange-800:before{background:#ef6c00}.b-orange-900{border-color:#e65100}.before-orange-900:before{background:#e65100}.b-orange-a100{border-color:#ffd180}.before-orange-a100:before{background:#ffd180}.b-orange-a200{border-color:#ffab40}.before-orange-a200:before{background:#ffab40}.b-orange-a400{border-color:#ff9100}.before-orange-a400:before{background:#ff9100}.b-orange-a700{border-color:#ff6d00}.before-orange-a700:before{background:#ff6d00}.b-deep-orange-50{border-color:#fbe9e7}.before-deep-orange-50:before{background:#fbe9e7}.b-deep-orange-100{border-color:#ffccbc}.before-deep-orange-100:before{background:#ffccbc}.b-deep-orange-200{border-color:#ffab91}.before-deep-orange-200:before{background:#ffab91}.b-deep-orange-300{border-color:#ff8a65}.before-deep-orange-300:before{background:#ff8a65}.b-deep-orange-400{border-color:#ff7043}.before-deep-orange-400:before{background:#ff7043}.b-deep-orange-500{border-color:#ff5722}.before-deep-orange-500:before{background:#ff5722}.b-deep-orange-600{border-color:#f4511e}.before-deep-orange-600:before{background:#f4511e}.b-deep-orange-700{border-color:#e64a19}.before-deep-orange-700:before{background:#e64a19}.b-deep-orange-800{border-color:#d84315}.before-deep-orange-800:before{background:#d84315}.b-deep-orange-900{border-color:#bf360c}.before-deep-orange-900:before{background:#bf360c}.b-deep-orange-a100{border-color:#ff9e80}.before-deep-orange-a100:before{background:#ff9e80}.b-deep-orange-a200{border-color:#ff6e40}.before-deep-orange-a200:before{background:#ff6e40}.b-deep-orange-a400{border-color:#ff3d00}.before-deep-orange-a400:before{background:#ff3d00}.b-deep-orange-a700{border-color:#dd2c00}.before-deep-orange-a700:before{background:#dd2c00}.b-brown-50{border-color:#efebe9}.before-brown-50:before{background:#efebe9}.b-brown-100{border-color:#d7ccc8}.before-brown-100:before{background:#d7ccc8}.b-brown-200{border-color:#bcaaa4}.before-brown-200:before{background:#bcaaa4}.b-brown-300{border-color:#a1887f}.before-brown-300:before{background:#a1887f}.b-brown-400{border-color:#8d6e63}.before-brown-400:before{background:#8d6e63}.b-brown-500{border-color:#795548}.before-brown-500:before{background:#795548}.b-brown-600{border-color:#6d4c41}.before-brown-600:before{background:#6d4c41}.b-brown-700{border-color:#5d4037}.before-brown-700:before{background:#5d4037}.b-brown-800{border-color:#4e342e}.before-brown-800:before{background:#4e342e}.b-brown-900{border-color:#3e2723}.before-brown-900:before{background:#3e2723}.b-grey-50{border-color:#fafafa}.before-grey-50:before{background:#fafafa}.b-grey-100{border-color:#f5f5f5}.before-grey-100:before{background:#f5f5f5}.b-grey-200{border-color:#eee}.before-grey-200:before{background:#eee}.b-grey-300{border-color:#e0e0e0}.before-grey-300:before{background:#e0e0e0}.b-grey-400{border-color:#bdbdbd}.before-grey-400:before{background:#bdbdbd}.b-grey-500{border-color:#9e9e9e}.before-grey-500:before{background:#9e9e9e}.b-grey-600{border-color:#757575}.before-grey-600:before{background:#757575}.b-grey-700{border-color:#616161}.before-grey-700:before{background:#616161}.b-grey-800{border-color:#424242}.before-grey-800:before{background:#424242}.b-grey-900{border-color:#212121}.before-grey-900:before{background:#212121}.b-blue-grey-50{border-color:#eceff1}.before-blue-grey-50:before{background:#eceff1}.b-blue-grey-100{border-color:#cfd8dc}.before-blue-grey-100:before{background:#cfd8dc}.b-blue-grey-200{border-color:#b0bec5}.before-blue-grey-200:before{background:#b0bec5}.b-blue-grey-300{border-color:#90a4ae}.before-blue-grey-300:before{background:#90a4ae}.b-blue-grey-400{border-color:#78909c}.before-blue-grey-400:before{background:#78909c}.b-blue-grey-500{border-color:#607d8b}.before-blue-grey-500:before{background:#607d8b}.b-blue-grey-600{border-color:#546e7a}.before-blue-grey-600:before{background:#546e7a}.b-blue-grey-700{border-color:#455a64}.before-blue-grey-700:before{background:#455a64}.b-blue-grey-800{border-color:#37474f}.before-blue-grey-800:before{background:#37474f}.b-blue-grey-900{border-color:#263238}.before-blue-grey-900:before{background:#263238}.b-blue-grey-1000{border-color:#11171a}.before-blue-grey-1000:before{background:#11171a}.bb0{border-bottom-width:0;border-bottom-style:solid}.bt0{border-top-width:0;border-top-style:solid}.br0{border-right-width:0;border-right-style:solid}.bl0{border-left-width:0;border-left-style:solid}.b0{border-width:0;border-left-style:solid}.bb4{border-bottom-width:4px;border-bottom-style:solid}.bt4{border-top-width:4px;border-top-style:solid}.br4{border-right-width:4px;border-right-style:solid}.bl4{border-left-width:4px;border-left-style:solid}.b4{border-width:4px;border-left-style:solid}.bb8{border-bottom-width:8px;border-bottom-style:solid}.bt8{border-top-width:8px;border-top-style:solid}.br8{border-right-width:8px;border-right-style:solid}.bl8{border-left-width:8px;border-left-style:solid}.b8{border-width:8px;border-left-style:solid}.bb16{border-bottom-width:16px;border-bottom-style:solid}.bt16{border-top-width:16px;border-top-style:solid}.br16{border-right-width:16px;border-right-style:solid}.bl16{border-left-width:16px;border-left-style:solid}.b16{border-width:16px;border-left-style:solid}.bb24{border-bottom-width:24px;border-bottom-style:solid}.bt24{border-top-width:24px;border-top-style:solid}.br24{border-right-width:24px;border-right-style:solid}.bl24{border-left-width:24px;border-left-style:solid}.b24{border-width:24px;border-left-style:solid}.bb32{border-bottom-width:32px;border-bottom-style:solid}.bt32{border-top-width:32px;border-top-style:solid}.br32{border-right-width:32px;border-right-style:solid}.bl32{border-left-width:32px;border-left-style:solid}.b32{border-width:32px;border-left-style:solid}.bb40{border-bottom-width:40px;border-bottom-style:solid}.bt40{border-top-width:40px;border-top-style:solid}.br40{border-right-width:40px;border-right-style:solid}.bl40{border-left-width:40px;border-left-style:solid}.b40{border-width:40px;border-left-style:solid}.bb48{border-bottom-width:48px;border-bottom-style:solid}.bt48{border-top-width:48px;border-top-style:solid}.br48{border-right-width:48px;border-right-style:solid}.bl48{border-left-width:48px;border-left-style:solid}.b48{border-width:48px;border-left-style:solid}.bb56{border-bottom-width:56px;border-bottom-style:solid}.bt56{border-top-width:56px;border-top-style:solid}.br56{border-right-width:56px;border-right-style:solid}.bl56{border-left-width:56px;border-left-style:solid}.b56{border-width:56px;border-left-style:solid}.bb64{border-bottom-width:64px;border-bottom-style:solid}.bt64{border-top-width:64px;border-top-style:solid}.br64{border-right-width:64px;border-right-style:solid}.bl64{border-left-width:64px;border-left-style:solid}.b64{border-width:64px;border-left-style:solid}.bb128{border-bottom-width:128px;border-bottom-style:solid}.bt128{border-top-width:128px;border-top-style:solid}.br128{border-right-width:128px;border-right-style:solid}.bl128{border-left-width:128px;border-left-style:solid}.b128{border-width:128px;border-left-style:solid}.b0{border:0}.b1{border-width:1px}.b1,.b2{border-style:solid}.b2{border-width:2px}.b3{border-width:3px;border-style:solid}.bb1{border-bottom-width:1px;border-bottom-style:solid}.bt1{border-top-width:1px;border-top-style:solid}.br1{border-right-width:1px;border-right-style:solid}.bl1{border-left-width:1px;border-left-style:solid}.bb2{border-bottom-width:2px;border-bottom-style:solid}.bt2{border-top-width:2px;border-top-style:solid}.br2{border-right-width:2px;border-right-style:solid}.bl2{border-left-width:2px;border-left-style:solid}.bb3{border-bottom-width:3px;border-bottom-style:solid}.bt3{border-top-width:3px;border-top-style:solid}.br3{border-right-width:3px;border-right-style:solid}.bl3{border-left-width:3px;border-left-style:solid}.min-h-8{min-height:8px}.h-8{height:8px}.lh-8{line-height:8px}.min-w-8{min-width:8px}.w-8{width:8px}.square-8{height:8px;width:8px;line-height:8px}.min-h-16{min-height:16px}.h-16{height:16px}.lh-16{line-height:16px}.min-w-16{min-width:16px}.w-16{width:16px}.square-16{height:16px;width:16px;line-height:16px}.min-h-24{min-height:24px}.h-24{height:24px}.lh-24{line-height:24px}.min-w-24{min-width:24px}.w-24{width:24px}.square-24{height:24px;width:24px;line-height:24px}.min-h-32{min-height:32px}.h-32{height:32px}.lh-32{line-height:32px}.min-w-32{min-width:32px}.w-32{width:32px}.square-32{height:32px;width:32px;line-height:32px}.min-h-40{min-height:40px}.h-40{height:40px}.lh-40{line-height:40px}.min-w-40{min-width:40px}.w-40{width:40px}.square-40{height:40px;width:40px;line-height:40px}.min-h-48{min-height:48px}.h-48{height:48px}.lh-48{line-height:48px}.min-w-48{min-width:48px}.w-48{width:48px}.square-48{height:48px;width:48px;line-height:48px}.min-h-56{min-height:56px}.h-56{height:56px}.lh-56{line-height:56px}.min-w-56{min-width:56px}.w-56{width:56px}.square-56{height:56px;width:56px;line-height:56px}.min-h-64{min-height:64px}.h-64{height:64px}.lh-64{line-height:64px}.min-w-64{min-width:64px}.w-64{width:64px}.square-64{height:64px;width:64px;line-height:64px}.min-h-72{min-height:72px}.h-72{height:72px}.lh-72{line-height:72px}.min-w-72{min-width:72px}.w-72{width:72px}.square-72{height:72px;width:72px;line-height:72px}.min-h-80{min-height:80px}.h-80{height:80px}.lh-80{line-height:80px}.min-w-80{min-width:80px}.w-80{width:80px}.square-80{height:80px;width:80px;line-height:80px}.min-h-88{min-height:88px}.h-88{height:88px}.lh-88{line-height:88px}.min-w-88{min-width:88px}.w-88{width:88px}.square-88{height:88px;width:88px;line-height:88px}.min-h-96{min-height:96px}.h-96{height:96px}.lh-96{line-height:96px}.min-w-96{min-width:96px}.w-96{width:96px}.square-96{height:96px;width:96px;line-height:96px}.min-h-120{min-height:120px}.h-120{height:120px}.lh-120{line-height:120px}.min-w-120{min-width:120px}.w-120{width:120px}.square-120{height:120px;width:120px;line-height:120px}.min-h-128{min-height:128px}.h-128{height:128px}.lh-128{line-height:128px}.min-w-128{min-width:128px}.w-128{width:128px}.square-128{height:128px;width:128px;line-height:128px}.min-h-160{min-height:160px}.h-160{height:160px}.lh-160{line-height:160px}.min-w-160{min-width:160px}.w-160{width:160px}.square-160{height:160px;width:160px;line-height:160px}.min-h-200{min-height:200px}.h-200{height:200px}.lh-200{line-height:200px}.min-w-200{min-width:200px}.w-200{width:200px}.square-200{height:200px;width:200px;line-height:200px}.min-h-240{min-height:240px}.h-240{height:240px}.lh-240{line-height:240px}.min-w-240{min-width:240px}.w-240{width:240px}.square-240{height:240px;width:240px;line-height:240px}.min-h-256{min-height:256px}.h-256{height:256px}.lh-256{line-height:256px}.min-w-256{min-width:256px}.w-256{width:256px}.square-256{height:256px;width:256px;line-height:256px}.min-h-320{min-height:320px}.h-320{height:320px}.lh-320{line-height:320px}.min-w-320{min-width:320px}.w-320{width:320px}.square-320{height:320px;width:320px;line-height:320px}.min-h-360{min-height:360px}.h-360{height:360px}.lh-360{line-height:360px}.min-w-360{min-width:360px}.w-360{width:360px}.square-360{height:360px;width:360px;line-height:360px}.min-h-520{min-height:520px}.h-520{height:520px}.lh-520{line-height:520px}.min-w-520{min-width:520px}.w-520{width:520px}.square-520{height:520px;width:520px;line-height:520px}.w-100{width:100%}.h-100{height:100%}.min-h-100{min-height:100%}.min-w-100{min-width:100%}.max-h-100{max-height:100%}.max-w-100{max-width:100%}.text-white,.text-white h1,.text-white h2,.text-white h3,.text-white h4,.text-white h5,.text-white h6,.text-white label,.text-white p{color:#fff}.text-semi,.text-semi h1,.text-semi h2,.text-semi h3,.text-semi h4,.text-semi h5,.text-semi h6,.text-semi label,.text-semi p{color:hsla(0,0%,100%,.8)}.text-dark-semi,.text-dark-semi h1,.text-dark-semi h2,.text-dark-semi h3,.text-dark-semi h4,.text-dark-semi h5,.text-dark-semi h6,.text-dark-semi label,.text-dark-semi p{color:rgba(0,0,0,.8)}.primary{color:rgba(0,0,0,.87)}.secondary{color:rgba(0,0,0,.54)}.hinted{color:rgba(0,0,0,.38)}.f1{font-size:3rem}.f2{font-size:2.25rem}.f3{font-size:1.5rem}.f4{font-size:1.25rem}.f5{font-size:1rem}.f6{font-size:.875rem}.f-6,.f-headline{font-size:6rem}.f-5,.f-subheadline{font-size:5rem}.f-4{font-size:4rem}.lh-1{line-height:1}.ttc{text-transform:capitalize}.ttl{text-transform:lowercase}.ttu{text-transform:uppercase}.ttn{text-transform:none}.normal{font-weight:400}.b{font-weight:700}.fw1{font-weight:100}.fw2{font-weight:200}.fw3{font-weight:300}.fw4{font-weight:400}.fw5{font-weight:500}.fw6{font-weight:600}.fw7{font-weight:700}.fw8{font-weight:800}.fw9{font-weight:900}.ws-normal{white-space:normal}.nowrap{white-space:nowrap}.pre{white-space:pre}.pre-wrap{white-space:pre-wrap}.lato,.lato *{font-family:Lato,sans-serif}.roboto_slab,.roboto_slab *{font-family:Roboto Slab,serif}.ar .lato,.ar .lato *,.ar .roboto_slab,.ar .roboto_slab *{font-family:Cairo,sans-serif}body.ar,body.ar :not(.fa){font-family:Cairo,sans-serif!important}.oc-gray-0{color:#f8f9fa}.oc-bg-gray-0{background:#f8f9fa}.oc-bc-gray-0{border-color:#f8f9fa}.oc-before-gray-0:before,.oc-bg-hover-gray-0:hover{background:#f8f9fa}.oc-hover-gray-0:hover{color:#f8f9fa}.oc-gray-1{color:#f1f3f5}.oc-bg-gray-1{background:#f1f3f5}.oc-bc-gray-1{border-color:#f1f3f5}.oc-before-gray-1:before,.oc-bg-hover-gray-1:hover{background:#f1f3f5}.oc-hover-gray-1:hover{color:#f1f3f5}.oc-gray-2{color:#e9ecef}.oc-bg-gray-2{background:#e9ecef}.oc-bc-gray-2{border-color:#e9ecef}.oc-before-gray-2:before,.oc-bg-hover-gray-2:hover{background:#e9ecef}.oc-hover-gray-2:hover{color:#e9ecef}.oc-gray-3{color:#dee2e6}.oc-bg-gray-3{background:#dee2e6}.oc-bc-gray-3{border-color:#dee2e6}.oc-before-gray-3:before,.oc-bg-hover-gray-3:hover{background:#dee2e6}.oc-hover-gray-3:hover{color:#dee2e6}.oc-gray-4{color:#ced4da}.oc-bg-gray-4{background:#ced4da}.oc-bc-gray-4{border-color:#ced4da}.oc-before-gray-4:before,.oc-bg-hover-gray-4:hover{background:#ced4da}.oc-hover-gray-4:hover{color:#ced4da}.oc-gray-5{color:#adb5bd}.oc-bg-gray-5{background:#adb5bd}.oc-bc-gray-5{border-color:#adb5bd}.oc-before-gray-5:before,.oc-bg-hover-gray-5:hover{background:#adb5bd}.oc-hover-gray-5:hover{color:#adb5bd}.oc-gray-6{color:#868e96}.oc-bg-gray-6{background:#868e96}.oc-bc-gray-6{border-color:#868e96}.oc-before-gray-6:before,.oc-bg-hover-gray-6:hover{background:#868e96}.oc-hover-gray-6:hover{color:#868e96}.oc-gray-7{color:#495057}.oc-bg-gray-7{background:#495057}.oc-bc-gray-7{border-color:#495057}.oc-before-gray-7:before,.oc-bg-hover-gray-7:hover{background:#495057}.oc-hover-gray-7:hover{color:#495057}.oc-gray-8{color:#343a40}.oc-bg-gray-8{background:#343a40}.oc-bc-gray-8{border-color:#343a40}.oc-before-gray-8:before,.oc-bg-hover-gray-8:hover{background:#343a40}.oc-hover-gray-8:hover{color:#343a40}.oc-gray-9{color:#212529}.oc-bg-gray-9{background:#212529}.oc-bc-gray-9{border-color:#212529}.oc-before-gray-9:before,.oc-bg-hover-gray-9:hover{background:#212529}.oc-hover-gray-9:hover{color:#212529}.oc-red-0{color:#fff5f5}.oc-bg-red-0{background:#fff5f5}.oc-bc-red-0{border-color:#fff5f5}.oc-before-red-0:before,.oc-bg-hover-red-0:hover{background:#fff5f5}.oc-hover-red-0:hover{color:#fff5f5}.oc-red-1{color:#ffe3e3}.oc-bg-red-1{background:#ffe3e3}.oc-bc-red-1{border-color:#ffe3e3}.oc-before-red-1:before,.oc-bg-hover-red-1:hover{background:#ffe3e3}.oc-hover-red-1:hover{color:#ffe3e3}.oc-red-2{color:#ffc9c9}.oc-bg-red-2{background:#ffc9c9}.oc-bc-red-2{border-color:#ffc9c9}.oc-before-red-2:before,.oc-bg-hover-red-2:hover{background:#ffc9c9}.oc-hover-red-2:hover{color:#ffc9c9}.oc-red-3{color:#ffa8a8}.oc-bg-red-3{background:#ffa8a8}.oc-bc-red-3{border-color:#ffa8a8}.oc-before-red-3:before,.oc-bg-hover-red-3:hover{background:#ffa8a8}.oc-hover-red-3:hover{color:#ffa8a8}.oc-red-4{color:#ff8787}.oc-bg-red-4{background:#ff8787}.oc-bc-red-4{border-color:#ff8787}.oc-before-red-4:before,.oc-bg-hover-red-4:hover{background:#ff8787}.oc-hover-red-4:hover{color:#ff8787}.oc-red-5{color:#ff6b6b}.oc-bg-red-5{background:#ff6b6b}.oc-bc-red-5{border-color:#ff6b6b}.oc-before-red-5:before,.oc-bg-hover-red-5:hover{background:#ff6b6b}.oc-hover-red-5:hover{color:#ff6b6b}.oc-red-6{color:#fa5252}.oc-bg-red-6{background:#fa5252}.oc-bc-red-6{border-color:#fa5252}.oc-before-red-6:before,.oc-bg-hover-red-6:hover{background:#fa5252}.oc-hover-red-6:hover{color:#fa5252}.oc-red-7{color:#f03e3e}.oc-bg-red-7{background:#f03e3e}.oc-bc-red-7{border-color:#f03e3e}.oc-before-red-7:before,.oc-bg-hover-red-7:hover{background:#f03e3e}.oc-hover-red-7:hover{color:#f03e3e}.oc-red-8{color:#e03131}.oc-bg-red-8{background:#e03131}.oc-bc-red-8{border-color:#e03131}.oc-before-red-8:before,.oc-bg-hover-red-8:hover{background:#e03131}.oc-hover-red-8:hover{color:#e03131}.oc-red-9{color:#c92a2a}.oc-bg-red-9{background:#c92a2a}.oc-bc-red-9{border-color:#c92a2a}.oc-before-red-9:before,.oc-bg-hover-red-9:hover{background:#c92a2a}.oc-hover-red-9:hover{color:#c92a2a}.oc-blue-0{color:#e7f5ff}.oc-bg-blue-0{background:#e7f5ff}.oc-bc-blue-0{border-color:#e7f5ff}.oc-before-blue-0:before,.oc-bg-hover-blue-0:hover{background:#e7f5ff}.oc-hover-blue-0:hover{color:#e7f5ff}.oc-blue-1{color:#d0ebff}.oc-bg-blue-1{background:#d0ebff}.oc-bc-blue-1{border-color:#d0ebff}.oc-before-blue-1:before,.oc-bg-hover-blue-1:hover{background:#d0ebff}.oc-hover-blue-1:hover{color:#d0ebff}.oc-blue-2{color:#a5d8ff}.oc-bg-blue-2{background:#a5d8ff}.oc-bc-blue-2{border-color:#a5d8ff}.oc-before-blue-2:before,.oc-bg-hover-blue-2:hover{background:#a5d8ff}.oc-hover-blue-2:hover{color:#a5d8ff}.oc-blue-3{color:#74c0fc}.oc-bg-blue-3{background:#74c0fc}.oc-bc-blue-3{border-color:#74c0fc}.oc-before-blue-3:before,.oc-bg-hover-blue-3:hover{background:#74c0fc}.oc-hover-blue-3:hover{color:#74c0fc}.oc-blue-4{color:#4dabf7}.oc-bg-blue-4{background:#4dabf7}.oc-bc-blue-4{border-color:#4dabf7}.oc-before-blue-4:before,.oc-bg-hover-blue-4:hover{background:#4dabf7}.oc-hover-blue-4:hover{color:#4dabf7}.oc-blue-5{color:#339af0}.oc-bg-blue-5{background:#339af0}.oc-bc-blue-5{border-color:#339af0}.oc-before-blue-5:before,.oc-bg-hover-blue-5:hover{background:#339af0}.oc-hover-blue-5:hover{color:#339af0}.oc-blue-6{color:#228be6}.oc-bg-blue-6{background:#228be6}.oc-bc-blue-6{border-color:#228be6}.oc-before-blue-6:before,.oc-bg-hover-blue-6:hover{background:#228be6}.oc-hover-blue-6:hover{color:#228be6}.oc-blue-7{color:#1c7ed6}.oc-bg-blue-7{background:#1c7ed6}.oc-bc-blue-7{border-color:#1c7ed6}.oc-before-blue-7:before,.oc-bg-hover-blue-7:hover{background:#1c7ed6}.oc-hover-blue-7:hover{color:#1c7ed6}.oc-blue-8{color:#1971c2}.oc-bg-blue-8{background:#1971c2}.oc-bc-blue-8{border-color:#1971c2}.oc-before-blue-8:before,.oc-bg-hover-blue-8:hover{background:#1971c2}.oc-hover-blue-8:hover{color:#1971c2}.oc-blue-9{color:#1864ab}.oc-bg-blue-9{background:#1864ab}.oc-bc-blue-9{border-color:#1864ab}.oc-before-blue-9:before,.oc-bg-hover-blue-9:hover{background:#1864ab}.oc-hover-blue-9:hover{color:#1864ab}.oc-pink-0{color:#fff0f6}.oc-bg-pink-0{background:#fff0f6}.oc-bc-pink-0{border-color:#fff0f6}.oc-before-pink-0:before,.oc-bg-hover-pink-0:hover{background:#fff0f6}.oc-hover-pink-0:hover{color:#fff0f6}.oc-pink-1{color:#ffdeeb}.oc-bg-pink-1{background:#ffdeeb}.oc-bc-pink-1{border-color:#ffdeeb}.oc-before-pink-1:before,.oc-bg-hover-pink-1:hover{background:#ffdeeb}.oc-hover-pink-1:hover{color:#ffdeeb}.oc-pink-2{color:#fcc2d7}.oc-bg-pink-2{background:#fcc2d7}.oc-bc-pink-2{border-color:#fcc2d7}.oc-before-pink-2:before,.oc-bg-hover-pink-2:hover{background:#fcc2d7}.oc-hover-pink-2:hover{color:#fcc2d7}.oc-pink-3{color:#faa2c1}.oc-bg-pink-3{background:#faa2c1}.oc-bc-pink-3{border-color:#faa2c1}.oc-before-pink-3:before,.oc-bg-hover-pink-3:hover{background:#faa2c1}.oc-hover-pink-3:hover{color:#faa2c1}.oc-pink-4{color:#f783ac}.oc-bg-pink-4{background:#f783ac}.oc-bc-pink-4{border-color:#f783ac}.oc-before-pink-4:before,.oc-bg-hover-pink-4:hover{background:#f783ac}.oc-hover-pink-4:hover{color:#f783ac}.oc-pink-5{color:#f06595}.oc-bg-pink-5{background:#f06595}.oc-bc-pink-5{border-color:#f06595}.oc-before-pink-5:before,.oc-bg-hover-pink-5:hover{background:#f06595}.oc-hover-pink-5:hover{color:#f06595}.oc-pink-6{color:#e64980}.oc-bg-pink-6{background:#e64980}.oc-bc-pink-6{border-color:#e64980}.oc-before-pink-6:before,.oc-bg-hover-pink-6:hover{background:#e64980}.oc-hover-pink-6:hover{color:#e64980}.oc-pink-7{color:#d6336c}.oc-bg-pink-7{background:#d6336c}.oc-bc-pink-7{border-color:#d6336c}.oc-before-pink-7:before,.oc-bg-hover-pink-7:hover{background:#d6336c}.oc-hover-pink-7:hover{color:#d6336c}.oc-pink-8{color:#c2255c}.oc-bg-pink-8{background:#c2255c}.oc-bc-pink-8{border-color:#c2255c}.oc-before-pink-8:before,.oc-bg-hover-pink-8:hover{background:#c2255c}.oc-hover-pink-8:hover{color:#c2255c}.oc-pink-9{color:#a61e4d}.oc-bg-pink-9{background:#a61e4d}.oc-bc-pink-9{border-color:#a61e4d}.oc-before-pink-9:before,.oc-bg-hover-pink-9:hover{background:#a61e4d}.oc-hover-pink-9:hover{color:#a61e4d}.oc-violet-0{color:#f3f0ff}.oc-bg-violet-0{background:#f3f0ff}.oc-bc-violet-0{border-color:#f3f0ff}.oc-before-violet-0:before,.oc-bg-hover-violet-0:hover{background:#f3f0ff}.oc-hover-violet-0:hover{color:#f3f0ff}.oc-violet-1{color:#e5dbff}.oc-bg-violet-1{background:#e5dbff}.oc-bc-violet-1{border-color:#e5dbff}.oc-before-violet-1:before,.oc-bg-hover-violet-1:hover{background:#e5dbff}.oc-hover-violet-1:hover{color:#e5dbff}.oc-violet-2{color:#d0bfff}.oc-bg-violet-2{background:#d0bfff}.oc-bc-violet-2{border-color:#d0bfff}.oc-before-violet-2:before,.oc-bg-hover-violet-2:hover{background:#d0bfff}.oc-hover-violet-2:hover{color:#d0bfff}.oc-violet-3{color:#b197fc}.oc-bg-violet-3{background:#b197fc}.oc-bc-violet-3{border-color:#b197fc}.oc-before-violet-3:before,.oc-bg-hover-violet-3:hover{background:#b197fc}.oc-hover-violet-3:hover{color:#b197fc}.oc-violet-4{color:#9775fa}.oc-bg-violet-4{background:#9775fa}.oc-bc-violet-4{border-color:#9775fa}.oc-before-violet-4:before,.oc-bg-hover-violet-4:hover{background:#9775fa}.oc-hover-violet-4:hover{color:#9775fa}.oc-violet-5{color:#845ef7}.oc-bg-violet-5{background:#845ef7}.oc-bc-violet-5{border-color:#845ef7}.oc-before-violet-5:before,.oc-bg-hover-violet-5:hover{background:#845ef7}.oc-hover-violet-5:hover{color:#845ef7}.oc-violet-6{color:#7950f2}.oc-bg-violet-6{background:#7950f2}.oc-bc-violet-6{border-color:#7950f2}.oc-before-violet-6:before,.oc-bg-hover-violet-6:hover{background:#7950f2}.oc-hover-violet-6:hover{color:#7950f2}.oc-violet-7{color:#7048e8}.oc-bg-violet-7{background:#7048e8}.oc-bc-violet-7{border-color:#7048e8}.oc-before-violet-7:before,.oc-bg-hover-violet-7:hover{background:#7048e8}.oc-hover-violet-7:hover{color:#7048e8}.oc-violet-8{color:#6741d9}.oc-bg-violet-8{background:#6741d9}.oc-bc-violet-8{border-color:#6741d9}.oc-before-violet-8:before,.oc-bg-hover-violet-8:hover{background:#6741d9}.oc-hover-violet-8:hover{color:#6741d9}.oc-violet-9{color:#5f3dc4}.oc-bg-violet-9{background:#5f3dc4}.oc-bc-violet-9{border-color:#5f3dc4}.oc-before-violet-9:before,.oc-bg-hover-violet-9:hover{background:#5f3dc4}.oc-hover-violet-9:hover{color:#5f3dc4}.oc-grape-0{color:#f8f0fc}.oc-bg-grape-0{background:#f8f0fc}.oc-bc-grape-0{border-color:#f8f0fc}.oc-before-grape-0:before,.oc-bg-hover-grape-0:hover{background:#f8f0fc}.oc-hover-grape-0:hover{color:#f8f0fc}.oc-grape-1{color:#f3d9fa}.oc-bg-grape-1{background:#f3d9fa}.oc-bc-grape-1{border-color:#f3d9fa}.oc-before-grape-1:before,.oc-bg-hover-grape-1:hover{background:#f3d9fa}.oc-hover-grape-1:hover{color:#f3d9fa}.oc-grape-2{color:#eebefa}.oc-bg-grape-2{background:#eebefa}.oc-bc-grape-2{border-color:#eebefa}.oc-before-grape-2:before,.oc-bg-hover-grape-2:hover{background:#eebefa}.oc-hover-grape-2:hover{color:#eebefa}.oc-grape-3{color:#e599f7}.oc-bg-grape-3{background:#e599f7}.oc-bc-grape-3{border-color:#e599f7}.oc-before-grape-3:before,.oc-bg-hover-grape-3:hover{background:#e599f7}.oc-hover-grape-3:hover{color:#e599f7}.oc-grape-4{color:#da77f2}.oc-bg-grape-4{background:#da77f2}.oc-bc-grape-4{border-color:#da77f2}.oc-before-grape-4:before,.oc-bg-hover-grape-4:hover{background:#da77f2}.oc-hover-grape-4:hover{color:#da77f2}.oc-grape-5{color:#cc5de8}.oc-bg-grape-5{background:#cc5de8}.oc-bc-grape-5{border-color:#cc5de8}.oc-before-grape-5:before,.oc-bg-hover-grape-5:hover{background:#cc5de8}.oc-hover-grape-5:hover{color:#cc5de8}.oc-grape-6{color:#be4bdb}.oc-bg-grape-6{background:#be4bdb}.oc-bc-grape-6{border-color:#be4bdb}.oc-before-grape-6:before,.oc-bg-hover-grape-6:hover{background:#be4bdb}.oc-hover-grape-6:hover{color:#be4bdb}.oc-grape-7{color:#ae3ec9}.oc-bg-grape-7{background:#ae3ec9}.oc-bc-grape-7{border-color:#ae3ec9}.oc-before-grape-7:before,.oc-bg-hover-grape-7:hover{background:#ae3ec9}.oc-hover-grape-7:hover{color:#ae3ec9}.oc-grape-8{color:#9c36b5}.oc-bg-grape-8{background:#9c36b5}.oc-bc-grape-8{border-color:#9c36b5}.oc-before-grape-8:before,.oc-bg-hover-grape-8:hover{background:#9c36b5}.oc-hover-grape-8:hover{color:#9c36b5}.oc-grape-9{color:#862e9c}.oc-bg-grape-9{background:#862e9c}.oc-bc-grape-9{border-color:#862e9c}.oc-before-grape-9:before,.oc-bg-hover-grape-9:hover{background:#862e9c}.oc-hover-grape-9:hover{color:#862e9c}.oc-indigo-0{color:#edf2ff}.oc-bg-indigo-0{background:#edf2ff}.oc-bc-indigo-0{border-color:#edf2ff}.oc-before-indigo-0:before,.oc-bg-hover-indigo-0:hover{background:#edf2ff}.oc-hover-indigo-0:hover{color:#edf2ff}.oc-indigo-1{color:#dbe4ff}.oc-bg-indigo-1{background:#dbe4ff}.oc-bc-indigo-1{border-color:#dbe4ff}.oc-before-indigo-1:before,.oc-bg-hover-indigo-1:hover{background:#dbe4ff}.oc-hover-indigo-1:hover{color:#dbe4ff}.oc-indigo-2{color:#bac8ff}.oc-bg-indigo-2{background:#bac8ff}.oc-bc-indigo-2{border-color:#bac8ff}.oc-before-indigo-2:before,.oc-bg-hover-indigo-2:hover{background:#bac8ff}.oc-hover-indigo-2:hover{color:#bac8ff}.oc-indigo-3{color:#91a7ff}.oc-bg-indigo-3{background:#91a7ff}.oc-bc-indigo-3{border-color:#91a7ff}.oc-before-indigo-3:before,.oc-bg-hover-indigo-3:hover{background:#91a7ff}.oc-hover-indigo-3:hover{color:#91a7ff}.oc-indigo-4{color:#748ffc}.oc-bg-indigo-4{background:#748ffc}.oc-bc-indigo-4{border-color:#748ffc}.oc-before-indigo-4:before,.oc-bg-hover-indigo-4:hover{background:#748ffc}.oc-hover-indigo-4:hover{color:#748ffc}.oc-indigo-5{color:#5c7cfa}.oc-bg-indigo-5{background:#5c7cfa}.oc-bc-indigo-5{border-color:#5c7cfa}.oc-before-indigo-5:before,.oc-bg-hover-indigo-5:hover{background:#5c7cfa}.oc-hover-indigo-5:hover{color:#5c7cfa}.oc-indigo-6{color:#4c6ef5}.oc-bg-indigo-6{background:#4c6ef5}.oc-bc-indigo-6{border-color:#4c6ef5}.oc-before-indigo-6:before,.oc-bg-hover-indigo-6:hover{background:#4c6ef5}.oc-hover-indigo-6:hover{color:#4c6ef5}.oc-indigo-7{color:#4263eb}.oc-bg-indigo-7{background:#4263eb}.oc-bc-indigo-7{border-color:#4263eb}.oc-before-indigo-7:before,.oc-bg-hover-indigo-7:hover{background:#4263eb}.oc-hover-indigo-7:hover{color:#4263eb}.oc-indigo-8{color:#3b5bdb}.oc-bg-indigo-8{background:#3b5bdb}.oc-bc-indigo-8{border-color:#3b5bdb}.oc-before-indigo-8:before,.oc-bg-hover-indigo-8:hover{background:#3b5bdb}.oc-hover-indigo-8:hover{color:#3b5bdb}.oc-indigo-9{color:#364fc7}.oc-bg-indigo-9{background:#364fc7}.oc-bc-indigo-9{border-color:#364fc7}.oc-before-indigo-9:before,.oc-bg-hover-indigo-9:hover{background:#364fc7}.oc-hover-indigo-9:hover{color:#364fc7}.oc-cyan-0{color:#e3fafc}.oc-bg-cyan-0{background:#e3fafc}.oc-bc-cyan-0{border-color:#e3fafc}.oc-before-cyan-0:before,.oc-bg-hover-cyan-0:hover{background:#e3fafc}.oc-hover-cyan-0:hover{color:#e3fafc}.oc-cyan-1{color:#c5f6fa}.oc-bg-cyan-1{background:#c5f6fa}.oc-bc-cyan-1{border-color:#c5f6fa}.oc-before-cyan-1:before,.oc-bg-hover-cyan-1:hover{background:#c5f6fa}.oc-hover-cyan-1:hover{color:#c5f6fa}.oc-cyan-2{color:#99e9f2}.oc-bg-cyan-2{background:#99e9f2}.oc-bc-cyan-2{border-color:#99e9f2}.oc-before-cyan-2:before,.oc-bg-hover-cyan-2:hover{background:#99e9f2}.oc-hover-cyan-2:hover{color:#99e9f2}.oc-cyan-3{color:#66d9e8}.oc-bg-cyan-3{background:#66d9e8}.oc-bc-cyan-3{border-color:#66d9e8}.oc-before-cyan-3:before,.oc-bg-hover-cyan-3:hover{background:#66d9e8}.oc-hover-cyan-3:hover{color:#66d9e8}.oc-cyan-4{color:#3bc9db}.oc-bg-cyan-4{background:#3bc9db}.oc-bc-cyan-4{border-color:#3bc9db}.oc-before-cyan-4:before,.oc-bg-hover-cyan-4:hover{background:#3bc9db}.oc-hover-cyan-4:hover{color:#3bc9db}.oc-cyan-5{color:#22b8cf}.oc-bg-cyan-5{background:#22b8cf}.oc-bc-cyan-5{border-color:#22b8cf}.oc-before-cyan-5:before,.oc-bg-hover-cyan-5:hover{background:#22b8cf}.oc-hover-cyan-5:hover{color:#22b8cf}.oc-cyan-6{color:#15aabf}.oc-bg-cyan-6{background:#15aabf}.oc-bc-cyan-6{border-color:#15aabf}.oc-before-cyan-6:before,.oc-bg-hover-cyan-6:hover{background:#15aabf}.oc-hover-cyan-6:hover{color:#15aabf}.oc-cyan-7{color:#1098ad}.oc-bg-cyan-7{background:#1098ad}.oc-bc-cyan-7{border-color:#1098ad}.oc-before-cyan-7:before,.oc-bg-hover-cyan-7:hover{background:#1098ad}.oc-hover-cyan-7:hover{color:#1098ad}.oc-cyan-8{color:#0c8599}.oc-bg-cyan-8{background:#0c8599}.oc-bc-cyan-8{border-color:#0c8599}.oc-before-cyan-8:before,.oc-bg-hover-cyan-8:hover{background:#0c8599}.oc-hover-cyan-8:hover{color:#0c8599}.oc-cyan-9{color:#0b7285}.oc-bg-cyan-9{background:#0b7285}.oc-bc-cyan-9{border-color:#0b7285}.oc-before-cyan-9:before,.oc-bg-hover-cyan-9:hover{background:#0b7285}.oc-hover-cyan-9:hover{color:#0b7285}.oc-teal-0{color:#e6fcf5}.oc-bg-teal-0{background:#e6fcf5}.oc-bc-teal-0{border-color:#e6fcf5}.oc-before-teal-0:before,.oc-bg-hover-teal-0:hover{background:#e6fcf5}.oc-hover-teal-0:hover{color:#e6fcf5}.oc-teal-1{color:#c3fae8}.oc-bg-teal-1{background:#c3fae8}.oc-bc-teal-1{border-color:#c3fae8}.oc-before-teal-1:before,.oc-bg-hover-teal-1:hover{background:#c3fae8}.oc-hover-teal-1:hover{color:#c3fae8}.oc-teal-2{color:#96f2d7}.oc-bg-teal-2{background:#96f2d7}.oc-bc-teal-2{border-color:#96f2d7}.oc-before-teal-2:before,.oc-bg-hover-teal-2:hover{background:#96f2d7}.oc-hover-teal-2:hover{color:#96f2d7}.oc-teal-3{color:#63e6be}.oc-bg-teal-3{background:#63e6be}.oc-bc-teal-3{border-color:#63e6be}.oc-before-teal-3:before,.oc-bg-hover-teal-3:hover{background:#63e6be}.oc-hover-teal-3:hover{color:#63e6be}.oc-teal-4{color:#38d9a9}.oc-bg-teal-4{background:#38d9a9}.oc-bc-teal-4{border-color:#38d9a9}.oc-before-teal-4:before,.oc-bg-hover-teal-4:hover{background:#38d9a9}.oc-hover-teal-4:hover{color:#38d9a9}.oc-teal-5{color:#20c997}.oc-bg-teal-5{background:#20c997}.oc-bc-teal-5{border-color:#20c997}.oc-before-teal-5:before,.oc-bg-hover-teal-5:hover{background:#20c997}.oc-hover-teal-5:hover{color:#20c997}.oc-teal-6{color:#12b886}.oc-bg-teal-6{background:#12b886}.oc-bc-teal-6{border-color:#12b886}.oc-before-teal-6:before,.oc-bg-hover-teal-6:hover{background:#12b886}.oc-hover-teal-6:hover{color:#12b886}.oc-teal-7{color:#0ca678}.oc-bg-teal-7{background:#0ca678}.oc-bc-teal-7{border-color:#0ca678}.oc-before-teal-7:before,.oc-bg-hover-teal-7:hover{background:#0ca678}.oc-hover-teal-7:hover{color:#0ca678}.oc-teal-8{color:#099268}.oc-bg-teal-8{background:#099268}.oc-bc-teal-8{border-color:#099268}.oc-before-teal-8:before,.oc-bg-hover-teal-8:hover{background:#099268}.oc-hover-teal-8:hover{color:#099268}.oc-teal-9{color:#087f5b}.oc-bg-teal-9{background:#087f5b}.oc-bc-teal-9{border-color:#087f5b}.oc-before-teal-9:before,.oc-bg-hover-teal-9:hover{background:#087f5b}.oc-hover-teal-9:hover{color:#087f5b}.oc-green-0{color:#ebfbee}.oc-bg-green-0{background:#ebfbee}.oc-bc-green-0{border-color:#ebfbee}.oc-before-green-0:before,.oc-bg-hover-green-0:hover{background:#ebfbee}.oc-hover-green-0:hover{color:#ebfbee}.oc-green-1{color:#d3f9d8}.oc-bg-green-1{background:#d3f9d8}.oc-bc-green-1{border-color:#d3f9d8}.oc-before-green-1:before,.oc-bg-hover-green-1:hover{background:#d3f9d8}.oc-hover-green-1:hover{color:#d3f9d8}.oc-green-2{color:#b2f2bb}.oc-bg-green-2{background:#b2f2bb}.oc-bc-green-2{border-color:#b2f2bb}.oc-before-green-2:before,.oc-bg-hover-green-2:hover{background:#b2f2bb}.oc-hover-green-2:hover{color:#b2f2bb}.oc-green-3{color:#8ce99a}.oc-bg-green-3{background:#8ce99a}.oc-bc-green-3{border-color:#8ce99a}.oc-before-green-3:before,.oc-bg-hover-green-3:hover{background:#8ce99a}.oc-hover-green-3:hover{color:#8ce99a}.oc-green-4{color:#69db7c}.oc-bg-green-4{background:#69db7c}.oc-bc-green-4{border-color:#69db7c}.oc-before-green-4:before,.oc-bg-hover-green-4:hover{background:#69db7c}.oc-hover-green-4:hover{color:#69db7c}.oc-green-5{color:#51cf66}.oc-bg-green-5{background:#51cf66}.oc-bc-green-5{border-color:#51cf66}.oc-before-green-5:before,.oc-bg-hover-green-5:hover{background:#51cf66}.oc-hover-green-5:hover{color:#51cf66}.oc-green-6{color:#40c057}.oc-bg-green-6{background:#40c057}.oc-bc-green-6{border-color:#40c057}.oc-before-green-6:before,.oc-bg-hover-green-6:hover{background:#40c057}.oc-hover-green-6:hover{color:#40c057}.oc-green-7{color:#37b24d}.oc-bg-green-7{background:#37b24d}.oc-bc-green-7{border-color:#37b24d}.oc-before-green-7:before,.oc-bg-hover-green-7:hover{background:#37b24d}.oc-hover-green-7:hover{color:#37b24d}.oc-green-8{color:#2f9e44}.oc-bg-green-8{background:#2f9e44}.oc-bc-green-8{border-color:#2f9e44}.oc-before-green-8:before,.oc-bg-hover-green-8:hover{background:#2f9e44}.oc-hover-green-8:hover{color:#2f9e44}.oc-green-9{color:#2b8a3e}.oc-bg-green-9{background:#2b8a3e}.oc-bc-green-9{border-color:#2b8a3e}.oc-before-green-9:before,.oc-bg-hover-green-9:hover{background:#2b8a3e}.oc-hover-green-9:hover{color:#2b8a3e}.oc-lime-0{color:#f4fce3}.oc-bg-lime-0{background:#f4fce3}.oc-bc-lime-0{border-color:#f4fce3}.oc-before-lime-0:before,.oc-bg-hover-lime-0:hover{background:#f4fce3}.oc-hover-lime-0:hover{color:#f4fce3}.oc-lime-1{color:#e9fac8}.oc-bg-lime-1{background:#e9fac8}.oc-bc-lime-1{border-color:#e9fac8}.oc-before-lime-1:before,.oc-bg-hover-lime-1:hover{background:#e9fac8}.oc-hover-lime-1:hover{color:#e9fac8}.oc-lime-2{color:#d8f5a2}.oc-bg-lime-2{background:#d8f5a2}.oc-bc-lime-2{border-color:#d8f5a2}.oc-before-lime-2:before,.oc-bg-hover-lime-2:hover{background:#d8f5a2}.oc-hover-lime-2:hover{color:#d8f5a2}.oc-lime-3{color:#c0eb75}.oc-bg-lime-3{background:#c0eb75}.oc-bc-lime-3{border-color:#c0eb75}.oc-before-lime-3:before,.oc-bg-hover-lime-3:hover{background:#c0eb75}.oc-hover-lime-3:hover{color:#c0eb75}.oc-lime-4{color:#a9e34b}.oc-bg-lime-4{background:#a9e34b}.oc-bc-lime-4{border-color:#a9e34b}.oc-before-lime-4:before,.oc-bg-hover-lime-4:hover{background:#a9e34b}.oc-hover-lime-4:hover{color:#a9e34b}.oc-lime-5{color:#94d82d}.oc-bg-lime-5{background:#94d82d}.oc-bc-lime-5{border-color:#94d82d}.oc-before-lime-5:before,.oc-bg-hover-lime-5:hover{background:#94d82d}.oc-hover-lime-5:hover{color:#94d82d}.oc-lime-6{color:#82c91e}.oc-bg-lime-6{background:#82c91e}.oc-bc-lime-6{border-color:#82c91e}.oc-before-lime-6:before,.oc-bg-hover-lime-6:hover{background:#82c91e}.oc-hover-lime-6:hover{color:#82c91e}.oc-lime-7{color:#74b816}.oc-bg-lime-7{background:#74b816}.oc-bc-lime-7{border-color:#74b816}.oc-before-lime-7:before,.oc-bg-hover-lime-7:hover{background:#74b816}.oc-hover-lime-7:hover{color:#74b816}.oc-lime-8{color:#66a80f}.oc-bg-lime-8{background:#66a80f}.oc-bc-lime-8{border-color:#66a80f}.oc-before-lime-8:before,.oc-bg-hover-lime-8:hover{background:#66a80f}.oc-hover-lime-8:hover{color:#66a80f}.oc-lime-9{color:#5c940d}.oc-bg-lime-9{background:#5c940d}.oc-bc-lime-9{border-color:#5c940d}.oc-before-lime-9:before,.oc-bg-hover-lime-9:hover{background:#5c940d}.oc-hover-lime-9:hover{color:#5c940d}.oc-yellow-0{color:#fff9db}.oc-bg-yellow-0{background:#fff9db}.oc-bc-yellow-0{border-color:#fff9db}.oc-before-yellow-0:before,.oc-bg-hover-yellow-0:hover{background:#fff9db}.oc-hover-yellow-0:hover{color:#fff9db}.oc-yellow-1{color:#fff3bf}.oc-bg-yellow-1{background:#fff3bf}.oc-bc-yellow-1{border-color:#fff3bf}.oc-before-yellow-1:before,.oc-bg-hover-yellow-1:hover{background:#fff3bf}.oc-hover-yellow-1:hover{color:#fff3bf}.oc-yellow-2{color:#ffec99}.oc-bg-yellow-2{background:#ffec99}.oc-bc-yellow-2{border-color:#ffec99}.oc-before-yellow-2:before,.oc-bg-hover-yellow-2:hover{background:#ffec99}.oc-hover-yellow-2:hover{color:#ffec99}.oc-yellow-3{color:#ffe066}.oc-bg-yellow-3{background:#ffe066}.oc-bc-yellow-3{border-color:#ffe066}.oc-before-yellow-3:before,.oc-bg-hover-yellow-3:hover{background:#ffe066}.oc-hover-yellow-3:hover{color:#ffe066}.oc-yellow-4{color:#ffd43b}.oc-bg-yellow-4{background:#ffd43b}.oc-bc-yellow-4{border-color:#ffd43b}.oc-before-yellow-4:before,.oc-bg-hover-yellow-4:hover{background:#ffd43b}.oc-hover-yellow-4:hover{color:#ffd43b}.oc-yellow-5{color:#fcc419}.oc-bg-yellow-5{background:#fcc419}.oc-bc-yellow-5{border-color:#fcc419}.oc-before-yellow-5:before,.oc-bg-hover-yellow-5:hover{background:#fcc419}.oc-hover-yellow-5:hover{color:#fcc419}.oc-yellow-6{color:#fab005}.oc-bg-yellow-6{background:#fab005}.oc-bc-yellow-6{border-color:#fab005}.oc-before-yellow-6:before,.oc-bg-hover-yellow-6:hover{background:#fab005}.oc-hover-yellow-6:hover{color:#fab005}.oc-yellow-7{color:#f59f00}.oc-bg-yellow-7{background:#f59f00}.oc-bc-yellow-7{border-color:#f59f00}.oc-before-yellow-7:before,.oc-bg-hover-yellow-7:hover{background:#f59f00}.oc-hover-yellow-7:hover{color:#f59f00}.oc-yellow-8{color:#f08c00}.oc-bg-yellow-8{background:#f08c00}.oc-bc-yellow-8{border-color:#f08c00}.oc-before-yellow-8:before,.oc-bg-hover-yellow-8:hover{background:#f08c00}.oc-hover-yellow-8:hover{color:#f08c00}.oc-yellow-9{color:#e67700}.oc-bg-yellow-9{background:#e67700}.oc-bc-yellow-9{border-color:#e67700}.oc-before-yellow-9:before,.oc-bg-hover-yellow-9:hover{background:#e67700}.oc-hover-yellow-9:hover{color:#e67700}.oc-orange-0{color:#fff4e6}.oc-bg-orange-0{background:#fff4e6}.oc-bc-orange-0{border-color:#fff4e6}.oc-before-orange-0:before,.oc-bg-hover-orange-0:hover{background:#fff4e6}.oc-hover-orange-0:hover{color:#fff4e6}.oc-orange-1{color:#ffe8cc}.oc-bg-orange-1{background:#ffe8cc}.oc-bc-orange-1{border-color:#ffe8cc}.oc-before-orange-1:before,.oc-bg-hover-orange-1:hover{background:#ffe8cc}.oc-hover-orange-1:hover{color:#ffe8cc}.oc-orange-2{color:#ffd8a8}.oc-bg-orange-2{background:#ffd8a8}.oc-bc-orange-2{border-color:#ffd8a8}.oc-before-orange-2:before,.oc-bg-hover-orange-2:hover{background:#ffd8a8}.oc-hover-orange-2:hover{color:#ffd8a8}.oc-orange-3{color:#ffc078}.oc-bg-orange-3{background:#ffc078}.oc-bc-orange-3{border-color:#ffc078}.oc-before-orange-3:before,.oc-bg-hover-orange-3:hover{background:#ffc078}.oc-hover-orange-3:hover{color:#ffc078}.oc-orange-4{color:#ffa94d}.oc-bg-orange-4{background:#ffa94d}.oc-bc-orange-4{border-color:#ffa94d}.oc-before-orange-4:before,.oc-bg-hover-orange-4:hover{background:#ffa94d}.oc-hover-orange-4:hover{color:#ffa94d}.oc-orange-5{color:#ff922b}.oc-bg-orange-5{background:#ff922b}.oc-bc-orange-5{border-color:#ff922b}.oc-before-orange-5:before,.oc-bg-hover-orange-5:hover{background:#ff922b}.oc-hover-orange-5:hover{color:#ff922b}.oc-orange-6{color:#fd7e14}.oc-bg-orange-6{background:#fd7e14}.oc-bc-orange-6{border-color:#fd7e14}.oc-before-orange-6:before,.oc-bg-hover-orange-6:hover{background:#fd7e14}.oc-hover-orange-6:hover{color:#fd7e14}.oc-orange-7{color:#f76707}.oc-bg-orange-7{background:#f76707}.oc-bc-orange-7{border-color:#f76707}.oc-before-orange-7:before,.oc-bg-hover-orange-7:hover{background:#f76707}.oc-hover-orange-7:hover{color:#f76707}.oc-orange-8{color:#e8590c}.oc-bg-orange-8{background:#e8590c}.oc-bc-orange-8{border-color:#e8590c}.oc-before-orange-8:before,.oc-bg-hover-orange-8:hover{background:#e8590c}.oc-hover-orange-8:hover{color:#e8590c}.oc-orange-9{color:#d9480f}.oc-bg-orange-9{background:#d9480f}.oc-bc-orange-9{border-color:#d9480f}.oc-before-orange-9:before,.oc-bg-hover-orange-9:hover{background:#d9480f}.oc-hover-orange-9:hover{color:#d9480f}.video-quiz .video-overlay{position:absolute;bottom:0;width:100%;padding:15px 15px 46px;color:#fff;background:rgba(0,0,0,.6);opacity:1;transition:all .2s ease}.video-quiz .video-overlay .question{font-weight:700}.video-quiz .video-overlay .radio{margin-left:160px}.video-quiz .video-overlay .radio:lang(ar){margin-right:160px}.video-quiz .video-overlay input{margin-right:10px}.video-quiz .video-overlay label{color:#fff;position:relative;bottom:2px;font-size:20px;transition:all .2s ease}.video-quiz .video-overlay label.color-green-500{color:#4caf50}.video-quiz .video-overlay label.color-red-500{color:#f44336}.video-quiz .video-overlay label:hover{color:#339af0}.video-quiz .video-overlay.hidden{opacity:0}#interactive-video .plyr--video.plyr--hide-controls .plyr__controls{opacity:1;pointer-events:auto;transform:translateY(0)}#interactive-video .plyr--hide-controls .plyr__controls{opacity:1;pointer-events:auto}#interactive-video video{z-index:2}#interactive-video #video_catalog_video_earn{max-width:100%}#interactive-video .plyr--setup{max-width:100%;max-height:100%}#interactive-video #video_overlay:lang(ar){direction:rtl}#interactive-video .category-wrapper .category{transition:all .2s ease}#interactive-video .category-wrapper .category .icon{transition:all .2s ease;display:inline-block;line-height:20px}#interactive-video .category-wrapper .category .icon:lang(ar){transform:rotate(180deg)}#interactive-video .category-wrapper .category .info{cursor:pointer}#interactive-video .category-wrapper .category .info.pl8:lang(ar){padding-left:0;padding-right:8px}#interactive-video .category-wrapper .category:hover span{color:#ffe066}#interactive-video .category-wrapper .category.selected .info{margin-bottom:8px;cursor:pointer}#interactive-video .category-wrapper .category.selected span{color:#fcc419}#interactive-video .category-wrapper .category.selected .icon{transform:rotate(90deg)}#interactive-video .category-wrapper .category span{color:#fff}#interactive-video .category-wrapper .category-videos .category-video{transition:all .2s ease;border:2px solid transparent;cursor:pointer}#interactive-video .category-wrapper .category-videos .category-video:hover{border:2px solid #fab005;background-color:#339af0}#interactive-video .category-wrapper .category-videos .category-video .thumbnail{max-width:50px}#interactive-video .category-wrapper .category-videos .category-video.selected{border:2px solid #fcc419;background-color:#4dabf7;cursor:default}#interactive-video .category-wrapper .category-videos.ml32:lang(ar){margin-left:0;margin-right:32px}admin-video-quiz hr{max-width:inherit}admin-video-quiz .tab-filter{max-height:300px;overflow-y:auto;overflow-x:hidden}admin-video-quiz image-upload .image_upload_component{max-width:200px}#interactive_video_earn{position:relative;z-index:3}.responsive-container{position:relative;width:100%}.dummy{padding-top:100%}@media screen and (max-width:63.99875em){.fire-icon-wrapper{padding:0}}.main-row{position:relative}.delete-container{position:absolute;top:5px;right:10px}.delete-container:lang(ar){right:auto;left:10px}.img-container{position:absolute;top:0;bottom:0;left:0;right:0;text-align:center;font:0/0 a}@media only screen and (max-width:1024px){.img-container{position:relative;top:60px}}@media screen and (max-width:39.99875em){.img-container{position:absolute;top:0;bottom:0;left:0;right:0;text-align:center;font:0/0 a}}.img-container .centerer{display:inline-block;vertical-align:middle;height:100%}.img-container img i{vertical-align:middle;display:inline-block;max-height:100%;max-width:100%}.img_overlay{top:52px;right:3px}.header_bac{background:#1862ab;color:#fff}.text_overflow{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.btn_bac{background:#1b6ec2;height:52px;position:relative;bottom:8px}@media screen and (max-width:63.99875em){.btn_bac{left:15px}}@media screen and (max-width:39.99875em){.btn_bac{left:10px}}.fixed_height{height:52px}.font_col{color:#1862ab}.btnCenter{display:block;margin-left:auto;margin-right:auto;margin-top:12%}.clock_padding{margin:10px 10px 10px 0}.fire_text_padding{padding:10px}.margin_btw_fire_items{margin-right:1.0625rem!important}.fire_detail-width{width:75%}.add_fire_detail-width{width:100%;height:200px}.scrole_fire_Extinguisher{position:relative;overflow-y:auto;overflow-x:hidden;height:80vh}.date{margin:0;height:48px}.icon_font_size{font-size:20px;padding-top:15px}.add_fire_btn{background:#43b05d;background-image:-webkit-linear-gradient(top,#4cb067,#43b05d);background-image:-moz-linear-gradient(top,#4cb067,#43b05d);background-image:-ms-linear-gradient(top,#4cb067,#43b05d);background-image:-o-linear-gradient(top,#4cb067,#43b05d);background-image:linear-gradient(180deg,#4cb067,#43b05d);-webkit-border-radius:28;-moz-border-radius:28;border-radius:114px;font-family:Arial;color:#fff;padding:10px 20px;text-decoration:none;height:52px}.add_fire_btn:hover{background:#4db07d;background-image:-webkit-linear-gradient(top,#63b082,#4db07d);background-image:-moz-linear-gradient(top,#63b082,#4db07d);background-image:-ms-linear-gradient(top,#63b082,#4db07d);background-image:-o-linear-gradient(top,#63b082,#4db07d);background-image:linear-gradient(180deg,#63b082,#4db07d);text-decoration:none}height-fix{height:38px}@media screen and (max-width:39.99875em){.small-padding{padding:15px!important}}.fire-label{font-size:22px}.fire-label.pos-fix{position:relative;top:6px}@media only screen and (max-width:1354px){.fire-label{font-size:18px}}@media screen and (max-width:39.99875em){.fire-label{font-size:14px}}.image-select .caret{position:absolute;top:10px;right:10px}.image-select .caret:lang(ar){right:auto;left:10px}.image-select .parent{position:relative}.image-select .parent .selected{color:#444;line-height:28px;display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:50px;border:1px solid #aaa;background-color:#fff;cursor:pointer}.image-select .parent .selected span{padding:0 10px}.image-select .parent .dropdown{display:none;position:absolute;top:50px;left:0;right:0;background-color:#fff;max-height:250px;overflow-y:auto;border:1px solid #aaa;z-index:9999}.image-select .parent .dropdown .item{border-bottom:1px solid #f5f5f5;padding:5px 15px;transition:all .2s ease;cursor:pointer}.image-select .parent .dropdown .item span{padding:0 20px}.image-select .parent .dropdown .item:hover{background:#339af0;color:#fff}.image-select .parent .dropdown.open{display:block}